SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=29533 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (27959, 'aioseo_report_summary', 'pending', '2025-08-02 21:36:33', '2025-08-02 21:36:33', 10, '{\"frequency\":\"monthly\"}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1754170593;s:18:\"\0*\0first_timestamp\";i:1741210260;s:13:\"\0*\0recurrence\";i:2592000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1754170593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:2592000;}', 1, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (28636, 'wpforms_email_summaries_fetch_info_blocks', 'complete', '2025-07-18 14:40:00', '2025-07-18 14:40:00', 10, '{\"tasks_meta_id\":null}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1752849600;s:18:\"\0*\0first_timestamp\";i:1731674644;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1752849600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 3, 1, '2025-07-18 14:45:13', '2025-07-18 14:45:13', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29037, 'wpforms_process_forms_locator_scan', 'complete', '2025-07-17 04:03:41', '2025-07-17 04:03:41', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1752725021;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1752725021;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-07-17 04:03:53', '2025-07-17 04:03:53', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29038, 'wpforms_process_purge_spam', 'complete', '2025-07-17 04:03:41', '2025-07-17 04:03:41', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1752725021;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1752725021;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-07-17 04:03:53', '2025-07-17 04:03:53', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29102, 'aioseo_report_summary', 'pending', '2025-07-23 21:57:39', '2025-07-23 21:57:39', 10, '{\"frequency\":\"weekly\"}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753307859;s:18:\"\0*\0first_timestamp\";i:1740000660;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753307859;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 1, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29126, 'wpforms_process_forms_locator_scan', 'complete', '2025-07-18 04:03:53', '2025-07-18 04:03:53', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1752811433;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1752811433;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-07-18 04:05:49', '2025-07-18 04:05:49', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29127, 'wpforms_process_purge_spam', 'complete', '2025-07-18 04:03:53', '2025-07-18 04:03:53', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1752811433;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1752811433;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-07-18 04:05:49', '2025-07-18 04:05:49', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29218, 'wpforms_process_forms_locator_scan', 'complete', '2025-07-19 04:05:49', '2025-07-19 04:05:49', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1752897949;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1752897949;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-07-19 04:07:29', '2025-07-19 04:07:29', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29219, 'wpforms_process_purge_spam', 'complete', '2025-07-19 04:05:49', '2025-07-19 04:05:49', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1752897949;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1752897949;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-07-19 04:07:29', '2025-07-19 04:07:29', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29256, 'wpforms_email_summaries_fetch_info_blocks', 'pending', '2025-07-25 14:45:13', '2025-07-25 14:45:13', 10, '{\"tasks_meta_id\":null}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753454713;s:18:\"\0*\0first_timestamp\";i:1731674644;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753454713;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29310, 'wpforms_process_forms_locator_scan', 'complete', '2025-07-20 04:07:29', '2025-07-20 04:07:29', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1752984449;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1752984449;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-07-20 04:09:37', '2025-07-20 04:09:37', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29311, 'wpforms_process_purge_spam', 'complete', '2025-07-20 04:07:29', '2025-07-20 04:07:29', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1752984449;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1752984449;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-07-20 04:09:37', '2025-07-20 04:09:37', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29354, 'aioseo_ai_update_credits', 'complete', '2025-07-20 16:10:53', '2025-07-20 16:10:53', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753027853;s:18:\"\0*\0first_timestamp\";i:1751125541;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753027853;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2025-07-20 16:11:16', '2025-07-20 16:11:16', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29396, 'aioseo_cache_prune', 'complete', '2025-07-21 04:09:36', '2025-07-21 04:09:36', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753070976;s:18:\"\0*\0first_timestamp\";i:1731529820;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753070976;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2025-07-21 04:11:56', '2025-07-21 04:11:56', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29397, 'wpforms_process_forms_locator_scan', 'complete', '2025-07-21 04:09:37', '2025-07-21 04:09:37', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753070977;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753070977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-07-21 04:11:57', '2025-07-21 04:11:57', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29398, 'wpforms_process_purge_spam', 'complete', '2025-07-21 04:09:37', '2025-07-21 04:09:37', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753070977;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753070977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-07-21 04:11:57', '2025-07-21 04:11:57', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29433, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 15:52:16', '2025-07-20 15:52:16', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753026736;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753026736;}', 1, 1, '2025-07-20 15:52:23', '2025-07-20 15:52:23', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29434, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 16:07:23', '2025-07-20 16:07:23', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753027643;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753027643;}', 1, 1, '2025-07-20 16:08:45', '2025-07-20 16:08:45', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29435, 'aioseo_admin_notifications_update', 'complete', '2025-07-20 16:03:13', '2025-07-20 16:03:13', 10, '[]', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 1, 1, '2025-07-20 16:03:14', '2025-07-20 16:03:14', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29436, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 16:23:45', '2025-07-20 16:23:45', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753028625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753028625;}', 1, 1, '2025-07-20 16:24:10', '2025-07-20 16:24:10', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29437, 'aioseo_ai_update_credits', 'pending', '2025-07-21 16:11:16', '2025-07-21 16:11:16', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753114276;s:18:\"\0*\0first_timestamp\";i:1751125541;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753114276;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29438, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 16:39:10', '2025-07-20 16:39:10', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753029550;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753029550;}', 1, 1, '2025-07-20 16:40:28', '2025-07-20 16:40:28', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29439, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 16:55:28', '2025-07-20 16:55:28', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753030528;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753030528;}', 1, 1, '2025-07-20 16:58:59', '2025-07-20 16:58:59', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29440, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 17:13:59', '2025-07-20 17:13:59', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753031639;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753031639;}', 1, 1, '2025-07-20 17:14:42', '2025-07-20 17:14:42', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29441, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 17:29:42', '2025-07-20 17:29:42', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753032582;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753032582;}', 1, 1, '2025-07-20 17:29:43', '2025-07-20 17:29:43', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29442, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 17:44:43', '2025-07-20 17:44:43', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753033483;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753033483;}', 1, 1, '2025-07-20 17:45:57', '2025-07-20 17:45:57', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29443, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 18:00:57', '2025-07-20 18:00:57', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753034457;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753034457;}', 1, 1, '2025-07-20 18:01:29', '2025-07-20 18:01:29', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29444, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 18:16:29', '2025-07-20 18:16:29', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753035389;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753035389;}', 1, 1, '2025-07-20 18:18:01', '2025-07-20 18:18:01', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29445, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 18:33:01', '2025-07-20 18:33:01', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753036381;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753036381;}', 1, 1, '2025-07-20 18:33:02', '2025-07-20 18:33:02', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29446, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 18:48:02', '2025-07-20 18:48:02', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753037282;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753037282;}', 1, 1, '2025-07-20 18:48:55', '2025-07-20 18:48:55', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29447, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 19:03:55', '2025-07-20 19:03:55', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753038235;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753038235;}', 1, 1, '2025-07-20 19:04:30', '2025-07-20 19:04:30', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29448, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 19:19:30', '2025-07-20 19:19:30', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753039170;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753039170;}', 1, 1, '2025-07-20 19:19:32', '2025-07-20 19:19:32', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29449, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 19:34:32', '2025-07-20 19:34:32', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753040072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753040072;}', 1, 1, '2025-07-20 19:34:32', '2025-07-20 19:34:32', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29450, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 19:49:32', '2025-07-20 19:49:32', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753040972;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753040972;}', 1, 1, '2025-07-20 19:50:33', '2025-07-20 19:50:33', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29451, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 20:05:33', '2025-07-20 20:05:33', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753041933;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753041933;}', 1, 1, '2025-07-20 20:10:53', '2025-07-20 20:10:53', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29452, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 20:25:53', '2025-07-20 20:25:53', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753043153;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753043153;}', 1, 1, '2025-07-20 20:26:41', '2025-07-20 20:26:41', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29453, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 20:41:41', '2025-07-20 20:41:41', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753044101;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753044101;}', 1, 1, '2025-07-20 20:44:56', '2025-07-20 20:44:56', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29454, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 20:59:56', '2025-07-20 20:59:56', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753045196;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753045196;}', 1, 1, '2025-07-20 21:01:28', '2025-07-20 21:01:28', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29455, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 21:16:28', '2025-07-20 21:16:28', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753046188;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753046188;}', 1, 1, '2025-07-20 21:22:41', '2025-07-20 21:22:41', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29456, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 21:37:41', '2025-07-20 21:37:41', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753047461;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753047461;}', 1, 1, '2025-07-20 21:38:34', '2025-07-20 21:38:34', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29457, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 21:53:34', '2025-07-20 21:53:34', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753048414;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753048414;}', 1, 1, '2025-07-20 21:56:54', '2025-07-20 21:56:54', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29458, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 22:11:54', '2025-07-20 22:11:54', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753049514;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753049514;}', 1, 1, '2025-07-20 22:12:41', '2025-07-20 22:12:41', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29459, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 22:27:41', '2025-07-20 22:27:41', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753050461;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753050461;}', 1, 1, '2025-07-20 22:29:41', '2025-07-20 22:29:41', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29460, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 22:44:41', '2025-07-20 22:44:41', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753051481;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753051481;}', 1, 1, '2025-07-20 22:44:50', '2025-07-20 22:44:50', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29461, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 22:59:50', '2025-07-20 22:59:50', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753052390;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753052390;}', 1, 1, '2025-07-20 23:00:41', '2025-07-20 23:00:41', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29462, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 23:15:41', '2025-07-20 23:15:41', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753053341;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753053341;}', 1, 1, '2025-07-20 23:18:27', '2025-07-20 23:18:27', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29463, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 23:33:27', '2025-07-20 23:33:27', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753054407;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753054407;}', 1, 1, '2025-07-20 23:34:53', '2025-07-20 23:34:53', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29464, 'aioseo_image_sitemap_scan', 'complete', '2025-07-20 23:49:53', '2025-07-20 23:49:53', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753055393;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753055393;}', 1, 1, '2025-07-20 23:50:32', '2025-07-20 23:50:32', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29465, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 00:05:32', '2025-07-21 00:05:32', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753056332;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753056332;}', 1, 1, '2025-07-21 00:08:14', '2025-07-21 00:08:14', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29466, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 00:23:14', '2025-07-21 00:23:14', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753057394;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753057394;}', 1, 1, '2025-07-21 00:23:24', '2025-07-21 00:23:24', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29467, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 00:38:24', '2025-07-21 00:38:24', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753058304;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753058304;}', 1, 1, '2025-07-21 00:38:26', '2025-07-21 00:38:26', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29468, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 00:53:26', '2025-07-21 00:53:26', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753059206;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753059206;}', 1, 1, '2025-07-21 00:57:24', '2025-07-21 00:57:24', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29469, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 01:12:24', '2025-07-21 01:12:24', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753060344;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753060344;}', 1, 1, '2025-07-21 01:12:32', '2025-07-21 01:12:32', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29470, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 01:27:32', '2025-07-21 01:27:32', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753061252;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753061252;}', 1, 1, '2025-07-21 01:28:12', '2025-07-21 01:28:12', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29471, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 01:43:12', '2025-07-21 01:43:12', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753062192;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753062192;}', 1, 1, '2025-07-21 01:44:39', '2025-07-21 01:44:39', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29472, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 01:59:39', '2025-07-21 01:59:39', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753063179;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753063179;}', 1, 1, '2025-07-21 01:59:40', '2025-07-21 01:59:40', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29473, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 02:14:40', '2025-07-21 02:14:40', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753064080;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753064080;}', 1, 1, '2025-07-21 02:15:16', '2025-07-21 02:15:16', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29474, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 02:30:16', '2025-07-21 02:30:16', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753065016;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753065016;}', 1, 1, '2025-07-21 02:31:56', '2025-07-21 02:31:56', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29475, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 02:46:56', '2025-07-21 02:46:56', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753066016;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753066016;}', 1, 1, '2025-07-21 02:50:36', '2025-07-21 02:50:36', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29476, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 03:05:36', '2025-07-21 03:05:36', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753067136;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753067136;}', 1, 1, '2025-07-21 03:06:29', '2025-07-21 03:06:29', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29477, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 03:21:29', '2025-07-21 03:21:29', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753068089;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753068089;}', 1, 1, '2025-07-21 03:24:40', '2025-07-21 03:24:40', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29478, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 03:39:40', '2025-07-21 03:39:40', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753069180;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753069180;}', 1, 1, '2025-07-21 03:40:38', '2025-07-21 03:40:38', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29479, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 03:55:38', '2025-07-21 03:55:38', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753070138;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753070138;}', 1, 1, '2025-07-21 03:55:40', '2025-07-21 03:55:40', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29480, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 04:10:40', '2025-07-21 04:10:40', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753071040;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753071040;}', 1, 1, '2025-07-21 04:11:57', '2025-07-21 04:11:57', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29481, 'aioseo_cache_prune', 'pending', '2025-07-22 04:11:56', '2025-07-22 04:11:56', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753157516;s:18:\"\0*\0first_timestamp\";i:1731529820;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753157516;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29482, 'wpforms_process_forms_locator_scan', 'pending', '2025-07-22 04:11:57', '2025-07-22 04:11:57', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753157517;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753157517;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29483, 'wpforms_process_purge_spam', 'pending', '2025-07-22 04:11:57', '2025-07-22 04:11:57', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753157517;s:18:\"\0*\0first_timestamp\";i:1731529889;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753157517;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29484, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 04:26:57', '2025-07-21 04:26:57', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753072017;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753072017;}', 1, 1, '2025-07-21 04:31:29', '2025-07-21 04:31:29', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29485, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 04:46:29', '2025-07-21 04:46:29', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753073189;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753073189;}', 1, 1, '2025-07-21 04:50:05', '2025-07-21 04:50:05', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29486, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 05:05:05', '2025-07-21 05:05:05', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753074305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753074305;}', 1, 1, '2025-07-21 05:05:59', '2025-07-21 05:05:59', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29487, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 05:20:59', '2025-07-21 05:20:59', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753075259;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753075259;}', 1, 1, '2025-07-21 05:23:10', '2025-07-21 05:23:10', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29488, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 05:38:10', '2025-07-21 05:38:10', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753076290;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753076290;}', 1, 1, '2025-07-21 05:38:32', '2025-07-21 05:38:32', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29489, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 05:53:32', '2025-07-21 05:53:32', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753077212;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753077212;}', 1, 1, '2025-07-21 05:55:00', '2025-07-21 05:55:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29490, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 06:10:00', '2025-07-21 06:10:00', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753078200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753078200;}', 1, 1, '2025-07-21 06:16:28', '2025-07-21 06:16:28', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29491, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 06:31:28', '2025-07-21 06:31:28', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753079488;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753079488;}', 1, 1, '2025-07-21 06:33:16', '2025-07-21 06:33:16', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29492, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 06:48:16', '2025-07-21 06:48:16', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753080496;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753080496;}', 1, 1, '2025-07-21 06:52:09', '2025-07-21 06:52:09', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29493, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 07:07:09', '2025-07-21 07:07:09', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753081629;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753081629;}', 1, 1, '2025-07-21 07:16:16', '2025-07-21 07:16:16', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29494, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 07:31:16', '2025-07-21 07:31:16', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753083076;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753083076;}', 1, 1, '2025-07-21 07:33:02', '2025-07-21 07:33:02', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29495, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 07:48:02', '2025-07-21 07:48:02', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753084082;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753084082;}', 1, 1, '2025-07-21 07:49:11', '2025-07-21 07:49:11', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29496, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 08:04:11', '2025-07-21 08:04:11', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753085051;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753085051;}', 1, 1, '2025-07-21 08:06:41', '2025-07-21 08:06:41', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29497, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 08:21:41', '2025-07-21 08:21:41', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753086101;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753086101;}', 1, 1, '2025-07-21 08:23:03', '2025-07-21 08:23:03', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29498, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 08:38:03', '2025-07-21 08:38:03', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753087083;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753087083;}', 1, 1, '2025-07-21 08:46:01', '2025-07-21 08:46:01', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29499, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 09:01:01', '2025-07-21 09:01:01', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753088461;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753088461;}', 1, 1, '2025-07-21 09:05:24', '2025-07-21 09:05:24', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29500, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 09:20:24', '2025-07-21 09:20:24', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753089624;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753089624;}', 1, 1, '2025-07-21 09:28:49', '2025-07-21 09:28:49', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29501, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 09:43:49', '2025-07-21 09:43:49', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753091029;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753091029;}', 1, 1, '2025-07-21 09:47:17', '2025-07-21 09:47:17', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29502, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 10:02:17', '2025-07-21 10:02:17', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753092137;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753092137;}', 1, 1, '2025-07-21 10:02:49', '2025-07-21 10:02:49', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29503, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 10:17:49', '2025-07-21 10:17:49', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753093069;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753093069;}', 1, 1, '2025-07-21 10:37:56', '2025-07-21 10:37:56', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29504, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 10:52:56', '2025-07-21 10:52:56', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753095176;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753095176;}', 1, 1, '2025-07-21 10:58:36', '2025-07-21 10:58:36', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29505, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 11:13:36', '2025-07-21 11:13:36', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753096416;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753096416;}', 1, 1, '2025-07-21 11:16:35', '2025-07-21 11:16:35', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29506, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 11:31:35', '2025-07-21 11:31:35', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753097495;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753097495;}', 1, 1, '2025-07-21 11:32:15', '2025-07-21 11:32:15', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29507, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 11:47:15', '2025-07-21 11:47:15', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753098435;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753098435;}', 1, 1, '2025-07-21 11:51:41', '2025-07-21 11:51:41', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29508, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 12:06:41', '2025-07-21 12:06:41', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753099601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753099601;}', 1, 1, '2025-07-21 12:06:58', '2025-07-21 12:06:58', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29509, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 12:21:58', '2025-07-21 12:21:58', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753100518;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753100518;}', 1, 1, '2025-07-21 12:22:51', '2025-07-21 12:22:51', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29510, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 12:37:51', '2025-07-21 12:37:51', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753101471;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753101471;}', 1, 1, '2025-07-21 12:43:36', '2025-07-21 12:43:36', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29511, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 12:58:36', '2025-07-21 12:58:36', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753102716;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753102716;}', 1, 1, '2025-07-21 12:58:53', '2025-07-21 12:58:53', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29512, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 13:13:53', '2025-07-21 13:13:53', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753103633;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753103633;}', 1, 1, '2025-07-21 13:15:01', '2025-07-21 13:15:01', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29513, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 13:30:01', '2025-07-21 13:30:01', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753104601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753104601;}', 1, 1, '2025-07-21 13:31:04', '2025-07-21 13:31:04', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29514, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 13:46:04', '2025-07-21 13:46:04', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753105564;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753105564;}', 1, 1, '2025-07-21 13:46:31', '2025-07-21 13:46:31', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29515, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 14:01:31', '2025-07-21 14:01:31', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753106491;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753106491;}', 1, 1, '2025-07-21 14:04:02', '2025-07-21 14:04:02', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29516, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 14:19:02', '2025-07-21 14:19:02', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753107542;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753107542;}', 1, 1, '2025-07-21 14:23:07', '2025-07-21 14:23:07', '0', NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29517, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 14:38:07', '2025-07-21 14:38:07', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753108687;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753108687;}', 1, 1, '2025-07-21 14:38:18', '2025-07-21 14:38:18', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29518, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 14:53:18', '2025-07-21 14:53:18', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753109598;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753109598;}', 1, 1, '2025-07-21 14:53:48', '2025-07-21 14:53:48', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29519, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 15:08:48', '2025-07-21 15:08:48', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753110528;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753110528;}', 1, 1, '2025-07-21 15:09:03', '2025-07-21 15:09:03', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29520, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 15:24:03', '2025-07-21 15:24:03', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753111443;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753111443;}', 1, 1, '2025-07-21 15:24:36', '2025-07-21 15:24:36', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29521, 'aioseo_image_sitemap_scan', 'complete', '2025-07-21 15:39:36', '2025-07-21 15:39:36', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753112376;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753112376;}', 1, 1, '2025-07-21 15:40:37', '2025-07-21 15:40:37', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29522, 'aioseo_image_sitemap_scan', 'pending', '2025-07-21 15:55:37', '2025-07-21 15:55:37', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753113337;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753113337;}', 1, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29523, 'wpforms_admin_notifications_update', 'complete', '2025-07-21 15:41:29', '2025-07-21 15:41:29', 10, '{\"tasks_meta_id\":3}', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 3, 1, '2025-07-21 15:42:30', '2025-07-21 15:42:30', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29524, 'instawp_send_heartbeat', 'complete', '2025-07-21 15:41:43', '2025-07-21 15:41:43', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753112503;s:18:\"\0*\0first_timestamp\";i:1753112503;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753112503;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 4, 1, '2025-07-21 15:42:30', '2025-07-21 15:42:30', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29525, 'instawp_handle_heartbeat', 'complete', '2025-07-21 15:41:43', '2025-07-21 15:41:43', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753112503;s:18:\"\0*\0first_timestamp\";i:1753112503;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753112503;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 4, 1, '2025-07-21 15:42:30', '2025-07-21 15:42:30', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29526, 'instawp_prepare_large_files_list', 'complete', '2025-07-21 15:41:43', '2025-07-21 15:41:43', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753112503;s:18:\"\0*\0first_timestamp\";i:1753112503;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753112503;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 4, 1, '2025-07-21 15:42:31', '2025-07-21 15:42:31', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29527, 'instawp_clean_migrate_files', 'complete', '2025-07-21 15:41:43', '2025-07-21 15:41:43', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753112503;s:18:\"\0*\0first_timestamp\";i:1753112503;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753112503;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 4, 1, '2025-07-21 15:42:31', '2025-07-21 15:42:31', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29528, 'instawp_send_heartbeat', 'pending', '2025-07-22 15:42:30', '2025-07-22 15:42:30', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753198950;s:18:\"\0*\0first_timestamp\";i:1753112503;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753198950;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 4, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29529, 'instawp_handle_heartbeat', 'pending', '2025-07-21 19:42:30', '2025-07-21 19:42:30', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753126950;s:18:\"\0*\0first_timestamp\";i:1753112503;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753126950;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 4, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29530, 'instawp_prepare_large_files_list', 'pending', '2025-07-21 16:42:31', '2025-07-21 16:42:31', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753116151;s:18:\"\0*\0first_timestamp\";i:1753112503;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753116151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 4, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29531, 'instawp_clean_migrate_files', 'pending', '2025-07-22 15:42:31', '2025-07-22 15:42:31', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1753198951;s:18:\"\0*\0first_timestamp\";i:1753112503;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1753198951;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 4, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `1uS_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (29532, 'action_scheduler/migration_hook', 'complete', '2025-07-21 15:44:21', '2025-07-21 15:44:21', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753112661;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753112661;}', 2, 1, '2025-07-21 15:44:25', '2025-07-21 15:44:25', '0', NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=4808 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_actionscheduler_groups` (`group_id`, `slug`) VALUES (1, 'aioseo');

INSERT IGNORE INTO `1uS_actionscheduler_groups` (`group_id`, `slug`) VALUES (2, 'action-scheduler-migration');

INSERT IGNORE INTO `1uS_actionscheduler_groups` (`group_id`, `slug`) VALUES (3, 'wpforms');

INSERT IGNORE INTO `1uS_actionscheduler_groups` (`group_id`, `slug`) VALUES (4, 'instawp-connect');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=65306 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (60594, 27959, 'action created', '2025-07-03 21:36:33', '2025-07-03 21:36:33');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (62625, 28636, 'action created', '2025-07-11 14:40:00', '2025-07-11 14:40:00');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (63828, 29037, 'action created', '2025-07-16 04:03:41', '2025-07-16 04:03:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (63831, 29038, 'action created', '2025-07-16 04:03:41', '2025-07-16 04:03:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64023, 29102, 'action created', '2025-07-16 21:57:39', '2025-07-16 21:57:39');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64093, 29037, 'action started via WP Cron', '2025-07-17 04:03:53', '2025-07-17 04:03:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64094, 29037, 'action complete via WP Cron', '2025-07-17 04:03:53', '2025-07-17 04:03:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64095, 29126, 'action created', '2025-07-17 04:03:53', '2025-07-17 04:03:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64096, 29038, 'action started via WP Cron', '2025-07-17 04:03:53', '2025-07-17 04:03:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64097, 29038, 'action complete via WP Cron', '2025-07-17 04:03:53', '2025-07-17 04:03:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64098, 29127, 'action created', '2025-07-17 04:03:53', '2025-07-17 04:03:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64369, 29126, 'action started via WP Cron', '2025-07-18 04:05:49', '2025-07-18 04:05:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64370, 29126, 'action complete via WP Cron', '2025-07-18 04:05:49', '2025-07-18 04:05:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64371, 29218, 'action created', '2025-07-18 04:05:49', '2025-07-18 04:05:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64372, 29127, 'action started via WP Cron', '2025-07-18 04:05:49', '2025-07-18 04:05:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64373, 29127, 'action complete via WP Cron', '2025-07-18 04:05:49', '2025-07-18 04:05:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64374, 29219, 'action created', '2025-07-18 04:05:49', '2025-07-18 04:05:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64483, 28636, 'action started via WP Cron', '2025-07-18 14:45:13', '2025-07-18 14:45:13');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64484, 28636, 'action complete via WP Cron', '2025-07-18 14:45:13', '2025-07-18 14:45:13');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64485, 29256, 'action created', '2025-07-18 14:45:13', '2025-07-18 14:45:13');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64645, 29218, 'action started via WP Cron', '2025-07-19 04:07:29', '2025-07-19 04:07:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64646, 29218, 'action complete via WP Cron', '2025-07-19 04:07:29', '2025-07-19 04:07:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64647, 29310, 'action created', '2025-07-19 04:07:29', '2025-07-19 04:07:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64648, 29219, 'action started via WP Cron', '2025-07-19 04:07:29', '2025-07-19 04:07:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64649, 29219, 'action complete via WP Cron', '2025-07-19 04:07:29', '2025-07-19 04:07:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64650, 29311, 'action created', '2025-07-19 04:07:29', '2025-07-19 04:07:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64779, 29354, 'action created', '2025-07-19 16:10:53', '2025-07-19 16:10:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64905, 29396, 'action created', '2025-07-20 04:09:36', '2025-07-20 04:09:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64906, 29310, 'action started via WP Cron', '2025-07-20 04:09:36', '2025-07-20 04:09:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64907, 29310, 'action complete via WP Cron', '2025-07-20 04:09:37', '2025-07-20 04:09:37');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64908, 29397, 'action created', '2025-07-20 04:09:37', '2025-07-20 04:09:37');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64909, 29311, 'action started via WP Cron', '2025-07-20 04:09:37', '2025-07-20 04:09:37');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64910, 29311, 'action complete via WP Cron', '2025-07-20 04:09:37', '2025-07-20 04:09:37');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64911, 29398, 'action created', '2025-07-20 04:09:37', '2025-07-20 04:09:37');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65015, 29433, 'action created', '2025-07-20 15:37:16', '2025-07-20 15:37:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65017, 29433, 'action started via WP Cron', '2025-07-20 15:52:23', '2025-07-20 15:52:23');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65018, 29434, 'action created', '2025-07-20 15:52:23', '2025-07-20 15:52:23');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65019, 29433, 'action complete via WP Cron', '2025-07-20 15:52:23', '2025-07-20 15:52:23');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65020, 29435, 'action created', '2025-07-20 16:03:13', '2025-07-20 16:03:13');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65021, 29435, 'action started via WP Cron', '2025-07-20 16:03:14', '2025-07-20 16:03:14');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65022, 29435, 'action complete via WP Cron', '2025-07-20 16:03:14', '2025-07-20 16:03:14');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65023, 29434, 'action started via WP Cron', '2025-07-20 16:08:45', '2025-07-20 16:08:45');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65024, 29436, 'action created', '2025-07-20 16:08:45', '2025-07-20 16:08:45');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65025, 29434, 'action complete via WP Cron', '2025-07-20 16:08:45', '2025-07-20 16:08:45');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65026, 29354, 'action started via WP Cron', '2025-07-20 16:11:16', '2025-07-20 16:11:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65027, 29354, 'action complete via WP Cron', '2025-07-20 16:11:16', '2025-07-20 16:11:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65028, 29437, 'action created', '2025-07-20 16:11:16', '2025-07-20 16:11:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65029, 29436, 'action started via WP Cron', '2025-07-20 16:24:10', '2025-07-20 16:24:10');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65030, 29438, 'action created', '2025-07-20 16:24:10', '2025-07-20 16:24:10');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65031, 29436, 'action complete via WP Cron', '2025-07-20 16:24:10', '2025-07-20 16:24:10');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65032, 29438, 'action started via WP Cron', '2025-07-20 16:40:28', '2025-07-20 16:40:28');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65033, 29439, 'action created', '2025-07-20 16:40:28', '2025-07-20 16:40:28');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65034, 29438, 'action complete via WP Cron', '2025-07-20 16:40:28', '2025-07-20 16:40:28');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65035, 29439, 'action started via WP Cron', '2025-07-20 16:58:59', '2025-07-20 16:58:59');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65036, 29440, 'action created', '2025-07-20 16:58:59', '2025-07-20 16:58:59');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65037, 29439, 'action complete via WP Cron', '2025-07-20 16:58:59', '2025-07-20 16:58:59');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65038, 29440, 'action started via WP Cron', '2025-07-20 17:14:42', '2025-07-20 17:14:42');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65039, 29441, 'action created', '2025-07-20 17:14:42', '2025-07-20 17:14:42');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65040, 29440, 'action complete via WP Cron', '2025-07-20 17:14:42', '2025-07-20 17:14:42');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65041, 29441, 'action started via Async Request', '2025-07-20 17:29:43', '2025-07-20 17:29:43');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65042, 29442, 'action created', '2025-07-20 17:29:43', '2025-07-20 17:29:43');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65043, 29441, 'action complete via Async Request', '2025-07-20 17:29:43', '2025-07-20 17:29:43');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65044, 29442, 'action started via WP Cron', '2025-07-20 17:45:57', '2025-07-20 17:45:57');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65045, 29443, 'action created', '2025-07-20 17:45:57', '2025-07-20 17:45:57');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65046, 29442, 'action complete via WP Cron', '2025-07-20 17:45:57', '2025-07-20 17:45:57');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65047, 29443, 'action started via WP Cron', '2025-07-20 18:01:29', '2025-07-20 18:01:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65048, 29444, 'action created', '2025-07-20 18:01:29', '2025-07-20 18:01:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65049, 29443, 'action complete via WP Cron', '2025-07-20 18:01:29', '2025-07-20 18:01:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65050, 29444, 'action started via WP Cron', '2025-07-20 18:18:01', '2025-07-20 18:18:01');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65051, 29445, 'action created', '2025-07-20 18:18:01', '2025-07-20 18:18:01');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65052, 29444, 'action complete via WP Cron', '2025-07-20 18:18:01', '2025-07-20 18:18:01');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65053, 29445, 'action started via WP Cron', '2025-07-20 18:33:02', '2025-07-20 18:33:02');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65054, 29446, 'action created', '2025-07-20 18:33:02', '2025-07-20 18:33:02');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65055, 29445, 'action complete via WP Cron', '2025-07-20 18:33:02', '2025-07-20 18:33:02');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65056, 29446, 'action started via WP Cron', '2025-07-20 18:48:55', '2025-07-20 18:48:55');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65057, 29447, 'action created', '2025-07-20 18:48:55', '2025-07-20 18:48:55');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65058, 29446, 'action complete via WP Cron', '2025-07-20 18:48:55', '2025-07-20 18:48:55');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65059, 29447, 'action started via WP Cron', '2025-07-20 19:04:30', '2025-07-20 19:04:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65060, 29448, 'action created', '2025-07-20 19:04:30', '2025-07-20 19:04:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65061, 29447, 'action complete via WP Cron', '2025-07-20 19:04:30', '2025-07-20 19:04:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65062, 29448, 'action started via WP Cron', '2025-07-20 19:19:32', '2025-07-20 19:19:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65063, 29449, 'action created', '2025-07-20 19:19:32', '2025-07-20 19:19:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65064, 29448, 'action complete via WP Cron', '2025-07-20 19:19:32', '2025-07-20 19:19:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65065, 29449, 'action started via WP Cron', '2025-07-20 19:34:32', '2025-07-20 19:34:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65066, 29450, 'action created', '2025-07-20 19:34:32', '2025-07-20 19:34:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65067, 29449, 'action complete via WP Cron', '2025-07-20 19:34:32', '2025-07-20 19:34:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65068, 29450, 'action started via WP Cron', '2025-07-20 19:50:33', '2025-07-20 19:50:33');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65069, 29451, 'action created', '2025-07-20 19:50:33', '2025-07-20 19:50:33');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65070, 29450, 'action complete via WP Cron', '2025-07-20 19:50:33', '2025-07-20 19:50:33');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65071, 29451, 'action started via WP Cron', '2025-07-20 20:10:53', '2025-07-20 20:10:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65072, 29452, 'action created', '2025-07-20 20:10:53', '2025-07-20 20:10:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65073, 29451, 'action complete via WP Cron', '2025-07-20 20:10:53', '2025-07-20 20:10:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65074, 29452, 'action started via WP Cron', '2025-07-20 20:26:41', '2025-07-20 20:26:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65075, 29453, 'action created', '2025-07-20 20:26:41', '2025-07-20 20:26:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65076, 29452, 'action complete via WP Cron', '2025-07-20 20:26:41', '2025-07-20 20:26:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65077, 29453, 'action started via WP Cron', '2025-07-20 20:44:56', '2025-07-20 20:44:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65078, 29454, 'action created', '2025-07-20 20:44:56', '2025-07-20 20:44:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65079, 29453, 'action complete via WP Cron', '2025-07-20 20:44:56', '2025-07-20 20:44:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65080, 29454, 'action started via WP Cron', '2025-07-20 21:01:28', '2025-07-20 21:01:28');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65081, 29455, 'action created', '2025-07-20 21:01:28', '2025-07-20 21:01:28');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65082, 29454, 'action complete via WP Cron', '2025-07-20 21:01:28', '2025-07-20 21:01:28');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65083, 29455, 'action started via WP Cron', '2025-07-20 21:22:41', '2025-07-20 21:22:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65084, 29456, 'action created', '2025-07-20 21:22:41', '2025-07-20 21:22:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65085, 29455, 'action complete via WP Cron', '2025-07-20 21:22:41', '2025-07-20 21:22:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65086, 29456, 'action started via WP Cron', '2025-07-20 21:38:34', '2025-07-20 21:38:34');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65087, 29457, 'action created', '2025-07-20 21:38:34', '2025-07-20 21:38:34');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65088, 29456, 'action complete via WP Cron', '2025-07-20 21:38:34', '2025-07-20 21:38:34');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65089, 29457, 'action started via WP Cron', '2025-07-20 21:56:54', '2025-07-20 21:56:54');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65090, 29458, 'action created', '2025-07-20 21:56:54', '2025-07-20 21:56:54');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65091, 29457, 'action complete via WP Cron', '2025-07-20 21:56:54', '2025-07-20 21:56:54');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65092, 29458, 'action started via WP Cron', '2025-07-20 22:12:41', '2025-07-20 22:12:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65093, 29459, 'action created', '2025-07-20 22:12:41', '2025-07-20 22:12:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65094, 29458, 'action complete via WP Cron', '2025-07-20 22:12:41', '2025-07-20 22:12:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65095, 29459, 'action started via WP Cron', '2025-07-20 22:29:41', '2025-07-20 22:29:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65096, 29460, 'action created', '2025-07-20 22:29:41', '2025-07-20 22:29:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65097, 29459, 'action complete via WP Cron', '2025-07-20 22:29:41', '2025-07-20 22:29:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65098, 29460, 'action started via Async Request', '2025-07-20 22:44:50', '2025-07-20 22:44:50');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65099, 29461, 'action created', '2025-07-20 22:44:50', '2025-07-20 22:44:50');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65100, 29460, 'action complete via Async Request', '2025-07-20 22:44:50', '2025-07-20 22:44:50');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65101, 29461, 'action started via WP Cron', '2025-07-20 23:00:41', '2025-07-20 23:00:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65102, 29462, 'action created', '2025-07-20 23:00:41', '2025-07-20 23:00:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65103, 29461, 'action complete via WP Cron', '2025-07-20 23:00:41', '2025-07-20 23:00:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65104, 29462, 'action started via WP Cron', '2025-07-20 23:18:27', '2025-07-20 23:18:27');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65105, 29463, 'action created', '2025-07-20 23:18:27', '2025-07-20 23:18:27');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65106, 29462, 'action complete via WP Cron', '2025-07-20 23:18:27', '2025-07-20 23:18:27');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65107, 29463, 'action started via WP Cron', '2025-07-20 23:34:53', '2025-07-20 23:34:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65108, 29464, 'action created', '2025-07-20 23:34:53', '2025-07-20 23:34:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65109, 29463, 'action complete via WP Cron', '2025-07-20 23:34:53', '2025-07-20 23:34:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65110, 29464, 'action started via WP Cron', '2025-07-20 23:50:32', '2025-07-20 23:50:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65111, 29465, 'action created', '2025-07-20 23:50:32', '2025-07-20 23:50:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65112, 29464, 'action complete via WP Cron', '2025-07-20 23:50:32', '2025-07-20 23:50:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65113, 29465, 'action started via WP Cron', '2025-07-21 00:08:14', '2025-07-21 00:08:14');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65114, 29466, 'action created', '2025-07-21 00:08:14', '2025-07-21 00:08:14');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65115, 29465, 'action complete via WP Cron', '2025-07-21 00:08:14', '2025-07-21 00:08:14');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65116, 29466, 'action started via WP Cron', '2025-07-21 00:23:24', '2025-07-21 00:23:24');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65117, 29467, 'action created', '2025-07-21 00:23:24', '2025-07-21 00:23:24');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65118, 29466, 'action complete via WP Cron', '2025-07-21 00:23:24', '2025-07-21 00:23:24');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65119, 29467, 'action started via WP Cron', '2025-07-21 00:38:26', '2025-07-21 00:38:26');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65120, 29468, 'action created', '2025-07-21 00:38:26', '2025-07-21 00:38:26');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65121, 29467, 'action complete via WP Cron', '2025-07-21 00:38:26', '2025-07-21 00:38:26');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65122, 29468, 'action started via WP Cron', '2025-07-21 00:57:24', '2025-07-21 00:57:24');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65123, 29469, 'action created', '2025-07-21 00:57:24', '2025-07-21 00:57:24');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65124, 29468, 'action complete via WP Cron', '2025-07-21 00:57:24', '2025-07-21 00:57:24');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65125, 29469, 'action started via WP Cron', '2025-07-21 01:12:32', '2025-07-21 01:12:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65126, 29470, 'action created', '2025-07-21 01:12:32', '2025-07-21 01:12:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65127, 29469, 'action complete via WP Cron', '2025-07-21 01:12:32', '2025-07-21 01:12:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65128, 29470, 'action started via Async Request', '2025-07-21 01:28:12', '2025-07-21 01:28:12');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65129, 29471, 'action created', '2025-07-21 01:28:12', '2025-07-21 01:28:12');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65130, 29470, 'action complete via Async Request', '2025-07-21 01:28:12', '2025-07-21 01:28:12');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65131, 29471, 'action started via WP Cron', '2025-07-21 01:44:39', '2025-07-21 01:44:39');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65132, 29472, 'action created', '2025-07-21 01:44:39', '2025-07-21 01:44:39');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65133, 29471, 'action complete via WP Cron', '2025-07-21 01:44:39', '2025-07-21 01:44:39');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65134, 29472, 'action started via Async Request', '2025-07-21 01:59:40', '2025-07-21 01:59:40');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65135, 29473, 'action created', '2025-07-21 01:59:40', '2025-07-21 01:59:40');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65136, 29472, 'action complete via Async Request', '2025-07-21 01:59:40', '2025-07-21 01:59:40');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65137, 29473, 'action started via WP Cron', '2025-07-21 02:15:16', '2025-07-21 02:15:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65138, 29474, 'action created', '2025-07-21 02:15:16', '2025-07-21 02:15:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65139, 29473, 'action complete via WP Cron', '2025-07-21 02:15:16', '2025-07-21 02:15:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65140, 29474, 'action started via WP Cron', '2025-07-21 02:31:56', '2025-07-21 02:31:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65141, 29475, 'action created', '2025-07-21 02:31:56', '2025-07-21 02:31:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65142, 29474, 'action complete via WP Cron', '2025-07-21 02:31:56', '2025-07-21 02:31:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65143, 29475, 'action started via WP Cron', '2025-07-21 02:50:36', '2025-07-21 02:50:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65144, 29476, 'action created', '2025-07-21 02:50:36', '2025-07-21 02:50:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65145, 29475, 'action complete via WP Cron', '2025-07-21 02:50:36', '2025-07-21 02:50:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65146, 29476, 'action started via WP Cron', '2025-07-21 03:06:29', '2025-07-21 03:06:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65147, 29477, 'action created', '2025-07-21 03:06:29', '2025-07-21 03:06:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65148, 29476, 'action complete via WP Cron', '2025-07-21 03:06:29', '2025-07-21 03:06:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65149, 29477, 'action started via WP Cron', '2025-07-21 03:24:40', '2025-07-21 03:24:40');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65150, 29478, 'action created', '2025-07-21 03:24:40', '2025-07-21 03:24:40');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65151, 29477, 'action complete via WP Cron', '2025-07-21 03:24:40', '2025-07-21 03:24:40');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65152, 29478, 'action started via WP Cron', '2025-07-21 03:40:38', '2025-07-21 03:40:38');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65153, 29479, 'action created', '2025-07-21 03:40:38', '2025-07-21 03:40:38');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65154, 29478, 'action complete via WP Cron', '2025-07-21 03:40:38', '2025-07-21 03:40:38');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65155, 29479, 'action started via WP Cron', '2025-07-21 03:55:40', '2025-07-21 03:55:40');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65156, 29480, 'action created', '2025-07-21 03:55:40', '2025-07-21 03:55:40');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65157, 29479, 'action complete via WP Cron', '2025-07-21 03:55:40', '2025-07-21 03:55:40');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65158, 29396, 'action started via WP Cron', '2025-07-21 04:11:56', '2025-07-21 04:11:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65159, 29396, 'action complete via WP Cron', '2025-07-21 04:11:56', '2025-07-21 04:11:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65160, 29481, 'action created', '2025-07-21 04:11:56', '2025-07-21 04:11:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65161, 29397, 'action started via WP Cron', '2025-07-21 04:11:56', '2025-07-21 04:11:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65162, 29397, 'action complete via WP Cron', '2025-07-21 04:11:57', '2025-07-21 04:11:57');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65163, 29482, 'action created', '2025-07-21 04:11:57', '2025-07-21 04:11:57');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65164, 29398, 'action started via WP Cron', '2025-07-21 04:11:57', '2025-07-21 04:11:57');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65165, 29398, 'action complete via WP Cron', '2025-07-21 04:11:57', '2025-07-21 04:11:57');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65166, 29483, 'action created', '2025-07-21 04:11:57', '2025-07-21 04:11:57');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65167, 29480, 'action started via WP Cron', '2025-07-21 04:11:57', '2025-07-21 04:11:57');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65168, 29484, 'action created', '2025-07-21 04:11:57', '2025-07-21 04:11:57');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65169, 29480, 'action complete via WP Cron', '2025-07-21 04:11:57', '2025-07-21 04:11:57');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65170, 29484, 'action started via WP Cron', '2025-07-21 04:31:29', '2025-07-21 04:31:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65171, 29485, 'action created', '2025-07-21 04:31:29', '2025-07-21 04:31:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65172, 29484, 'action complete via WP Cron', '2025-07-21 04:31:29', '2025-07-21 04:31:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65173, 29485, 'action started via WP Cron', '2025-07-21 04:50:05', '2025-07-21 04:50:05');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65174, 29486, 'action created', '2025-07-21 04:50:05', '2025-07-21 04:50:05');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65175, 29485, 'action complete via WP Cron', '2025-07-21 04:50:05', '2025-07-21 04:50:05');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65176, 29486, 'action started via WP Cron', '2025-07-21 05:05:59', '2025-07-21 05:05:59');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65177, 29487, 'action created', '2025-07-21 05:05:59', '2025-07-21 05:05:59');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65178, 29486, 'action complete via WP Cron', '2025-07-21 05:05:59', '2025-07-21 05:05:59');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65179, 29487, 'action started via WP Cron', '2025-07-21 05:23:10', '2025-07-21 05:23:10');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65180, 29488, 'action created', '2025-07-21 05:23:10', '2025-07-21 05:23:10');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65181, 29487, 'action complete via WP Cron', '2025-07-21 05:23:10', '2025-07-21 05:23:10');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65182, 29488, 'action started via WP Cron', '2025-07-21 05:38:32', '2025-07-21 05:38:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65183, 29489, 'action created', '2025-07-21 05:38:32', '2025-07-21 05:38:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65184, 29488, 'action complete via WP Cron', '2025-07-21 05:38:32', '2025-07-21 05:38:32');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65185, 29489, 'action started via WP Cron', '2025-07-21 05:54:59', '2025-07-21 05:54:59');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65186, 29490, 'action created', '2025-07-21 05:55:00', '2025-07-21 05:55:00');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65187, 29489, 'action complete via WP Cron', '2025-07-21 05:55:00', '2025-07-21 05:55:00');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65188, 29490, 'action started via WP Cron', '2025-07-21 06:16:28', '2025-07-21 06:16:28');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65189, 29491, 'action created', '2025-07-21 06:16:28', '2025-07-21 06:16:28');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65190, 29490, 'action complete via WP Cron', '2025-07-21 06:16:28', '2025-07-21 06:16:28');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65191, 29491, 'action started via WP Cron', '2025-07-21 06:33:16', '2025-07-21 06:33:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65192, 29492, 'action created', '2025-07-21 06:33:16', '2025-07-21 06:33:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65193, 29491, 'action complete via WP Cron', '2025-07-21 06:33:16', '2025-07-21 06:33:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65194, 29492, 'action started via WP Cron', '2025-07-21 06:52:09', '2025-07-21 06:52:09');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65195, 29493, 'action created', '2025-07-21 06:52:09', '2025-07-21 06:52:09');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65196, 29492, 'action complete via WP Cron', '2025-07-21 06:52:09', '2025-07-21 06:52:09');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65197, 29493, 'action started via WP Cron', '2025-07-21 07:16:16', '2025-07-21 07:16:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65198, 29494, 'action created', '2025-07-21 07:16:16', '2025-07-21 07:16:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65199, 29493, 'action complete via WP Cron', '2025-07-21 07:16:16', '2025-07-21 07:16:16');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65200, 29494, 'action started via WP Cron', '2025-07-21 07:33:02', '2025-07-21 07:33:02');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65201, 29495, 'action created', '2025-07-21 07:33:02', '2025-07-21 07:33:02');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65202, 29494, 'action complete via WP Cron', '2025-07-21 07:33:02', '2025-07-21 07:33:02');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65203, 29495, 'action started via WP Cron', '2025-07-21 07:49:11', '2025-07-21 07:49:11');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65204, 29496, 'action created', '2025-07-21 07:49:11', '2025-07-21 07:49:11');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65205, 29495, 'action complete via WP Cron', '2025-07-21 07:49:11', '2025-07-21 07:49:11');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65206, 29496, 'action started via WP Cron', '2025-07-21 08:06:41', '2025-07-21 08:06:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65207, 29497, 'action created', '2025-07-21 08:06:41', '2025-07-21 08:06:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65208, 29496, 'action complete via WP Cron', '2025-07-21 08:06:41', '2025-07-21 08:06:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65209, 29497, 'action started via WP Cron', '2025-07-21 08:23:03', '2025-07-21 08:23:03');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65210, 29498, 'action created', '2025-07-21 08:23:03', '2025-07-21 08:23:03');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65211, 29497, 'action complete via WP Cron', '2025-07-21 08:23:03', '2025-07-21 08:23:03');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65212, 29498, 'action started via WP Cron', '2025-07-21 08:46:01', '2025-07-21 08:46:01');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65213, 29499, 'action created', '2025-07-21 08:46:01', '2025-07-21 08:46:01');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65214, 29498, 'action complete via WP Cron', '2025-07-21 08:46:01', '2025-07-21 08:46:01');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65215, 29499, 'action started via WP Cron', '2025-07-21 09:05:24', '2025-07-21 09:05:24');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65216, 29500, 'action created', '2025-07-21 09:05:24', '2025-07-21 09:05:24');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65217, 29499, 'action complete via WP Cron', '2025-07-21 09:05:24', '2025-07-21 09:05:24');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65218, 29500, 'action started via WP Cron', '2025-07-21 09:28:49', '2025-07-21 09:28:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65219, 29501, 'action created', '2025-07-21 09:28:49', '2025-07-21 09:28:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65220, 29500, 'action complete via WP Cron', '2025-07-21 09:28:49', '2025-07-21 09:28:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65221, 29501, 'action started via WP Cron', '2025-07-21 09:47:17', '2025-07-21 09:47:17');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65222, 29502, 'action created', '2025-07-21 09:47:17', '2025-07-21 09:47:17');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65223, 29501, 'action complete via WP Cron', '2025-07-21 09:47:17', '2025-07-21 09:47:17');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65224, 29502, 'action started via WP Cron', '2025-07-21 10:02:49', '2025-07-21 10:02:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65225, 29503, 'action created', '2025-07-21 10:02:49', '2025-07-21 10:02:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65226, 29502, 'action complete via WP Cron', '2025-07-21 10:02:49', '2025-07-21 10:02:49');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65227, 29503, 'action started via WP Cron', '2025-07-21 10:37:56', '2025-07-21 10:37:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65228, 29504, 'action created', '2025-07-21 10:37:56', '2025-07-21 10:37:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65229, 29503, 'action complete via WP Cron', '2025-07-21 10:37:56', '2025-07-21 10:37:56');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65230, 29504, 'action started via WP Cron', '2025-07-21 10:58:36', '2025-07-21 10:58:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65231, 29505, 'action created', '2025-07-21 10:58:36', '2025-07-21 10:58:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65232, 29504, 'action complete via WP Cron', '2025-07-21 10:58:36', '2025-07-21 10:58:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65233, 29505, 'action started via WP Cron', '2025-07-21 11:16:35', '2025-07-21 11:16:35');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65234, 29506, 'action created', '2025-07-21 11:16:35', '2025-07-21 11:16:35');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65235, 29505, 'action complete via WP Cron', '2025-07-21 11:16:35', '2025-07-21 11:16:35');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65236, 29506, 'action started via WP Cron', '2025-07-21 11:32:15', '2025-07-21 11:32:15');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65237, 29507, 'action created', '2025-07-21 11:32:15', '2025-07-21 11:32:15');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65238, 29506, 'action complete via WP Cron', '2025-07-21 11:32:15', '2025-07-21 11:32:15');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65239, 29507, 'action started via WP Cron', '2025-07-21 11:51:41', '2025-07-21 11:51:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65240, 29508, 'action created', '2025-07-21 11:51:41', '2025-07-21 11:51:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65241, 29507, 'action complete via WP Cron', '2025-07-21 11:51:41', '2025-07-21 11:51:41');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65242, 29508, 'action started via Async Request', '2025-07-21 12:06:58', '2025-07-21 12:06:58');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65243, 29509, 'action created', '2025-07-21 12:06:58', '2025-07-21 12:06:58');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65244, 29508, 'action complete via Async Request', '2025-07-21 12:06:58', '2025-07-21 12:06:58');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65245, 29509, 'action started via WP Cron', '2025-07-21 12:22:51', '2025-07-21 12:22:51');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65246, 29510, 'action created', '2025-07-21 12:22:51', '2025-07-21 12:22:51');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65247, 29509, 'action complete via WP Cron', '2025-07-21 12:22:51', '2025-07-21 12:22:51');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65248, 29510, 'action started via WP Cron', '2025-07-21 12:43:36', '2025-07-21 12:43:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65249, 29511, 'action created', '2025-07-21 12:43:36', '2025-07-21 12:43:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65250, 29510, 'action complete via WP Cron', '2025-07-21 12:43:36', '2025-07-21 12:43:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65251, 29511, 'action started via WP Cron', '2025-07-21 12:58:53', '2025-07-21 12:58:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65252, 29512, 'action created', '2025-07-21 12:58:53', '2025-07-21 12:58:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65253, 29511, 'action complete via WP Cron', '2025-07-21 12:58:53', '2025-07-21 12:58:53');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65254, 29512, 'action started via WP Cron', '2025-07-21 13:15:01', '2025-07-21 13:15:01');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65255, 29513, 'action created', '2025-07-21 13:15:01', '2025-07-21 13:15:01');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65256, 29512, 'action complete via WP Cron', '2025-07-21 13:15:01', '2025-07-21 13:15:01');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65257, 29513, 'action started via Async Request', '2025-07-21 13:31:04', '2025-07-21 13:31:04');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65258, 29514, 'action created', '2025-07-21 13:31:04', '2025-07-21 13:31:04');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65259, 29513, 'action complete via Async Request', '2025-07-21 13:31:04', '2025-07-21 13:31:04');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65260, 29514, 'action started via WP Cron', '2025-07-21 13:46:31', '2025-07-21 13:46:31');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65261, 29515, 'action created', '2025-07-21 13:46:31', '2025-07-21 13:46:31');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65262, 29514, 'action complete via WP Cron', '2025-07-21 13:46:31', '2025-07-21 13:46:31');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65263, 29515, 'action started via WP Cron', '2025-07-21 14:04:02', '2025-07-21 14:04:02');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65264, 29516, 'action created', '2025-07-21 14:04:02', '2025-07-21 14:04:02');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65265, 29515, 'action complete via WP Cron', '2025-07-21 14:04:02', '2025-07-21 14:04:02');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65266, 29516, 'action started via WP Cron', '2025-07-21 14:23:07', '2025-07-21 14:23:07');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65267, 29517, 'action created', '2025-07-21 14:23:07', '2025-07-21 14:23:07');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65268, 29516, 'action complete via WP Cron', '2025-07-21 14:23:07', '2025-07-21 14:23:07');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65269, 29517, 'action started via WP Cron', '2025-07-21 14:38:18', '2025-07-21 14:38:18');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65270, 29518, 'action created', '2025-07-21 14:38:18', '2025-07-21 14:38:18');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65271, 29517, 'action complete via WP Cron', '2025-07-21 14:38:18', '2025-07-21 14:38:18');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65272, 29518, 'action started via WP Cron', '2025-07-21 14:53:48', '2025-07-21 14:53:48');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65273, 29519, 'action created', '2025-07-21 14:53:48', '2025-07-21 14:53:48');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65274, 29518, 'action complete via WP Cron', '2025-07-21 14:53:48', '2025-07-21 14:53:48');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65275, 29519, 'action started via WP Cron', '2025-07-21 15:09:03', '2025-07-21 15:09:03');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65276, 29520, 'action created', '2025-07-21 15:09:03', '2025-07-21 15:09:03');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65277, 29519, 'action complete via WP Cron', '2025-07-21 15:09:03', '2025-07-21 15:09:03');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65278, 29520, 'action started via WP Cron', '2025-07-21 15:24:36', '2025-07-21 15:24:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65279, 29521, 'action created', '2025-07-21 15:24:36', '2025-07-21 15:24:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65280, 29520, 'action complete via WP Cron', '2025-07-21 15:24:36', '2025-07-21 15:24:36');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65281, 29521, 'action started via WP Cron', '2025-07-21 15:40:37', '2025-07-21 15:40:37');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65282, 29522, 'action created', '2025-07-21 15:40:37', '2025-07-21 15:40:37');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65283, 29521, 'action complete via WP Cron', '2025-07-21 15:40:37', '2025-07-21 15:40:37');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65284, 29523, 'action created', '2025-07-21 15:41:29', '2025-07-21 15:41:29');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65285, 29524, 'action created', '2025-07-21 15:41:43', '2025-07-21 15:41:43');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65286, 29525, 'action created', '2025-07-21 15:41:43', '2025-07-21 15:41:43');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65287, 29526, 'action created', '2025-07-21 15:41:43', '2025-07-21 15:41:43');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65288, 29527, 'action created', '2025-07-21 15:41:43', '2025-07-21 15:41:43');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65289, 29523, 'action started via WP Cron', '2025-07-21 15:42:30', '2025-07-21 15:42:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65290, 29523, 'action complete via WP Cron', '2025-07-21 15:42:30', '2025-07-21 15:42:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65291, 29524, 'action started via WP Cron', '2025-07-21 15:42:30', '2025-07-21 15:42:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65292, 29524, 'action complete via WP Cron', '2025-07-21 15:42:30', '2025-07-21 15:42:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65293, 29528, 'action created', '2025-07-21 15:42:30', '2025-07-21 15:42:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65294, 29525, 'action started via WP Cron', '2025-07-21 15:42:30', '2025-07-21 15:42:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65295, 29525, 'action complete via WP Cron', '2025-07-21 15:42:30', '2025-07-21 15:42:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65296, 29529, 'action created', '2025-07-21 15:42:30', '2025-07-21 15:42:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65297, 29526, 'action started via WP Cron', '2025-07-21 15:42:30', '2025-07-21 15:42:30');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65298, 29526, 'action complete via WP Cron', '2025-07-21 15:42:31', '2025-07-21 15:42:31');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65299, 29530, 'action created', '2025-07-21 15:42:31', '2025-07-21 15:42:31');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65300, 29527, 'action started via WP Cron', '2025-07-21 15:42:31', '2025-07-21 15:42:31');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65301, 29527, 'action complete via WP Cron', '2025-07-21 15:42:31', '2025-07-21 15:42:31');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65302, 29531, 'action created', '2025-07-21 15:42:31', '2025-07-21 15:42:31');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65303, 29532, 'action created', '2025-07-21 15:43:21', '2025-07-21 15:43:21');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65304, 29532, 'action started via WP Cron', '2025-07-21 15:44:25', '2025-07-21 15:44:25');

INSERT IGNORE INTO `1uS_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65305, 29532, 'action complete via WP Cron', '2025-07-21 15:44:25', '2025-07-21 15:44:25');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_aioseo_cache` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(80) NOT NULL,
  `value` longtext NOT NULL,
  `expiration` datetime DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_cache_key` (`key`),
  KEY `ndx_aioseo_cache_expiration` (`expiration`)
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (1, 'attachment_url_to_post_id_d99ed2ddbeefba28910cca4100f73b401b38bc49', 'none', '2025-07-21 15:51:31', '2025-07-18 15:42:37', '2025-07-20 15:51:31');

INSERT IGNORE INTO `1uS_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (2, 'addons', 'a:9:{i:0;a:15:{s:3:\"sku\";s:16:\"aioseo-redirects\";s:4:\"name\";s:19:\"Redirection Manager\";s:7:\"version\";s:6:\"1.4.12\";s:5:\"image\";N;s:4:\"icon\";s:480:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImFpb3Nlby1yZWRpcmVjdCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41OSA5LjE3TDUuNDEgNEw0IDUuNDFMOS4xNyAxMC41OEwxMC41OSA5LjE3Wk0xNC41IDRMMTYuNTQgNi4wNEw0IDE4LjU5TDUuNDEgMjBMMTcuOTYgNy40NkwyMCA5LjVWNEgxNC41Wk0xMy40MiAxNC44MkwxNC44MyAxMy40MUwxNy45NiAxNi41NEwyMCAxNC41VjIwSDE0LjVMMTYuNTUgMTcuOTVMMTMuNDIgMTQuODJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIC8+PC9zdmc+\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:101:\"<p>Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:12:\"learnMoreUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-redirects:redirects\";s:8:\"features\";a:1:{i:0;a:2:{s:13:\"license_level\";s:5:\"elite\";s:7:\"feature\";s:19:\"404-parent-redirect\";}}}i:1;a:15:{s:3:\"sku\";s:21:\"aioseo-link-assistant\";s:4:\"name\";s:14:\"Link Assistant\";s:7:\"version\";s:6:\"1.1.10\";s:5:\"image\";N;s:4:\"icon\";s:516:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNUg3QzUuMzUgMTUgNCAxMy42NSA0IDEyQzQgMTAuMzUgNS4zNSA5IDcgOUgxMVY3SDdDNC4yNCA3IDIgOS4yNCAyIDEyQzIgMTQuNzYgNC4yNCAxNyA3IDE3SDExVjE1Wk0xNyA3SDEzVjlIMTdDMTguNjUgOSAyMCAxMC4zNSAyMCAxMkMyMCAxMy42NSAxOC42NSAxNSAxNyAxNUgxM1YxN0gxN0MxOS43NiAxNyAyMiAxNC43NiAyMiAxMkMyMiA5LjI0IDE5Ljc2IDcgMTcgN1pNMTYgMTFIOFYxM0gxNlYxMVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=\";s:6:\"levels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:283:\"<p>Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:12:\"learnMoreUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-link-assistant:overview\";s:8:\"features\";a:0:{}}i:2;a:15:{s:3:\"sku\";s:20:\"aioseo-video-sitemap\";s:4:\"name\";s:13:\"Video Sitemap\";s:7:\"version\";s:6:\"1.1.19\";s:5:\"image\";N;s:4:\"icon\";s:420:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy4zMzMgNWgxMGMuNDU5IDAgLjgzNC4zNzUuODM0LjgzM1Y4Ljc1TDE3LjUgNS40MTd2OS4xNjZsLTMuMzMzLTMuMzMzdjIuOTE3YS44MzYuODM2IDAgMCAxLS44MzQuODMzaC0xMGEuODM2LjgzNiAwIDAgMS0uODMzLS44MzNWNS44MzNjMC0uNDU4LjM3NS0uODMzLjgzMy0uODMzWm05LjE2NyA4LjMzM1Y2LjY2N0g0LjE2N3Y2LjY2NkgxMi41WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\";s:6:\"levels\";a:5:{i:0;s:10:\"individual\";i:1;s:8:\"business\";i:2;s:6:\"agency\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:243:\"<p>The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:12:\"learnMoreUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:9:\"manageUrl\";s:43:\"https://route#aioseo-sitemaps:video-sitemap\";s:8:\"features\";a:0:{}}i:3;a:15:{s:3:\"sku\";s:21:\"aioseo-local-business\";s:4:\"name\";s:18:\"Local Business SEO\";s:7:\"version\";s:6:\"1.3.10\";s:5:\"image\";N;s:4:\"icon\";s:18:\"svg-local-business\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:253:\"<p>Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:12:\"learnMoreUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-local-seo:locations\";s:8:\"features\";a:0:{}}i:4;a:15:{s:3:\"sku\";s:19:\"aioseo-news-sitemap\";s:4:\"name\";s:12:\"News Sitemap\";s:7:\"version\";s:6:\"1.0.19\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:284:\"<p>Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google’s Publisher Center and had it approved.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:12:\"learnMoreUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:9:\"manageUrl\";s:42:\"https://route#aioseo-sitemaps:news-sitemap\";s:8:\"features\";a:0:{}}i:5;a:15:{s:3:\"sku\";s:16:\"aioseo-index-now\";s:4:\"name\";s:8:\"IndexNow\";s:7:\"version\";s:6:\"1.0.12\";s:5:\"image\";N;s:4:\"icon\";s:1836:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE3LjY0NCAxMS42NTVjLS4zMjEtLjIyOS0uNjU0LS40NDYtLjk2NC0uNjk3LS42NDMtLjUzNC0uNjMxLTEuMzcyLjAyMy0xLjg4NC4zMS0uMjQuNjQyLS40NTguOTY0LS42OTcuMTg0LS4xMy4zMjEtLjI5NC4zMzMtLjUzNCAwLS4wMzIgMC0uMDc2LS4wMTItLjEyYTcuNDQyIDcuNDQyIDAgMCAwLTEuODkzLTMuMTQ3Yy0uMjA3LS4yMDctLjQ2LS4yNC0uNzQ2LS4xMmEyMi4wNSAyMi4wNSAwIDAgMS0xLjA2OC40MzZjLS45MTguMzQ4LTEuNjg3LS4wODctMS44MTMtMS4wMjQtLjA0Ni0uMzM4LS4wOC0uNjc1LS4xMTUtMS4wMTMtLjAzNC0uMzctLjI0LS41OTktLjYzLS42NzVhOC40NDYgOC40NDYgMCAwIDAtMy40NjcgMGMtLjM2Ny4wNzYtLjU3NC4yNzItLjYwOC42MzJhMTMuNzggMTMuNzggMCAwIDEtLjE2IDEuMTc2Yy0uMTYxLjgyOC0uOTE5IDEuMjMtMS43NDUuOTE1LS4zNTYtLjEzLS43MTItLjI5NC0xLjA2Ny0uNDQ3LS4zMzMtLjE0MS0uNjA5LS4wODctLjg1LjE2NGE3Ljc3OSA3Ljc3OSAwIDAgMC0xLjc3OSAyLjkxOGMtLjExNC4zMzgtLjAyMy42MS4yODcuODI4LjI5OS4yMDcuNjA5LjQxNC44OTUuNjMyLjc3LjU4OC43NTggMS40NDgtLjAyMiAyLjAxNC0uMjg3LjIwNy0uNTc0LjQxNC0uODYxLjYxLS4zMjIuMjE4LS40MTMuNTEyLS4yOTkuODZhNy44NyA3Ljg3IDAgMCAwIDEuNzQ1IDIuODg3Yy4yNC4yNS41MTYuMzE2Ljg1LjE4NS4zOS0uMTUzLjc2OC0uMzI3IDEuMTU4LS40NjguNzU4LS4yNzMgMS41MTUuMTIgMS42NzYuODcuMDguNDA0LjEyNi44MTguMTYgMS4yMi4wMzUuMzcuMjQxLjU2Ny41OTcuNjQzIDEuMTYuMjQgMi4zMDcuMjQgMy40NjYuMDExLjQxMy0uMDg3LjYwOC0uMzE2LjY0My0uNzA4LjAyMy0uMzI3LjA2OS0uNjUzLjEwMy0uOTcuMTE1LS45MjUuODk1LTEuMzgyIDEuODE0LTEuMDQ1LjM0NC4xMzEuNjg4LjI3MyAxLjAzMi40MjUuMzY4LjE1My42NjYuMDc2LjkxOC0uMjA3YTguNDk0IDguNDk0IDAgMCAwIDEuNzEtMi44MmMuMTUtLjMzOC4wNTgtLjYyMS0uMjc1LS44NXptLTkuNDguNjk3Yy0uMTAzLjEzLS4zMS4xMi0uNDEzLS4wMUw2LjAzIDEwLjE3M2EuMjIuMjIgMCAwIDEgMC0uMjgzbDEuOTI4LTIuNDI5IDEuNDY5IDEuNzItLjYzMS44NS41MjcuNzA4YS4yMDUuMjA1IDAgMCAxLS4wMTEuMjYyem01LjgzLTIuMTc4LTIuNDc5IDMuMDE3YS4yNi4yNiAwIDAgMS0uMjA2LjEwOUg5LjEwNWEuMjUuMjUgMCAwIDEtLjIwNi0uNDAzbDIuMzUzLTIuODY1LTIuNjc0LTMuMjY3aDIuODY5bDIuNTU5IDMuMTI2YS4yMzYuMjM2IDAgMCAxLS4wMTEuMjgzeiIvPjwvc3ZnPg==\";s:6:\"levels\";a:6:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:5:\"basic\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:5:\"elite\";}s:13:\"currentLevels\";a:4:{i:0;s:5:\"basic\";i:1;s:4:\"plus\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:193:\"<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:28:\"https://aioseo.com/index-now\";s:12:\"learnMoreUrl\";s:28:\"https://aioseo.com/index-now\";s:9:\"manageUrl\";s:45:\"https://route#aioseo-settings:webmaster-tools\";s:8:\"features\";a:0:{}}i:6;a:15:{s:3:\"sku\";s:15:\"aioseo-rest-api\";s:4:\"name\";s:8:\"REST API\";s:7:\"version\";s:5:\"1.0.9\";s:5:\"image\";N;s:4:\"icon\";s:280:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9ImFpb3Nlby1jb2RlIj48cGF0aCBkPSJNOS40IDE2LjZMNC44IDEybDQuNi00LjZMOCA2bC02IDYgNiA2IDEuNC0xLjR6bTUuMiAwbDQuNi00LjYtNC42LTQuNkwxNiA2bDYgNi02IDYtMS40LTEuNHoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:137:\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:12:\"learnMoreUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:9:\"manageUrl\";s:0:\"\";s:8:\"features\";a:0:{}}i:7;a:15:{s:3:\"sku\";s:16:\"aioseo-image-seo\";s:4:\"name\";s:9:\"Image SEO\";s:7:\"version\";s:5:\"1.2.0\";s:5:\"image\";N;s:4:\"icon\";s:436:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE1LjgzMyA0LjE2N3YxMS42NjZINC4xNjdWNC4xNjdoMTEuNjY2Wm0wLTEuNjY3SDQuMTY3QzMuMjUgMi41IDIuNSAzLjI1IDIuNSA0LjE2N3YxMS42NjZjMCAuOTE3Ljc1IDEuNjY3IDEuNjY3IDEuNjY3aDExLjY2NmMuOTE3IDAgMS42NjctLjc1IDEuNjY3LTEuNjY3VjQuMTY3YzAtLjkxNy0uNzUtMS42NjctMS42NjctMS42NjdabS00LjA1IDcuMzgzLTIuNSAzLjIyNUw3LjUgMTAuOTUgNSAxNC4xNjdoMTBsLTMuMjE3LTQuMjg0WiIvPjwvc3ZnPg==\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:161:\"<p>Globally control the Title, Alt Text, Caption and Descriptions for images in your content. These attributes are essential for both accessibility and SEO.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:12:\"learnMoreUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-search-appearance:media\";s:8:\"features\";a:0:{}}i:8;a:15:{s:3:\"sku\";s:11:\"aioseo-eeat\";s:4:\"name\";s:20:\"Author SEO (E-E-A-T)\";s:7:\"version\";s:5:\"1.2.2\";s:5:\"image\";N;s:4:\"icon\";s:1380:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00NDAuMTE4LTU2MHEzMy44MzkgMCA1Ny44MTctMjQuMDk3dDIzLjk3OC01Ny45MzVxMC0zMy44MzgtMjMuOTc4LTU3LjY5Ni0yMy45NzgtMjMuODU5LTU3LjgxNy0yMy44NTktMzMuODM4IDAtNTcuOTM0IDIzLjg1OS0yNC4wOTcgMjMuODU4LTI0LjA5NyA1Ny42OTYgMCAzMy44MzggMjQuMDk3IDU3LjkzNVE0MDYuMjgtNTYwIDQ0MC4xMTgtNTYwWk00NDAtMzk2LjQxM3E0NS43MTcgMCA4NS41NzYtMTkuNDc4IDM5Ljg1OS0xOS40NzkgNjkuNTc2LTU2LjE1Mi0zNS45NTYtMjMuNzE4LTc0LjkzNS0zNS44MzdRNDgxLjIzOS01MjAgNDQwLTUyMHQtODAuMjE3IDEyLjEycS0zOC45NzkgMTIuMTE5LTc0LjkzNSAzNS44MzcgMjkuNzE3IDM2LjY3MyA2OS41NzYgNTYuMTUyIDM5Ljg1OSAxOS40NzggODUuNTc2IDE5LjQ3OFptMzg2LjM5MSAyODYuOTM1TDYzNy45MTMtMjk3Ljk1NnEtNDEuNzE3IDMxLjc2MS05MS42OTYgNDkuNDAyUTQ5Ni4yMzktMjMwLjkxMyA0NDAtMjMwLjkxM3EtMTM3LjU4NyAwLTIzMy4zMzctOTUuNzVUMTEwLjkxMy01NjBxMC0xMzcuNTg3IDk1Ljc1LTIzMy4zMzdUNDQwLTg4OS4wODdxMTM3LjU4NyAwIDIzMy4zMzcgOTUuNzVUNzY5LjA4Ny01NjBxMCA1NS43NjEtMTcuNzYxIDEwNS45NzgtMTcuNzYxIDUwLjIxOC00OS41MjEgOTIuMTc0TDg5MC4yODMtMTczLjM3bC02My44OTIgNjMuODkyWk00NDAuMTEzLTMyMS45MTNxOTkuMTU2IDAgMTY4LjU2NS02OS41MjIgNjkuNDA5LTY5LjUyMiA2OS40MDktMTY4LjY3OCAwLTk5LjE1Ni02OS40MDktMTY4LjU2NS02OS40MDktNjkuNDA5LTE2OC41NjUtNjkuNDA5LTk5LjE1NiAwLTE2OC42NzggNjkuNDA5LTY5LjUyMiA2OS40MDktNjkuNTIyIDE2OC41NjUgMCA5OS4xNTYgNjkuNTIyIDE2OC42NzggNjkuNTIyIDY5LjUyMiAxNjguNjc4IDY5LjUyMlpNNDQwLTU2MFoiLz48L3N2Zz4=\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:147:\"<p>Optimize your site for Google\'s E-E-A-T ranking factor by proving your writer\'s expertise through author schema markup and new UI elements.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:33:\"https://aioseo.com/features/eeat/\";s:12:\"learnMoreUrl\";s:33:\"https://aioseo.com/features/eeat/\";s:9:\"manageUrl\";s:49:\"https://route#aioseo-search-appearance:author-seo\";s:8:\"features\";a:0:{}}}', '2025-07-21 15:51:31', '2025-07-18 15:42:40', '2025-07-20 15:51:31');

INSERT IGNORE INTO `1uS_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (3, 'admin_notifications_update', '1753113793', '2025-07-21 16:03:13', '2025-07-18 15:47:58', '2025-07-20 16:03:13');

INSERT IGNORE INTO `1uS_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (4, 'action_scheduler_log_cleanup', '1', '2025-07-21 15:52:23', '2025-07-18 15:47:59', '2025-07-20 15:52:23');

INSERT IGNORE INTO `1uS_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (5, 'wp_notices', 'a:0:{}', '2025-07-22 15:43:55', '2025-07-18 16:21:26', '2025-07-21 15:43:55');

INSERT IGNORE INTO `1uS_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (6, 'aioseo_sitemap_sitemap.rss', 'a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:50:{s:50:\"https://bannerbenefits.mybenefitport.com/pharmacy/\";a:2:{s:4:\"date\";s:14:\"April 23, 2025\";s:4:\"time\";s:7:\"9:34 pm\";}s:93:\"https://bannerbenefits.mybenefitport.com/wpfd_file/short-term-disability-program-description/\";a:2:{s:4:\"date\";s:17:\"February 19, 2025\";s:4:\"time\";s:7:\"5:26 pm\";}s:60:\"https://bannerbenefits.mybenefitport.com/archived-news-2024/\";a:2:{s:4:\"date\";s:12:\"July 9, 2025\";s:4:\"time\";s:7:\"3:02 pm\";}s:55:\"https://bannerbenefits.mybenefitport.com/archived-news/\";a:2:{s:4:\"date\";s:12:\"July 9, 2025\";s:4:\"time\";s:7:\"3:01 pm\";}s:67:\"https://bannerbenefits.mybenefitport.com/supplemental-health-plans/\";a:2:{s:4:\"date\";s:17:\"February 25, 2025\";s:4:\"time\";s:7:\"5:12 pm\";}s:94:\"https://bannerbenefits.mybenefitport.com/wpfd_file/experian-my-financial-expert-plan-document/\";a:2:{s:4:\"date\";s:17:\"February 18, 2025\";s:4:\"time\";s:8:\"10:40 pm\";}s:80:\"https://bannerbenefits.mybenefitport.com/wpfd_file/petpartners-coverage-summary/\";a:2:{s:4:\"date\";s:17:\"February 18, 2025\";s:4:\"time\";s:8:\"10:39 pm\";}s:54:\"https://bannerbenefits.mybenefitport.com/enhancements/\";a:2:{s:4:\"date\";s:17:\"February 22, 2025\";s:4:\"time\";s:7:\"7:10 pm\";}s:51:\"https://bannerbenefits.mybenefitport.com/voluntary/\";a:2:{s:4:\"date\";s:17:\"February 12, 2025\";s:4:\"time\";s:7:\"9:07 pm\";}s:81:\"https://bannerbenefits.mybenefitport.com/wpfd_file/1095-c-notice-of-availability/\";a:2:{s:4:\"date\";s:17:\"February 11, 2025\";s:4:\"time\";s:8:\"10:37 pm\";}s:51:\"https://bannerbenefits.mybenefitport.com/documents/\";a:2:{s:4:\"date\";s:16:\"January 29, 2025\";s:4:\"time\";s:7:\"9:50 pm\";}s:80:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-mental-health-support-2/\";a:2:{s:4:\"date\";s:17:\"February 11, 2025\";s:4:\"time\";s:8:\"10:32 pm\";}s:87:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-drug-exclusions-plan-drug-list/\";a:2:{s:4:\"date\";s:17:\"February 11, 2025\";s:4:\"time\";s:8:\"10:30 pm\";}s:87:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-maintenance-medicine-drug-list/\";a:2:{s:4:\"date\";s:17:\"February 11, 2025\";s:4:\"time\";s:8:\"10:30 pm\";}s:76:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-specialty-drug-list/\";a:2:{s:4:\"date\";s:17:\"February 11, 2025\";s:4:\"time\";s:8:\"10:30 pm\";}s:78:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-value-dental-plan-spd/\";a:2:{s:4:\"date\";s:17:\"February 11, 2025\";s:4:\"time\";s:8:\"10:27 pm\";}s:73:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-dhmo-certificate/\";a:2:{s:4:\"date\";s:17:\"February 11, 2025\";s:4:\"time\";s:8:\"10:27 pm\";}s:94:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-premier-ortho-passive-dental-plan-spd/\";a:2:{s:4:\"date\";s:17:\"February 11, 2025\";s:4:\"time\";s:8:\"10:27 pm\";}s:80:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-premier-dental-plan-spd/\";a:2:{s:4:\"date\";s:17:\"February 11, 2025\";s:4:\"time\";s:8:\"10:27 pm\";}s:78:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-dhmo-policy-amendment/\";a:2:{s:4:\"date\";s:17:\"February 11, 2025\";s:4:\"time\";s:8:\"10:27 pm\";}s:84:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-extra-territorial-rider-cdc/\";a:2:{s:4:\"date\";s:17:\"February 11, 2025\";s:4:\"time\";s:8:\"10:27 pm\";}s:64:\"https://bannerbenefits.mybenefitport.com/qualifying-life-events/\";a:2:{s:4:\"date\";s:16:\"January 29, 2025\";s:4:\"time\";s:7:\"8:15 pm\";}s:80:\"https://bannerbenefits.mybenefitport.com/wpfd_file/dependent-eligibility-matrix/\";a:2:{s:4:\"date\";s:16:\"January 29, 2025\";s:4:\"time\";s:7:\"8:12 pm\";}s:64:\"https://bannerbenefits.mybenefitport.com/dependent-verification/\";a:2:{s:4:\"date\";s:16:\"January 29, 2025\";s:4:\"time\";s:7:\"8:10 pm\";}s:46:\"https://bannerbenefits.mybenefitport.com/news/\";a:2:{s:4:\"date\";s:12:\"July 9, 2025\";s:4:\"time\";s:7:\"6:24 pm\";}s:92:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-preventive-medicine-list-high-value/\";a:2:{s:4:\"date\";s:15:\"January 9, 2025\";s:4:\"time\";s:7:\"4:12 pm\";}s:88:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-banner-employee-plan-bfp-0-list/\";a:2:{s:4:\"date\";s:15:\"January 9, 2025\";s:4:\"time\";s:7:\"4:11 pm\";}s:45:\"https://bannerbenefits.mybenefitport.com/eap/\";a:2:{s:4:\"date\";s:15:\"January 9, 2025\";s:4:\"time\";s:7:\"4:09 pm\";}s:41:\"https://bannerbenefits.mybenefitport.com/\";a:2:{s:4:\"date\";s:13:\"April 7, 2025\";s:4:\"time\";s:8:\"10:46 pm\";}s:68:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-cobra-rates/\";a:2:{s:4:\"date\";s:16:\"November 5, 2024\";s:4:\"time\";s:7:\"6:58 pm\";}s:77:\"https://bannerbenefits.mybenefitport.com/new-hire-eligibility-and-enrollment/\";a:2:{s:4:\"date\";s:17:\"December 12, 2024\";s:4:\"time\";s:7:\"6:35 pm\";}s:59:\"https://bannerbenefits.mybenefitport.com/health-management/\";a:2:{s:4:\"date\";s:17:\"December 30, 2024\";s:4:\"time\";s:7:\"7:38 pm\";}s:49:\"https://bannerbenefits.mybenefitport.com/medical/\";a:2:{s:4:\"date\";s:17:\"November 18, 2024\";s:4:\"time\";s:7:\"7:24 pm\";}s:75:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-value-plan-booklet/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:47 pm\";}s:142:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-value-plan-schedule-of-benefits-aetna-pharmacy-states-other-than-az-co-ne-nm-nv-ut-wy/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:47 pm\";}s:111:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-value-plan-schedule-of-benefits-banner-family-pharmacy/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:47 pm\";}s:113:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-premier-plan-schedule-of-benefits-banner-family-pharmacy/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:46 pm\";}s:156:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-premier-out-of-area-plan-schedule-of-benefits-aetna-pharmacy-states-other-than-az-co-ne-nm-nv-ut-wy/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:45 pm\";}s:144:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-premier-plan-schedule-of-benefits-aetna-pharmacy-states-other-than-az-co-ne-nm-nv-ut-wy/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:45 pm\";}s:125:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-premier-out-of-area-plan-schedule-of-benefits-banner-family-pharmacy/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:45 pm\";}s:77:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-premier-plan-booklet/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:45 pm\";}s:89:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-premier-out-of-area-plan-booklet/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:45 pm\";}s:81:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-choice-plus-plan-booklet/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:44 pm\";}s:117:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-choice-plus-plan-schedule-of-benefits-banner-family-pharmacy/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:44 pm\";}s:148:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2024-choice-plus-plan-schedule-of-benefits-aetna-pharmacy-states-other-than-az-co-ne-nm-nv-ut-wy/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:44 pm\";}s:89:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-aetna-high-value-plan-drug-guide/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:42 pm\";}s:50:\"https://bannerbenefits.mybenefitport.com/98point6/\";a:2:{s:4:\"date\";s:15:\"January 3, 2025\";s:4:\"time\";s:7:\"3:43 pm\";}s:76:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-vsp-vision-coverage/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:42 pm\";}s:73:\"https://bannerbenefits.mybenefitport.com/wpfd_file/2025-benefit-premiums/\";a:2:{s:4:\"date\";s:16:\"November 4, 2024\";s:4:\"time\";s:7:\"4:41 pm\";}s:54:\"https://bannerbenefits.mybenefitport.com/mywell-being/\";a:2:{s:4:\"date\";s:15:\"January 3, 2025\";s:4:\"time\";s:7:\"3:59 pm\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:50;s:5:\"total\";i:50;}}', '2025-08-20 10:00:08', '2025-07-18 19:03:43', '2025-07-21 10:00:08');

INSERT IGNORE INTO `1uS_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (7, 'aioseo_sitemap_sitemap.xml', 'a:3:{s:6:\"counts\";a:3:{s:57:\"https://bannerbenefits.mybenefitport.com/page-sitemap.xml\";i:38;s:62:\"https://bannerbenefits.mybenefitport.com/wpfd_file-sitemap.xml\";i:110;s:66:\"https://bannerbenefits.mybenefitport.com/wpfd-category-sitemap.xml\";i:19;}s:8:\"datetime\";a:3:{s:57:\"https://bannerbenefits.mybenefitport.com/page-sitemap.xml\";a:2:{s:4:\"date\";s:12:\"July 9, 2025\";s:4:\"time\";s:7:\"6:24 pm\";}s:62:\"https://bannerbenefits.mybenefitport.com/wpfd_file-sitemap.xml\";a:2:{s:4:\"date\";s:17:\"February 19, 2025\";s:4:\"time\";s:7:\"5:26 pm\";}s:66:\"https://bannerbenefits.mybenefitport.com/wpfd-category-sitemap.xml\";a:2:{s:4:\"date\";s:17:\"February 19, 2025\";s:4:\"time\";s:7:\"5:26 pm\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:3;s:5:\"total\";i:3;}}', '2025-08-20 10:00:25', '2025-07-18 19:03:47', '2025-07-21 10:00:25');

INSERT IGNORE INTO `1uS_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (31, 'aioseo_sitemap_sitemap.xml.gz', 'a:3:{s:6:\"counts\";a:3:{s:57:\"https://bannerbenefits.mybenefitport.com/page-sitemap.xml\";i:38;s:62:\"https://bannerbenefits.mybenefitport.com/wpfd_file-sitemap.xml\";i:110;s:66:\"https://bannerbenefits.mybenefitport.com/wpfd-category-sitemap.xml\";i:19;}s:8:\"datetime\";a:3:{s:57:\"https://bannerbenefits.mybenefitport.com/page-sitemap.xml\";a:2:{s:4:\"date\";s:12:\"July 9, 2025\";s:4:\"time\";s:7:\"6:24 pm\";}s:62:\"https://bannerbenefits.mybenefitport.com/wpfd_file-sitemap.xml\";a:2:{s:4:\"date\";s:17:\"February 19, 2025\";s:4:\"time\";s:7:\"5:26 pm\";}s:66:\"https://bannerbenefits.mybenefitport.com/wpfd-category-sitemap.xml\";a:2:{s:4:\"date\";s:17:\"February 19, 2025\";s:4:\"time\";s:7:\"5:26 pm\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:3;s:5:\"total\";i:3;}}', '2025-08-18 16:44:09', '2025-07-19 16:44:09', '2025-07-19 16:44:09');

INSERT IGNORE INTO `1uS_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (64, 'aioseo_sitemap_page-sitemap.xml', 'a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:38:{s:41:\"https://bannerbenefits.mybenefitport.com/\";a:2:{s:4:\"date\";s:13:\"April 7, 2025\";s:4:\"time\";s:8:\"10:46 pm\";}s:46:\"https://bannerbenefits.mybenefitport.com/news/\";a:2:{s:4:\"date\";s:12:\"July 9, 2025\";s:4:\"time\";s:7:\"6:24 pm\";}s:60:\"https://bannerbenefits.mybenefitport.com/archived-news-2024/\";a:2:{s:4:\"date\";s:12:\"July 9, 2025\";s:4:\"time\";s:7:\"3:02 pm\";}s:55:\"https://bannerbenefits.mybenefitport.com/archived-news/\";a:2:{s:4:\"date\";s:12:\"July 9, 2025\";s:4:\"time\";s:7:\"3:01 pm\";}s:50:\"https://bannerbenefits.mybenefitport.com/pharmacy/\";a:2:{s:4:\"date\";s:14:\"April 23, 2025\";s:4:\"time\";s:7:\"9:34 pm\";}s:67:\"https://bannerbenefits.mybenefitport.com/supplemental-health-plans/\";a:2:{s:4:\"date\";s:17:\"February 25, 2025\";s:4:\"time\";s:7:\"5:12 pm\";}s:54:\"https://bannerbenefits.mybenefitport.com/enhancements/\";a:2:{s:4:\"date\";s:17:\"February 22, 2025\";s:4:\"time\";s:7:\"7:10 pm\";}s:51:\"https://bannerbenefits.mybenefitport.com/voluntary/\";a:2:{s:4:\"date\";s:17:\"February 12, 2025\";s:4:\"time\";s:7:\"9:07 pm\";}s:51:\"https://bannerbenefits.mybenefitport.com/documents/\";a:2:{s:4:\"date\";s:16:\"January 29, 2025\";s:4:\"time\";s:7:\"9:50 pm\";}s:64:\"https://bannerbenefits.mybenefitport.com/qualifying-life-events/\";a:2:{s:4:\"date\";s:16:\"January 29, 2025\";s:4:\"time\";s:7:\"8:15 pm\";}s:64:\"https://bannerbenefits.mybenefitport.com/dependent-verification/\";a:2:{s:4:\"date\";s:16:\"January 29, 2025\";s:4:\"time\";s:7:\"8:10 pm\";}s:45:\"https://bannerbenefits.mybenefitport.com/eap/\";a:2:{s:4:\"date\";s:15:\"January 9, 2025\";s:4:\"time\";s:7:\"4:09 pm\";}s:54:\"https://bannerbenefits.mybenefitport.com/mywell-being/\";a:2:{s:4:\"date\";s:15:\"January 3, 2025\";s:4:\"time\";s:7:\"3:59 pm\";}s:50:\"https://bannerbenefits.mybenefitport.com/98point6/\";a:2:{s:4:\"date\";s:15:\"January 3, 2025\";s:4:\"time\";s:7:\"3:43 pm\";}s:59:\"https://bannerbenefits.mybenefitport.com/health-management/\";a:2:{s:4:\"date\";s:17:\"December 30, 2024\";s:4:\"time\";s:7:\"7:38 pm\";}s:77:\"https://bannerbenefits.mybenefitport.com/new-hire-eligibility-and-enrollment/\";a:2:{s:4:\"date\";s:17:\"December 12, 2024\";s:4:\"time\";s:7:\"6:35 pm\";}s:49:\"https://bannerbenefits.mybenefitport.com/medical/\";a:2:{s:4:\"date\";s:17:\"November 18, 2024\";s:4:\"time\";s:7:\"7:24 pm\";}s:52:\"https://bannerbenefits.mybenefitport.com/disability/\";a:2:{s:4:\"date\";s:16:\"October 18, 2024\";s:4:\"time\";s:7:\"7:07 pm\";}s:48:\"https://bannerbenefits.mybenefitport.com/dental/\";a:2:{s:4:\"date\";s:16:\"October 16, 2024\";s:4:\"time\";s:7:\"7:00 pm\";}s:50:\"https://bannerbenefits.mybenefitport.com/ask-alex/\";a:2:{s:4:\"date\";s:16:\"October 16, 2024\";s:4:\"time\";s:7:\"5:43 pm\";}s:50:\"https://bannerbenefits.mybenefitport.com/contacts/\";a:2:{s:4:\"date\";s:16:\"October 16, 2024\";s:4:\"time\";s:7:\"5:42 pm\";}s:56:\"https://bannerbenefits.mybenefitport.com/life-insurance/\";a:2:{s:4:\"date\";s:15:\"October 1, 2024\";s:4:\"time\";s:7:\"4:47 pm\";}s:55:\"https://bannerbenefits.mybenefitport.com/video-library/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:44 pm\";}s:58:\"https://bannerbenefits.mybenefitport.com/required-notices/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:25 pm\";}s:59:\"https://bannerbenefits.mybenefitport.com/tobacco-cessation/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:23 pm\";}s:62:\"https://bannerbenefits.mybenefitport.com/discount-marketplace/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:21 pm\";}s:62:\"https://bannerbenefits.mybenefitport.com/supporting-our-staff/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:20 pm\";}s:61:\"https://bannerbenefits.mybenefitport.com/adoption-assistance/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:20 pm\";}s:62:\"https://bannerbenefits.mybenefitport.com/child-and-elder-care/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:20 pm\";}s:52:\"https://bannerbenefits.mybenefitport.com/retirement/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:19 pm\";}s:58:\"https://bannerbenefits.mybenefitport.com/planned-time-off/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:18 pm\";}s:49:\"https://bannerbenefits.mybenefitport.com/hsa-fsa/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:16 pm\";}s:51:\"https://bannerbenefits.mybenefitport.com/concierge/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:15 pm\";}s:54:\"https://bannerbenefits.mybenefitport.com/hdhp-and-hsa/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:15 pm\";}s:68:\"https://bannerbenefits.mybenefitport.com/eligibility-and-enrollment/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:13 pm\";}s:48:\"https://bannerbenefits.mybenefitport.com/vision/\";a:2:{s:4:\"date\";s:18:\"September 30, 2024\";s:4:\"time\";s:8:\"10:11 pm\";}s:57:\"https://bannerbenefits.mybenefitport.com/your-well-being/\";a:2:{s:4:\"date\";s:15:\"August 28, 2024\";s:4:\"time\";s:7:\"8:29 pm\";}s:56:\"https://bannerbenefits.mybenefitport.com/long-term-care/\";a:2:{s:4:\"date\";s:13:\"June 29, 2024\";s:4:\"time\";s:7:\"8:21 pm\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:38;s:5:\"total\";i:38;}}', '2025-08-20 06:16:27', '2025-07-21 06:16:27', '2025-07-21 06:16:27');

INSERT IGNORE INTO `1uS_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (71, 'license_features', 'a:32:{i:0;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:5:\"event\";}i:1;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:5:\"event\";}i:2;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:11:\"job-posting\";}i:3;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:29:\"network-tools-site-activation\";}i:4;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:22:\"network-tools-database\";}i:5;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:27:\"network-tools-import-export\";}i:6;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:20:\"network-tools-robots\";}i:7;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:14:\"seo-statistics\";}i:8;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"keyword-rankings\";}i:9;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:22:\"keyword-rankings-pages\";}i:10;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:11:\"post-detail\";}i:11;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:22:\"post-detail-page-speed\";}i:12;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:26:\"post-detail-seo-statistics\";}i:13;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:20:\"post-detail-keywords\";}i:14;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:31:\"post-detail-focus-keyword-trend\";}i:15;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"keyword-tracking\";}i:16;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:28:\"post-detail-keyword-tracking\";}i:17;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"content-rankings\";}i:18;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:-1\";}i:19;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:30\";}i:20;a:3:{s:13:\"license_level\";s:4:\"plus\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:15\";}i:21;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:7:\"general\";s:7:\"feature\";s:19:\"cornerstone-content\";}i:22;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:7:\"general\";s:7:\"feature\";s:19:\"cornerstone-content\";}i:23;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:12:\"index-status\";}i:24;a:3:{s:13:\"license_level\";s:4:\"plus\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:25;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:26;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:27;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:18:\"author-archive-bio\";}i:28;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:18:\"author-archive-bio\";}i:29;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:13:\"post-reviewer\";}i:30;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:13:\"post-reviewer\";}i:31;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:24:\"keyword-rank-tracker:100\";}}', '2025-07-22 15:42:35', '2025-07-21 15:42:35', '2025-07-21 15:42:35');

INSERT IGNORE INTO `1uS_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (72, 'admin_help_docs', '{\"categories\":{\"getting-started\":\"Getting Started\",\"advanced-settings\":\"Advanced Settings\",\"display-settings\":\"Display Settings\",\"general-seo-topics\":\"General SEO Topics\",\"feature-manager\":\"Feature Manager\",\"installation\":\"Installation\"},\"docs\":{\"401534\":{\"title\":\"How to Generate Your SEO Email Reports\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-generate-your-seo-email-reports\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"search-statistics\"]},\"389367\":{\"title\":\"Using the Keyword Rank Tracker feature in Search Statistics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-keyword-rank-tracker-feature-in-search-statistics\\/\",\"categories\":[\"keyword-settings\",\"search-statistics\"]},\"379863\":{\"title\":\"Setting Vehicle (Car) Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-vehicle-car-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"379713\":{\"title\":\"Setting Product Review Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-review-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"332691\":{\"title\":\"Google Permissions for oAuth\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/google-permissions-for-the-aioseo-google-search-console-integration\\/\",\"categories\":[]},\"326862\":{\"title\":\"aioseo_user_profile_tab_allowed_user_ids\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_user_profile_tab_allowed_user_ids\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326858\":{\"title\":\"aioseo_import_yoast_seo_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_yoast_seo_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326856\":{\"title\":\"aioseo_import_seopress_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_seopress_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326850\":{\"title\":\"aioseo_import_rank_math_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_rank_math_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"298356\":{\"title\":\"aioseo_redirects_log_skip\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_redirects_log_skip\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"294047\":{\"title\":\"Using the Query Arg Monitoring in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-query-arg-monitoring-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\"]},\"279241\":{\"title\":\"How to Schedule a Redirect in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-schedule-a-redirect-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"269732\":{\"title\":\"Displaying Detailed Author Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-detailed-author-information-on-your-site\\/\",\"categories\":[\"author-seo\",\"content-blocks\"]},\"267254\":{\"title\":\"Adding Author SEO (E-E-A-T) to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-author-seo-e-e-a-t-to-your-site\\/\",\"categories\":[\"author-seo\"]},\"262344\":{\"title\":\"How to Get Your Images to Appear in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-your-images-to-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\",\"image-seo\"]},\"261932\":{\"title\":\"Sharing Content on Slack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/sharing-content-on-slack\\/\",\"categories\":[\"social-networks\"]},\"261923\":{\"title\":\"Sharing Content on WhatsApp\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/sharing-content-on-whatsapp\\/\",\"categories\":[\"social-networks\"]},\"261517\":{\"title\":\"Importing Locations From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-locations-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"local-business-seo\"]},\"244975\":{\"title\":\"Checking the Index Status of Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-the-index-status-of-content\\/\",\"categories\":[\"post-page-settings\",\"search-statistics\"]},\"242346\":{\"title\":\"Using AIOSEO Details on the Posts Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-aioseo-details-on-the-posts-screen\\/\",\"categories\":[\"category-tag-settings\",\"post-page-settings\"]},\"240583\":{\"title\":\"Setting WP_HOME and WP_SITEURL in the wp-config.php File\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-wp_home-and-wp_siteurl-in-the-wp-config-php-file\\/\",\"categories\":[\"troubleshooting\"]},\"240452\":{\"title\":\"Should I Use Meta Keywords?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/should-i-use-meta-keywords\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"235044\":{\"title\":\"Setting Cornerstone Content in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/cornerstone-content\\/\",\"categories\":[\"link-assistant\",\"post-page-settings\"]},\"222363\":{\"title\":\"aioseo_get_post_id\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post_id\\/\",\"categories\":[\"filter-hooks\"]},\"200603\":{\"title\":\"Viewing Detailed Search Statistics For Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/viewing-detailed-search-statistics-for-your-content\\/\",\"categories\":[\"search-statistics\"]},\"200304\":{\"title\":\"Tracking Changes to Your SEO Using SEO Revisions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/tracking-changes-to-your-seo-using-seo-revisions\\/\",\"categories\":[\"seo-revisions\"]},\"188167\":{\"title\":\"WPCode Snippet Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/wpcode-snippet-library\\/\",\"categories\":[\"tools\"]},\"186946\":{\"title\":\"aioseo_hide_version_number\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_hide_version_number\\/\",\"categories\":[\"filter-hooks\"]},\"178887\":{\"title\":\"Setting the Primary Term for Breadcrumbs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-primary-term-for-breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"178727\":{\"title\":\"Using Broken Link Checker to Find and Fix Broken Links and Images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-broken-link-checker-to-find-and-fix-broken-links-and-images\\/\",\"categories\":[\"broken-link-checker\"]},\"163922\":{\"title\":\"aioseo_schema_json_flags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_json_flags\\/\",\"categories\":[\"filter-hooks\"]},\"163519\":{\"title\":\"Using OpenAI to Generate SEO Titles and Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-openai-to-generate-seo-titles-and-meta-descriptions\\/\",\"categories\":[]},\"145363\":{\"title\":\"Using the Search Statistics in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-search-statistics-in-all-in-one-seo\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"145281\":{\"title\":\"Connecting Search Statistics to Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/connecting-search-statistics-to-google-search-console\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"139798\":{\"title\":\"Checking Your SEO Using the SEO Preview\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-your-seo-using-the-seo-preview\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"seo-preview\",\"truseo\",\"twitter-settings\"]},\"136509\":{\"title\":\"aioseo_sitemap_lastmod_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_lastmod_disable\\/\",\"categories\":[\"filter-hooks\"]},\"135249\":{\"title\":\"aioseo_sitemap_rss\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_rss\\/\",\"categories\":[\"filter-hooks\"]},\"133251\":{\"title\":\"aioseo_user_profile_tab_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_user_profile_tab_disable\\/\",\"categories\":[\"filter-hooks\"]},\"131885\":{\"title\":\"Setting Web Page Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-web-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"129515\":{\"title\":\"Editing the .htaccess file Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/editing-the-htaccess-file-using-all-in-one-seo\\/\",\"categories\":[\"file-editor\",\"tools\"]},\"124292\":{\"title\":\"Using the Emojis in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-emojis-in-titles-and-descriptions\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"search-appearance\",\"social-networks\",\"twitter-settings\"]},\"123164\":{\"title\":\"Google Permissions for the AIOSEO Google Search Console Integration\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/google-permissions-for-oauth\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"112137\":{\"title\":\"Setting the Schema Type for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-schema-type-for-individual-content\\/\",\"categories\":[\"schema-settings\"]},\"112145\":{\"title\":\"Configuring the Schema Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-schema-settings-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112153\":{\"title\":\"A Guide to Schema.org Markup for Rich Snippets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/a-guide-to-schema-org-markup-for-rich-snippets\\/\",\"categories\":[\"schema-settings\"]},\"112438\":{\"title\":\"Creating Reusable Schema Templates in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-reusable-schema-templates-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112428\":{\"title\":\"Creating Custom Schema Markup with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-custom-schema-markup-with-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112889\":{\"title\":\"Setting Event Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-event-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112735\":{\"title\":\"Setting Dataset Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-dataset-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112711\":{\"title\":\"Setting Article Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112164\":{\"title\":\"Setting Course Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-course-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112933\":{\"title\":\"Setting Job Posting Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-job-posting-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112926\":{\"title\":\"Setting How-To Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-how-to-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112916\":{\"title\":\"Setting Fact Check Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-fact-check-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112727\":{\"title\":\"Setting Book Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-book-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112243\":{\"title\":\"Setting FAQ Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-faq-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112958\":{\"title\":\"Setting Service Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-service-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112949\":{\"title\":\"Setting Person Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-person-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112944\":{\"title\":\"Setting Music Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-music-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112941\":{\"title\":\"Setting Movie Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-movie-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112212\":{\"title\":\"Setting Recipe Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-recipe-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112962\":{\"title\":\"Setting Video Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-video-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112403\":{\"title\":\"Testing Your Schema in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/testing-your-schema-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112226\":{\"title\":\"Setting Software Application Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-software-application-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112197\":{\"title\":\"Setting Product Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"119555\":{\"title\":\"How to Use the AIOSEO Feature Manager on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-use-the-aioseo-feature-manager-on-a-multisite-network\\/\",\"categories\":[\"feature-manager\",\"multisite-networks\"]},\"119550\":{\"title\":\"How to Reset the AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-reset-the-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119543\":{\"title\":\"How to Backup and Restore AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-backup-and-restore-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119531\":{\"title\":\"How to Import Settings from Other Plugins on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-settings-from-other-plugins-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119519\":{\"title\":\"How to Import and Export AIOSEO Settings and Meta Data on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-and-export-aioseo-settings-and-meta-data-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119497\":{\"title\":\"How to Add Your AIOSEO License Key on a WordPress Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-aioseo-license-key-on-a-wordpress-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-settings\"]},\"111476\":{\"title\":\"Displaying a List of Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-a-list-of-locations-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111473\":{\"title\":\"Displaying Your Business Location Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-business-location-information-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111459\":{\"title\":\"Displaying Opening Hours on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-opening-hours-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111455\":{\"title\":\"Adding a Map of Your Location to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-map-of-your-location-to-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111450\":{\"title\":\"Adding Breadcrumbs to Your Site Using the AIOSEO Breadcrumbs Block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-breadcrumbs-to-your-site-using-the-aioseo-breadcrumbs-block\\/\",\"categories\":[\"breadcrumbs\",\"content-blocks\"]},\"109878\":{\"title\":\"Adding a Redirect When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-redirect-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"109829\":{\"title\":\"Redirecting 404 Content Not Found Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-404-content-not-found-using-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"109916\":{\"title\":\"Using the Image SEO Features in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"categories\":[\"image-seo\"]},\"104857\":{\"title\":\"Adding a Table of Contents to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-table-of-contents-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104616\":{\"title\":\"Adding FAQs to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-faqs-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104595\":{\"title\":\"Automatic Redirects When Changing the Post Slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-changing-the-post-slug\\/\",\"categories\":[\"redirection-manager\"]},\"103415\":{\"title\":\"Removing Published Date from Article Schema\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/removing-published-date-from-article-schema\\/\",\"categories\":[\"developer-documentation\"]},\"101250\":{\"title\":\"Outputting AIOSEO\'s data in the HEAD without using wp_head()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/outputting-aioseos-data-in-the-head-without-using-wp_head\\/\",\"categories\":[\"developer-documentation\"]},\"100154\":{\"title\":\"Automatic Redirects When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"98532\":{\"title\":\"Localizing AIOSEO Data via the Translations API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/localizing-aioseo-data-via-the-translations-api\\/\",\"categories\":[\"developer-documentation\"]},\"98576\":{\"title\":\"aioseo_sitemap_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_term\\/\",\"categories\":[\"filter-hooks\"]},\"98575\":{\"title\":\"aioseo_sitemap_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_post\\/\",\"categories\":[\"filter-hooks\"]},\"98566\":{\"title\":\"aioseo_save_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_term\\/\",\"categories\":[\"filter-hooks\"]},\"98565\":{\"title\":\"aioseo_save_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_post\\/\",\"categories\":[\"filter-hooks\"]},\"98557\":{\"title\":\"aioseo_get_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_term\\/\",\"categories\":[\"filter-hooks\"]},\"98554\":{\"title\":\"aioseo_get_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post\\/\",\"categories\":[\"filter-hooks\"]},\"93967\":{\"title\":\"Importing URLs into the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-urls-into-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"93822\":{\"title\":\"How to Use Crawl Cleanup to Increase Search Engine Crawl Quota\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/crawl-cleanup-best-practices\\/\",\"categories\":[\"advanced-settings\"]},\"90584\":{\"title\":\"How to Add a Temporary Administrator Login to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-a-temporary-administrator-login-to-your-site\\/\",\"categories\":[\"frequently-asked-questions\",\"troubleshooting\"]},\"88927\":{\"title\":\"Dashboard Widgets in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/dashboard-widgets-in-all-in-one-seo\\/\",\"categories\":[\"dashboard\"]},\"86198\":{\"title\":\"How to Strip the Category Base in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-strip-the-category-base-in-wordpress\\/\",\"categories\":[\"category-tag-settings\"]},\"84322\":{\"title\":\"Running shortcodes in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/running-shortcodes\\/\",\"categories\":[\"advanced-settings\"]},\"84156\":{\"title\":\"Translating Your SEO with WPML\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/translating-your-seo-with-wpml\\/\",\"categories\":[\"post-page-settings\"]},\"80219\":{\"title\":\"How to Verify Your Site with Microsoft Clarity\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-microsoft-clarity\\/\",\"categories\":[\"webmaster-tools\"]},\"79928\":{\"title\":\"How to Handle Issues With Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-handle-issues-with-installing-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"79149\":{\"title\":\"Fetching &amp; Updating AIOSEO Data via the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/fetching-updating-aioseo-data-via-the-wordpress-rest-api\\/\",\"categories\":[\"developer-documentation\",\"rest-api\"]},\"77593\":{\"title\":\"How To Fix JavaScript Errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-javascript-errors\\/\",\"categories\":[\"troubleshooting\"]},\"77589\":{\"title\":\"Browser Support Policy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/browser-support-policy\\/\",\"categories\":[\"frequently-asked-questions\"]},\"75143\":{\"title\":\"How to Redirect a Post from the Edit Post Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-from-the-edit-post-screen\\/\",\"categories\":[\"post-page-settings\",\"redirection-manager\"]},\"75686\":{\"title\":\"Preventing the Modified Date for Content from Changing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/preventing-the-modified-date-for-content-from-changing\\/\",\"categories\":[\"post-page-settings\"]},\"73002\":{\"title\":\"Page Builder Integrations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/page-builder-integrations\\/\",\"categories\":[\"home-page-settings\",\"post-page-settings\",\"third-party-integrations\",\"truseo\"]},\"73003\":{\"title\":\"Integrating with IndexNow to Instantly Re-index Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/integrating-with-indexnow-to-instantly-re-index-your-content\\/\",\"categories\":[\"indexnow\",\"webmaster-tools\"]},\"72711\":{\"title\":\"aioseo_page_builder_integration_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_page_builder_integration_disable\\/\",\"categories\":[\"filter-hooks\"]},\"68444\":{\"title\":\"An Introduction to Link Assistant \\u2014 The Easy Way to Manage Onsite Links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/introduction-to-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69559\":{\"title\":\"Using the Link Assistant in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69594\":{\"title\":\"Internal Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/internal-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69596\":{\"title\":\"External Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/external-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69921\":{\"title\":\"Link Suggestions in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-suggestions-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69602\":{\"title\":\"Affiliate Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/affiliate-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69761\":{\"title\":\"Using the Domains Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-domains-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69770\":{\"title\":\"Link Assistant Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant-settings\\/\",\"categories\":[\"link-assistant\"]},\"68431\":{\"title\":\"aioseo_sitemap_images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_images\\/\",\"categories\":[\"filter-hooks\"]},\"66833\":{\"title\":\"Why Is N\\/A Displayed Instead of a Score For My Content?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-is-na-displayed-instead-of-a-score-for-my-content\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"18824\":{\"title\":\"Local Business SEO for a Single Location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-a-single-location\\/\",\"categories\":[\"local-business-seo\",\"schema-settings\"]},\"35828\":{\"title\":\"Local Business SEO for Multiple Locations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-multiple-locations\\/\",\"categories\":[\"local-business-seo\"]},\"58476\":{\"title\":\"aioseo_public_taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_taxonomies\\/\",\"categories\":[\"filter-hooks\"]},\"58475\":{\"title\":\"aioseo_public_post_types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_post_types\\/\",\"categories\":[\"filter-hooks\"]},\"64776\":{\"title\":\"How Long Does it Take For My Content to Appear on Google?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-long-does-it-take-for-my-content-to-appear-on-google\\/\",\"categories\":[\"frequently-asked-questions\"]},\"35926\":{\"title\":\"Adding a Location in Local SEO Addon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-location-in-local-seo-addon\\/\",\"categories\":[\"local-business-seo\"]},\"61020\":{\"title\":\"How to Display a Favicon in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-display-a-favicon-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"35956\":{\"title\":\"Displaying Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-locations-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"56330\":{\"title\":\"aioseo_sitemap_indexes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_indexes\\/\",\"categories\":[\"filter-hooks\"]},\"56011\":{\"title\":\"Redirect Manager - Configuration Reload\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-configuration-reload\\/\",\"categories\":[\"redirection-manager\"]},\"52689\":{\"title\":\"aioseo_flyout_menu_enable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flyout_menu_disable\\/\",\"categories\":[\"filter-hooks\"]},\"45698\":{\"title\":\"Displaying your Business Information and Star Ratings on a Map\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-places-on-your-maps\\/\",\"categories\":[\"local-business-seo\"]},\"49268\":{\"title\":\"aioseo_access_control_excluded_roles\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_access_control_excluded_roles\\/\",\"categories\":[\"filter-hooks\"]},\"44555\":{\"title\":\"Setting up Google Maps for Local SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-google-maps\\/\",\"categories\":[\"local-business-seo\"]},\"48189\":{\"title\":\"How to Create an HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48365\":{\"title\":\"Using a Widget to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-widget-to-display-your-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48361\":{\"title\":\"Using PHP Code to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48260\":{\"title\":\"Using a Block to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-block-to-display-your-html-sitemap\\/\",\"categories\":[\"content-blocks\",\"html-sitemap\"]},\"48222\":{\"title\":\"aioseo_breadcrumbs_separator_symbol\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator_symbol\\/\",\"categories\":[\"filter-hooks\"]},\"48227\":{\"title\":\"aioseo_breadcrumbs_template\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_template\\/\",\"categories\":[\"filter-hooks\"]},\"48231\":{\"title\":\"aioseo_breadcrumbs_trail\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_trail\\/\",\"categories\":[\"filter-hooks\"]},\"48232\":{\"title\":\"aioseo_breadcrumbs_link_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_link_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48233\":{\"title\":\"aioseo_breadcrumbs_show_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_show_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48219\":{\"title\":\"aioseo_breadcrumbs_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_output\\/\",\"categories\":[\"filter-hooks\"]},\"48223\":{\"title\":\"aioseo_breadcrumbs_separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator\\/\",\"categories\":[\"filter-hooks\"]},\"48238\":{\"title\":\"Using a Shortcode to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"45805\":{\"title\":\"aioseo_sitemap_exclude_terms\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_terms\\/\",\"categories\":[\"filter-hooks\"]},\"45804\":{\"title\":\"aioseo_sitemap_exclude_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_posts\\/\",\"categories\":[\"filter-hooks\"]},\"61002\":{\"title\":\"How to Create a Google Maps API Key\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-maps-api-key\\/\",\"categories\":[\"local-business-seo\"]},\"45528\":{\"title\":\"aioseo_schema_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_output\\/\",\"categories\":[\"filter-hooks\"]},\"42995\":{\"title\":\"Using the Headline Analyzer in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-headline-analyzer-in-all-in-one-seo\\/\",\"categories\":[\"headline-analyzer\"]},\"42683\":{\"title\":\"How to Perform a Full Site Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/full-site-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"50988\":{\"title\":\"Displaying Maps on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-maps-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"42999\":{\"title\":\"How to Disable the Headline Analyzer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-the-headline-analyzer\\/\",\"categories\":[\"advanced-settings\",\"headline-analyzer\"]},\"42975\":{\"title\":\"Installing Addons for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-addons-for-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"42854\":{\"title\":\"Creating a Pass Through Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-a-pass-through-redirect\\/\",\"categories\":[\"redirection-manager\"]},\"41800\":{\"title\":\"Using Custom Rules in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirection-manager-custom-rules\\/\",\"categories\":[\"redirection-manager\"]},\"42224\":{\"title\":\"Resetting the Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/resetting-the-settings-in-all-in-one-seo\\/\",\"categories\":[\"database-tools\",\"tools\"]},\"41884\":{\"title\":\"Setting the Site Name for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-site-name-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"41862\":{\"title\":\"How to Get Google to Display the Sitelinks Search Box\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-google-to-display-the-sitelinks-search-box\\/\",\"categories\":[\"schema-settings\"]},\"41851\":{\"title\":\"Setting the SEO Title and Description Format for the Search Results Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-the-search-results-page\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"41811\":{\"title\":\"SEO Analysis Unable to Connect to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-analysis-unable-to-connect-to-your-site\\/\",\"categories\":[\"seo-analysis\",\"troubleshooting\"]},\"41280\":{\"title\":\"How to Renew Your AIOSEO License\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-renew-your-aioseo-license\\/\",\"categories\":[\"frequently-asked-questions\",\"getting-started\"]},\"41077\":{\"title\":\"Update WordPress: WordPress Versions Supported by AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/update-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40587\":{\"title\":\"How to Open the Browser Error Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-open-the-browser-error-console\\/\",\"categories\":[\"troubleshooting\"]},\"40582\":{\"title\":\"How to Enable Debugging in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-enable-debugging-in-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40148\":{\"title\":\"What is TruSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-truseo\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"39494\":{\"title\":\"Redirecting Attachment Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-attachment-pages\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"66310\":{\"title\":\"Selecting the Google Maps APIs to use with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-google-maps-apis-to-use-with-all-in-one-seo\\/\",\"categories\":[\"local-business-seo\"]},\"38915\":{\"title\":\"Setting Up and Using Breadcrumbs Templates\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-and-using-breadcrumbs-templates\\/\",\"categories\":[\"breadcrumbs\"]},\"38610\":{\"title\":\"Displaying Breadcrumbs On Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-breadcrumbs-on-your-site\\/\",\"categories\":[\"breadcrumbs\"]},\"36048\":{\"title\":\"Function: aioseo_breadcrumbs()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"36047\":{\"title\":\"Shortcode: [aioseo_breadcrumbs]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"38240\":{\"title\":\"aioseo_social_image_ignore_cover_block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_social_image_ignore_cover_block\\/\",\"categories\":[\"filter-hooks\"]},\"34923\":{\"title\":\"How to Redirect a Post or Page in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-or-page-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"34977\":{\"title\":\"How to Redirect Multiple URLs to the Same Destination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-multiple-urls-to-the-same-destination\\/\",\"categories\":[\"redirection-manager\"]},\"35604\":{\"title\":\"Automatic Redirects When URLs Change in Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-urls-change-in-content\\/\",\"categories\":[\"redirection-manager\"]},\"31460\":{\"title\":\"Enhanced Search Query Conflict\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enhanced-search-query-conflict\\/\",\"categories\":[\"local-business-seo\"]},\"30850\":{\"title\":\"aioseo_local_business_info_email_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_email_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30839\":{\"title\":\"aioseo_local_business_info_location_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_location_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30759\":{\"title\":\"aioseo_local_business_output_business_info_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30760\":{\"title\":\"aioseo_local_business_output_business_info_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30765\":{\"title\":\"aioseo_local_business_output_opening_hours_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30766\":{\"title\":\"aioseo_local_business_output_opening_hours_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_data\\/\",\"categories\":[\"filter-hooks\"]},\"30849\":{\"title\":\"aioseo_local_business_info_phone_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_phone_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30851\":{\"title\":\"aioseo_local_business_opening_hours_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_opening_hours_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30398\":{\"title\":\"aioseo_local_business_post_type_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_name\\/\",\"categories\":[\"filter-hooks\"]},\"30551\":{\"title\":\"aioseo_local_business_post_type_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_slug\\/\",\"categories\":[\"filter-hooks\"]},\"30556\":{\"title\":\"aioseo_local_business_post_type_single_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_single_label\\/\",\"categories\":[\"filter-hooks\"]},\"30559\":{\"title\":\"aioseo_local_business_post_type_plural_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_plural_label\\/\",\"categories\":[\"filter-hooks\"]},\"30560\":{\"title\":\"aioseo_local_business_post_type\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type\\/\",\"categories\":[\"filter-hooks\"]},\"30563\":{\"title\":\"aioseo_local_business_taxonomy_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_name\\/\",\"categories\":[\"filter-hooks\"]},\"30564\":{\"title\":\"aioseo_local_business_taxonomy_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_slug\\/\",\"categories\":[\"filter-hooks\"]},\"35609\":{\"title\":\"Choosing Which Redirect Type to Use\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-redirect-type-to-use\\/\",\"categories\":[\"redirection-manager\"]},\"35599\":{\"title\":\"Importing Redirects From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-redirects-from-other-plugins\\/\",\"categories\":[\"redirection-manager\"]},\"35588\":{\"title\":\"Exporting and Importing Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/exporting-and-importing-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"35579\":{\"title\":\"Logging 404 Errors in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-404-errors-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35552\":{\"title\":\"Logging Redirects in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-redirects-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35570\":{\"title\":\"Redirect GDPR Privacy Information\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-gdpr-privacy-information\\/\",\"categories\":[\"redirection-manager\"]},\"30863\":{\"title\":\"Local Business SEO - Template overrides\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-template-overrides\\/\",\"categories\":[\"local-business-seo\"]},\"35133\":{\"title\":\"aioseo_twitter_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_twitter_tags\\/\",\"categories\":[\"filter-hooks\"]},\"35132\":{\"title\":\"aioseo_facebook_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_facebook_tags\\/\",\"categories\":[\"filter-hooks\"]},\"34993\":{\"title\":\"Ignoring Case Sensitivity in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-case-sensitivity-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"34983\":{\"title\":\"Ignoring the Trailing Slash in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-the-trailing-slash-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"36104\":{\"title\":\"Using Query Parameters With Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-query-parameters-with-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"30565\":{\"title\":\"aioseo_local_business_taxonomy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy\\/\",\"categories\":[\"filter-hooks\"]},\"36115\":{\"title\":\"Caching of Redirects in the Browser\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/caching-of-redirects-in-the-browser\\/\",\"categories\":[\"redirection-manager\"]},\"34701\":{\"title\":\"Adding WooCommerce Product Attributes to SEO Title or Description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-woocommerce-product-attributes-to-seo-title-or-description\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\",\"woocommerce\"]},\"36111\":{\"title\":\"Selecting the Redirect Method in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-redirect-method-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"40115\":{\"title\":\"Redirect Manager Cannot Detect Your Server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-unknown-web-server\\/\",\"categories\":[\"redirection-manager\"]},\"36369\":{\"title\":\"Using Regex in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-regex\\/\",\"categories\":[\"redirection-manager\"]},\"31442\":{\"title\":\"Shortcode: [aioseo_local_opening_hours]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31443\":{\"title\":\"Shortcode: [aioseo_local_locations]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"34179\":{\"title\":\"Using the Smart Tags in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-smart-tags-in-titles-and-descriptions\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\"]},\"31441\":{\"title\":\"Shortcode: [aioseo_local_business_info]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46122\":{\"title\":\"Shortcode: [aioseo_local_map]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"33507\":{\"title\":\"What\'s The Difference Between TruSEO and Page Analysis?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/whats-the-difference-between-truseo-and-page-analysis\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"33310\":{\"title\":\"Setting Noindex for RSS Feeds\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-for-rss-feeds\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"33130\":{\"title\":\"aioseo_disable_shortcode_parsing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_shortcode_parsing\\/\",\"categories\":[\"filter-hooks\"]},\"32085\":{\"title\":\"aioseo_conflicting_shortcodes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_conflicting_shortcodes\\/\",\"categories\":[\"filter-hooks\"]},\"31992\":{\"title\":\"aioseo_schema_graphs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_graphs\\/\",\"categories\":[\"filter-hooks\"]},\"31589\":{\"title\":\"Understanding the TruSEO Page Analysis Recommendations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-the-truseo-page-analysis-recommendations\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"31456\":{\"title\":\"Function: aioseo_local_locations()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"31455\":{\"title\":\"Function: aioseo_local_opening_hours()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31451\":{\"title\":\"Function: aioseo_local_business_info()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46123\":{\"title\":\"Function: aioseo_local_map()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"31042\":{\"title\":\"Getting Keyphrase Suggestions From Semrush\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/getting-keyphrase-suggestions-from-semrush\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"30773\":{\"title\":\"aioseo_local_business_address_tag_value\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tag_value\\/\",\"categories\":[\"filter-hooks\"]},\"30770\":{\"title\":\"aioseo_local_business_address_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tags\\/\",\"categories\":[\"filter-hooks\"]},\"30752\":{\"title\":\"aioseo_local_business_get_location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location\\/\",\"categories\":[\"filter-hooks\"]},\"30728\":{\"title\":\"Unable to Save Settings Due to Cloudflare Firewall Rules\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unable-to-save-settings-due-to-cloudflare-firewall-rules\\/\",\"categories\":[\"troubleshooting\"]},\"30318\":{\"title\":\"aioseo_flush_output_buffer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flush_output_buffer\\/\",\"categories\":[\"filter-hooks\"]},\"18813\":{\"title\":\"Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-all-in-one-seo-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18973\":{\"title\":\"Beginners Guide for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quick-start-guide\\/\",\"categories\":[\"getting-started\"]},\"18820\":{\"title\":\"Setting the SEO Title and Description for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-for-your-content\\/\",\"categories\":[\"getting-started\",\"post-page-settings\"]},\"18902\":{\"title\":\"How to Create an XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-xml-sitemap\\/\",\"categories\":[\"getting-started\",\"xml-sitemap\"]},\"18859\":{\"title\":\"Beginners Guide to Social Networks Settings for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"getting-started\",\"social-networks\"]},\"18857\":{\"title\":\"Beginners Guide to Social Networks Settings for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-twitter\\/\",\"categories\":[\"getting-started\",\"social-networks\",\"twitter-settings\"]},\"29991\":{\"title\":\"aioseo_disable_link_format\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_link_format\\/\",\"categories\":[\"filter-hooks\"]},\"27841\":{\"title\":\"aioseo_thumbnail_size\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_thumbnail_size\\/\",\"categories\":[\"filter-hooks\"]},\"27844\":{\"title\":\"Displaying Additional Data for Written By and Reading Time\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-additional-data-for-written-by-and-reading-time\\/\",\"categories\":[\"social-networks\"]},\"27494\":{\"title\":\"aioseo_meta_views\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_meta_views\\/\",\"categories\":[\"filter-hooks\"]},\"27363\":{\"title\":\"Using the SEO Analysis Tool\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-seo-analysis-tool\\/\",\"categories\":[\"seo-analysis\"]},\"27272\":{\"title\":\"Importing Settings From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-settings-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"seo-data-importer\",\"tools\"]},\"27268\":{\"title\":\"Backing Up and Restoring AIOSEO Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/backing-up-and-restoring-aioseo-settings\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"27259\":{\"title\":\"Importing and Exporting AIOSEO Settings and Meta Data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-and-exporting-aioseo-settings-and-meta-data\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"26450\":{\"title\":\"Blank Title Formats Have Been Detected\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/blank-title-formats-detected\\/\",\"categories\":[\"troubleshooting\"]},\"25802\":{\"title\":\"aioseo_sitemap_additional_pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_additional_pages\\/\",\"categories\":[\"filter-hooks\"]},\"24928\":{\"title\":\"Including Custom Fields in the TruSEO Page Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-custom-fields-in-the-seo-page-analysis\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\",\"truseo\"]},\"24285\":{\"title\":\"aioseo_prev_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_prev_link\\/\",\"categories\":[\"filter-hooks\"]},\"24284\":{\"title\":\"aioseo_next_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_next_link\\/\",\"categories\":[\"filter-hooks\"]},\"23717\":{\"title\":\"aioseo_canonical_url\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_canonical_url\\/\",\"categories\":[\"filter-hooks\"]},\"23604\":{\"title\":\"aioseo_schema_breadcrumbs_home\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_breadcrumbs_home\\/\",\"categories\":[\"filter-hooks\"]},\"23448\":{\"title\":\"aioseo_schema_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23447\":{\"title\":\"aioseo_robots_meta\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_robots_meta\\/\",\"categories\":[\"filter-hooks\"]},\"23446\":{\"title\":\"aioseo_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23438\":{\"title\":\"aioseo_disable_title_rewrites\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_title_rewrites\\/\",\"categories\":[\"filter-hooks\"]},\"23437\":{\"title\":\"aioseo_post_metabox_priority\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_post_metabox_priority\\/\",\"categories\":[\"filter-hooks\"]},\"23436\":{\"title\":\"aioseo_show_seo_news\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_seo_news\\/\",\"categories\":[\"filter-hooks\"]},\"23433\":{\"title\":\"aioseo_show_in_admin_bar\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_in_admin_bar\\/\",\"categories\":[\"filter-hooks\"]},\"23423\":{\"title\":\"aioseo_keywords\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_keywords\\/\",\"categories\":[\"filter-hooks\"]},\"23350\":{\"title\":\"aioseo_title\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_title\\/\",\"categories\":[\"filter-hooks\"]},\"23351\":{\"title\":\"aioseo_description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_description\\/\",\"categories\":[\"filter-hooks\"]},\"23415\":{\"title\":\"Troubleshooting Action Scheduler issues with AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-action-scheduler-issues\\/\",\"categories\":[\"troubleshooting\"]},\"20504\":{\"title\":\"Where Did my SEO Keywords go in All in One SEO v4.0?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-did-my-seo-keywords-go-in-all-in-one-seo-v4-0\\/\",\"categories\":[\"advanced-settings\",\"frequently-asked-questions\",\"post-page-settings\",\"search-appearance\"]},\"18792\":{\"title\":\"Sitemap rewrite rules for NGINX\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/xml-sitemap-rewrite-rules-for-nginx\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18793\":{\"title\":\"Unfiltered HTML Capability is Required\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unfiltered-html-capability\\/\",\"categories\":[\"troubleshooting\"]},\"18794\":{\"title\":\"Deprecated Open Graph Settings in All in One SEO version 4.0\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/deprecated-opengraph-settings\\/\",\"categories\":[\"social-networks\"]},\"18795\":{\"title\":\"Why does the character counter for SEO titles show a different count?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-does-the-character-counter-for-seo-titles-show-a-different-count\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18796\":{\"title\":\"Adding nofollow, sponsored, UGC and title attributes to links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-nofollow-sponsored-and-title-attributes-to-links\\/\",\"categories\":[\"post-page-settings\"]},\"18797\":{\"title\":\"Setting the SEO for WooCommerce Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-woocommerce-content\\/\",\"categories\":[\"search-appearance\",\"woocommerce\"]},\"18798\":{\"title\":\"All in One SEO uses the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo-uses-rest-api\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18799\":{\"title\":\"How to Remove All Settings and Data When you Uninstall All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-remove-all-settings-and-data-when-you-uninstall-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18800\":{\"title\":\"How to Disable TruSEO Content Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-truseo-content-analysis\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"truseo\"]},\"18801\":{\"title\":\"Enabling Automatic Updates for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enabling-automatic-updates-for-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18802\":{\"title\":\"Hiding Plugin Notifications in the Notifications Center\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-plugin-notifications-in-the-notifications-center\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18803\":{\"title\":\"How to Hide the AIOSEO Settings on the Edit Content Screens in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-hide-the-aioseo-settings-on-the-edit-content-screens-in-wordpress\\/\",\"categories\":[\"advanced-settings\",\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18804\":{\"title\":\"Setting Noindex and Nofollow on Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-and-nofollow-on-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18805\":{\"title\":\"Setting Unique SEO Titles and Descriptions for Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-unique-seo-titles-and-descriptions-for-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18806\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Type Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-type-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18807\":{\"title\":\"Meta Keyword Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/keyword-settings\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18808\":{\"title\":\"Using the Quick Edit Feature in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-quick-edit-feature-in-all-in-one-seo\\/\",\"categories\":[\"post-page-settings\"]},\"18809\":{\"title\":\"How to FTP to your web server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-ftp-to-your-web-server\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18810\":{\"title\":\"How to manually install All in One SEO Pro when the file is too big\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-manually-install-all-in-one-seo-pro-when-the-file-is-too-big\\/\",\"categories\":[\"frequently-asked-questions\",\"installation\"]},\"18811\":{\"title\":\"How to Upgrade From All in One SEO Lite to Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-upgrade-from-all-in-one-seo-lite-to-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18812\":{\"title\":\"Installation instructions for WordPress.com Users\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installation-instructions-for-wordpress-com-users\\/\",\"categories\":[\"installation\"]},\"18814\":{\"title\":\"Configuring the Twitter Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-twitter-settings-for-your-content\\/\",\"categories\":[\"post-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18815\":{\"title\":\"Configuring the Facebook Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-facebook-settings-for-your-content\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"social-networks\"]},\"18816\":{\"title\":\"Hiding the AIOSEO Column on Taxonomy Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-taxonomy-screens\\/\",\"categories\":[\"advanced-settings\",\"category-tag-settings\",\"general-settings\"]},\"18818\":{\"title\":\"Setting the Sitemap Priority and Frequency for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-sitemap-priority-and-frequency-for-individual-content\\/\",\"categories\":[\"post-page-settings\",\"xml-sitemap\"]},\"18819\":{\"title\":\"Setting the Robots Meta for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-robots-meta-for-individual-content\\/\",\"categories\":[\"post-page-settings\"]},\"18821\":{\"title\":\"Individual Post\\/Page Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/post-settings\\/\",\"categories\":[\"post-page-settings\"]},\"18822\":{\"title\":\"Bad Bot Blocker\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/bad-bot-blocker\\/\",\"categories\":[\"bad-bot-blocker\"]},\"18823\":{\"title\":\"How to Fix a 404 Error When Viewing Your Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-a-404-error-when-viewing-your-sitemap\\/\",\"categories\":[\"frequently-asked-questions\",\"google-news-sitemap\",\"rss-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18825\":{\"title\":\"When to use NOINDEX or the robots.txt?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/when-to-use-noindex-or-the-robots-txt\\/\",\"categories\":[\"frequently-asked-questions\",\"robots-txt\",\"search-appearance\",\"tools\"]},\"18826\":{\"title\":\"Support for Videos Embedded Using the Media Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/support-for-videos-embedded-using-the-media-library\\/\",\"categories\":[\"video-sitemap\"]},\"18827\":{\"title\":\"Supported Videos\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-videos\\/\",\"categories\":[\"video-sitemap\"]},\"18828\":{\"title\":\"Performance Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/performance-settings\\/\",\"categories\":[\"performance\"]},\"18830\":{\"title\":\"Setting the SEO Title and Description Format for Author and Date Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-author-and-date-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18831\":{\"title\":\"Using Custom Fields in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-fields-in-titles-and-descriptions\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18832\":{\"title\":\"Using the Focus Keyphrase to Analyze Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-focus-keyphrase-to-analyze-your-content\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"18833\":{\"title\":\"Using the Robots.txt Tool in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-txt-tool-in-all-in-one-seo\\/\",\"categories\":[\"robots-txt\",\"tools\"]},\"18834\":{\"title\":\"Using the Robots Meta Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-meta-settings-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18835\":{\"title\":\"Noindex Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/noindex-settings\\/\",\"categories\":[\"search-appearance\"]},\"18838\":{\"title\":\"Hiding the AIOSEO Admin Bar Menu\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-admin-bar-menu\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18839\":{\"title\":\"Hiding the AIOSEO Dashboard Widgets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-dashboard-widget\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18840\":{\"title\":\"Hiding the AIOSEO Column on All Posts Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-all-posts-screens\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18841\":{\"title\":\"Display Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/display-settings\\/\",\"categories\":[\"display-settings\"]},\"18842\":{\"title\":\"Setting the SEO Title and Description Format for Media Attachments\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-media-attachments\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"18843\":{\"title\":\"Showing or Hiding Your Content in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/showing-or-hiding-your-content-in-search-results\\/\",\"categories\":[\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18844\":{\"title\":\"Content Type Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-post-type-settings\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18845\":{\"title\":\"What Are Media Attachments and Should I Submit Them to Search Engines?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-media-attachments-and-should-i-submit-them-to-search-engines\\/\",\"categories\":[\"frequently-asked-questions\",\"media-settings\"]},\"18846\":{\"title\":\"Setting the SEO Title and Description Format for Custom Taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-taxonomies\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18847\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-types\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18848\":{\"title\":\"Setting the SEO Title and Description Format for Tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-tags\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18849\":{\"title\":\"Setting the SEO Title and Description Format for Categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-categories\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18850\":{\"title\":\"Setting the SEO Title and Description Format for Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-pages\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18851\":{\"title\":\"Setting the SEO Title and Description Format for Posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-posts\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18852\":{\"title\":\"Title Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/title-settings\\/\",\"categories\":[\"search-appearance\"]},\"18853\":{\"title\":\"Setting the SEO for Your Home Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-your-home-page\\/\",\"categories\":[\"home-page-settings\",\"search-appearance\"]},\"18854\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/general-settings\\/\",\"categories\":[\"general-settings\"]},\"18855\":{\"title\":\"How to Add Your License Key for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-license-key-in-all-in-one-seo-pro\\/\",\"categories\":[\"general-settings\",\"getting-started\"]},\"18856\":{\"title\":\"Canonical URLs in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/canonical-urls-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18858\":{\"title\":\"Adding non-WordPress Content to the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18860\":{\"title\":\"Troubleshooting Problems With Sharing Content on Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-twitter\\/\",\"categories\":[\"social-networks\",\"troubleshooting\",\"twitter-settings\"]},\"18861\":{\"title\":\"Troubleshooting Problems With Sharing Content on Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\",\"troubleshooting\"]},\"18862\":{\"title\":\"Getting Started With Pinterest Rich Pins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-social-meta-for-pinterest-rich-pins\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\"]},\"18863\":{\"title\":\"Setting the Content Publisher for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18865\":{\"title\":\"Submitting a Sitemap to Yandex\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-yandex\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18866\":{\"title\":\"Submitting a Sitemap to Bing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-bing\\/\",\"categories\":[\"bing-webmaster-tools\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18867\":{\"title\":\"Submitting a Sitemap to Google\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-google\\/\",\"categories\":[\"google-news-sitemap\",\"google-search-console\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18868\":{\"title\":\"Including Date and Author Archives in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-date-and-author-archives-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18869\":{\"title\":\"Choosing Which Content to Include in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18870\":{\"title\":\"Choosing Which Content to Include in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18871\":{\"title\":\"Using Sitemap Indexes and Pagination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-sitemap-indexes-and-pagination\\/\",\"categories\":[\"video-sitemap\",\"xml-sitemap\"]},\"18872\":{\"title\":\"How to Disable Sitemaps in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-sitemaps-in-all-in-one-seo\\/\",\"categories\":[\"google-news-sitemap\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18873\":{\"title\":\"Baidu Webmaster Tools Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/baidu-webmaster-tools-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18874\":{\"title\":\"Setting Twitter Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-twitter-social-meta-for-your-homepage\\/\",\"categories\":[\"home-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18875\":{\"title\":\"Setting Facebook Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-facebook-social-meta-for-your-homepage\\/\",\"categories\":[\"facebook-settings\",\"home-page-settings\",\"social-networks\"]},\"18876\":{\"title\":\"Setting the Card Type for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-card-type-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18877\":{\"title\":\"Setting the Object Types for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-object-types-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18879\":{\"title\":\"Setting the Priority and Frequency for Content in the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18880\":{\"title\":\"Setting the Priority and Frequency for Content in the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18881\":{\"title\":\"How to Exclude Content from Your RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18882\":{\"title\":\"How to Exclude Content from Your Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18883\":{\"title\":\"How to Exclude Content from Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18884\":{\"title\":\"How to Exclude Content from Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18885\":{\"title\":\"Setting Article Tags for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-tags-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18886\":{\"title\":\"Setting the Content Author for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18887\":{\"title\":\"Setting the Content Author for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18888\":{\"title\":\"Setting the Content Publisher for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18889\":{\"title\":\"How to Create a Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18890\":{\"title\":\"Including Videos in Custom Fields in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-videos-in-custom-fields-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18891\":{\"title\":\"What is a Dynamically Generated Sitemap and Why is it Better to Use?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-a-dynamically-generated-sitemap-and-why-is-it-better-to-use\\/\",\"categories\":[\"frequently-asked-questions\",\"video-sitemap\",\"xml-sitemap\"]},\"18892\":{\"title\":\"How to Create a Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18893\":{\"title\":\"Adding Your Facebook Admin ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-admin-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18894\":{\"title\":\"Adding Your Facebook App ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-app-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18895\":{\"title\":\"Access Control Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/access-control-settings\\/\",\"categories\":[\"access-control-settings\"]},\"18896\":{\"title\":\"Advanced Settings for Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/advanced-settings-for-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18897\":{\"title\":\"Miscellaneous Site Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/miscellaneous-site-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18898\":{\"title\":\"Displaying Your Social Media Profiles in Knowledge Panel\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-social-media-profiles-in-knowledge-panel\\/\",\"categories\":[\"schema-settings\",\"social-networks\"]},\"18899\":{\"title\":\"How to Create an RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18900\":{\"title\":\"Excluding Images from the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-images-from-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18901\":{\"title\":\"Adding non-WordPress Content to the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18903\":{\"title\":\"Setting a Default Image for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18904\":{\"title\":\"Setting a Default Image for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18905\":{\"title\":\"Setting a Title Separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-title-separator\\/\",\"categories\":[\"search-appearance\"]},\"18906\":{\"title\":\"How to Protect Your Content With RSS Content Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-protect-your-content-with-rss-content-settings\\/\",\"categories\":[\"rss-content-settings\"]},\"18907\":{\"title\":\"How to Connect Your Site with Google Tag Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-tag-manager\\/\",\"categories\":[\"google-analytics\"]},\"18908\":{\"title\":\"How to Connect Your Site with Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18909\":{\"title\":\"How to Verify Your Site with Pinterest\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-pinterest\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\",\"webmaster-tools\",\"webmaster-verification\"]},\"18910\":{\"title\":\"How to Verify Your Site with Yandex Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-yandex-webmaster-tools\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18911\":{\"title\":\"How to Verify Your Site with Bing Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-bing-webmaster-tools\\/\",\"categories\":[\"bing-webmaster-tools\",\"webmaster-tools\",\"webmaster-verification\"]},\"18912\":{\"title\":\"How to Verify Your Site with Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-google-search-console\\/\",\"categories\":[\"google-search-console\",\"webmaster-tools\",\"webmaster-verification\"]},\"18913\":{\"title\":\"Usage Tracking\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/usage-tracking\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18915\":{\"title\":\"How do I use All in One SEO in my language?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-all-in-one-seo-in-my-language\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18920\":{\"title\":\"NGINX rewrite rules for Robots.txt\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/nginx-rewrite-rules-for-robots-txt\\/\",\"categories\":[\"robots-txt\",\"tools\"]},\"18927\":{\"title\":\"Supported PHP Versions for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-php-version\\/\",\"categories\":[\"troubleshooting\"]},\"18929\":{\"title\":\"Using a different CDN for script enqueuing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-different-cdn-for-script-enqueuing\\/\",\"categories\":[\"troubleshooting\"]},\"18930\":{\"title\":\"How do I get Google to show sitelinks for my site?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-get-google-to-show-sitelinks-for-my-site\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18954\":{\"title\":\"How does the import process for SEO data work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-does-the-import-process-for-seo-data-work\\/\",\"categories\":[\"frequently-asked-questions\",\"importer-exporter\",\"tools\"]},\"18960\":{\"title\":\"Robots.txt Editor for Multisite Networks\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/robots-txt-editor-for-multisite-networks\\/\",\"categories\":[\"multisite-networks\",\"robots-txt\"]},\"18961\":{\"title\":\"What are the minimum requirements for All in One SEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-the-minimum-requirements-for-all-in-one-seo-pack\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18964\":{\"title\":\"How do I use your API code examples?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-your-api-code-examples\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18969\":{\"title\":\"XML Parsing Error - This page contains the following errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/this-page-contains-the-following-errors\\/\",\"categories\":[\"google-news-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18972\":{\"title\":\"The File Editor or Robots.txt modules are missing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/the-file-editor-or-robots-txt-modules-are-missing\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18977\":{\"title\":\"Excluding the XML Sitemap from caching\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-the-xml-sitemap-from-caching\\/\",\"categories\":[\"xml-sitemap\"]},\"18982\":{\"title\":\"Why doesn\'t the title and description I set appear in search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-doesnt-the-title-and-description-i-set-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18983\":{\"title\":\"Can I remove the date from Google search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-remove-the-date-from-google-search-results\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18985\":{\"title\":\"Setting up HTTPS SSL\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-https-ssl\\/\",\"categories\":[\"general-seo-topics\"]},\"18995\":{\"title\":\"How to Increase the WordPress PHP Memory Limit\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/increase-wordpress-php-memory-limit\\/\",\"categories\":[\"troubleshooting\"]},\"19002\":{\"title\":\"Checking Index Status in Google Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-index-status-in-google-search-results\\/\",\"categories\":[\"general-seo-topics\"]},\"19006\":{\"title\":\"SEO Data Importer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-data-importer\\/\",\"categories\":[\"seo-data-importer\"]},\"19008\":{\"title\":\"How to troubleshoot issues with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-troubleshoot-issues-with-all-in-one-seo-pack\\/\",\"categories\":[\"troubleshooting\"]},\"19010\":{\"title\":\"Quality Guidelines for SEO Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quality-guidelines-for-seo-titles-and-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19016\":{\"title\":\"Top Tips for Good On-Page SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/top-tips-for-good-on-page-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"19017\":{\"title\":\"Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/meta-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19028\":{\"title\":\"What is SEO meta?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-seo-meta\\/\",\"categories\":[\"getting-started\"]},\"19029\":{\"title\":\"Social Meta Settings - Individual Page\\/Post Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-settings-individual-pagepost-settings\\/\",\"categories\":[\"post-page-settings\",\"social-networks\"]},\"19030\":{\"title\":\"File Editor Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/file-editor-module\\/\",\"categories\":[\"file-editor\"]},\"19031\":{\"title\":\"Social Meta Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-module\\/\",\"categories\":[\"social-networks\"]},\"19032\":{\"title\":\"Importer &amp; Exporter Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importer-exporter-module\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"19034\":{\"title\":\"Feature Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/feature-manager\\/\",\"categories\":[\"feature-manager\"]},\"19035\":{\"title\":\"Advanced Settings for All in One SEO Pack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/all-in-one-seo-pack-advanced-settings\\/\",\"categories\":[\"advanced-settings\"]}}}', '2025-07-28 15:42:35', '2025-07-21 15:42:35', '2025-07-21 15:42:35');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_aioseo_crawl_cleanup_blocked_args` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` text DEFAULT NULL,
  `value` text DEFAULT NULL,
  `key_value_hash` varchar(40) DEFAULT NULL,
  `regex` varchar(150) DEFAULT NULL,
  `hits` int(20) NOT NULL DEFAULT 0,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_key_value_hash` (`key_value_hash`),
  UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_regex` (`regex`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_aioseo_crawl_cleanup_logs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` text NOT NULL,
  `key` text NOT NULL,
  `value` text DEFAULT NULL,
  `hash` varchar(40) NOT NULL,
  `hits` int(20) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_crawl_cleanup_logs_hash` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_aioseo_notifications` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(13) NOT NULL,
  `addon` varchar(64) DEFAULT NULL,
  `title` text NOT NULL,
  `content` longtext NOT NULL,
  `type` varchar(64) NOT NULL,
  `level` text NOT NULL,
  `notification_id` bigint(20) unsigned DEFAULT NULL,
  `notification_name` varchar(255) DEFAULT NULL,
  `start` datetime DEFAULT NULL,
  `end` datetime DEFAULT NULL,
  `button1_label` varchar(255) DEFAULT NULL,
  `button1_action` varchar(255) DEFAULT NULL,
  `button2_label` varchar(255) DEFAULT NULL,
  `button2_action` varchar(255) DEFAULT NULL,
  `dismissed` tinyint(1) NOT NULL DEFAULT 0,
  `new` tinyint(1) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`),
  KEY `ndx_aioseo_notifications_dates` (`start`,`end`),
  KEY `ndx_aioseo_notifications_type` (`type`),
  KEY `ndx_aioseo_notifications_dismissed` (`dismissed`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (1, '67350c5ce1bd5', NULL, 'Have you connected your site to Google Search Console?', 'All in One SEO can now verify whether your site is correctly verified with Google Search Console and that your sitemaps have been submitted correctly. Connect with Google Search Console now to ensure your content is being added to Google as soon as possible for increased rankings.', 'warning', '[\"all\"]', NULL, 'search-console-site-not-connected', '2024-11-13 20:30:20', NULL, 'Connect to Google Search Console', 'https://route#aioseo-settings&aioseo-scroll=google-search-console-settings&aioseo-highlight=google-search-console-settings:webmaster-tools?activetool=googleSearchConsole', NULL, NULL, '0', '0', '2024-11-13 20:30:20', '2024-11-13 20:30:20');

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (2, '6744ad05c5d25', NULL, 'It’s Black Friday! Get Up to 70% OFF ?', '<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAA5gAAAB4CAIAAAAYBsr1AAAACXBIWXMAABYlAAAWJQFJUiTwAAAgAElEQVR42uy9e3xW1ZU+vtYmJCRArggCSVCRqyZoVYga1CpeCmirYh2B1ur02wpaddrfKNjLfGaqgk7HtlaFtjO2zihar1XBKmLrJShQUQEBxXrhJYAouQMhF7J+f5y91157v2/COSEJoOf9dJyQnPecfXn2Omuv/axnYXr+uYCIAEQECEAAAID2/wgIABCQgn8SISIAAH9FfIEIgj/qi+V/ifSliMEXETD4ZXBDczEhoP5vcDtuWPAQ8RUwt0VE+RRzQ0LwLwPTRfDaAwBouht8iVvPH9FmMLeTfXTbE4yc/jn4omw2NxLMs8E8Fsz4mEEWYyoeFLSc+267ZsZQNtzcFuUoOT/op4hhcbsGYhJ5XtD+0X68WeCOBffkFsrr+U+mIwwAOxe6U6Sfrr+iQaJbBBh8Mfgn8bDZkQ/aQ6Z5ckxi/Mf4j/Ef4z/G/5cG/4P65mf36fdBVSLG/+GN/4yC84kIkWcQudFmximpOwGSBHDNkDFqRQ/RrCsJeSLzLAMU7hASBXezS4vE74P2QFI7nYUkFnOKuTCDY1aHHjwQNydnnbAtIAC7eHU7UYCb9E3kUnEbxguFuAMCcLpF5pm2lYw+7jg/hWeX2GBxO8XC0MAj4N7a6UYQY4tyjtwRQ3/G9RfBWpEO51p+V04NIlIboUJqIwFWO8XWCjBmbMfloiUzCAZCYpX5yHHMaIz/GP8x/mP8x/g/zPDfN71PZnofgCTcgXSNrJ9ftasu+G1On36D+uaPHFA8LOfIZ9+v2NvavGN3VYz/wxX/GQXniw0WBhhhaNrv2bvLDRlqHAetcbd04p5knH0eKTm0aAYFgPeIYn/p4xGTXHuedSLwWujOtsW431Sz9u2qdmCBtqfm67yJ4XcH2CcyKO14yp7y00V/Ze9SLkpnJfDsyGlCb6Vwa81Gy282L0hihIOzhMw20xlPF1b+LIOcTQcMXtvkaPDW2bkMAlBZSIgrUxgtMaoywIQp0Wjf+BDjP8Z/jP8Y/zH+Dzv8n1A86jvlX8+yjuz+P1W7an/+7O/2NO2dOOyEicNOaGptzkhLB4BE3acPrn0heOhFJ5x52rHjqMP7SAexelftHyqertpdH+P/YOE/DRBtENt622jXAHvQKJYFoI4YG8RzPF/fR4eVFQDp/2r3XekAAMmNF6G+IQCAMicdHCYgIoWIAG3E2xExI2QWJCoOMMgNp9lN6htanx+RD1ukwRb7VEDkIwMV3EuhGC5e88CjhzLMjs7iDIYRxWFI8EfkMUG9c0Zz/mKhrORRiztTKIEIwkKhd7kZVhJbMURnvSDq9tjzIEV28xa8+pQ54BBGSnRTrD3vzMVsN1Ge4qA8NOHR4G0biscQ2vMx8I0fgWwTv3oDG8IbxGAe9RPFcUmM/xj/Mf5j/Mf4P3zwf0Lx6EheLAAU9Mstyh/8/qefvJZYO2pA8cC++QBQt3fX0g//HrTkxKJRF55wZqR7DuiXO2ls2SOrlsb4P1j4V0RoICmfFwyoAlDibsiNJuKvKP17DB7P91G653ookMyf9JhiMHPcSCRBzXFGR28IeN4QAcW6RUTFbeM5A0AIfg+olAJQ8oYEiKDsP4n7EtweAZHI9shOhmmeWel6DNHcn8SeU6ECOyb2eh4B8MYEeBhBDxrJryNiMB1oZlkBACqlO8ukF1BiwJ1Jsd0Rg2YGx4A1aA+Pg1lLpnfmdYho4JH0oOC79lnB/yn9CDG5KMwooumRM+yIBoSGchMgSpmpl5tkBDGzxmIGo6rMeAJbh2AeY/zH+I/xH+M/xv9hh/9NOxIQ8VO1q3bnrjoAPPeYUwb2zW9qbQ5oBhOHnRhc0NjSBNE/W2o+i/F/EPGPGQMmi3itYPJ29iNcbOYyA0mCdgePEPF6y+QVOxi54zP3bINUfPPgc13pzsSu9Gc+zgZq94kISTF4pmw4D9V/MxRykvtKbwTcuLvb+gP+pBxDm7oR+iupTyHa+Y2Zvv13JWp3k9vGG0oK98TkEWjvW/LOyY/+4uG/Ax5VjP8Y/zH+Y/wf7vgv6JczoF8ueAQYjwkjWBaV1Tv2NDcRUU6ffrl9+pUMOmZQ37zHN7zSp1f6Z3tqgpacUDyqKH+gjUm6LFuRnkTGOa57/R9rY/wfTPxnDJjisqEE/cI9rZLJasx7IPcow+apmQQCyc7gQDrnzaHdRlh+FxN2XLaPw4sAP5sSOGrND7rw6LpHL/hkc0P66AdHe5xzsucmqVhDyXOJDj2eyOf/EJE+ghHX860gJdnFHw3n0Q4PRlwg546ojQcQRDokuJyl9khQHpnH+yKRvxKYocSnA7b9kpYtbys6Lugzen2SDhY5BHhvUpjszuxxkjcRpzNmxHjlk9jOtnn5A0nT9AXEv8z4jPEf4z/Gf4z/GP8e/nMy+ub26b+5dnuM/8Ma/2mGXYsGFo6iBxkmleNuu0mIzhxY4g06mhqufgKTf3VzkTUypC6D5o44CNT0YfDlJUzQWy7dnPR93jmaLyuBbttQZD6Ac86mqdqsXoHun4ifrng92vC/IPVIzoeZM0toodREI+/ETyBKc2JABP4tXxsMa01zjUieDdpnmTML+XtLmkG2I+hsN8HqfSAfSzp0HRAGxqO9EJ8QgctAt7PvAEZypOxcKGe3TQCo3A0kcu8AFXp4CdYM2bH64uEfUb4kYvzH+I/xH+P/S43/c8acMmnM+HcSmx59c1mA/7qmPXV7dzP+Tx9eOnXcxC01O/64fHFjc1OM/8MF/2kISOgKiDGaySEuA6aMURPYOSO02QUgoCtSBlxjig5XXXBEhLaMFcQzpxv6X4p1OEA+3ZCKyRkVpaeLrDgcomQ0k7N3dKdcrETWsmOpNIEPIH8GRPd81TWE9mbKyqiIPZBcI3IWMOl5Ab8chX4fSRsH5ByMuLp3vCHi/XYKEQ15c++PQcI0Co0MaXEISKFqgza3ryD5PvaLnOppkh95ygSjnK0kgrOkUyTyWi1AYzXkAv1i4p/ElMX4j/Ef4z/G/5cV/xeNmzh1XDkAnDP2lNc/WldZ/Vky/s8eM76gX05Bv5z/77wZ/7V00Z7mphj/hwX+lTBwipMDEJUmN6DJGAhMmuHecn5AcCWCCu7AhF9EeysxL4igmE2MgsZLdhA0D1pfRiiWoENCDzaY3xpV863RNQSg9IZMPlekLxCaudV/HVfQuP3qddeV7ETkPAa0Zx2IYhpENgPxUJjuEIr0O7S7TZRMdttgQ692GPGSDU0a/OZ6CnZnARFb9DFI4BDNs/dBO0eIiKiCK0leQA6dXw8uKpQ3JHdkeKbIZqoK+j+3WTkt5E0XIqIiy/dHxxbaaQ22HaanBnUoWmVp70HXzGq2DwKFBvAkbq5DTS4D/bDGv6bbt4t/tGPo4h+d0EWM/xj/Mf5j/H9h8X/huPLAiwWAPS17G5ubg5tfefqUn1149dljTgnw39iyN7imMH/Qj86fkZXRJ8b/YYF/PazK/GBbIYbYAg4N4FHZpEJUwR10LmTwVwLbDpm8xqMASDx/emTRRqWd/qfss27h789O/P6riZ+esoNXiNmjOVs0nomgc6UFjS98/R+5GfsuPLou4Gg4I6uXnyKQWOQFbFAivkJa/MJkB/PuxLEgNiQuh0hH4O3oubOOSg8gKnQWhhklaRRIbIScZEmZJ8iqKzJ7VIGTC2lOCOydeEKUMuNjOgjOd806Fs0Dt9km6znoms2vdAbEWD1euoo3sTbtkVM9ed0iuqbT/slsf80LG+2SOHzxb0yGSoV/7oePf5nTGuM/xn+M/xj/X2D8e17sXUsfqdpdDwgjBxWfNrykMG/ghePKg6csePmpLTWfaV82b+CPzptuqy3E+D+E8a8AFBq4o4Mz5es7iJFF1krw14xg0xDzGNBEt3lXYXVApLKDsg9V/gICTDpEQQC47c3BAPDjk7f/+ORPgS01snADiLWKANhGUFrQ+MJFH+Rm7NvckPG9vw0LVD+EJARwq8SWQjkMI7358PQjHAsCWu8G3G2ZsjIcSqEVctNf7zP06CO+dkV6/kCv2WazgoaP7stzICiNDx4EZeU/nF2eUmCPe5Q5mECDMKvso/e7eq+JLClCEkYaTAr4ymD85SbS9BplgxGF8nGKUyYAUIGyBu/hCElaQz0jCoW2CEqbCF4sAU375V8Pb/wLDKhU+Bd+jMG/MCh2gg4R/Cd3LcZ/jP8Y/zH+O43/C8edPrX0dOPFNt219JEt1Z8FfyrolxP8Pis9I3jQnubmu5Y+7PqyV/TNyIzxf4jjv1da39FoycemA0qJvihyVGqVqJjssJDFPQQzXEwVwxfRUbALht4ceykrgMxCcnb3A0aOTl/82vZsADhjSMMZQ3YB4Gvb+nPPxx2x98Kjauuae92zbpAZaxw3oPGFizYFXuz5z4zc3JBhZpGnwzYbhQWwrTH318sMk0dfCPIplbREwUMJdz+9YODRP7qj39iv5JSdXbt8KbS2ei1xI81CmQ+QN0s8qi71SA87uRPtttxCKthnowGiZ25se1wwgXsFOLbMgZAPfTPpVnuPD7nkLZUSF/v399a53qS6lwXCzohyecBhjX8eN1E6G+U5FLqT694QzPvpkMC/Z7+kVY3xH+M/xn+M/6j4vyjJi62s2cmjXZQ/8ISiEcFfF699Pfh9y759b25+/7ghR+dk9gWA7My+xw05+s1P3mtta4vxf8jiX3EAX3r0pNP9UEeqQXJuvGfzQuJjLEeVl8hGrUk+3rY1iUhhbqXb4Hn0JA4dgqDs6qG3vTkEAH5y8rYfn7yd/NQ7XhVQOmDPCxe9b7zYUYldGWJ6FGIAU2UebZM6bRFlMVVSkxiYiiRMvzzmEIvfziIRyoy03vmDVGZfAOiV2bfP0KMZr+RQzHW4XhLdzJjoRSLA6pyAmL/qezr3sVtk0yTi155C0UGx2xZ7PsO940Ewz1JSVJmc1SIu9qJELreGW8iZl+bYCx3TABJWyhFYRjDSJILmJd/3hzP+zcwqI2TtJMq69s4Eb+wEHUL4t6YKhaJQjP8Y/zH+Y/xHx3+SF/unLTWfe/gXw2rxv6c5uFjGZf8pMz0jxv8hi39xcCABSnwSoRx/mXR0l7gahHWuedoQXc4yOrxmEFtGO4VGKsxZJAG5WBxnyHVgqBigtC+7eqjxZbclJXsBAJYWNL5woY7FXvDs6MSuDLlsyDkxYZZP0Hi5GhUBoDLkbkGgBpGrqNdwABdZxMKe/qAoUoKUogKzAqd+T8ARUSKrD8XODMVhAbNJvLi9/pkbzK8oO0FGgifpLMNyngicTZ4t3OKcPkCqTTPXd0H/SkKxwbKceuAiLgZJfsUXPjAVJtsy61HWHRFfB2d79wXAvx1e+d4SzEiGHwG/cvAQxD8CEpkD0Bj/Mf5j/Mf47xT+p5aeNrX0NOvFvvinyprPk/APrtaBxX9jS/NdLz7q+LLnXp7Vu0+M/0MT/4rpwBL0gm/rkXxRoSJR/BCdrZKk4sgMA/GD2bVwbqOtTuZQRsz2RaElj7vJtoLyhQB465tDbxe+rFTiDbzY5y98PzejdXNDxvnPjt7ckKFnThp3q6vmksxQtp+TGJ2qjCgvFlX42Haw1bD8EpHUieisbXfrg1zKXKDNFr5DtxeyhCAq5Ra7E0Ot92mS/aZQC3EklzFk1gug7aDIK+R62cxlkRc4GbVm72gTDoLdIMp/2rwBM+bOdGg8iKwC8ig1NvlAHPSIQx/NWMIvDP4lNkDn0rI5ME0iQCdP9hDDvwls+NMX4z/Gf4z/GP+h8T+19LSppacKL/bRypqdqfEvlGg9/Dc2N9+17DE3Lnt53/TMGP+HIP7TPJKHPZCXOl6sKRjMNwugga/DbPXFOHosijmgELUTgrxekQpzH3CFxJB16dAjp5g5h1tXFwLALSdt/fFJW2ubej20aeDmXVtf254NiL/76se5Ga2JXRkXLB6T2JVhexBIgoMOrOszh+Cv5FB0pHtJVj4YFddT4V1JEHhHW+UCbX4fq7sRgiKSFVGckw4C5csogz9ETrtQag+DuDMrKge6b+QoVhNrLJMjukHi1ICknp2o6YK+eCGL+XA5Z33MYfXoKBgMZU9AbFFBRxBZoIKI5PVO/UHyqUoMUOJygilzCfThCHm61oc1/i2etT1A8iT7UObEHnr4d/Uh0VU1jPEf4z/Gf4z//eJ/6riyqSXSi30s8GKT8Q8urzcZ/43Nzb9c9vi/TLqsKO8IACjMO+KH515214uP7WlpivF/SOHf3zcQtLeRsj9w9Fu64SxKrMk3BMzwAO9QIEn6zsbezebDKjK4rVKuOpr16PUeDm9dXXTb6kIAqG/pXdeSNvqhE7738nAAfHDTgGc/yT//2bGJXZmiXo08GnD8fU8pw/kBvC4kEZJ4iIQQoz39AauXwffBpHAsF/tw9kMu9SQYVZXZt++I43vnDyRxTODKtqFBiMklBEB5RoMo8kM9so6SG8RU3KwUUnAGJ67cnWRQgUARJmEsRRtkBRCQu2FH8lCc1KAHvBRJ3EAEXzD8y8wAa3G8rxy6+LekTIUYEv9JWcwx/mP8x/j/kuJ/aqnjxf5y2eM6Ftsu/h0dgGT872lu/uWyx7fUfG7iskf88NzLsnr3+WLjf1i/5hXT3r3z1MThgv804UZbhgNRm6Wv+OWVTd6A47GDpBgb9RbekIiChyDLi+hNm91rKS4WjODWlBHfJCmbhxqR9pe3rS66fXVR0KMflOx48IMj6prT7n13yD3rZFFgdzMLYhuEtqYaERlVEbcEnNgeki2CHPTUtqTP0GH5Z03Z88H62lUvk9kwe3VQyOFmp9TXIMuhQRE+JyAAlZk17Af/1mfoUQDwyX/e3Fj5CREFaseydDKJ7TcQ84GIQI+IQIBffFmMgLPy3cIpJCtuOKX2ZEVpU6KDk2eJoOMP9xRkrgkF9QVFdUNlgKpsZUJdfFwCEe2e1S0k88XBP38xgDp4RRR7EP8CRRQG/+SGhOQGvD388yO45TH+Y/zH+P9y4r8ob4BkFPxy2RNbqnfK8WwP/15Y1sP/nuamX770xL9MurQoV8dlzx7zlcVr3/gC4790wJ7Sgt2lBbtveuOowwL/abqeGaLBW3BrxT8L1rYs2AvStInpJE+Ig3EMbv1lRIfSQDrKLFx8WzLY3jzww689fvu1x29rD/p1zb1ueuPo17bnvHHJmpz0fTNHfXbzimNe3ZZ9Xcn20oJdPgdVDNhtq4s2N/RB2yR0ciTZ3nM+HZFcikGfxDBC4Xf/tXf+ETnjz+xdMPDzvzyGqPgrKPPySBT+cCVMdGafniC3XCBCr8ys4ut+FnixAJB57HF7t24mMebiPaULvOlRFsuYxCjY4xU9H3aKA8uBaNeDMfbyvMLW5jYvURQYILtRI1AKvTXmWz3xG/NlxqOGiX7T2FMG/SwUNpdnyj1x45p6hx/+fcST10f/nBFs0Uk+N3LaIF9dXYh/9o0MhveHf2+IzW3bw3/KwYzxH+M/xv+XE/+NLS2WUbDsia01O/eHf/lRHeC/sbn5rhef+OGkSwOOQWNzk9EK+GLiPyejTS7zQx//aYLgLDkZyAIX0rMih+5hXXPe+svCyu4WnyTcPdKInB5/4rnysPj6zJGfDevf1ME2bupR1a99mru5IfPCo6rqmtM+qc8AwGuP3z6s/96Od3/fe3mEbB0RWQlkSSNzhBVlx203e2Vl9c4/IrjxgAumAcDO5x/nHRJZZpAf20iCqHy6LqlMRL2y+hZf91P2YluqP9+17k0pBSfeUkryFTwDh0gAittAGpLK23gJ2WZiLRUUm29hPTEFIcf5JyGC+1JkI6MMEwhYH4TpMyjOg8wTldjxgl4tJu/a7ypPEyuT6Ep9hxn+PYwkD3sQlUHHDKK82De36PfrwPEviZTCbO0H/yYSJt6S7eDfVvD26ozH+I/xH+P/S4n/qt31/7ti2YiBQ/76/pqtNVWSkJAa/+BzZDvA/96Wll++9NTU48fvaWl66f01yE77FxP/sg8p8J+Tvi8nvTWxq88hgv80D/RgSwZbjzrYCgACtBlaMLHRJLSrxT3GsssDvVlUCtuIzNZB6WbZlAJEhLbgobx1IjYbdPmLY84YXC+2ygGN3Trpz24uAMJ73x2Sk9H60KaBgbN+04qjLzyqyp6veMF4ottWFyGwUcAUyDFHMFrqrI1MuqWcfd2Itr2NO59/YsAFlwpfFnc+/7geEaUsrVvombjhYuUkWYCyBymZgRc7jL3YxD23Nld/jnwaaKqIiOw/oOAYQydCcqA/mCbFhwuUbHqc+A2Au6psfWxKPjjx802szUW5gQ9SLC0NPCmcgEh2KQo2vVuw21b+VmJAydpHkO8eTEpVODzwj86xr4Uld9AUb7SZGjKrRzCweWtsLVlX4R/FeZtltXGUJiX+RWCIgLB9/LvvHjIZrBTjP8Z/jP8vM/7f+GjjGx9tFNV1O8I/pjqf7QD/e5qaHnurwkx5z+H/tIKGd+uz6lvSuhD/xf2bfnfmB2ur+t70xtHJ+HdzCH38jxuw5y9T1uVmtA7537K6prRDAf9pQl5O5NyRZp2wYIYOaysEsoQMLfnmohqIFGKb9sCVWS4qCDqTPaHi1pP+mfPdyI6AFQwz2x8E3LIr88FNfSDJ2w/c0zOG1F04rPrBTQNf3Z6z9sUx9c2924hKC3bnpu+75pVRhrEhgcCZhghAKmCQiDkwd7Yz1EaEpKtWaPSQ3aca2gvufP4JQBhwPvuylwJA8EuHtWRoMkm1SZAsL4knT6k+WcXX/UR4sTsT997WWrNTbGcFLpntRWxuxHLhaRLHOZykTF4upTgfcha+tZ02MkSOJJ0RYycKeOlk3rTBM0WwR+4+yZaWIXL4FiLZ1UvxtNbTLhuTNAlKHKIAT9Zhh//AtloGGzknhZJ8FFzcxsESPZ6mAWRNOseguhD/HtUuKDuORB3gn8xfEZRGYBL+gQi1USORV8/kqhj/Mf5j/Mf43z/+3WR8PGTxf3nxzq+1pP303eIuxH9uetvEwXUTB9flpLde8+ooD/8ke+TivzR/V+DFJnb1yU3fV9uUdijgPw1YhEVXjCAERSKgHYyHXt6G9W8qxJDwkYmzI4Mah2QyDkyLlTgtR6v8YpghhISI1EbSp7ebQbJ6MTbfTdCQg2fMHLXjt2dsAoC11X3XVvUf1r+ptmlfoqHP787cVFqwe+Lg+u+/OsLsSdmEMbqDhDsRY7fKI3YkiY2dRrwVnyNeQ2ZAdj7/FAAOOP8S4cvizheecE0El5P2D/LEozWaemX2Lbr2x44Xe8+tLYHUs3Xo0c/ksLtTMnorWkvQgM6YvMB8eCx8kmp9QrsYyTEfTD9CVJrAhIZexVUU7c6P4UFWswNsG4LGKmXoWUb/RbfQKnsYapJQFOI8WbsEvWUPTNj6IuHfJgkY66j1ksjyynoS//wI8HWevBQLdA77JBRd/JvXErJMDGk2lhTyORj4d7RGuhr/IPSPgGyt0Rj/Mf5j/Hce/x6N75DD/3HZjf9x/MenFdQDQHbv1t9/NPjd+qwuwf/a6r63vzXslq9snjnyMwK85tWREv/oVkZg/Jfm72Yv9oLFJZsb+siqtgcR/6bUr6i3a2qaKU/Cg1PpUSmDa1l+Q8hkIBq5QZY4ViDUXoTKiTJxRLCVzVyNDHCKjih0pYzJbkLUzJGfBV7suup+66qzJw6ufePit/907gZAfPCDIwFg5shPf3vmB0ITwK+256hXmH+ymTNHHoo3B1yVThbuU0qx0gQC7Hz+yZ0vPMmzNuCCSwJ31nuEKyOrlyOJ0nkAqPokebH33tpiYrEsSGGkg60Ght3LolOqhxy9ngBHSjzUFFBBdP7pD53yhg7dSoMIqPRz/e9q7RClzGq0bTB7fS3Nbc2PLQPDX9HyMawDwiVAhACNQlvxSLkVxr8g+BfvMGWrGhqFGlkgsSfxT1aIRTmA8aRwgsM4RClH6OE/qHyjs25FwMziHw4e/qE78Q8u/inGf4z/GP9dg3/3nPrQwv+79Vl/2jKwvjVtS2PGn7YMXF/frwvxf9vqYbe/NQwAvjVyx8IzNrn4F/lqZhJLC/b8Zepa7cUuGZfYnXXo4D8NWeJYX6R3LETiqEC78ujqbaM902A+R/B74kaglVeQwrdockJJULyDmyiPGU0iNzCI8GuXn0wAM7jhzBE7Fp7xfuDFXrBkHAAGCWE5GfsQ8b71Rbnp+275yiczR3wKAN9/ZRSIUxFzSIIiq075VG4mG9vjEqvzC3KTRSDWGCCAicterH3Z8y8Bgqqlf+Ysx6DL6CpoBC2xjKXMvsXX3tJnaDF7sVvuu72lugoAA7YWX0oy85Hk6CsjzKPPTaQABtO6mWVNLmXK4cLL0wx71GK5OCR4PEJsxR7KkMmQlAgBPpRw9Lk5ddp5UnDKQABK8aGMZIeZ8yCz2vW5mghQEIBNvD3M8S93QrbkuscA8yqM9xT+5e/RxrnQw7/MFuDMVpI6L1aeRvPPdDgqxn+M/xj/Mf6j4p98j+0QxP+ftgwsymrasifjjercILrchfi//e2jAOCWr2z+1sgdiPj9V0Y5MgUC6qUDdj83eU1uehCLHZfYnXlI4T+NPNK/m5uGXvYRgFdXQifZ8Uwg2lR7NxmQZTRQlm1Iyp1LRRX1Zd6CpWZsDSHizBGfLjzjPePFnlDXnObmTiEA3v72UYBwy4nal73m1dHgFpCwOXImZVIhkiflZjntMs/RHgYQeQRp/eWdzz8JANaXveASRNz5/FPCRvsaCnKZ9crMKnK92MS9t7fW7HRyk9EVm3MG1e5eRP6mzVwg8Xhnebupj0n6cOBmjVBS/RTwBDM8hTEAqdbh1nZxREwEc4sslRyZ555KF1DbWVfVzGmzOPw5rPGfRMtPmTtoDYSY6x7Cv8zG9bNU7RQ7s09J51HyBz3wMf5j/Mf4j/HfKfyv2fpJ1e6Ggr79l0BfhCQAACAASURBVLz7JiAesvj//cdD6lvSugn/t799NCBKvwh5M2QeWVqw+7nJ72gvdskJid19DjX8p/kjmerLSSAWHrQgeHuCLyBy/zC5MIdV+kjK2E+h8WafTW1Cbw3Q9WL7Wy8Wk2cUb3/raCDguOw1r46xJc5UioELyJkKA4VkTIWPFCu8vUGreuHPCFBgfNmC8y8mgKoX/iweJ7/Mh32g+mQVXTvXjcXOaw3kRbyhFpUFU2VkAqSui5dyQYmC2B6byGpVelYC3fJxZsNEIlFaqNckG7hUVgySGEGQDDeTMUDU5jSJkoCA7c/XYYr/dq5MvkkKrbeexL9/De7nW+3dyuVwxfiP8R/jP8Z/Z/Df2Nzy02cXZfXO2NPSBLKiwyGG//qW3t2K/9vfOhoAbznxY/aLZMmFcQW7jBeb+bUlJyR29TkE8Z/m6rYI/nKK7ZeRKSFRkzhIqxMVitGtR4FJGqlkaI/J9XT1g8i5EhxlXRAyFwAAM0dsX3jGRuHF9jZppG6QwTTj9neOAXTnzFOKsDmPMjVTmUA3uWNIICT0fOjIHQoBAOx84WkALDj/G4ZjcDEAVi/9MyUfBhg9DpWZVTx7ToYTi2Uv1rm54oMMdJXgMFkYxW657EYq5VY7xQ2tXgYipuqyOcew6tNkKuM5yj/kFk2m9uqftLtonIVpzaPl14NzTJK0MJRyFFMOR/y7FtsmwznCN+K1lQRU6kn8g5OUIIdXCn87KPKRENyTnGScGP8x/mP8x/jvHP73tDYbN/nLi//b3zoaAAK/KLEr8971RYldn6yt7o+Ad0z4R+DFXrDkxM27Mg5N/KdJTT0i95CCIQKQrMcrMMxF39BzHYlIMcHI1gAJtnKyrIcCqeYhK3DYIwV/j0gAEwfXsBf7tee+EgitIT/LSpKgPCK5/e1jeM4A8ZpXx3LoW6bIgVHiAPEn5DxMGc6XKwecoo4O+QcRiHYufRoAhC/7DQCoWvo0EOxrbHRQQIgIRa4Xu+W+O1prquUulQeWZNE/q9esLBSkOoq7bXWSg1GwyL01Kiu9yAMFEU8mlFSqgGwlODwkM0bJVrgjUfoSU5selJYahIoOC0FyBiiJ5FAv+uBn1MHhi38xEVzqRuDfyRm240qOaUN59NMD+LdaP1xtCBzFQxCvNCN+6RxwisUc4z/Gf4z/GP8x/rsA//PePgYB5p74caIhs76593GPlgfYvHd9UV1L2s0rRiR2ZyLCoYn/tCSKA4nfkL/JSir+IIrwyquJy9CJ2r5gSjKgIz2NSO7WxzLrRZ0MclesOCIJvNiT6prTCAhVIGCB6EhIyALTAEDz3h4OgLec+FFuequhYfvNcHdKNq9ThnpJjkkS6BmC3P2Ayr1z6dOAWHDe19mXbfxwU+NH7zVt29K0LZExpHjv1sSeD99HxMzhoySjoHLBnS3VO1ntz+YiuNxaYPE8oX0tyUIk+OpCuYNM4qQ9ZyQPQIpNiRLnTLxREtUOxZgI60AOTsyAGtmUoDkqeb8t8We+IpCjrZgStexk1qofkkDHkNHhjH+vHouDf97Ts9IN49+IKlpL2ZP4BwCrJW5IbprID64Eob0b60pSjP8Y/zH+Y/zH+O9y/N/29vDb3h4e/OLa4xIPbjqyrqX34sQRSxIDD3H8p1mhCk4mcwpvyD1aMqOceBtmaeTEhHij8IUAbYRKBY0g4DFFsnq78hhE1gbhui5od3/G0Ly2Pa/wwbNqm9PMggSjAazRBCxs4VRlQyCa9/bw+9YXg88pRlFm2tR71AF/AoXQZlJ8TXUPcz8SeXsoDyNEfJ93qrDzhaeBoOB87cv2GVq058P3AGDzXf+ellvQWlsVfLlp25a2xj0qM6uleueWBXe2VFcJgonI7zOQ4nxGk4+Mlmet5QNFQTySonEEphQyJzPrAyuDffMAWb3QqIIT2xFrCkXiKpeg5rxjMSC82oml+JzBtDwtjwVGBHLMRUFCyStHTXGzRaYlR+mwxj9LKraDf2MuU+EfjE6GzPPoMfwTEYJQsA4GRxg/K/jNlwWyNQgx/mP8x/iP8R/jPyr+czNaFk5cn5PemuzO87dvXjFybXX/17+xMje9ZcaI7TevHFXxaV5JfsO1YxPgsibkZ21Vv/vWDzuI+E8TWw5lmbQ2h9BGr8mpKezsbYz2hEsG1zgIQK4EwojITc2zHAtXA8SaH8E3QcGrAKxrSUebLKlInqw4P+lSLsSlgYnqWtJBlsIjI7tNpraHLeyLLNAGVhCOD1Q4mxCFZguIEnySEqKHcOfSZwAxb+Kkpm1bGt59hyuItNZWcy3vtr2Nm+/698xjR+1a93bb3sYkgQlvTtCpWO3U89A7M9SK0LYyu3fiwscgFo6WBGMLiiBbPYexr7juNsm55uIoYkNpq3zbEsxIomChyyKy3bHgQecciLNZxevKGj9Ht5n1+rjyymGLf5bJSYF//XvFRak9/INTpLun8U/cDCWUvQ1+QKhqp8qCjfEf4z/Gf4z/GP8R8F/cr2lq8ecd8o5hxojta1dmr63qP3PEtpzm1sSuTCK45cSPpxbv6Ohbx8LixKDErsyDhf80EgNno9mi8Bu69SNYtoOXid2WSJdbLBUieT7geucmvM1UEgFdJWHPbjhPPmvLmW8JurThboNLW1cKgfQwJZGwlSkXBfbOVl5YyMuhK55s6xRLQRBMlZWorQwzmqqWPlO19Bkh7IGYngUDRuD2tYjQ1kZKqebqqpa/v540AswxQS+QIFesyDBFe7TklP6ipNRCRpTgZLCen2I7yPIfgCJNzQyOULiztCElZk1uOL05tft4EX52v8jnJjIzDj0mlFCWc5rk2DVPAvELhX9b6+0Qxb9DdbKY1YAK8N/WRu7rMsZ/jP8Y/zH+Y/xHxv+7NdnXvHb8sH6NJBRupZ4CAT30wRBEXFedvbZ61+LNRwRdvm9DsZE0Tf1ZW9UvcHkPFv6xX9F3XVEJR1LO26VhsnYLUaof3DSzpArN8lkphcf8nDp3M0Qih9BvMFot3YmDa567YNW66v6nPX2an5DZ4YdkBqiTMejfwXm6KCus5Tnc6y2Z3dmdmSf0ziQEOPYsGD0ZnvwB9M6ElkayZ1jkD/J+upMy5xNt3p9zEy931OkhtZFQfWjv5mwIBGGfqL1WdXQ3WZ1ZjJXWi07ulJtnCwAdPNfZ2LhXfvHw7/f90Ma/S1PjPIAY/zH+Y/zH+I/x3xP4n3hkdXZ66+LEQIWY3bslcF6L+zWWFjQs3jzwUMY/9iv6fykmzyaPOeB3Ws/F7rnYBZGbXAUp9BTAFphwdw3OZQjYJkqPyJi8mxHZPrARAGDioOp1NdmBJhc4I2Zj3Lx587VL3DoliM6ezss4S8sryJ04qVdmFjjmT+ZlJnFLEPY1Nta+9lJL9U5AgInXQ1Y+7KmGASPg8w/giBHw0nyo2xosuaxjRvbOHyC2oWhy+VzeDjL/Hvc17mnaVtlSvdPypj1se/XEeZ0YiRl3hTi8p+RJl6hwEhgxBRGHd8vkItLehLwNLsgzHbLkJxLahZYZ5AkZuicSrrYHwRcY/6JYfPfin0hmMwC5A+vfHFNZa79WkJsd3A5cvdaKzAYHdTH+Y/zH+I/xH+O/A/xPP7ZyYfk6ADj96dPXVvfPzWitbUoDgOe+tmrikdVrq7OnPD++rjnt0MQ/9i/+Pqv7ktcmqf3FhSmSdxmUqn2UamlJxbWkvZK8ObnJj3YaRNpjMmPCVaZzASvoJZZN45VQS3VDcKXQZFxbtvnIy7+TffKpEP3T+OGmLQv/CwAgZyiUfReyCvQf3vsLbPxL0KWcU04ddPl3OnfzyoX/5c0spJBpc9xiC3T3lykg6I02+YF/55dJ60r/kCqhFIUqnquEaNckosSJljtBVl0Rz/JSBdzNMsT4P0D85/bPKi7KLxlbBAC5OVnZ/TMBYHNlVX19Y6Jy55r1WzDpFNMb3o7CSu7w8ua8jUgpZXbtIojjdlZGgGL8x/jvJvsvHockq4QBtLlDF+M/xv8hiP8ZxotN7Mqc/PwEAFh+0fK11f2nPD9h1phP7piwEQDWVmdPeX5CXXPaIYj/NABwidhaAMyEdJGgzRYV1kWCTeFbAKI2zZtBVxWCJcG0sIfOT5Q8efC07ZJ7YcoJGzERYKkPuSuQO1LNHaak4LypMg3M3JebN0pRDkRaAykrQgKO3HiVmQWd/yAQQG4h9BY3ycqH3lnU0ghI6UaBK+onc/hIhwLkns2Qa14oqbgIoqK2NlHxWtCNefANZLVl0uVelCR3WwI78qAjAsz+57OnnHdCuAFKjXpMsdWHLZVVBLB5y851G7au27glsaUK3D03M7+CUzOJ//k/+2bpcYVJL4UUpmHB/S8tXrq2B/A/rDB/4X99h0IPRfBDorJq1o8e6D78FxcWTD1/XMnYovKykcMKCzqevrUbKitWbFq89J2KNzaBzkglW14SHHB6EF1415XFhQUpwzreRn3Ovz+6dkMlCGFKZt0x/m/5l6nlZSP3K7Uuh/Shx1Y89PjrncZ/Tk7mw7+f1e5ZbFgDEQr/C+5/afELawSDMcUSCyMz3x7+t1RW1dY1JrbuXLu+ct3Gyrr6xkj4Lz2+8I6ffTOk4P3ky+9Ktv/Tp502c9qpYfDfTmgVEpVVAFBXtydRWbW5siqxtWrt+soDt//k0gCBuapECjE7O/O3/3VldnZWcoP3PwhIlpcpzrqPKh6w8BdXtm89/MF59Y1N8361OJL9v/D8E2ddfXb4181997+0ZOma8PbfRuBMhohRDXUoyISOQ4fmjpwtxItdqV7A616B8GbD2v8vp/8z49gtxovNmvz8hM27MmceW5mT3jLxyGoAvG/j0bkZrXNP+KA0v37JBSsnPz+hvrl3JPxbQTjTrfD2vz38K4W2+gNCmkkeZMmv5ILInM0HhqdiMjwBA7kNIdorhK8gqcQIydQ/rktsKRxi96PAtEqyuxG97Y4RsiaPlw0AyUWirQqJS84HS7K2ZyJkyfIsGiyQ6nVw5zOP9+qT2Tu/IJKj2VJdtePR/0VAQoLBpdDSCDv/AYNLILEKBpfixheoZS8C1r321/5jx6VFvDkAVC1dDMhptoQgK4kbRHgnKd46Ukoc/pA8gTKoVVLtTNa/NkQIZdEXqMOYP5eMLZ5YNhK6+fPaik2LHl/x0GNvkBttAJNnLPFfclxhebgmPfTYGybHuXvxP/ufJ5V3apTm/XJJYmtV1+I/NzvrimkTpp53QqSJKx1bWDq2cPbVZycqqxYvXXPf/7y0ubKasYcEhIY3ZoIhbMgmlo0sLgyF/JzsvmiFtY06kmXN0cxpp869cWqkMQwazOyuTuA/N7tvD4A8+Cx6/A2n8g9CyZii7nv6ays2LXr8jcUvrK1r2BMG/zn9s8IjOVCd9Oz/sMIB5V3dnbr6PWs3VC5Z+s7ipWsSW6o7Z//tKapClsJiP2bqeSeG3LH7nMWykRUrPtDvc/PODlZMorJ67YbK2aEdzfKykRUrNlWs+CC8/Z//s8tCLr1gpSx5Ya0pURDK/ptXkRZkAk0PwGRiHhNVpbaCle8CsmllLv7RS+ban/3/Evo/M4dXLrBebFlQ9cDb5Mx7ZyQgzB33QWl+/XMXrJzyfFldc+/w+BdRb7G/CWf/uUqrh3/DENZwSLOVJlBI4rVT5hZdnTY5H3I3R0J7WShkWMFcrYSSPN/6jsrkTCazoAU1WkhwyLrNPByWMGoVdEnImKFgikiFQZs7Kak86GqNyBEDgJaaqsrf/gpSnsLYYWpnbIP1tPJ+IKAx58PgEnzrYYCHuXctNdUfz/9pWl6+LDBCXmiKBVbMlO9rbNzXuEeMDzo5mgBJKxbdpgoajZQvce7jXQAIqUi7KUhW0GOfiWUjJ5aNnHvjlHm/WvLQ4yukUQmD+XZftDKm0J34n3reuM51fMZlZfN+9VxX4T8vp++sq8+affXZOdmdP3woLiyYffXZs68+e96vlsz71RKPBofu0oaOq9qnmBHwjINIlYDiwoK5/xLZi538T7+sq9/jJINHxX9PYt2U9hH2ELt/ZVU9+Pgb83/13P7xH6Ux1K797+JPTnZW0JH5P/vmug2V997/0qLHV0a1/45RE+HNwKjOuKysc22b/c+TKlb+w7elZlzm/WrJjGll4dfjLf8ydfI//Sqk/Z8xrSy8Fxs0Rgr1hrX/blM8bSpMKmQqrC26dALer3r4B9fngf3Y/y+Z/zNjeOWC8jXai32hLLE7i6XWpB9PRPPeGQWAc8dtsnHZlvSQ+Dcbf/Nc36cNZf+T8c+XIIIyk6yMtIHzs/il2IvqfqJS5usKxU4VzckCuv91b46m/Ja5J+qItDIaDcrtS3AHZQYF3TvLR9gWytYGHwN15XZE/4yo/2Qu4IWnzL7HXpk8Su6Yc9eUcHqUbLARLrFNxfeW4su/cG+of26tqQ7+11JT3WJ+bq2paq2tbqmpaq2tadF/rQquMbqz8n9yZsEdKG6qksOllFJKQar7mMiUko0EC1Nnxpk2TwTurPXQp7iwYMEvvj33xqkedD1YRmpTD+C/PHQ8MsVb8Opzugr/My87dV3Ff8y9ceqBeLHyM/fGKe9W/HxYYQEmLVUXtBEpOs7Pzq3m3jg16khe8b3fbtlac8D47zmcm3c6slBmz6ysW26c+m7Fz4sLCzrGP0ZpTzv2v3t7VDK2cOEvrny34ufX/vM5XWX/iwsHdDooPrFsRE52VvK7IPhfXf3e23/9l/B3Ky8bObFsZBj7P6ywYO6NU8Lf+aHHVzz0+Mro9t95QXfgfvCfEBFAmXty+SvrpSThX9hY8dz27P+Xyv+ZcazxYndnTX7h1MSuvsL+ywJmeuRvf3vkvDWjAKA0v+65C1bmpLd2uf+Tyv5je/iXkl3K2WfKkXW+DOIBwQmb1IVGNqBiNxS0WCEioOJ5AivqZn4J8m6K+yduguC+Lcx2AsnBB9hv2RGxTj4RAihUygygbh4KGbagBLLd+KMyJyNBH1XSWxPBEcbzGszuggoGQcyZ6p1fUHTD3GFz/kNnibHIc912OyyoBl3+rRF33nvE16eZwUSQBY5BmXGTq53F8CwyxDZLjz/JYnAaCV5FaiRCIgTiZeYufsSU73KJHLPDVrZtzjD26GfujZPn3jgFkRELHv6jBHywB/A/c1pZpzubk51ZXjbyAPGfl9130e++t+AX3+4qF1Y6QOsqfj7rqrMdPEusIkaESrv4n3312TMijuSc/3hi3YZtXYH/HozHOi+IHt0rFhcWLH/ultLjijrEf9S7prT/PdGX+T+b9m7FzyeWjTpw+z/x1JEHsoRnTCszpiOF/V/wP397bcWmSBvIMPZ/epRwbKKyet6vnuuE/Ud0qprawRQ45s2D8VCluwPs2GnAm4Xv4p99KSVik6nt/5fH/5lavMPGYp8/bcvuvo79Jw4WO/if9471ZZec/8aB+D9uF9q3/3boOvJ/TPTFhuJAz7rZ3AQzoUvPIWMiaCsjRtdEQdfEC5IEl0BR5MS9uWozT4Y3FqD5IqjsBHP0yHSJAraKfjTYR6Myi8dm2WkSN3M4UIHdBulBVKgAFIJcHsEjzQ3NZCDHscyomUrHdgxBiPcGI9Q7r6Dw+zdmDCnsnVdQcO5ku2YoqLasd0OZx4zIPqkMAHJP/+qgy2eSDREoPqRAlLsRNF/n0zxkKW8b50BRwli89RHlqjCjYUg1mvxj++cMPtoJEQG/YKy4NLbl8R80d3bujZNnXfVVM2U+/qO8bLEH8D+ls7yC4DP1vNIDwf+wwoKK5+ZOPbA2dPyZ/7NL597YLv6jnySnwH/R0Py5N06OdJf77v/bgj+83EX479GTBzDWsodPPAKva8nDN5SMLWwP/xSpSansf8+e4eQveeSGuTdOPkD7Hym0mfyZct44ImYcprD/s//1oShB2REzpk3o2P4PKxoQqc33/eHlLVtrOmH/yXgRQXwzWPJWUT+ocKBQNBXNoKJ5ubNpRcPxcfCv/QFRr55AHD3hl9f/mT48EXixU5aentjd17P/KAkDLv7nrxnNvmxJfn3n/B+d+meJJu3b/+Cf7eM/aLYT6bXxf+OJ29nlwG9wmSGGkc6n0zNN8hRJ0/VFEJjLMOhrFM89GGgSyNIjiidJ98vkK7L+Mjh0m4DLHHBQ7G1NKTeNWqtZB4r/yScgXASZB429FpI/GEzZty0FzBCF4ko7u2DsIGDv/ILC79+QlpcffK9p21ZEFTQ474yvDrnyezmnlAX4a9q+le1F9kllg745E9Buv7R10M1XYlNo9mTBhlUp/p8Gt11sPIhmoIxd44lAUMrdKNsJCu4PJiPSHyjBjXM2oz39ik32ZXOys5JIDhjda+pe/M+YVpaTnXkgPZ0xrSw7O7Nz+C89rrBiyZziwvweCZNPDvDPllfY32hbi2T8P/fIjZGGcd2GrXN+/mRX4r/nPiYww7koPev85WRnLvrt94oLC9rBf9Tl5dv/g2Irljx8fXC+3wn7XzK28ABX0MSyEcVFBSZaiMn2f3Nl9bwoBIP5P5uWm53Vgf2fe0OEXV+isnrB/X/rnP03y1Wh9SAVv9aNyyaMZBCBM78ne/CNZO2qg389I9pFU3yxdXy/rP7PnDdL5q0ZPWVp+eZdWcn2P/lsVuJ/3prRs17/ypy/l6yrye2E/yOZBhyqb8/+a6C2j38yGyNjkfWlSn/BAZxFfHAxKskptEwitKjl7YJiLOtIsthn8UsUxc0B/AKANgailP2vWQO8DsEWKxaxFCd2zXhShsUMMg6n76bE1ir4pVKIiGC2ZYT8DjNgVe7hGY+4nl0yKyctv6Dwe9ezF9tSXf35s08EXUwvGDBg6qV9jysdeNnMjCFDAbGtce9njz0kfNkJg745k8Mb5DDPzGkFVzG2tZ8ByKxtnlmSw47s4PLc8a6adPojLz/zXbNlJD0+ite53aWBMttDniNLxDxYHm1Oduasq84KJtTDf4QmYbfjf8a0CQfe06nnjesE/ocVFix5+PoDdKMjuQszppUFGy2bexb1cNzYO4n/OTd8LZInkaisnv7933ct/nsyHovBQao+QFTU495fcWH+ff85oz38RwuuJ9l/wINgMSaWjVjyyPW52VmdsP+zrzrrwBsw49Ky4HFeeJvt/4L7X05UVkexfl9tz/4XFxZMj2J2Jl9x94HZf5OOjwrlix6U4zWaU3L2ZsCMvDhFRErCv3UNCURckB3KL6//s2V3v/lrRm/elZXS/rvhgRT+z6J/DFuwcXgn/B9Jl3fkwxDbsf8WD+3hX+/giblcekyQLGbM6YAN1AntAzDbBYcAAWImxA/y8Nq0QxR3VuSwznlbY+Q8EL1sPUBuPDdSz65l5Yv7gE6nc/YW7NcD98I8DiwQDWskQA4flIDzdrMjgLxWBRMIEBF7e15sTfW239+zr7Y2+G5anqUlqcwgZIj1q1fteNT3ZQWjwB7fBIgD5HctH9ww3dC0yow2r3NxXKJhQBzSN+FbEuQVEiEfdMcKLfdFbPjFHkqwSw/aZ/bVZ+VkZ4E9mQKZux/qQ9Ct+B9WOKC8bMSB93T6peOj4r94aH5PerEmUHRJcWF+YDSNYkZkkHj4Ly4qmHvj18J/va6+ccr03yS21nQx/nvuIyU8EQgOludXXnZsSvxHd8qT7f9B+JSOLXzot9/thP3vkiU8++qz+F3Gp9vS/tc3NM2KQjCYffVZ2dlZKe3/3BsirJf77n8lIBV01v6LGCUHcS1hwPzMrqoNWPJt7YPIxl8E/oVDSYCSS8ANi/2fZP9HcAu60v9xBspATolfprD/hk7SAf6Na+/kMUBSohzIw8eANA02RdDxwR0qrlgeYveTlJuGvCPU6wpNeNzse9r5orO9AwcBTAwP2H48TErxQGvlXkAI8jl4QwPok98NN1xQs52DEkOR9hIwbfgz6FTvvIKh3/sBe7GtNdXbfndPa22N3nAkF3I2T9z19ps7HnuY/9D/pPEDL5shZ4qc8JWHYMVLWlm74MLLP0pwIC54M84sBJR5b/UyewzFCa8zMjI7Hg/amyknO7P0uEKxwKInx3Qz/svLju0qr4ITn0Pif9Fvv9sDjILkGVlw5wwLTgu8CFMiJyInO2vJoh9EasO8Xz+fqKzpavz3XFDWZiWLt9dB+cy54Wsp8B9NtSCF/T+IvuzEshHzfnJxJPs/5dzSLllHOdmZ5ROObS+bKrD/FSs/XPLiuvA3vEVv8Bz7X1527PRp48OfXdz3h1cPzP4rN61euT6WIu/o3ypDpci/VHq3mYR/Z76kRJhqx/7H/o/Lsusi/wc8R1x4OAhJ+XDS8KqOsmmDCRJSO5bWoHwFCvFPssK/KbQz2vkfMK8I5EGGUuxWo51Oyz23RYY7vLk4SUQuAqEJApKuESgfK6GdEXj3yoJDbAGZF+Lk9Fimhy+4k2JASPCR0/IKhn7vOhmL3fq7e1tqasTRhBd/snsOItj11qrPhC+bfdL4QZdN93OoUwFI4BsIoI2ciL04Eulw7iT7x1Eq8a8XMoFITLpPdX/Eg8yUPX7MULdHnWHxdR/+595wQdeFn88Mj/+5N1xQMnboQZmR8rJjp186IUltJ8rWQuB/zvUXRHIj5v36+QX2xdyF+O/BeKywWgQQVfGqS92+Yz3dKIosH92e/T+Ixzhnlk8YEd7+T790fFc9eup5JcnKM579n/WvD9fVN4a84ayrziwemu/Z/wV3To+wXu5+YcvW6gO0/0IyBdsAUji+jjPEYUt9KiK7T857zXnvp1LvwaQVHfs/1v9ZsmVoxY4j5r45rqv8HzG2SYPDdfIIUqmtWYR0gH8lQrjKxrG9xnHeAAbaaSq1VpkfNOaotdycASv+BPK/QciaSILbxolBKGU4wmO84+EuOKIVSsdL0NFRs5uPIDBO6O3JtDCH1IoT246gJVqRB7w0f5mq6W4xCdPy8gu/d60bi723pxyzRAAAIABJREFUpbaGD0cwVeSGCMSwYMNbf//Mi8tOu8Kee3qxZHfHY4NMYGjgzjlpSjk9C0EyLKIUMEK5DJh/zTstYOK5N3dkU1gP2nGhIzoYOULcjfgvGVPYhTHR4Jw3DP6HFebP6ToHujMEg59+Iyc7i+eFQwVRfFmFiDOmjZ999Znhv7f4xXfn/3ppd+G/xyKy4C98OnhTOePS8R7+KdpMprD/cLA/C/7ziuz+WWHsf3FhwdTzSrrqudMvHZ+bnSUDh9L5COx/Xf3e+XcvjdCXX0yX9n/GpePD25wlS9c9/MTfD9T+o/aodMAPbIpSKhVY5Eide2CiE6HQDUki+m6WOD8Ril2x/5PK/6lrSZ+y9Mz7No7oEv9HaoSxdpgkh2j/B53ouOf/eIFzD/9pQW4dIOi6w8AVKMhSVbzqfLIEnah4Q16FCVOogqUnnMC+KOomKu4iOvxpEJQYJOA6dm4OrEhqQtE8W/MNPdo2moLPfj1xW7dPVNTW+0s77eaPRA4RHEBWXectRu/8gqH/b5b0Yrf+/r7W2lrLd+biJEmadig1iIga3noTEAdO+yf2ZQHgsyceRSOlFLRMNw/tmNqCxuiUTnEU2ZhTpOtQt5k2mMqcZOnjyHeDJCYejxzKGfGLilGUF9uCP7x63x9eQ6b+m9FFtNXwiocWLLjz8kj+H+k62BL/nfCcuh7/s6+a2JWRzgnHTjz12IoVH+4X/53zYuvqGytW/GPJi+tfW/WP+vrG2vq9OdmZJWOGzrj05PIJwyPNSE525qyrzph/91JTazaiI0cAiMVD8+Zcf374ryUqq6+96RG0Sh1dif9InVjy4rt19Xt8gHGaNMo6ouhWWUcgSmytEZUaVaRnr9uwdd3Gba42gK2wWTw0PyrX5fSyY83Rs5EeijIUtuwRStZEhDk1NbGcOqE5OVk5/TNLxgzpHAW8uDB/9lVnzPv10v3a/4ldRA3idTH53OMffvJN+z4icgglCARw3/2vTJl0fHnZ8JBmobxseMXKj4K2z7khwpKZe9szrJTVafvPrz4+ImaXI7kOmK1K5RatJe262fUo8U8kq9fqObM1tgCS7H/s/3Sx/2PdGFNlGN02y+JswT2JM5Vc/0eWKfXwn6bzhJxJIJYB41rAXhk2/U+FXOoXLfZI0lLAPFVaMWJNYUGu0aPYZubJjBSxrJyZDdNDfRONOZLna2SiEbY4MooifLJYM7kTKqTadK4/35xYkk5vKJUENwBAm15tZPTjeufle17stt8vaK2pFSFJQqV0yTxyKwYaoQ3dSNULiBpWvwkAri+LOx5/RI8nz4gpDq3nyC/rJmvjEYgh0kPHzHcCQEXUZvPBxRSTBCQ6owqmMrJIF3UWTKRgVV393i1ba5LeSo6N2VJZO3XGgtee/WHIV1Rd/V5gRTpyigmGZRUo1U34L+/StyAATJlUUrHio47xP2xo3vRLT4kco/rDa/PvfqGuYa9pPCBgXX1jxcoPK1b+Y1hh/qyrzpj1nbB+ecXKD59btt7CNUq+l857JZpzw/nhvedEZfXUGQvq6veScFC7Ev9RPnNvfTpRWWP9UyLwar+3j3+nqCtqdzb8IcOSZevn/3qpYw/ReY0XDc2be8N54RFSOmYIq1oa/EfjyKay/2HvULHqw1k3PQq6ZLedDsZ/6XFDZ111Rvn4Y6Iefcy66owFf6yordvTsf3vxFLaT4R72viHn1wt/BV0nS1t/+fc+ueKxT8Ki7cbLpgy/T4AnH7pyeHH4Y67lyYqa0Qh0k7afzK5idrHcLFqFpr2QdjDs4Q5FNVQGf/sxAl3VqwUvaRtLffY/+lO/weF70xumdlk/wedXgr1XeH/tId/JVLkTNKYTeizcXUw9c1E0IJLgzgFKoQ2uCmDIYrfGNaHAtYA4+/qCjrKOxdAIxpnzsQ5Yikr64h4PqtpiIwiZo4bzQ4l4vOcualErqLtjsym5Jajkzup59yws/XFvfOSY7ELm2tquSX6v7r+sPL2tYEwm5lWK+/a8Nbqzx7/k+AYnDJo2hWmGSAKDpmYvxko0vWdnRxAezRjUrPNsCtnTsUpkijoalM7SchQS9YOgVNxSGzMo8c+0aLRDjva6iCJyppE4O+G8WC2VqPMP4CIKd4Kuwn/U88rCflSWbdhW+ijyZP3i/9ZV58RNRA745o/zr3tmbr6vSnxj6ASlbVzb31m7q1P7/dWi554s/TM26bOWLhWdwol/sMF8RAIZl91RiQfYu6tzwS+Y7fhPyJfhc9PzewI33Q/+PeCQhgpz4z2Y/+3bKudddOfKlZ8GD54mYT/iPH1FPY/GjmhA/u/bsP22Tf9aeqMhYueeDNqcLR8wvCO7f+wwoLyCaHCoonK6pDE1vIJw3Oyszi+SGaNCJsPQPDue58u+ONroc9qhk89tyQnu8+c688Lv/Gbd/eLXWL/WVMJyH0ldSH+kyt16YQqowsW+z/d5v+Y/E6UOWSCvu/7P+7BC7bn/6TEv0WeLokBoqyCbqitZYcgEvFM3QgQFahBmu8A2Y5CGfjVI92kP7tlssXfrAwF30HkD4oqduBzL1w2GyC6SoRMSGfFChKVoIn3iKYjwII7lljt6FygEkmCkJYUi936+9+21tYqFCJq6HBKyCsWz6mdUrwaFQA2vLX6s8cfFb7syQMvvRz8gtHgcXekmonIAuY0RkiqEw12McvKHFJ3wyhlSBEW8+IHscyU4Two7ETZIatFr7whssVgEAFVTv+wJ4brNm538lJ5ax7hRdkt+J9+yUlho6F/fK1i5Uch374Ty0Z0jP8pk46P5MVeOPO3i19c3x7+hZnDBX9cPvumR9u7z/y7Xyw9a97smx9NbK3z0BvNAUIoLsyPRCqYf/eLS5Zt6Gb8R89X0xQ6nQqjwRkO/wCirFdUtasQ9n/Rk29G8fmyJP4j+/Sp7H+Ur+/f/m+urJl986Pz734xYlB2Ysf2f84NYf3CilUfLVm2PvRzy4UsgNIBb1GSKujv/LuXhZeVnfeTr0c6wZh767NdZv8tf9R/g3cp/oV8gfAcxOvS8X+aR+9py22N/Z8D9H+k/Re1QlUH/g84KWvQgf+TjH9dEleMr4KkmjrKlCp26+pKkQtZ1ReS6u0qW18YkEWSmazN8greCwz9EAjIIhmmBFGSIAUonzxixRlsDoGT/yQq0VmjgMj7AEPgQamvRqlKVZndoRp46eVpeXnCi/1doFFAlhyNNnKQ4oWXrIolX7HY8Nabnz3h+LJ9xx6fqhq4pBMIrWmUuhgKQCnHWIhgbXCIorjSiUrylUHUd1Umy9vqy9kjFiNbDdCJhG4lyewGqFIjWs36zsTiwrxwcYWaipUfpcA/RnpVdj3+iwvzppwb1qGsWPlxxcqwEbI515/bAf5LxxaGHDp2Addu2NYB/r3fL3ryzQV/XO5ROwIX9o7fLKuvb5LlXgzvLbLy6OKHZuVk9wlNiqiYf/eLPYL/CCAXoURRnh4wDP6DvpjYmIqYKodh7H/4E4+AkCrxHzXvrR37H9WX3b/9n3/3sgV/rAh/35IxQ0RwNAX+Q4ZjAWDRE28uemJ1+ACqp1TKkUhRiQrq6htn3/xY6MB5Xnjmz6In31yybEPX2X9WBfE0vLoQ/zzXpnyJsyn17X9bbtueGTuazq6N/Z8D9H98660d7v36P+3Zf9//8fCfBqDQ0kzAUGhRsJRssoHZAXBakShrLgvTIVNxEV0uGaJUg9O/K8rZlajta0lRBJ5Wi0m1YwaKMjRqZ/Nt1dHIsYZmtZC40jBqzJOYlyxq4aCTq4GWGpL0FEzKw7Cf1pqabf/9+9bamkAag7vJHHaRn+FxZHUFZzGAogGADatXI+ARl14WfKNXn0w5BWI25UAEd9DMaU020OMGpuKXnQj+GtkMx+BPZL4oaHronOsQIUsaG0oN8UREYryVTxg+53roiBsIVD5hePmEY0LHMit4QynxH/Xws0vwL/8U/hVYsfKjxNaaRU+uDjzUEG/fwTnZmfUNe1PiP/zQAcCSF9cveOB18DQUXfyLymHs+y6bfslJOdl9EpU1Cx9YvuiJN+sa9nK2By9PochDkQpTzbn+3PC+eKKy5o7fLONgUjfiP8rnvjsu6zSHsq6+cebs/0N0wBaRlqr2a/9LxhaGv2GissbDf6fcUGH/IwZ0w9v/+XcvmzLpuJD4ycnOLBk7RByGOPgvnzC8eGj47fTHuTmZdfV7w2zAyicML58wfPmqj8RiUQBA+r1nX4vLV328ZNmGKZPGQtd9EpU1d9y9jFNtDtz+yziuSVTndWffxdLlSAIBs1RJLk/v1S+rR/ErOKX9V7XYd9HgXp+mO65ON/s/8k9fGP8n2f7LwU/p/6S0/x34PxL/aXLm2cUmkxnHneRhdf0tRFl52PZfF3/g6XSWGTqjc0Xph/ddWDH72fJFa4Yb75xQCmqIbgCntiEK0rFxziR2renTfw1GhMzxGefkWdYOMY+HZK9NEpYdFrNzcjnTZuiCFn/2xONHTJ26r7Gx5qWXWmpqTINVwFAmIbNMmkeTLL+F8gdEsTAMI6rhrbf2Ne7NPf30xo8+anh7tWv95awBOVMK/gvGTKQYUjupaDdbInfQ4FKkNDpDgZrQ7awcHuFI76XyCcdE8rT2a5EXPfmW9VGcHNlIb0p14PjXJsacEE2/5OTQ3uQGRJWorE1U1oR5AedkZ06/5JQg8pSM//KyCMO78IHlJnWmXfyTPAkgAIS6+sa5tz2b2FqzfOVHJJ0ng39exbaWTJRPeIQkKmsunPm7uoa9PYJ/7I4upOjUVi7lIJObI3z2a/+Lh+bOuvL06M4omhdSNJZFCvvfqTuEsf91DXsX/HH5vJ9MDR2UHbp81ccp8T/90rBLuGLVR4iqtn7vuo3bQk79lHPHLl/1Edt/+2pH8rz/ubcuLh9/TPgDiv0fwvxmWWJrbZfaf/YIk3ZQRlxHpIrJfH1rs82JOa9UD/9mfHTmGLgKsr79R8Te7/UjTjLqfv/Hs/9fGP8n2f7v1/9pz/534P/w/CoztMocCphayf4xNPBGgVz1Y1GIXJGoSkzAHBfD8kYZgdc3Wbcjv2Lz4OWbB0vicNIj9H9tzUiH+eG0yp5ksfiwEg3THGhFlnvClYtR7EWSi11xvzBV5NX8nrRC277amk8f/L/PHn+8paYmID6b9MaAYaNp7CTLK7vEACMIrEw6ttzumhsC7N64Ydv//Hf1X19KUvKzfB1zKKA8lWarOCsmGkw5DS7lzFJwRG4FP45ayfoL4o2Flhhnr9GDED3G0lWfGbMfrG/YCyLhl/Ef6SXdJfgHUfW7uDA/vCuzfOXHwXeXLNsQ8itTzh3bHv5DxpA4jLRf/NuS5VokUiHioifeWr7y4/bwr9cpWWZVN4mwzpz9YGJrbc/ivyc+RqBHW7NoOwFTDSil/S8amnvzD8559Zkbwse8123Y7uEfOsGRde1/xI1mNPv/8FOrAyWTUI7s2MEp8Z/TP3PKpOPC70UD/IdfwtMvOdmz//5JsbH/W7bW3vGbZV27+e9a++8QThwNUbCkagFIZBYsOG9qky6mUuNfh+qUOT1HsfDhoPs/0v5/kfyflPa/Y/+nHfu/H/8n+FeaVFpBw7QJsAYs1OBqwAQ9bmtrCwrv+rbDxGqQD7D5FNk7KUREgnd3FEx98AKPnYh2NyF2JTa0jsTdEr+04WmhtGZFfKz+mS5+7O6iWBDEJM4p0ILFiPJWjIg2/hPJGIAjxeEebqCrVoLyXIH8TKPg70EjRPljR3/HiMEROIo5VhwIWUBELFrnJgIdSp6UGAgECEOzLXKOjlwZObPjI3MrBCBQfG5Lgm8DB6caQl393ltuX/zuxu3k5tNa/Eek8B04/oHzxQFnfef08O+Vde9tDx743LINIb9YPuGY4sK8zZW1yfgvGTMk7Nt32Yag712OfxQmKNidA3R9HeO5ty3RQ9dD+O/BErVcd5PcoEwYYsYPzpnzg3O6sDHBIEv8Y/Rwqm//oxaRjmL/6+qbwkdGS0YP0fREF/9Tzz0ufBB0+aqPg2Y8/NRb834cKhick92nfMIxYifZkf1f8MDrkycdVz7h6AOfzQu/9d+ugmMX2X9XTo7f7JjkKZGWkpQSTgjSDUiNf1B8hI1WKZ10SnyS/e9x/0fa/y+5/5Pa/ofzf1SqMmuOJASikjUqyAbhVaAKgRz/E+lyJNISRRqsL+5gpRxI1FD2St45ZYu5/yiK3SPH2LnWhZDPQDdJUNxfXIyc3sFSIMGuwitYhzbHH0WQRhYFCXQ0nM7KIsgo7I7thVKuL2/GBPwZAScz0angLGqo8N7Xq3Btu+ZpbUiJE5RKQ6iCxEx08yKFKAmzwq36pgio2BJ53EKUwig996lY9dFF3/rvh554G5wdcCr8hwvIdjn+p5wbNpaz/O+fMP4rVn4SPpJ0xSUnJeM/kpTm8pUfdyP+DVVOWfx35eeO3/x14QOv9yz+e7C6lrUASlRdOjif5Ss/9vBPnYvIOvY/2tej2v91720PefecnD4p8X9FaMmRipUf1dU3Bd+tr282vun+Pzf/4Jzw9v+O37x04FO58I/LgxOMLrb/KMJvVglXlMIiZF28IKlLcSYiSvEvMaEu/slEUsGyGnD/9j/2fw6W/5PC/ofyf1TS34DlZohkdWAeMiVrx+nTN8Q2FopIUQZaDIFX/tj8F6UmlFKCLqOcSnHi9MTqXKBXXhWSy8cpOZpKWWSQrbpBtiCGKwXCS5GcxWAPRByljNQ9daoeo3Isgi5Y4qvLsMQHGBlLv5yxpRC50LFiW8oBkCxLq69W4KReYnLlVT7L8N7lmNw1dBeJOT6wpZk9h6CnorAVqz6+cOb/XDTz/rUbP5XHx3KRR5UssIJ5XYT/8gnHFA/NDfnsRU+8JfH/XOijyVlXnp6M/0hVjup2NXUT/v2q6KrrQZLdv0/P47/nArKyzSBZegfh6GPJso1+Ld/I3Ulh/zs3ICHtf6KyLurOQeK/uCgvfPjz4SfflvivWBXWkS0ZMySnf2ZI+1+x6pOFD7x+YKSC2vm/+Vv32P9kV1K/B+0NmTBAfAHZhxKyBU6Jf0dV3eb4d2z/Y/+nC/yfsjFFN1xyWuGAnAO0/yH9H+Vwa2znlf8bkCFjR39USoUReEK+KIsig0SSP1hiK2l0y9BoeViJhoATQ16DHbqnK1cBdugZzQS2uLBSaEgYymjroFPK2dmooSiLLLSCJaWD1TEst8YHqxSbUKqdWKAKcEPkiZh4vVZeTWpE9GMShuSHwIWbhWwtgdzYpXidgzNx3FlKhg1Ipo44i+Bqy0pJbPTMOzUnu0/x0LwrLvlK0dA800flukqyI+E/qmvxf8XFXwnvJSz/+ycSmUte2hh+NE4ff5SH/0gZIYnK2m7DP5t1JWDTlZ9Z3zmtfMLRPY3/ngvIsuuMPUzP9T7PLdtY39Dk4Z8i6w4k2/9ofnBU+x8UqAvzKR6al4z/SCoBFas+kfh/blmEJTz9kq+Et//zf/NyorK284cY9/y1rqGpe+y/tI0sBOn6YTqkI1wfw1tFExp0rG4K/KOh0mII+x/7P13g/+Rk9Vn0k8tvuPS0n1159gHa/5D+jwKrfGHsIDo9d8LCpmaD7JLgOSgeUDLTw1pu5EqFCY00obLhdjJ4xSilOHpPYn2aBlsJZfEb0x4Rcg4aTIYARxTog4gj+CTetCSM2/2iYKOjow/MaVVKLiGllNjWAKIjYkxC2bitqcklT5u1CpxgKMVKvK2hQFKyThvapSiAiAQASokjIaGcbM2i5PU76m7ufAnrIkqLeevBzhf2nC9bPDR3+iUnrvnbj26/ZXIQk5NqghL/4YOyqLMpuwb/OdmZUyaNCe8lePivWLk5PLtgyqSxHv7r6pujeEuqm/AvS7a4mR9d+bl3/qXFhXk9iv8e5BaI9w0cLF5BXf3e+ff8LRn/CiMnUybZ/2hqYlHtf05OZvg+JuP/mitPC0sg3rg9OKxn/L/73o7E1rDu5uRzx4S3//UNe2+Z91znpvLhJ99e9OQ73WX/UYfxdN65tsBCZp/f9chOnr0/EUqPsR38O5aELU979j/2f7rI/1H1u5sAYMtndQdo/0P6P8poFIuactaDVkbvC5MC3SADGH61Cel3oyGpEKQ4uZP8En30wHseJars6Hv27t/ad2ijymgzInYglX7RslgQUfXu35o1eE+vDBJMZ620zGUhJAuEjxKY7kwkSteJ9tjr5YbJlXTmUTVFSpSkm3AGJXODiKB5+46av/2ttba26i9/2fvxZlmmy0AfjI6GVCcWUOaTEbeMivmZR4l7p8P3lnwjS9IpDrCZ6n2GqWZIQna0RT6phZdMukSFEo4HJdlr1ndOffXpa4sL87xyowL/EXyGLsT/lEmjw4dFlyzb6OG/rmHvuvc+DUuTvfjE3Jwsif/60IEoADh+9JHdhH+QpiAqZTnKrubeeRf3JP570pGV53cEcFBW2cIH3giKtHn4jxaRTWX/McI+EwFE6nQ4+188JCy3p65hr4f/0yccHYEa9NSaZPyHD8qWjz96WGFeePu/5MX3KlZ90qlw7Mvdaf/dGlTGB7DbP5SZ/sKFFT4rkzUBMRn/fE+yjqbjWx9e/k92enpRvz7Z6Wlh/J9O4L+r/J+GxqapP37oX3/34q0PvnrA9j+U/5NGtuHB19psUWPWZyNCpVN6beCKHIExn99pchp1Xhma+wRVxfhW5h+mMAnavABTViP4f32Pahh02qe9+7doO/J+TtXqI1oa0q0IWRspFWTzYV5J9YCTPlcZbcHFNWvzdrx+pBYB0DpnxHXSEBRAG4gavvZPWipP6c2nVYXUvyf+q9m2WOShImiTkshilGyeIhFhQGlXCES1f3259q8v8yPAFWET+Yl6mEzbUD7I0Vqzl4EzrWBMTaDfRvI8zlgPkr1K7kWwfWOaOdPy2mw5B94akpUFMF40wMGIGBUPzX3w3isu+tYf6hr2AnPkZbmXkB9iAeYuwP8Vl3wl/JOXr9ocrEfW/ENUS5ZtLB9/VMijya+dM+aRp95h/NdFcWSLh+Z1H/7BkaehbvICyyccfc2Vpy18YEXP4L8H/VhEI+jp9qgnSQXv3XHPK2byXPxHji1b+x+5K+wQaOVMDGP/S8YMDuvI1u318D/94hPDt+71VZ8k43/JsvevufLU8NvR+ff8Lbz9v27OU6/8eVYkEtEdv/lbYmudW1agK+0/uu99BBamZWIJAQj6j75hIIRAwW2taQUFWoNV4p9dWPsvcJLl6dD3f7LTe/3zqMHfHTMku3eajrK3tK6v3r2+Zvcbn9Wt2FFf37JP+j/AN06F/6K+Gdm9VX1LW11za31Lazf5P1t37nri1fXYBfY/lP+jzPZKseCEZU+jKO9GtrAYCfEz4/grj9RsK7MFab+ylm5wQmEIvMhMXpsFGWzvdGCcAPNKqgrP38JeLADkjKorunCzymhDvRnFQJsDUBWcvHPgaTvYiwWAvNKaYV9PBLNITuofl4QO9gFcJFrusRRZ8Ct366mPWggUAdej45LBJNaPDfkwyydg6CtNNmLNVwVyuFBUuiOfFCU2iEZlTd4HkJyERJMGKEuGgEKQFY356fL9oUS/gIsHAiqbJGsMA/N7gALpFeVSW4z5cCrp9fSnZMyRN/3gq8SJPg7+o0Rkuwj/xUPzQvqgAbWurqHJ3AQZ/488tSZ826dfcoLEf119c3hmwuRzR/co/rvnc/stF5w+/qiewf9BgDiZlvfsw9dt/PTauX9uD/8RqQ7W/lMnYvOC+mwqDO/H/hdFWYZbttV6+D899HcTW2vXbfw0Gf/LV0WQH7nmyrJI9n/Ltvo77n0l/Pglttbecc8r3Wv/A3w6siHi5toCKB1HJIYESF0CM9eqHfwr+/pjBbiAwJDa/h+K/s+jk47/YWkxe7EAkN077dRBOd8dPeR/zhiz/rIJd5UdW9S/jxl8tF0xz83J6P3D0qJHJ43dMuO0N75x0gtTTnzjGydt+OaEFd84+a5Thxf2yzzc/R/FSo1WxICAANoc7YNgi6GfZAT+tDXg0L4n8aY3AySi/TJMLilc6NXqlcXlML1/84CTPk9eab37t+SXVIPNAlCAmN6vJeXFmYN354yqtVpkeoxsWNKczpj/mrkjAqWMPJ3dp6FcJDpEHsTqTdELqa9hZfGsiIwyuwpUrIGHIqfSLVdrboipJOcU03ggldS0u1OyyyZgersFjJB3dGJBurkEcsr4SlIYZKfZkxFE4WahSNAE/ufBS0aZdWVZ6ZgjeY1Z/Ef0ZLsE/5GEHh95ao3ObLUzgohQ19C8PPTpYfn4o3KyMyX+wzMTyscflZPdp3P4Ly7M6wz+u+dz7/xv5GX36QH896D/qsTJqerhiOwjf15z0bcfqGtoag//FFlPzSkHD5G2vghuFpQBWPv2P9IyTGytlfifMmlUeF7B8lWb28P/cy+9H/ImQdZmJPu/8IEV4R3l6+Y+3d32H52iAGBGwqr8EyGwcwZKvDK8lyMa8dpk/INL8rF7YxvyPLT9nwuK8o/L69vxZF12zMA3vn7SXaeOKOqbgXrjoZ287PTe/3bSUesvG//DkuJTB+V4Xyzsm3HZMQMfnXTccXl9D2v/Jw21miyZmK8WFEbkSso87ARaM5yDyYqAFIIhaLNqrwkEo9gdQXAZmcA0iJNZUyGSdCSe9EaQADBryB4ZXpWfvJKq6nUFbc29OARdcPLn7U127qja+k15TAfXz7JnYGgqUwY6x+JoziAyiLjrK4FEVXYwNSr08YhYbI7cs2aemCp/siVgKveBnQ4Er/wdmiMa/55OJEMTh+w+VQf27dQTuqF+5Npy+siam466dhzrSXNDubQd8dNE+QVRpy4IlvNZniHiR3mhPfzUmoc54oggns5y0JDTv8/kc0ZdcfG40Gdz49bN2+HhP+Kbtmvwf/N1Z4Z/5PceV8y/AAAgAElEQVS/PeGKi8fx9HFJQAA4fvSR4e9zzZUT7rjnVZ6td9/bET4cdc2Vp955zyudwP8z/3slACx66p1HnlobpLbsF//dSjK5Z/7XZ177aHfjP3yTlix7r66hqXOcirr6vYINgT1Ja6ir33vHva8ufGAFH+qmxH9E1QElThWdmp6hPVlFknUo1PST7X9xYV6kZbj875tB4D8Sr+D40YOe+b9vg7C8fLBeFNobBoApk0YvX5WIZP/rGvaGZheY0q/dZv/FMbECfVSv7DG0PVsnsTPR1RaCSgugqwCY3yXhHwHanMK2TG3QpvrQ93/KkrzP9t3ZI04dlP3dV99fX9OIiojU0H7pj54ztqhvRsdfLOqb8W8nHf3NZRsPX/8njdwyvqinSZEpgmEz3TgqbqhHiEDEVYyZCWGnHixf2DVDuuiF9URsoQqmMBtc9O7f2q4fkb4vv6Rq5+pB+l/9m7JH1rR3cVq/Fs4QNCuJyR9yP4RcVdhcbKU8iCwDRxcWQbeEhg6ACz6NLUwQzL/RiSNdUhJt8MCsAOLiILo0MZFwQo3PrdssbAOTTNAwTwwLCIxYQbDekaCN0RRsfO3iN7WbwSo5K8OYN0dIXP/IoNLIoADbIHOFKMmtV4BCrs4dNv5Rt/zvmw0fnIh8Hz4YkCXL3k9srQ35QrrikhN+PP9FO7DRvaYuwf/ppxQXR3l7lYw5skucj8mTRt95TwXj/7ll71/z7QlhHdlvT1j01NrKbbWR8H/FxaVBT+dcd9ac6856+Kk1d9zzSmJr3X7wH/GT2FobfjwnnzN61pVlCx5Y1X34jxRH/PH8F7dU1pKPMflDR/h3arhHVl3t5CextfbMi39nhC86xn+08w5jY5Uc1UjRXI4rcdSvPft/07VnRFqG6zZ+xkAtKsydPGlUzy/hK74x7s57Xq2t3xve/kezbtYR6xb7r0tRiTdp4FsSsxRE9S7bO6N9aqVMgQtpQTL+lbJrxAYaTfErz/4fgv5PTu9e4SetsG/G818r/e6rm5ZurSnsm/HoOWP268UGn1MHZh/W/o9mchhlEyQpkCZSBYVEgpkF/RspldZLyqaZIQg8bgWgWBEDkjRuhBSF1JRQANi6K72DCcgrqeqV0RZIuxSc9FkHV7buSidiqTNlAMq5ikpIDSuwkqvKDrSgjLiaEVKhF21FRvcoBE3oniVFwCm7LIdLyALbu1kuvFneytOwMJx47lpAVEJRMFqnK5o+Kj6H4k5xM/Su1An8W5l6vf92pIhZ/sMebYjRA6dHkakFAXEHUgw72N/fee9rIY/Pcvr3Of2Uo1LhP4KhP3D8X3HxCQeFXFEy+sjTxw/jaVr33ufhjx1zsvs8eO9lOf0zw+O/eGjuzded4UXE33np+nvmXVQ0JLcD/Eft10VX/t/C/10V/vqbrj2jZMygbsZ/eG6AozSOKOxSOPy7tronHNniobklYwaHwX9kT1az9IyWfDQwcM46GfUobM/+33zdmdOjLMOKVZu3bPv/2/vSKLmq69y9T1dP6rk1D90CJEAYCQuQ5KEBY2GbKQGR5D0DDtjxyIpxkpX3jBNw8t56Cz/bIivLWTYYHCd+BgI4NkZgGzBmikECSwJkJCEJkARqzXNP6lG134979nBuVbfqSl3dLXzv8sJSq7rq1r3f3Wefvb/9fW1ykVsWzhyVR7iutuLyS85MFP8TXb+ix3+MaYs6Gm78C8Gab72nxhquy1jPf9r7jyYFxj9/cNaMqor//FihWSwAtPcdPanzH4eBBzaLjeVKRShkHeVTDifI+RWGnWGl5PFmMMqmYDSBfVWfCDveqcv2lQxRlG2YdwABSmv6hyjHAkDbmw0G7lZxTf6I6iGNLnzq7DMzqGq6tQeUNJEflYDvRaSSxFZfWrxCLJnatCacFYKV9M6I6olONUv16d7aGdX/GEqcpbCYRNOxtB6gSOIRmsdYRE/yiiUNIS9/HMad9oJYDT/VDYkue+Ez+E3T6+P4T5RzDAf+WxaNzioIAFf6MhIiYntHz+PPvJkoD37s3hvqIqOsY+G/eXr9Y/fekLfidf0171/zzFce+/ENLQtnDoL/BMet3/zNth3tS7/3QuGSnHW1Ffd977/VseNXEfCfsAoG7GTjrycZtBeE/6AYWTDt+8FHXr/q0/df9en7r7rx/qtuvP/mW39R+Gl/7csXFYL/RFdD4n+w2iVgsaNz3sQyyA/C+F9bU/6Nv/9EbIt1zOOhZb+33/SmT39gtB7h6695f6L4n8SCewTiv2Y2aCTthxH/YJyuCQKXApMyjun8Z3tXX1JU1JaVPHn52YVnsQCw/vCRkzr/sdYRuoUS+q5NtC1zS62Hyb4SYg5pOhgIgdVF4CwcU0sOnxDnkPoz+18ZqhfTMHfftI/vnHLx9iFe03ugsv3NCTn6lPoEkt2iab0QrTkb7yNLct7HQTiRFw0q8i3J8WWVKyxFA/J7XuJrwvkleUk5h+L1ZZ2XwagSAKHeGr/1dP7r6DdyQOHN8v8tkS02A7oEIs4772udM4rNxo1aRyj8k+him1qbJZMowyXLUVD7LYihhp+6PCO6pun1hbcIm6fX5+A/QX34xPF/xeIzm6fXjdYqeO2Scyz+H1z2eqJfnztn8vOPfKFpev3Q+G9ZNPOxe28Y+mtGr3nt6ZuvXfL+OP4LvikPLnv9nntXIWJbZ+9Xbv1lopriLTdfVGT8F1oFkyFoXT7Fu6EA/EM4Ol24RW3rzrblK7ctX7lt+ap3l6/e9tCytdt2FOrX2rJoJhOsh8I/Jhqm5Ph/HJfR0+nIBYsUBB5CtTXlX7px0Zqnb77pxkVJH5zlK1vlfZqm18+bM3m0HuGWRTPrayuSxP/CCwiu2PGfjJqrTVKHEf/85s5F2biIOUDorTqG85+X93YeBzCsxEEhx0+3HDip85+MWu6KaoNSneRn5N0TPFM3Ki8T8jQb0y7Bed6JzN4Rk9mRRRxCehcZsjAFA0lITDohOLxuUravZPx5u0tr+vIWZWtnH8gepcEe0va3Gve+NEN01FT1jMipdhqhysb5QRqUkRoCq8xnODK+iRXpmSF45UxPhY+Y095FTxXUPNFH2ygmqcSAr4vgL7UON/E5m3gNQi73lGu5xiTjlqLE59dq8tLTSEF4cxSwXZy15GNiGYFQ0smMrzLF3t/oiA/luTJOTsbz5JNPsziMeEtOPo5PEoVXX1dTft/3/ixhDSzAPyVZQoTGRFmm7Cv5J1Qf5R8+/sybkScQs9zOgdE76morLvzAzOUrt0UwWbGqdfnKbS2LmpOkgHVrnv7yg4+8/uCydctXvRvDf8vCpmuXnHP9NecU/m53fvOP5p01+bZvPS34L/xkHnxkrTDgXlzZeve9q266cWGBv3vTjYtad7Tffe+q4cd/UmanKQj7cBnJ6virOhT+/SlaFciknXgT/x9c9vrXvnxhwQyNC69a+cDQ8Z8SXgiJ/5okFXw1m6fXX3/NPMgn5ts0re6CRTPnzpmUSFTV7pe27WyXYF34JSrS8cUbFy793gsFxv8kYVcGyosV/5FHouRXlKs6TPj3JE6ydhyotRGCsZ//rD/U3d5/tDYJUzbpsb2r7+V9HSwlcVLmPxlPpomK/aFasH4FYzccjTDGfGv8ZoMY41HOofK3aHbUjm0m+O2MqoPUYLw+Q8T1QQLA9rcmtL81oXpmW90ZB6pmat+wpnzc7PHNnX1H3tofn9/s3lVzZFf1oXUTqS9DBGaQV7DuyFxcbz+DMs/oRxTF8CIob6Az3z54qrwIslMGOkZvIvO3JPoUNvsBc6cD3ztPhOdrGfKtgXhOkGVBhAjNs6HoFY/1TJlsHk5i2NlgHYq3sPLv5i+mU3c9yxaIHgC7HvOL+Wv657zwTv5115wTJY5DpmXlc5OWRhBj+C98pbxuybzrlsxLGjLO/fj32zr6Ivw3T6u74mNnjO4qeMtfXnjVyv8Q/H/7zhcfW3R90je57ppzrrvmnLb2nnUb97Z19LS199bVls87a3LTtOMpNt9z32oDxQTJWKTsKPhfeucL1y2ZV3iycsvNF/zqmbdad7YNN/5dEjyi/1iZB+bNFoXsl2A6myiaNAaHZhrDh4JkyayJ//fc+8pNNyws8AJesGjmhR+Y+eLKbUPE/0QDlejQxv/EpcqFzS0Lm4f9eWlr71l654s2/o8iNUi+qUwgFRD/E5XEix3//V9NSRf9Sj1M+A/G6O3voq1cjPX856dbD3zujEnFg9BPtx7Y3tXvLdBOzvwn42f+CBAcS0+YOfjY2ftypoPAG4MTdH+OThWt0O7rvO5C+ay+qrm9mcasq0zMk6zOVEytOPt9UxrPnlg3u27a6eObq8vHRf/0o9WP/mjVowAAJS5bXzWQqRooryo7BSZ/qCvRR2S7sWdzWdfa8oGDajLBaHN+6t8/wTJQZ9YMLx1HRmgk5zVIpsFB4nUiogoQ7V1R5jO1VohgHyHkQCB6GZ5RhA4oazQFSUrRqPEDTELrPTLsgLTBGm9gOVGQ2q2csS0IAICREQECcrxhizJuF26NC6rVFaMFv37T3jj+iz4eE90+h0ijvgQCwNyzJtXXVra190TIWrFqW9KirK3vHt8vxrLYqKMt+E/UlxfiHTpoa++/+dYn7vveNYWef03F/d/706s/80BbR++w4j/JVyAx1eQpbl7yZL2nvLXL6PREayGKxdkEJ4Dg/DgxR7i2jt577lt9y5cvKHhTdMGLKx8YIv4nvBQy1S0FGYLRU542+GxHllu6YFHzKFKDZAtxwQeaX1zZWlj8TxSpihv/+fFWDnTWayAMG/5jeNFSVuTnx2JZI5n/kGiHaWlTKEB8eSjA/6+3Hy4kkXWlJSXl+Sfjj/b0ZQeODlaO/c66XWgyiyi5J+PjNfbznwyQ8+QEds7lArOHDVo9PwJrI0fEoCP5ECFVRDfOt+7Z5xcbr+6o/Uh30mf1isnzz6s/5bz6U6aWx+mP29r2fuvFB66fd8lfLLj6Z+ue6cr2ZOuqjk6sQ4CKCf3HFxrGzeurv7Tr8K/Htf1XFYigsqHOszCEM9eCOxT8V1QlO6lIcIkeHG/gwOiMKFlIavGIQYuQTM+IMzDpo/CGjzfiGDTKvbRJFE3ISktHWbDzT5TeLH+CARMewMdEYSVYHRPTFEKzE0bLbSIaCYnQAo9tO9pj+B+BD+XH1RXe+C4iu6Cm4tol8+65b3WkFIgIN9/2+PMPf+b4uq4nejt2tt1972o0vahE8lvIHS7B/+PPvpkoL587Z9JXv3zBbd98ZjjxjwmJ11Y9kQBUawZBVW+kYoVcRRHJBb1o3k09ST02Fv8TJbIti5ovWDRz+arWweJ/sksBov6ky83oPixrN+5detdyVf8hdxw9mWIcly8+Y/mq1oLif6IwFVZxhz/+8ymxMFZksjqc+FcWgspCIaiWKTMKRyr/4eQPWk6d2DJzYmVZSUWmIM7AAx3ZY77m9Lqyi2sq8/7T811H3+oYLB3KfPPKQiU7drZ372rv/sUbu3oHBsZU/uNAtCQwUIXgqOFA1MX80KjjD3NCuZUZN9NHYxK2BxASYeOSzuPIYi8aP+cfzlxy5eT5uVksAKzdu+WBtc/86q2XAeDy911wfLv/PJubSmpc0lU1rzfm/xHoSniau4qGsEIahAoUbLRIMi2rV0jGIIxOhxLAee4PAmJ7MLIH4uThBRf5vyQueWbSy1DJEcy4q+Fiu0DaAHlgQkYHEPQXzTwjfzdQDYTgf87ER8xj0DIKaVP72g17Y/gv/in5a9U8vW7unEljYRW84pIzrHBH6872G//qkVE5k9u++Wzrzo4c/CeoyObi/+avP1G4rBgA3HTDgis/dsZw4z9J+mAFhlAElZxR7ZFQ7UxoMg5J4IicCR1JUscw/rd19HOGVGBRtmWI+J90w6fzJeASMZGKFC5u/KtHbPyvqy2/dmwkstddM6/Q+J8Qi0WO/yB+b+JMViT8m3myKOB7PayRzH/kanzsjCl/dNb0hnFlBWaxY+eYVlt5/ozGL37wtLGW/zgFSkzyQF1uoylCMJVmJOMMC/nUKBjQOoBWNa+39qIjx3Ht/mbWZUP865Wnf/A//vS2v7vgegCYP2WYGYcTrmt3lRCqnaFVYI2ihp1/RHSx8ViSWUjVupL3CTTtjAifvbDBb3mxlTxPL/K8JZipSpBXUjg9qjHBQY6qa66Cj+XaiWkh2hTfiJKAscfE8LuIQ9/oF2UfWrYWbaBU1n+R81hAIvyqLvmjfLQsbJo7Z7IR0HHLV21feufyET6NpXcuf+LZzXnwX3D6gpAH/9t2dNzx/RWJzuS737iieXrdcOE/mdMGyZPizFPv2H/Izgg7PyOMOUmDyQGSJ47x+L/0rgRIaFnU3LKoOW/8TzhpBGaG3U4cjc7R1tG75DMPte5ot/H/8kvOGCOPcF1NecvCpkLjf+K9TfHiv7PaTKGE03DhXxJQVcCwtlIjlv/IaxvGlX3s9MlwMh/TaitbTpk4pvIf2bRF1WB2oDaiTmyhi5GXsfdKBlvGc+peDVZhzt5LqF7UcxyX7PMzL55acQw1pStP/2BdeVUxEllXSWXTB/T6inFwpC8RpLbO9gQHfSzRZpNSPRfBOVATkcCq2OkJGBtjPSXhshDoE+71TQDIRQGO1Zz9L4ouIEu0yBd0ajSP5j0DL2/ULb5XYIkg6wAxayT7rNyxiT4jpNY+RH3loWXrIS/+i53JIqLDloVNYycwXXHJ6WazjIhu6V0vL71rxYidwBPPvr30rpfy4z/Jtc2L/7vvfS1RWbGupvy737hiuPBPx5G9oUkUbKkLrLqQqXxY1Z5QbjNhDTRP/F+xakfyomye+J+4pIoS/Yzo5mgEjW0725d85ifbdnTE4v91S+aOnUf4li+3FBb/E21sRiD+h0JXw49/uzhiQHFBhBHMf6SE1FBZDif/MbW2YkzlPxlQhbasOoOLPAJP96kHG+nDICINRjQi4L6AqFEAZhoSG1RMraj/3MyLC399ddm4+VPOeKVr+zDesMrZ/T2by63Tt343YR0wBQaEAh1zy1NvPPV2Q88X8nbPOtQpGiUIxruZL6Z/U8cjgAY9OttnREyMEpQqbWGgcUIWOmCM9fiRVmqKeXth55pr4zn/zqp66adE8l/OOlCPXjl23badHTokp/gvehoLgC0LZySaEXlw2brWHe1WUMdQCGPKJpybLp5VOHXhSzecv/TOlzxTjF2Ml971MgDe8pcfKvY1Wbtx3823/VonOUL8J90j5MX/bd967vmHb0xUpf7G1xbf9u3nThz/Sc3rZEZbZ1ZA5fU4/JpAJABQ20zlLyZUsc0f/x9atr7wfVfLwqaWRU0rVm2PxX9IaAOto3Ii9DMaHNm1G/d9+q+Xte5oj8X/5ml1ifaiy1e1Lo+uiT7C8vyCMaZHmey/4pLZhT/Cc+dMqqstb+voHTr+H0f7qIjxPz7XkUWzSA0L/jH2WaRrJZ/tCOU/ELtSJ/uhu8oxkf9kJH4SlaBqbUTCEGRFRhFU/JiynktOlkPOBN34WUR19nHZpNfq22dfm7hP2jz/lQ3DmciShACFb/hk+qsHFOhXIZt45+kcEqu4QtDjYIU+fQjImkmTXk6k2COBwaqp98s8mEZOT0cH4+/D583nw7oX4rxMuRJewEFElQBlVNF8HXsZI8W9UZtBfujR9VGWRiZ/YPwX95SiWYLrrk5Wy7njrpe37WyXix+jP2DsjnP9qvBVsK6mvGVR0/JV29mq2C8eS+96ad3Gvbf/3Uebp9UW6YL85LE3bv3mc+2dfX7+Nw/+k+4T8uB//ab9S+96KVFS/qUbznv82bdXrNp+gvhP3Mwlq4In667q7LGwJYvAs4QgawP5mgURICSWW8ob/x989I3bv3Zx4fN/3/ja4o/+2X0QF9hJOjQvCZRYv490EnDPfa8uveulto5eG9qja3L54tMTvdXSu17iRDbP0JXRTtFo2bqr47u3X1r4I3ztkrk/uO/VoeN/0kepqPFfJ7f8T0sgJzc+QfyTrM8sJGC1G/LF/2LlP8DaC6NL9R7Ww42d/MeJaRgKqZmNxCJdRinUiRwy+clA77tsuN7AXAfmzRByqc/17ShN1u6cPP/0qilJL+3sxmHu2PbvLOM74xBDX1seniNLTmceAgJC3Pfcs22sXRtLKgMQWi60TyhyrOHEnoTJIkpFR3EWRyWNSJ8GyBE4ZAIQmSYKd8xQ5k/VYUVWRNkg81C5MGA8j9ta8InIAyKyvYp14mawjcLxxLObb/vWf6EdqwnwX/R9bG1N5eWLZxf+K+s27Wvd1cFK/6BW1MF0Dga234DLV29LdGLXXn22H0qQJ9ohADzx3JYlf/GfDy17oxhX4+vffv7mW59q6+gdEv/Jqt2D4f8H963xOvYFH9+9/bKm6XUniH/AZC67kR0OqriMeTD1I0rUJkDtSf3YCsoqkRDOQ8T/e+5fU/j7zJ0z8dqrz47F/4SNbVCQIy80Ixgwlq/avuSzP73t28+3d/bljf833Xhe4e/W1tG7YvWOpPH/iWc2t7X3JlgxF88+ZvxPuOUubvyPVJPN+BcNO/51tXZovKdx8PhfrPwHMDFrfazXZMdS/uPAsD3ys1V0eWRnMT6IPDUEjZuctNQQnT73CB0v1BR+jaZW1H8+CalAjvlTzqguqxyuWzVwKNO1tlKuql4Z7+0Rt5w2/6OcqVtWP/Z6ImDIQM709bCp4dAtl/8mLiYgFsYoemw2dfHRRHCgnVlRx0Dx4HS6ylq2NScDrA/lCbVoeCriN21T53wme8760QEGBtmWjjnCz97Su16+8a9/0d7RZwy+Q/wXfxd7xSWz6moT0KQef2Yzm/o5NA/gIG6Q/ru8uHJna5K87YpLZtfXVoBBFbBJ/bYdHV/5+lNf+fpTSRPBoROFj/7Zf9xz/2u5+I9WAsV/ojxscPy3dfb+1defSnSSzdNrv3v7pSeK/+Po/5A82M4HVV8LcuLhbvKC8NOBZ8wTO7sOFf9/cP9riZKqW778oVj8h8SJdcwm1CU1kT6BFPZnSz77s+WrdsqweSz+tyxqbkrSo3jimc2Fx3/Bf1tn37pN+xJ0IxfOOHvOpKHjf8L2RvHjPzoj1eGGH/9oE2W/gKK6m45c/mMzgfdIHluc/Cce/wvLf5yZ/MJwPD8mVgy6NaEAx3YQnvxsYB4Bmp7N5UfWFZpifs7MePVv2Nz186e6fv7U0X0HC2QXDNe9anuqVp8lAOsObJIeDP8bm7wT7Eaia1LMlYgQ3JDaip5v/MmyL33kv2aOP5TzzoHQAL9nTPAi5mvsX4/OPuoEsSc/CEZGtIX5+zbpVBSqYIL/CmFtWC8OkWmgjVIhdvmq7edd+qM7vv87vVho0Q4jllhft+R9CUvIW3KEnGR4ItDT8E7ZfDz+zObCP6WupvyTV78vZ0jICf4fevSNBZf96Ctff2r56u0neCO+8vWnlnz24XWb9ufiX1dHdxy34xj4X75qxz33vZboHVsWzvjin593gvhPkrvxgA6P8dreMFl3R56kluYdT1VjYnfaWADJF//bOnofejRBVb5pWu21V78vL26T39PjEjJLDss7vv+7WR++e8lnH16+akcu/m38v/bqZI/w8tXbC4z/Mfw/8ezmRB90xeJZQ8f/pHgYmfjvM0LAIuCfvWIJVbHrGPG/KPlP0GR4T5Rji5H/5Iv/BeU/GTkbMuRqrckBBP7N0fbKsYqxUfuNjHYR1NkZrK0YEAAc+Eljtvtw9cJjWG1dNH7OlZN9Mtr186eOPOLrKEceearmi9dWXLjgmEXZX7adaCc02+MO/7qua3U1qAiyYwfhiAIS3QMi5YGzMUjg2gxseAns0QwQWr0REUAJANVUHPnu9Q9cPm8tADz71Ts+/e+fX/7WLH0U2RLaW0h7glHkCyIKgRibRANxxFMLjZDiKyeNIp4X+RCqc6DoGAOA03+JXqbtaDQRiyiuYyy6xXoCxTzaOnpbd7Sv27Rvxeodv3p2c3t7H4tR+9PKUmDPSyPCwGuaVvfhBTMKf/22ne3rNu0zE4YyvKB6LvJoOgT1TwR44rktX7rh3ESr4A/u/324ADC5jPH/0KMbHnp0Q9P0uisWz7pi8amFf5e2jt6HHt3wxLNblq/ePhj+WSEbKXs8WQ8bOw6F/zvuXnn5JbMSUX6/8bWPrNt0YMWq1uPDPyalFlijEmH8ofeu5+yKMBCKZ6ITucgSJzYWU1Ax+FjxPymcbvnLDz702EYb/5P2LjhyUhz/JxwZ2jt62zp6127ct37j/rWb9q/buK+9ozdglQ6C/yjAtiyckegTn3hui9+lDBn/c/H/0KMbbv/aRwr/oC/dcO4d3195jPhfOLWg6PEfRR4flC8Lw4h/VBV9LCj+FzP/0Tr3eyGTRYCS4c1/Bon/BeU/OHHevxgrW/U31s8PZoj03vEHMI2aTTXEDYezJKZpMxm4fFZv9YLOSMQgdz4JAH513U1ROfbovoMH//b/BldvXOX4f74Vq4aq7D62Yd3/evmXGHTrEjzB2W7Xt7Os44Xqo90+kgoeecgO+aFSd2V2pSN+og3f0noCy6Q56BhmZE4ibPLbr/n5ZXPXLv6nr7Z1Vwpk2OPNjreimZsUgzfvFBjdDrYT9KeKGKSvyrDGuHUJvy17mpkoqFi0+bA1UGHfOH6ZzIvKTzjCkHraI5+hWLBkCZ0YsYB9MzVS4UFHQquEQErql6FX9hIkvXQRlQpphPEvpHixpgGxD9ayhxjR6PXJklYc2AEy8BoG0L4Wjz+Anl5sBxNedraglKvN33FI/NfUlM07c8LcOZOaptXMPXMCItbWlNXVlANA6872w+29rTs71m/av3bjvnWb9hWI/2DtS/Gf4n8M478Y8T/F/3sS/5gpq5k4s6xm/LiGqeNrqspgoBE757tt1dAzXLnl6XUVF0+uzvtPz+/ufPwYjn8AACAASURBVKu9Zxjz2Fd3tD+8bs/YwX+GeAPjS/dGaEJK8HzPtYAvQ2m8byOmL+hNlT2tkbQAQuzdUtm7uYJ0zp7sy/728/MtqSC+TTzS3f6vPwGAkgkNlZdeWDKxMU8F5e837t012e74zKNiRajYBFifUzKvZ/ESdDIxB95jWl3weL5KzO94vs4xhRlIRh3FbJq8wrM3ElehDnREsPTJy198+/S27nHB1KaTNyLbalGrYmbnmL5MEIBUfE0+W6aBFUyO983EpiaAoAOITO7mPShSIPAiciW8VKGfKpPo5aU1zDy3iyIMX0O/vydyGItibN3MUdLgSnaCXgtBJG0EuqJGYy8JEtLI418HlHn5NPeG9WH8Fl/vKAs9SKdMEgIkJL3xOriPopUDFL3GCf5Fdz8SiTQRwuOfRL1gSPx3dPStWL1r+apd5nsSib048cLnxVkKwn/gsJ3iP8X/GMZ/MeJ/iv8Rxv+4xilVE2dWT2wurfBjPNmBvt6OA+273jpyaPdAT+cJ4r+yYdr4U88trxnvMtHgOHQSAMBBqn47O2W+e3e+e/dk5BbQWMJ/Bq0lcgQgICPihxBKSGh0ohwmilrgGpd03itFoI3qx6UNR0saByCUBEGAafW1/+MLx2C49r2yjv+wvu7Wm2K57PeWrTiQ2VV+WmkeCY8hKrRBpg99O8qoJyKeO9KnXKrZ6gziw57onvl7irLZBL0gPkZQ9HoVIzGLBQAAtfdUPbn2nFBYC03ZgeM5oagR6iYTnDx15G2i/cOMQdOI2U7+1NCGFgpUV2S1QXM2wpq3u1/d5esWzQYbAnCoIOWrZrDiX6yVGh2M9A8A6OMjak3aYw9ZO87vDXnxlA2MDuZr62dE8Y9geGbhB/kpTtHQ9LcbWY/QyhRwK8bcGvtb5gZy/yVKXGTjSw4x8K9mgMt7jQL+AR1aFcIU/yn+U/yn+C8C/ksrq6ecdWFlw9Q4qSVTVtkwNfp5+663Dmx9baCn8zjwP9j722NNdmYZDLzP7Tj5uAXoxg7+M1yiNJVRjKkfmhQvttUBslV31khGAorTuvmPFbN6aj9+uGJW/ir3v5+/xP61fMHcrgcey3Z1533x0f0Hu3/9QvWfXy0/2d154OHDP5523bj+iXUneJe6Vtcc/k390UMZJDGD9h0Tfez8zRJt3shDRRsVSI4LAExY87bRJO+pI6Y+GjjbK0O9yKjhhdCfht+2huV2U0qBoLWkMcnuoTHeO7Ji7kE6HYQmH0ScduU0OBLFpk3IzLCKkorddclmN4q5Tti6vvnDPmQ5/CLU2IdBLOSlWAcPECiYiWNOFY0k/vOM4WhA17vONwsDQXMuBUjdRcQYfdcsdg2UvibLtV8JotvkwwHKBSRdnnnBSvGf4j/Ff4r/9x7+Xaa06bwrMhVBL36gp9NlyqR0CgC1U0+vnXr6wa1rDmxdkwj/DTPmNp42375V9+HdXfvenYxtn5xT3UkVb9D0t7OTo1z2pEtkm+q7rj1322AZLjGatx0et2LrxBHAfyacMQwehWzW+kRyr520qeJ5S4jcxsGQ6BA/Ks/umvjpPYPOmuQIx+K4ypLmadkNmwevzq4Hk8j+w7PfH677VLWgo3xW9567px09VOpjZ3TV4g4dOlFBRPHJ34CKHgxLmgIHGuUrfZ7NZff7DtszCvadOpRgx7ZsXEZAPTcCCsdH5X3IN6RcyHFRQQ0NUahsmCx6g2/hMMVXQhNjGDwRw5t32BBEUAjtsO3gRRD+zDUkxBihnhAcgR0RkAuY5fXMyQ5yZPDPV9g04fwb2rXcT3eicoIoZqtjJoghsGpUqKBFo2CGZK2N1UrIDq1DLPSn+E/xn+I/xf97DP/VE2dGWWx2oO9Q6xtd+7b1dh6Uiuy4him1U2ZXTWyOftJ46vyaqbO3v/pkf3fHMfFfkimfeMai2ikqFn5g65rDrW9kB3qJsGF8RRlUNGLnBbjpIFUdpOo+yHRSRTX2nESJ7IdPPXDxma8W8srWQ+OW/NuFrYfHFRX/MfEmVZTw2sKBrBp4bWqjXRo4JkPszyJ44QCgpGFg/CcHVcUbTDi2/PyhPJDcxAb585Nvv/T2wdZhvFWZhoHx/30fXyxEtk7mixjp8VoVCS9cRZCj6xmIdECefwpLFs7p26rcnXYD0fpQK3naqPo5Z5QXkbtmnpMUVwGUs3Iu6qZBzr8S5oqORYEHS0A7laqZEhcXZNhZ0ZMAzWAlOcS+2SHGTzWUTYlrf0DMpDeusQocdjEIscXHPwRCNv5Z5GiuNgdmUwtyEQzSYt8R834cmy46jCl/B1bpoFrTLnYLeOgYMcV/iv8U/yn+33v4r6z3Hf+DW9cceuf3vZ2H5COyA/2d+1p3rn3unZcebt/1dvSy0orqmYuuqp40c2j8u0zZjPMukyy2+/DurSt+fnDrmuxAvyhzayVOZaPes0dTw5Fln3uh2Pj3EusiQSzxS2yiQpK4okMmH/OoqZFqtvPeDmsvbHcVg7rUWuFYewwttlV56UVCKvjxml8M+z2omNVdMauHpwgktDkvBsePhI9x/vsaZriai8iwS3itWBOE9edd6NeMQUvGCK0RIUCJSIWD1WZDjAxFrBB05IdBkfqJ3FxCadmouj5435PwHZxqWfOnsFY2WH1s7tgpDKK3IiNDKIqnpCLSTnxBwM54IARXzO/JVOwajCo2hEJ0fBp6L+TkjULhyOE/rrQX+i84Zx9Op8HOS387vY3qZKG3O1Tw9mOypoah2tTRRfBZglxwMmFClMhVJzzFf4r/FP8p/t9T+D860OexV1o+GP77e7r2bFyxZ8PyiCPrMmXT5i2unTp7MPyXVlbPXHRVebWf2zn4zu+3v/rrgd7OnN0XAMDbNLmTKgCgGntOrnLsceSyLaftLyr+M8RTfRRwFQz9P5LQE593lVfguUdhRdghSqO/Gp1H2dRBjWGscGycbzGusvSsWbnyBaVnzaq89KLy88+O/vrjNb/Y3XmgGPegdGpvz+ZKE3NVH09I8cyQIUBRmbNUIubwIAQaej7qeS0FNHQn0p6WyNMYvRCWgJFCCqE0mNCeIXOqMWeoLSBJBRO7RprE9/5Qidys1eIQiISIFAhBoLaukKzdNJo2QcibIwiaBRINZYYZzDWLPoy1AnO/GnKHLHBrR8MhQ1LL5uyI4Z+vncKH/DQmz2CGbEC7HppJUVT6u5YdwKQLRmpWRoBlxlr6uT4cyCUiMw8huCGW5KEU/yn+U/yn+H8v4f/I/taGprMAoH7GWe27Nvf3dA2G/47dW7oP7Z1x3scjKsLks1oAoH335hj+XWnZ1HkfFdLtng0rOnZvBrFgUPwjAHRCxZrszOiVs3HPe78uW3/E8oOGHf8ZZaZDIHdgyNRehISfS5Q5R7JDel66GoPnCAGyns0fyRTkPc6rP2WIS1D951f3b9iMlRUlExtLJjbiuAocF+jIvrhtzZNvv1SkG+AqyUqa81aMUK8i8UwCWt4WyWtMuKAskordAIasL5S4KZQPCOhYPFSAZvHQeVMey8UggEXywjJRiayCZ87fKEur8RefgkxuIBDZ+VaMzxhYuRaxn7PBRiJRlvUDndWDRJllBNbPCVkyRvBPJgxQUc/4BEdkJlhY4U9OLKJPkVVZGwH8B8wxEX8EM1kczscoNsgsBKoBqZSwKNXgxZtAZOZk2FfsMvS8PBOR1Y5EgUg+lswNSfGf4j/Ff4r/9xT+uw/v6T68p7J+ssuUzTj3E9tf+81Ab9dg+B/o69q2+vHp8z9eXt0Q5bIDvUeOHNxj8T9lTovUYvdsWNG+ewsi5sE/QSdUPHn0HCnHnpTyW4kPRMTi4d8RWNp7hDMn/QXeBCORPKuogGMXZnOuvnlBMVbvkIYEv92/cSiuavO0yksvrLhoYelZs9yEhlgWCwB3rvzPYl5+eWxQlPSihggBd4tILpf2mBwGds/msXAYZw7xblhGazGvryMClpjIFS0eTsIpn68LzDA8KYgbN5GLqT8HUBlydIDRDKrvKElXDn27Sj2HhJnvHaWlaeWDo1MuFIU9AvFW9sbZwt1y0W9pAHFir8zvy0aLpEuYAwtf0kZh5HDncR8QmdBPk0jLbMTwjzk8OVQGWFhCQbSyRKDm4JIlUCRowqbjYNufpjGKQfNL3QB9zoGI3FzGiJHG08mk1uQuxX+K/xT/Kf7fe/jfu+Gl7EAfAGQqqmec+4lMRfUQ+M/29+1Y83Rv5yE/1TP3I6WV1YL/xlPOqZrQ5LPYjZzF5sN/J1RKFluGA5eVvA7wB5HHFhX/jlkswqmPYO/Q8IqEPBSaDjvPkSFkaCJvdpWD5QEKQ/k0vtr2zp+s/M5bnbuP4/oUj1QAAJN7+y8r2f2p096+qumdxVN2zqlrC4CJTNEQMjKKygRSoFMNzGSKIqDy0piQ5BDjrs3KGdKPkI91XgAQ41bFZE7JDp7qWIcSjBwwRYlXNTRsp2gt4beKwjf590dgrpjEZxDumsgWO/a2huBSEGr0hDDMkR03cfplvaEKPwnoIk/rYClVs1bkKgtfN/8a5dl5zCOMKP61KOV8fYAQYzkBT7CALoTO6I/4dcWhGfj15ShnPKxjwyim2ISQJcuHA9PLAbBY4juu5TC+ESn+U/yn+E/xf7Ljv7+3a8eapzmXrZox/+OZiuoh8J8d6N/x2tPCl51x7sdLMmVAWF4zvvHUc5gX+3rH7ncGw/+4+sk1cy+NslgAuMBtGkZnrzGdx/KkXZHwnwFusoARmZXk2LBqMFaiVCMWNnUgtCJ71jUQ6Vhe27t6Dt/46t1XTp4/2NRX3mN354H/t+aXxbjuVQPZ2za+M6+tE8oAjHBCR3/ppvaGx1pPWb1/0s7uKmlOsTy3U/oXAACeWXv4zLrD08Z1RX/f1Nawqa1+Z/c44W9FKiGI4uXNBiaBJwv3sxApy5E/kg1mqUKw4sNiVB1qNKIa50DISSJDTpI7pTo1RNpxUmNCNFrTGHKbWIbHfJgRxAloW7ZWL/1LpVgRoXf35h6C2luqzo9VRUTuBlKORDYqM8//q2Pe2wjgPzYn7gAhmwVgDiIoY0/6pi7nD1IrIqubA94rhW1tkMWjnarxEQRAcOZUdelhaRyZZhAzHPZsx7BbdAz851x/bWqm+E/xn+I/xf/o4v9of//h7ZsaT5kX5bIzP3j1/rdfObx902D4zx7t377mmeYFl7tMWaaiquGUc/a//erUuX7ovGP3loPvrA/1wjz+Xaas8ZRz6mecGb2yDAcuK/l9I3TBH8ZBRcZ/xrQ8gMjLdMlEnnVYABaqjn7oHJPY2XOQRyB96FFlu2NyC/j41Z41r7a987mZFw82+xU7hlE4NnZ8YevOeW2duT+vKe1fMH7vgvF7O/pLn9s94+43z97VXS2TCxyMsaa071OnvfmpUzfVlPbnvsnqA5P+cc2inUeqOC5L3HSGweSyWR5CJbkXEmZBuWaRKB+qXiCRdpoC510h45sT5hEBYCqS3kSZh2DmkYmIQCRyxOxDaJUCxQI41FgxC4DSvjX08egoWc8PXlmdkUvUGWQK3cMNY8r5hVaEFc2oKVHICBwJ/AdKh/4XHIEZ0AYEr68eOTdKd0/ZfhCEbHP7Ir4hon4BNZ9UZ3AfEbSLR/FVlogRZYzKpbvKlvWGrO/lkwL826wksIP2H4HGfzLFf4r/FP8p/kcU/5gprZ8+p37GmS5TGludJ8w+v2pC096NLw/0HsmL/4GeI7vWvTB9/iUAUD/jzNKK6kxFFQAM9HQdfGe9JOUW/5X1kyfP+WD0sogXe1nJ638gtVizk8Di4V8MEcjYHBuTbBlN9dByJkZ4TjhZLxj0wtEEllJDVPAX3tVz+PZNy367f+PfzLps6NLssAvHyjGpt/+SvQeHfk1Naf9VTVsXjN9795tzH2s9zT9LCEDwqdM23XTGurwpbHQsGL/3Jxc9dcUzf9zRXxoNgTJP33DZAZ2z9tYocRmM+bX3fOOI4iFinAe9rR/KbHKoEE4iS47q6KJjALpoANiZYLP/Jh0JQA1yHFMwsPHgbZXQl4wtpMwjCxCNJZ2tOYgoN7+dzkuDESdkgj9rVbNUopSRtHAwYvgnF+p4Q+RBI/OXoSUS6qgrqOmSXU4o5r/Dd0QGQrlqYlIArUbZWgqZc9Cbywsgz+ZEG2ge0NZ3lnQBLdaMPToxg1EGo0G9QVP8p/hP8Z/if8Twn6kYN/39iyWtzD0q6yc1Lbjs4Lvr27Zvyov/nrZ9h7e/WT/jDAComjCdSQXrBnq7/B6Mb2VZVeOE2fMr6yfpm7dtuWr87jIYgD+owxM2ioX/DMPKmTm9LI8Tyjwqgpb3rT2uOmmr6Inuz3QDmmMtd4zjtwc2/vbAxs/PvPhz+VwSony3GMKxnhrb01fgK6eN6/o/8393Zt2hO9YviIy8vzr3lU+duumYv1hT2ndV09YHts4xsoM6iWtMIUPXHWfFVYSvb28WrwPO95YCHRTbZPIsE5I5VY7LnrVGtlITGRyDhGvuKvo3JwjMfDh8x12wjUc5qrwNWx2SifV+CZONvilxaDlJagxARHEnGQEroWlWYpw8LvvCouMfxYJRKhbiv4PBjHPs183ZI3f0xCgx+C4BQwxt+QQstMjoeqJOgstssSqom8XdzpcSYAmYVQw1eXBq1xgVY9ChzJGrPT3aFTLFf4r/FP8p/kcM/zaLzQ70dx3Y7ouombLSiqqyqvrozxNmnVs//YyD767v2L01F/+H3l1XPWG6vE/Hnq0de94hQMF/pqKqcebZNVNOldMa6Onas2nlFDxcNn48/KEdVFz8Z0gmUQW55EQhD21nxe7HiDXWSHU4RIeOKGw1JM5j/fHDd5//1Z41337ftadXT4n907+9+3zxZrySHp869U0A/Kc3zr/p9LWFZLFS0+XHT9gh4tJGiGjCtN5ksswd1B0pmJ9IuUDl+UTuD/ldhAREPOrp/ArjCw8S8KOAjA6IQoqc1VwEUsqS7qljLCi/w3K8tSJS6+0o+BFQzpsbv2WUapKMw4okUA6zPPqp07aaeTzMlRwx/KO8m3hu+qoGkshRcqM2dw3IysQDmyJaqUtA6WkO1toJ7cEt9dDoMurchcGb86Uyxoa6x5P2gFlFlK3n+YYagh7qp0QrKaX4T/Gf4j/Ff3Hx33zhWQ2nTMmMKwOAzlYc6KoCAFeK9adTNnukERrtL2cqBkrLpVhb3gQX9veeN9CTh8zas7+kZ7//89SFk5o+cpkCK1NaXtUQe31v15EJ88+ryLjf1yQz9JqyY8fknTtP+oosueLhP8O+2yoXzI2mkB3ikRr+ECGQkY6iDyFCVlsVmCPBnOTIOwT22wMbf7VnTUXRrnlXpiR5LrupprT/qhlbCv+Vjv5yEehGIQyRKtfYXaiRC+RXU0BxA3PTlCgdTmgggdmg8g5YYoCfIiTt+RnyGNllTG55MEgAQFmvmUIQ1xeXtdTUS+L/8bjMAjiArCG0IQW7tCDOkRlGzWq3LwY6XYEl3ho1xJHBv+UKmRvKHVkjC496WroQGTdp8iUsPQ3DxQufdeO9nm++giiqqBAzzrLm1dHFVD6TtaNXzqGvkpgcgUzVJSiHkaVjYqzml+I/xX+K/xT/w43/0z42/7SPvV/OovPdnui8x5+VqZ6RAag85kpdATUANbk/P3y0v2e/ZwjUTG2sGO+O8T5ciD2cMLs43NA4UFo6/d2TWm4Wi4r/jKn5S0Tjxzga1MxCEHHAcOJ93GJ2A8pezHFpPwk9dvDDDoHt6jn8nbefLOol31Ne2pUpqRo4mui3EmWxAPDKgcnCGrHx0fjGaDEeAbOmrWcqLKa84MxUqj76RkA8rNObRhvkjpGiU2Y9BhN7pKMbHlAOKEss2pLN5ooH2xfbj0BDiEe2eLHO7EJ8IgjbD6hrny7Q4TrpMZnNcquNh0hEPTy8FsXFv9L7ovNwvv1GEC89yaJn1sCg68LfnbUeGTGo65VPMpS/aGpjkUOPH+jG2I1C00BRGyQt5MUWp5yESfl3ii1Lq5NurJ9MSfGf4j/Ff4r/4uG/+YKztIZ64OhANwFAphKrZ2ROojRwe/PMkzyRjUjbxcJ/RlVUjNKEn3zkFpJhoeiIGZqn3bxGmN28vRY5kBM7oiGwf9n8ZMdA0Wf9ujIlW6oq86oWDNexs7v6zc5GbbKZ3gtYLRv70EogjfwBfSwmEVth12yN40Jf84OfhCJMEwUggqzWMCAoYERqMooEr/poB5PNIDA6Dpto6FQkA65h9ycKVdlwPUAzJe3DGSJmsxiovgQVHlM4Mn5DYPqHFI61mKjqzODISOBfqgu+KyoSP6biEKd66eeKGxOvBshq3ypFJM1LDN8BrDY5I4qHYHK+lw4L205jcJ3z3w4RBLV3n0KnHAIrbITSrEzxn+I/xX+K/2LgP1NRJr/Q1+4/oGqKg/QY6YosFg//GR7sdAxileKLWzB77RUXvt4TmiL1BPl1+QDwqi6Ew3ExRiCLjY6XG2uLmsje/eb7iVgbRdlCGOzneRjWrAEacJyLaRPGVEtA9RR5vi8qQtjiCpGTmwjqghPsPeQmBnUYlphRgTdZhXSFdEJ3AbWfUbSYkwE28pa+Jsdah6aPxTKNxBwwj1gQqh47eltLdFLfcEA5DTP9OiL41zDtgE0/zaxJdIeCBpooU/IFZBaQPwGy15AIzdy3hw3KLIT6jcuwue55iSx+QOaPI7dAPXm7YfYqRVxCIyJTsJJLZNYzUWXilUdSlBT/Kf5T/Kf4Lw7+7RGVYwGgrCZNZEc8k8Ui4j8jLnwk3BoUThJBoJvnKBjj5Ck+xJCe5LtLvDeK1CgcnVQX/ZlJDde37knKLii8HPvLHbPEVZF0aJTkD8TzB6z8x2HaFw9cnK4UKo+wHIrYlHPdwwXS4KYr54JtLiqZjgOiLUUgOqRsaH8djMXqeGHYzkJj+22pM9JfoMADk4cajSaOHUQheUP+FRL3D1k/EByhLUaBCsCoPnbR8W/GHGTAQsh5VutRJi1MHhA4kscUGUX9W3akZKbIyVg0EgRni5IKhNo1aNqHSIG/PJgJciPSxJRBKaqhKtjLZZEvRcE2PcV/iv8U/yn+i4Z/u/JmB/xfM5VpIjvSaazHUXHwn/HsqYAcjtJ8IiKMnAwBwLJQiPsUgTuIcnRDXLtwVvQkOLoyJU9PbLh61/5ivPkXXr6UzONqnMldRHXyY6cyVBuVHwgx7jUiVjooA6EBdQgdZQnNFEVg4qeaMEhcH+YSiAYHMXfBcPoialM5jpsGQpZ/Z9hUpieFwQBELNxBMFZhRVzIbN4CqpYTS0QyBj1AXjhGRMsRrRsMqp5O8fHPknkOpMDgHT4JwYFjcqLltevMsPOdPQcqA8ODv5FxjBEHdVwk8saaXvXSSyyROpgHOjWig0Jo1W2M8l84gGxfKZWYUI2SlG1nbxap3FGK/xT/Kf5T/BcR/3mXYMlo02MEqQWuePh3aC2PPdeJ9Vi81TKwsJ4jcEDeZNnTbTitri0tEeA6z5hx3qAZcoQBT4bjd+PrivG297w1f1d3DVpnc/UH9x0W4X/5fyIw5DBU32Fve+3trdFrrzgERP5FdN4QHB1KDZjf00nvkOck2OtcxBSj2y3qJ2yF7OMdYJbUdpyjhuOdOHttqwe5OF9HHpXitS2m2I5NdwLnZVlQAGUzph8n23izAkabN/YEl0vFE9H6LsOEf/N05ce/Lu7BWiL+7IDR2ZKlkRmDchBHcRdx14BY/9InJ5H5uGOP78jXWkX6+O47mQr3NyuCEDqHghzxJY/mL0ILbDZbQrbJ9l+czHeM3gT1U0WDia9Xiv8U/yn+U/yPAP7zJbL9aSI7KtSCYuE/I2Eu9oGG1CJ7UkQrDR1OJn7htLqXDvSsONDDrRcHQFnlxyCOgZrs+ZnDf1y2q9BXj4PSiu5jsguOHiob2Dku9kPX0Fc67Uje1581Yfd3PvRk3tscjPHmHG1Hyn/43PmtB+vsLhWsuzWC6lwTWhY1iiw5EgX1A2OSETrucPhxTKZD6fBEe24nZQrPMUPzSvbalhBDolju2BeH477s1NEFVSHi0Q2UwWXBHklDzC+37CVDpkFKga83k7qkgGFna08Y/ypeOAj+ydQzdPTWV4vUgc8AwAFxT9VIJarcp7Fk1DChYxVOLImIyAWC+Dw3g2QM5eVrmh6iVyqX09D2JIMHuPODRtAzbuxkRk1DXp/O9xjDIcqtxshqS7EqTYr/FP8p/lP8D4l/PTKVyBXZNLEcjaJs0fCfscV8S6MC47DHG1PSgVZi6TwCQPjw+PIvzqr9ZHP1n67Y09o1gM5Tv53n8uNYYBb876oNf1R4FhsdU479kgHn+vbEv12mOls2I/9c2idnrDvur/DFxa/8488W//D5BZEmjo7XkiqEk1Efj4QRPcvIRGaWrSH2cUGeHQZr9KjMJlkkIGs8YGTawwWTrwi+02dLMHxOWQDnxJLORnmIQREdkixjfrICzGSx50GFDkH51FjC6Bxz+RkW/HNuwHY6+fBvx1hUmh3lYfZjITLGKcMXbEzvIHAeB8qjBhTTV/Sq5ugcmGlL0ioayPyH5c2pT7r/PTR1Gh6tcMK1c1GzKHZ3yNDdYkulvdOk8yERR0qU2M2ce/QxLlL2IUF1iv8U/yn+U/wXgH+IUWMHurNpXjniOWwR8e+YC48KWG0fRLHMeca4DyuO20pI4NDhJ5urv3PehNpS1zQu83DLlLn15ZQFJuciEcIYyGL/uGxX4ix2TB7/88rltZV96Hz7jDsv4G8TN2JYZgW5H4cQtZx83BFfbKaLOYh30zjGoZpSRvHbscgfOudB4RHi5J9AO3HouJXnMcTzxWZLH4AQmK0v666TFYVnYLV/5z2c+d1Qm54ooOWvi2aew5NyThz//FslvMJhfvyjI9udZAcjIibR8ZfyCz9Li/PIdfRXZ7+IfC/z1fjbvuvmdQAACbVJREFUOf4uvAKofWLYCA7/50iaksEt8IxDAse2kPH7hej4zqLgLeowUtT2BdtFChq18kG8xIrwivyWIwLnnL/pKf5T/Kf4T/FfAP7t6llW6//a25ZSC0aeWFBE/GdANSxkDFAkNqx6iP5EraQRAPAn27pW7O97uGXS+ra+v1i1H1lULo969KiSCt4beKit7L30nLd++rt5XsyC5f1A1yhkh0diEpgW5PmfnGjOAI8u6ySAbou56AKGYI85bUWxj7OvChQcuUFnNR1tQ1AVfqQmYHQQ9Q1RHN6DN/eaO0yxyyMWHjiwm5kHERs6fvxzuQjtdEde/IvakfFQkuuN6suZa8fEi2fMKocXg6ArG94CYgUioZlRuOQDtwSjdyS0rET1gzKTN8D+TZTVkh2fpL1oqkaPIiAq4/DB12D5JFLfF6Sc5hIaGECK/xT/Kf5T/BeI/xi1oK8jTWRH9mB/lSLhP2NoO+IZDSqeB1mjdBCxgzTSSXja3j3wwy2dT+w+gmqvIJRyTG/icO9tUFRLZIjAWl3LCoFRr09GfFV5h2TTagSug4lTkbyRcUIK5lIJrFQl2ihvB5nNSoXxfkLkG2TexUyPGKgTWON1Z5ZC0600ojm2xQX2GxEE0Vh1EE8U/7HZ20Hwrw1GI1wOoOY7sYHffP0ZuYBoBqZJdGccYNaOV0dbShFVtDZExnEUWc5TjUDteVPcv4jvIJbwTRfUKdnRrzdZshx/3+oNZdURQ/9Lc7L5wgfKXUjxn+I/xX+K/6Hxbw9XiqWV2N9N2X4a6CbJa9NjRLgFrnj4z1iRWRQlLgSHkSeYU1aR37GZbJki0gsC4L9u6TQwlf2rY9nbdAM03LiwpiaETiSpjbSKikZGUYM4mEqsIopvi1mjxuhLk/CmUOSng39nDZessfm2Hh5hyIl2+N4i0unmOnDUtp6QQt2KqT0yLM1Z2SsUqzbZIRZ+95CgdSL4j+898+Jfun3CmIvuhtMYjIasRxTcQgD0FuQ83K2T3/wThy5wfYwbVpoCEeUylqI8QEtVsSEQEqKd2tsLoJBsVUqVU2xhjnWgzD4cEbJkrbUhVpsBO48DocV2iv8U/yn+U/wPif/YUTHe9W8/CgA9B46eXC6174mspVj4z4Rbm9B9OWazogQaMEYLjuKbNWtwItuzVH94uLNYX4QnMVABtO0/6+rnfOPHe7/ZogyKy47/M6EMkjKjXywpkWy1BexgBrfYuPSfJZ0TEUtuNLihWKcT1T5HKhdg3oFigykxT50AgaYfhQRQ4uFPRgAccsSyRwT/vP0kO4trKglkQrkMipNpdATGIkb0W8XLZR2GoBynGnzmcun0ChCxZo2Rz2CNTVLhc1m2SZlPgcIkBF9B7yECZHlQnDuhpDqCADqYbmIXZm3JL6c3meI/xX+K/xT/Q+I/OMpqHMBRAOg+mK2ekeYSI1mSxeLhP2O5TEZixEQ1VNNtZeSLWRx3AqIZyMghV/ZSpAVaSDkGw8suIFEQDx5WdE6vvFEqifpudjGTZcMhBNo3FOjbgPEGBEOl0pDDHUfUxVLZD8x6AResl2RWBadLFCJYn0XtHDLIjAwyD7GKfqIuTE4eA5LXZ+OFFbLz08XHv5H/JqG3+z2pOQEtR5kx3HitQciMpOcGVldIn3UU5pH3xSGnsoyiOR18jhG5FzywGA6CIwSh11nzawTiCgjG9q4ype5rPuyHFDlOkV/hmAip/tvIKtjoI54oGyGk+E/xn+I/xX8B+A+O6hklBzb0pynEKBTfion/jNpjRAyGgDWlmhyxSMI7UvGtY9kU39kh9JOnwOX9lFownGksmQ0NBy0/3EDK2HdqxsjaiiSukMLQD8YfrBMhRr2nSGkm7iEoO/MIYlwpkXBurQJl3YBItEfP2ipTCgMm8umRDpMvqBAGzanoE4nsohstpk6cDLUWQhAN9coGjtc6Z6BedPyz77tTVru9j2Jo4usTji1z7DKLWnaSUooq73BOoeUuaeyaGWYjf0SEpibGi4RI18ib+YKUineS9hyJ7dPFbEl9K9lwUOZOQEDFL+OeaHTbyEoIojqfWlNLmUBK8Z/iP8V/iv8h8R87XClOv6C850C2ekZJmkqM3EFYVPxnZEDVbEXFuhpDh2UfCiMJDxDLMAr0+1CaQp6CkwvW9DjxgiyCMvHFPxAFFeaWY+jH7cSw2Ewgy7AtWMgY9n3oYyydJuINk27peXEAUflzxuA9+lQp4UirQKePI1VCDJzoAAKqGa9G5H/RuqXLY2MEum1zNCi56Jxt8fFPxPbfyjCz/0dEjoIqAw9mkiwCYI0ZWYmGf6KznzqIwepFDmRcVLw4MUfLHvzHBQMT2v6TZRuCMXZviu2MeR+K4jn/tnG097NEoDkW6ni0mRlXjqMvy2gPm1L8p/hP8Z/ivxD85y6fZbWurDblOo5GzlI0/Gd40xjJVov5C4YCGqgWK15WMHxalK9ip8/szjhNZItQqUc07T+ONUHVISakJybqZvpONMl1AjcnvPv4EvPVsCcQm2LWVdMaRIJyqADEQzk2EmEWJwMnkZrTmGW3aKENOhgxwvBkw1FWbxU+IvhHDETdYyIjIizib4MK2cgNEldxebjRdP1Ygsdh5KdkGYm+0Ul2/DrOkGQqoJShIFTO19MDDDMWYbnxnSYgk3egEa521tCHHTJFW8eFS48DnQOCIGUJkJbiP8V/iv8U/4PiPz3GSk22mPjP8GbLBfOi+gcUqrsK9RmqFMmTKkFKZQoB7J/TVHY4s9i4FQoHSwQC57xHjtDpjQQPR2QJZhSLWdpSdEhEzjurOPCixGgaTaS9KwDIBo2BXPUTxx1IyvEcCtcHS1KTZcaLdKCpMVD8qpiGlx9zcFYwI+ZsZIsNI4B/XYO9vaNdUyP2kOMilp62dFZ8NcUsA16gEb0jJfBohhUuCRYDMDMSgTmkrCFq5Uk5v4KYx4PHNGb1QXfGpRLsXIjJfjC8LxRIYYKZvQ6SD2Ahekrxn+I/xX+K/2PiPz3GRkEWior/jOLY9iCYvW6l/yzlH9VRWsZDI2NCxNjz6+GbHsONC2sz6Z2tweqQ2O10tFqZsr0UM7Kh9J5nkmkDEQkp2CZTzPPYO1XK1AAX/FXSGrXW4a1ZtDiio4egTCoRv5FxVFSKXVC8Ca6HjLiS5XjFsE1oFlsdohwZ/JuaGAXKm2z5yOurkOrAcMpIFnuTQ3j2mBL2jEonD0gYAXxAgCw5h6QjLLnJTZjxcJpCslTEylI2oQmNKV18Ntzbl4aO9r7ZlFVClCVLoR0UMjacKf5T/Kf4T/F/TPynxxiqvhUL//8fk1Z44SIhu+UAAAAASUVORK5CYII=\" alt=\"\" class=\"wp-image-1177\" />\n\n<p>It\'s the perfect time to supercharge your website\'s SEO. ?</p>\n\n<p><strong>Get up to 70% OFF</strong> on all new purchases and upgrades of AIOSEO. That\'s right, you can save BIG on the ultimate SEO solution.</p>\n\n<p>? What\'s in it for you?</p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Dominate Search Results:</strong> Boost your website\'s visibility and attract more organic traffic.</li>\n\n<li><strong>Skyrocket Your Rankings:</strong> Climb higher on Google and other search engines.</li>\n\n<li><strong>Effortless SEO:</strong> Simplify your SEO tasks with AI-powered tools.</li>\n\n<li><strong>Expert Support:</strong> Get 24/7 support from our SEO experts.</li>\n</ul>\n\n<p>Don\'t miss this golden opportunity! Upgrade your plan or purchase a new license today. </p>\n\n<p>This Black Friday Sale is your golden ticket to level up your SEO and crush search rankings! ?</p>', 'success', '[\"4-x\",\"lite\"]', 1176, NULL, '2024-11-25 00:00:00', '2024-12-02 00:00:00', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=black-friday-24-v4-x-lite', NULL, NULL, '0', '0', '2024-11-25 16:59:49', '2024-12-01 15:56:31');

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (3, '6749e2b390edc', NULL, 'Cyber Monday Madness (Up To 70% Off AIOSEO) ?', '<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAcwAAAA8CAIAAABkXB18AAAACXBIWXMAAAsTAAALEwEAmpwYAAAgAElEQVR42u19eXhV1dX+WjvRChlQQ7lJwFYFAoomDCoGnFAJCg4Ex0oAEVBwqCLY+tXWoS3WoYq2VdFPW1D8rBNYpwr4aR0AFRkSq1UxOEOC4EBuQGt71++Pvfdaa59zbiaH9teP+/j4hOTcc/bZe+211/Cud+GCbWsJAIgAEYCAAAAIwBgkIiAABPd/AAAEIvszAhIRIhK4y+xv7HWXLLkT1Gdgac+dO+XzffbcpXjPXYsBgK8H9HcmAES0f0IAAkQkIvdLIAQENdDbX1709ieN/KAjelYc3rPCDhoB/fCJx8YD9rd1L4WI/tXdP6997sFPtqXtbWcePGbXTgWkRqhHC3Yw4H8g+VG/nXqi/AHUHMpkAk+4n1U1JwjIF8ma8eq4P7jv2zXin9Vqylu7mxCgwUyGDPqVtVLBY+ZJC99AD4PnHIKBQcJLObHxX/UzJqONrJp6keBdZI7RfUWtgnpQsED8ZLfuX7f8y7cSl9Wt59cg/4iYIVIyKA/+ivIfzJOW3u3y3075zwUAY78O6CTNror7Co+H3M342QDohi8DN25top9V6+uDgfWEnrsWywL4obol81PjJ5b4tgaw/uMGvYK7dCqQrUewy0756N4RAQBJXsPOHRAYNPYP7gH+YgMAaKzcEGX0gI3sb0SDLOzu/272/fKiF0otesGMidoBPYf2TRFIdIRc4xcPgey7uNu4RbLy5x/KAmSMoYwTTV5cIAQQ4XOTiwgEOfZbiFa09HWEwEtsp0jLDPJteNJY4BADhQuEXhzB73y9r0C9mZEJQ54TEknT+wTs3KHa0n7W/ca3FxleLPim5D8yL7KWIjYdk3/+weszL5xW3mUFvqr8o33bUGdtl/8OyH+ucUugZB0I0YBX3+iPB3SrRojoX98Krf0i8tQhtPJBbw3wE+0bWmFGNR8s6O5BALe/vEjf6sz9Ruyxa7E81A1Xbss7goj8jUWYnXR4If1ka5M+ofjz6bZmIHeE7tqpwE84aBFEJ6hEYOUYWMqCPR3RGW5CCNDIGrnj188Gjw8BATNAXpy06BuijGxSRAQ0ygC0GsebXF4mCAyCGzBbkm4D8pQT25ayR9xssBJ01gYGZoz9p73YPZqAEA0RIeh34J2I2rYTvQhOfdoHGXXiEZDhC8RMQSJeBW962d/Y6VEq9xuRfzTeGOcdSODNaozqnHbIv1J8oA0adCP/SvJvX5X1L78S71Z//GyX/3bIfy4CIGHUAqbAp0N1lGmXTdbbLwwRtOWjxJTv449ojBrCfGQiYtxIRkAjvhwQIXsTznRXp1zkiwSAhKBcgNteXsQhAv25bcUT/PPFB5+4S6f8wEtVTor4Q6Q3FuqL7YuQdpwR+ZcIAMYQUXjKW3sMCchgIOEipmpK3SlqRQEBiIxBIjBsRtnHIanxY6AlwM2MsifAD9K+AvodoYeKpLxWP24UZURWsu0LskUGVq9Z5Rtdo8B4NKFRbL9IgecWiBTy1AFGfFE0Vul/Y/LPrynD86oquiHaLv8856Rf9+uRf2XS2qVn5W5PR6BAu26X/zbJf24OmgxlEMCgyVAm4tggIQGp+BEmWqlkF0atulZDABDTXCink8Rw3PQpkfcuILnjEJP0tZFrQMetlHni/Qy1wKjdEX+HNp0QSl/wmeYEgfTG4CON+BgAfhG7+Ahi0xHfk4DAv5R3Vqx0O5EJQ2HawXZSjnofoFIc9mz39ghf6XxPFjgvPsGucOYAqP0QhkSBJMjqVIMy6NTY1LYTg5VQz5vTI2QQlQWBRBnDT3cuJugwpZJe69B5I9jHIyOzZ74Z+ff7MHB5M5RhM4oIOij/5FQ1h5F1rPgryr945V4aUexxRP9P2C7/7ZH/XCA/BaTmQpYYkfz6oZHoNUiknwBy2CD3/tUlh5wMKmVxy8t/rv+4QespoywUJHuYGfDx74y7lXbuAoNCH1kokS4OGgF5X0BWggDBWT0Ye01Zh9Y+BtD4+/i4OLrHUxBtA8mRiC8mmRaxbvx2BjQIRMpBA46ZYTjU4G4qIukdRna3JN5kxZPYlFKupZttHT5jrUda2sR8CMwcH+vyDpq3GOy3DBry+4S9sdhkS/jPXexXH0TQCcPdEphR/nF8M+PjEpwsC2JwPnj6Tcg/29dyPZGxM+yXqmPyb3W9PX4kM/N1yT9bvyRur7f82GZUKab/G/I/c9Ef+J1+XTWxvfKfK6eQzmq6cboXMcgBNZB9QuCj6exNIEfBQdmGGDdA0Q0OUQuzZARy/PYg5QZScrTXW0A8Zh/jskEJcs4Tm/Qmsjk5toaIu3bKbz2gzPE0ziZT5OzGIMUMKtrDIWnt1ip/jn/wuxG1dUCQ8V6hrILLkruRGR4SogoG6p1F/jL3Q4aDg04h+sM8UKyUsF5GxzW9TPukBFsTqMLl8pryG4TAKPNrRwpsoN8yYp5I9obE/pJH+3Ckjq7yqruX/XbkHzmox/uzY/KPIPkfWayvRf69B0BsB4exiCAy/H9L/lUOvL3yn2tTkxngbCwHFxTOg7zhIMcaR3tdPg5dUpJ0OhgRErWsjZX4YJGyESB6Eq7c8Nb/vPKs/u7sEZPECOHjiPPOBAbDrIafMTtfRGS8VaXQMjapSefuP0rywoz/8L/RzovdugbBZwK8aLgMA78oSVJTJkfOckTO6ID2Nr1hov7gTUL3CnycsshK6M1nObxfTRQkdnROX4NOUKVjol8Bybuz6YeAsorBUhMLqE05mUDD+SeTz8Mr+UGtk/2SoTeL1HLII7TuRNBJKYIwHRTiuKx1+W3IP5vkEHiprcu/QRcMjeS7/ONdOOXrkn/GWiXKv7zS/zn5j/qy7ZL/XBSnG0klkFT60XDmV5wPhmsA2pgLRdICJAcwJSQWXVbOGKP9O9Q5T4TEEBgGKQ8OFrnAEeocL2qIDBLbR4I7cbkCw6e3SonLfpUZMMGprWLdCleo3gJ0MJAMGJ+DdCkZ3tiSCSFAg5FJlvHb2ebD1m1OBf2THEWQJuJFBJUmljXS9ocPK/k0i7hfjFK0jzCcg0LBuriUq0HK6IwBektNCZh2/aJqKUjmWhQOBQASzp76tAloGA3julDlV0Qqo5HPb0P+2SANrmxV/nkhFJ5Xg6ncGkXlP5IBbFn+vZPrA2//XvL/pz89/NCfHkII0NNhtIMwtKDj1ygYBv34xz/eq+9e7ZJ/iItKe+Q/14JaOEWgEnlB7i4wZkDnOd2RaTg4Yo9Ded+E0wAZ8ZchQQkqRK/knQkTvXUSe4XA5778/Pqvaih0xs2a8QEZw8dcFP5G4Hep37MEAdYmAkhkH40CGGCQ2nP7EJVasRkA44J3yFlkHxxEeUeVqjbg0X/WXrA/uKMSI6EuRlb6rJFFtjgLETS8yD/NCywDojgGp2Je/vznmyu0vJilgafpFhoVDFwDtjGmmSgAeCEYZb9pDGYEP4s8sc5CkYXzUTkUGeJwxLcg/0g8aVJT0Kr8ixdu1w4DpC1lkX9oj/zDv6/8v/H66198/nlJqjjJymILV6ByMTUjeMCdvrPTTjvt9OmnnzQ2NCBg3759W5b/8xfdzje6ccRkFr7zF93Bv/+N/33L8p/rVtIY3lgMU2D7zi69FQ7jl1AbxsGJKfudWFMcWFrWe5cSfmzvolKFkyUKoCqS0UuEE5jgtA2wlkEoTdtO5F5QlxshG2mg4mR88rrAit++ciVHyrVtKNBInpOMdxYwUCQCa0EFPeFpEEAiSW4EFb4axHe29gu7TiCrp8L56vlsYiAE0T27o1w8JIef6INlFvvibqvAjMjoU2fjaPAjGxcqD85qkATJrsq2lEol8nY7Qmzq0CBlPD6fyLjiAgoTypH0ut/IKuBoJBnzjcu/m2EBQBmFRm1J/kVdRuBM/67yX7fxnbqN79iLdsrd8cS9hnwV+b/mqqvLKypGVFVByzoUYlVnscv69u278847v/DCC4ufWNTQ0Dh37h9akf+I9SryH8Zn2yD/uRiWXwR2vgdDGAUrdk4oF8D40hiJcPvVMirYUdm9LDhXA+iDs8Vkkn1Fh8GEpJl3ljESiVAROkCVKQ1BKtFMNF+j4JccgLfuNgApAwMQ4gH+GKrMWlIRgabAzPSARBWM0qWCkSXg4KAkYxnTEyKuVT4EMSknwRgaQTcCz74YMOweSsxUKlEl4xG+GqgcQiBOvHPUbVFVWzlAOBElRPE5U8Hi4Q15Es8UE7Yelx/pRBlPC8lW/6blHymowaRwkluQf49c0uWwrcu/AU7HfbPyH1dpHzZ9/OKHa+3PRZ0KTt5raMfk//nnn3/++eerRlTl5+WrSrh4QQPpEIlaRPl9bu4O+/Tb59PPPn31r3+1wS4EXTOWVf4D1CYlRS/bJv+5GBQPZvy2BQn9qmgf6ByuXKCAZoCqEp0MihFkAgijgM7Ig1EQVJ6YnAlfVlQyfp/Dggh4WIvHsXYp0fG+DKognXdQxRtlLB6H2UxQeAkZkso0Cqr3PEpDDAft/fKdkSgTg+MRJGg90IXY6EL2pLPuKFkCSkDIK1ifQKw0bgYk78GYarZDtWmpjWFvO+vaJ2dHG+TqJElocCqWvJqIIgfUOL2OcLYbkgch6jywHB4RbLIYuur+vsCJYaohXF6lRwI99+8s/+IrgMSM2yL/+G3JvwnlP57i7oD8/+31v21saPj751/ssfvuOhwEoddDEdwuSPE0Sh0d7bTTTgD06SefpJvSNilmJ7Nl+Y9nulCdUkHosjX5t2W1jOr2Rd0UAx7qPAyRgry4hc6AhPnsyWM4CCi1ERHiDBMuoQKh+EB9106FXbsXiPhxkMv6U6ikOQAPmxDmHQLgyZcJMarGOgJkY1Xo4ZMBGgWlGgS5DJzBm0LAwS/iFIH/omArfe4yYvvoDe+3hAKFOL8zPGdRlWlrCCcFOHPlO6JGA/M5zPWrykphJAoGwT0h1/CeKvowaAB/YQwNquxwFAnr618xBnXSCsczGOh3RIUbFw1uS3rYfUMVwBVcbWD5qkjsv6X8BwFb/P9B/ile29lu+b/6V1cNGzZs0hkTSRPeQKhnY7+JmKD8rX98+WXdmlpQKQQfHWhJ/uccdRaj+aYtuo1ve8tRZwJE2Xxalv9cN6c6loexNISOMhOpPKmHUBjMUeLDsSBXTqZKIVGC6xoUaYgyGhOohY2hPgYNkabD4Rp273gyBMMfdEZxErnInUS7UMVOECWLqiaP0xoQyL9ml3AV0Yynw6B+jAHafrK81vDqjsEAnn9IkScFtSsIAWuUoNw1UEiBLbggPjQOA7IoraR8kM5THSFHmhRPFkjpOypxRxIP1yfiWFbktBACJeNzsq6CS3ieBHbk0EhBdgx9hBDVcJxusiQGQtRExNpZHxsGDbOfcD37dvn/uuS/qHNB2a4ldp2LOhWYdsr/66//bcHChRfNvGinnb6DxMUsAjGOlXLF0qbsyXE8GUAXMiNxBUGb5T+0atsr/7ngRVkxX/h9rs86lD0i7qqCmEAkKu9nxKIXDGKGotUjAezUfcmEETnyvB5C8eBuRcLPhN6FMUxgoU5M8Y0zpCOSXLiCiGhs+lVFLcPcPooxEa3d9rrQKH+BIsh2BMxS6wfKlw94RrQoexyjpr/QtfoUAP7VjOnNIPX4VmoBAWLXcMpO1QZYSg6DAY1LiGR0FfeKS8v+20AmI7ggUrlOmVUjnCyOiCoxsKrLTIOCnADxKoUIrladN5AR/UbGP9SjL7fL/9cm/0O79x3avY8uX2iX/G/6aNMbr79+0YwZTel0uim9edMmCJgqQ+BWgDUgVdLsfl9U1FVJvjIz3Oy1Vf6j8dl2yn+uHPUYciABoIcHuQdmXFjIAsRQYUsRVFG4bJSAy8PYlGVGiDtVSNGQt905ukQR4LcKGQSMMKDdVqHYoQDcLIFczkQ7oIx9F0AK2fYYDeowng68jRFSDESVH6cI+hy880UQuIkJCRpXeKpSxn5ICYjoSLWMwhl5dI7h6BFGsYd6ohRiXNfDGEmXO6s5R2wxVefDWzmCofGodL/tGRSgGQaM35wRbkxMhMzqHJHIGyJE+Ap0HIDAAFpxM6DHr2bdacPt8v/vIv/W6kRCO6BlS5dCFtBAHEKAgcEKCHjscceqqt4ECGkb5T+0ZE175T/XSCCJHSeHnGV6DgC4+Jn5LbziKX2HDkztwSXFJsicZgJcMzN9aHJbppAICDU0mzOFTrOmP5LYlc6xaBtHwKFSfi48oagSO4q0iTh7oIg/fEY14z0zXZNpQHNJBO48idvtgYFBMhf0fXhTqO0W0I8SQUA8zUQcViNILFXqfUgWgAEDamYDlk8Nhwlyay4zREGxbFg5TbFyZ9QAXmTKN4GguxPFVTdGZZoTSkyqFLqzCCpLrbxyBIF/6nL1SFJc2R4tyj+irelEjIAZBCoH2+X/q8u/AaduLePW3z//Yvc9dt9jjz2hnZ933n573dtvd+3atTmd/seXTeBwFISAhsi0U/7vOGoacGYU2i3/uZFUmpIdI1w1iJu2NbXwSp//4wurs23Fm1SnkGKio8Bq8b9Hhf0mBZijAEsQVNeBQcgouCiDOTh6jZobCVE4O4IwkhTyEJDRVXmkSnNUpqZ569bHFy9aVVe7dt1b6XRzU3MaAHr37FncrfiQIUMHlleUdEvZNWrY2Hj7/DvjE9V7z56njD5BqS0HP9zQ2HDH3XcGcBQAACjplppUM+GGW29KNzcnsz+FyBYCKE2lBpRXDNy3InSxkIB+c9stTel0u4R1YHnFyCNHAMKbb711358WtOUrJd1SvXv1HFjePz8vH4LYr0/w+DSLQy8RAWBz89Ybbr25pWEMH+EBjIInfWb50meXLY3Nh/tMqhnvVkSlyDh0vqp2zepXat+sr39r3VsbGhsBoCAvr7i4uKRb8cFDhg4sryjulkJFMYrMcgXw+JLFK+tqJYpBgAC9evY8ZfSYuPw/u2zps8uXRt7o4Mohh1YOtfL/+7vvtANI/hAAQkkq1XvPniWp4t579mq7/D+3fNlzkUf7OTqkcughlUNY/h94aMEb6+qjtOkEF0ydVpBf4OqC0LD6uW/hgrVv18dve/7Usws65yl8t1S1uHkJclyaiUYceOPVd+afmc47dfpuURFkgUxSUkCWgBo3bKB/Zjrt+J3PcSsqPGWQvdBhBAU4wRj3o5xGaEDTFidV9oWcOLbiK8wHopqTIFnWGmeKPYuMZ14wiNqkdnCXkKbBhzOU+U2RGjd1JEqISYwFBdv26XjVx8KAsp8iWEgFBgxgOlxzGA71rXX1s2+9aVVdbfzd19bXr62vt6I8uWb85JrTCaC0W3FBXv69Dz0Yv/7QyqElqWIB56MBgN/ffefjSxbFL14w724EeG75sg2NDe1SjiWp4kljx48aPkJXGT+7bGl774MAo44cAQTNzc2JI8z2KcjLP7l6zOSxE1SOyEhFOLk0C3ug6XS6hfs/u2zpMcNHkAiJw8neOOfmFt7omOEjuqeKVcbGyc/K2jV33H1nfDWbmpub6uvX1tdbnThq+IhJY8eXpIqZgYGJwFa9UvvnJ2OjfRIK8wtGHVkVkf+31tXHX600VXxY5UFW/lfX1SaKVraVPWX0mEMqDypJpVqV/9/cmnV+GhobDq0cyjJ/SOVBiYecQfjphT9yVorfQw2NjTfelnDxqOEjuuQVWH0UKYBXbYRUyMrLP5+DDpHKqSdFc4UJIAKNogko0lH5HNGAFEEUfs5YbGvbqc4LAg508Xd3lpkIJkG0WQha9xVf0a44kpcgRb/S2sfdXczyCI7Rwj4yQTG1w2LS5k2bsu1wiPUKApJEJV/WqXNeXudO4CpqiVFMQWFM+PIYKfxkYCaDk/wJdu9DC2bfelNbNsDt8+98bMnim6++vrS4eErNhMeXLLLWrv788vprb7nmeoGAAG3YuPGxJP0yueb07t2Ks1CYtvLZ0Njwy+uvaW5uPrX6BC/CHbmPTZGTS3y149PUnL5j/p2PL1l88zXXl3YrRuWox9hOiD3+bJ90c3pVbe3A8grOpxiAN+rrWzkzyEcYPOq+uTk9e87vHntycVte4bEli1bV1U4eO/6Y4Ue53I73sTDLjrhxzk2DyitKuqW0/GMW2TYQtvlq88recOvN9z604NTRY04ZfaIBDcMK5P/Nt1uan1V1tc3NzQV5+XY03YuLJ48df/vdd8Yn4dTRJ5T17IUKfHzH3Xcmav/JYyewCRMQELBPHeT6AnSzce6tYTwAEFgSSCBat27dunXr9Ex+/PEnr7766uQpk3v06BHZxMBuhP4hRAgY3/BGkdhSCIAlH+tCHYiycmwPXNQ5WcVIqQMogJAbAbLZjWBU9RghQBssWZTgGkkah40OTbAkaD5nk154wfRsfhLE2B8SP2PGVI8Zc4LCvCgDNkhS61MNmXBY98ILWqcB/OL6ax5tjwW3obHh7B9fOOea2SXdUlPGTbh+zk0x4V6zqq52v/L+/Mjb589LFNkfVI9BQOiYlgUAgNm33jSovKJsz15xKpa2W7IQMEu1X9dfd80t11yveDcMSKGRq2klHczJpvKeXLRfeX8dOLzvoVbCF8YVPTi0VkNjw0W/uPTN+rfaNf5fXH/Nho2NZ46doJCxmG0+mprTP/r5z/7nptu1/GedWwwCuO2d2Nm33tzQuHH61HMkmxjK/70LH2z5JvcufHDKuAks/6eNOfHxJxevj+nlG269ec41sxl5tqGhIdEmmDJ2Qo/ikki/SyGX8RQ8qpaMNDBR1zJ4lJXre2IAuxQWfq/HboFyyNDmzZs/37YNE7JeaLxRbPlclLSp1gUgBL4SZgksL+k8FpDcOsiEUcpXEwmxRexePNd4WgSGtSMiZTKgMHcEcGb5kTr+tGDtSzpKizGP2w5EBVo1SZ2z1Ldu3fryihWIOLRySAYIAyZfUAWOsQxPkK0kQKR/0nPPPde1a9d+/fqR9BNV+EeUCkujwJ42imGEKBpBijXpv++e1y4Nyxvg59ddPefq2aeNPvGZZUtX1q2JGbzz9ru6wj50Q0PDo0ueiN/kzJoJhXkFvFQd/jz25KK+Z5VRIg1EG/UsYpiNbd9nZd2ax5YsOmb4UahaYrGfpImQWv48u2xpempzYV4+c8auik1sXItJRQBiezWsXq/uqeJjhx/FlK8tjHZtff31c26aMfUckf8sp5cnTkXs6Nze89ADTc3py2f82FYR2HwUr3Wr8/Pok4vOrJnA8l/QOf+yGRef9aML4iu4snbNoIr+dpV+fv018VuVpoqPrTpKkQUzQhr1znaVkKK5IJJTQ0CpFCAp8Ntj9z3K99lXP/HVV1975OGH/cWqExdX6JDX15JV8zPvCWt0N0VNxauboDE0O7oRhYgSA6I1iPZay400KVKB0cBHP7R7Xya4BaDnPng9ULIWyhHkl3RDtMDbZ4na1tx82623AcCcOXOyhLPb+nn00Udvm3PrXnvvtc9ee9tmzo6OzHBbC9KFRKoazyg8jQJgIj7y5KLbkmzMNmqWPz704NjqEy+f8ePTzp4SCRqsrFvzzPKlw4YchAhXXH91/OvHDj/quOFH+2PXfBUl+8yypTPPOq/DtrCuzuzw59Eli+zroPDAugojZG6q1tRsU3P62WVLj6s6ysrHX5Y9v761+DIydTXQbfPndUzD2s/1t960X/mA0lQKsHW/6p6HHhg25KBB5f11MWt8dCak7+no3D7RZ89ep1V7Ny5jZZ6eXra01fnZ0Niw+pW6QeUVLP/7lfcfVnnQ08ufj1z533fPO6BiAAE9smTRyiTdfdu1NxiIcM5ySJD5HzTlgmql7f1HnhMPQyaLMfCaV9L+r7zyyquvvrrffvu9/957H238CAA++eST+vr6mpqaoqIih8eTHjPBUecgYiGcWVDAqBx4afJlCe98PTKqAg6B/wXNvkgVyVlLFmP2krf7CMKGNpiYB0PCHGMgpFyOOg6+/sJGVDd+9NGmjzZ1LSpKcmPbvaXzOnfuWlSEGdi0eVPnTnn5eXmguqIG+EiS4m4JKegFdLz8cNv8udlSOqdVn7RfeUVpquTDxg2PLHnikSRT9J6HHhhbfWL3VMlpY0689a658U27f8WAvyx7Pi6yBXn5Z9WcHoHCJpio8/6oZXZLOn3b/Lnx7QGtmYqnVZ/oAnMalOR/7tOzl0GDRIl6tk/PXsMqD1J5WnpkyRPxvb2ybk26OV2Ql8+eOwbchJDcRz5JoRw3/CifxHu+7eGO9Rsbs61maar4tNEn7lfePz8/f0Njw8NZVrMpnb5t/twrZlwMbTtyZvz8p3+86XbL0deCJQtJKE77OW74Ufx1AlhZt+blLJbpbXfPPb7q6IK8PFZEBswzy9s0P88sf36/8v5a/i+fcfHLE06NmwWPLHniuOFHJ07jWeMmlnYrZrJCCliJFDEQtyMCBKO7+Gi4kW9TBF4VEiDAa6+++t6777JsmpycvM6d99m7nwCctm17a+1aZEMSIqmziHKhCGmRJSrj+Ljx6xNUcKtcTkDIEdGKQe0DImIuhF0fpCs5W6ZSKh5F6UUtVHU2uDIVitSGELcInfWLX2YymStnzYqEYNmO3bx5s/1nUVFR/DcRZXDEsMOPOPzwN99484Lzzj/hhBNOOPFEUOQUJB3WgjgvBgQZQhFARH9Znmwo9enZa/als0pSxfa1uqeKB1cMPH74UdOv+CnLZWmq5LjhR51WfYKd0rGjT3xkcVT1rG9suGfhAw8n7Wermls1mEpTJZoHsDvB1HET40q2NFWMsfC0/tSMPqkkVQwJBAW6dWCyIuizZ++pNRNJRe9rqk8aOf6UeLpvQ0Njl14FqmwfmTOFEmmDkz4v161JN6cL8wrWb2xInLq4JWsQCfCehQ8kXjC2+sSZZ53HNkiP4pL9ywdMrTl9yo8uiK/+I0ueuGjqeQV5eW2Jkjel05ddd9Xt19yYLajueOspq1Fx3PCj9yvvrzfHhnPQWtsAACAASURBVMaG6T//6Rv1a+PPemTxn8eOOYnhUOsbN8SPitJUcVM6HVmahxc/cVbN6faUtfLfJb/grHGn/3rO7yJfv3X+3HQ6HZ+W0lTx2NEnGM9BoQizBXGLQv4CIaksxbpWA4dTQZEMvPbXVx9//HGeivPOPfewYYdpZtu/PP30s395RrL0FnFlU5Q+dMDwc/HPmKsMyacoA/lHCKh4pJ2uxfxq88CTjmqWaqsJc3N0/3KFD/WEerofk/Sz6NapcFOnLawQ83f4jvFTl3GtykgSSqLTUZ8GqNgltXq1g7lz3rw333gTEC688MLeZWXuN2++CQDTL7ywrKxMimw0T5XrXwvgEyycrrAQMIPoqZZcIaCR5h8SU3562dJEq+eGy64s9WBYPjr2Lx9QU33SLfP/sH/5gNOqTzy88iA5Awi65BX8YuZ/Tbro/Mjd5iQZBd1TJdNqJnpPg1poomsTx1pC705SJcdXHZ3j3zTxPm/Wv7WhsYFi291KSWm34tJUMSImxmRRNbmwx2thXn5Bfn5cyTZvbZYmgx6GxRBxyHL/+Od/Fj44reb0lbVr2mjGWkKpl19JuH7/8v4/mvrDCKU+IPZIldxw6ayTz5kU/8oji58YN+akNgazXq5bc/dDD9SMPhGTZh4F/Y2JB2DM2KfuqeI7rrnhlLMnf9i4IXLx08uX1lSf5AvnzcokQNj+5QMIKHI4NTWnV9XWDhtykJb/caNP+suy5yOG8/rGhmtv/V38ttNqJnbJK5B+FZpShoJetqjbJvoiZgrbTRrHJmzNSbFDR44cOXLkSJ6OLl26aFqPZcuWrXz5ZZ8o8znPMORFEDA7q/YiUomIGpeCvlm6Sh6Qamvh+XVJy7+mifFFHJTLNL0AuuOYjyXFAKr2YD6nvIoB5oJsdS2PjLaAWD1T0KsSkJRdrVqw25n7yU8uOezQQwcfMBiA7r///m3NWwHg0MMOHTx4MAA9eN/9B1YeePgRR3jGP38ri3EjL8G6h6gXZsnh8NwRAPcW9eQsb6xbG5ens2smdu9WDDxDKipSU33S/uUD9q8YoGqqhQVk//IBxw8/+k9L/tzqzrzjmhuFJC1LcMZ+Rk44pdW7dU+V7F8+QNO4xT8X/PySFu7wixn/NbpqZAthC+M7mtjc6pz5cxM9gMK8fOPJY1WzV/QlCZk2AhhW1q0xiA+3YSbt2JCgqTn9RlI0dmrNREHqhvLft2evw4cc/NSy56IH0rq3kNqB1Lh2zm/77tk728yjZAIwS95O8wEZACrMK6gZfeLVt/42cukb69aKzUWQGPEYXTXyg4b1cQ/g7oceOGLoIRH5//FZPzzpnDNafcHjhx99/PCjA2q0JPmHGKOxmHwQVAOLg09+OQQwJz70a6++1pRuYkvnlbpX3n/vPa9ViJfSSOJLzgDUv1SUGlJR7Sk9vX8vlAgSY+Q2EKH8CyOt8HyaXIOKepEbk0T5SWNOoyve1HNqS+QDcJTuhWd0ewbkNF8UsbVmzZra2tr+FRV5eXkFBQUAsN+AgU1NTQTQuXPnwvwCABg4cGBjQ+Odc+dNmDAhQH5wxYgCaXPJvAnC39ylmamJbD8ON3eJ27Jvz96aTEQo7wC65BccUDFANZFXtH4ECHjx1B8+vfy5LS0WXI0efnSPVLEvPlXkvx36dE+V/P6aG0u7FXNhZQeC3UZK9BO++9Sy50aMF3snnW7a0pz8gnv17M1ejUEVjBBnApNeobi0uGRF7Wr+zYq61X9a/OcVoZHVPVVSmipeUbc6rsUMYuJSFuTnD64YCKopXET+D688KK5k36h/C9sJhvvZdVcePuTgRMxGyzhZw8Zs0DIARleNjCtZGwfokl8AQOs3NsanoiA//4Dy/n337HXtnN9G1mhF3eqmdFNhfqGW/7169hpXfdJdC+9v4dUK8wrOrpmIqvy0BfnXRwk31gzb+DiyAJX4ikRUZdb/8vTTL7zwQmzGUMOcjNcMCNI4ElwmTZoAaSIQLgt2CXOQJr3GlyabMNvkbThPgaHLq70Sz1X9tAkjHfditVfchdF3CRJevaCfDkhxGfk2k3oN+FWDil8EAPjw/Q9eWLb87LPP5ud27949QiHZo7T7hg/Xr1ix4vTxE/T88xlopMA+gOlZql53gupycAYdoBPZFjSFQBHRt2X2jxCcvSLxtSPpkl9wds0ZV835TQs68eyaMzzaATE5+t3Wz/7lA357+ZWFefmkWTs7kMj2L5jo0jY1p5uaW6/THT38aH/4eToSsh1RJPKVzZI94sCDtZIFgGvm/DZ2/6NeSgoI2JMlEZyx1569A1qmmPz3SJUkvW+TiTTTbu2zvrFhfpKqQk+lZrIAaREgxxgIu50TUWF+fuL1W5ubd84vQMT5C+5LmMbKgxGwMD+/b6/eL9VGVfDDS54YX32ypmQwaM6pOeOpZc/HQxP8GVd9Yo9UiXBQtCj/TLVFnFHSdDMZCSJJzNS35MBYQ5kTxpww8uijo0SzAEW7FmmGb60QQPdRcLaXZixSLKGa+1gwZ66mitjLB2nGHvR9UD3o7LdypUkGCqBC1RMTZ/2ICI1hUvqwk52zlYIzxyU3vMYQTjlnguvpI0WGo+EOGFcRpKYvtILZCwAup1FK350/GbbzNSxOdVLArLhFniuSzvNAGXF1NX2JgI79O46vPump5c/FRdx+zhk3cbfiEu0/2GPemI7gKFfUrT5h2hlXzvzJ/uUDJM7T/vugarvUYZjROePO8K0iHDrSIIZuZNbTpLpq5FW3BidT3Fiurhr1UlLm3ULZE2+9JZ3WTCVJ8p/dx8/i4J9Tc8ZdC+/b0twmdggd5s46tZ5zK4z1YLaVsjd8KglXcED5ACuQhx94cFwCn1r23PjqkzHgE4AuBYVXzvzJhIvOS7YJikvOHT8ZoB3y7wEGDHAnZh1i8TJ8AnkNu2H9hi8+/zzgRozOkfz2nbffsb/7+OOPJfEFqlOaVCgonxx0Y3EFHlD0+YgRH97LrfEoLHUD1ZjDWaMOm2bcOhlr9+YgGlvl5oM1xvGauVoy4/V5DqJBY4XGSJAJrbPm04X2T/YHOWEiTgECdO7cuWtRUVNTkxH7X0LgdiRNTU25JqdrUVEifa9BX+YBYABy/JCMHyGP07jBoAGTg5jj2Yq65Bdk01z2LQxzWBAZNLpxkJFDGI0/Ei3NnQH8yVnnJ975gIoBY4aPcvMDYLjjBQF2NGDwYeOGc6/4rzfWrUWCnI4CXVF5Xh37nFtzxm6pUnuo+dnzImTlyqDJkvwBwC75+QdUDGjh/geUD+iRKslauoq4c9Jqrt+4wXj/JlH+G5Iiy91TJSz/8U+P4pJzx5/R1nnxEpL1REdjZFQiYG9kQfv2SJUg4Iq61Ym255FDD7HCOaZqZPyvL9WtfrluNcs/753B5QMOqBiY+LjfXXplB+TfqQUABMxxngwYNKwcpD0MABDsuMOO6aYt77/3/vvvvff+e+++/+57/r93/X/v+x/e8/9/7/333ks3Ne24w45x9cLMUGKlEbBaEJnknWiM/JI1ifEawCsx44sZvKpxa2fQGF+MoMlpkEL4LnfTA8UcLj3puAaVRHTCozhoGKdwBrppnTs+jAVjDTt82tSpxx9/fGn37gmwR6Cn//epAQMGnH766QHGmE1jNXLPzqlDHi6TYDlGMUgFWvwz2sjA32JYmRV1aw6sGKTbz/HXP2zc8FLt6gMqBth9qDeSihrjXj17jxk+csGSxyN3Pq9mUqxmAxBQ2D9jn8hu2ZJOv16/9oNwgzWl07+65Td3Xfs7dC3xkmMghVkOFSDarbjUrnIHKmsL8wvOG3fG+NEnBxle9s1DDg7MDsM6r2bSuNpzsz1lTNVILjOPfxcIeqRKEy3Zl2pXHVA+ELLIf3yNrBo1QdF11MidMPqUl9asfnL5c22wZPUuw+R4gsLecYT+rofuTxyYvd9Di/+ceDY8tfQ55urvniqJK+IVtasHlw9ERcttEzgTRp/8Uu2qyMWDywfs3bMs3NTMsQktyD9oOBRBDhqHGVXNL1xkjwABdszNpQQNEPKZRNv6yC/Xf7hecGAADQ2NixcvvvyKK/bp1y9YCN1UUbc1QgNil0eQsI4mxnOmI4C8hoeNOghALoboACG9JNUE3jcd0y0bia1p6dkHGgsh0StU7efIh+FIG6cK1QAAALNmzfr97/+wefPm8vLyyMTOv2v+xDMmfv/738cYky9qdKSjJlMNzjwhRaT/IFfAkWr5Obh8YFzJzlt47wlVo0q7pVTPO6c1Fi7582/vuqN7qmRw+YDzxk3ukSoWwKBfImlxmsVgVClEMCp/mLhLr5pxSaRjwJZ0eti4MRF39aW61Rs2NnRPlRhM5ni5+bKreqSKfQ/aTFC6zDND1AFL+KoZlxw55GBp56DCo1zK7QtmyGT3gvfuWVaYl5/NDR8+5BADJjvgHwrz8gdXDHwxpiku/vWVD98ytyCvIC7/C5c8nhjVOaB8AHKKI+mBBvCqmT8dfc7pHzRsaM2SVV0QqIV4AonKQ3ypbtWCxY8lDsyegk8uezbRp7n4ulktD2feQ/edN26ytLwFIKAcNFlCwChMu5EooTDgZpF/jbWXVmlcg4AoP0OfPn0STuAkfsNswsNpqHX169LN6f4VFZ9+/PGqlSvr6+sBoFu3bsMOGwZSCpCJ2G0QNrs0Qe2ta71hNOpLnS4sTrkGo0aoNBNnvY6KV1AwWZw7lH6i+hyLBEwhbFcphieGQVkAAOhaVDT6uONq62pfqa0rryi3v9+8eXNtbe2Y6urUd7vldeoMAQjXUy4xbgM4/utJOgTwq7i4fOM50gSdiMOHHDx34b1x82fszHPuvvamHsUlEt5G+M1dt//2rjusNC9YsmHBksfHVI38Yc2kHsUlEJANIVCWHQWYg4ZU7z/N2YBZAsQAmsUSu+QX7NWrLK5N/vbW2h7dSrKJI6qiIyb55ZC6j+onf3v4kEMumXo+IPz417Piz5330H1VQw6RXakTAh5gSEStxhm75OWPqRoVXw4AOKFqZJe8gux7zIUmBpcPiA/vw8YN4y469+bLru6RKtby/+SyZ2fdcmPiDauGHNJC/NgK1s75BVfPuGTsRee2asnq5vbJuA4EINfZcEu6ae6Ce+cuvC/LwA5FggeXPN7GiHCiab+ibvVgC/jzyWoiypaVY+oJDdYKGlYGTRwDG4sRk1oFW1Yp3rx2L/ct6wNJfRIpy89hEl2lagDq698CgBFVIz75+JPXX/vb4sWLAaBfv36HHzYM2iD/iuuHpIqAuycoM01AYX4AuRjWvhIFpDgaQpxgMCsCGyORBCGl9WJEgkIXcURPNOvVLAVmTp+ysm1bt61Y8dIbr7/ep0/fzZs2b9ny2a677FJZWcnZtsjURggoFXiNDwUBZTAYy3iUiXCDAVRWDDqwYuALSTvzsPFjhg85ZHD5wML8/C3p9JLlz8Y38ILFj79Ut/rZOxcoTt+AQz/hyHUsluKDROIt8UdoWAUBvFi7Oj4SQVZkCRfMmnMjhws0yNH+/8CKQScMH5kNwlWYn79bqhQRzq+ZdFrs0S/WrnqpbvVgDupJd3Fiwk8VccqmuRABqoYckkXJHtMCNg0BDRoAmjj6lLkL7tvSHCWef61+bc1F5wyuGDi4fAAQbGlOXk33rOEju+QVtpB94qO9smLQT6ed/8ssmpovliLJpAtuvPOO7sXFdiVer1/7QUNDfPwcK6gacggRLEwKcbT9M3fhvQeWD/T0KKgtksSAMgdpWJ8YaX+pSvgj8k+qHxcFbUONv+zMyZNjkYCIjtWhAsjeu1Z+OWjQfrvssvOGD9evXLVqx+/sOH78+MWLFzM7j+x9zQfmtWpI4i+cUx5+A0QocSSPPWCIWq4JWn6End1EBQaAU3YQrEuu7RHkHsUCouKiBqNCSzRx4unN6fS8ufMQYPzpEyDgeXKnSf/+/bsW7TrnljndS7q/9+67n3/++dRp01DViPExUrt6zZra2uJU6rxzz9t99931SyE3IlQZxRCoplOHQnT7s6nTR00blyiOS5Y9uyTJL9Of82smoyoVUcA1TDRbTAjA1EC8xPv/6LpftnHzdMkvaCGi2vKLIOAJR440WYw3zgZUlg9MPJN+M/+OeyoGKsOCVJtYaQ/bQszXejyVFYP27ln2Wv2bEeVSue+AFlBunNnYuaDw/PFn/CJJ633QuOGDxY89mOSDR9JKF4yf4liXss0Gohc8mlz9gyeXPfdCFn3tL4YWEB8v1q2Cujat7z3X3gQE6zc2tPC4tnxerFuVbk53yS8g1fMSs1T6GQkdOwPHUCC33Hg3Iv8QYKfQQtk2bdr89ttvA8DmTZt67tkTs+hRbbrGlWvEko1sm86dOn2x7fP169d3717apbCLcawI0iEU2bsKz9D6zz667W9PBdrdK9h9d/1eTdkQjq3q3qkOdwCAQLnGt9YJyo6ZelVwc0ii1LwPa4wOIKiQgnRDpQCl4pkfEQ48YPDGjRtv/t3NADBhwukRbnCPo6Pdeuw2a9asaVOnjTpm1DHHHKO8Y+4lCQDwwQcfvLh8+d799hk/fjxXNBuItLvHgB+BAv3K9Z0sKP169r502gU/v+WGDsjrGdWnnFQ1KqDGUEw0WYzNZDjPV8FOWU00pGLQV0AHUI7FQWWFtTnD54zRp8Y3+Qu1q16sXX1gxUBdG2jxhhbC7oJ12TUlL2LVkEMiSvbA8oEtT44v9UYAmDT6B3+rf+uB1pRpts9tl1+zW6pEyX9WMAPL/69n/mzktPFb0k0tRGlijHft/lwwbvL3UqUE8OJX07A2YrBgyeMTq0/BBDr7uLxK9/G44cLd25Lk38G2DAqE9uPNm1e+/LL9bq+ePbNjtNoQL8gO5/j4k0/WrVs3oqoqVVzM/YYFtItB6T9rs63/+KJu8/uJt0x16mJ0w7nYBnYxWV0CjBhN20HAEquj1Bi5I1dAif3PBRU6VKFyuAV5+cOGDQOgF5YtC4JVHrTcv3//Tp072zxY506dmHhi8+bNb77xho7y7pCbO+yww7ulvqvrCoTQgL0VTVSHiTH0IKA8ufoHTen07Ltub5ew9uvVe/r4KczPRkklK1lirFF4NTHNZkc/02sm84xjB2m7yTtRWUdOACOGHlqYVxB3aW+Yf/u9FbeA77Dtzndg6C4wLUgLyogAJlWfekO4ENPHTUGVDm5hbFawr5t5KRLcv6R9erYwv+CyqRfs07NMn3mY3ejmFd8tVXLdzJ9NufxHLY0NCb4C1eFl06ZPqj7VzXOSlBbmF/Tr2Tvxu6/Wr40fAIuWPXNG9akQbd2deJyY6H5XGTMunI3Lv2qu5f75q1/9qkuXLqeccgomZbYgyWJVxmxQDQwt3uHTTz/tt/feujVeUK4GynX3F5g2lAOFHbw0P5cTzlwjJFUUlFCqYj4IG+3GZRoF6WDTbQ7BAESg/cKADYsK8vPPP+88AKiuHhOZT/vcrkVFZWVlANB111111PbjTZvunDdPT/6pp55y+vmnu2uI+99EYjgOOGykCY3b8j7AjxJw8Te/cNyUfnuWXXHr7PdbzRcDAMBJw4+5/OwLCiUbgwYg433MbP6XUblFZe+Sjyp38HNy1TEnVx2jWml0RMUaRbWTnDTzfECTx5x6/V3/nWTMrqqsGOjiRaBQKxBpG5sswejZoSorBi2vXelOsp5l30uV8JHcAroAANCFzOj6iy7brbg0Psjs52XZdTMu1XrKZ40xa+xbyf9RQw6dVH3qHQv/mC3SQtTa2ZvlU1kxaHrN5EoX78bX1r35QRI8dsSQQ6+f+bPQEHIhwenXXnF/zK5/oXbV+o0NPSxBh7j5SdEORXLiCO9tTDU6OVH5d3pG8WlsbW7eITcXibY0NWUyGcxqnAaKKLGFYoTZX98mPz8fgjp+1348B41eBXTQKxUUaHF3aPkXL98VuDqYRC5z4WAIfY1wMCqYC4TNy1C9HBJkbKbes5wYhlKR6n+HTLACiAg/PO88zobZYzBDBAArXlrxwvLlFRX9+/fvz8py3rw7U6nUD3/4QxBaMdhjjz3Qk6pw1E+lWwJ6PQrBFoapWDgVFsZ8jz5oWL9efR5Y/Oh9Sx57v2F9thkfUjFo+rjJleWDdMGdDQcbrifMqjAZHRI0yFEFftBe++vCcVOmVJ/qA+wdJIdmwossyDM0AoODydWn3r7wj3H7aPb824f2n0PES24UusMBPxCxBZ/arsjJw0exkp0y5gdhdWZyJoqLVpke6cJxU06qOmb2Xf993+JHW1KvPcsmVZ96ctUx4gTG5D9pwBSR/xnjp7xQt+rVMNChPcV2cSEU5hccNeTQk6qOqSwfqLXOHQv+mOWUHWVUgxIt/5Xlg+5PCp7cv+jRGeOmUCSKleUAI7s6iBpM2rL8B/RjoIgLAL/Y9vk///lP+GY+nTt1Rl1Nz0TgITWs6o3t/lS4Q6eKXXfjFu31Wzam//GFRr/oIIDbsKT5ZCEXQbEegI7r+yJj3gCKI8ZzgIrd5zPjzLzrOn+okjuODSuGCEAiOvKII2J9wIgAnn7qqb/+9a9FuxYNcEoWAeCFZcv22WffiRMmkCJXd9JPIPyVIYMDw9ZUizcunANN+4JS++d5JYi+lyqdMf7MC8edubx25fK6la/Wr93S3LQl3VSYX1CYV9CvZ+/KikFDKgZFWjQyLMyotgunjDi2snxQBM3zvVQp6mZmJPyNCHDFtOmfBXQKwSnOTXTYaerXq6zfnmVMncbydMW06Vua00F3kATVGzT76VFcYqOi+/bsM3vmZSrsDgSwm/2rdwt2zi/8/eXXWpNfQVmACLakm2wdnX+6SyVzTL9L5/zZMy/TjhZRxqbsOLBw9NDDWB9Vlg90dwBCgBnjprw//BieCnuP7xWXgqJhZmn8fqp09sxLr5g2/YW61ctqV1oNaFezR6qk355l/XqVDSkf2IL8n1x1TGX5IE0vBwBDKgbG5X/n/MLfX/7rZbUrebHsZO3Tqw96NKUevN5fWvl2ycvv16vMMirolLSFYJ5SdcyQ8kEYA90Mrdgvm/wfPfQw1L0MyHqdpjAvD1VMZ589y2bPvDRoEIvYJb8gB02GMkwHY5R33rL8a4pLl2siKZ36x5dffvbZZwCQY3J22XWXFpTm/Lvuevfdd8MoXzRDdslPfxpgPyhgXw3ASBKe8/wqBIiYIepdmJo9ZCxL82n/ewsrWZ9bYKZsYTwU8kIA3PCPtG4d6Mk7GD8MOlHvk2e6i4DOrAF3ygrKEKRVmNrXbF7pQmCugUAEoIcffvidt98p7FLYpbDLrkVFfcrKCGDa1Kn77LPPrFmz7PdcA/qooyDanE9UoYuW7mmkI3pB7/GgtZhCMgjiLHBighcMSXrU66tgS5BAFbQzi4ldYExKgglJOzeIIwhRhyjdQKMxcWXV6klQg48AGPkygAB6Tgp3rukHWH4UyJoCpJ3P0ZNCFJJC0YbDCAfARrVCvFNYHq/Hw3MVdsxUwT1lg/27yT+HOMOEukJR/0fI/yWXXFJYWDjxjIkfffTRBx98sPT5pQTUuVPnUaNGJQcMEIBg9erVm7J0ueaLhx85nP+1a1HRtq1b6+rq+PhatGjRd7/73VmzZrVL/n/w1C0NWz9z0Zge+17cf1Sr8p9rmKSbVIMDxWNDvmDO8ZUonliiDCI2bP1szcfvq3AyHbVbOWqkHZuaCqjg8EyIXIxFpHglAQDM8ccejwj/c8898+bOKysr6ztjhmd1dG4+IOYEcYuATg08txNxJ120DzW2AM5omJ9PkTq8lyKZk22mLHGVIrOSI2VvjMQIMoNsD6ksLGGABgWQqizytp4G5Uk/OOeN8lT6KDqFnQlReWXC9QlBWyW/3grvHMClyZGdmxBF67t16tALubgHEYR+icAHbaGz83tsyyJfMEK+eIakzb3wUzKzKrCVx5fpxplaX4UwIintkGibam3cUfnXcUshaPs65D8min5FMhknKv8R8o+qAMEgfr5tGyDu9J2dII7NUhX839ttt1S3bq3GTFmlSkENwT++/Pvf//73VLdunTp3br/8x2Oyrch/LkZIkFC3GrB9BJifEDCMMlvLv3HblqvWBOGtkbtVAEZD0nZPSsxXChacdNgdF5LzW263glSqm0HcvGmTQncxPtfplEwmCiZTEW51+DKHEiIiZDK63zUBkDGGyAmNCXiaSHXaVcBPWzCKRkrznU0aAPtRVRhycZshof1OgnYEkDK2rkR4Mm4VkZUluJdC3SHOW3xCNizLQgEUHNhdkooXqfHzk0Au9kM5TjxUXzeQLhRojHLg5HiHWBhLI/9cokqnIrySsqAfqdDDaDRWAkAqHm/BfEz/a1R/P1VL33H5Z74l3Vnja5R/LvzyZZo67PufIP+ecIsQsCRVPH7ceD2ZwXkpCXb6btfvRkgLSGXgtUL0JzH5xBd9vPnjxYsXX3nllfvuu0975f+k3ffncEGvwpQmt8sm/7k6Dq1aMCConAPHagMt4NiNExqHRBBLCH5LkHdVXDWWb/oDnKDEqGeAeNyxxx5/7LGv/PWVn/zXJZxsMczl6kJgQWV+4AQ54QYCHipx5ZFBxEhxp8/U6epjSGqTpSlO5Gdd0w1h1kSRGRswTNFqjOHoZAhICiF3PiOnCvbYNuLGFAAErqmljw6pxLeQNJLuKhTTdNw9ExSlC5t20ptLiUcko8XUBKQMT9UsTm7vudWFP8ioJqFMuS8mCSZ0hpT+JaQ6SpB0zPTZM4ziGlU1fcfkX89kyOz39ci/97LBgJHwzH+Q/HPbRI+Vj7Q2jWcNSGGNkiojo3E2cggTAiRYU1e3y847T7/gguJUCtsv/yfveUD4G2hV/nM9REYivkIypANuHpsSxFOyZKyNgsvJ0KNTH3QiQ9XWkFTvcJb6VLfUaaf9wH6tW6qbUbBckGSX6BQKKtdUvg+BKIrKxMipaQCiiTh7dAAAC/NJREFUTRgJtW6TTjyomR9Uv7Kwa68ABRQ/dKS9ZYhtUNEnkobBavmN2vlCOa5ILBW2ibhaXOsy7cuCg5ugjQUzVFvIfcI+cMBFKCTrqJuLcEDROOmS7wvHmN8ycZQYqt4c3gA3xEhAZaTrIK8dvPFyQKrG2uGNSVEMh8qiw/Lvkl0JE/V1yr/XFEAChfsPkX8E3LZ12+ZNmz775NN/Zv6ZCHS1kQ7l/mO0tiucKV+RlJGRZOjLL79sTqchQ3///IsjjzjyW5P/XOG8EXRxmGeWvWoClgHOVyRZss4JCFl2Eo5B3YVCJb1Z2IxP7xaniseeNjboG+S6rrkwk+r3QEGXiAiql4QFPTgYNaKWdKmavzOonBIF/eCs1ShsGtqeEeQGEDuKmqJMHc/MH2a0PBNPi3+0ZKv8YnP2RpIr2i7GSJ0ib0JQNI9syBiVA4m3v0HJrXkwLxrJGFDMCGf50cm3MGMCFKZRSGUeuJctcW2LGKfyCB9vMUHtDWlmKNQ6Ue/Gryb/oCZKiPK+bvknwMBG+8+S/9WrVq1etUrglko8tMqkCGAfdHMDAI3wVzX3EHSDpV9ddVV5eTnBtyf/ucKPAIq1ge1eb4lEUP2KAiYBSccN0XSpr2pb6ducIbN7E8S4u1QTcikNIg1gQW8EaYpb3fgh7HKhomWkkTcMr9WrzhkAjozacmSikEefcYLKiVYcoOB5Av2EcD1aALdUCW9FwamDbhH2QSOIY+/XkA7kKiCq3M2x64KyazymOBNGJjFohqyypqCAruDQEBjU8yjkVrAvkF/fM3GQ2kKESemK4J4KL6UrkIOMboB2ZIgxMrYPVLOlwAH+KvLvE/hBWHm7/Ldd/seedtrGI45MwmBBjCoWI+l+ZbyHKQ3JNkRDKKlU6luWf/ws84XGk4JuFKh/r88WANUsx5ldGXIhcx/AAkogggyLKCh6NwVDoRCQpDqhYxSyErCNYFjYx5BD1fukrdXQmlIMg8HrXGqYz1WRHT1rarrC5nEUdPFBdZ/AFItVvcTL/VWNiux26Q1HaAxlKAB+BkAiYjuCND177CnKHIFgddQaRc98CAxAkVjUgctgk6g+mIaAsqwL2/rEKXDKUtcQHUlsbrfL/3b5/4bkH7dkvojXy3prWcetKV42zB2AKQyOaCSmnkLSmDsiof0nHR8P7wACb1Q9EIN4lSIlII2mtw3aQhyfiidBlGBdwi6RCzCYH4ns62btGiuny6oj8MXQDw0TA2E8CWIzkKW+WfWNhwT0awTDKAgp99cgmiDhUp+wYuMomPMIlNKDQ0P4beJO1qNFzcYUAkKDtYYAJRp0f4uSNJGet6zaJEx4bZf/7fL/jco/pjN/DwU9dNt0M4bIIZYkuqhC3cR9KFFHWCQctmrzu4+8t5qt9il9Di3ptHPCpghtEAUfCU42YRWMSmwi5Ur0N5BEj4bZ3tGPSidMsxxvCsVJ6sQ1oKOlGAnnK7oHSGJvUyMPEjtZNFv4LVLWJOo+FwgYqWxAC8mUXpOK0J1BryotF7WLAgZQAWkbxsp4FGpGIVe1PeeXNbRbIcDsAPfxFIWs7T+EJIB5fCa/bfnHUPayHgrb5f//c/nP9SAyI90claUdgiEccpCR4dGClfDWLrlmGAwhYRIbtdmw7dNHPxDKzGN79C/ttHOIXOHWBlxxYSQzG9DrCigdg9Iad+4aTspzQlClj+wLZyhjYpYRl8cxzJij3b4yInJ4O8Cj4wrBHBvxQVlUR/NrqeBBMUNqlwOSekxgpKBWaSTf/J2SjLuwZAwhI+2vNWIm0i2dvELUIWN2hzm1TYqNmx9twgpsFfHCALyJUVCnVs1uirg7kaL3Vq3dgcBlHgSzZhNGbK0YXY3u5wT1av4r5B88eDkTgDq3y/+3Kv/rt35y7P+6dsi3DTl9UNH32yv/67d9duyTQlV8ef/jj92tv5b/XBM2EZOYSBgy5wAZJwQwSAHoHYLxYk4jcAd3mUniVjW+HJtLJlxigVBF7Yl0pU6I8nN5c4+6kI1EKrEOwoYDColiEvCAAf07Keg4g4r0wJy6IRQ+M05SuYMQfW29fWJI9SMJK9QUATrbEmng6H4QX4UrDTC4QKk5ixJT94+akCgMkcjF5gGDmyKTV5VX0q8+iCuGhUGiV71xR0GHZXlrSe4p6zVAnvoOG6T6m4JnnPHqASkRdKxScf8q+WeNmcN1/Q72vF3+vz35D4GD1AH5j+CHbZtbLf+5jC0Hhgq5U0dIryHkPFdHPftAdsYzoOgCPS+JPTZNhjK6bDTujLi2wCjFc16CbemizaJSBHAHwnikBAjFrsEgUu2JggJPiSJIVQWuZHgNIWnaC0+X6WM3SJ79l2eP65F0soJI9wCO+KEeyorawzPyLrqmiQKSX29TQqwuCRQIQeo9SXC1XB6PqLsBSZEVetw9qD9pCKqOW6Jyy4X4DqMU6UIPEFKOBlQjgv4RA9B7oGDQZIiC9icque9wxIp4U5mQhCF9+79K/nnaPUxNQ563y/+3JP+6JQciBvRYbZP/SFMPhgOy/PtGihTCFBWQSGeEQ/iY35SeUI6CRoFRPm93eqhgVJz9xGAYkOfaRwpOadVnGDHAA1JA1Ci4Ft24GHTKxUjHN+a2MOplEUgTurNTwj6OfyOpGRWIFYS1SbqehDTDi30WkzBxS10MqIwgOEX9LtdlP2oSwhoqqannCL0bA2kgC2kiD9A1QoEY6PpzBk4So6BQjVlVrqqKKSFn8g6j4HL4xDUKgo9+3jl2hv5UFsYW7gAIihDaFWX4/7M1CmpL/qvkXwxhDNFX2+X/W5T/0G73wtEe+Y9asm7iZKVykSLV2ygsZBoa5okiUegPXB8R6wv4vo5CsISoU5Bowx8jnpzNozl+t/51x17B/5y0/A8rNr1jfy7tvPOiI6dHYT+K6F6HlxlRKE0xpeTM1xSpyUQM6AEMqgoN1eo7sAykI2VAOCAhQof+E9i2kU6+gR2nKtYFyUmkopjCfEzulTEAfqOurXSBQvHImEcj6K2jq1i962rUxeIPyjsLiAVRtxV2jqrRnCoQ5f5gegEZGCVGYAmR6z51naj4NxR2PEWFC1KBQvI0LloMOGqAopvDYktFqfONy7/UAVG0cgzEc1c18Nvl/5uX/yBc0CH5L9yh09l9hnEirm9hMYbyn+uLAlFD2AThpWkWUfh8QBF7MTUaKuwyRoJEkNB4FYVQKpqxRUVHAopyTmA6FGnNRohoHPOba/BFsmHcSvKpI6yRni/OgKoXUgd1gJUJfg4yn6iEWwXIiCLsgCDMWkzhjRjZNUzUxBxWklw2opsQuAxcJkpMuHBWbb1gBr375jNC/mLvRCO4iVRGGKEMKVBUiBE2Jd6gvpu0GgNqDL2H3VjS1RxE3QRC8xqp7aexn0Sif+2qGl44DRANK3Qd15c0XeeKpm9H/lE6JWu4VoL888Rul/9vTP5f3vQOAHy47VOe9jc+22C/0KdLceEOndoo/4U77HR22WGRU1HLf64/vpxwBowV0l7QddcO0HagmTuQk6iu2FwdIEJvE2M6YJLsOAtC0MIbxTcxTEHE9glIk8cca0qQhF78aYUaI4IBtS4Y1NkV2RWo5iQSfEchCWEOgYAOjsNsIUSRxcxQtLcHRnKAjgyUAU+omErYd/PEdNovcgqU0wheHeRYYL97ZaOhfF5SA2w8Cs4/ek6KI6tw6dbpE5IElUbnbLBMr0oggKdiMPJX9KiXkE89LLYXIi4dblP95wyIQ+oQC2Cji5qg8FuSf1eMx1eSPFqDWBXP7Hb5/wblf+KyP0R0ztWvPmF/mDtk4v5d9/i65D9XWfsCd9COg5G8BBOICRiHIm0WJdQVtG+y0Z+ETqyShkVM+FtC4ptB4L4PnRx9JkRVC8e+OjAx2p5aDmkG3DEPiKsf165WFBSBka/HmTcwmBbwUhvtLE0hLBvDulFUsXYhpNBvp75uOFSvb4JAEVgMQgIni4aYM7Uo053EKh9RtcqEAPAoLp5mWY2QtiQsbsiPo5VpYvmP8u6DkUVIA8MHRWb7W5L/kJMfKbDvdGdqcNyv2+X/G5X/7B/fxfbrkf//B3I3INupfxPeAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1185\" />\n\n<p><strong>Cyber Monday is here!</strong> The deals are still hot! ?</p>\n\n<p><strong>Save up to 70%</strong> on AIOSEO. It\'s the perfect time to level up your SEO game.</p>\n\n<p><strong>Why choose AIOSEO?</strong></p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Easy-to-use:</strong> No technical expertise required.</li>\n\n<li><strong>Powerful features:</strong> Advanced SEO tools at your fingertips.</li>\n\n<li><strong>Expert support:</strong> Get help from our SEO pros.</li>\n</ul>\n\n<p><strong>Don\'t miss out!</strong> Upgrade your plan or purchase a new license today.</p>', 'success', '[\"4-x\",\"lite\"]', 1184, NULL, '2024-12-02 00:00:00', '2024-12-06 00:00:00', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=black-friday-24-v4-x-lite', NULL, NULL, '0', '0', '2024-11-29 15:50:11', '2024-12-05 16:04:07');

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (4, '6758702d9ba55', NULL, 'BuddyPress, Web Stories, and Enhanced Author SEO — An All in One Update! ?!', '<p>We just released AIOSEO 4.7.6 and it’s loaded with some exciting updates!</p>\n\n<p>The top ones include:<br><br>? <strong>BuddyPress Integration:</strong> Fully optimize SEO settings for BuddyPress content types, including user profiles, activity streams, and more.<br>? <strong>Google Web Stories Integration:</strong> Take full control of your SEO settings for Web Stories, resulting in more eyeballs on your content.<br>? <strong>Author SEO Improvements:</strong> Effortlessly showcase Google\'s E-E-A-T guidelines and boost your site\'s credibility.</p>\n\n<p>Update to AIOSEO 4.7.6 now and take your SEO to another level ??</p>', 'success', '[\"4-x\",\"lite\"]', 1192, NULL, '2024-12-12 00:00:00', NULL, 'Learn More', 'https://aioseo.com/new-aioseo-4-7-6-buddypress-web-stories-integration-author-seo-improvements?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite', '0', '0', '2024-12-10 16:45:33', '2025-07-20 16:03:14');

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (5, '676d79092ec33', NULL, 'Email Reports', 'Stay ahead in SEO with our new email digest! Get the latest tips, trends, and tools delivered right to your inbox, helping you optimize smarter and faster. Enable it today and never miss an update that can take your rankings to the next level.', 'info', '[\"all\"]', NULL, 'email-reports-enable-reminder', '2024-12-26 15:40:57', NULL, 'Enable Email Reports', 'https://route#aioseo-settings&aioseo-scroll=aioseo-email-summary-row&aioseo-highlight=aioseo-email-summary-row:advanced', 'All Good, I\'m already getting it', 'http://action#notification/email-reports-enable', '0', '0', '2024-12-26 15:40:57', '2024-12-26 15:40:57');

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (6, '67911921b9f88', NULL, '❄️ Winter Sale is Here! AIOSEO Up to 70% Off ☃️', '<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAB4CAMAAAA9m2ZdAAAAPFBMVEUAQaP////v9vze7vvE3/iszO+HvO+Iq9lTpvBfisgljewSg+o8b7kBe+kBdeEBaM8RVbAAPpoBOo4ANIPzLHBWAAAACXBIWXMAABYlAAAWJQFJUiTwAAAZo0lEQVR42u1di7ajKgztUcFHFdH+/7+ObwWSELQ9bc+QO507q1VUyCbZIcTbLUqU/0G0ztJM69gR/7cW5HlUAVDqtMzTskxj9/zXUgqRx16w+mTqES3SLBXp8u8ydksESJRZ8gkV3YCQdMVHGgHy33oSZfQhYISMuJARH1GiYAjJJ2BEfESJAiJkAkjER5QoMEJGgPwiPspSd3+Z7tZRrb6eIdV6/swIGQCy4kPX6w+vkW5oXIj69neVKB8fL8qT9fWXY2ydzPQtEytCBoCs+MjErUxfeS9C6kGDyr+rREJ8W6xcfwVAxO/2SZZpvSEkTbMVH1ldpkK/9FHlMBv84fWWWnzZkvQ3DIbOf3dGLXORZtNnlGxEyPIvMcBF5uWLJ4OAIakHlyWPPstrxyOugFiSeiR7JQepR3xwVb4UQnyf0/JlPqGMneDEBMo0G3hHXo4yQkJM/xKpLAdv65VxmDAOUotFog15nfsS+xbmICsZH3OxsvHf3fjvcvzpJa5u6XKQ2ueu5ytAYp5QlN+UMYq1ZWKN2bxb1okYwPMSbZQrKHaXqfZ6vys+ohcQ5XctiF6ie9P6Rz59Zljo+ccXXPKAkO0fHuvebQARccyi/KbMS9ndvD6Yz3+91o3pNoQsuKgZzCK6WFHeakjm9cF8+dujhRfJ+4aQGRgcfHSRpEd5oxVZ80vy9X85CaarE/mKkIl51Dylj2HeKO+2HwMrT7esE5+3Uz4BIVMuFtcoxIXCKO+SHR8pAyHnuUCdz5+VqQ/Y2PBRlvOHQZiiRPldKdf8K5nma15WSXpYJwEynFXPZ042RIx/FnwMeCmjAxXlg6UWekp398V28/NkuRzQUYrNhuztvBUfehPoy9OtgVfwSOAp2HNMUutnhOn1mK6X/PykmXh6XkVgH4f3yNMhMtbF8t+nPEdBujIfsCWnzygzQKZ/jvRi+pyBiBY/m4A1i7o8mX+Fluu7+nC6WHu4TPYm28NZh+/htf9O/jhHHG/QI1v35wnn8OM91OAZSSbyC4qdm7eeSp4G1inVR2vHZ3u7/l1Q3domLcZoPTuWVU/ZvJpx4LmdVFL45cRYymMHVap1ppF805amdfvP6PdGTQfUx++K5csRH+b3wGDkRmvzEXx8DPc/32LJPPy+3YOmEJWcMs41dOOSoYF79xUKP/zY8aJRnnZ1yuuRAhrjJxm8TMi0fFEC1oSrcmQd02eUyVWT87/X78/MdYnZP4OYna2PGmv/aKpi1qjxv9bE3PDVclZmqMrwrYORxGxtbKwOwMeg8WqQNuMdnYwPNN+DD1Jp6OaUGsF1Wnk1MD1OLkMXaBpFc182NEa4U0bRTCP4mizCiYO8cpfPkWrUx4WNWkg9fs40+uMAZBiVwyBKEyCbSgEGZOzdAQ3N8cu0mXR2Gj9TU5bGjuNvjLpoJmgVAfjIpjNUxTxcNM0CaYYblxYBaqNzvJ1q7F+eLsvxecwOB21t1cy9jLcr2CZ46vUXYaTMXrrQYOFj/LPnZW0BrksAqVYMbNOI/nEBso9w6aq8aipbCacxVraqV3tz+gb6YJNkAQCZL8bGlNyeteFwFqm4aqOpmx4RQmDk6AzJrYsczydzLKFqlMI0u0sDZpi5R15lR14ZLqq3TQfT+sfw2TMX6/kTLimglAsKlEVRGkNa7OQCblFJUD33xqx5bgFQGgCQ5WIyYLqcb41nc4TiuR914tHCRZ1b0BEBZpd9OADHd2lwOwzyyeqgGWZpp0G8u68IKY90fPxrQ8hpaoMCZBBtDoT5YwMakEEEbCdsVc+sS1kUZGmuCqEgYZhKmsWDYUNKqqP5PO3vF9a8cONo/tpHGAU5mvcrFKQ5OBEwhL8FH3Mu1mWEpA6jPo6IJACiEeuTQqhpmrvLqC0TUgOTWRgFmW7/zj8cxDQBqUotOniJDx8u7DQkCYC0BAU5anZ7iYLQLX0RPuZs3u4iQmwLYgLE5NW2BYENSAXbbFfVpWWPQAoSEuQNxNTh+gn3Ckphmh3izRSwWXDOTs3haCkKgjYZQEFSb0vfhI91P8hFhJAAkRRAatiAIBTEdWMcH+s6BVGnKEiAH3dXq3/etOcXHCSqhNbZGEAoR2yaawi/jUVBsJa+CR+lmAO712wIaUHaHwogGTz5YBQk+/H5WOlzKEjQKkgQq99VW2H+Rxbo3A3tEO7ZvYGPJCiI2WAoBVGelr5ADvhYEDLakPolFkSQAElgU4FY/zvtaQyDoS9SkBS9EBXSDPPjxLGD9NkFucl1UoBhSElOoFgUBDBt4TYVa+kLpNzyE8ds3qkIQ6fPlySmolj29G32XgEbEDYFsX0DkIIU4R5WwT68WRlFGgJCtau29jlYiZRFUeSOWZkXNJfLqz3rjZxCGtVPYpNuhzj0/XZgEAWRe48sQ7I09I37JOSyH+QyjSIAIn4ojxg5sUCsPzCLJYYHocFpsTByzewcqaPMaTKNmejykyEiin0Or6wExUlSxC9bVtLgGTa3Ft8HezapXJGCU82ijrrHqIIVdu8fk3goSPdYpAMpSIL1iJxDu4cJoLdb+i5T8pQSDIQFqX4ogCAGpJFsCmL7WCkVT4Foz93yvYFjZGO51c7hjbXEn22tVgXgepmnd1RnisP9VQnYippzFhYNlD5SsAKEpiAPW61rayHfJ6ttax/fDJDySUVKMlRjBQkQDFgpEoD0Rk0qMp4CBgCUO7TmhVIcH4cZHAsr3JtK/JBupn70KANJxwbgecMK344q3YMBYmkeuNgG0xUrbOKwqTVIQQoSGuv1pp5xW/qcUFXpYxUTB8mfgBCB9V4Fxzg9BuSOWP/CE0jCw8PzqHdauQEA1TpDfK+o2RWaLIHkygb3DE0T1JrKI9DZ/15A8QE1p4ZMlqG/pZ548MAJFoDQFMRR68w+XBHThjrEBNaG+k/Dx5TKrhkc5AnvB0EB4voXlfIbkAAKQl2vAkZ9wIhjZNyhllB2MokR2HQp2DUE3BlsdUKh8Jemi6Umy1D6FyYW3e94FKTHF00UaVjXjN7HpwKk5hVBfE65fWzWA1YgDgDBDEiDmfPMu2JGLg7Pkxnse6/RoKYdJUOyk9fkCVdg07U2WpFrzf0RITXkHSmwX5TzdGCoKQMBcoWCSJNmrL0GiO4/loIsdRB96v+ccuIYQAQJEJTaY2qe+Bbr7iQFmQerxIzM6GrN8/ADS3qaVL7dB30XdFFhSh/vE2gCXhW/P06wFjWYE2KX2bqgmFFn3wUNkDKMguREvvbaa7S8JDf99QB50sKjOb/cieyLHSCoAQmiIKzw8HHUBZmB5M6uNs4UhI9HireqlH5kUIvr/NsfZ1hhP4KaN2lMGZTZ/taYyvT1p1Zu+Ioi2Q3WYjuLghw5uWbgo3+Nk3Q+/UP/ZhldBCCCBAhqQDA1L7xZSdJHQXDrcPS9mbPrcXr0mC5BIfd21KDUzPw1vTv90K3h4at9pRAzIE4y1nzHyVUKAh3+qwC5quFjCPe33tAHA6QiMxFQAxJIQY4np4HWAfG9BQNnptQe05UBjtNmR/rjZP3jLBNuO49m49WvGFHrt2qJhWE5wHcA4E+gIMDhhDyfgpRXfSRd/1qVUBggggQIvriImfPEl/5zJ+e5B01BkNk1hak+l4IsrSaUQ2OokBODOsQIVuO1Y2T/TZtuHpGM9VQKgtrU11OQ/ItKqYMeRJVSo4UbkAZR88qbHvsbFKQBKYgnenaDH0kZkdAeBMhwBwVgvHrT1xqNS8nZObJe7goFuXNs6uspSPnel9VoGeCfgQCR5HSGG5CwVZCjyslA6/AaCpK5kCrhR1JGiz20mWNxtCrn2sPRup05yBh27h63lAeQGeFkN9yeTkHY+Cglvzy6fOu7BvKAa3cSUADYgKx6SxgQjIIQ+eT3i6sgBAUprCVCDQx6V3pMF4/UuF1pe1o3yGPpAS/Pl4x1hYJkVvhMPZFo1CFeky7zN75rIA/x7iCASNIhJvJ/gynIdknPPH6GggyaOcq9WkXrbv7vgSXguq3SBsYACL7bNisOxxq97xoxbzLWFQqSFEN/7B1S3dceeUJGex4amXrf8qMuA4xX7morYkAW9SEMSDgFWQ8LpSBIBhJzb+mxBC1lupR+kBR391DmtvB5YAxptb3LeHvagEDJWMw4HehCE7tjLgdNv+otsQHgBDiIJEMqhAEJpyCrj/UKCkJulloLsdEuel9SeSa7h9ID2bw2RO6qaW+2R+/4TP5krAsUhL7QxUJx+R99CaZrQSoy5kgZkBMUZLlmRlgHdXIVxLO3dK5vRbeqE9KAtLY65r4HtYuh9A87xJt6ck00GaejKQgNkItFees/+hJM6bi8klyzoArNYRFF85x74upAEkhBCgYFwSXZCz+RFMScKoSd+OjO1/Tu77nasKGEvfVcaWV2ogsQJgXpOJC1WxrXL89jpM7lH3zJX+cABDUgk/5QBgRTczufXDobb4tQ63CJghxz2inTVST0Vjw3ZARsK7eva9YGtUO8wwAIOhnrNRTETP3UtyiwizUW7ZBkJ1IGhJWIVTjFpQvcN2NTkFsQBZHe5MrxJ0kuSRjq2B3TjBgX3ksGmYhKHcLmACQNoiA3Zo9kf6Fi3C+4WANAcAMyAoQ0IKxErMqJ+goWBdFPpiCeBfy7TMh4kpkbbDnjjCuvVkQ7IJRkMtbrKAhaKPvrpdbPBIikRldRBoRFQRKXtCf2ftTTFCQNpCCWNu6LDoUNj4U/YGkadpw9T/0zdet2f+YmPtvJWK+kIN9eEQvLK7kWe87NESIMyNCLORn1ZFIQJ/k9TUKtw/0SBcmwMilFVQwiRQIEaRucgUDZGLVMfZqonMBw5exed5KxfoGC/DGA1Be3VplzjLAK15gKlJGzDqtk3DRL35OQyey3KAi1iAHUyrnRaRodjJFjHSJlpW/NVqogk7FSVrbyhlhmWO9vVK1G876uLM6QYZeKqnPrdCprFaTyls9lWAcJ+97h/kTBxodqiDxYdLm2FECv7fvBW9uAqMYFiJE7xcxWvkZBvrRqNe5kPS+K9UOyZ09UR/AoiKIV80KabniRf3nafrTMfNcyhfiPApNCxejgFRmVjBVIQcqTFORPcfSL6yA56ZhmfAPCpyCka3OegtzY2rBN4bxa7PeGimDRibCdhquOTo2IEHeQVxvpFAURc9kLorxvXAdB7G7GNyB8ChLULmAdWBRESESqQ9WFMMaC4MOjRTrBAFKFOz8kBdE0BUmxHin24it2S120IDkZ2cj4BqTgUxDKt3kSBfEX5R0gwqAgCVSq06yV0wX1cMNMUQMng+rCKggQiAPqFCMtRQuCzF0Z24AozotzEm/46AIFyVyu4ykfKE/RDwsfXjekRtZgWBGCjDUJcShI0XBk8j7bCBCGBamoSc41IDplUJDMW+bkfLESe2vToXggJn4K4sfH6O/nmyuTlJ53MGfNVnGRFVMwk7GuUJCKM2fMVuSDq1Z/jgURpBfgGpCaR0F88aPzFARIXPcpRMJgAA7KrOpzndmFqZszbm/qXVpkvvbJeAj63Z0kBUktL4qCSP+xVas/yIJUFEAAA4KZc2R1pAqiIB0j/I/s/VvfdaFdKRkEXanWtERW9dJRhZzq8CZGgBtTDZmygHUIk4L0kOkSdo80GpP+EQGCzG9OfwquAemxjRVYQbj0lRTkx/IZpmP66b/9D2PlXYzv+DjUQHTr5Nj5hulcIPuIkRTsmTNJIJyNyUwKMr5zYeuQ/a9H/+KScX8GIBU1jIABeSABSDSfXLKWdBWjuNussz0DZ5aIEIo8hUEVgA8rVrTN0StGLAqi+CFeR7FJCuIQhy68yuRvVK3+GwAR5DwHGJBbGAXBYjhPpSC+Cps2BUmdNxMmRninheyH3YP3zWxN+/Owl0CKMwBh1EY6+kUp6/DfLRn3VwBSUeMIGRAmBVEehswIUIVREKJknJn8mxV34IErw4S04ASbo+m6A0KsX9ekLv7bew99dmfsCvBTkLdWrf4rABHkRAcYENQJwic9yaEgt3MUhFVhs4SeuPghUqFa0AHJca+saXK4X/kvnj7cQUGthHooiDxTlDdSEAwgJJWEDIihnzgFUR4f60kUZE63UiEUpIJXMAUBkC2d2jrlvoeYqwzuV/kTABB4ShHWSo+HgmRzLfl3V63+IwARZDYEZECCKQjsYzGsQ8qoWj0cBUtW3mAKgq1gplilzoP7YQfKUzm/SKWSGaLsZog3K0wR2Jxhmp0EecZtdxDv8Fz30cEKBUhFAQQ0IHXYKgjW9hkKwtoLkiyfn/tWLwFy0ZVTs+KOlIfv6R4cNI/IWxGWkRr3kN2HP/MHK/zD2N2VzDCcwmeae7j65Comdf6BABGkEkMGhEVBfqjsRmqLXM0wMtyo0Kjwc1VFmNgoK/5awOWvO3+gHO+5ysohJF/Um4Xu7pqLC7WavxfEXtn8rAn8AwFSUQABDQiTgpjibrzlWAc4/N8ztWEpb64GjCCrBNZdmSwdKkDd6VA2Ab95W8EA2Z08GaLx/EDykuz+odWw6g8EiCDdINCA9CcoCLBf6AwFuUEUhLO9AttakRGYbUHvXHCxOb9xraDnG9tUYG9s9ySnqLASL+oD7cgEjre7WDVJBCTPgNScuEtBpm89cRWEteyG5jVJbKlwZ+kdKxnB6rg7XIjVcbCUrkEWdA8wkgFL9dnRgqnPKmciy0+AKennSJYBOUVBGt2/h4J4tlZUFGg7CCCaMVnvG0skiXcnJAi/+M5vJItQx29Ndf+oVPPyAwFSUQCBDQj6nj9PfpTwUJCeS0EeodMlUO4RCT8X0KKL1wo7F77DBbHdcim9vcRfBFOQoFyWjy4Zpz/AhtQkUZYsA8KkIMp2V8pgCpK8nILYqgWtpTsrBD7llXuoStAGRDtwL05REO7hyadWxCpLnX+EDalJHiBZBuQUBWmd2BNjjVww6pJeoyC2c5JBa+lWH3aaVMdE7ovYxnWTCt6rBLKUF1OQTwPIYDzKXGstPwwgoqEAAhsQNFHQmx8lQinIxarVDApis+HEfY2mm4PRUTXds+Nm14wyquucAB0UyClOUZAPqog1v47nne+KRgBSUQBBDIihn6m/UtbOd/OLFESdpSB36p1vGbGWfoOz+Dp0Z2ZmvGvXE+KF8L4AJJCCyG+nIFrUg5f1ARZEkxOK5BgQY0CPWaYJca5yttIi/Du3MvSgNN2Eqw1bep8gkCkJLdZompKWMDxY5VnNx7EssmoVW+PTZdlPnvWwlopxb0/kLWtdfgQH6fJsz1xzi6QdfszQAa0zq4W1LsH2fSbh2p37xd3Wl8Y7IbJF5L1ZV9vM5KgyS/2yXmHJs91v+W4VM7gfumQ86Zg126IA6QaIGOQhme63NRBdZFR3rim2nTgOyZSGqyrOI6ayWgDCPHzu0MOzd5+V6v4RKyGdbhVcR2x0KfrDr3iBj75VaDUyu6iMMrI2Oufi63DtVTq0woq/7ZnZLaumzZoYiJaEWvRUt5bqqqV9RSWCd7e6lBOchSyqhltnB8iFtG9gUmLeE7KLl+zX3jfdq4/aC6I/YR1kuRVEv9pZQVu4e40K53YTat6AoG8w/Lo9L9a9uHKqdGy3oI5IMzZB6DZEKea6Hm3j6uHy0LfWPKeddaj3qY9u6YpcAw0+3iiyR6M7PPK6JZ5R6cvCuwrpDrNkXMQHCyO3bRJv6Qq1PdZEB0/vynums0XOnlSb1ikFxcXIfg89gJHDQ9uYb9WNMb8St7GUfQANXu/sVTre3Kjv7Zhl2V6aA2hI6U8CyGfkYpED25omgjIgq1hNtKAnpYAygOvFFVoo0MUIUOEsACMaBr+BXbu5pSxWf84kt4fdSXaPGN3ZwY88o7cPUPqee7j6zJJx9ae9WHp2EBbRgInYpNXY7mUNttAdT4bf7wcf0cM3OMymPXL94zMAch/FvIfDKU6rZpfwJ1htUadW25VEbm0Ld2ePjkm7GzeGtB3/8FahHfrWaNbtM6Un9yf3vN3LyCF47efO+RmfzHr/9ZHKHXWZlxq5AtpqF75dux8mBT1WkWvHLVo9ueu787cOH9I/eNKFHf4pelh/C0B68tfOP6I98n3nvXYXhD4GQKjqHfgzhxf86ALUsPdPCTBAHmEa//gygHys9GSH9azuxIDQezStC2685z2EHyAdd1JguSAdu+xUFwz3wDmgP3V4FC5A+jNzPOaueJ0jzlh1oTcQPpF3hH7yNKjjVp1itQ2dHWgkT9jUKBzdCvr1NAUJ8Dc4FOQWPl0SrXZnfJCON0d3rKavcIovpSCfK/R8yXM3TlIQvw9mH9OfmL9DKQhzlnfuoee4MD1r9n6CxkcK8hKA9GcIgDF4PTLQvVcVev8N9rdLFqRnttqd80FciLiZgLx3gnbAUV2Ywnd/Dx/1u/J9u03IHztOE8zvQ44IfAZcfqMr+30BDr4g73agu+7CnrH7kC6ZVLt+wu4sWYqyvEWJ8uekFuIJeSRaioiPKH8UIE/YLpiXoo4IifIXRYqLiVbj+QPM5OCplXnszyh/LhJ02QZNCBnxIXXszihRAITUIuIjShQUIQNAIj6iRLFES51PDlYpJnyUZR1pSJQoG0BKOYCjrkshBisy7mAQdbQjUT7PyclF/o5df1K4goR76zhKUd5HAkZ5hwoOPtXkWs2XH/wtWSO+mJBxnKK8SfIJIG/w/nV5K6f47sDTJ4TMheZgCEffK8qb5M0FdAd+Xot5PYRwxiJ7j/LfWZAVH9M6CI2QaD+i/IccZMHHQEJqH0KiRHmXdC+PYv0D71MAKdNR1WsAAAAASUVORK5CYII=\" alt=\"\" class=\"wp-image-1207\"/>\n\n<p>⛷️ Winter Savings Alert!&nbsp;</p>\n\n<p>Save up to 70% on AIOSEO and give your site the SEO boost it deserves!&nbsp;</p>\n\n<p>Need a new plan, or thinking of upgrading?&nbsp;</p>\n\n<p>? Unlock powerful pro-level features and dominate search results! Don’t miss out—start the year right—save BIG!</p>\n\n<p></p>', 'success', '[\"4-x\",\"lite\"]', 1201, NULL, '2025-01-20 00:00:00', '2025-01-27 00:00:00', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=winter-sale-25-v4-x-lite', NULL, NULL, '0', '0', '2025-01-22 16:13:21', '2025-01-26 16:25:37');

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (7, '679bab3656f23', NULL, '[New] Smarter Keyword Rank Tracking &amp; WooCommerce SEO Made Easy!?', '<p>We just released AIOSEO 4.7.8 and it’s loaded with some exciting updates!</p>\n\n<p>The top ones include:</p>\n\n<p>?? <strong>Smarter Keyword Rank Tracker</strong>: Our Keyword Rank Tracker just got some massive upgrades you don’t want to miss. Now you can get related keywords, import keywords from GSC and more.</p>\n\n<p>?? <strong>Support for WooCommerce Product Attributes</strong>: Setting product attributes in WordPress just got way easier. Plus, you can also export product attributes! </p>\n\n<p>Update to AIOSEO 4.7.8 now and take your SEO to another level.</p>', 'success', '[\"4-x\",\"lite\"]', 1213, NULL, '2025-01-28 00:00:00', NULL, 'Learn More', 'https://aioseo.com/smarter-keyword-rank-tracking-woocommerce-seo-made-easy/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite', '0', '0', '2025-01-30 16:39:18', '2025-07-20 16:03:14');

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (8, '67d306d63224b', NULL, '[New] Supercharged Crawl Cleanup and Query Arg Monitoring! ?', '<p>Is your WordPress site slowing down? Or are AI bots scraping your content? ?</p>\n\n<p><strong>AIOSEO 4.8.0 puts you in control with</strong>:<br>? <strong>Supercharged Crawl Cleanup</strong> – Stop search engines from indexing unnecessary URLs.<br>? <strong>Advanced Query Monitoring</strong> – Optimize UTM parameters automatically.<br>?️ <strong>Bot Control</strong> – Block unauthorized AI crawlers.<br>? <strong>Internal Search Optimization</strong> – Prevent spam &amp; boost performance.<br><br>? Keep your site fast, secure, and SEO-friendly. Update now! ?</p>', 'success', '[\"4-x\",\"lite\"]', 1222, NULL, '2025-03-11 00:00:00', NULL, 'Learn More', 'https://aioseo.com/introducing-aioseo-4-8-0-advanced-crawl-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite', '0', '0', '2025-03-13 16:24:54', '2025-07-20 16:03:14');

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (9, '67d9a02a07475', NULL, '? St. Patrick\'s Day FLASH SALE - Up to 70% Off AIOSEO Today Only!', '<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAABaCAMAAABT79jMAAAAV1BMVEWlzHaFr2gydjxCgUMjajUMVSgQXyxMjUVws0xQlz9gqUVepUJ0t1Rorjx0uTyXzFd+v0TwkjK3hiyKfSd2oIbI2qyNr5r///+v04Ph7Zdqml36/qSawHK0QBzSAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAZEElEQVR42t2dCWOjOq+G4z1AM53vTmnB9f//nVfyTljC5qQ9nDkzbRII2A+S/Foyl/+FTar68Ka4VH8fbFdO38/aKm66521Ekid+m5HVae3E+fVRt/xRklfHAZABp8uJYDXwH5O8eRpX7+/0mWQ9FSzD2XnN9Jc+IqvhkkH3He3+MmC5g8MZXpe44n9PBOud0/8oWJSf2Ux/l23WlYI9cP13rPuLgIXE1g1Qy3n1LK6gxdR/Eix1ejstkGW9YOM68FD3N1Uhi9XY/yvg//ocrt7fa6n/g2BpWZ/cTvNkoY9p8h480P0lLFbjscKtgiD++hSuIIDf3t1EMbpj44Lv2Y0y/crA/QFZf5gN2pujFsv5q0IxVuam8XSfwtX7O9sYwBv2+fXc7ZNtPEOuCrTTJFmVhKA9679jzrCcxWrCyTUNvQ/iC3GFAfxlU1j89fxtE1kXzou0E5D1584L0ugFm4NYuf1Lxlj+BJt7UetPKa42BvD68wVgteyFgXvc3oZk/fFB+zBC/mkxVjMIstxPuahVjqv39+uWAJ59vWL7IBsC92uphvorM7KsF2wmIuT9vV8qxsrcoTvHyopajWLqxss117YA/jVgfYq1kSApELhntyC/Qm80VrqizcSQvvlpMVYcVCR32NhJHs4kU1SW5Or9Xa0P4PWLwBLSvC5wT95QSg69oaJ0NbIIh0TMiRjr30nKe33nEsFoYVBD+XvRjfO1AfzHS8BqhRB0VeBOi7bTX4431qfMpKu7APmAO0RX+C+A9X9u+wdfVRXZuLItK6trya2RjKzb1lus9vOz9T/ZbfDSdoslxIqzY7wp2k6VtKejeJnOZlL+c0BdZPHNjcKo/CFbZrGE+LRd3qI9EVJHAgS+Y3/i2WufXx/4D8U7XvDW7++4oX5/7T76xe0/egiW+AGX78SWj+Lfc2kq/5+sbkU26i0WeNpryT9qpS/XuXvKwYJ+z8D6+Ar/xtfCxz6/uPwQCiDiA2zw1zmwOvz14QmqJ7SSs1i0TGdXsvI8XZqwyepPka1xMZaU6q3sxmQNtv7twf/XGYv10QIT1tu1XEjwex/4KxXSfxbe/VL4EhirL/zDksGC3eXnJ8ff8SDoNbmgznnm6Knr8snVxdvoCiMpG2MV6uxKBpzKg6XA/MLYkFQwDinbapTfVkQZMxbLuj4HCreWiCFTQFeEUANm1BEG74nPZLA+HJIS9sB3W3sM+tV+TYE1v9WcF+YKxoLQFThGV78eLCUropQ2l4uhktUlm63mdAVYMxaLaRkgCmBx92YAA80Q8z996M8swqJuT4RKe5fIh57QjgofgUV50eZ5q6lU5mK0UnCXq18OFnB1iZuGu6Voy0m222K54GkWLLRA7i/t+YP3W2YH7wEs9JRzYK2wWErWhb0gJbErCpH1NLAGXIHRAltcsvWguTaABTaHfbmoCDo9CQkOLOsFmafIuUmF3pG7sAtfAQtmg/sPxyQSFbCzxm2TK1RlA6yK80FX6CJkPQusO64QLV7UHyr5SAaqM1cI2DCGOLTJrUWwMCIHu6OCefLyufSGCMkBA+b4kd6Vfs6C1T0CqynKFXhBaoY9UcRmPQmsMVfOH1YlA/h6vcXyHrCdBMuJVjKF7s7nJWkLx4xU5OKX/tptsSA+LOgFwVGQcUcUIOs5YE1yZf0hLWa0rpyvB+ur/aBct5jVwrIhnGbuM59KfYRMPY8JvOQI/MBsQYixWDqQarNPKvaxCSw47WJcNVxWZqIjqvO7/ClgVdNcWaNVzu4/DOBfN1e4ABYrF7hfx14w2azqF4IFPvwyuxUUtR4F8C/LblgAC2x7QelKz3aDOr/Ti4O1yBX4Q1YsiH8QwH/8PLDKBe6Nla7mN3Z6r5cGq1nmqqioxRYD+NdYrKVRYc3ZM6SrGZtV/yqwHnNVUNSCSHhhbof9NIt1KxW4V0tesAxZpcGqJb2s2EqJWosBPH8JWHweLFbm9qofeMHQB/RMsgqD1cyOQ54kajULAXylX2WwpsGCkPBp0lVxssqCdeNruSomai0F8OrjRVxNglUVCdybuwmcZbL47VeAtYWrYqKWS86asVlMfz5z++A+ebB6UuBeU7mlC04kqyRYEItu4aqQqLUcwFPxkq2eCtyLSFdkUwcYfhZZBcHazlUZUWsxOat+CVf0KSlYDV8VtJchqxxYe7gqI2rVSwq8egFXE875/BSsFdJVSbKKgbWTqyKillqqOKvk0+3V7QmBu1ojXRUkqxRYu7kqImotBfDXa1OpjRuWdO/dqomI7/TaiYZu94LnklUIrCNclRC11lVXbCj2PLWY9OzaiZ1e8FSyCoF1jKvzRa111RUbqq1PBevkwL3a6wXPJKsIWLejXJ0vaq2qrniRxTo3cK+pZEdbH8j6kWBxTi7Ht3NFrerMJSNOtVin1k5cN0tXkxs5bLNKgHUOV2eLWupEGM60WKcG7jiBY85oe8LpjwOLbeXKPEfUelxd8QqLdbB24npgAucBWeyHgcXkVnvF52OCM0Wtx9UVr7BY/Nj15XH/OV4wkiXZjwKLydUjEqK1JsSg9q2fIWrNBPCVYqy6vchi7a2daKqqUo2dN2D7J3CWh0+HyDobrNVcERYVb0mENCtFrXqsk0vJmarXBfBqwhW5g6gRO8Mv2WGx2PhUOa1OqJ2oU9sJIkUzlq7I8Hv3GbL6CFkng6XWcqWwL8FeEUW5+SZCrRW1kCw+2Fwjr5K9JgJ4KSgxRo8zWfAM01fQPRaLZYewm4WLHa2dUBIO4tuOfBtBJyZwVNZKQpi9Nkv9ELBWc8XATPXfcesFD7eaUkpPRJKpB4As8j3cWrBqYsGnXCvGWDNZXaGEsofo7mySxYKHU9R3mXlrY6zsEP5CLzqbg96XgnXfdlJO5R7z2EqtoPu9ofoRYClZrbVXdw3OhU80w3uaLYta4KS67/uth0POpyfb3LrJ5CwuWncANs6RYoL6o9Pwpl9gU0mF/+wgC86UBbL21U6M2o6KqaDdyHBlRqjdcdb+ZR3OBGs1V0ZI1zZ9aCLmrDUXFNgiD0StSrDYS/EI0L7NXMwulBGingzgpYhGacwJF8a9Gc3ZMBViRcRPg+HoL6brw1fx/bUTcMZ3baenwdGhlbQgRyJ49XKwVnMFBkvbS4YQk5vs4hW2BZ2LCNIkDw9ti91MfecTMeNXsG/7aM/uqivCob7VBFiB4F7wJGficjJ2o0KtGD+G7rXxFQm3EdtdO5G3HVkEh/pLY0fA2m2zzgNrPVfhknshqW9s2zhgVuD1GG7Ni1rU+0KCsbHwv3SCzrmOwZvDAJ4FoyTFaLwI9kyGQ+ejSN56F7Nm+hG/3V0royE6hF9ue1OwwrXblZWIawU9c/ua3Bs82WadBtYGri6xv9iFuIDJgsXwZuyXQk0vajFx8fdqg7+YRbCsPzOZOcuSs1g0SmaULtzwaM+6wZshbuonMozHVs9fqzV6tfQhAAwZ9tZO8HBT8jCMmQNLe4x9/Ppkm3UWWFu4uvi72A5XiO0mBWAZ22b98hjGilqBJY0ROfeUzbjCxn5ZDlYK4NH9udETONV6FB1VAazL0Db5uClzkMnx1WM5I/Om2U2wNwUrHk9embSx6pwrJN5pHgVr31I0J4FVbeEqWCzn/W03obnWtiEegGVFLer7hwiquKcUDtFMuw5zB1ZMzoI7nuNfimg5cms1xDCAUDvh9LyVG4NVjw8zBCsESD0cvN4LVoicJNcK2+4RWFIezzOpXgRWJTeNaEPE3EHsDtdvI3ZvsLAHXGyszez0aIhVLlac6L0vk16yAmNAWYCsdtyBp6tU5f9UNrP4ZlUIpZw+zpVqXKWh3V0pfLPxAQ3snScX+7ipDa7whjtRylAPl7fRyLJPYNVeNQMrYrm6NorC97mJg3SCgz/N/Y3S+rZDI49nEoJz455DrIgZgpWCVqLdBzaTpfYgcQJYG7mCsPISB97mAvcgCqT+bu7jYN4s7O+HV4YQL2m1UlRNxXiaPVH+Bje+G0bTKzCgHMx8QHxU8azkAYj3YJG72q0AK/PTffEtTUYjxQFYt6CMUXFtGsXTnuz6NlPiyO7lUZK1HQ6DwCJBO+i0O1de1FE5WEbFb9ueYKp2MHEcrGYjV3Av+Ru3pxC/M9FCH+qg+xn3jCK+AJYeae8wBmDMtZlp+77DmW1mu4F/50fV4flM2GMEgFbhmUioSuEStwR3v8ALSHsGFos71jfnCp3yhXONCr6z7S6mQxu8BNY1+e3KPbSHXPreTRxAgBae3YRPJVDhR3UfMwYRD4a7cJnAD3NTg3Cwzh7MS8zGf9KBBQ4BrgG/Ddtms2TKti7rcAJY9VauUBX26lHPBYMhEpgBEazYUDKdAUsPtGxofmh/DgYjadIdx5HXvUodOsUIbT0KlX2cVIIISA7OQUo//IRYLki68CPEWMqHz2CDZPDFd1JqivSnwWJgEtMEAtxh/C3qsQq+T32nge/dsLBL+ygB9pKACVf5wbgFZwAWyc/Tf2CjzaqfDFYjt09FqUgGXKO30EMj1M/LWSl6+G7BCVgfwKH5hRwcobMLZg8nfy7Rj3Sxg8M7DML19m6eyY/iwMKGsBCCo6sbDxAbYkUC4j4jsLoJsHCV5cGpQTs0TXKUmTDR3C8kGk1WT52hwgHQ4Mx76WTBBJYZTrDCBzaXSG9ciuYwWPWepEWTpvt660rAF0RYWtdm6jFYxkdLNlSvfTviQyKCq5CR17Z3VkzeWTARtVYVZl96OEB/BxZ8LspdtdVxnUBRe5PYwVhjzmJNgQWm1FsywpnXyvhbohcCrkuYwrzPPebRtiNZdvaZi3DmqvdXk4FF45R0H9qGbDdZG8k6CtbGBWWSM4s+yttlHYMRMPBg35fqfAJYGj9b1WH8x3wU72HpBK2ZN2MGJ2Iwi+XOhLFAHgRMwUjY+Cu4QhNiLOLPtfIylpuWqdyZWMLZpAQxAOsWrA3q5uG2iqpAlLlggBvGJ0OwbO4xSXcHRhJJGLQHI9HeZ2BpDzQLbbPoEE5ZiuYgWDu5QmdI78hi7pIv1jUuh20JLJoylx1YLmjz40sZ9URtj8pVHE/2xLiJHH8oCJK9U8PYycYx0Pi+p+GcAn4U87SsKimzGSEieGXHn91IjR+AVafJR3cfQY97QQSdXjg7OPHGnxcV48Vj1OiudMIg/ByGRTjhaoLcRi883Go8fsV2sLaRdQysAwWENCPLhgReg4BBsiHmUXZEAIukTC3nZjQMBqsoOccZEIiBm6Z+i4YAb+4LSlHcxzUYTQdxjLnwHCAJJqQP89yyvtbgf3RIffEfwEjRzqDrkdwQPmHBqmL2F7Vhkc0C8+wDE/GO4G9B8eJiYvEYNiBLe2HQACzGU6qtyBXAMv4iYdCjD4C1qZD1EFjHFmhIZHWYmuznTNdkDwUjbzXnmKmFCUi9e8YNi24kgeUH6wFJjh+CA/meiPEUdjCM9aT9IU5RDxKpUBDyCYNRSkcnI7Gb62WwSJh+soi7MNCdIpxLk4PFhmANco8zslopiRP2oEFRof0OE9MJLB3NsvHj3H5f8t8Gso6AdajgGUKFRBa4mN1gofJnM7VwhIfBjqSaxKH6NFjg7mp8h2JkFcGKYbzL/6OiGYClAk1otHyGxC0ORVEnavV4XnoAFksR3RUipd7JmTpMSC6ANcw9JjKRBaNTO+Fqn3hBtZ4AKwjSwKDfb2/y33qyDoB1iCttRQaa5CyyG6yQqXVFkVRmes48WJgJAT0OGCrviJLFMgiWfROjaXd/88swFTDlvKcMYKd21YtgBY2Biyum84Df7vokj9BZsIaLx2g7P8BTkiRBE6alTgfDVkxgBTUiqTp8b47WarL2g3XID1KUgTOycDZuP1g+U+suGXwKrDqBpVCc4jKCpbIY62rfVNeovOvhVHTKea+FbLP06HEufA5W40WLFtMOGzGUVqfBwgHIsALH4PyAycjq7LBP6Pxg92CFAbck0coVXjBkN1hH46sWJ3F5nNuR8ghYNlMrZuB9990YrOoerNrOwwWBiosqZh5wt4IkuyawktR+X6UDMCV3ScaT0BlYNY/nrbKakN70i2BVfDC3RwXvkJaUkQ/xuwg+u49mN4ydE1jf2sQJ+wMxzDqy9oJ1yA8qe692MP7jaUrV65NdVkthiJ4cIAawBiluVZB3Ohb7rwnJAMRPuWWuEIJ9bv2n75xbSObhEEDdRO66iOtDFn1hXqXDcmOhR3kzCawbD92PuQ0xm1QLsQjWXdm80xowlY2mthNR241C7hRY3/Ebdxus1UvR7AXrUNzurLi7+DgH5xnLipVcHDZRfx/UmgFYLI64xACsbgKsHsHitmAsBu9XHqN3homftQXLYymdk+Rji2ULXjlJtVi3e7D8MIxj6oXXxanPP/Si5hJYYliB49K37e1ngqJrghhnxeEwF5qBxTJZuCNyrhLqVJu1D6zboQVlcqeXQmYeWzXVXCrMchgjTIQegxXznWVusaLESX2BT+y6N5ezFeWGVDohwWTRJktNIL7veTBZWYwFIwaMeng3U+wTBVIU27VnqX6j0XixmP/MJi2WmZp/t3Y9RIWdn+REtTSKYhlYPGS/E+1TZww/VGBBVtisfWAdW6jI24ELNo6OjLAoCZpQI9Z577IGLBLFq6AzWrBUmOOQQ4vFw0ItCayrTDUadXMdgmUGJitZLIkH5CIUhXyPErISWCHVQmFCDw/iFX1LFQBBZYOTZcNkqswud1lWtw73UgjdghSKLZO0UBJ1LPCsCpXc7pDJWrPI0S6w2LFVTVgs0jHZ7AyRclAmF1zbxEz8NFi+UzCRJNVaNL6DfOJyNmkS9PoopoLJ4mG20MsGsftjz7ChxXL9D8GXktHnzoElQg6OTB5YoVYW8KB1PJmY7zMGK0hSJt5L6Z4yodHQGySwTJRNlc9Z6g9FWWsWOdoD1vaFiqYTQDEliUZhxcQukNpk+cs4ETGT6HfJRpAkS0CNlZrqLVTJGFQCElhS3uXNKZQ8WdpTsDolrANYPECuBhZL+ohHKu/bRuWJYW4dXGYXzGEOFovFuzE1FX0biy9OXzrEaUTF+UQaJRPPI7ZMcIBSXkLTgn0ldtTQHQTr8SJHO8DasFDR3BwyS4Er986GRd5cIjDjIo7h9UzFXN7sYaQok8BjnM/p4tApWo00U5LmeCqbtae/s3OgInipVLxoyQoWq4k2Qzg++lHaTLgMV7gMIzJXppqcbEguxF1HVc6jdRdCEbltOxnsaaA0imq9ncoI12pILHLzA8gjZfduax6QtR2sw1xd4kC5Nz7ns0V3F0c5rWYppp2qQolJcnnWlu+UPqWRopV4i9lzRrGYUQN9UIdy1jw2glDcS7a9hk+zmIwQs8WMfV5JsFix2L8npJ+WGwbph5gQ1uSp671OUgVDXeAu57obAUDjmfhde8zt6u4uHUNN5vV2uA1ji7fapTgeC979mJ2dCpY6ztV9PuN3J237qXxamsX53VH2e5jCh3bCxR6SOJYpz+5vJIunPGYShvbWS/qil0te7IwVYSZNYIZdpYhLbLS4LmDmCgcXokcCqcqyqDscPV5Dkk+Wctj1MZk2pVr109ba8GFedmeTZbIM7JS+IVIocdfi5KgnxK1eLGTdCtYZXGHsl/rPtrcKorKJjeHbYiKXNJsaxttVxxZXYZKDyZT43ABdbWzsmIlMh2V60YexsJ6EtQQmGpPYd73Kgnc4eDI5HRvPFQZPDMYZUw+aPLeqi4Klicpl+JqOds7akIlpi9R2rbZtlzK0WhW+MKYwW7dHMhkXzpOfsfbfYvH9RrA2FTw/mCzkihhDcEY1DDKtIKQIMdoVHAI0MNriI31VsLSJWHKC+QWauCOGT8CPEleIsUe1yfHudRrlBxmPUyXFU1oBDZwhDYdhNBwT1+RLcgMWJ1JtLyQl0wzKXuEQbsU1m5if13EJhmfL0lm5EkdoFnyxz7WXwfUze4LGpfu7G53Z3dzBaDhYulZ3Lwtmmweb/pw1JZeK77eBdRZXeKGxDo5mpamhOs7KgpaEcS7peAVG306xco4OS/SU8uWCPCsbDPJDdpQ4xex2Z83gTZYtXpRP6WTletXEEqP+eiirrqOFK0PK/lQ5IQ/zy1NtF/egIelBh0ucPBjJPxLqDsuStQmsE7lyM4FKjScDCbwcUDOEmK2HzI4YMrWw5LhSTK1f+hY+Xa1e3LbG5XHV3Pq4C8+daCoWU/ZT7jFegw/N9Oyqv+O2w930cmuRYfMU9YZbwDqXq6dsWx6csuHZFRuW497w3ImGy7D6f1huQJof3sCzNmsDWL+QK1touXr5DbYal/XLca9/7kSedRUNFvv5t+4MWevB+p1cbVoofvWzK1ZbrPXPnchyj4kfgnZnBdmFbVZ1CKzql3J12fD0w+vah8+ttlhrnzuR5x6HYgBXgPMLmneGl3VgVVJdfu22+sEpax8+t3o57nXPnbjLPXZzBS0Xv6TJ1TQwq8D61Vxd3ELx11UBvDrRYq187sT9gysxUaInUvyaJmeTxKwBq/nlXF1WP/1w3cPn1lmsdc+dGD+4UtviIal/T+NOLEWTwPp/lpXxy7izzvAAAAAASUVORK5CYII=\" alt=\"\" class=\"wp-image-1235\"/>\n\n<p>Get a new plan or upgrade your AIOSEO NOW &amp; unlock up to 70% OFF advanced SEO features - </p>\n\n<p>? Powerful SEO Optimization<br>✅ Advanced Sitemaps<br>? Redirection Manager<br>? AI Internal Link Assistant<br>? SEO Mastertools<br>??‍? Search Insights</p>\n\n<p>Drive more traffic with cutting-edge optimizations. This deal vanishes at midnight ?</p>\n\n<p><strong>The clock is ticking—grab your discount before it disappears! </strong>?</p>', 'success', '[\"4-x\",\"lite\"]', 1229, NULL, '2025-03-17 00:00:00', '2025-03-19 00:00:00', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=st-patricks-day2025-v4-x-lite', NULL, NULL, '0', '0', '2025-03-18 16:32:42', '2025-03-18 16:32:42');

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (10, '68177fb737990', NULL, 'Spring Sale 2025! Get Up to 70% Off AIOSEO', '<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA0CAMAAACTm56yAAACr1BMVEX4++r4+uj5/+/5/ez4767476n58rT57qT48rn5/u749MT599L39eH4+eX58735+dz488D49+T4//P+Zxf9aR359sr9UgD9ZAH49s3+VgD8jl/+WgD9bSv49Mf9ayT9UAD18tz58bD57tr5+Nf9ZxH5+uH9YAD6vp/47Jv+SAD9XQD58d/54sv62cH569X55tD6tpf+TAD8q4f079j53cT9oAX9ZQny7NTx6s/w5sr6zLD6xaj8gkv9bzH6sI39ilb6oXmRkAP+QgD7k2T9fUD9qR39pgL9/+39YUf+/+n7m6j9dzL/wgb5++jq0638jqX8hFjW0I77poKwogKfkwDp0KgBe/vt27ru38D9lBX9jQLnzaP6mIH8lmv9dSmophmlpAKJggL60rgES5T6n5GWlwKnmwH9lwH7nJ77k5qalh78hgfo7d3+9rbnyZze2Jf7mnL8ejr9rQO6qQIri/rs5MT61L7q17TKtAaenwX9bFr9cjv8egIOiPz986n7zIX8in/Wy2/xmgf9awP+OwD54Nn++cXJxonLvkzse0z9WjqWiQD///H7k4r8rTn+MAD54ZcAOIz6gXr8tWapp1+no0X7iEPJtyx6dwHr57H8dGr5gGj9jSb+tQXt9Or6u7u4tX/6sqn45aH5jHGzsWP8u1XR5O/f3av40JUgUZT7xHidmjudwfL68NH6x8emq4v6nSvZMhzMHhj61MzU2sn547oBW7T72okAEIn3cn36e1D+GQC6xsu1up7yhFqweE3mXRjQ0bb52qvDxqj8iIz+ty7Z4ddmg6nq4p5BaJuXm3B/gj3mcSmqGxHmjAKwzvIheNjp3or8pldMREN8Hw7HhQKXq7/mqViLaEkAIjB3fCJ0WgxXnvh9sfaMkFzqaFapbwDVgYnRnlf9UizbphBDeaeBAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAcmElEQVR42u2ciV8T59bHZ2EbMgNMEhKzmIQYErJBQoAQkrCvIsgqKFILKggim0VUrCjiVte6a1u3ulWrtXXrtfu+t7f33t59e997/5D3PDMJJCQgou/nfdvPfdrBLJOZyfN9zjm/8zxngkVFQosOaJExifEYif2nPXHDMezOwoUXdk7bmfGJMRGox7kWgVpSFBbFP+VhpKANWpQAx3D8f/t6cbThvg0L2n4Zjby1eOHCxYt3EuG+ES6Igr6eygMBiQggwiFBUGKSCQz/3wLBQ0BmSFIYRgVuJPfyxC4/awMhdgIPIHIuHJAFESkpPpc0CSQKAYnggUxB8mA0liLxp24S6Igk9DpFQLczOEZrGNzhpJnsbJpxOlncocExFsdIguJY/byh4Oe6EJAuAMK3gPfm+3FMMZAoLAY9CiKCkBwuyRwc1fBkn0avcIcAEyCBAw297mrKxptastnq3my6usVJN7Y4NI0tGkdvI+1sqaYdwy6c1rAAhfo5guB9MaXtWtN15MiarjvQjwRqk7vEpkSH5+EDMhVJ9IPMktLMy/EkGtOE8Ml7BVkF43Dg2dXNeFNvM95cnY1luzSYxsFgNI2jDUebRoPTLhfuGG7CXb3DTHaTEy7gZ6YwcBJ6niDBY3V1bX6h/MAaLUGS2ju3bk1EdzJxWh4xWExSVCiRyAeZmSUlmaNgayQ2/97NOasM3vHQmKbZ38PZ4KZwHyTfRgZvPqsAflh29TDe3OICXvxbPwsPRpjvnDt3y0xSlq4jL5SXbztHkDvPLUbtDk+EXJASPT2QOPibFILk8EEEpOQmicVfHxwcHGUeN8L7XBSucTKOavBD1c0MDdaACJDkoz/KXTfJ2Yaj2YUPtwxhGpqP+f/PoeDkzoWo8xfuJNIOnCkv37zKTNxazEf3hWY+LEdMbyA8kEAi0YhJZPTlTuCR+bGQvgxkPiv9mMAfEwZJ4o5mDd3S4qCHnDjJySm/f32MuMN7O9rlZIZ7szEHy4kw7P8vE5zQLoZQ3tXVtdBsXrUZgFiJc11r1sD/0BAQnBSk+LVTKI8YLCEmJghJxOHrR4+ORj/oBKfVeU04mnlwcPCzweuPE9CQz3E2QcRudGIOGkeRGcWiOQ5tTiDDIehsDd0IR6Sxp03kadocTtyCvv90c/mZIxdwW3n5C8vxWwcOnNm8eduark9v8b4hJoyBcDz8QAKJRIwuXbts2bKDDy53Zt7uvHazpLRkcLCk9HrVLDMMNJ4dTRC5q6HrcM7JPLFK4zUjHBnXuGgHiDAMp56OIubFKPlULWTDgTVrzvyr/IXyM3cs5SMjRQZwXC+8UL7twKoNaFhWYfHTBxAEJBb9nUCS9GDt2qXQli29vLS0pPP6aGYptIOZo9Qjvz/sAH6Kbm5iXSCh0Nckw4++CU0+W9eF9CJBcF1HkYyzmc1udIETJGdzgAn9H3ZfToxSLPs0Qwh94cCqbeCryv+1rf322O2fvr/9MjiuV1flaPkL5j3WdDzisNi4OD8RkFtJR7e8DAaybOmyzqWDiwYPHuwEIiWlpRYhl0BPZ+mcVyFBQ9HOxiEG8425cAy5XkWSfNYjEyfS6ork6amEb6aFp864mjWPlgcoxZz2ZDhhqbPZbOn9xRkE/hRNxHxh+fJtLwGSkdulY2M/jX3/ffGZ5W4tQfA9SMamTM8DgMxPSAhE8pstLyMLyczsXFa6aFHJ0tJFr0AwuSdkNZp4kgq6bmoy0SFR3NVoGofBm5Azx3uCoLXQGBjyND6rL5haWWhSjHvMk2dHCsHV2IQ7NdisToYTVJiT4UTGDqNarZaprcKnGUUwTJtmsbTb8m+Prf3ww9/9Zawk06DFzTt3alkSqay4lAAeE1MmPgMBILFBRI7uWAsNWCzKXLpo0WDmIgBy+eN7o5c/e+Xg6M0AIjipTcMwfjIE02iY6pZsknmUAgJHk5Gbt8Nul3jctPWZtFmMTJxotyt1IrEsJ7jXSJzhhBc7bZCCk1nTPVKjXSZ3s+4TWgoP2QHPl3hFYtPTtBA0Ilno/Z07r4+9/OZ3b7353VhmqfUWL4Vv0SRWFZUyvcOKS8ASY2MDkUQevf0yOK3MwUWLSl9ZNPgKgDl4+WBnJxdLXpkkAo7k/W+hj3A048U0NmEalpzF4MFtMqNMkW8weN7Jq1FbZgNE2G4cUXq9kilA0BMmm9Y0NtEUpxxCO4bJVRtl+jq3beAd+YCJpkJ3ERoKlVKRImM2FjLriGc+x/X+4t+Mffjdd2/97q1vx0qKNp/5tGvhGqSFKSYpZQYeCdi8+cFEoiIvXjx8+MH1g4MHwToAS2dmZ+ftg6C2Sg6WXmYmro7M/XZvfjK5H7kC3EHPJj0A/28bF4+YbIRQyOYWyipnZyGpA4ck6nFP6AhHAptxDWscLnT6EJlApo+rRhRuOBmdX2gqpskwTstgnDWQsllxwUnzhcULPz1yZnPx2PdvvfUmAPkwc2zLC0hnQSLy6TmCiZg0kIggxcsDESTOn4qEaxdvfLB81WfgsAZfeeUzFEdKUXSP9XUh+N+9e9//4A8P3ngPDB8LO0TDRVGp1KvXpwlZnGBa1QOp/mlQfrbdd4igl9BXTEtvbc1No/Dgd3wz9JD5O3urWZqZggSuUCJWKp5JJVhcaJar/UDwgJnXqUBC5mQnL73s7Ltn0QHIskeZ0bmuhUfKEYDbW3733ZuAZG1m5onN0LatgnaBip/JYSXEYoJ5iYmBRGKiuLmtpIjjq//4wX/VgY1Au3wZnFZJSUnpPd8EMIbnfvv+P/70l8H/7imb9ZoSTrjtSpFeaiFYeGwtLAYgBAWNEBIYbEJ+CYaC1wjuJfiLpupAn1BCIadS/e8IuX98XSAkGGJo2EEiaUxMnswmgfAgBivEWWGOkQeCpkq5z3J0goHw7wmF4VYd8LLP3353PyRDeA/5CHvuWnMAaJw5cu7o92+++SYwGRsbS79gs61ajppVKJiRBwIyb16okUSs291Q8Oyzf/xg+WeDmUszj95Lu3YQlNdlduK8yED+9KefDhOPIT8om12VJZbYkA4l2RqVlsBTzWazNiPHSljcNoOV03GpaWZtakZODmYx2HIYQptmNqemtbvNFJaaatamwTtkWo7B4E4j+EthMnIMttz8Jqy5rsbjJv2DnaiTiLJUdgM6GaGtrEQxDidwC+xscFtpYioQnECHtRna6TCOFN//7tsv3t2Pl/V88fl+fnWtoqIinJS+c2DVgc0vbTtwZ+fCksyXP3zrzbGSsaNVJIObM9w22wY00xs5LQ8EZIEAkEwaSRxPZN3p4w3d67s3FfzX0UWvlEJW8rGQvXd99KZ/9FCffPv+3pI//vYvTbMXKDACDUZVlihLYSDRCkG+TEuwJ+xelc40Lk8/VGg32vNB2xLph7xiqb7wmTqJ0T6eT7j5p/pUguwvRA/Hi9MLDxmNhSY3mhwjrHmyQonULhvJFxv1Ehnyh/zoTwcgOp0ih6AYjGyVsiSAscgV+gFjoVEyYIVLmADCPU7NlxbaZYVqTxitgYCsXHm3rKxn5Vc9ZWWAA7ty5QpWURECxLocHNPyVZadiz89UVr6/YfgWcb2XAV9ToL2xmAYxERHzmAgHBAOSbCRIAOp7yioL2hrA6c1uLRz2cdCgiJ8cRUGym9/+8Fez969e19No2ZPhGiXqHRSnUhdZyYwylAMFmLtl0mlOq9CX+eRKpXjrWCCaTa9XqpTZsnEKpWy0Go2eBU6sR7tnJGukEpFSr06vwh2NsnA9xEbJBKv3Zbm1UsLi+Uir8xAcDP+yD9KxFlSnVRigyFP2E4AECJDrzYVp1qlYq8aHCceAIRLSkBbW5Ri9Y5QIgDkxddWvvhuWdkXb38F0QS78rfnn3/+dWASksUix2TT7lwMgaTm9mcHS/79702bLg2RvoCIJUcGZSBTeczH4hcsEEwaSazfSC4VdNe31RcUHP/kD6CAO5d2HqQn9T4C8qcPAMfD9z+0zX7tHafMHokS+l9l9FgJijZDtwnTpCKxzjRgEbYr9GKlMYfAhYxHocrSi/OVJqlYnSMk89VKsaISzEnIVupFWVJ9OySLCjHn++himVJs3CDMk6lEKrl+XF+NZzt4l6XV6cVwMrExL4MgzWakg+Vqr2rcRsrVKqU9lwhwWSxhHlCPyDy0sFUyYswPEVPwjb9CRH5/tueLt9/+6vd/W7IEgCxZ8kNFiLBvzwXXa164rby8/NN2wc2blzZ1HNfsnzjevJTIGRwWAhIfH2okcVe7C1YUdHQXHP9yQerSzMHOZUuX3RMyARrwo9/+8f0BQLL3cZIqMGiTSSWVZillJhstRE6dTH3GJAaTIUg6TyZSqlsZEqehw7Jk8hxI2rzGdiGTa1dxQBjMXKwQiWRyjGBr1EqROp0iLPoseMUqbJXplMb89vQMCm/udZEgvnAix6hDRJQSqYGBkwEij0msUrdq+tVilaQfmYzfQhjCZleq7Ok4matW6cNkrHjZ799+7bXXwDw+/2LlfcDx3PPPP7fk9ZDJG/gcSEjsQteR8vLNF8BFCXfXrz8WILmjQvxVFMfDZyCJWDIiEmgkQCpuV21bN/isgoLadZGMAU1vLV02SgTOXZX1fO5MS0uzpD7uXKhepsrKkiqzjPI03nMjIJJ0iiXq1CKxfgeEaloOnk3WmrqjEOKFliIngFDmYpNILCliKbpGwgOxKqRikQmASBAQft3aqdFUuxiSJHIkYGpSqVJqb01Fs6N4a6FXdSi3qggBkUOmOAGENINViu1uodCtVqoU1jBAzn4BJvLai29/8ftfP/cc4AAez52tCBMpSYy8c2DNGUg8wKUymHPoZMNdv4WQgpkdFgIyQSTASHbtbgMT6d53CfLEhI95IEcD7RiIlBFTFu5ntbZOWDwwbrOkYqVEx3lxHxBw87lqkU4ssxIYywHJIy358rpUyDMmgdCchRQxxASQDJPfQrK89nz/6gnT3KihNYCr0i4GIwGzGEDyl7AMqGWtTFWebCoQIkOqF+v0RTab3K4wHWoPzRRB+K5ERFa++OLK+/fv/xpMZMmVimnWIM4dWLNt85FVaPoNJ6m+jjcwn4lAVjgzj0SMYQKR+IxkV9+pttVtbcci1kVERV3ngKw9ygY5VhyfPo2atkHYIOhcGRq3WUr1AMTpACCQN+jEdj8QRR7oUDQFORMQgtRWKrwq+wahXKbyjrsJ//WQOOnqbYKMMF2iEKOT2fPAbeAUnWFhtOkmXVYQECsBxiTWZUm9Dx/WyOVFD63hlG/Z51+9uHIlIAEm959/DhxWxXSO4MIBkFoHLvD9RLk2dnPZGrS4aXj4HVbiPPgET2QikiAkiV+2/eXUjfNR67j5xi0vr0VAyCdcpwPRlztgJkGoDkiQ2/IW5lLTA5HlcRaJzwwEAoVarSp0a0eyRIVyc6DiI/IH2GYn2V4pE0vBRxYaUMUGoc1plRWKdNIQIGqxTqx2C2cw7qqzr99/DSF5cSVnH69PmyLiFzjty2OlqKE9DZ9Agl+FYbFhA0hMAA8AglWBkcRPiSTbG765mrArLgolJb8BIGtf3nLtSadEAUi6BM2WCLVFSJGKTZVakpoCRD0FCPYIIEDEA2rsmUKjPl8bGOVwIl/MDvW6hJY8hUiapVPUQGKqzdUXGkWGIokoDBARAoJPt5BDXvkbRPL79wHI/SVgHmEC+uQUW86r6XX9NhYdiHXRjtr1X+NVODnBY1qHNW+egL96Hok/kswXxJ3cd+zLvqtxu5AC5oBs+Q2LwkXVEwEhcwuRxGcJWi4TQ9KmTyOooBgiEpkyAoBgswCCC1MrTUX5uW4LRrJB+qFOlirUMM7hxkqTSKrTK1OF5qJx0YjMTU4N6j6XJbbbCK66UhgmtyLPvg4Unnvu1yikL1ny1ysVM00w2vrzbVoKowhNY6NGmL1xX89+LD5mRh6cgQgEWCARn5EIYrfXr6/vaOg41gdE4ka3bNmy9miEYMHEUuDcgbyTg0YxK7SasgCIKQhIulqkUgykPiYQ0pwvU1lAt/IzX4FAIDZjFOMaypGJsrJAvwkNhV6lYoDGwwV1vR5ZDUOCaKXd4WaWKyrO/vDXJXz76w9nK2Zex01LQws1LiftoqswZnvD+Zux0aE8oqYEkAkgAUgEgvjTe+rrb+zuqz3Z0XYepYmHR69dBLkVERU3XxCPPwkQ2zt1JLeoRXsUOpF+Ryo1CQTrl4iU9n4U+n1B3e+y0jkgqQRDmsO4LMMhkU7eWiQv6rdlTK5pormsQ+h9jCQhQxTpTMUsnEGpk8mrcPCYCMhEHmKlKG2xAkxEBrpXWFU3Hj65AiRXfnj99dd/uHK2ouJRxYtoxbYJMiK0WEP1rf/n9WAeoQ6L5zEBhIsknN+Kv7q+YUXD1wJBYtz29ad27+IYxnAr7uhwUQkCfO4WYt+RIURlrwjISCHIVH9QxwjQSyqVGlkQyyeGZEgMIcFCdCIJBwQSQzvCWCVXiKUytUQmk6gl+RNhHQGxq9LQyQjtDj2gLmJQyq8zqdJo3kJwIcMB0aGpE9gb0Oiltvac1kMoOw0f2Cv4NgtHwbqaGIeGxJMXJMZF/bhx3x+2zjiF5XNYAUD8civ59PqGv+9pe2NeYmxi7PaOP59OiAuqS4mMjI4SzHWxOV0i82jR9HeOXgkJtMUve9XpQqFBpvQaW2HYChm5yavUFZuFJF9zUicb8WZVaoWskC4WKb36IlJI15hGvIp+pIr7jUql0utVikUi1Xg+GWAhMnURDScj3DKvSu3tdWK5di8kGx6PRKVSylotWlJoUI+ovCY0dZKmk3nFIh2QteufaEmXq46hseyWIYyMj0X3gKREHz6579vDkdGz4BHUtchtMfP2NPx9aHvbG5CTzBecRiYSsHLlK96KjkmeG5A6dfG42GC15ooUMjuacOWBgH+yGnZkmQrzQChR7a0w4CUSoycd7QDpodSORn+eG2svQm+oFek5/dwDfX8GJrTs0MNjiUwMWkok9U96wJGXyyoPVbqtG9L1JpndYyExR+8Oo14sGpd5JDKRCVJ2bbrYCOcyegw0iHGp0SQWe1UyUw4x55ovrqgG5aUOnCUFESmHR+tyr12Mjt7T8dODiOjQsripDkuwIPh4DFNVW3/qbsX2fV/PAyKChD2nzu9KQI33Wj4iEdER8XNyWa3FaW6P8dA776h1eTbtxNSJVCc1vmM0VeZqESKbVM41jwIleoRbzz0rkvaT6fw7NQP9xTXcI71baM4ZeKaopqamWKHXoXDgX/zDMHlemsFTCCeTieUGM2hEXNPUv8MkzbPS6WLpjuJ0bYaUP8yIB/whYcl/Rma36+XWud+qxC/0O+hhF0PFR6SkXDvyK2jLr23dXv/P0aToRyhexGPB1PlY58m2N5KT+zq+GYqHXTggsbH33Dbbx0EVjtFJzFwu2GIhCNayAZqFJrhCK95CZPlpGzZYU7mXMJylaZZlYeOTAu4h2jCGfzTxh6WptDyjoh0z07Q2B5KNLOnkzDluSSMImj8ZS3CFfiSBW3qraQ1DpmZYtHC2iUNzl4LBRbRnsMTca14pnMGHe7MhjFMC8FQXXz2zfNu2bb86cvHH9f88OvOUiY/H1IFOXK3/892K5GzAEr9gXjy4rE8EsQaOc66fCIckOmFOlfrwZSluEZWg+JBN+WMIX9DGz3dRfCPIwKcExS3uBjaSwFoLFfkUkjIE0W8ckeQxQSfD/CfzraFzt25gw71OtF4Mr00cz1/GhcTRnHhwVbNkdnUT7uCKxRCP6Gsvvfrqqy+99OqZ3JSN+9YeTpppyoQHEh/ieWr3fc1UJVf11be9tyB5PgT1IYHhzJFtR7Zt+4chqAw4UjC3QYThQWUGwlRxlkolqxNOVuviePAuUwohAhoLOLNMdVzwF2qL9VK1NShZx4KP5L8ANlvjaGymUbFw0NtzmZ3zV4OTIKuacVeTr5wyOTIlOgWAyGvkRTUvPey/uGfffwOQmRUvMpD4qQkNhHOyimWSd9fvu1R7sv7UJwvuAWKO9HL/+i5XcxoZ8yRZ+8QZUw0yvV6v8Lot9Bxzf5neAB7LnJFnlO1oJ2bl5imSHarWOIboJ74LiPssuk3PibtamrmCY34Skau9Oix/mFeTl1fzsAiA1G59dACJDwGi2XPqvTKQW1XJV/dAsn7sowUL3A9fekleBKyXxyVMCmCwkvinASTvkFSq00n1hYXWOWhNnMQNHv247JnKHYUyD8iE2Xt7jMxuqcY1Gmy6mvBZ6Vuu4tmBOVsaaZyeLE2L95Xv5lfmnfB48kb6t+7Z17cuJEUPVrwcj2mAgNwq02RnDzmSBfHuEQQ5L+9hXexkEQQqqEt8GoWXGVYLWufKyGjXzuWmX/D7ZlRHYjPkWMzE4yxeQl8yGqy5txmnmceHwsFAa/caXFPd4mCdbNC0UoIPyOG8tSdOnBh44YO+7ftqeSAwkqPWrYubxmHFJ08DBBkJZKTxsJPb6zkB/3kqDYkJQZVCcU/DZxFCfp2LEM7tJmwkEiBwo9BNPeYwR2t7jNPBDDdmc7eyzBYKl/mB4AAY9HCLk3U5uLtiArQy47/dP/pw0dot4vf/0HDjZAMPJAlwxJw+fTpmV1iHlTwVCItiCOkXnzSyIcs/PED5xNp8yNwnKoU4JMlPw2eFxN25H2EuAQAElmbIQTdWOzB0LyrhczshBwt4Dc1O0U6aru6FwOFkuBvEgvb33wGyFdrFa9dHL0Zu71jvAxIRFVV76caN45d2n94V6rCSk0Oyid1t3HIjONn9+0kmOT45vvanD7dsWbslf/68KeV0TyWI/B83rhiVQrdD0pqWRg2TrfH9usSU2Sru7mD+xw7w7CYHwMjGsx0MRoW7lYu7A2Rr9Je1tbV9kVtR9pG0fWMDH0OiIi6t3oTa6htXY6co3nBASJC9qKKMInruftRTRTPJtR1//sidX+e+KQgoguCQRAiwX0Tz/boE7nCxjpYWWjPczDJO/hcleJkMnURrAMSQhh1GP3ZQzd06yd++HdYsUX1736Xu1dCO9W2NjoxOSjnZdn4dx+NYwQq+bbpxOnFqAElmph6PutrxTU8ZXtbz3o36hvf2l1XVdpz6qALNAoeW00UlYr+ohiyD1mCapmHa2dKiQRZDV1fD1ggurdcJ/4KLyqYnLGbaBiFka23BpmdR21SA5G7Sjxv3tfWtA4V1vmAF9/qzK1YUcECCeTBVU8t0hupP3S0je47Vbzy5/j2sZ3fDN3crNFNW3H1IomJ/WUB8OQUK0DhYBJvtYlnXEM24XDSk34zv1ntywqqmbfEQzo8XdHeDiWxa8SwQiU76cX13/fGIpHV9BSs4UGA7BccSEqcEkFADQXNZpz7Zj51ff3Ljxo3HLh3vaDj+ER22UgiIJFRhv7Tm+6Wo0F8pogLk7qMsDWJ6yo2CFYBjdUFB97PdX26N2F5/bPu+3esijj3LuavVtVd37z6dOCWAMEyYu45Qqr7/bsPJ9fX164EJ2ElbTxUbUpbCI2GwX2qb/O2ugN/zmt1Hq8h5EEJ2F6w+fhzsY1NBd8GlpMg9DbsjO26sqy0ARKs3FZzfBS0xJIAw4eJbbcPfz56v727oqN/Xffzkxoave0BtBRdBTNTKJ2P/aWEad5ttX+2XF4+tXoGiSFtf9EZQvXtWn+8+tru27/zxS3GxCWEULxPuxhTiav03n6xoqAfjWN/R0dCx/vj5j3rQDZah5XSxcfH/6fxwjfulhq1bo7f2rQYcBd1tx7Zv7D697seOb/ogPUcZYSiPCYX1PyVp3p32gihkAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1240\"/>\n\n<p>Save up to 70% OFF on AIOSEO &amp; give your website a vibrant boost this spring!&nbsp;</p>\n\n<p>Ready for new growth? Whether you need a fresh plan or a powerful upgrade...</p>\n\n<p>? Unlock pro-level features and cultivate top search rankings! Don\'t let this season of savings pass you by!</p>', 'success', '[\"4-x\",\"lite\"]', 1239, NULL, '2025-05-01 00:00:00', '2025-05-08 00:00:00', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=spring-sale-2025-v4-x-lite', NULL, NULL, '0', '0', '2025-05-04 14:54:47', '2025-05-05 14:57:18');

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (11, '683200be535e1', NULL, '[New] Get Indexing Data Right Inside WordPress!', '<p>Worried Google\'s not seeing your amazing WordPress content? ?&nbsp;</p>\n\n<p>AIOSEO 4.8.2 introduces the <strong>Index Status Report</strong>, giving you crystal-clear visibility into what <strong>Google\'s indexing</strong> (and what it\'s missing!). <strong>Uncover hidden indexing issues</strong>, see post-level details, and track your rich results—all within your familiar WordPress dashboard.&nbsp;</p>\n\n<p>Stop losing traffic and ensure your hard work gets seen.&nbsp;</p>\n\n<p>Update to AIOSEO 4.8.2 today and take control of your website’s visibility! ?</p>', 'success', '[\"4-x\",\"lite\"]', 1249, NULL, '2025-05-22 15:19:11', NULL, 'Learn More', 'https://aioseo.com/introducing-index-status-report/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-482-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-482-v4-x-lite', '0', '0', '2025-05-24 17:24:14', '2025-07-20 16:03:14');

INSERT IGNORE INTO `1uS_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (12, '686fef0f7039d', NULL, '[New] AI Content Generator: Supercharge Your Content Creation!', '<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA+CAMAAAAyAL3UAAAAWlBMVEUEYeAVteTl8vzD4PaSx+8Tcr9TvekJX7MkfPMFYNZEmuwyuehKqucpl+wEZ+Y0ivINde8IceIRj+wQldwQjdsRnuIPgu4OhNwKeuAgpecVrucUteb///8BZPnkOgnlAAAAAnRSTlMwMI8My2cAAAAJcEhZcwAADsQAAA7EAZUrDhsAABrkSURBVHjarZyNgqo8r4XnU7GIIGALBdze/22erCT9AWH27HdOwQIVcaaPK2lLydfX4/2R2pB6U5qpbaepLMu2xWpKrP1Utj2V0cvcyqnH+5LajlNbtW3TUl4UVWFaXKSdTIudpvWm8O1E+yiZRnrr2Y7VOHbjODaVptYY+qSvvG8a2rQe7/ii8YY2rpIC75rGuYZOwauYkOMD7okipPrJaa41zaaovfF14+q6qprC1Q3tz3VR1K6eZ9qr7dzQifRVzTw3jaWyeXB2Hqwt5nmh9U4FM22vd10KO8/3uTD3uy3qunD32c53pIVWpNc1JmeK67W+14W9zle60nUorvV8p3fuZr4XX1/vnURVL0tvTN+2N3MjMO2tD0DM7UaVXBouN53pTZ+AvDtaK+BsmAJVfmuKaWIqRYE3KB8NYZnMaAoqJiYEBDxGqiSkqiEgDX22MOBZ0MmmmqupqCrjC0oEyTT0ZuHwJp1ZGNp78l7BhwJkbgKQWRZTNEXhHX28NsbRF3i5VDGbGV820+dNvRAQ7y1dCNeb6TudL4aCeBC1GjQGANFkvLN3T+fcab27whbWLHcsCoTqm3b5RRe7Xw2dUtTmSl/vhoI+VSzXqyVS9/oACKoWCjAGBLjiaWnLiQp6gsOH2CtvPd7HB0asqpAqiqwsDGqUGLDWDDDdClJJa/xkJvzHEEjbQCHdKDQogUIBEFS1xjUTapiANJXxWvse5a6lcj4DtduYJw6deToDGLiWAuEFQJyjyzZEejZNXbBgCnCpiYWjzMy01jOVuIY0UThbLPhLPFXivNRLUsj9XgNHfS8ApLAeVXuvgaOwrI+kEMZBYlroW+ydtFQMlNO2Huh0+tOhLgA7BlIyEJgkqvi+vAENbFhZqkwUyK3reyFSlh2AvGGyQpogBlJTMFmsECOFE4CMExmtERrhBBotgJBdMRMB8S1+wvjVUyEBoco2zyeV4gRPNkeAeAWC03CG2ypkRqrnhjUk1zPNDNy+mG1TeCjEzXIBqnhH9qm2hoFgAyAGFgtXGUggc8088CrIQM34mcz0UyfGs6VTt0AksbwzILMlIMWd6F5nAlK4XSBlBoSqvYcEOjZLHQO5oUCAdDcyWVBNV3a00hlsslC/sEQkJUPVb3AK5yMcBimE6Bjg4KKRFdJBIxAQkJCEnsSBRGRggaAkKie1mamhsokUYnSnofrHtzTQTSMfiECq4EPmipFQZeOyMIGNsVTdbO+oJmnDQGa8BYXgrx1EIYMpFAiEMYtCFtQ2eNQMpODqBA7jSCFU9AKQFwNJ1o3KSSQGho1yR18Fk4UPUxF97P49kDL88IXNuiTuipUqhUfHEikJSIlf/khqkxqnteQ8HsreKK9WnPrYtM9n+2yeBAUvOuSK1U2WVgXGP/ffmAXIEwqpFMpHavIDZ52ZD9LCEsG1Blpq/P5VB+rCKQOpZX4t4LGIQJbX/SC9VhukXSBks2IVd1r5t9uWUteV+UlK5cFL14pLKZkLkJRju1oYQ9hyASuEnAh4kIzAhRIOaQf1nC2tVvxT679wXN5sz1OLRRKZYb7iUs2HiVyMO8Ihdg/2io+pumvyKKHikTGGRUEFi7Us94+KP0r7QMKvXis5KiDapXAgqU+ngsa7e/fUAAALWssxUBHN8DG/xyzktKAPtLOo+kbl0erShAOmxZj4FSg8P0jou4EHJMJEhmYQQQiYtTh+lBbVB3sRre86AAiZvhHeh0ReL/DQ7BjNPpC3+IJui6Xs9tKjU10Qj54W2YfKynLMl5AxjaxQXHoXjBbxwCIK4dTqS3cazWN1N88ESV+cJx7PpiYWtIDL0DAWJfKPaLh5AI0MC7QBE7Wb7kkfgQiSgEmbFaLXIZBAhMTyFjf9Vu8ALMrqLTR4eZBMwOP9ABQ6II2gHcuCSjTWaIQM9NFFHHRE1TgSEUlPelcUM0Y2OascyaaoWRWizpmJ4ODdOUASHooGL7VKcRtxwF4NrJAlamReqSFDsqyI3BXH6y5k7hFPYvQ6AsKeHT/x3H9Hh66mq8tsFhX2jwej0QyefSWFlcuA8WKT1Wby6ARKyz4Eja1nKx5DBaHGKPj7IxevDd6ch2U/kmo+2K1D334sj0ENljh5duY1r5rd1dG/Mhp4/cCBHJssdSV/Tz1WWnrQeJA4QAMq6SATGVJh9z7mMglmSzx7RBFXtlftGDxHtm2T6cqlsudFVjD0NKijYaM1b5efIWEUvEIhwbtrmlUW1DDeMWWvRX1IbqY+PMq3QI7TA+tjk3rNdIVIkr/XNMqL17JjDlIsTJLhOkxszp5pE2zZqNu9ZDMuzXNgCzdgtfTipeFsEBMWdkKKotDtEEUCLrm753U5Ti8oZXl9k34OpHurQ0EjSmF8MIloWDdsvfpjeQU6ykINVra3AyPLA5MAZg1oh4kVBs+nYsCRAqEdyuUl2TbN2a5qRHQCqYDCsAiMWbYfInkl67UcQ/n6MQp5sTJ4iTBucQk0xHyxQqQRtoNiFJWkpYtFwYz9RSUboahCAo3xCImgiFhAxA6RS6Cxy0SEEQUTwPBQI0EZwGQfRqTBEkFafqWQiAPygC7eSR83YXJ75FT6uLDRehwKRDYTZZPoYkoC2dUJM4ivjEWQSLJdjlfd2ITEZlpRqcjWikyeRzgyKENGRnDICPA8f9MSFoPFe4dEvn7CIu4qlIgksLjJ67ZGwiZLTNehzSIQjAPbcWIqwmLKhDJtoHhB4UUfPlJB9XvVh1eVJCTPDEfYJlkwEOzaQSXyrVSSTII4BrVZOsKy5GBW1gowlkORfP1QIArj3QkMJVKe/+ymU7uCwlRW/n0Kq8pknAKaCfnEQpmYxLTCQLnPNoTjKZl/ehWIBxXOHGOJSJxicQGJsmFnMtiAhIoSlWMcORYWyTJHJqj+YaeVFRZd95D8SytLoDyy9tXpz0E6q9XibnuvSGT5pAIUarOmThCw7WIiU8bFjzkNn22hFT86WgTGk3Z4y4JxLuDAXqYSzi0lGDAbZBLVYgf7DZTMzfPolm6WZa+hFTUSWSy/8CGdaIRpdOLOmcntz2F6xCZwnyERHr3AUCg5Fl5YJmK0OsEiTGQdJx/JeDZYtPDKdsozCKgESMDDedZKEIgTPILEChdt/mpmmQSMl2WvYsW7iGjsgZcfYudEeQyfjayXcvlGH/+gkE6dxzvz5t8AoTf7R/TrAUmgwtmkVKapiwvrhHBMUy6PwMOLWChTdcjGMQvGwpaLl5FAgIXIIhCRjcVegKJYbNgHAOQ2tL4CBCuKsQdaWXQ05dhqvZbU5F3+eyurizjQ1u3eyaXfvgOi3p3NFvXjo8GibEpqmTIcSKEgggnLlLGZUPOT1H9YlM7Tgw9xgChgwpgOwaEFcJyuIhJnnXJQy2WFjBVxWFUG71sRi6x2Fwm3tYZFlk+79crcyCu6kd/5kNBDfz+kVfUXhfRqtOBJ+l6w9AIF24m5MIS2qquWoQQ0LJIgFpCYoA8v4pjGiCJjAhowV6oRLy6FUDgM9l7rRrgIESdUHJA4GyUy8GqhkiFwAQoGYdV0fehEFDJkNmve8ehx/W3HMPTQUyNLW7x/UQj6JiqRR306nc6K5EL7IwtElVJLY+1cM4sxs2CsjUkVkkyYp2WCBfPBUnmxWaQOYPDBdjnCQturfsE1yiRYMIvVPYM0NhlcfVKI8oiZ3e2jLInJnm9PMJb/2sqKPZHukdpY3OtQIO1N0zkHcuvRV5Txrb7ntzqRyIV2RxFLT/ZrTB+7RIEEaUzRYPHGA6xqhRZGQpvo2fmFc6AQfT1d9gUsEq8KsUEoYr0sCtiKpTRkexHGlb7gw6PoOMq8b7FeQSPM4RuVfP0URmhlBYmwAvS/DJPb1kDYat1EIaWcKP5EgBAL4Ogn/tTpfBIiU5+5lEgnpppOmoTGxI5EhDIlqfjxSucIDrZcXuVxCkTcymjZnA6g2KiRDMqQ88EXBESbtCQih24kpuW/9tS7uK9DWLdDH3I5JyDS0uLsInUijiQASUeniuDUqDHaoWWXBdspAcL77Fa8KAUgJINCBIgmh+o71awc2qtVI+DiIwqrS4QTmSRGCY8AiT7F5iJBK3jXYL1Wzaxl+e1ob5caWLTc3pnJqsMkrDNpoD0nIDKSAlVQVaC8WikEFqub6K2T6KVSo0XWqb5cro1YLlLeNF4vlxocKny2qhxoVFwIIA6zTB0O4UZqnFPXjeDwHhga3gWpi2cYdPKl5sqfa8wrpcMmoKD968wY6roeLL0HDtfLmT6CPf2CGTRmOvkiPcT5er0P8+V8zTWy186KPfXlvzZ7u2ygN/ZBEpAq/NgBpMqA9KqRB6q6PLHNIiT4f7x8YuprMWUTi+V8vkAfF+3ut2KjTvzT/nNyrA+1bOoY6Kc/+eycxl/DOZlewj6qGturDDEwA7rO5aIOBlrRL78QkYG2Mx2fCJIOSpxmG7+AgKg9OAMJlZ8X/JPzTkvrFYaykif5f1CI9gyhjxzIymSdMpMlVouWM8wV/rPpw2ThoBU2k0I6pyExARLGYzIgLo7aVAJEj8++3gDhnzNLBSrhZtcljvAIkHCtWg4lXa2b/4iwTwzhfE77CiT+EadZgKDgMg/xPtW81y38tiPy9fO7U+9wl/C9UciF55Xz37Vy6qIQamtN+GfZIrHNyhQiza++jzAIC650ndilnMVpnKq2gWWLTp1FdG4mx5D1nKbCOR8+BF/ANKxtGovZ8VacO06/eCZwaZoLF8LhnIgLjmYGQt9DJusskuHi6NT5kLBAb2cGgsYJmTvtjWyHF1+ZOJZfdQy7dCdEmKgLWTV7sdfH39fNBI0QEdRQKY4kiKLMgJwUh0I5aWNL6h453Af+XReBODma4CAqOYfc+1W8xScQ5qF/mUdtsydB5TOQkxNpkGDoelc9urhBZWPdRdwHrjwkICfmwWBOAuSkd0nSXcPtWG/yIsuv7hi+87uFG4WcOOHXcmtXCgle5CzDvwAxrX1IVEgfkUzilSbeqbmyPR1UvA1AUJdwpxemJ+eQy2cxTNLsnTYKiUBQcuYPg5+AEDt2dtyuQOLSIToWLPOV7XEE4vh3ACBQ0pWBXKWxFYd990dPFm1j/WLopEs+5HHkQ841FbaXtQ8BklZ0z93ly2OjkEAHLNDWYcvWskeJlQ1LVuUK6S+525JCH4BsFMLtMrgPqeY/0uwKqfasBcdW6uzq/KYOA7lKD+UStT9YpwqpxYBRikA23fU1klfWEzmc6/D18xuG2b2Q26qnHv43LipPCsSITyeB5LVHNuuxUoi2soKxOvetvDvxYd0rgY1CLuJkOV1jb1EVIoIJEqk3Dp6BnMKHKwESFFJn1xWFSNv4LL8pfH5wAsTtAwlT6HS+w8qRvFY3RF6/dOpdvHnLAtnpGJ7a2+O8NlncEVndxmpDK0uHG7kfInjYXoilwhv+T/AP6CkKEOXDba919z2ZrJVCJg+3cLLSxjoFk3WJ3UY9UoU0bMVCagKQWjw+bxUIdVOGYLLYdq0UIg2tbas3OI/v2r0/HTrRbqESeew3e0+3y9apq0u/tHjgUGp8rRDpqeOwOkk5t5EneWNSIFuFCCxIhX7kG4VsTBbLgolIk5YLzuzmqdvjxX07L0BcMGBXei8BYQK6DQrZOHUbgfANdnEhw9ZeJSqvX98xVKMV7k7t9kPa09qp99AImjF6q+rMXRH1IZlEQiMfAhGhVNwnv4hJ2wBBBx11UFf1OTZ7p7VCuNeeufXwBQACoZyr+srNXlFIBHKVZvyFjdIQGlm1OBPufCoQat5K76S+htavAuGG1sI3qnbvGAZTtW+zfjzrROfHCZHbYcdw08oiJBO7cvQP5UdfrVtZfZ852UvUjDoctVF9dOqt+vH0oWYKTj34kGrVMfS+ST3NM2vnGr/ABwMmPkQsVxgYTj5EeoCnPzIYZm3oGKa/1A6ZyRKvvtNZzyY5LL9tZa28+vunQMi2cX9QFVL+0S57amWxYz/p7Qrti+gwCOSiJqsICul51IP6KV7GBKh3yD31vJUlIyOX2PBNQyX4bYuxki9wyYeIU6cCOfd0zX2IG+TLau2myBdY6RPiQmEMOIz5zsPqLm42TS7vqP8nhWQjvqlneDswWRsgD7kpwrdE5AZir/k2tVVd+9QXoeMqjKfw4G+v+URo6GcsA8IYUlyNBcOJy8Y1jV8lun7tsmNb15XT0UcXb5HIEDAPN6YkY8B4xj0MDeM1y/Ajxh9ru7pXxfMYl61AXrGz/uuxrDgA/wiDJxHJ+YjH6ZaI8JLmMh5C4fsjyIpJdxUEZwUzKIQKtomEDMz7wETG5H+SHONgGj4Oxn+mNDJv82V7w0SG4efUzNqdCSQzHH7p1BMWHVwMXZHyYGLWucyHshKK8NrDEAcYtSBQYT5RINMGR4ZE7yFqa/cnOBRFRsTv0Aij8jFTFqvbJKt7VNrk3Xsg4bWaBrT8ZtZJQsI9kfdtnYwuq9Tn03yPkOQwEoYpYJDUrzY74lBbNf0Mh4sCiTeq/L4wbH5z1ymH9S2r7V2qIU4s/dRHGlT8hQ/ptgrJb4lEFjd9mWzg/SHWSqdo5SgeHyKJspimnEj/gWFNJGQC4ntr5dLLBXN1hCO7d7iyT1sWcR5KRDLLwMlHC2tZ9wmXX02U60LXsNMB+FvsiyQs6/QIc+UeYWrWY0sigMiFkfnxQxA+qCNz5mmsZMcu6RL2Iwu3b6dsAKHSsBtjdSwP7RZKn3DYv0n1rU//p7GsRzbe+84UspvElfPELJ0J9OnFuy7YKp7WILMeEpJpz0xFFtFzZCTC3XWdpfWMGBILvUflVtNPNoYqmicl4HaVkakjIdFnqpbPccXX2mL9upUld3Ifq7nWx0z4eZG1A+k2MGRK0CSTs4RCN6X8e42siDAJns+oMEZMkkPtRyirmQ3+uE2V4XA7Exy2NDbuPD7ups8kbJu9r2zeyfLbub3v7OGQ0Bd5H/MIT1Jl0uCHRfJp8DzzWtTRh6k/OpeUSw8tVehu6JwTmQaU5gFRhY86A+gZDdXzs0n10ZqyLhqqv8FITd0NEn16Z++GYRpajHNOlv/+BFUXp77nN3J3RYKZJrdHhkMeE9EJpKoNoTJhvjVXfprn2+tUxSnNmFt3/6bcWI0BxBisFWbA87RSTLvCnGuZw8gO4+mP2lNZI+obHAnDsDMvSyYBLeLTl51JJ2l08XCm3L8p5KFTs6LZun0QWT1q2Ie1C4+GJI3I5PdeWXRJHGkeaadzF2VyL09+1zmMgCEzrMMUOR+nkmLiOyZcO55szUhkBulT58c9Iwnee9qsA+72HcYQp5TG+deBgs2f3ZGpWcFi7T8jsh7IWg6BlG3144Sh9Bih7HHLHvvk6aPTP1xqm5pRZmZljyW4CgMfdcUrv+JhlYpC+SZVjeMnqfgxEcHS5O9f62/SNWyuuk/ZHJ9MCG3dub7+Y7pnT1IdAOEqbL9NJYf9y1Nf9oi+WIYnDUUdXnhVLZOL/PLlKCHCVlWN6k8Ex5OrPWS7DLHqovHoUoQHvM8a0dnuz6b+cZrDsgrmQEhsJo35b5V/lWByeQKS17d3DLUC2+r7KtNYjAEHiBCTso2P45I88kspjIxEzCoOyYjMYUWUP6+hm6pWFTLyxEURQpW4CJZ6jUR5VFsitmnq5hmfLnTNTyHUKSxgtqcR5ZLJqncIhOiYGtbvntYMyUHf8CuGIVUI38ikVCK5ThgJiATXkXhEmayQKBGOHBfWpA/HVKARfbSwUQRpiXKh10z5rEiaqJQolpBgtvSJtuZ7GN9wyYRSZ08XEoF6gyPHsisQQfJNs7dsf5DKrUJyImXw5KVCTSzaanWA9xo9RXEggAk0wjIRjeiT0dMziiEw2IhDkMySzdUHC9VIeBbX/sBMMYDvtJITERx14HCPViqugUiISxqB3Hc7I1+rOL1/RVK2K4F0YrcQ+1KBqLkLVi/hCFmrEWSDwWqSRBiJB5amlQgCY6j9egNG1VFnRksWotIk6xUlUqnB+hfvsc9D/Yjy4Iqus6rPZJEWBXHdSuRIIVEgpUHw5ELDuyYSfTGZoI4bR46N6dYrFnnodorRSBFDcm2kDGq/4hdMlhF5cJBMCfMDN9JzDomgpRsFInFgab9AHEzjBYKpfFMVlXComgIQCgTBbDSgX9PgVlWKp/yMNW6yRpnPOCw1rbMKBS9cb05QfGAjLV397V8R3rSwvr5+wCjoDIvYv4nEMEeJHAGRpe1NGxSAfeRUw+VU3PgIcfs4FOmt7AGipy3ilSJ0VvvAsGMKD+uNpwt6jmjtkSGqNY6kCIdU74TEIN4rvDiXTgYKeSLONUdvkp8+gygKZtC4wjjUcuUaXyE8LO15HCFMLAHxrigaNzmJcW0Q4noI4XuH8LOvEQXYVfXsbG0JjrNU6shhIZw1lc2NawaHM40dCjdbj2iMbp6NjV4ED6ZTlXO02JqIEDxr6ztd/G6H+32m/butDcKNFosz90VK5zuC9EoAuQMgwqDVyKPFjWocsWE5aK8pkN1kH3EwCciNDukMDLVLxF4i0kpkvxSvF5FVObgrftG6w0GqYzYhZizRGM2k8atRTqjGZ9uIxWpSe9YYiTVeIbw1Il63hmPw0gUKjvlKZAuEw/SIXE0Xd17iLcfwvTbGU0bE8UbCWHvExsYvuJglhnVhjZfPFoYo1MbNElV2wEnWOA0sJ8Fnrhy3FzpxCBPLMXkLi4DVM1235ijZDMSaxTiUIgZwoUExvwESw/SinzcZKIBDWPMNDiZQGnkb9StUCj5DIvZ2rUSRE9+vQMq24BjliG5NNU0/fiPx35GBTysmi/ZHlJpipLcIB5HQsMrJERgOxFtM9CoahCP2iIUssZM1+jXH6mWTxVQmDX6NkGWqkCa2mEzDYawR9bgxNZ1NVBA82SDqO9jOHGG5xhkFVSPVL+0Ns8HtDsJRy4xRidt750pHUF4ShKGMLlE7jyjZd6MBea0t7oMB8Lt3xwq5I/h7BPIQhXRGRUAQuv52y4CwQjgCP5X1N0ajAXuJx1uAjJSh0tuCI8TD5BUcfD8BGVkQ8N+QychApgmV2LJCQpzrJoQe53jvAmSiHTDwAQgihyMgtQDxchpCH0/MSRXCsX9CgGsoBGGsEXecQ1pbQz9dYJgtLsh7lKmN4h88VSkHIl9EIRyYKeAIQGYAoXW2pAqcvZhF3kMkccsxry0BeR0opP7f/wFVg1jJPsX2wgAAAABJRU5ErkJggg==\" alt=\"\" class=\"wp-image-1276\" style=\"object-fit:cover\"/>\n\n<p>Tired of the endless grind of crafting content, SEO titles, meta descriptions, social media posts, and FAQs?&nbsp;</p>\n\n<p>We get it! Creating high-quality, optimized content can be challenging and time-consuming. That\'s why we\'re thrilled to introduce AIOSEO\'s new <strong>AI Content Generator</strong>!</p>\n\n<p>Automatically generate content snippets like:</p>\n\n<p>✅ FAQs<br>✅ Key points<br>✅ Social media posts<br>✅ Email copy<br>✅ SEO titles and meta descriptions&nbsp;</p>\n\n<p>... and much more to come!</p>\n\n<p>Update to AIOSEO 4.8.4 now to unlock these powerful AI features and transform your content creation process! ?</p>', 'success', '[\"4-x\",\"lite\"]', 1270, NULL, '2025-07-09 13:36:07', NULL, 'Learn More', 'https://aioseo.com/new-ai-content-generator/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-484-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-484-v4-x-lite', '0', '0', '2025-07-10 16:49:19', '2025-07-20 16:03:14');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_aioseo_posts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `title` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `keywords` mediumtext DEFAULT NULL,
  `keyphrases` longtext DEFAULT NULL,
  `page_analysis` longtext DEFAULT NULL,
  `primary_term` longtext DEFAULT NULL,
  `canonical_url` text DEFAULT NULL,
  `og_title` text DEFAULT NULL,
  `og_description` text DEFAULT NULL,
  `og_object_type` varchar(64) DEFAULT 'default',
  `og_image_type` varchar(64) DEFAULT 'default',
  `og_image_url` text DEFAULT NULL,
  `og_image_width` int(11) DEFAULT NULL,
  `og_image_height` int(11) DEFAULT NULL,
  `og_image_custom_url` text DEFAULT NULL,
  `og_image_custom_fields` text DEFAULT NULL,
  `og_video` varchar(255) DEFAULT NULL,
  `og_custom_url` text DEFAULT NULL,
  `og_article_section` text DEFAULT NULL,
  `og_article_tags` text DEFAULT NULL,
  `twitter_use_og` tinyint(1) DEFAULT 0,
  `twitter_card` varchar(64) DEFAULT 'default',
  `twitter_image_type` varchar(64) DEFAULT 'default',
  `twitter_image_url` text DEFAULT NULL,
  `twitter_image_custom_url` text DEFAULT NULL,
  `twitter_image_custom_fields` text DEFAULT NULL,
  `twitter_title` text DEFAULT NULL,
  `twitter_description` text DEFAULT NULL,
  `seo_score` int(11) NOT NULL DEFAULT 0,
  `schema` longtext DEFAULT NULL,
  `schema_type` varchar(20) DEFAULT 'default',
  `schema_type_options` longtext DEFAULT NULL,
  `pillar_content` tinyint(1) DEFAULT NULL,
  `robots_default` tinyint(1) NOT NULL DEFAULT 1,
  `robots_noindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noarchive` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nosnippet` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nofollow` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noimageindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noodp` tinyint(1) NOT NULL DEFAULT 0,
  `robots_notranslate` tinyint(1) NOT NULL DEFAULT 0,
  `robots_max_snippet` int(11) DEFAULT NULL,
  `robots_max_videopreview` int(11) DEFAULT NULL,
  `robots_max_imagepreview` varchar(20) DEFAULT 'large',
  `images` longtext DEFAULT NULL,
  `image_scan_date` datetime DEFAULT NULL,
  `priority` float DEFAULT NULL,
  `frequency` tinytext DEFAULT NULL,
  `videos` longtext DEFAULT NULL,
  `video_thumbnail` text DEFAULT NULL,
  `video_scan_date` datetime DEFAULT NULL,
  `local_seo` longtext DEFAULT NULL,
  `breadcrumb_settings` longtext DEFAULT NULL,
  `limit_modified_date` tinyint(1) NOT NULL DEFAULT 0,
  `options` longtext DEFAULT NULL,
  `ai` longtext DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `ndx_aioseo_posts_post_id` (`post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=568 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (1, 36, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/logo-300.png\"}]', '2025-06-04 03:55:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:31:29', '2025-06-04 03:55:03');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (2, 37, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/B-16x16-black.gif\"}]', '2025-06-04 03:55:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:31:29', '2025-06-04 03:55:03');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (3, 38, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/bug-32.png\"}]', '2025-06-04 03:55:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:31:29', '2025-06-04 03:55:03');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (4, 42, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/bg-1600x900-1.jpg\"}]', '2025-06-04 03:55:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:31:29', '2025-06-04 03:55:03');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (5, 183, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/bg-1600x900-bw.jpg\"}]', '2025-06-04 03:55:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:31:29', '2025-06-04 03:55:03');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (6, 436, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/intro-family.png\"}]', '2025-06-04 03:55:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:31:29', '2025-06-04 03:55:03');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (7, 515, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/10\\/Lockton_logo_RGB.png\"}]', '2025-06-04 03:55:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:31:29', '2025-06-04 03:55:03');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (8, 531, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/pic-couple.jpg\"}]', '2025-06-04 03:55:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:31:29', '2025-06-04 03:55:03');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (9, 532, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/pic-nurse.jpg\"}]', '2025-06-04 03:55:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:31:29', '2025-06-04 03:55:03');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (10, 533, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/pic-family.jpg\"}]', '2025-06-04 03:55:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:31:29', '2025-06-04 03:55:03');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (11, 539, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/bg-1920x1080-bluegrad.jpg\"}]', '2025-06-04 03:56:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:32:03', '2025-06-04 03:56:17');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (12, 562, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/11\\/bg-1920x1080-clouds.jpg\"}]', '2025-06-04 03:56:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:32:03', '2025-06-04 03:56:17');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (13, 566, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/11\\/active-couple.jpg\"}]', '2025-06-04 03:56:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:32:03', '2025-06-04 03:56:17');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (14, 578, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/new-hire-tn.jpg\"}]', '2025-06-04 03:56:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:32:03', '2025-06-04 03:56:17');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (15, 623, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/2016-1.jpg\"}]', '2025-06-04 03:56:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:32:03', '2025-06-04 03:56:17');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (16, 624, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/2016-2.jpg\"}]', '2025-06-04 03:56:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:32:03', '2025-06-04 03:56:17');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (17, 625, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/2016-3.jpg\"}]', '2025-06-04 03:56:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:32:03', '2025-06-04 03:56:17');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (18, 626, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/2016-4.jpg\"}]', '2025-06-04 03:56:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:32:03', '2025-06-04 03:56:17');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (19, 676, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/bg-professional-1920x1080-1.jpg\"}]', '2025-06-04 03:56:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:32:03', '2025-06-04 03:56:17');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (20, 682, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/2017-01.jpg\"}]', '2025-06-04 03:56:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:32:03', '2025-06-04 03:56:17');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (21, 683, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/2017-02.jpg\"}]', '2025-06-04 04:02:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:03', '2025-06-04 04:02:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (22, 684, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/2017-03.jpg\"}]', '2025-06-04 04:02:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:03', '2025-06-04 04:02:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (23, 685, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/2017-04.jpg\"}]', '2025-06-04 04:02:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:03', '2025-06-04 04:02:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (24, 701, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/2017-05.jpg\"}]', '2025-06-04 04:02:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:03', '2025-06-04 04:02:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (25, 1046, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/10\\/body-bg.jpg\"}]', '2025-06-04 04:02:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:03', '2025-06-04 04:02:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (26, 1048, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/10\\/usap-logo.png\"}]', '2025-06-04 04:02:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:03', '2025-06-04 04:02:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (27, 1063, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/10\\/usap-fav.png\"}]', '2025-06-04 04:02:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:03', '2025-06-04 04:02:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (28, 1066, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:02:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:03', '2025-06-04 04:02:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (29, 1069, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/10\\/docs-bottom.jpg\"}]', '2025-06-04 04:02:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:03', '2025-06-04 04:02:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (30, 1072, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/10\\/bg-colorado.jpg\"}]', '2025-06-04 04:02:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:03', '2025-06-04 04:02:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (31, 1079, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/10\\/bg-miami.jpg\"}]', '2025-06-04 04:03:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:40', '2025-06-04 04:03:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (32, 1080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/10\\/bg-texas.jpg\"}]', '2025-06-04 04:03:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:40', '2025-06-04 04:03:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (33, 1083, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:03:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:40', '2025-06-04 04:03:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (34, 1087, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/10\\/bg-florida.jpg\"}]', '2025-06-04 04:03:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:40', '2025-06-04 04:03:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (35, 1090, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:03:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:40', '2025-06-04 04:03:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (36, 1109, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/docs-2.jpg\"}]', '2025-06-04 04:03:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:40', '2025-06-04 04:03:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (37, 1110, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/docs-1.jpg\"}]', '2025-06-04 04:03:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:40', '2025-06-04 04:03:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (38, 1111, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/docs-4.jpg\"}]', '2025-06-04 04:03:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:40', '2025-06-04 04:03:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (39, 1112, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/docs-3.jpg\"}]', '2025-06-04 04:03:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:40', '2025-06-04 04:03:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (40, 706, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/brainshark-thumb.jpg\"}]', '2025-06-04 04:03:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:33:40', '2025-06-04 04:03:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (41, 1137, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/10\\/USAPColorado.png\"}]', '2025-06-04 04:04:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:34:21', '2025-06-04 04:04:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (42, 1138, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/10\\/USAPFlorida-01.png\"}]', '2025-06-04 04:04:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:34:21', '2025-06-04 04:04:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (43, 1139, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/10\\/USAPTexas.png\"}]', '2025-06-04 04:04:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:34:21', '2025-06-04 04:04:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (44, 1156, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:04:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:34:21', '2025-06-04 04:04:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (45, 1175, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:04:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:34:21', '2025-06-04 04:04:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (46, 1177, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:04:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:34:21', '2025-06-04 04:04:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (47, 1186, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:04:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:34:21', '2025-06-04 04:04:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (48, 1229, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:04:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:34:21', '2025-06-04 04:04:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (49, 1236, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:04:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:34:21', '2025-06-04 04:04:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (50, 1245, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/01\\/bg-washington.jpg\"}]', '2025-06-04 04:04:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:34:21', '2025-06-04 04:04:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (51, 1248, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:05:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:35:19', '2025-06-04 04:05:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (52, 746, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/10\\/home-1920.jpg\"}]', '2025-06-04 04:05:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:35:19', '2025-06-04 04:05:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (53, 750, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/welcome-2018.png\"}]', '2025-06-04 04:05:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:35:19', '2025-06-04 04:05:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (54, 756, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:05:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:35:19', '2025-06-04 04:05:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (55, 764, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/intro-family-1.png\"}]', '2025-06-04 04:05:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:35:19', '2025-06-04 04:05:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (56, 782, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/10\\/2019-wellness-premium-incentive.gif\"}]', '2025-06-04 04:05:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:35:19', '2025-06-04 04:05:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (57, 785, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/10\\/2019-wellness-premium-incentive-gold.gif\"}]', '2025-06-04 04:05:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:35:19', '2025-06-04 04:05:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (58, 813, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/10\\/bwell-1.png\"}]', '2025-06-04 04:05:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:35:19', '2025-06-04 04:05:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (59, 816, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/10\\/bwell-2.png\"}]', '2025-06-04 04:05:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:35:19', '2025-06-04 04:05:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (60, 817, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/10\\/bwell-2-1.png\"}]', '2025-06-04 04:05:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:35:19', '2025-06-04 04:05:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (61, 818, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/10\\/bwell-3.png\"}]', '2025-06-04 04:06:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:36:35', '2025-06-04 04:06:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (62, 850, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2014\\/09\\/mixed-family.png\"}]', '2025-06-04 04:06:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:36:35', '2025-06-04 04:06:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (63, 1351, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/10\\/home-or-1920.jpg\"}]', '2025-06-04 04:06:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:36:35', '2025-06-04 04:06:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (64, 1352, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/10\\/usap-1920.jpg\"}]', '2025-06-04 04:06:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:36:35', '2025-06-04 04:06:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (65, 1357, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/10\\/anesth-600x400-1.jpg\"}]', '2025-06-04 04:06:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:36:35', '2025-06-04 04:06:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (66, 1358, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/10\\/anesth2-600x400-1.jpg\"}]', '2025-06-04 04:06:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:36:35', '2025-06-04 04:06:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (67, 869, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/email-head-650.jpg\"}]', '2025-06-04 04:06:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:36:35', '2025-06-04 04:06:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (68, 886, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/09\\/header_bg.jpg\"}]', '2025-06-04 04:06:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:36:35', '2025-06-04 04:06:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (69, 887, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/09\\/header_main.jpg\"}]', '2025-06-04 04:06:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:36:35', '2025-06-04 04:06:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (70, 939, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/10\\/waterdrops1920x1080.jpg\"}]', '2025-06-04 04:06:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:36:35', '2025-06-04 04:06:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (71, 958, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/10\\/savings.jpg\"}]', '2025-06-04 04:07:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:19', '2025-06-04 04:07:43');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (72, 982, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/10\\/graphic2.png\"}]', '2025-06-04 04:07:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:19', '2025-06-04 04:07:43');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (73, 985, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/10\\/graphic1.png\"}]', '2025-06-04 04:07:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:19', '2025-06-04 04:07:43');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (74, 1015, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/10\\/welcome-2019.png\"}]', '2025-06-04 04:07:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:19', '2025-06-04 04:07:43');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (75, 1017, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/10\\/home_header.jpg\"}]', '2025-06-04 04:07:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:19', '2025-06-04 04:07:43');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (76, 1049, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/10\\/logo_blue.png\"}]', '2025-06-04 04:07:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:19', '2025-06-04 04:07:43');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (77, 1116, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/10\\/home1.jpg\"}]', '2025-06-04 04:07:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:19', '2025-06-04 04:07:43');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (78, 1119, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/10\\/medical1.jpg\"}]', '2025-06-04 04:07:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:19', '2025-06-04 04:07:43');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (79, 1120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/10\\/dental.jpg\"}]', '2025-06-04 04:07:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:19', '2025-06-04 04:07:43');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (80, 1375, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/04\\/usap-logo.png\"}]', '2025-06-04 04:07:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:19', '2025-06-04 04:07:43');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (81, 1513, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:08:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:59', '2025-06-04 04:08:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (82, 1514, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:08:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:59', '2025-06-04 04:08:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (83, 1556, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:08:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:59', '2025-06-04 04:08:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (84, 1560, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:08:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:59', '2025-06-04 04:08:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (85, 1562, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:08:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:59', '2025-06-04 04:08:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (86, 1565, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:08:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:59', '2025-06-04 04:08:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (87, 1580, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:08:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:59', '2025-06-04 04:08:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (88, 1584, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:08:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:59', '2025-06-04 04:08:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (89, 1589, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:08:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:59', '2025-06-04 04:08:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (90, 1590, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:08:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:37:59', '2025-06-04 04:08:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (91, 2209, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/06\\/logo2.png\"}]', '2025-06-04 04:09:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:39:19', '2025-06-04 04:09:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (92, 2210, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/06\\/header-top-21.png\"}]', '2025-06-04 04:09:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:39:19', '2025-06-04 04:09:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (93, 2211, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:09:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:39:19', '2025-06-04 04:09:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (94, 2212, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:09:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:39:19', '2025-06-04 04:09:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (95, 2213, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/06\\/21_header_mobile.jpg\"}]', '2025-06-04 04:09:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:39:19', '2025-06-04 04:09:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (96, 2214, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/06\\/bwell-2.png\"}]', '2025-06-04 04:09:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:39:19', '2025-06-04 04:09:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (97, 2139, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:09:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:39:19', '2025-06-04 04:09:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (98, 2144, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/07\\/example-boat-scaled-1.jpg\"}]', '2025-06-04 04:09:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:39:19', '2025-06-04 04:09:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (99, 1609, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/10\\/Photo-2-Group-of-four-providers-cropped.jpg\"}]', '2025-06-04 04:09:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:39:19', '2025-06-04 04:09:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (100, 1728, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:09:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:39:19', '2025-06-04 04:09:30');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (101, 1729, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:10:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:40:26', '2025-06-04 04:10:32');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (102, 2224, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:10:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:40:26', '2025-06-04 04:10:32');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (103, 2225, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:10:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:40:26', '2025-06-04 04:10:32');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (104, 2226, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:10:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:40:26', '2025-06-04 04:10:32');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (105, 2230, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/12\\/yoga_2020b.png\"}]', '2025-06-04 04:10:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:40:26', '2025-06-04 04:10:32');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (106, 2231, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/12\\/heart_2020b.png\"}]', '2025-06-04 04:10:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:40:26', '2025-06-04 04:10:32');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (107, 2232, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/12\\/family_2020b.png\"}]', '2025-06-04 04:10:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:40:26', '2025-06-04 04:10:32');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (108, 2233, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/12\\/pig_2020b.png\"}]', '2025-06-04 04:10:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:40:26', '2025-06-04 04:10:32');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (109, 5490, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/12\\/logo2.png\"}]', '2025-06-04 04:10:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:40:26', '2025-06-04 04:10:32');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (110, 5491, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/12\\/login-logo.png\"}]', '2025-06-04 04:10:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:40:26', '2025-06-04 04:10:32');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (111, 1809, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/06\\/909597940.jpg\"}]', '2025-06-04 04:11:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:41:18', '2025-06-04 04:11:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (112, 1812, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/06\\/banner-logo.png\"}]', '2025-06-04 04:11:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:41:18', '2025-06-04 04:11:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (113, 1864, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:11:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:41:18', '2025-06-04 04:11:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (114, 1875, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/06\\/Banner-Health-logo-1.png\"}]', '2025-06-04 04:11:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:41:18', '2025-06-04 04:11:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (115, 1878, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/06\\/bh-500.png\"}]', '2025-06-04 04:11:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:41:18', '2025-06-04 04:11:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (116, 1972, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/header.jpg\"}]', '2025-06-04 04:11:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:41:18', '2025-06-04 04:11:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (117, 2285, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/Header-BG-21.jpg\"}]', '2025-06-04 04:11:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:41:18', '2025-06-04 04:11:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (118, 2286, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/header-top-21.png\"}]', '2025-06-04 04:11:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:41:18', '2025-06-04 04:11:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (119, 2287, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/21_header_mobile_final.jpg\"}]', '2025-06-04 04:11:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:41:18', '2025-06-04 04:11:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (120, 2290, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/Header-BG-21-pages.jpg\"}]', '2025-06-04 04:11:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:41:18', '2025-06-04 04:11:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (121, 2291, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/medical-21.jpg\"}]', '2025-06-04 04:11:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:42:10', '2025-06-04 04:11:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (122, 2292, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/multi-21-medical.png\"}]', '2025-06-04 04:11:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:42:10', '2025-06-04 04:11:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (123, 2295, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/multi-21-dental.png\"}]', '2025-06-04 04:11:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:42:10', '2025-06-04 04:11:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (124, 2298, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/vision-21.jpg\"}]', '2025-06-04 04:11:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:42:10', '2025-06-04 04:11:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (125, 2299, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/multi-21-vision.png\"}]', '2025-06-04 04:11:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:42:10', '2025-06-04 04:11:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (126, 2300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/21-BAM-lensdeals-final.png\"}]', '2025-06-04 04:11:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:42:10', '2025-06-04 04:11:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (127, 2301, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/Screen-Shot-2020-11-05-at-12.34.02-PM.png\"}]', '2025-06-04 04:11:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:42:10', '2025-06-04 04:11:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (128, 2304, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/multi-21-silver-status.png\"}]', '2025-06-04 04:11:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:42:10', '2025-06-04 04:11:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (129, 2305, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/multi-21-gold-status.png\"}]', '2025-06-04 04:11:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:42:10', '2025-06-04 04:11:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (130, 2306, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/08\\/wellness-21.jpg\"}]', '2025-06-04 04:11:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:42:10', '2025-06-04 04:11:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (131, 2074, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2022\\/07\\/Link.png\"}]', '2025-06-04 04:13:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:43:15', '2025-06-04 04:13:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (132, 2143, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:13:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:43:15', '2025-06-04 04:13:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (133, 2155, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/02\\/cropped-banner-icon.png\"}]', '2025-06-04 04:13:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:43:15', '2025-06-04 04:13:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (134, 2156, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/02\\/cropped-cropped-banner-icon.png\"}]', '2025-06-04 04:13:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:43:15', '2025-06-04 04:13:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (135, 5538, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/banner-header.jpg\"}]', '2025-06-04 04:13:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:43:15', '2025-06-04 04:13:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (136, 5550, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/clouds.jpg\"}]', '2025-06-04 04:13:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:43:15', '2025-06-04 04:13:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (137, 5557, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/1.png\"}]', '2025-06-04 04:13:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:43:15', '2025-06-04 04:13:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (138, 5584, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.42\\u202fPM.png\"}]', '2025-06-04 04:13:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:43:15', '2025-06-04 04:13:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (139, 5585, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.31\\u202fPM.png\"}]', '2025-06-04 04:13:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:43:15', '2025-06-04 04:13:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (140, 5586, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.36\\u202fPM.png\"}]', '2025-06-04 04:13:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:43:15', '2025-06-04 04:13:22');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (141, 5601, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/medical-scaled.jpg\"}]', '2025-06-04 04:14:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:44:42', '2025-06-04 04:14:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (142, 5602, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/med-chart-1.png\"}]', '2025-06-04 04:14:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:44:42', '2025-06-04 04:14:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (143, 5603, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Chart-2.png\"}]', '2025-06-04 04:14:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:44:42', '2025-06-04 04:14:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (144, 5606, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/med-chart-3.png\"}]', '2025-06-04 04:14:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:44:42', '2025-06-04 04:14:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (145, 5641, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:14:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:44:42', '2025-06-04 04:14:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (146, 5644, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/mobile-header.png\"}]', '2025-06-04 04:14:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:44:42', '2025-06-04 04:14:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (147, 5657, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/02\\/gettyimages-498253926-2048x2048-1.jpg\"}]', '2025-06-04 04:14:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:44:42', '2025-06-04 04:14:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (148, 5658, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/02\\/gettyimages-498253926-2048x2048-2-scaled.jpg\"}]', '2025-06-04 04:14:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:44:42', '2025-06-04 04:14:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (149, 5661, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/02\\/Devices.png\"}]', '2025-06-04 04:14:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:44:42', '2025-06-04 04:14:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (150, 5662, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/02\\/Devices-1.png\"}]', '2025-06-04 04:14:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:44:42', '2025-06-04 04:14:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (151, 5686, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/02\\/GettyImages-498253926.jpg\"}]', '2025-06-04 04:16:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:45:21', '2025-06-04 04:16:56');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (152, 5688, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/02\\/GettyImages-498253926-alt.jpg\"}]', '2025-06-04 04:16:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:45:21', '2025-06-04 04:16:56');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (153, 5736, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/05\\/gettyimages-1299264135-2048x2048-1.jpg\"}]', '2025-06-04 04:16:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:45:21', '2025-06-04 04:16:56');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (154, 5738, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/05\\/gettyimages-934866236-2048x2048-1.jpg\"}]', '2025-06-04 04:16:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:45:21', '2025-06-04 04:16:56');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (155, 5739, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/05\\/gettyimages-482149091-2048x2048-1.jpg\"}]', '2025-06-04 04:16:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:45:21', '2025-06-04 04:16:56');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (156, 5740, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/05\\/gettyimages-1379117423-2048x2048-1.jpg\"}]', '2025-06-04 04:16:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:45:21', '2025-06-04 04:16:56');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (157, 5752, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"}]', '2025-06-04 04:16:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:45:21', '2025-06-04 04:16:56');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (158, 5799, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/99cc3540dd8528f6f6b189d6660ed9e3-IMAGE.png\"}]', '2025-06-04 04:16:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:45:21', '2025-06-04 04:16:56');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (159, 5803, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/Screenshot-2024-06-07-at-7.22.10\\u202fAM.png\"}]', '2025-06-04 04:16:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:45:21', '2025-06-04 04:16:56');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (160, 5804, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/bg.jpg\"}]', '2025-06-04 04:16:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:45:21', '2025-06-04 04:16:56');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (161, 5832, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-171363860-2048x2048-1.jpg\"}]', '2025-06-04 04:17:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:46:09', '2025-06-04 04:17:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (162, 5833, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-171363860-2048x2048-2.jpg\"}]', '2025-06-04 04:17:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:46:09', '2025-06-04 04:17:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (163, 5834, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-1134457857-2048x2048-1.jpg\"}]', '2025-06-04 04:17:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:46:09', '2025-06-04 04:17:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (164, 5844, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/GettyImages-543198955-scaled.jpg\"}]', '2025-06-04 04:17:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:46:09', '2025-06-04 04:17:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (165, 5883, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/avess-berge-ua2IF9HNaXs-unsplash-scaled.jpg\"}]', '2025-06-04 04:17:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:46:09', '2025-06-04 04:17:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (166, 5889, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/BG-2-scaled.jpg\"}]', '2025-06-04 04:17:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:46:09', '2025-06-04 04:17:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (167, 5895, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/eligibility-scaled.jpg\"}]', '2025-06-04 04:17:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:46:09', '2025-06-04 04:17:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (168, 5903, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-902827524-2048x2048-1.jpg\"}]', '2025-06-04 04:17:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:46:09', '2025-06-04 04:17:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (169, 5904, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-902827524-2048x2048-2.jpg\"}]', '2025-06-04 04:17:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:46:09', '2025-06-04 04:17:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (170, 5913, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/medical-bg-scaled.jpg\"}]', '2025-06-04 04:17:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:46:09', '2025-06-04 04:17:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (171, 5923, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/mario.jpg\"}]', '2025-06-04 04:19:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:47:13', '2025-06-04 04:19:14');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (172, 5924, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/chloe.png\"}]', '2025-06-04 04:19:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:47:13', '2025-06-04 04:19:14');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (173, 5925, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/mark-june.jpg\"}]', '2025-06-04 04:19:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:47:13', '2025-06-04 04:19:14');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (174, 5965, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-179725595-2048x2048-1.jpg\"}]', '2025-06-04 04:19:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:47:13', '2025-06-04 04:19:14');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (175, 5978, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-1475023842-2048x2048-1.jpg\"}]', '2025-06-04 04:19:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:47:13', '2025-06-04 04:19:14');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (176, 5979, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-891604336-2048x2048-1.jpg\"}]', '2025-06-04 04:19:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:47:13', '2025-06-04 04:19:14');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (177, 5991, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-891604336-2048x2048-1-alt.jpg\"}]', '2025-06-04 04:19:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:47:13', '2025-06-04 04:19:14');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (178, 5993, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/header-new.jpg\"}]', '2025-06-04 04:19:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:47:13', '2025-06-04 04:19:14');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (179, 5995, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/banner-header-2.jpg\"}]', '2025-06-04 04:19:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:47:13', '2025-06-04 04:19:14');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (180, 5998, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/GettyImages-934866236-scaled.jpg\"}]', '2025-06-04 04:19:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:47:13', '2025-06-04 04:19:14');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (181, 5999, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/new.jpg\"}]', '2025-06-04 04:19:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:48:26', '2025-06-04 04:19:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (182, 6000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/new-2.jpg\"}]', '2025-06-04 04:19:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:48:26', '2025-06-04 04:19:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (183, 6001, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/new-3.jpg\"}]', '2025-06-04 04:19:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:48:26', '2025-06-04 04:19:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (184, 6003, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/color.jpg\"}]', '2025-06-04 04:19:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:48:26', '2025-06-04 04:19:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (185, 6119, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:19:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:48:26', '2025-06-04 04:19:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (186, 6262, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:19:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:48:26', '2025-06-04 04:19:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (187, 6286, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:19:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:48:26', '2025-06-04 04:19:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (188, 6337, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/Picture1.png\"}]', '2025-06-04 04:19:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:48:26', '2025-06-04 04:19:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (189, 6344, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:19:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:48:26', '2025-06-04 04:19:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (190, 6345, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:19:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:48:26', '2025-06-04 04:19:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (191, 6346, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:20:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:49:20', '2025-06-04 04:20:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (192, 6374, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:20:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:49:20', '2025-06-04 04:20:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (193, 6459, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/video-1.jpg\"}]', '2025-06-04 04:20:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:49:20', '2025-06-04 04:20:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (194, 6465, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/video-2.jpg\"}]', '2025-06-04 04:20:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:49:20', '2025-06-04 04:20:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (195, 6466, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/video-3.jpg\"}]', '2025-06-04 04:20:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:49:20', '2025-06-04 04:20:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (196, 6578, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/Eligibility-scaled.jpg\"}]', '2025-06-04 04:20:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:49:20', '2025-06-04 04:20:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (197, 6579, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/elig-2.jpg\"}]', '2025-06-04 04:20:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:49:20', '2025-06-04 04:20:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (198, 6582, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/checklist-scaled.jpg\"}]', '2025-06-04 04:20:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:49:20', '2025-06-04 04:20:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (199, 6585, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/dep-verification-scaled.jpg\"}]', '2025-06-04 04:20:26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:49:20', '2025-06-04 04:20:26');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (200, 6589, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/qle-scaled.jpg\"}]', '2025-06-04 04:20:26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:49:20', '2025-06-04 04:20:26');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (201, 6592, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/medical-scaled.jpg\"}]', '2025-06-04 04:21:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:50:29', '2025-06-04 04:21:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (202, 6596, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/hdhp-scaled.jpg\"}]', '2025-06-04 04:21:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:50:29', '2025-06-04 04:21:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (203, 6600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/concierge-scaled.jpg\"}]', '2025-06-04 04:21:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:50:29', '2025-06-04 04:21:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (204, 6604, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/hsa-scaled.jpg\"}]', '2025-06-04 04:21:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:50:29', '2025-06-04 04:21:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (205, 6605, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/hsa-2.jpg\"}]', '2025-06-04 04:21:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:50:29', '2025-06-04 04:21:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (206, 6608, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/pharmacy-scaled.jpg\"}]', '2025-06-04 04:21:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:50:29', '2025-06-04 04:21:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (207, 6611, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/dental-scaled.jpg\"}]', '2025-06-04 04:21:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:50:29', '2025-06-04 04:21:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (208, 6614, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/vision-scaled.jpg\"}]', '2025-06-04 04:21:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:50:29', '2025-06-04 04:21:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (209, 6615, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/vision-2.jpg\"}]', '2025-06-04 04:21:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:50:29', '2025-06-04 04:21:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (210, 6618, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/sup-health-scaled.jpg\"}]', '2025-06-04 04:21:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:50:29', '2025-06-04 04:21:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (211, 6621, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/health-mgmt-scaled.jpg\"}]', '2025-06-04 04:21:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:51:19', '2025-06-04 04:21:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (212, 6622, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/GettyImages-1223177728-scaled.jpg\"}]', '2025-06-04 04:21:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:51:19', '2025-06-04 04:21:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (213, 6623, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/hm-2-scaled.jpg\"}]', '2025-06-04 04:21:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:51:19', '2025-06-04 04:21:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (214, 6626, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/videos-scaled.jpg\"}]', '2025-06-04 04:21:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:51:19', '2025-06-04 04:21:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (215, 6630, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/contacts-scaled.jpg\"}]', '2025-06-04 04:21:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:51:19', '2025-06-04 04:21:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (216, 6634, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/rn-scaled.jpg\"}]', '2025-06-04 04:21:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:51:19', '2025-06-04 04:21:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (217, 6635, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/rn-2.jpg\"}]', '2025-06-04 04:21:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:51:19', '2025-06-04 04:21:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (218, 6639, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/docs-scaled.jpg\"}]', '2025-06-04 04:21:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:51:19', '2025-06-04 04:21:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (219, 6640, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/docs-2-scaled.jpg\"}]', '2025-06-04 04:21:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:51:19', '2025-06-04 04:21:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (220, 6643, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/tobacco-scaled.jpg\"}]', '2025-06-04 04:21:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:51:19', '2025-06-04 04:21:57');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (221, 6646, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/rfl-scaled.jpg\"}]', '2025-06-04 04:22:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:24', '2025-06-04 04:22:47');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (222, 6649, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/rfl-2-scaled.jpg\"}]', '2025-06-04 04:22:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:24', '2025-06-04 04:22:47');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (223, 6652, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/mwb-scaled.jpg\"}]', '2025-06-04 04:22:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:24', '2025-06-04 04:22:47');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (224, 6653, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/mwb-2.jpg\"}]', '2025-06-04 04:22:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:24', '2025-06-04 04:22:47');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (225, 6658, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/1.jpg\"}]', '2025-06-04 04:22:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:24', '2025-06-04 04:22:47');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (226, 6659, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/2.jpg\"}]', '2025-06-04 04:22:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:24', '2025-06-04 04:22:47');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (227, 6662, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/voluntary-scaled.jpg\"}]', '2025-06-04 04:22:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:24', '2025-06-04 04:22:47');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (228, 6665, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/dm-2.jpg\"}]', '2025-06-04 04:22:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:24', '2025-06-04 04:22:47');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (229, 6666, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/dm-1-scaled.jpg\"}]', '2025-06-04 04:22:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:24', '2025-06-04 04:22:47');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (230, 6669, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/sos-2.jpg\"}]', '2025-06-04 04:22:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:24', '2025-06-04 04:22:47');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (231, 6670, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/sos-3.jpg\"}]', '2025-06-04 04:23:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:59', '2025-06-04 04:23:27');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (232, 6671, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/sos-1-scaled.jpg\"}]', '2025-06-04 04:23:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:59', '2025-06-04 04:23:27');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (233, 6674, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/aa-2.jpg\"}]', '2025-06-04 04:23:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:59', '2025-06-04 04:23:27');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (234, 6675, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/aa-scaled.jpg\"}]', '2025-06-04 04:23:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:59', '2025-06-04 04:23:27');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (235, 6678, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/401k-scaled.jpg\"}]', '2025-06-04 04:23:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:59', '2025-06-04 04:23:27');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (236, 6679, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/401k-2.jpg\"}]', '2025-06-04 04:23:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:59', '2025-06-04 04:23:27');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (237, 6683, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/pto-1-scaled.jpg\"}]', '2025-06-04 04:23:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:59', '2025-06-04 04:23:27');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (238, 6684, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/pto-2.jpg\"}]', '2025-06-04 04:23:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:59', '2025-06-04 04:23:27');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (239, 6687, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/disability-scaled.jpg\"}]', '2025-06-04 04:23:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:59', '2025-06-04 04:23:27');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (240, 6691, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/life-add-scaled.jpg\"}]', '2025-06-04 04:23:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:52:59', '2025-06-04 04:23:27');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (241, 6694, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/qle-2-scaled.jpg\"}]', '2025-06-04 04:24:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:54:14', '2025-06-04 04:24:50');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (242, 6711, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/ywb-2.jpg\"}]', '2025-06-04 04:24:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:54:14', '2025-06-04 04:24:50');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (243, 6712, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/ywb-1-scaled.jpg\"}]', '2025-06-04 04:24:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:54:14', '2025-06-04 04:24:50');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (244, 6724, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/news-2.jpg\"}]', '2025-06-04 04:24:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:54:14', '2025-06-04 04:24:50');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (245, 6725, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/news-1-scaled.jpg\"}]', '2025-06-04 04:24:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:54:14', '2025-06-04 04:24:50');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (246, 6726, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/news-2b.jpg\"}]', '2025-06-04 04:24:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:54:14', '2025-06-04 04:24:50');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (247, 6738, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/mwb-3.jpg\"}]', '2025-06-04 04:24:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:54:14', '2025-06-04 04:24:50');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (248, 6746, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/pp-1.jpg\"}]', '2025-06-04 04:24:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:54:14', '2025-06-04 04:24:50');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (249, 6793, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/aa-new-scaled.jpg\"}]', '2025-06-04 04:24:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:54:14', '2025-06-04 04:24:50');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (250, 6796, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/aa-2-new-scaled.jpg\"}]', '2025-06-04 04:24:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:54:14', '2025-06-04 04:24:50');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (251, 6802, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/AbleTo_FullColor_Logo_320x132px.png\"}]', '2025-06-04 04:25:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:55:25', '2025-06-04 04:25:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (252, 6803, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/HH-Logo.png\"}]', '2025-06-04 04:25:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:55:25', '2025-06-04 04:25:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (253, 6804, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/virta-logo.webp\"}]', '2025-06-04 04:25:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:55:25', '2025-06-04 04:25:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (254, 6805, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/60df7addd03c585936e5685a_Hinge-Health.png\"}]', '2025-06-04 04:25:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:55:25', '2025-06-04 04:25:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (255, 6806, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/hinge-health.png\"}]', '2025-06-04 04:25:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:55:25', '2025-06-04 04:25:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (256, 6830, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/david-2.png\"}]', '2025-06-04 04:25:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:55:25', '2025-06-04 04:25:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (257, 6831, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards.png\"}]', '2025-06-04 04:25:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:55:25', '2025-06-04 04:25:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (258, 6835, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:25:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:55:25', '2025-06-04 04:25:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (259, 6846, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/mwb-circle.png\"}]', '2025-06-04 04:25:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:55:25', '2025-06-04 04:25:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (260, 6850, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/sos-circle-1.png\"}]', '2025-06-04 04:25:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:55:25', '2025-06-04 04:25:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (261, 6853, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/sos-circle-2.png\"}]', '2025-06-04 04:26:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:56:24', '2025-06-04 04:26:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (262, 6854, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/sos-circle-3.png\"}]', '2025-06-04 04:26:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:56:24', '2025-06-04 04:26:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (263, 6957, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:26:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:56:24', '2025-06-04 04:26:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (264, 6995, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/vision-2-scaled.jpg\"}]', '2025-06-04 04:26:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:56:24', '2025-06-04 04:26:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (265, 7000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/401k-2-scaled.jpg\"}]', '2025-06-04 04:26:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:56:24', '2025-06-04 04:26:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (266, 7011, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/aa-2.jpg\"}]', '2025-06-04 04:26:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:56:24', '2025-06-04 04:26:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (267, 7014, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/aa-1-scaled.jpg\"}]', '2025-06-04 04:26:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:56:24', '2025-06-04 04:26:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (268, 7023, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/mwb-2-scaled.jpg\"}]', '2025-06-04 04:26:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:56:24', '2025-06-04 04:26:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (269, 7027, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/tobacco-2.jpg\"}]', '2025-06-04 04:26:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:56:24', '2025-06-04 04:26:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (270, 7028, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/tobacco-3.jpg\"}]', '2025-06-04 04:26:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:56:24', '2025-06-04 04:26:25');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (271, 7097, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/1.png\"}]', '2025-06-04 04:27:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:57:23', '2025-06-04 04:27:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (272, 7100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/1-alt.jpg\"}]', '2025-06-04 04:27:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:57:23', '2025-06-04 04:27:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (273, 7165, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/child-care-scaled.jpg\"}]', '2025-06-04 04:27:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:57:23', '2025-06-04 04:27:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (274, 7228, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:27:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:57:23', '2025-06-04 04:27:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (275, 7236, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/banner-header-mobile.jpg\"}]', '2025-06-04 04:27:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:57:23', '2025-06-04 04:27:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (276, 7297, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/awards-2b.png\"}]', '2025-06-04 04:27:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:57:23', '2025-06-04 04:27:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (277, 7315, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/Banner_Health_US_English_2024_Certification_Badge.png\"}]', '2025-06-04 04:27:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:57:23', '2025-06-04 04:27:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (278, 7363, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/GettyImages-961072406-scaled.jpg\"}]', '2025-06-04 04:27:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:57:23', '2025-06-04 04:27:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (279, 7375, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/Screenshot-2024-09-12-at-7.09.45\\u202fAM.png\"}]', '2025-06-04 04:27:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:57:23', '2025-06-04 04:27:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (280, 7376, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/1.jpg\"}]', '2025-06-04 04:27:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:57:23', '2025-06-04 04:27:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (281, 7398, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/vol-bottom.jpg\"}]', '2025-06-04 04:28:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:58:24', '2025-06-04 04:28:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (282, 7401, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/new-callout-scaled.jpg\"}]', '2025-06-04 04:28:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:58:24', '2025-06-04 04:28:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (283, 7404, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/new-callout-1-scaled.jpg\"}]', '2025-06-04 04:28:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:58:24', '2025-06-04 04:28:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (284, 7415, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/HE-1.png\"}]', '2025-06-04 04:28:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:58:24', '2025-06-04 04:28:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (285, 7422, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/ltc-new.jpg\"}]', '2025-06-04 04:28:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:58:24', '2025-06-04 04:28:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (286, 7432, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:28:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:58:24', '2025-06-04 04:28:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (287, 7433, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:28:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:58:24', '2025-06-04 04:28:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (288, 7434, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:28:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:58:24', '2025-06-04 04:28:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (289, 7435, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:28:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:58:24', '2025-06-04 04:28:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (290, 7436, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:28:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:58:24', '2025-06-04 04:28:40');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (291, 7437, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:30:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:59:33', '2025-06-04 04:30:44');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (292, 7438, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:30:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:59:33', '2025-06-04 04:30:44');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (293, 7439, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:30:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:59:33', '2025-06-04 04:30:44');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (294, 7440, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:30:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:59:33', '2025-06-04 04:30:44');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (295, 7441, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:30:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:59:33', '2025-06-04 04:30:44');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (296, 7442, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:30:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:59:33', '2025-06-04 04:30:44');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (297, 7443, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:30:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:59:33', '2025-06-04 04:30:44');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (298, 7444, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:30:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:59:33', '2025-06-04 04:30:44');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (299, 7447, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:30:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:59:33', '2025-06-04 04:30:44');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (300, 7448, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:30:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 20:59:33', '2025-06-04 04:30:44');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (301, 7452, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:31:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:00:20', '2025-06-04 04:31:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (302, 7454, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:31:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:00:20', '2025-06-04 04:31:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (303, 7455, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:31:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:00:20', '2025-06-04 04:31:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (304, 7458, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:31:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:00:20', '2025-06-04 04:31:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (305, 7495, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/new-dental-iphone.png\"}]', '2025-06-04 04:31:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:00:20', '2025-06-04 04:31:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (307, 7501, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/vacation-scaled.jpg\"}]', '2025-06-04 04:31:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:00:20', '2025-06-04 04:31:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (308, 7502, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/vacation-2.jpg\"}]', '2025-06-04 04:31:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:00:20', '2025-06-04 04:31:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (309, 7504, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:31:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:00:20', '2025-06-04 04:31:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (310, 7507, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/news-awards.png\"}]', '2025-06-04 04:31:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:00:20', '2025-06-04 04:31:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (311, 7539, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:31:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:01:17', '2025-06-04 04:31:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (312, 7540, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:32:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:01:17', '2025-06-04 04:32:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (313, 7560, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:32:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:01:17', '2025-06-04 04:32:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (314, 7579, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/new-1-2-3.png\"}]', '2025-06-04 04:32:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:01:17', '2025-06-04 04:32:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (315, 7614, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/Screenshot-2024-09-24-at-1.50.06\\u202fPM.png\"}]', '2025-06-04 04:32:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:01:17', '2025-06-04 04:32:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (316, 7616, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:32:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:01:17', '2025-06-04 04:32:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (317, 7617, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:32:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:01:17', '2025-06-04 04:32:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (318, 7618, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:32:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:01:17', '2025-06-04 04:32:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (319, 7619, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:32:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:01:17', '2025-06-04 04:32:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (320, 7620, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:32:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:01:17', '2025-06-04 04:32:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (321, 7684, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/401k.jpg\"}]', '2025-06-04 04:32:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:02:20', '2025-06-04 04:32:29');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (322, 7685, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/accident.png\"}]', '2025-06-04 04:33:05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:02:20', '2025-06-04 04:33:05');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (323, 7686, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/critical.png\"}]', '2025-06-04 04:33:05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:02:20', '2025-06-04 04:33:05');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (324, 7687, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/Dental.png\"}]', '2025-06-04 04:33:05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:02:20', '2025-06-04 04:33:05');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (325, 7688, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/disability.png\"}]', '2025-06-04 04:33:05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:02:20', '2025-06-04 04:33:05');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (326, 7689, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/eap.png\"}]', '2025-06-04 04:33:05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:02:20', '2025-06-04 04:33:05');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (327, 7690, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/embed.png\"}]', '2025-06-04 04:33:05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:02:20', '2025-06-04 04:33:05');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (328, 7691, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/embed-v-aggregate.png\"}]', '2025-06-04 04:33:05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:02:20', '2025-06-04 04:33:05');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (329, 7692, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/key-terms.png\"}]', '2025-06-04 04:33:05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:02:20', '2025-06-04 04:33:05');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (330, 7693, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/life-add.png\"}]', '2025-06-04 04:33:05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:02:20', '2025-06-04 04:33:05');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (331, 7694, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/optimize-HSA.png\"}]', '2025-06-04 04:33:05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:03:19', '2025-06-04 04:33:05');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (332, 7695, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/preventivre-care.png\"}]', '2025-06-04 04:35:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:03:19', '2025-06-04 04:35:37');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (333, 7696, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/QLE.png\"}]', '2025-06-04 04:35:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:03:19', '2025-06-04 04:35:37');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (334, 7697, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/telehealth.png\"}]', '2025-06-04 04:35:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:03:19', '2025-06-04 04:35:37');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (335, 7698, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/vision.png\"}]', '2025-06-04 04:35:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:03:19', '2025-06-04 04:35:37');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (336, 7720, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/10\\/ask-alex-strech.jpg\"}]', '2025-06-04 04:35:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:03:19', '2025-06-04 04:35:37');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (337, 7753, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:35:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:03:19', '2025-06-04 04:35:37');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (338, 930, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 77, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/medical.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/chloe.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/mark-june.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/mario.jpg\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:39:54', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:03:19', '2025-06-04 04:39:54');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (339, 6006, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 80, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/06\\/banner-header-2.jpg\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/08\\/banner-header-mobile.jpg\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/09\\/Screenshot-2024-09-24-at-1.50.06\\u202fPM.png\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/06\\/new.jpg\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/06\\/new-2.jpg\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/06\\/GettyImages-543198955.jpg\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/06\\/new-3.jpg\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-171363860-2.jpg\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/08\\/david-2.png\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/09\\/Banner_Health_US_English_2024_Certification_Badge.png\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.31\\u202fPM.png\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.36\\u202fPM.png\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.42\\u202fPM.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"https:\\/\\/bannerbenefits.mybenefitport.com\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', NULL, NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:03:19', '2024-12-12 21:15:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (340, 5892, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/Eligibility.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/elig-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:39:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:03:19', '2025-06-04 04:39:54');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (341, 6063, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":3,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 77, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/health-mgmt.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/hm-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/HH-Logo.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/hinge-health.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/virta-logo.webp\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/AbleTo_FullColor_Logo_320x132px.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:39:54', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:04:26', '2025-06-04 04:39:54');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (342, 6014, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 85, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/dep-verification.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:39:54', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:04:26', '2025-06-04 04:39:54');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (343, 6021, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":6,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 85, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/qle-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:39:54', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:04:26', '2025-06-04 04:39:54');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (344, 6029, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/hdhp.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:39:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:04:26', '2025-06-04 04:39:54');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (345, 6052, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/vision-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/vision-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:39:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:04:26', '2025-06-04 04:39:54');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (346, 6078, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/rn.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/rn-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:39:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:04:26', '2025-06-04 04:39:54');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (347, 6039, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/dental.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:41:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:04:26', '2025-06-04 04:41:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (348, 6185, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 80, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/pharmacy.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/GettyImages-961072406.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:41:16', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:04:26', '2025-06-04 04:41:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (349, 6196, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/aa-2-new.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/aa-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:41:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:04:26', '2025-06-04 04:41:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (350, 6217, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":6,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 88, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/sup-health.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/video-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/video-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/video-3.jpg\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:41:16', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:04:26', '2025-06-04 04:41:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (351, 6223, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 88, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/mwb-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/mwb-circle.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/mwb-3.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:41:16', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:05:19', '2025-06-04 04:41:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (352, 6245, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":6,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 77, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/rfl.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/rfl-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:41:16', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:05:19', '2025-06-04 04:41:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (353, 6071, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/contacts.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:41:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:05:19', '2025-06-04 04:41:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (354, 6249, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/concierge.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:41:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:05:19', '2025-06-04 04:41:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (355, 6253, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/hsa.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/hsa-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/HE-1.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:41:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:05:19', '2025-06-04 04:41:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (356, 6083, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/videos.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/QLE.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/Dental.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/accident.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/telehealth.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/embed.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/401k.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/vision.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/critical.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/preventivre-care.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/key-terms.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/disability.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/life-add.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/eap.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/optimize-HSA.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:41:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:05:19', '2025-06-04 04:41:16');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (357, 6115, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/pto-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/pto-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:42:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:05:19', '2025-06-04 04:42:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (358, 6124, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/disability.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:42:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:05:19', '2025-06-04 04:42:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (359, 6263, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/medical-bg.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"}]', '2025-06-04 04:42:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:05:19', '2025-06-04 04:42:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (360, 6132, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/life-add.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:42:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:05:19', '2025-06-04 04:42:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (361, 6147, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/401k-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/401k-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:42:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:06:21', '2025-06-04 04:42:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (362, 6153, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 77, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/voluntary.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/pp-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/ltc-new.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/new-1-2-3.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:42:24', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:06:21', '2025-06-04 04:42:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (363, 6161, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/sos-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/sos-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/sos-circle-1.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/sos-circle-2.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/sos-circle-3.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/sos-3.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:42:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:06:21', '2025-06-04 04:42:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (364, 6171, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/dm-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/dm-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:42:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:06:21', '2025-06-04 04:42:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (365, 6178, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/tobacco.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/tobacco-3.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:42:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:06:21', '2025-06-04 04:42:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (366, 6708, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/ywb-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/ywb-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"}]', '2025-06-04 04:42:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:06:22', '2025-06-04 04:42:24');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (367, 6718, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 80, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/news-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/aetna-2.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/elder-care.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/child-care.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/news-awards-2.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"}]', '2025-07-09 18:30:08', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}', '2024-11-13 21:06:22', '2025-07-09 18:30:08');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (368, 7006, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/aa-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/10\\/ask-alex-strech.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"}]', '2025-06-04 04:43:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:06:22', '2025-06-04 04:43:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (369, 7155, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/child-care.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:43:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:06:22', '2025-06-04 04:43:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (370, 6282, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 77, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/docs-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:43:01', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:06:22', '2025-06-04 04:43:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (371, 1930, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:44:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:07:22', '2025-06-04 04:44:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (372, 1955, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:44:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:07:22', '2025-06-04 04:44:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (373, 1886, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:44:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:07:22', '2025-06-04 04:44:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (374, 1908, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:44:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:07:22', '2025-06-04 04:44:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (375, 1911, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:44:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:07:22', '2025-06-04 04:44:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (376, 1912, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:44:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:07:22', '2025-06-04 04:44:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (377, 1913, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:44:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:07:22', '2025-06-04 04:44:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (378, 1914, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:44:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:07:22', '2025-06-04 04:44:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (379, 1915, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:44:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:07:22', '2025-06-04 04:44:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (380, 1916, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:44:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:07:22', '2025-06-04 04:44:31');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (381, 1917, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:46:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:08:54', '2025-06-04 04:46:28');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (382, 1918, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:46:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:08:54', '2025-06-04 04:46:28');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (384, 1920, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:46:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:08:54', '2025-06-04 04:46:28');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (385, 1924, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:46:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:08:54', '2025-06-04 04:46:28');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (386, 1931, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:46:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:08:54', '2025-06-04 04:46:28');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (387, 1932, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:46:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:08:54', '2025-06-04 04:46:28');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (388, 1933, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:46:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:08:54', '2025-06-04 04:46:28');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (389, 1935, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:46:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:08:54', '2025-06-04 04:46:28');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (390, 1937, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:46:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:08:54', '2025-06-04 04:46:28');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (391, 1938, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:46:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:09:25', '2025-06-04 04:46:28');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (392, 1950, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:48:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:09:25', '2025-06-04 04:48:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (393, 1957, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:48:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:09:25', '2025-06-04 04:48:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (394, 1952, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:48:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:09:25', '2025-06-04 04:48:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (395, 1960, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:48:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:09:25', '2025-06-04 04:48:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (396, 1964, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:48:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:09:25', '2025-06-04 04:48:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (397, 1966, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:48:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:09:25', '2025-06-04 04:48:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (398, 1967, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:48:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:09:25', '2025-06-04 04:48:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (399, 2012, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:48:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:09:25', '2025-06-04 04:48:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (407, 2049, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:48:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:25:30', '2025-06-04 04:48:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (408, 2051, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:48:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:25:30', '2025-06-04 04:48:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (409, 2053, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:49:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:25:30', '2025-06-04 04:49:52');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (410, 2054, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:49:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:25:30', '2025-06-04 04:49:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (411, 2065, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:49:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:26:20', '2025-06-04 04:49:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (412, 2066, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:49:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:26:20', '2025-06-04 04:49:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (413, 2067, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:49:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:26:20', '2025-06-04 04:49:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (414, 2086, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:49:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:26:20', '2025-06-04 04:49:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (415, 2087, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:49:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:26:20', '2025-06-04 04:49:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (416, 2093, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:49:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:26:20', '2025-06-04 04:49:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (418, 2113, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:49:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:26:20', '2025-06-04 04:49:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (424, 2148, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:49:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:27:20', '2025-06-04 04:49:52');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (425, 2149, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:53:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:27:20', '2025-06-04 04:53:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (426, 2150, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:53:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:27:20', '2025-06-04 04:53:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (427, 2151, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:53:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:27:20', '2025-06-04 04:53:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (428, 2152, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:53:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:27:20', '2025-06-04 04:53:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (429, 2153, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:53:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:27:20', '2025-06-04 04:53:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (430, 2154, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:53:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:27:20', '2025-06-04 04:53:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (431, 2158, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:53:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:28:21', '2025-06-04 04:53:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (432, 2165, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:53:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:28:21', '2025-06-04 04:53:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (433, 2166, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:53:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:28:21', '2025-06-04 04:53:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (441, 2176, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:53:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:29:22', '2025-06-04 04:53:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (442, 2177, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:29:22', '2025-06-04 04:55:06');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (443, 2178, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:29:22', '2025-06-04 04:55:06');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (457, 2198, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:45:19', '2025-06-04 04:55:06');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (458, 2200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:45:19', '2025-06-04 04:55:06');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (459, 2201, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:45:19', '2025-06-04 04:55:06');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (460, 5621, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 21:45:19', '2025-06-04 04:55:06');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (462, 5622, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:01:23', '2025-06-04 04:55:06');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (467, 6421, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:01:23', '2025-06-04 04:55:06');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (468, 6422, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:01:24', '2025-06-04 04:55:06');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (469, 7311, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:01:24', '2025-06-04 04:55:06');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (470, 7312, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:01:24', '2025-06-04 04:55:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (471, 7313, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:02:25', '2025-06-04 04:55:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (472, 7460, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:02:25', '2025-06-04 04:55:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (473, 7461, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:02:25', '2025-06-04 04:55:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (474, 7462, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:02:25', '2025-06-04 04:55:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (475, 7463, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:02:25', '2025-06-04 04:55:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (476, 7464, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:02:25', '2025-06-04 04:55:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (477, 7465, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:02:25', '2025-06-04 04:55:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (478, 7466, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:02:25', '2025-06-04 04:55:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (479, 7467, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:55:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:02:25', '2025-06-04 04:55:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (480, 7468, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:58:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:02:25', '2025-06-04 04:58:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (481, 7469, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:58:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:03:18', '2025-06-04 04:58:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (482, 7470, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:58:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:03:18', '2025-06-04 04:58:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (483, 7471, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:58:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:03:18', '2025-06-04 04:58:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (484, 7472, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:58:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:03:18', '2025-06-04 04:58:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (485, 7473, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:58:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:03:18', '2025-06-04 04:58:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (486, 7474, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:58:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:03:18', '2025-06-04 04:58:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (487, 7475, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:58:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:03:18', '2025-06-04 04:58:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (488, 7621, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:58:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:03:18', '2025-06-04 04:58:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (489, 7622, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:58:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:03:18', '2025-06-04 04:58:42');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (490, 7623, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:01:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:03:18', '2025-06-04 05:01:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (491, 7624, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:01:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:34:23', '2025-06-04 05:01:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (492, 7625, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:01:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:34:23', '2025-06-04 05:01:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (493, 7706, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:01:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:34:23', '2025-06-04 05:01:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (494, 7737, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:01:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:34:23', '2025-06-04 05:01:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (495, 7738, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:01:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:34:23', '2025-06-04 05:01:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (496, 7739, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:01:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:34:23', '2025-06-04 05:01:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (497, 7740, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:01:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:34:23', '2025-06-04 05:01:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (498, 7741, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:01:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:34:23', '2025-06-04 05:01:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (499, 7742, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:01:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:34:23', '2025-06-04 05:01:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (500, 7743, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:02:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:34:23', '2025-06-04 05:02:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (501, 7744, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:02:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:50:28', '2025-06-04 05:02:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (502, 7745, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:02:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:50:28', '2025-06-04 05:02:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (503, 7746, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:02:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:50:28', '2025-06-04 05:02:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (504, 7747, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:02:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:50:28', '2025-06-04 05:02:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (505, 7748, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:02:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:50:28', '2025-06-04 05:02:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (506, 7749, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:02:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:50:28', '2025-06-04 05:02:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (507, 7750, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:02:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-13 22:50:28', '2025-06-04 05:02:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (508, 7765, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":0,\"maxScore\":5,\"error\":1},\"sentenceLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":3,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":5}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 72, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/banner-header-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/banner-header-mobile.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/new.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/new-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/GettyImages-543198955.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/new-3.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-171363860-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/david-2.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/2503x597_news-awards.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/Banner_Health_US_English_2024_Certification_Badge.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.31\\u202fPM.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.36\\u202fPM.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.42\\u202fPM.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"}]', '2025-06-04 04:43:01', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-21 18:31:46', '2025-06-04 04:43:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (509, 7767, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":0,\"maxScore\":5,\"error\":1},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 88, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/Eligibility.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/kids.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/elig-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:43:01', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-21 18:32:53', '2025-06-04 04:43:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (510, 7775, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/11\\/nh-welcome.jpg\"}]', '2025-06-04 04:35:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-11-21 21:03:44', '2025-06-04 04:35:37');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (511, 7791, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/enroll-circle-graphic.png\"}]', '2025-06-04 04:35:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-12-07 16:51:05', '2025-06-04 04:35:37');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (512, 7794, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/nh-e.jpg\"}]', '2025-06-04 04:35:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-12-09 20:54:13', '2025-06-04 04:35:37');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (513, 7798, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/kids.jpg\"}]', '2025-06-04 04:35:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-12-11 18:49:53', '2025-06-04 04:35:37');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (514, 7812, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:37:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-12-12 21:26:23', '2025-06-04 04:37:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (515, 7816, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 77, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/986-header-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/main-qr-image-new.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:43:01', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-12-23 15:42:09', '2025-06-04 04:43:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (516, 7819, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/986-image.png\"}]', '2025-06-04 04:37:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-12-23 15:45:21', '2025-06-04 04:37:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (517, 7822, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/986-image2.jpg\"}]', '2025-06-04 04:37:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-12-23 16:04:07', '2025-06-04 04:37:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (518, 7823, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/986-qr.png\"}]', '2025-06-04 04:37:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-12-23 16:20:15', '2025-06-04 04:37:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (519, 7826, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/main-qr-image.jpg\"}]', '2025-06-04 04:37:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-12-23 16:20:15', '2025-06-04 04:37:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (520, 7829, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/986-header-1-scaled.jpg\"}]', '2025-06-04 04:37:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-12-23 16:37:35', '2025-06-04 04:37:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (521, 7838, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/main-qr-image-alt.jpg\"}]', '2025-06-04 04:37:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2024-12-23 17:27:34', '2025-06-04 04:37:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (522, 7854, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:37:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-02 19:59:01', '2025-06-04 04:37:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (523, 7859, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/main-qr-image-new.jpg\"}]', '2025-06-04 04:37:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-03 15:55:13', '2025-06-04 04:37:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (524, 7865, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:37:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-09 16:21:52', '2025-06-04 04:37:12');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (525, 7866, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:37:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-09 16:21:52', '2025-06-04 04:37:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (526, 7867, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:37:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-09 16:21:52', '2025-06-04 04:37:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (527, 7870, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 80, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/banner-header-mobile.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/blue.gif\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/orange.gif\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/green.gif\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/boris-misevic-crqFmUw5MrE-unsplash.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/bg-dark.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/jim.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/gettyimages-171363860-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/infographic-2.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.31\\u202fPM.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.36\\u202fPM.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Screenshot-2024-01-02-at-3.40.42\\u202fPM.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/08\\/awards-2.png\"}]', '2025-06-04 04:43:01', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-14 15:27:12', '2025-06-04 04:43:01');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (529, 7875, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/infographic-1.png\"}]', '2025-06-04 04:37:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-14 16:13:15', '2025-06-04 04:37:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (530, 7877, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:37:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-14 22:25:44', '2025-06-04 04:37:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (531, 7888, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:37:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-17 23:36:30', '2025-06-04 04:37:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (532, 7889, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:37:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-17 23:37:25', '2025-06-04 04:37:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (533, 7890, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/green.gif\"}]', '2025-06-04 04:37:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-17 23:54:15', '2025-06-04 04:37:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (534, 7891, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/blue.gif\"}]', '2025-06-04 04:37:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-17 23:54:15', '2025-06-04 04:37:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (535, 7892, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/orange.gif\"}]', '2025-06-04 04:37:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-17 23:54:15', '2025-06-04 04:37:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (536, 7899, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/boris-misevic-crqFmUw5MrE-unsplash-scaled.jpg\"}]', '2025-06-04 04:37:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-21 16:09:00', '2025-06-04 04:37:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (537, 7903, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/infographic-2.png\"}]', '2025-06-04 04:38:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-21 16:25:48', '2025-06-04 04:38:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (538, 7906, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/jim.jpg\"}]', '2025-06-04 04:38:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-21 16:25:48', '2025-06-04 04:38:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (539, 7909, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/bg-dark-scaled.jpg\"}]', '2025-06-04 04:38:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-21 16:42:51', '2025-06-04 04:38:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (540, 7921, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:38:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-21 20:59:23', '2025-06-04 04:38:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (541, 7936, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:38:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-29 20:19:21', '2025-06-04 04:38:23');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (542, 7937, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:38:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-01-29 20:19:21', '2025-06-04 04:38:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (543, 7943, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:02:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-11 22:38:33', '2025-06-04 05:02:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (544, 7944, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:02:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-11 22:38:33', '2025-06-04 05:02:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (545, 7945, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:03:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-11 22:38:33', '2025-06-04 05:03:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (546, 7946, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:03:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-11 22:38:33', '2025-06-04 05:03:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (547, 7947, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:03:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-11 22:38:33', '2025-06-04 05:03:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (548, 7948, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:03:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-11 22:38:33', '2025-06-04 05:03:48');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (549, 7949, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:03:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-11 22:38:33', '2025-06-04 05:03:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (550, 7950, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:03:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-11 22:38:33', '2025-06-04 05:03:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (551, 7951, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:03:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-11 22:38:33', '2025-06-04 05:03:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (552, 7952, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:03:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-11 22:38:33', '2025-06-04 05:03:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (553, 7953, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:03:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-11 22:39:36', '2025-06-04 05:03:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (554, 7954, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 05:03:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-02-12 21:09:24', '2025-06-04 05:03:49');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (555, 7965, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":0,\"maxScore\":5,\"error\":1},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":6,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":5}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 72, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/boris-misevic-crqFmUw5MrE-unsplash.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/vacation-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/new-dental-iphone.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/986-image.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/news-awards.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"}]', '2025-07-09 15:13:21', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}', '2025-04-02 15:50:20', '2025-07-09 15:13:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (556, 7968, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/news-2.jpg\"}]', '2025-06-04 04:38:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-04-02 15:57:13', '2025-06-04 04:38:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (557, 7985, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/news-awards-2.png\"}]', '2025-06-04 04:38:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-04-03 22:54:57', '2025-06-04 04:38:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (559, 7991, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/2503x597_news-awards.png\"}]', '2025-06-04 04:38:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-04-07 22:55:35', '2025-06-04 04:38:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (560, 7995, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:38:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-04-23 21:43:28', '2025-06-04 04:38:23');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (561, 7997, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', NULL, '2025-06-04 04:39:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-04-23 21:43:28', '2025-06-04 04:39:54');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (562, 8004, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/05\\/98point6.png\"}]', '2025-06-04 04:39:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-05-09 16:11:00', '2025-06-04 04:39:54');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (563, 8009, NULL, NULL, NULL, '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":0,\"maxScore\":5,\"error\":1},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":6,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":5}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, 72, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', -1, -1, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/news-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/05\\/98point6.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/vacation-2.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/new-dental-iphone.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/986-image.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/news-awards-2.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/06\\/logo-white.png\"},{\"image:loc\":\"https:\\/\\/cdn.printfriendly.com\\/buttons\\/printfriendly-pdf-email-button-notext.png\"}]', '2025-07-09 15:13:21', NULL, 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}', '2025-07-09 15:00:58', '2025-07-09 15:13:21');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (564, 8022, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/elder-care.jpg\"}]', '2025-07-09 15:29:35', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-07-09 15:29:35', '2025-07-09 15:29:35');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (565, 8023, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/child-care.jpg\"}]', '2025-07-09 15:46:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-07-09 15:46:30', '2025-07-09 15:46:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (566, 8026, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/aetna-scaled.png\"}]', '2025-07-09 15:46:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-07-09 15:46:30', '2025-07-09 15:46:30');

INSERT IGNORE INTO `1uS_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES (567, 8029, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 'default', 'default', NULL, NULL, NULL, NULL, NULL, '0', '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, '0', 1, '0', '0', '0', '0', '0', '0', '0', NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/aetna-scaled-2.png\"}]', '2025-07-09 18:30:08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2025-07-09 18:30:08', '2025-07-09 18:30:08');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_aioseo_seo_analyzer_results` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `data` text NOT NULL,
  `score` varchar(255) DEFAULT NULL,
  `competitor_url` varchar(255) DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `ndx_aioseo_seo_analyzer_results_competitor_url` (`competitor_url`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_aioseo_writing_assistant_keywords` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `uuid` varchar(40) NOT NULL,
  `keyword` varchar(255) NOT NULL,
  `country` varchar(10) NOT NULL DEFAULT 'us',
  `language` varchar(10) NOT NULL DEFAULT 'en',
  `progress` tinyint(3) DEFAULT 0,
  `keywords` mediumtext DEFAULT NULL,
  `competitors` mediumtext DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_writing_assistant_keywords_uuid` (`uuid`),
  KEY `ndx_aioseo_writing_assistant_keywords_keyword` (`keyword`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_aioseo_writing_assistant_posts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `keyword_id` bigint(20) unsigned DEFAULT NULL,
  `content_analysis_hash` varchar(40) DEFAULT NULL,
  `content_analysis` text DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_writing_assistant_posts_post_id` (`post_id`),
  KEY `ndx_aioseo_writing_assistant_posts_keyword_id` (`keyword_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_ce4wp_contacts` (
  `contact_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(200) NOT NULL DEFAULT '',
  `first_name` varchar(200) DEFAULT '',
  `last_name` varchar(200) DEFAULT '',
  `telephone` varchar(200) DEFAULT '',
  `consent` varchar(200) DEFAULT '',
  PRIMARY KEY (`contact_id`),
  UNIQUE KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_ju_queue` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `datas` longtext NOT NULL,
  `data_hash` varchar(32) NOT NULL,
  `action` longtext NOT NULL,
  `responses` longtext DEFAULT NULL,
  `date_added` bigint(20) unsigned DEFAULT 0,
  `date_done` bigint(20) unsigned DEFAULT 0,
  `retries` int(11) unsigned NOT NULL DEFAULT 0,
  `status` tinyint(1) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_status` (`status`),
  KEY `idx_data_hash` (`data_hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_nfd_data_event_queue` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `event` longtext NOT NULL,
  `attempts` tinyint(3) NOT NULL DEFAULT 0,
  `reserved_at` datetime DEFAULT NULL,
  `available_at` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_ninja_table_items` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `position` int(11) DEFAULT NULL,
  `table_id` bigint(20) NOT NULL,
  `owner_id` int(11) DEFAULT NULL,
  `attribute` varchar(255) NOT NULL,
  `settings` longtext DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=189 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (1, NULL, 5949, 1, 'value', NULL, '{\"benefit\":\"High-Deductible Health Plan\",\"vendor\":\"High-Deductible Health Plan\",\"contact\":\"Defined copays\",\"blank\":\"<strong>Plan highlights\"}', '2024-06-14 19:17:28', '2024-08-09 17:13:35');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (2, NULL, 5949, 1, 'value', NULL, '{\"benefit\":\"$3,000\\/$6,000\",\"vendor\":\"$1,700\\/$3,400\",\"contact\":\"$0\\/$400\",\"blank\":\"<strong>Deductible<BR><\\/STRONG>(Individual\\/Family)\"}', '2024-06-14 19:17:35', '2024-08-19 17:51:30');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (3, NULL, 5949, 1, 'value', 'a:1:{s:4:\"cell\";a:1:{s:7:\"contact\";a:1:{s:16:\"background-color\";s:0:\"\";}}}', '{\"blank\":\"<strong>Embedded deductible\",\"benefit\":\"$3,300\",\"vendor\":\"N\\/A\",\"contact\":\"N\\/A\"}', '2024-06-14 19:17:36', '2024-08-09 17:13:46');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (4, NULL, 5949, 1, 'value', NULL, '{\"benefit\":\"$5,000\\/$10,000\",\"vendor\":\"$4,500\\/$9,000\",\"contact\":\"$4,000\\/$8,000\",\"blank\":\"<strong>Out-of-pocket maximum<BR><\\/STRONG>(Individual\\/Family)\"}', '2024-06-14 19:17:37', '2024-08-09 17:13:55');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (5, NULL, 5949, 1, 'value', NULL, '{\"benefit\":\"N\\/A\",\"vendor\":\"$450\\/$900\",\"contact\":\"N\\/A\",\"blank\":\"<strong>Banner HSA contribution<BR><\\/STRONG>(Individual\\/Family)\"}', '2024-06-14 19:17:38', '2024-08-09 17:14:06');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (6, NULL, 5949, 1, 'value', NULL, '{\"benefit\":\"No Charge\",\"vendor\":\"No Charge\",\"contact\":\"No Charge\",\"blank\":\"<strong>Preventive care\"}', '2024-06-14 19:17:39', '2024-08-09 17:14:08');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (7, NULL, 5949, 1, 'value', NULL, '{\"benefit\":\"20% coinsurance**\",\"vendor\":\"15% coinsurance**\",\"contact\":\"No Charge \",\"blank\":\"<strong>Primary care visit\"}', '2024-06-14 19:17:40', '2024-08-09 17:14:12');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (8, NULL, 5949, 1, 'value', NULL, '{\"benefit\":\"20% coinsurance** \",\"vendor\":\"15% coinsurance** \",\"contact\":\"$50 copay\",\"blank\":\"<strong>Specialist visit\"}', '2024-06-14 19:17:41', '2024-08-09 17:14:19');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (9, NULL, 5949, 1, 'value', NULL, '{\"benefit\":\"20% coinsurance**  \",\"vendor\":\"15% coinsurance**  \",\"contact\":\"10% coinsurance\",\"blank\":\"<strong>Inpatient\\/outpatient surgery\"}', '2024-06-14 19:17:42', '2024-08-09 17:14:31');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (10, NULL, 5949, 1, 'value', NULL, '{\"benefit\":\"20% coinsurance**   \",\"vendor\":\"15% coinsurance**   \",\"contact\":\"$150 copay\",\"blank\":\"<strong>Emergency room visit\"}', '2024-06-14 19:17:43', '2024-08-09 17:14:35');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (27, '0', 5949, 1, 'value', NULL, '{\"blank\":\"<strong>Plan highlights\",\"benefit\":\"Lowest premiums\",\"vendor\":\"Low-cost premiums\",\"contact\":\"Lower deductible\"}', '2024-06-14 19:17:29', '2024-09-21 15:47:18');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (28, 1, 5949, 1, 'value', NULL, '{\"blank\":\"<strong>Plan highlights\",\"benefit\":\"Opportunity for $0 team member-only premiums through MyWell-Being Program\",\"vendor\":\"Eligible for Health Savings Account (HSA)\",\"contact\":\"No deductible for Tier 1 visits\"}', '2024-06-14 19:17:30', '2024-08-09 17:13:38');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (29, 2, 5949, 1, 'value', NULL, '{\"blank\":\"<strong>Plan highlights\",\"benefit\":\"Eligible for Health Savings Account\",\"vendor\":\"Eligible for Banner HSA contributions\",\"contact\":\"Higher monthly premiums\"}', '2024-06-14 19:17:31', '2024-08-09 17:13:40');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (30, NULL, 5954, 1, 'value', NULL, '{\"benefit\":\"$1,700\\/$3,400\",\"vendor\":\"High-Deductible Health Plan\",\"contact\":\"Defined copays\",\"blank\":\"<strong>Deductible<BR><\\/STRONG>(Individual\\/Family)\"}', '2024-06-14 19:17:28', '2024-07-22 19:51:23');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (35, NULL, 5954, 1, 'value', NULL, '{\"benefit\":\"No Charge\",\"vendor\":\"No Charge\",\"contact\":\"No Charge\",\"blank\":\"<strong>Preventive care\"}', '2024-06-14 19:17:39', '2024-08-09 17:15:13');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (36, NULL, 5954, 1, 'value', NULL, '{\"benefit\":\"15% coinsurance**\",\"vendor\":\"15% coinsurance**\",\"contact\":\"No Charge \",\"blank\":\"<strong>Primary care visit\"}', '2024-06-14 19:17:40', '2024-08-09 17:15:18');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (37, NULL, 5954, 1, 'value', NULL, '{\"benefit\":\"15% coinsurance** \",\"vendor\":\"15% coinsurance** \",\"contact\":\"$50 copay\",\"blank\":\"<strong>Specialist visit\"}', '2024-06-14 19:17:41', '2024-08-09 17:15:21');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (38, NULL, 5954, 1, 'value', NULL, '{\"benefit\":\"15% coinsurance**  \",\"vendor\":\"15% coinsurance**  \",\"contact\":\"10% coinsurance\",\"blank\":\"<strong>Inpatient\\/outpatient surgery\"}', '2024-06-14 19:17:42', '2024-08-09 17:15:26');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (39, NULL, 5954, 1, 'value', NULL, '{\"benefit\":\"15% coinsurance**   \",\"vendor\":\"15% coinsurance**   \",\"contact\":\"$150 copay\",\"blank\":\"<strong>Emergency room visit\"}', '2024-06-14 19:17:43', '2024-08-09 17:15:31');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (40, '0', 5954, 1, 'value', NULL, '{\"blank\":\"<strong>Out-of-pocket maximum<BR><\\/STRONG>(Individual\\/Family)\",\"benefit\":\"$4,500\\/$9,000\",\"vendor\":\"Low cost premiums\",\"contact\":\"Lower deductible\"}', '2024-06-14 19:17:29', '2024-08-09 17:15:06');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (41, 1, 5954, 1, 'value', NULL, '{\"blank\":\"<strong>Banner HSA contribution<BR><\\/STRONG>(Individual\\/Family)\",\"benefit\":\"$450\\/$900\",\"vendor\":\"Eligible for Health Savings Account (HSA)\",\"contact\":\"No deductible for Tier 1 visits\"}', '2024-06-14 19:17:30', '2024-08-09 17:15:11');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (45, NULL, 5959, 1, 'value', NULL, '{\"benefit\":\"Banner Health Network of providers\",\"vendor\":\"Aetna\\u2019s national network of providers\",\"contact\":\"All other providers who do not participate in the Banner Health or Aetna provider networks\",\"blank\":\"<strong>Available providers\"}', '2024-06-14 19:17:28', '2024-08-09 17:15:57');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (55, '0', 5959, 1, 'value', NULL, '{\"blank\":\"<strong>Cost\",\"benefit\":\"<strong>$\",\"vendor\":\"<strong>$$\",\"contact\":\"<strong>$$$\"}', '2024-06-14 19:17:29', '2024-06-14 20:24:46');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (60, NULL, 6032, 1, 'value', NULL, '{\"benefit\":\"$4,300\",\"vendor\":\"$8,550\",\"contact\":\"All other providers who do not participate in the Banner Health or Aetna provider networks\",\"blank\":\"<strong>2025 maximum contribution\"}', '2024-06-14 19:17:28', '2024-08-27 23:33:13');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (61, '0', 6032, 1, 'value', NULL, '{\"blank\":\"<strong>Annual Banner Health contribution (Premier Plan participants only)\",\"benefit\":\"$450\",\"vendor\":\"$900\",\"contact\":\"<strong>$$$\"}', '2024-06-14 19:17:29', '2024-08-27 23:33:38');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (63, 1, 6032, 1, 'value', NULL, '{\"blank\":\"<strong>Catch-up contribution (55+)\",\"benefit\":\"$1,000\",\"vendor\":\"$1,000\"}', '2024-06-14 19:17:30', '2024-08-27 23:33:27');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (64, NULL, 6048, 1, 'value', 'a:2:{s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";s:6:\"row_bg\";s:20:\"rgba(71, 140, 77, 1)\";}', '{\"blank\":\"\",\"benefit\":\"Network provider\",\"vendor\":\"Network provider\",\"contact\":\"Out-of-network provider\",\"value_dental_plan_ppo\":\"Network provider\",\"premier_dental_plan_ppo\":\"Out-of-network provider\"}', '2024-06-14 19:17:28', '2024-08-27 23:19:26');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (66, NULL, 6048, 1, 'value', NULL, '{\"benefit\":\"The DHMO is a copayment plan. When you get a dental service, your dentist is allowed to charge a certain amount; you pay a fixed portion of that cost and the plan pays the rest.\",\"vendor\":\"You pay 20% after deductible\",\"contact\":\"You pay 50% after deductible\",\"blank\":\"<b>Major restorative care benefit\",\"value_dental_plan_ppo\":\"You pay 20% after deductible\",\"premier_dental_plan_ppo\":\"You pay 50% after deductible\"}', '2024-06-14 19:17:38', '2024-08-12 18:01:46');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (67, NULL, 6048, 1, 'value', NULL, '{\"benefit\":\"Covered\",\"vendor\":\"Not Covered\",\"contact\":\"#colspan#\",\"blank\":\"<b>Orthodontia\",\"premier_dental_plan_ppo\":\"You pay 50%, $1,500 lifetime benefit maximum\",\"value_dental_plan_ppo\":\"You pay 50%, $2,500 lifetime benefit maximum\"}', '2024-06-14 19:17:39', '2024-08-12 18:01:48');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (68, NULL, 6048, 1, 'value', NULL, '{\"benefit\":\"No annual maximum\",\"vendor\":\"$1,500 per member\",\"contact\":\"$1,000 per member\",\"blank\":\"<b>Annual maximum benefit\",\"value_dental_plan_ppo\":\"$2,500 per member (orthodontia is separate)\",\"premier_dental_plan_ppo\":\"$2,000 per member (orthodontia is separate)\"}', '2024-06-14 19:17:40', '2024-08-12 18:01:54');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (74, 1, 6048, 1, 'value', NULL, '{\"blank\":\"<b>Annual deductible<\\/b><br>(waived for preventive care, routine cleaning, X-rays)\",\"benefit\":\"No deductibles\",\"vendor\":\"$50 per person $150 family\",\"contact\":\"#colspan#\",\"value_dental_plan_ppo\":\"$50 per person $150 family\",\"premier_dental_plan_ppo\":\"#colspan#\"}', '2024-06-14 19:17:31', '2024-09-21 15:55:44');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (75, 2, 6048, 1, 'value', NULL, '{\"blank\":\"<b>Routine exam, cleaning and X-rays\",\"benefit\":\"Covered at 100%\",\"vendor\":\"Covered at 100%\",\"contact\":\"#colspan#\",\"premier_dental_plan_ppo\":\"#colspan#\",\"value_dental_plan_ppo\":\"Covered at 100%\"}', '2024-06-14 19:17:32', '2024-08-27 23:20:13');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (76, 3, 6048, 1, 'value', NULL, '{\"blank\":\"<b>Basic restorative care benefit\",\"benefit\":\"The DHMO is a copay plan. When you get a dental service, your dentist is allowed to charge a certain amount; you pay a fixed portion of that cost and the plan pays the rest.\",\"vendor\":\"You pay 10% after deductible\",\"contact\":\"You pay 30% after deductible\",\"value_dental_plan_ppo\":\"You pay 10% after deductible\",\"premier_dental_plan_ppo\":\"You pay 30% after deductible\"}', '2024-06-14 19:17:33', '2024-08-27 23:20:43');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (79, '0', 6048, 1, 'value', NULL, '{\"blank\":\"<b>Choice of dentists<\\/b>\",\"benefit\":\"You must choose a general dentist from the Network Provider list to manage your dental care. If you need specialty care, your general dentist gives you a referral to another dentist in the DHMO network. Out-of-network benefits are not offered with this plan.\",\"vendor\":\"You may go to any dentist; however, you will receive discounted rates at a Network Provider.\",\"contact\":\"#colspan#\",\"value_dental_plan_ppo\":\"You may go to any dentist; however, you will receive discounted rates at a Network Provider.\",\"premier_dental_plan_ppo\":\"#colspan#\"}', '2024-06-14 19:17:29', '2024-08-27 23:19:38');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (81, NULL, 6061, 1, 'value', NULL, '{\"benefit\":\"$130<br>$130\",\"vendor\":\"$200<br>$250\",\"contact\":\"You pay 50% after deductible\",\"blank\":\"<b>VSP network allowances<\\/b><br>Retail frame value<br>Elective contact lenses\",\"value_dental_plan_ppo\":\"You pay 20% after deductible\",\"premier_dental_plan_ppo\":\"You pay 50% after deductible\"}', '2024-06-14 19:17:38', '2024-08-12 18:06:44');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (82, NULL, 6061, 1, 'value', NULL, '{\"benefit\":\"Up to $45<br> Up to $30<br> Up to $50<br> Up to $65<br> Up to $70<br> Up to $105<br> Not covered\",\"vendor\":\"Up to $45<br> Up to $30<br> Up to $50<br> Up to $65<br> Up to $70<br> Up to $105<br> Allowance of up to $500 per eye\",\"contact\":\"#colspan#\",\"blank\":\"<b>Out-of-network coverage copay<\\/b><br> Annual eye exam<br> Single vision lenses<br> Bifocal lenses<br> Trifocal lenses<br> Frame<br> Elective contact lenses<br> Laser vision care (LASIK)\",\"premier_dental_plan_ppo\":\"You pay 50%, $1,500 lifetime benefit maximum\",\"value_dental_plan_ppo\":\"You pay 50%, $2,500 lifetime benefit maximum\"}', '2024-06-14 19:17:39', '2024-08-27 23:24:13');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (83, NULL, 6061, 1, 'value', NULL, '{\"benefit\":\"\",\"vendor\":\"Choose one annual upgrade: $250 frame allowance OR $300 featured frame brand allowance OR anti-reflective (anti-glare) coating\",\"contact\":\"$1,000 per member\",\"blank\":\"<b>EasyOptions enhancements\",\"value_dental_plan_ppo\":\"$2,500 per member (orthodontia is separate)\",\"premier_dental_plan_ppo\":\"$2,000 per member (orthodontia is separate)\"}', '2024-06-14 19:17:40', '2024-08-27 23:24:24');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (84, 1, 6061, 1, 'value', NULL, '{\"blank\":\"<b>Eyeglass lenses\",\"benefit\":\"Every plan year (single, bifocal, progressive)\",\"vendor\":\"Every plan year (single, bifocal, progressive, polycarbonate, photochromic)\",\"contact\":\"#colspan#\",\"value_dental_plan_ppo\":\"$50 per person $150 family\",\"premier_dental_plan_ppo\":\"#colspan#\"}', '2024-06-14 19:17:31', '2024-08-12 18:05:34');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (85, 2, 6061, 1, 'value', NULL, '{\"blank\":\"<b>Frames\",\"benefit\":\"Every other plan year\",\"vendor\":\"Every plan year (single, bifocal, progressive)\",\"contact\":\"#colspan#\",\"premier_dental_plan_ppo\":\"#colspan#\",\"value_dental_plan_ppo\":\"Covered at 100%\"}', '2024-06-14 19:17:32', '2024-06-28 04:46:09');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (86, 3, 6061, 1, 'value', NULL, '{\"blank\":\"<\\/b>In-network coverage copay<\\/b><br>Annual eye exam<br>Materials<br>Laser vision care (LASIK)\",\"benefit\":\"$10<br>$10<br>Discounted services available\",\"vendor\":\"$10<br>$10<br>Allowance of up to $500 per eye\",\"contact\":\"You pay 30% after deductible\",\"value_dental_plan_ppo\":\"You pay 10% after deductible\",\"premier_dental_plan_ppo\":\"You pay 30% after deductible\"}', '2024-06-14 19:17:33', '2024-08-27 23:24:17');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (87, '0', 6061, 1, 'value', NULL, '{\"blank\":\"<b>Annual eye exam\",\"benefit\":\"Every plan year\",\"vendor\":\"Every plan year\",\"contact\":\"#colspan#\",\"value_dental_plan_ppo\":\"You may go to any dentist; however you will receive discounted rates at a Network Provider.\",\"premier_dental_plan_ppo\":\"#colspan#\"}', '2024-06-14 19:17:29', '2024-08-12 18:05:32');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (96, NULL, 6075, 1, 'value', NULL, '{\"benefit\":\"Flexible Spending<br> Accounts (FSAs)\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\"><span style=\\\"color: #3574AE;\\\"> 866-346-5800\",\"contact\":\"You pay 50% after deductible\",\"blank\":\"<b>HealthEquity\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/healthequity.com\\/ed\\/BannerHealth\\\"><span style=\\\"color: #478C4D;\\\">healthequity.com<\\/a>\",\"premier_dental_plan_ppo\":\"You pay 50% after deductible\"}', '2024-06-14 19:17:44', '2024-09-21 16:37:31');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (97, NULL, 6075, 1, 'value', NULL, '{\"benefit\":\"Matrix Leave Plans<br>(FMLA, LOA, STD, LTD)\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">888-295-7840\",\"contact\":\"#colspan#\",\"blank\":\"<b>Reliance Matrix<\\/b>\",\"premier_dental_plan_ppo\":\"You pay 50%, $1,500 lifetime benefit maximum\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/matrixabsence.com\\\"><span style=\\\"color: #478C4D;\\\">matrixabsence.com<\\/a>\"}', '2024-06-14 19:17:49', '2024-09-12 12:59:33');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (98, NULL, 6075, 1, 'value', NULL, '{\"benefit\":\"Personify Health\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">844-982-2217\",\"contact\":\"$1,000 per member\",\"blank\":\"<b>MyWell-Being platform<\\/b>\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/join.personifyhealth.com\\/BannerHealth\\\"><span style=\\\"color: #478C4D;\\\">join.personifyhealth.com\\/BannerHealth<\\/a>\",\"premier_dental_plan_ppo\":\"$2,000 per member (orthodontia is separate)\"}', '2024-06-14 19:17:50', '2025-05-28 14:32:02');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (99, 11, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Aetna\",\"benefit\":\"Medical Plans\\u2014Banner|Aetna\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">855-788-5803\",\"contact\":\"#colspan#\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/banneraetna.com\\\"><span style=\\\"color: #478C4D;\\\">banneraetna.com<\\/a>\",\"premier_dental_plan_ppo\":\"#colspan#\"}', '2024-06-14 19:17:31', '2024-09-21 16:32:59');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (100, 15, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Cigna<\\/b>\",\"benefit\":\"Cigna Dental Plans\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">800-CIGNA24<br><span style=\\\"color: #3574AE;\\\">800-244-6224\",\"contact\":\"#colspan#\",\"premier_dental_plan_ppo\":\"#colspan#\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/mycigna.com\\\"><span style=\\\"color: #478C4D;\\\">mycigna.com<\\/a>\"}', '2024-06-14 19:17:38', '2024-06-28 17:10:01');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (101, 16, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Vision Service Plan (VSP)\",\"benefit\":\"VSP Vision Plans<br>Member number is<br>000 + Employee ID#\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">800-877-7195\",\"contact\":\"You pay 30% after deductible\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/vsp.com\\\"><span style=\\\"color: #478C4D;\\\">vsp.com<\\/a>\",\"premier_dental_plan_ppo\":\"You pay 30% after deductible\"}', '2024-06-14 19:17:39', '2024-09-21 16:34:56');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (102, 10, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Banner Health<\\/b>\",\"benefit\":\"Banner Benefits<br>Resource Center\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">833-849-9825\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/myhr.bannerhealth.com\\\"><span style=\\\"color: #478C4D;\\\">myhr.bannerhealth.com<\\/a>\"}', '2024-06-14 19:17:29', '2024-09-23 18:53:05');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (110, 2, 6075, 1, 'value', NULL, '{\"blank\":\"<b>ALEX<\\/b>\",\"benefit\":\"Ask ALEX decision tool\",\"vendor\":\"Available online only\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/start.myalex.com\\/bannerhealth\\\"><span style=\\\"color: #478C4D;\\\">start.myalex.com\\/BannerHealth<\\/a>\"}', '2024-06-14 19:17:51', '2024-09-21 16:36:48');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (111, 3, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Fidelity<\\/a>\",\"benefit\":\"Fidelity \\u2013 401(k) and 403(b) Retirement Plans\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">800-343-0860<br><span style=\\\"color: #3574AE;\\\">877-297-3017<br>(Spanish)\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/netbenefits.com\\/BannerHealth\\\"><span style=\\\"color: #478C4D;\\\">netbenefits.com\\/BannerHealth<\\/a>\"}', '2024-06-14 19:17:52', '2024-06-28 17:11:29');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (112, 4, 6075, 1, 'value', NULL, '{\"blank\":\"<b>MetLife<\\/b>\",\"benefit\":\"MetLife Legal Plan\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">800-821-6400\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/info.legalplans.com\\\"><span style=\\\"color: #478C4D;\\\">info.legalplans.com<\\/a><br> Access code: 3090010<br> Current enrollees: click on<br> Members Log In\"}', '2024-06-14 19:17:53', '2024-06-28 17:10:12');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (113, 5, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Experian<\\/b>\",\"benefit\":\"Experian Financial 24\\/7\\/365\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">855-797-0052\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/experian.myfinancialexpert.com\\\"><span style=\\\"color: #478C4D;\\\">experian.myfinancialexpert.com<\\/a>\"}', '2024-06-14 19:17:54', '2024-06-28 17:10:16');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (114, 6, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Bright Horizons<\\/b>\",\"benefit\":\"Bright Horizons<br>(care programs, education support and parenting resources)\",\"vendor\":\"Available online only\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/clients.brighthorizons.com\\/ Banner\\\"><span style=\\\"color: #478C4D;\\\">clients.brighthorizons.com\\/ Banner<\\/a>\"}', '2024-06-14 19:17:55', '2024-09-12 13:08:08');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (115, 7, 6075, 1, 'value', NULL, '{\"blank\":\"<b>PetPartners<\\/b>\",\"benefit\":\"PetPartners Pet Insurance\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">800-956-2495\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/independenceamerican.com\\\"><span style=\\\"color: #478C4D;\\\">independenceamerican.com<\\/a>\"}', '2024-06-14 19:17:56', '2024-06-28 17:10:20');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (116, 8, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Beneplace<\\/b>\",\"benefit\":\"Beneplace \\u2013 Discount Marketplace\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">800-683-2886\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/bannerhealth.savings.beneplace.com\\\"><span style=\\\"color: #478C4D;\\\">bannerhealth.savings.beneplace.com<\\/a>\"}', '2024-06-14 19:17:57', '2025-05-28 14:34:20');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (117, NULL, 6142, 1, 'value', NULL, '{\"blank\":\"<strong>Spouse\\/domestic partner*\",\"benefit\":\"$5,000\",\"vendor\":\"$20,000\"}', '2024-06-14 19:17:28', '2024-08-10 02:11:07');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (118, 3, 6142, 1, 'value', NULL, '{\"blank\":\"<strong>Child\\/children*\",\"benefit\":\"$2,500\",\"vendor\":\"$10,000\",\"contact\":\"<strong>$$$\"}', '2024-06-14 19:17:33', '2024-08-28 20:26:19');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (120, '0', 6142, 1, 'value', NULL, '{\"blank\":\"<strong>Spouse\\/domestic partner*\",\"benefit\":\"$10,000\",\"vendor\":\"$25,000\"}', '2024-06-14 19:17:29', '2024-08-10 02:11:25');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (121, 2, 6142, 1, 'value', NULL, '{\"blank\":\"<strong>Spouse\\/domestic partner*\",\"benefit\":\"$15,000\",\"vendor\":\"$50,000\"}', '2024-06-14 19:17:30', '2024-08-10 02:11:26');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (122, 1, 6142, 1, 'value', NULL, '{\"blank\":\"<strong>Child\\/children*\",\"benefit\":\"$5,000\",\"vendor\":\"$15,000\"}', '2024-06-14 19:17:34', '2024-08-28 20:26:21');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (123, NULL, 6190, 1, 'value', NULL, '{\"benefit\":\"20% coinsurance\",\"vendor\":\"15% coinsurance\",\"contact\":\"$7.50<br>$18.75\",\"blank\":\"<strong>Generic<br><\\/strong>Retail: 31-day supply<br>Mail order: 32- to 93-day supply\"}', '2024-06-14 19:17:28', '2024-09-21 15:51:58');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (133, '0', 6190, 1, 'value', NULL, '{\"blank\":\"<strong>Brand name<\\/strong><br>Retail: 31-day supply<br>Mail order: 32- to 93-day supply\",\"benefit\":\"20% coinsurance \",\"vendor\":\"15% coinsurance \",\"contact\":\"$35<br>$87.50\"}', '2024-06-14 19:17:29', '2024-09-21 15:52:01');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (134, 1, 6190, 1, 'value', NULL, '{\"blank\":\"<strong>Specialty drugs\",\"benefit\":\"20% coinsurance  \",\"vendor\":\"15% coinsurance  \",\"contact\":\"$250 copay; 30% for PrudentRx eligible specialty prescriptions ($0 out-of-pocket if enrolled in PrudentRx)\"}', '2024-06-14 19:17:30', '2024-09-21 15:52:48');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (138, NULL, 6228, 1, 'value', NULL, '{\"benefit\":\"<b>30,000<\\/b><br>Level 1\",\"vendor\":\"<b>50,000<\\/b><br>Level 2\",\"contact\":\"<b>70,000<\\/b><br>Level 3\",\"blank\":\"\",\"new_2\":\"\",\"new\":\"<b>100,000<\\/b><br>Level 1\"}', '2024-06-14 19:17:28', '2024-06-29 05:57:08');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (139, NULL, 6228, 1, 'value', NULL, '{\"benefit\":\"$50*\",\"vendor\":\"Drawing<br>Entry\",\"contact\":\"\\u2014\",\"blank\":\"<strong>Q3 (7\\/1\\/25 \\u2013 9\\/30\\/25)\",\"new\":\"\\u2014 \",\"new_2\":\"10\\/31\\/25   \"}', '2024-06-14 19:17:35', '2024-09-19 14:57:11');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (140, NULL, 6228, 1, 'value', NULL, '{\"benefit\":\"Grandfathered into 2026 Incentive\",\"vendor\":\"#colspan#\",\"contact\":\"#colspan#\",\"blank\":\"<B>Q4 (10\\/1\\/25 \\u2013 12\\/31\\/25)\",\"new\":\"#colspan#\",\"new_2\":\"N\\/A\"}', '2024-06-14 19:17:36', '2024-08-26 20:14:55');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (148, '0', 6228, 1, 'value', NULL, '{\"blank\":\"<strong>Current team members\",\"benefit\":\"$20\",\"vendor\":\"$35\",\"contact\":\"$50*\",\"new\":\"Drawing<br>Entry\",\"new_2\":\"10\\/31\\/25\"}', '2024-06-14 19:17:29', '2024-08-09 17:20:33');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (149, 1, 6228, 1, 'value', NULL, '{\"blank\":\"<strong>Q1 (1\\/1\\/25 \\u2013 3\\/31\\/25)\",\"benefit\":\"$20 \",\"vendor\":\"$35 \",\"contact\":\"$50* \",\"new\":\"Drawing<br>Entry \",\"new_2\":\"10\\/31\\/25 \"}', '2024-06-14 19:17:30', '2024-09-21 16:22:32');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (150, 2, 6228, 1, 'value', NULL, '{\"blank\":\"<strong>Q2 (4\\/1\\/25 \\u2013 6\\/30\\/25)\",\"benefit\":\"$35\",\"vendor\":\"$50*\",\"contact\":\"Drawing<br>Entry\",\"new\":\"\\u2014\",\"new_2\":\"10\\/31\\/25  \"}', '2024-06-14 19:17:31', '2024-09-19 14:57:09');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (154, 8, 7032, 1, 'value', NULL, '{\"blank\":\"<b>Traffic ticket defense\",\"benefit\":\"$3,519\",\"vendor\":\"$0 out of pocket  \",\"contact\":\"#colspan#\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/banneraetna.com\\\"><span style=\\\"color: #478C4D;\\\">banneraetna.com<\\/a><br><br> <a href=\\\"http:\\/\\/banneraetna.com\\\"><span style=\\\"color: #478C4D;\\\">banneraetna.com<\\/a><br><br> <a href=\\\"http:\\/\\/myaetnasupplemental.com\\\"><span style=\\\"color: #478C4D;\\\">myaetnasupplemental.com<\\/a><br><br> <a href=\\\"http:\\/\\/resourcesforliving.com\\\"><span style=\\\"color: #478C4D;\\\">resourcesforliving.com<\\/a><br> Username: Banner<br> Password: EAP\",\"premier_dental_plan_ppo\":\"#colspan#\"}', '2024-06-14 19:17:31', '2024-08-12 16:34:45');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (157, 7, 7032, 1, 'value', NULL, '{\"blank\":\"<b>Legal contract review<\\/b>\",\"benefit\":\"$1,173\",\"vendor\":\"$0 out of pocket \",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/myhr.bannerhealth.com\\\"><span style=\\\"color: #478C4D;\\\">myhr.bannerhealth.com<\\/a>\"}', '2024-06-14 19:17:29', '2024-08-12 16:34:43');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (158, '0', 7032, 1, 'value', NULL, '{\"blank\":\"<b>Will, living will, power of attorney<\\/b>\",\"benefit\":\"$782\",\"vendor\":\"$13 per month\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/start.myalex.com\\/ bannerhealth\\\"><span style=\\\"color: #478C4D;\\\">start.myalex.com\\/ bannerhealth<\\/a>\"}', '2024-06-14 19:17:41', '2024-08-12 16:34:55');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (164, 6, 7032, 1, 'value', NULL, '{\"blank\":\"<b>Total cost<\\/b>\",\"benefit\":\"$1,564\",\"vendor\":\"$0 out of pocket\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/bannerhealth.savings.beneplace.com\\\"><span style=\\\"color: #478C4D;\\\">bannerhealth.savings.beneplace.com<\\/a>\"}', '2024-06-14 19:17:47', '2024-08-12 16:34:40');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (166, 1, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Wageworks\",\"benefit\":\"COBRA\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">866-678-4881\",\"value_dental_plan_ppo\":\"<a href=\\\"https:\\/\\/mybenefits.wageworks.com\\\"><span style=\\\"color: #478C4D;\\\">mybenefits.wageworks.com<\\/a>\"}', '2024-06-14 19:17:47', '2024-09-21 16:36:57');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (167, '0', 6075, 1, 'value', NULL, '{\"blank\":\"<b>HealthEquity\",\"benefit\":\"Health Savings \\/<br> Reimbursement Accounts<br> (HSAs\\/HRAs)\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\"> 866-346-5800\",\"value_dental_plan_ppo\":\"<a href=\\\"https:\\/\\/healthequity.com\\/ed\\/BannerHealth\\\"><span style=\\\"color: #478C4D;\\\">healthequity.com\\/ed\\/BannerHealth<\\/a>\"}', '2024-06-14 19:17:45', '2024-09-21 16:37:25');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (168, 12, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Aetna\",\"benefit\":\"Pharmacy\\u2014Banner|Aetna\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">855-788-5803 \",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/banneraetna.com\\\"><span style=\\\"color: #478C4D;\\\">banneraetna.com <\\/a>\"}', '2024-06-14 19:17:32', '2024-09-21 16:33:30');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (169, 13, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Aetna\",\"benefit\":\"Supplemental Benefits (Accident, Hospital Indemnity, Critical Illness)\\u2014Aetna\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">855-788-5803   \",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/myaetnasupplemental.com\\\"><span style=\\\"color: #478C4D;\\\">myaetnasupplemental.com\"}', '2024-06-14 19:17:33', '2024-09-21 16:33:54');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (170, 14, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Aetna\",\"benefit\":\"Resources for Living (EAP)\\u2014Aetna\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">866-568-7554\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/resourcesforliving.com\\\"><span style=\\\"color: #478C4D;\\\">resourcesforliving.com<\\/a><br> Username: Banner<br> Password: EAP\"}', '2024-06-14 19:17:34', '2024-09-21 16:33:58');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (172, NULL, 7485, 1, 'value', NULL, '{\"benefit\":\"\\u2022 Any severe or life-threatening conditions<br> \\u2022 Chest pain<br> \\u2022 Coughing blood<br> \\u2022 Loss of consciousness<br> \\u2022 Shortness of breath\",\"vendor\":\"<b>Choice Plus:<\\/b> $150 copay for Banner entities; $400 copay for non-Banner entities. Deductible doesn\\u2019t apply.<br><b>Premier:<\\/b >15% coinsurance Max Saving tier, 25% standard savings tier. After deductible for Banner Insurance.<br><b>Value:<\\/b> 20% coinsurance Max Saving tier, 30% standard savings tier. After deductible for Banner Insurance.\",\"contact\":\"#colspan#\",\"blank\":\"<b>ED<\\/b>\",\"premier_dental_plan_ppo\":\"You pay 50%, $1,500 lifetime benefit maximum\",\"value_dental_plan_ppo\":\"Visit closest ED for life-threatening conditions.\"}', '2024-06-14 19:17:49', '2024-09-21 16:52:53');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (173, NULL, 7485, 1, 'value', NULL, '{\"benefit\":\"#colspan#\",\"vendor\":\"#colspan#\",\"contact\":\"$1,000 per member\",\"blank\":\"<h6>NOTE: If you use the ED and it\\u2019s determined not an emergency, the expense might not be covered.\",\"value_dental_plan_ppo\":\"#colspan#\",\"premier_dental_plan_ppo\":\"$2,000 per member (orthodontia is separate)\"}', '2024-06-14 19:17:50', '2024-09-17 20:27:28');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (177, 9, 7485, 1, 'value', NULL, '{\"blank\":\"<b>Nurse Call Line  (24\\/7\\/365)\",\"benefit\":\"\\u2022 Answer health questions<br>\\u2022 Get care advice\",\"vendor\":\"Free\",\"value_dental_plan_ppo\":\"Call the 888-747-7990 number found on back of your medical insurance card\"}', '2024-06-14 19:17:29', '2024-09-17 20:28:44');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (185, 1, 7485, 1, 'value', NULL, '{\"blank\":\"<b>Banner Urgent Care \",\"benefit\":\"\\u2022 Fevers<br> \\u2022 Flu and cold<br> \\u2022 Simple fractures and sprains<br> \\u2022 Work injuries<br> \\u2022 Sports physicals\",\"vendor\":\"<b>Choice Plus:<\\/b> $30 copay for Banner entities; $100 copay for non-Banner entities. Deductible doesn\\u2019t apply. \\u00a0<br> <b>Value\\/Premier:<\\/b> $75 at time of service, then balance will be billed. \\u00a0<br> After deductible for Banner Insurance:\\u00a0<br> \\u00b7\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 Premier: 15% coinsurance Max Saving tier, 25% standard savings tier\\u00a0<br> \\u00b7\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 Value: 20% coinsurance Max Saving tier, 30% standard savings tier\",\"value_dental_plan_ppo\":\"<a href=\\\"https:\\/\\/www.bannerhealth.com\\/services\\/urgent-care\\\"><span style=\\\"color: #478C4D;\\\">Learn more here<\\/a>\"}', '2024-06-14 19:17:47', '2024-09-23 18:54:12');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (187, 11, 7485, 1, 'value', NULL, '{\"blank\":\"<b>98point6 Telecare\",\"benefit\":\"\\u2022 Answer health questions<br> \\u2022 Diagnose\\/treat any primary\\u00a0care type visit<br> \\u2022 Outline care options<br> \\u2022 Order prescriptions or labs<br> \\u2022 Refer you to specialists and resources in the Banner|Aetna network\",\"vendor\":\"Free \",\"value_dental_plan_ppo\":\"Download 98point6 app, create an account and begin using\"}', '2024-06-14 19:17:32', '2024-09-21 16:50:12');

INSERT IGNORE INTO `1uS_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (188, 9, 6075, 1, 'value', NULL, '{\"blank\":\"<b>Securian Financial<\\/b>\",\"benefit\":\"Life Insurance\",\"vendor\":\"<span style=\\\"color: #3574AE;\\\">866-365-2374\",\"value_dental_plan_ppo\":\"<a href=\\\"http:\\/\\/www.lifebenefits.com\\\"><span style=\\\"color: #478C4D;\\\">www.lifebenefits.com<\\/a>\"}', '2024-06-14 19:17:58', '2025-05-28 14:34:22');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=1373194 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2, 'home', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3, 'blogname', '2025 Banner Health', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4, 'blogdescription', 'Benefits Portal', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5, 'users_can_register', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6, 'admin_email', 'ehalvorson@lockton.com', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7, 'start_of_week', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8, 'use_balanceTags', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9, 'use_smilies', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10, 'require_name_email', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11, 'comments_notify', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (12, 'posts_per_rss', 10, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (13, 'rss_use_excerpt', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14, 'mailserver_url', 'mail.example.com', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15, 'mailserver_login', 'login@example.com', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (16, 'mailserver_pass', 'password', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (17, 'mailserver_port', 110, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (18, 'default_category', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19, 'default_comment_status', 'open', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (20, 'default_ping_status', 'open', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21, 'default_pingback_flag', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22, 'posts_per_page', 10, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23, 'date_format', 'F j, Y', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (24, 'time_format', 'g:i a', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (26, 'comment_moderation', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (27, 'moderation_notify', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (28, 'permalink_structure', '/%postname%/', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29, 'rewrite_rules', 'a:367:{s:50:\"index.php/download/([0-9]+)/([^/]*)/(.*)/([^/]*)/?\";s:231:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=$matches[1]&wpfd_category_name=$matches[2]&wpfd_file_id=$matches[3]&wpfd_filename=$matches[4]\";s:40:\"download/([0-9]+)/([^/]*)/(.*)/([^/]*)/?\";s:231:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=$matches[1]&wpfd_category_name=$matches[2]&wpfd_file_id=$matches[3]&wpfd_filename=$matches[4]\";s:45:\"index.php/download/([^/]*)/([0-9]+)/([^/]*)/?\";s:211:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=files.download&wpfd_download_cat=$matches[1]&wpfd_category_id=$matches[2]&wpfd_category_name=$matches[3]\";s:35:\"download/([^/]*)/([0-9]+)/([^/]*)/?\";s:211:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=files.download&wpfd_download_cat=$matches[1]&wpfd_category_id=$matches[2]&wpfd_category_name=$matches[3]\";s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:17:\"^serve-instawp/?$\";s:25:\"index.php?instawp_serve=1\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:51:\"layout_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:46:\"layout_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:27:\"layout_tag/([^/]+)/embed/?$\";s:43:\"index.php?layout_tag=$matches[1]&embed=true\";s:39:\"layout_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?layout_tag=$matches[1]&paged=$matches[2]\";s:21:\"layout_tag/([^/]+)/?$\";s:32:\"index.php?layout_tag=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:44:\"index.php?layout_pack=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_pack=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:33:\"index.php?layout_pack=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:44:\"index.php?layout_type=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_type=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:33:\"index.php?layout_type=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:45:\"index.php?module_width=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?module_width=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:34:\"index.php?module_width=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:38:\"index.php?scope=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?scope=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:27:\"index.php?scope=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"et_tb_item_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:51:\"et_tb_item_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:32:\"et_tb_item_type/([^/]+)/embed/?$\";s:48:\"index.php?et_tb_item_type=$matches[1]&embed=true\";s:44:\"et_tb_item_type/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?et_tb_item_type=$matches[1]&paged=$matches[2]\";s:26:\"et_tb_item_type/([^/]+)/?$\";s:37:\"index.php?et_tb_item_type=$matches[1]\";s:38:\"et_tb_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"et_tb_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"et_tb_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"et_tb_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"et_tb_item/([^/]+)/embed/?$\";s:58:\"index.php?post_type=et_tb_item&name=$matches[1]&embed=true\";s:31:\"et_tb_item/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=et_tb_item&name=$matches[1]&tb=1\";s:39:\"et_tb_item/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&paged=$matches[2]\";s:46:\"et_tb_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&cpage=$matches[2]\";s:35:\"et_tb_item/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=et_tb_item&name=$matches[1]&page=$matches[2]\";s:27:\"et_tb_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"et_tb_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"et_tb_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"et_tb_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:39:\"ninja-table/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ninja-table/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ninja-table/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ninja-table/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ninja-table/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"ninja-table/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"ninja-table/([^/]+)/embed/?$\";s:59:\"index.php?post_type=ninja-table&name=$matches[1]&embed=true\";s:32:\"ninja-table/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=ninja-table&name=$matches[1]&tb=1\";s:40:\"ninja-table/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=ninja-table&name=$matches[1]&paged=$matches[2]\";s:47:\"ninja-table/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=ninja-table&name=$matches[1]&cpage=$matches[2]\";s:36:\"ninja-table/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=ninja-table&name=$matches[1]&page=$matches[2]\";s:28:\"ninja-table/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ninja-table/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"ninja-table/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ninja-table/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ninja-table/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"ninja-table/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"wp-file-download/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?wpfd-category=$matches[1]&feed=$matches[2]\";s:52:\"wp-file-download/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?wpfd-category=$matches[1]&feed=$matches[2]\";s:33:\"wp-file-download/([^/]+)/embed/?$\";s:46:\"index.php?wpfd-category=$matches[1]&embed=true\";s:45:\"wp-file-download/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wpfd-category=$matches[1]&paged=$matches[2]\";s:27:\"wp-file-download/([^/]+)/?$\";s:35:\"index.php?wpfd-category=$matches[1]\";s:37:\"wpfd_file/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"wpfd_file/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"wpfd_file/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wpfd_file/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wpfd_file/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"wpfd_file/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"wpfd_file/([^/]+)/embed/?$\";s:42:\"index.php?wpfd_file=$matches[1]&embed=true\";s:30:\"wpfd_file/([^/]+)/trackback/?$\";s:36:\"index.php?wpfd_file=$matches[1]&tb=1\";s:38:\"wpfd_file/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?wpfd_file=$matches[1]&paged=$matches[2]\";s:45:\"wpfd_file/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?wpfd_file=$matches[1]&cpage=$matches[2]\";s:34:\"wpfd_file/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?wpfd_file=$matches[1]&page=$matches[2]\";s:26:\"wpfd_file/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"wpfd_file/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"wpfd_file/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"wpfd_file/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"wpfd_file/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"wpfd_file/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_options/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_options/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_options&name=$matches[1]&embed=true\";s:37:\"et_theme_options/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_options&name=$matches[1]&tb=1\";s:45:\"et_theme_options/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_options/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_options&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_options/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"et_code_snippet_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:56:\"et_code_snippet_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:37:\"et_code_snippet_type/([^/]+)/embed/?$\";s:53:\"index.php?et_code_snippet_type=$matches[1]&embed=true\";s:49:\"et_code_snippet_type/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?et_code_snippet_type=$matches[1]&paged=$matches[2]\";s:31:\"et_code_snippet_type/([^/]+)/?$\";s:42:\"index.php?et_code_snippet_type=$matches[1]\";s:43:\"et_code_snippet/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"et_code_snippet/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"et_code_snippet/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"et_code_snippet/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"et_code_snippet/([^/]+)/embed/?$\";s:63:\"index.php?post_type=et_code_snippet&name=$matches[1]&embed=true\";s:36:\"et_code_snippet/([^/]+)/trackback/?$\";s:57:\"index.php?post_type=et_code_snippet&name=$matches[1]&tb=1\";s:44:\"et_code_snippet/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&paged=$matches[2]\";s:51:\"et_code_snippet/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&cpage=$matches[2]\";s:40:\"et_code_snippet/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?post_type=et_code_snippet&name=$matches[1]&page=$matches[2]\";s:32:\"et_code_snippet/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"et_code_snippet/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"et_code_snippet/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"et_code_snippet/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=7765&cpage=$matches[1]\";s:35:\"instawp-database-manager(/(.*))?/?$\";s:47:\"index.php?&instawp-database-manager=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:43:\"(.?.+?)/instawp-database-manager(/(.*))?/?$\";s:67:\"index.php?pagename=$matches[1]&instawp-database-manager=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (30, 'hack_file', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (31, 'blog_charset', 'UTF-8', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (32, 'moderation_keys', '', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33, 'active_plugins', 'a:12:{i:1;s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";i:4;s:29:\"divi-booster/divi-booster.php\";i:5;s:32:\"duplicate-page/duplicatepage.php\";i:7;s:35:\"instawp-connect/instawp-connect.php\";i:8;s:37:\"ninja-tables-pro/ninja-tables-pro.php\";i:9;s:29:\"ninja-tables/ninja-tables.php\";i:11;s:20:\"printfriendly/pf.php\";i:13;s:41:\"wordpress-importer/wordpress-importer.php\";i:14;s:37:\"wp-file-download/wp-file-download.php\";i:15;s:24:\"wpforms-lite/wpforms.php\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (34, 'category_base', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (36, 'comment_max_links', 2, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (37, 'gmt_offset', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38, 'default_email_category', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (39, 'recently_edited', 'a:4:{i:0;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/functions.php\";i:1;s:75:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/style.css\";i:2;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/akismet/akismet.php\";i:3;s:0:\"\";}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40, 'template', 'Divi', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (41, 'stylesheet', 'Divi', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (42, 'comment_registration', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (43, 'html_type', 'text/html', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (44, 'use_trackback', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (45, 'default_role', 'subscriber', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (46, 'db_version', 60421, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (47, 'uploads_use_yearmonth_folders', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (48, 'upload_path', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (49, 'blog_public', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (50, 'default_link_category', 2, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (51, 'show_on_front', 'page', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (52, 'tag_base', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (53, 'show_avatars', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (54, 'avatar_rating', 'G', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (55, 'upload_url_path', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (56, 'thumbnail_size_w', 150, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (57, 'thumbnail_size_h', 150, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (58, 'thumbnail_crop', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (59, 'medium_size_w', 300, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (60, 'medium_size_h', 300, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (61, 'avatar_default', 'mystery', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (62, 'large_size_w', 1024, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (63, 'large_size_h', 1024, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (64, 'image_default_link_type', 'none', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (65, 'image_default_size', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66, 'image_default_align', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67, 'close_comments_for_old_posts', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68, 'close_comments_days_old', 28, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (69, 'thread_comments', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (70, 'thread_comments_depth', 5, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (71, 'page_comments', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (72, 'comments_per_page', 20, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73, 'default_comments_page', 'newest', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (74, 'comment_order', 'asc', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (75, 'sticky_posts', 'a:0:{}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (79, 'uninstall_plugins', 'a:4:{s:37:\"wp-file-download/wp-file-download.php\";s:14:\"wpfd_uninstall\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:34:\"userfeedback-lite/userfeedback.php\";a:2:{i:0;s:17:\"UserFeedback_Lite\";i:1;s:14:\"uninstall_hook\";}s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (80, 'timezone_string', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (81, 'page_for_posts', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (82, 'page_on_front', 7765, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (83, 'default_post_format', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (84, 'link_manager_enabled', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (85, 'finished_splitting_shared_terms', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (86, 'site_icon', 2156, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (87, 'medium_large_size_w', 768, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (88, 'medium_large_size_h', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (89, 'wp_page_for_privacy_policy', 3, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (90, 'show_comments_cookies_opt_in', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (91, 'admin_email_lifespan', 1753371688, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (92, 'disallowed_keys', '', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (93, 'comment_previously_approved', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (95, 'auto_update_core_dev', 'enabled', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (96, 'auto_update_core_minor', 'enabled', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (97, 'auto_update_core_major', 'enabled', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (99, 'initial_db_version', 49752, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (100, '1uS_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:81:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;s:20:\"wpfd_create_category\";b:1;s:18:\"wpfd_edit_category\";b:1;s:22:\"wpfd_edit_own_category\";b:1;s:20:\"wpfd_delete_category\";b:1;s:16:\"wpfd_manage_file\";b:1;s:20:\"wpfd_edit_permission\";b:1;s:19:\"wpfd_download_files\";b:1;s:18:\"wpfd_preview_files\";b:1;s:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:46:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:20:\"wpfd_create_category\";b:1;s:18:\"wpfd_edit_category\";b:1;s:22:\"wpfd_edit_own_category\";b:1;s:20:\"wpfd_delete_category\";b:1;s:16:\"wpfd_manage_file\";b:1;s:19:\"wpfd_download_files\";b:1;s:18:\"wpfd_preview_files\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:17:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"wpfd_download_files\";b:1;s:18:\"wpfd_preview_files\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:12:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:19:\"wpfd_download_files\";b:1;s:18:\"wpfd_preview_files\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:4:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:19:\"wpfd_download_files\";b:1;s:18:\"wpfd_preview_files\";b:1;}}}', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (101, 'fresh_site', '0', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (102, 'widget_block', 'a:6:{i:3;a:1:{s:7:\"content\";s:286:\"<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://example.com\">ENROLL NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\";}i:8;a:1:{s:7:\"content\";s:62:\"<!-- wp:paragraph -->\n<p>Enroll Now</p>\n<!-- /wp:paragraph -->\";}i:18;a:1:{s:7:\"content\";s:841:\"<script>var pfHeaderImgUrl = \'\';var pfHeaderTagline = \'\';var pfdisableClickToDel = 1;var pfHideImages = 0;var pfImageDisplayStyle = \'block\';var pfDisablePDF = 0;var pfDisableEmail = 0;var pfDisablePrint = 0;var pfCustomCSS = \'\';var pfEncodeImages = 0;var pfShowHiddenContent = 0;var pfBtVersion=\'2\';(function(){var js,pf;pf=document.createElement(\'script\');pf.type=\'text/javascript\';pf.src=\'//cdn.printfriendly.com/printfriendly.js\';document.getElementsByTagName(\'head\')[0].appendChild(pf)})();</script><a href=\"https://www.printfriendly.com\" style=\"color:#6D9F00;text-decoration:none;\" class=\"printfriendly\" onclick=\"window.print();return false;\" title=\"Printer Friendly and PDF\"><img style=\"border:none;-webkit-box-shadow:none;box-shadow:none;\" src=\"//cdn.printfriendly.com/buttons/print-button-nobg.png\" alt=\"Print Friendly and PDF\"/></a>\";}i:22;a:1:{s:7:\"content\";s:343:\"<!-- wp:image {\"id\":1878,\"width\":\"245px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/06/bh-500.png\" alt=\"\" class=\"wp-image-1878\" style=\"width:245px;height:auto\"/></figure>\n<!-- /wp:image -->\";}i:23;a:1:{s:7:\"content\";s:22:\"<!-- wp:page-list /-->\";}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (103, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:8:\"block-18\";i:1;s:7:\"block-8\";i:2;s:7:\"block-3\";i:3;s:8:\"block-22\";}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"block-23\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (104, 'allow_major_auto_core_updates', 'true', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (105, 'allow_minor_auto_core_updates', 'true', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (106, 'auto_update_plugin', 'true', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (107, 'auto_update_theme', 'true', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (108, 'auto_update_translation', 'true', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (109, 'mm_brand', 'BlueHost', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (110, 'mm_coming_soon', 'false', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (111, 'mm_host', 'BlueHost', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (112, 'bluehost_plugin_compatibility_results', 'a:2:{s:6:\"status\";s:8:\"standard\";s:9:\"timestamp\";s:19:\"2021-08-20 15:39:57\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (113, 'CE4WP_REFERRED_BY', 'a:3:{s:8:\"campaign\";s:17:\"Bluehost_Standard\";s:6:\"plugin\";s:8:\"Bluehost\";s:6:\"source\";s:12:\"preinstalled\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (114, 'ce4wp_activated', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (115, 'ce4wp_install_date', '2021-08-20 15:40:01', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (117, 'endurance_cache_level', 2, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (118, 'jetpack_activated', 4, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (121, 'jetpack_activation_source', 'a:2:{i:0;s:7:\"unknown\";i:1;N;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (123, 'jetpack_options', 'a:12:{s:11:\"old_version\";s:15:\"14.1:1733283701\";s:14:\"last_heartbeat\";i:1736350998;s:2:\"id\";i:196764985;s:6:\"public\";i:1;s:30:\"recommendations_banner_enabled\";b:1;s:9:\"hide_jitm\";a:4:{s:6:\"backup\";a:2:{s:14:\"last_dismissal\";i:1638199647;s:6:\"number\";i:2;}s:3:\"cdn\";a:2:{s:14:\"last_dismissal\";i:1645469772;s:6:\"number\";i:2;}s:4:\"scan\";a:2:{s:14:\"last_dismissal\";i:1728518452;s:6:\"number\";i:2;}s:13:\"jetpack_stats\";a:2:{s:14:\"last_dismissal\";i:1728508152;s:6:\"number\";i:1;}}s:32:\"recommendations_banner_dismissed\";i:1;s:21:\"publicize_connections\";a:0:{}s:16:\"first_admin_view\";b:1;s:27:\"recommendations_conditional\";a:5:{i:0;s:5:\"boost\";i:1;s:9:\"publicize\";i:2;s:11:\"backup-plan\";i:3;s:7:\"protect\";i:4;s:10:\"videopress\";}s:24:\"dismissed_welcome_banner\";b:1;s:27:\"historically_active_modules\";a:5:{i:0;s:7:\"creator\";i:1;s:6:\"extras\";i:2;s:5:\"stats\";i:3;s:10:\"jetpack-ai\";i:4;s:7:\"protect\";}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (124, '_transient_jetpack_autoloader_plugin_paths', 'a:0:{}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (125, 'cron', 'a:29:{i:1753113166;a:1:{s:18:\"nfd_data_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"minutely\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1753113200;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1753113448;a:1:{s:33:\"wpfd_generate_preview_queue_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:36:\"wpfd_generate_preview_queue_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1753116015;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1753121408;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1753121705;a:1:{s:40:\"monsterinsights_feature_feedback_checkin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1753133419;a:1:{s:32:\"userfeedback_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1753150200;a:1:{s:44:\"optin_monster_api_admin_notifications_update\";a:1:{s:32:\"ab4ac09344b84968a0c8367e826a8531\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;s:6:\"wpcron\";}}}}i:1753155615;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1753155670;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1753155674;a:1:{s:20:\"mojo_cron_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1753155902;a:2:{s:37:\"check_plugin_updates-wp-file-download\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:23:\"wpfd_remove_junks_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"wpfd_clean_junks\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1753156251;a:1:{s:29:\"jetpack_waf_rules_update_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1753198814;a:2:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1753198874;a:1:{s:15:\"mojo_cron_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1753198876;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1753294505;a:1:{s:46:\"monsterinsights_feature_feedback_clear_expired\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1753328535;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1753417884;a:1:{s:13:\"nfd_data_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1753458074;a:1:{s:16:\"mojo_cron_weekly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1753544415;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1753544419;a:1:{s:12:\"bh_data_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1753546063;a:1:{s:33:\"userfeedback_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:35:\"userfeedback_email_summaries_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1753660800;a:2:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1753702395;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1754408474;a:1:{s:17:\"mojo_cron_monthly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1754581427;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1755082332;a:1:{s:36:\"monsterinsights_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:39:\"monsterinsights_email_summaries_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (126, 'jetpack_connection_active_plugins', 'a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (127, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (128, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (129, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (130, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (131, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (132, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (133, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (134, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (135, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (136, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (137, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (138, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (145, 'recovery_keys', 'a:0:{}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (146, 'https_detection_errors', 'a:0:{}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (150, 'jetpack_available_modules', 'a:1:{s:4:\"14.2\";a:42:{s:5:\"blaze\";s:4:\"12.3\";s:6:\"blocks\";s:8:\"13.9-a.8\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:9:\"post-list\";s:4:\"11.3\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165, 'jetpack_tos_agreed', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (169, '_transient_jetpack_assumed_site_creation_date', '2021-08-20 15:39:53', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (170, 'jetpack_private_options', 'a:1:{s:14:\"purchase_token\";s:12:\"4AiKbmmdTR3u\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (171, 'jetpack_active_modules', 'a:11:{i:0;s:12:\"contact-form\";i:1;s:21:\"enhanced-distribution\";i:2;s:8:\"json-api\";i:3;s:5:\"stats\";i:4;s:18:\"verification-tools\";i:5;s:21:\"woocommerce-analytics\";i:6;s:6:\"photon\";i:7;s:3:\"sso\";i:8;s:5:\"blaze\";i:9;s:6:\"blocks\";i:10;s:5:\"notes\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (172, 'jetpack_unique_registrations', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (207, 'jetpack_plugin_api_action_links', 'a:12:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";a:4:{s:14:\"Upgrade to Pro\";s:222:\"http://www.shareasale.com/r.cfm?B=1491200&U=1258907&M=94778&urllink=https%3A%2F%2Faioseo.com%2Flite-upgrade%2F%3Futm_source%3DWordPress%26utm_campaign%3Dliteplugin%26utm_medium%3Dplugin-action-links%26utm_content%3DUpgrade\";s:13:\"Documentation\";s:126:\"https://aioseo.com/docs/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=plugin-action-links&utm_content=Documentation\";s:7:\"Support\";s:123:\"https://aioseo.com/contact/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=plugin-action-links&utm_content=Support\";s:12:\"SEO Settings\";s:86:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin.php?page=aioseo-settings\";}s:33:\"classic-editor/classic-editor.php\";a:1:{s:8:\"Settings\";s:98:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/options-writing.php#classic-editor-options\";}s:29:\"divi-booster/divi-booster.php\";a:1:{s:8:\"Settings\";s:87:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin.php?page=wtfdivi_settings\";}s:32:\"duplicate-page/duplicatepage.php\";a:2:{s:8:\"Settings\";s:104:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/options-general.php?page=duplicate_page_settings\";s:6:\"Donate\";s:54:\"https://www.webdesi9.com/donate/?plugin=duplicate-page\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";a:4:{s:23:\"Get MonsterInsights Pro\";s:126:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=upgrade-link&utm_content=9.2.4\";s:8:\"Settings\";s:95:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin.php?page=monsterinsights_settings\";s:7:\"Support\";s:139:\"https://www.monsterinsights.com/lite-support/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=lite-support-link&utm_content=9.2.4\";s:13:\"Documentation\";s:121:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=kb-link&utm_content=9.2.4\";}s:19:\"jetpack/jetpack.php\";a:2:{s:10:\"My Jetpack\";s:81:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin.php?page=my-jetpack\";s:8:\"Settings\";s:88:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin.php?page=jetpack#/settings\";}s:29:\"ninja-tables/ninja-tables.php\";a:1:{s:10:\"All Tables\";s:85:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin.php?page=ninja_tables#/\";}s:37:\"optinmonster/optin-monster-wp-api.php\";a:2:{s:14:\"Upgrade to Pro\";s:331:\"https://app.optinmonster.com/?redirect_to=https%3A%2F%2Fapp.optinmonster.com%2Faccount%2Fwp-upgrade%2F%3Futm_source%3DWordPress%26utm_medium%3Dplugin_action_link%26utm_campaign%3DPlugin%26feature%3Dnone%26return%3Dhttps%253A%252F%252Fbannerbenefits.mybenefitport.com%252Fwp-admin%252Fedit.php%253Fpost_type%253Dpage%2526paged%253D2\";s:11:\"Get Started\";s:107:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin.php?page=optin-monster-dashboard&onboarding=1\";}s:20:\"printfriendly/pf.php\";a:1:{s:8:\"Settings\";s:94:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/options-general.php?page=printfriendly\";}s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";a:2:{s:4:\"Home\";s:85:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin.php?page=bluehost#/home\";s:8:\"Settings\";s:89:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin.php?page=bluehost#/settings\";}s:34:\"userfeedback-lite/userfeedback.php\";a:4:{s:20:\"Get UserFeedback Pro\";s:123:\"https://www.userfeedback.com/lite/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=upgrade-link&utm_content=1.3.0\";s:8:\"Settings\";s:92:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin.php?page=userfeedback_settings\";s:7:\"Support\";s:136:\"https://www.userfeedback.com/lite-support/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=lite-support-link&utm_content=1.3.0\";s:13:\"Documentation\";s:118:\"https://www.userfeedback.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=kb-link&utm_content=1.3.0\";}s:24:\"wpforms-lite/wpforms.php\";a:3:{s:15:\"Get WPForms Pro\";s:251:\"http://www.shareasale.com/r.cfm?B=837827&U=1258907&M=64312&urllink=https%3A%2F%2Fwpforms.com%2Flite-upgrade%2F%3Futm_campaign%3Dliteplugin%26utm_source%3DWordPress%26utm_medium%3Dall-plugins%26utm_content%3DGet%2520WPForms%2520Pro%26utm_locale%3Den_US\";s:8:\"Settings\";s:87:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin.php?page=wpforms-settings\";s:4:\"Docs\";s:119:\"https://wpforms.com/docs/?utm_content=Documentation&utm_campaign=liteplugin&utm_medium=all-plugins&utm_source=WordPress\";}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (267, 'jpsq_sync_checkout', '0:0', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (268, 'jp_sync_lock_full_sync', '', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (271, 'jetpack_testimonial', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (287, 'auto_update_plugins', 'a:17:{i:0;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";i:3;s:29:\"divi-booster/divi-booster.php\";i:4;s:32:\"duplicate-page/duplicatepage.php\";i:5;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:6;s:35:\"instawp-connect/instawp-connect.php\";i:7;s:19:\"jetpack/jetpack.php\";i:8;s:29:\"ninja-tables/ninja-tables.php\";i:9;s:37:\"ninja-tables-pro/ninja-tables-pro.php\";i:10;s:37:\"optinmonster/optin-monster-wp-api.php\";i:11;s:20:\"printfriendly/pf.php\";i:12;s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";i:13;s:34:\"userfeedback-lite/userfeedback.php\";i:14;s:41:\"wordpress-importer/wordpress-importer.php\";i:15;s:37:\"wp-file-download/wp-file-download.php\";i:16;s:24:\"wpforms-lite/wpforms.php\";}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (288, 'auto_update_themes', 'a:3:{i:0;s:4:\"Divi\";i:1;s:16:\"twentytwentyfive\";i:2;s:16:\"twentytwentyfour\";}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (289, 'bluehost_plugin_version', '4.4.1', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (291, 'mm_install_date', 'Aug 20, 2021', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (292, 'mm_cron', 'a:1:{s:6:\"hourly\";a:1:{s:9:\"installed\";a:5:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:13:\"plugin_status\";s:2:\"ea\";s:9:\"installed\";s:2:\"el\";s:26:\"Install date: Aug 20, 2021\";s:4:\"keep\";b:0;}}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (293, 'bh_plugin_install_date', 1629474074, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (294, 'do_activate', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (295, 'ce4wp_contacts_db_version', 1.0, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (296, 'stats_options', 'a:10:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:12:\"do_not_track\";b:1;s:7:\"blog_id\";i:196764985;s:7:\"version\";s:1:\"9\";s:20:\"enable_odyssey_stats\";b:1;s:24:\"odyssey_stats_changed_at\";i:0;s:7:\"notices\";a:0:{}s:5:\"views\";i:3;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (298, 'eig_last_site_login', '2023-05-12T00:49:47+00:00', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (305, 'ce4wp_handshake_token', '84FDE199-788F-4675-BD46-682E99BBEF7B', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (306, 'ce4wp_handshake_expiration', 1753116086, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (307, 'ce4wp_instance_uuid', '611fcd1c339a8', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (313, 'bh_data_queue', 'a:0:{}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (375, 'jetpack_sync_health_status', 'a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1629474118.417745;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (378, 'finished_updating_comment_type', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (388, 'jetpack_content_post_details_date', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (389, 'jetpack_content_post_details_categories', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (390, 'jetpack_content_post_details_tags', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (391, 'jetpack_content_post_details_author', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (392, 'jetpack_content_post_details_comment', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (393, 'verification_services_codes', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (395, 'theme_mods_twentytwentyone', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1629474226;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (445, 'current_theme', 'Divi', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (446, 'theme_mods_Divi', 'a:6:{i:0;b:0;s:18:\"custom_css_post_id\";i:7;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:13;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:16:\"background_color\";s:6:\"1d2757\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (448, 'theme_switched', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (450, 'et_pb_cache_notice', 'a:1:{s:5:\"4.9.7\";s:6:\"ignore\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (455, 'et_core_version', '4.27.4', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (457, 'et_divi', 'a:320:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:6:\"4.27.4\";s:31:\"divi_previous_installed_version\";s:6:\"4.27.3\";s:29:\"divi_latest_installed_version\";s:6:\"4.27.4\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:29:\"custom_defaults_migrated_flag\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:9:\"divi_logo\";s:84:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/06/bh-500.png\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:21:\"divi_show_google_icon\";s:2:\"on\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:15:\"divi_custom_css\";s:13982:\".custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #7FB8E4 (light blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #7FB8E4 !important;}\r\n.kmod1 {border: 2px solid #7FB8E4; padding: 20px !important; background-color: #7FB8E4 !important;}\r\n.kmod1-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod8-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod9-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kbtn1 {background: #7FB8E4; color: #FFFFFF !important;}\r\n.kbtn1:hover {background: rgba(0,0,0,.5)!important;}\r\n\r\n/*----------------------- Accent Color 2 - #1C82C5 (dark blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #1C82C5 !important;}\r\n.kmod2 {border: 2px solid #1C82C5; padding: 20px !important; background-color: #1C82C5 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #1C82C5; padding: 10px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod3-line {border: 2px solid #000000; padding: 10px !important;\r\n     border-radius: 20px;}\r\n.kbtn2 {background: #1C82C5; color: #FFFFFF !important;}\r\n.kbtn2:hover {background: rgba(0,0,0,.5)!important;}\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #7FB8E4 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #1C82C5 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\n/* background: url(https://usap.benefitmain.com/wp-content/uploads/sites/64/2014/09/bg-1600x900.jpg); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\npadding-top: 200px; \r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head h2 {font-size:2.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n\r\n.ksec {background-color: rgba(153,204,51,.9) !important;}\r\n\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color: rgba(226,226,226,.75) !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 2px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod5-line {border: 2px solid #e5863d; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod6-line {border: 2px solid #78b956; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #0F3557 !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #0F3557 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0F3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 4px solid #FFC20E;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n/*----------------------- Misc CSS -----------------------*/\r\nbody.home {background-color: #1d2757;}\r\n.big-head h1 {font-size:3.5em; line-height: 1.05em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n.treeview {padding-top: 20px !important; font-weight: bold;}\r\n.pdfemb-poweredby {display: none !important;}\r\ndiv.pdfemb-viewer {border: 0px !important;}\r\n.menu-logout-link-item {display: none !important;}\r\n.fullwidth-menu .menu-logout-link-item {display: none !important;}\r\n.menu-logout-link-item {text-transform: uppercase;}\r\n#menu-item-1149 a {color: #FFFFFF !important;}\r\n.big-slide h2 {font-size: 8em !important; line-height: 1.05em !important; text-shadow: 4px 4px 4px #000;}\r\n.big-slide .et_pb_container {width: 100%;}\r\n.big-slide .et_pb_slide_description {padding-left: 0px !important; padding-right: 0px !important;} \r\n.wpfd-content-tree h2 {font-weight: bold; color: #FFFFFF !important; background: #1C82C5 !important;}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a{\r\ndisplay: inline !important;\r\n}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a {\r\n\r\n\r\n\r\n\r\nwidth: calc( 100% - 50px);\r\n\r\n\r\nvertical-align: middle;\r\n\r\n\r\nfont-size: 14px !important;\r\n\r\n\r\n\r\n\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:3:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:3:\"off\";s:14:\"divi_postinfo2\";a:0:{}s:22:\"divi_show_postcomments\";s:5:\"false\";s:15:\"divi_thumbnails\";s:5:\"false\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:0:{}s:21:\"divi_thumbnails_index\";s:5:\"false\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:220:\"<script>\r\njQuery(document).ready(function() { jQuery(\'.et_pb_module.et_pb_accordion.my_accordion .et_pb_accordion_item.et_pb_toggle_open\').addClass(\'et_pb_toggle_close\').removeClass(\'et_pb_toggle_open\');\r\n });\r\n</script>\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:12:\"boxed_layout\";b:1;s:12:\"accent_color\";s:7:\"#0977b3\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:19:\"product_tour_status\";a:2:{i:1;s:3:\"off\";i:2;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"click\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:400;s:33:\"et_fb_pref_modal_dimension_height\";i:460;s:27:\"et_fb_pref_modal_position_x\";i:347;s:27:\"et_fb_pref_modal_position_y\";i:87;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:444;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:300;s:30:\"et_fb_pref_lv_modal_position_x\";i:1400;s:30:\"et_fb_pref_lv_modal_position_y\";i:85;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:29:\"divi_dynamic_module_framework\";s:2:\"on\";s:16:\"divi_dynamic_css\";s:2:\"on\";s:18:\"divi_dynamic_icons\";s:5:\"false\";s:22:\"divi_inline_stylesheet\";s:2:\"on\";s:17:\"divi_critical_css\";s:2:\"on\";s:30:\"divi_critical_threshold_height\";s:6:\"Medium\";s:25:\"divi_dynamic_js_libraries\";s:2:\"on\";s:19:\"divi_disable_emojis\";s:2:\"on\";s:20:\"divi_defer_block_css\";s:2:\"on\";s:24:\"divi_google_fonts_inline\";s:2:\"on\";s:51:\"divi_limit_google_fonts_support_for_legacy_browsers\";s:2:\"on\";s:23:\"divi_enable_jquery_body\";s:2:\"on\";s:32:\"divi_enable_jquery_compatibility\";s:2:\"on\";s:29:\"divi_enable_jquery_body_super\";s:5:\"false\";s:13:\"content_width\";i:1080;s:12:\"gutter_width\";i:3;s:17:\"use_sidebar_width\";b:0;s:13:\"sidebar_width\";i:19;s:11:\"row_padding\";i:2;s:46:\"et_fb_pref_builder_enable_visual_theme_builder\";s:4:\"true\";s:29:\"presets_storage_migrated_flag\";b:1;s:39:\"builder_global_presets_history_migrated\";b:1;s:19:\"post_meta_font_size\";s:2:\"14\";s:16:\"post_meta_height\";s:1:\"1\";s:17:\"post_meta_spacing\";s:1:\"0\";s:15:\"post_meta_style\";s:0:\"\";s:21:\"post_header_font_size\";s:2:\"30\";s:18:\"post_header_height\";s:1:\"1\";s:19:\"post_header_spacing\";s:1:\"0\";s:17:\"post_header_style\";s:0:\"\";s:15:\"section_padding\";i:3;s:20:\"phone_section_height\";s:2:\"50\";s:21:\"tablet_section_height\";s:2:\"50\";s:16:\"phone_row_height\";s:2:\"30\";s:17:\"tablet_row_height\";s:2:\"30\";s:16:\"cover_background\";s:2:\"on\";s:14:\"body_font_size\";s:2:\"14\";s:16:\"body_font_height\";s:3:\"1.7\";s:20:\"phone_body_font_size\";s:2:\"14\";s:21:\"tablet_body_font_size\";s:2:\"14\";s:16:\"body_header_size\";s:2:\"30\";s:19:\"body_header_spacing\";s:1:\"0\";s:18:\"body_header_height\";s:1:\"1\";s:17:\"body_header_style\";s:0:\"\";s:22:\"phone_header_font_size\";s:2:\"30\";s:23:\"tablet_header_font_size\";s:2:\"30\";s:12:\"heading_font\";s:4:\"none\";s:9:\"body_font\";s:4:\"none\";s:10:\"link_color\";s:7:\"#0977b3\";s:10:\"font_color\";s:7:\"#666666\";s:12:\"header_color\";s:7:\"#666666\";s:13:\"color_schemes\";s:4:\"none\";s:12:\"header_style\";s:4:\"left\";s:12:\"vertical_nav\";s:0:\"\";s:24:\"vertical_nav_orientation\";s:4:\"left\";s:8:\"hide_nav\";s:0:\"\";s:24:\"show_header_social_icons\";s:0:\"\";s:16:\"show_search_icon\";b:1;s:22:\"slide_nav_show_top_bar\";s:2:\"on\";s:15:\"slide_nav_width\";s:3:\"320\";s:19:\"slide_nav_font_size\";s:2:\"14\";s:23:\"slide_nav_top_font_size\";s:2:\"14\";s:24:\"fullscreen_nav_font_size\";s:2:\"30\";s:28:\"fullscreen_nav_top_font_size\";s:2:\"18\";s:22:\"slide_nav_font_spacing\";s:1:\"0\";s:14:\"slide_nav_font\";s:4:\"none\";s:20:\"slide_nav_font_style\";s:0:\"\";s:12:\"slide_nav_bg\";s:7:\"#0977b3\";s:21:\"slide_nav_links_color\";s:7:\"#ffffff\";s:28:\"slide_nav_links_color_active\";s:7:\"#ffffff\";s:19:\"slide_nav_top_color\";s:21:\"rgba(255,255,255,0.6)\";s:16:\"slide_nav_search\";s:21:\"rgba(255,255,255,0.6)\";s:19:\"slide_nav_search_bg\";s:15:\"rgba(0,0,0,0.2)\";s:13:\"nav_fullwidth\";b:0;s:17:\"hide_primary_logo\";b:0;s:11:\"menu_height\";s:2:\"66\";s:11:\"logo_height\";i:40;s:15:\"menu_margin_top\";s:1:\"0\";s:21:\"primary_nav_font_size\";i:12;s:24:\"primary_nav_font_spacing\";s:1:\"0\";s:16:\"primary_nav_font\";s:4:\"none\";s:22:\"primary_nav_font_style\";s:4:\"bold\";s:23:\"secondary_nav_font_size\";s:2:\"12\";s:23:\"secondary_nav_fullwidth\";s:0:\"\";s:26:\"secondary_nav_font_spacing\";s:1:\"0\";s:18:\"secondary_nav_font\";s:4:\"none\";s:24:\"secondary_nav_font_style\";s:0:\"\";s:9:\"menu_link\";s:7:\"#0977b3\";s:16:\"hide_mobile_logo\";s:0:\"\";s:16:\"mobile_menu_link\";s:15:\"rgba(0,0,0,0.6)\";s:16:\"menu_link_active\";s:7:\"#055991\";s:14:\"primary_nav_bg\";s:7:\"#ffffff\";s:23:\"primary_nav_dropdown_bg\";s:7:\"#ffffff\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#0977b3\";s:31:\"primary_nav_dropdown_link_color\";s:15:\"rgba(0,0,0,0.7)\";s:30:\"primary_nav_dropdown_animation\";s:4:\"fade\";s:21:\"mobile_primary_nav_bg\";s:7:\"#ffffff\";s:16:\"secondary_nav_bg\";s:7:\"#0977b3\";s:28:\"secondary_nav_text_color_new\";s:7:\"#ffffff\";s:25:\"secondary_nav_dropdown_bg\";s:7:\"#0977b3\";s:33:\"secondary_nav_dropdown_link_color\";s:7:\"#ffffff\";s:32:\"secondary_nav_dropdown_animation\";s:4:\"fade\";s:22:\"primary_nav_text_color\";s:4:\"dark\";s:24:\"secondary_nav_text_color\";s:5:\"light\";s:15:\"hide_fixed_logo\";s:0:\"\";s:21:\"minimized_menu_height\";i:40;s:27:\"fixed_primary_nav_font_size\";i:12;s:20:\"fixed_primary_nav_bg\";s:7:\"#ffffff\";s:22:\"fixed_secondary_nav_bg\";s:7:\"#2ea3f2\";s:15:\"fixed_menu_link\";s:15:\"rgba(0,0,0,0.6)\";s:25:\"fixed_secondary_menu_link\";s:7:\"#ffffff\";s:22:\"fixed_menu_link_active\";s:7:\"#2ea3f2\";s:12:\"phone_number\";s:0:\"\";s:12:\"header_email\";s:0:\"\";s:24:\"show_footer_social_icons\";b:0;s:14:\"footer_columns\";s:1:\"4\";s:9:\"footer_bg\";s:7:\"#222222\";s:23:\"widget_header_font_size\";d:18;s:24:\"widget_header_font_style\";b:0;s:21:\"widget_body_font_size\";s:2:\"14\";s:23:\"widget_body_line_height\";s:3:\"1.7\";s:22:\"widget_body_font_style\";b:0;s:26:\"footer_widget_header_color\";s:7:\"#0977b3\";s:26:\"footer_widget_bullet_color\";s:7:\"#0977b3\";s:28:\"footer_menu_background_color\";s:22:\"rgba(255,255,255,0.05)\";s:22:\"footer_menu_text_color\";s:7:\"#bbbbbb\";s:29:\"footer_menu_active_link_color\";s:7:\"#0977b3\";s:26:\"footer_menu_letter_spacing\";s:1:\"0\";s:22:\"footer_menu_font_style\";b:0;s:21:\"footer_menu_font_size\";s:2:\"14\";s:27:\"bottom_bar_background_color\";s:22:\"rgba(232,232,232,0.32)\";s:21:\"bottom_bar_text_color\";s:7:\"#ffffff\";s:21:\"bottom_bar_font_style\";b:0;s:20:\"bottom_bar_font_size\";s:2:\"14\";s:27:\"bottom_bar_social_icon_size\";s:2:\"24\";s:28:\"bottom_bar_social_icon_color\";s:7:\"#ffffff\";s:29:\"disable_custom_footer_credits\";s:0:\"\";s:21:\"custom_footer_credits\";s:44:\"© 2025 Banner Health. All Rights Reserved.\n\";s:21:\"all_buttons_font_size\";s:2:\"20\";s:22:\"all_buttons_text_color\";s:0:\"\";s:20:\"all_buttons_bg_color\";s:13:\"rgba(0,0,0,0)\";s:24:\"all_buttons_border_width\";s:1:\"2\";s:24:\"all_buttons_border_color\";s:7:\"#ffffff\";s:25:\"all_buttons_border_radius\";s:1:\"3\";s:19:\"all_buttons_spacing\";s:1:\"0\";s:22:\"all_buttons_font_style\";s:0:\"\";s:16:\"all_buttons_font\";s:4:\"none\";s:16:\"all_buttons_icon\";s:3:\"yes\";s:25:\"all_buttons_selected_icon\";s:1:\"5\";s:22:\"all_buttons_icon_color\";s:7:\"#ffffff\";s:26:\"all_buttons_icon_placement\";s:5:\"right\";s:22:\"all_buttons_icon_hover\";s:3:\"yes\";s:28:\"all_buttons_text_color_hover\";s:0:\"\";s:26:\"all_buttons_bg_color_hover\";s:21:\"rgba(255,255,255,0.2)\";s:30:\"all_buttons_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:31:\"all_buttons_border_radius_hover\";b:0;s:25:\"all_buttons_spacing_hover\";b:0;s:12:\"divi_favicon\";s:0:\"\";s:28:\"et_fb_pref_limited_view_mode\";s:9:\"wireframe\";s:35:\"et_fb_pref_limited_modal_preference\";s:7:\"default\";s:32:\"et_fb_pref_limited_toolbar_click\";s:5:\"false\";s:34:\"et_fb_pref_limited_toolbar_desktop\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_grid\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_hover\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_phone\";s:4:\"true\";s:33:\"et_fb_pref_limited_toolbar_tablet\";s:4:\"true\";s:36:\"et_fb_pref_limited_toolbar_wireframe\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_zoom\";s:4:\"true\";s:14:\"divi_menupages\";a:4:{i:0;i:5709;i:1;i:1308;i:2;i:5637;i:3;i:6;}}', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (459, 'widget_aboutmewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (460, 'widget_adsensewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (461, 'widget_advwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (462, 'shop_catalog_image_size', 'a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (463, 'shop_single_image_size', 'a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (464, 'shop_thumbnail_image_size', 'a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (465, 'et_safe_mode_plugins_allowlist', 'a:9:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:23:\"divi-dash/divi-dash.php\";i:5;s:27:\"ari-adminer/ari-adminer.php\";i:6;s:31:\"query-monitor/query-monitor.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (466, 'et_support_center_installed', 'true', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (468, 'et_images_temp_folder', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/et_temp', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (469, 'et_schedule_clean_images_last_time', 1752594970, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (472, 'et_bfb_settings', 'a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (474, 'et_pb_builder_options', 'a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (476, 'et_support_center_setup_done', 'processed', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (488, 'et_account_status', 'active', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (490, 'recently_activated', 'a:4:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1753112649;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:1753112633;s:34:\"userfeedback-lite/userfeedback.php\";i:1753112612;s:37:\"optinmonster/optin-monster-wp-api.php\";i:1753112600;}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (531, 'ju_token', 'puVKMINuS4dR9DOZGA9f', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (532, 'ju_queue', '1.0.1', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (535, '_wpfd_search_page_id', 6, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (536, 'wpfd_version', '6.1.6', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (552, 'wpfd_icon_rebuild_time', 1633542953, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (553, 'widget_wpfd_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (555, '_wpfd_cap_version', '4.8.3', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (556, 'external_updates-wp-file-download', 'O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1753112559;s:14:\"checkedVersion\";s:5:\"6.2.5\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:16:\"wp-file-download\";s:7:\"version\";s:5:\"6.2.7\";s:8:\"homepage\";s:62:\"https://www.joomunited.com/wordpress-products/wp-file-download\";s:12:\"download_url\";s:121:\"https://www.joomunited.com/index.php?option=com_juupdater&task=download.download&extension=wp-file-download&version=6.2.7\";s:14:\"upgrade_notice\";s:29:\"Upgrade to the latest version\";s:6:\"tested\";s:3:\"6.8\";s:8:\"filename\";s:37:\"wp-file-download/wp-file-download.php\";s:5:\"icons\";O:8:\"stdClass\":1:{s:7:\"default\";s:86:\"https://www.joomunited.com/juupdater_files/wordpress_banners/wp-file-download-icon.png\";}}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (557, '_wpfd_installed', 'true', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (580, 'et_google_api_settings', 'a:3:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";s:16:\"use_google_fonts\";s:2:\"on\";}', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (585, 'et_automatic_updates_options', 'a:2:{s:8:\"username\";s:10:\"Ehalvorson\";s:7:\"api_key\";s:40:\"0d0599f2cd2b8d6da8e77df897534264675ab194\";}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1308, 'widget_recent-comments', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1309, 'widget_recent-posts', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1356, 'ju_user_token', 'ee3462bb-7a9f-487e-a645-40956b758245', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1449, 'WPLANG', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1450, 'new_admin_email', 'ehalvorson@lockton.com', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1452, 'mm_cache_settings', 'a:2:{s:4:\"page\";s:7:\"enabled\";s:7:\"browser\";s:7:\"enabled\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1453, 'epc_filetype_expirations', 'a:9:{s:9:\"image/jpg\";s:8:\"24 hours\";s:10:\"image/jpeg\";s:8:\"24 hours\";s:9:\"image/gif\";s:8:\"24 hours\";s:9:\"image/png\";s:8:\"24 hours\";s:8:\"text/css\";s:8:\"24 hours\";s:15:\"application/pdf\";s:6:\"1 week\";s:15:\"text/javascript\";s:8:\"24 hours\";s:9:\"text/html\";s:7:\"2 hours\";s:7:\"default\";s:8:\"24 hours\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1454, 'joomunited_show_queue_adminbar', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1455, 'joomunited_queue_speed', 75, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1456, 'joomunited_queue_trigger', 'heartbeat', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1457, 'joomunited_queue_refreshment_interval', 15, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1556, '_wpfd_previewer_generate_queue_files', 'a:104:{i:1913;a:9:{s:10:\"date_added\";i:1629476553;s:7:\"file_id\";i:1913;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16//611fd6c7b546f.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:22:31\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1916;a:9:{s:10:\"date_added\";i:1629476553;s:7:\"file_id\";i:1916;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16//611fd6c7ca136.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:22:31\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1914;a:9:{s:10:\"date_added\";i:1629476554;s:7:\"file_id\";i:1914;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16//611fd6c7bbe2f.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:22:31\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1915;a:9:{s:10:\"date_added\";i:1629476554;s:7:\"file_id\";i:1915;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16//611fd6c7c7d7b.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:22:31\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1918;a:9:{s:10:\"date_added\";i:1629476554;s:7:\"file_id\";i:1918;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16//611fd6c7e6bc4.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:22:31\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1917;a:9:{s:10:\"date_added\";i:1629476554;s:7:\"file_id\";i:1917;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16//611fd6c7dd6a4.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:22:31\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1920;a:9:{s:10:\"date_added\";i:1629476594;s:7:\"file_id\";i:1920;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17//611fd6efbd2f3.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:23:11\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1924;a:9:{s:10:\"date_added\";i:1629476594;s:7:\"file_id\";i:1924;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17//611fd6f0b8497.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:23:12\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1937;a:9:{s:10:\"date_added\";i:1629476648;s:7:\"file_id\";i:1937;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18//611fd726cf1eb.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:24:06\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1938;a:9:{s:10:\"date_added\";i:1629476672;s:7:\"file_id\";i:1938;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/19//611fd73fb973d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:24:31\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1964;a:9:{s:10:\"date_added\";i:1629477165;s:7:\"file_id\";i:1964;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/23//611fd92b66399.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:32:43\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1966;a:9:{s:10:\"date_added\";i:1629477185;s:7:\"file_id\";i:1966;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24//611fd93f3099c.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:33:03\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1967;a:9:{s:10:\"date_added\";i:1629477202;s:7:\"file_id\";i:1967;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/25//611fd95060fad.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2021-08-20 16:33:20\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1930;a:9:{s:10:\"date_added\";i:1643407614;s:7:\"file_id\";i:1930;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18//61f468fc62c96.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-01-28 22:06:52\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2049;a:10:{s:10:\"date_added\";i:1645469939;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2049;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16//6213e0f10b87e.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-02-21 18:58:57\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2051;a:10:{s:10:\"date_added\";i:1645470215;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2051;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/23//6213e205bb02c.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-02-21 19:03:33\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1960;a:10:{s:10:\"date_added\";i:1649440376;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1960;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/22//62507675c9d4d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-04-08 17:52:53\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2053;a:10:{s:10:\"date_added\";i:1649440386;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2053;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/22//625076818491e.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-04-08 17:53:05\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1957;a:10:{s:10:\"date_added\";i:1649440866;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1957;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21//6250785f3734a.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-04-08 18:01:03\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1952;a:10:{s:10:\"date_added\";i:1649440922;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1952;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21//62507898ddd81.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-04-08 18:02:00\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1955;a:10:{s:10:\"date_added\";i:1649441046;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1955;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21//6250791543f46.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-04-08 18:04:05\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2065;a:10:{s:10:\"date_added\";i:1657047587;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2065;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24//62c48a217b1b7.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-07-05 18:59:45\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2087;a:10:{s:10:\"date_added\";i:1663607681;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2087;s:9:\"file_path\";s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16//6328a37f6d42c.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-09-19 17:14:39\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2113;a:10:{s:10:\"date_added\";i:1665526019;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2113;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/6345e901bbb71.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-10-11 22:06:57\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1886;a:10:{s:10:\"date_added\";i:1665586674;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1886;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/6346d5ef5726e.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-10-12 14:57:51\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2093;a:10:{s:10:\"date_added\";i:1669660971;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2093;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/638501286117b.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2022-11-28 18:42:48\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2148;a:10:{s:10:\"date_added\";i:1673540789;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2148;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/63c034b3008c8.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-01-12 16:26:27\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2149;a:10:{s:10:\"date_added\";i:1673540835;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2149;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e08cd23.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-01-12 16:27:12\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2152;a:10:{s:10:\"date_added\";i:1673540835;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2152;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e0a7042.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-01-12 16:27:12\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2153;a:10:{s:10:\"date_added\";i:1673540835;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2153;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e0a7f42.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-01-12 16:27:12\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2150;a:10:{s:10:\"date_added\";i:1673540835;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2150;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e0939ba.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-01-12 16:27:12\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2151;a:10:{s:10:\"date_added\";i:1673540835;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2151;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e0a5aac.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-01-12 16:27:12\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2154;a:10:{s:10:\"date_added\";i:1673540841;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2154;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e6494ce.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-01-12 16:27:18\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1911;a:10:{s:10:\"date_added\";i:1675275528;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1911;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/63daad06807e3.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-02-01 18:18:46\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1908;a:10:{s:10:\"date_added\";i:1675275545;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1908;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/63daad172f2e9.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-02-01 18:19:03\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2158;a:10:{s:10:\"date_added\";i:1680618441;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2158;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/642c33c6f0e43.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-04-04 14:27:19\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2165;a:10:{s:10:\"date_added\";i:1689086370;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2165;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/64ad699f8b3ca.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-07-11 14:39:27\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2166;a:10:{s:10:\"date_added\";i:1689086370;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2166;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/64ad699fadfad.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-07-11 14:39:27\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1931;a:10:{s:10:\"date_added\";i:1689086405;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1931;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/64ad69c344832.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-07-11 14:40:03\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1932;a:10:{s:10:\"date_added\";i:1689086441;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1932;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/64ad69e7dd78d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-07-11 14:40:39\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1933;a:10:{s:10:\"date_added\";i:1689086477;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1933;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/64ad6a0a7cae4.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-07-11 14:41:14\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2176;a:10:{s:10:\"date_added\";i:1695739092;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2176;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/19/6512ecd29f32f.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-09-26 14:38:10\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2177;a:10:{s:10:\"date_added\";i:1695739097;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2177;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/19/6512ecd7ed3cf.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-09-26 14:38:15\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2178;a:10:{s:10:\"date_added\";i:1695739125;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2178;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/6512ecf3f113b.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-09-26 14:38:43\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2198;a:10:{s:10:\"date_added\";i:1699370960;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2198;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/20/654a57cd7fe97.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-11-07 15:29:17\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2200;a:10:{s:10:\"date_added\";i:1699370965;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2200;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/20/654a57d341407.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-11-07 15:29:23\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2201;a:10:{s:10:\"date_added\";i:1699370966;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2201;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/20/654a57d344236.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2023-11-07 15:29:23\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:6422;a:10:{s:10:\"date_added\";i:1721169813;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:6422;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/6696f79372ce5.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-07-16 22:43:31\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:6421;a:10:{s:10:\"date_added\";i:1721169813;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:6421;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/6696f7934a458.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-07-16 22:43:31\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7313;a:10:{s:10:\"date_added\";i:1725564904;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7313;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/15/66da07e6bffa0.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-05 19:35:02\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2012;a:10:{s:10:\"date_added\";i:1725564965;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2012;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/66da0821aa59a.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-05 19:36:01\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7463;a:10:{s:10:\"date_added\";i:1726600257;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7463;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/66e9d440225e4.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:10:56\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7460;a:10:{s:10:\"date_added\";i:1726600257;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7460;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/66e9d43fe58be.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:10:55\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7461;a:10:{s:10:\"date_added\";i:1726600257;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7461;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/66e9d440141f8.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:10:56\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7462;a:10:{s:10:\"date_added\";i:1726600257;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7462;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/66e9d44021f42.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:10:56\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7464;a:10:{s:10:\"date_added\";i:1726600258;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7464;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/66e9d44037bc0.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:10:56\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7465;a:10:{s:10:\"date_added\";i:1726600337;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7465;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66e9d4915116f.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:12:17\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7467;a:10:{s:10:\"date_added\";i:1726600338;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7467;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66e9d492399da.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:12:18\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7469;a:10:{s:10:\"date_added\";i:1726600338;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7469;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66e9d49276497.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:12:18\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7468;a:10:{s:10:\"date_added\";i:1726600338;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7468;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66e9d49273a39.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:12:18\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7470;a:10:{s:10:\"date_added\";i:1726600344;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7470;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66e9d497e3217.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:12:23\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7471;a:10:{s:10:\"date_added\";i:1726600363;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7471;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/14/66e9d4aaaa15a.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:12:42\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7472;a:10:{s:10:\"date_added\";i:1726600363;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7472;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/14/66e9d4aaf0bc6.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:12:42\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7473;a:10:{s:10:\"date_added\";i:1726600364;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7473;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/14/66e9d4abcfc09.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:12:43\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7474;a:10:{s:10:\"date_added\";i:1726600406;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7474;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/66e9d4d6aac01.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:13:26\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7475;a:10:{s:10:\"date_added\";i:1726600408;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7475;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/66e9d4d7d62c0.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-17 19:13:27\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7621;a:10:{s:10:\"date_added\";i:1727730287;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7621;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/29/66fb126d8b58c.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-30 21:04:45\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7622;a:10:{s:10:\"date_added\";i:1727730298;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7622;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/66fb1278df89a.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-30 21:04:56\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7623;a:10:{s:10:\"date_added\";i:1727730307;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7623;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/66fb12820d46d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-30 21:05:06\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7624;a:10:{s:10:\"date_added\";i:1727730316;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7624;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/31/66fb128ad446f.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-30 21:05:14\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7625;a:10:{s:10:\"date_added\";i:1727730331;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7625;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66fb129a156c2.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-09-30 21:05:30\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7706;a:10:{s:10:\"date_added\";i:1727888764;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7706;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/66fd7d7bd6bfe.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-02 17:06:03\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2067;a:10:{s:10:\"date_added\";i:1730738350;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2067;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/6728f8abcf6fa.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:39:07\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7312;a:10:{s:10:\"date_added\";i:1730738475;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7312;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/15/6728f929413d3.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:41:13\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7737;a:10:{s:10:\"date_added\";i:1730738528;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7737;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/25/6728f95f36264.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:42:07\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7738;a:10:{s:10:\"date_added\";i:1730738554;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7738;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/6728f978c145d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:42:32\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7741;a:10:{s:10:\"date_added\";i:1730738660;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7741;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/29/6728f9e31784d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:44:19\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7739;a:10:{s:10:\"date_added\";i:1730738660;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7739;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/29/6728f9e2df2ef.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:44:18\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7740;a:10:{s:10:\"date_added\";i:1730738661;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7740;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/29/6728f9e2eceeb.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:44:18\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7744;a:10:{s:10:\"date_added\";i:1730738756;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7744;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa43b236d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:45:55\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7743;a:10:{s:10:\"date_added\";i:1730738756;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7743;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa43a07ea.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:45:55\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7742;a:10:{s:10:\"date_added\";i:1730738756;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7742;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa43a05d0.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:45:55\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7745;a:10:{s:10:\"date_added\";i:1730738756;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7745;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa43bd4a1.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:45:55\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7746;a:10:{s:10:\"date_added\";i:1730738756;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7746;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa43c4ce3.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:45:55\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7747;a:10:{s:10:\"date_added\";i:1730738761;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7747;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa495b1f4.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:46:01\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7750;a:10:{s:10:\"date_added\";i:1730738820;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7750;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/31/6728fa8430047.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:47:00\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7748;a:10:{s:10:\"date_added\";i:1730738820;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7748;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/31/6728fa842b475.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-04 16:47:00\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7311;a:10:{s:10:\"date_added\";i:1730833128;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7311;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/15/672a6ae53b72d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-11-05 18:58:45\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1950;a:10:{s:10:\"date_added\";i:1736439111;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1950;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/677ff54702cfe.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-09 16:11:51\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:5622;a:10:{s:10:\"date_added\";i:1736439145;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:5622;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/677ff569690e8.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-09 16:12:25\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:2086;a:10:{s:10:\"date_added\";i:1738181560;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:2086;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/22/679a8bb716235.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-29 20:12:39\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7944;a:10:{s:10:\"date_added\";i:1739312825;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7944;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abceb882a1d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-11 22:27:04\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7943;a:10:{s:10:\"date_added\";i:1739312825;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7943;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abceb86bab0.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-11 22:27:04\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7945;a:10:{s:10:\"date_added\";i:1739312825;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7945;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abceb914bcc.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-11 22:27:05\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7946;a:10:{s:10:\"date_added\";i:1739312825;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7946;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abceb932cfb.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-11 22:27:05\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7947;a:10:{s:10:\"date_added\";i:1739312826;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7947;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abceba227ac.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-11 22:27:06\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7948;a:10:{s:10:\"date_added\";i:1739312829;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7948;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abcebd31a56.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-11 22:27:09\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7951;a:10:{s:10:\"date_added\";i:1739313000;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7951;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/67abcf686b43f.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-11 22:30:00\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7950;a:10:{s:10:\"date_added\";i:1739313000;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7950;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/67abcf6862a1f.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-11 22:30:00\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7952;a:10:{s:10:\"date_added\";i:1739313164;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7952;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/67abd00ba6abd.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-11 22:32:43\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7953;a:10:{s:10:\"date_added\";i:1739313465;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7953;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/67abd137c4d70.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-11 22:37:43\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7954;a:10:{s:10:\"date_added\";i:1739394403;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7954;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/67ad0d62ef14a.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-12 21:06:42\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:5621;a:10:{s:10:\"date_added\";i:1739918438;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:5621;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/67b50c6669dd1.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-18 22:40:38\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:1935;a:10:{s:10:\"date_added\";i:1739985987;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:1935;s:9:\"file_path\";s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/67b6144229a7e.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-19 17:26:26\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1626, 'taxonomy_14', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1665, 'taxonomy_15', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1732, 'taxonomy_16', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1790, 'taxonomy_17', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1834, 'taxonomy_18', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1869, 'taxonomy_19', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1901, 'taxonomy_20', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1944, 'taxonomy_21', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1983, 'taxonomy_22', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2011, 'taxonomy_23', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2028, 'taxonomy_24', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2040, 'taxonomy_25', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2127, 'taxonomy_9', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2354, 'jetpack_active_plan', 'a:10:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:26:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:14:\"install-themes\";i:4;s:17:\"jetpack-dashboard\";i:5;s:18:\"recurring-payments\";i:6;s:11:\"republicize\";i:7;s:17:\"security-settings\";i:8;s:17:\"seo-preview-tools\";i:9;s:14:\"send-a-message\";i:10;s:15:\"social-previews\";i:11;s:18:\"social-shares-1000\";i:12;s:10:\"stats-free\";i:13;s:10:\"stats-paid\";i:14;s:16:\"stats-commercial\";i:15;s:18:\"upload-audio-files\";i:16;s:18:\"upload-video-files\";i:17;s:15:\"whatsapp-button\";i:18;s:25:\"social-image-auto-convert\";i:19;s:26:\"social-mastodon-connection\";i:20;s:27:\"social-instagram-connection\";i:21;s:24:\"social-multi-connections\";i:22;s:29:\"social-connections-management\";i:23;s:25:\"social-threads-connection\";i:24;s:19:\"social-share-status\";i:25;s:21:\"social-editor-preview\";}s:9:\"available\";a:47:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:10:\"stats-paid\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:16:\"stats-commercial\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:12:\"ai-assistant\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:20:\"cornerstone-10-pages\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"image-cdn-liar\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"social-image-generator\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2362, '_transient_health-check-site-status-result', '{\"good\":26,\"recommended\":15,\"critical\":1}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2455, 'stats_cache', 'a:2:{s:32:\"0cb7d7066918d8905390dc2381401c6d\";a:1:{i:1682961170;a:0:{}}s:32:\"b79f876cd3bec06f49f24189770b2df1\";a:1:{i:1682961170;a:0:{}}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2563, 'taxonomy_10', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2616, 'ce4wp_hide_banner:get_started', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3352, 'wpcom_publish_posts_with_markdown', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3450, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"ehalvorson@lockton.com\";s:7:\"version\";s:5:\"6.8.2\";s:9:\"timestamp\";i:1752597637;}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4972, 'taxonomy_26', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5111, 'taxonomy_27', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5276, '_wpfd_global_config', 'a:50:{s:20:\"guest_download_files\";i:1;s:19:\"guest_preview_files\";i:1;s:16:\"extension_viewer\";s:103:\"png,jpg,pdf,ppt,pptx,doc,docx,xls,xlsx,dxf,ps,eps,xps,psd,tif,tiff,bmp,svg,pages,ai,dxf,ttf,txt,mp3,mp4\";s:11:\"open_pdf_in\";s:1:\"1\";s:23:\"defaultthemepercategory\";s:7:\"default\";s:8:\"icon_set\";s:3:\"svg\";s:17:\"use_google_viewer\";s:3:\"tab\";s:13:\"catparameters\";s:1:\"1\";s:19:\"secure_preview_file\";s:1:\"0\";s:21:\"auto_generate_preview\";s:1:\"0\";s:3:\"uri\";s:8:\"download\";s:13:\"rmdownloadext\";s:1:\"1\";s:11:\"date_format\";s:5:\"d-m-Y\";s:17:\"download_category\";s:1:\"0\";s:17:\"download_selected\";s:1:\"0\";s:11:\"custom_icon\";s:1:\"1\";s:16:\"paginationnunber\";s:2:\"10\";s:10:\"enablewpfd\";s:1:\"0\";s:17:\"show_empty_folder\";s:1:\"0\";s:19:\"not_authorized_page\";s:1:\"0\";s:13:\"use_xsendfile\";s:0:\"\";s:13:\"themesettings\";s:1:\"1\";s:17:\"empty_message_val\";s:42:\"This file category has no files to display\";s:13:\"empty_message\";s:1:\"0\";s:18:\"access_message_val\";s:52:\"This file category is not accessible to your account\";s:14:\"access_message\";s:1:\"0\";s:21:\"global_files_ordering\";s:5:\"title\";s:25:\"global_files_ordering_all\";s:1:\"0\";s:31:\"global_files_ordering_direction\";s:4:\"desc\";s:35:\"global_files_ordering_direction_all\";s:1:\"0\";s:29:\"global_subcategories_ordering\";s:11:\"customorder\";s:33:\"global_subcategories_ordering_all\";s:1:\"0\";s:10:\"allowedext\";s:304:\"7z,ace,bz2,dmg,gz,rar,tgz,zip,csv,doc,docx,html,key,keynote,odp,ods,odt,pages,pdf,pps,ppt,pptx,rtf,tex,txt,xls,xlsx,xml,bmp,exif,gif,ico,jpeg,jpg,png,psd,tif,tiff,aac,aif,aiff,alac,amr,au,cdda,flac,m3u,m4a,m4p,mid,mp3,mp4,mpa,ogg,pac,ra,wav,wma,3gp,asf,avi,flv,m4v,mkv,mov,mpeg,mpg,rm,swf,vob,wmv,css,img\";s:12:\"restrictfile\";s:1:\"0\";s:12:\"shortcodecat\";s:1:\"1\";s:15:\"add_remote_file\";s:1:\"0\";s:16:\"admin_pagination\";s:1:\"0\";s:23:\"admin_pagination_number\";s:2:\"10\";s:15:\"admin_load_more\";s:1:\"0\";s:22:\"admin_load_more_number\";s:2:\"10\";s:24:\"revision_pattern_enabled\";s:1:\"0\";s:16:\"revision_pattern\";s:0:\"\";s:12:\"versionlimit\";i:10;s:12:\"maxinputfile\";i:32;s:21:\"new_category_position\";s:3:\"end\";s:11:\"categoryown\";s:1:\"0\";s:10:\"file_count\";s:1:\"0\";s:16:\"close_categories\";s:1:\"1\";s:9:\"useeditor\";s:1:\"0\";s:11:\"deletefiles\";s:1:\"0\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6061, 'wpfd_icons_params_svg', 'a:1:{s:5:\"icons\";a:73:{s:12:\"wpfd-icon-7z\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-228\";s:9:\"icon-text\";s:2:\"7z\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-ace\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-249\";s:9:\"icon-text\";s:3:\"ace\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-bz2\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-81\";s:9:\"icon-text\";s:3:\"bz2\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-dmg\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-50\";s:9:\"icon-text\";s:3:\"dmg\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:12:\"wpfd-icon-gz\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-196\";s:9:\"icon-text\";s:2:\"gz\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-rar\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-38\";s:9:\"icon-text\";s:3:\"rar\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-tgz\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-37\";s:9:\"icon-text\";s:3:\"tgz\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-zip\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-229\";s:9:\"icon-text\";s:3:\"zip\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-csv\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-45\";s:9:\"icon-text\";s:3:\"csv\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-doc\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-53\";s:9:\"icon-text\";s:3:\"doc\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-docx\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-55\";s:9:\"icon-text\";s:4:\"docx\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-html\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-226\";s:9:\"icon-text\";s:4:\"html\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-key\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-97\";s:9:\"icon-text\";s:3:\"key\";s:16:\"background-color\";s:7:\"#CB0606\";s:9:\"font-size\";s:2:\"54\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";}s:17:\"wpfd-icon-keynote\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-101\";s:9:\"icon-text\";s:7:\"keynote\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-odp\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-138\";s:9:\"icon-text\";s:3:\"odp\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-ods\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-47\";s:9:\"icon-text\";s:3:\"ods\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-odt\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-146\";s:9:\"icon-text\";s:3:\"odt\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:15:\"wpfd-icon-pages\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-157\";s:9:\"icon-text\";s:5:\"pages\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-pdf\";a:24:{s:11:\"icon-active\";s:1:\"1\";s:10:\"icon-color\";s:7:\"#1e2856\";s:9:\"icon-size\";s:3:\"160\";s:4:\"icon\";s:17:\"wpfd-svg-icon-159\";s:21:\"extension-name-active\";s:1:\"1\";s:9:\"icon-text\";s:3:\"pdf\";s:9:\"font-size\";s:2:\"54\";s:10:\"text-color\";s:7:\"#1e2856\";s:12:\"frame-active\";s:1:\"1\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-color\";s:7:\"#1e2856\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"5\";s:14:\"wrapper-active\";s:1:\"0\";s:13:\"border-radius\";s:3:\"100\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"1\";s:16:\"background-color\";s:7:\"#1e2856\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:19:\"horizontal-position\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:11:\"font-family\";s:5:\"arial\";}s:13:\"wpfd-icon-pps\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-165\";s:9:\"icon-text\";s:3:\"pps\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-ppt\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-169\";s:9:\"icon-text\";s:3:\"ppt\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-pptx\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-173\";s:9:\"icon-text\";s:4:\"pptx\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-rtf\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-186\";s:9:\"icon-text\";s:3:\"rtf\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-tex\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-193\";s:9:\"icon-text\";s:3:\"tex\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-txt\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-205\";s:9:\"icon-text\";s:3:\"txt\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-xls\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-219\";s:9:\"icon-text\";s:3:\"xls\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-xlsx\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-223\";s:9:\"icon-text\";s:4:\"xlsx\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-xml\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-225\";s:9:\"icon-text\";s:3:\"xml\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-bmp\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-33\";s:9:\"icon-text\";s:3:\"bmp\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-exif\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-58\";s:9:\"icon-text\";s:4:\"exif\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-gif\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-78\";s:9:\"icon-text\";s:3:\"gif\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-ico\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-87\";s:9:\"icon-text\";s:3:\"ico\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-jpeg\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-93\";s:9:\"icon-text\";s:4:\"jpeg\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-jpg\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-96\";s:9:\"icon-text\";s:3:\"jpg\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-png\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-163\";s:9:\"icon-text\";s:3:\"png\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-psd\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-175\";s:9:\"icon-text\";s:3:\"psd\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-tif\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-202\";s:9:\"icon-text\";s:3:\"tif\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-tiff\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-203\";s:9:\"icon-text\";s:4:\"tiff\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-aac\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-246\";s:9:\"icon-text\";s:3:\"aac\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-aif\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-244\";s:9:\"icon-text\";s:3:\"aif\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-aiff\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-248\";s:9:\"icon-text\";s:4:\"aiff\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-alac\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-249\";s:9:\"icon-text\";s:4:\"alac\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-amr\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-21\";s:9:\"icon-text\";s:3:\"amr\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:12:\"wpfd-icon-au\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-61\";s:9:\"icon-text\";s:2:\"au\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-cdda\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-41\";s:9:\"icon-text\";s:4:\"cdda\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-flac\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-70\";s:9:\"icon-text\";s:4:\"flac\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-m3u\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-104\";s:9:\"icon-text\";s:3:\"m3u\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-m4a\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-107\";s:9:\"icon-text\";s:3:\"m4a\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-m4p\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-110\";s:9:\"icon-text\";s:3:\"m4p\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-mid\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-117\";s:9:\"icon-text\";s:3:\"mid\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-mp3\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-135\";s:9:\"icon-text\";s:3:\"mp3\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-mp4\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-101\";s:9:\"icon-text\";s:3:\"mp4\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-mpa\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-125\";s:9:\"icon-text\";s:3:\"mpa\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-ogg\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-148\";s:9:\"icon-text\";s:3:\"ogg\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-pac\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-154\";s:9:\"icon-text\";s:3:\"pac\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:12:\"wpfd-icon-ra\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-155\";s:9:\"icon-text\";s:2:\"ra\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-wav\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-211\";s:9:\"icon-text\";s:3:\"wav\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-wma\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-213\";s:9:\"icon-text\";s:3:\"wma\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-3gp\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-233\";s:9:\"icon-text\";s:3:\"3gp\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-asf\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-24\";s:9:\"icon-text\";s:3:\"asf\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-avi\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-189\";s:9:\"icon-text\";s:3:\"avi\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-flv\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-73\";s:9:\"icon-text\";s:3:\"flv\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-m4v\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-112\";s:9:\"icon-text\";s:3:\"m4v\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-mkv\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-120\";s:9:\"icon-text\";s:3:\"mkv\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-mov\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-123\";s:9:\"icon-text\";s:3:\"mov\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:14:\"wpfd-icon-mpeg\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-127\";s:9:\"icon-text\";s:4:\"mpeg\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-mpg\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-131\";s:9:\"icon-text\";s:3:\"mpg\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:12:\"wpfd-icon-rm\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-184\";s:9:\"icon-text\";s:2:\"rm\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-swf\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-191\";s:9:\"icon-text\";s:3:\"swf\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-vob\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-209\";s:9:\"icon-text\";s:3:\"vob\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-wmv\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-217\";s:9:\"icon-text\";s:3:\"wmv\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-css\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-43\";s:9:\"icon-text\";s:3:\"css\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}s:13:\"wpfd-icon-img\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-88\";s:9:\"icon-text\";s:3:\"img\";s:16:\"background-color\";s:7:\"#CB0606\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"0\";s:10:\"text-color\";s:7:\"#030303\";s:10:\"icon-color\";s:7:\"#000000\";s:11:\"frame-color\";s:7:\"#000000\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"54\";}}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6069, 'wpfd_single_file_params', 'a:115:{s:9:\"file_size\";b:1;s:17:\"file_created_date\";b:1;s:16:\"file_update_date\";b:1;s:17:\"file_download_hit\";b:1;s:12:\"file_version\";b:1;s:4:\"icon\";s:17:\"wpfd-svg-icon-159\";s:15:\"icon_margin_top\";i:0;s:17:\"icon_margin_right\";i:0;s:18:\"icon_margin_bottom\";i:0;s:16:\"icon_margin_left\";i:0;s:13:\"base_icon_set\";s:7:\"default\";s:9:\"icon_size\";b:0;s:12:\"link_on_icon\";s:7:\"preview\";s:10:\"file_title\";b:1;s:16:\"title_margin_top\";i:0;s:18:\"title_margin_right\";i:0;s:19:\"title_margin_bottom\";i:15;s:17:\"title_margin_left\";i:0;s:15:\"title_font_size\";i:8;s:17:\"title_padding_top\";i:0;s:19:\"title_padding_right\";i:0;s:20:\"title_padding_bottom\";i:0;s:18:\"title_padding_left\";i:0;s:17:\"title_wrapper_tag\";s:1:\"p\";s:16:\"file_description\";b:1;s:22:\"description_margin_top\";i:0;s:24:\"description_margin_right\";i:0;s:25:\"description_margin_bottom\";i:10;s:23:\"description_margin_left\";i:0;s:21:\"description_font_size\";i:10;s:23:\"description_padding_top\";i:0;s:25:\"description_padding_right\";i:0;s:26:\"description_padding_bottom\";i:0;s:24:\"description_padding_left\";i:0;s:16:\"file_information\";b:1;s:26:\"file_information_font_size\";i:14;s:27:\"file_information_margin_top\";i:2;s:29:\"file_information_margin_right\";i:0;s:30:\"file_information_margin_bottom\";i:2;s:28:\"file_information_margin_left\";i:0;s:28:\"file_information_padding_top\";i:0;s:30:\"file_information_padding_right\";i:0;s:31:\"file_information_padding_bottom\";i:0;s:29:\"file_information_padding_left\";i:0;s:15:\"download_button\";b:1;s:19:\"download_margin_top\";i:15;s:21:\"download_margin_right\";i:15;s:22:\"download_margin_bottom\";i:15;s:20:\"download_margin_left\";i:0;s:14:\"download_width\";i:170;s:18:\"download_font_size\";i:16;s:29:\"download_boxshadow_horizontal\";i:2;s:27:\"download_boxshadow_vertical\";i:2;s:23:\"download_boxshadow_blur\";i:12;s:25:\"download_boxshadow_spread\";i:5;s:24:\"download_boxshadow_color\";s:7:\"#f0f0f0\";s:20:\"download_padding_top\";i:5;s:22:\"download_padding_right\";i:5;s:23:\"download_padding_bottom\";i:5;s:21:\"download_padding_left\";i:5;s:22:\"download_border_radius\";i:4;s:20:\"download_border_size\";b:0;s:21:\"download_border_color\";s:0:\"\";s:19:\"download_font_color\";s:7:\"#ffffff\";s:19:\"download_background\";s:5:\"solid\";s:25:\"download_background_start\";s:7:\"#5c5a57\";s:23:\"download_background_end\";s:7:\"#5c5a57\";s:25:\"download_background_solid\";s:7:\"#5c5a57\";s:25:\"download_hover_font_color\";s:7:\"#ffffff\";s:25:\"download_hover_background\";s:5:\"solid\";s:31:\"download_hover_background_start\";s:7:\"#6b6b6b\";s:29:\"download_hover_background_end\";s:7:\"#6b6b6b\";s:31:\"download_hover_background_solid\";s:7:\"#6b6b6b\";s:20:\"download_icon_active\";b:1;s:13:\"download_icon\";s:14:\"download-icon4\";s:19:\"download_icon_color\";s:7:\"#ffffff\";s:18:\"download_icon_size\";i:38;s:22:\"download_icon_position\";s:4:\"left\";s:21:\"download_icon_spacing\";i:10;s:14:\"preview_button\";b:1;s:18:\"preview_margin_top\";i:15;s:20:\"preview_margin_right\";i:15;s:21:\"preview_margin_bottom\";i:15;s:19:\"preview_margin_left\";i:15;s:13:\"preview_width\";i:170;s:17:\"preview_font_size\";i:16;s:28:\"preview_boxshadow_horizontal\";i:0;s:26:\"preview_boxshadow_vertical\";i:0;s:22:\"preview_boxshadow_blur\";i:0;s:24:\"preview_boxshadow_spread\";i:0;s:23:\"preview_boxshadow_color\";s:7:\"#000000\";s:19:\"preview_padding_top\";i:5;s:21:\"preview_padding_right\";i:5;s:22:\"preview_padding_bottom\";i:5;s:20:\"preview_padding_left\";i:5;s:21:\"preview_border_radius\";i:4;s:19:\"preview_border_size\";b:0;s:20:\"preview_border_color\";s:7:\"#a7a7a7\";s:18:\"preview_font_color\";s:7:\"#ffffff\";s:18:\"preview_background\";s:5:\"solid\";s:24:\"preview_background_start\";s:7:\"#a7a7a7\";s:22:\"preview_background_end\";s:7:\"#a7a7a7\";s:24:\"preview_background_solid\";s:7:\"#a7a7a7\";s:24:\"preview_hover_font_color\";s:7:\"#ffffff\";s:24:\"preview_hover_background\";s:5:\"solid\";s:30:\"preview_hover_background_start\";s:7:\"#595756\";s:28:\"preview_hover_background_end\";s:7:\"#595756\";s:30:\"preview_hover_background_solid\";s:7:\"#595756\";s:19:\"preview_icon_active\";b:1;s:12:\"preview_icon\";s:13:\"preview-icon4\";s:18:\"preview_icon_color\";s:7:\"#ffffff\";s:17:\"preview_icon_size\";i:38;s:21:\"preview_icon_position\";s:4:\"left\";s:20:\"preview_icon_spacing\";i:10;s:10:\"custom_css\";s:0:\"\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6070, 'wpfd_single_file_css_hash', 'e46ffc20a2add1e6cb5906cef67e91fd', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6431, 'ce4wp_ignore_review_notice', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6460, 'et_support_site_id', '^uV8)vosl#D2!p$3tIbh', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22212, 'bluehost_access_token', 'mybenefitport.com/1697611690/60/ha:s,i:45c37e12/d51701423f230ed48266db2b5a082d9a/sh.0.13570', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22213, 'bluehost_access_token_expiration', 1697615290, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22214, 'bluehost_access_user', 3948406, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (31260, 'jp_sync_last_success_sync', 1736375104.8718, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (93815, 'jp_sync_error_log_sync', 'a:5:{s:15:\"1652459219.1174\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:37:\"cURL error 28: SSL connection timeout\";}}s:10:\"error_data\";a:1:{s:19:\"http_request_failed\";i:-10520;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1686283675.9614\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:10:\"IXR_-32300\";a:1:{i:0;s:46:\"transport error - HTTP status code was not 200\";}}s:10:\"error_data\";a:1:{s:10:\"IXR_-32300\";a:5:{s:7:\"headers\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 09 Jun 2023 04:07:55 GMT\";s:12:\"content-type\";s:9:\"text/html\";s:14:\"content-length\";s:4:\"2169\";s:4:\"etag\";s:14:\"\"63ed68e6-879\"\";s:4:\"x-ac\";s:17:\"4.sea _bur BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}s:4:\"body\";s:2169:\"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\"><head profile=\"http://gmpg.org/xfn/11\">\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n	<title>WordPress.com &#8212; 503 Error</title>\n	<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n	<link rel=\"stylesheet\" href=\"//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600\" />\n	<link rel=\"stylesheet\" href=\"https://s0.wp.com/error-docs/style.css\" />\n	<script type=\"text/javascript\" src=\"//stats.wp.com/wpcom.js?22\"></script>\n	<script type=\"text/javascript\">\n	_error = \'503\';\n	fzd();\n	</script>\n</head>\n<body>\n	<h1>Whoops!</h1>\n	\n	<div class=\"message\">\n		<p>Something has gone wrong with our servers, and we&#8217;ve just been notified of the problem.</p>\n		<p>This will be fixed as soon as possible, so kindly reload in a minute and things should be back to normal.</p> \n		\n		<footer>\n			<ul class=\"footer-links\">\n				<li><a href=\"javascript:history.back()\">← Go Back</a></li>\n				<li><a href=\"https://support.wordpress.com/\">Support</a></li>\n				<li><a href=\"https://status.automattic.com\">Status</a></li>\n				<li><a href=\"https://twitter.com/wordpressdotcom\">Twitter</a></li>\n			</ul>\n			<a class=\"wordpress-link\" href=\"https://wordpress.com/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"-248 250 14 14\" enable-background=\"new -248 250 14 14\">\n					<path fill=\"#a8bece\" d=\"M-234 257c0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7 7 3.1 7 7zm-9.8 5.7l-3-8.2c-.4.8-.6 1.7-.6 2.6.1 2.4 1.6 4.5 3.6 5.6zm6.6-4c.3-.9.5-1.5.5-2 0-.8-.3-1.3-.5-1.7-.3-.5-.6-1-.6-1.5 0-.6.4-1.1 1.1-1.1h.1c-1.1-1.1-2.7-1.7-4.3-1.6-2.2 0-4.1 1.1-5.3 2.8h.4c.7 0 1.7-.1 1.7-.1.3 0 .4.5 0 .5 0 0-.3 0-.7.1l2.3 6.8 1.4-4.1-.9-2.7h-.6c-.4 0-.3-.5 0-.5 0 0 1 .1 1.7.1s1.7-.1 1.7-.1c.3 0 .3.4 0 .5 0 0-.3 0-.7.1l2.3 6.8.4-2.3zm-1.7 4.2l-2-5.4-1.9 5.5c.6.2 1.2.2 1.8.2.7.1 1.4 0 2.1-.3zm3.5-8.3c0 .6-.1 1.4-.5 2.3l-1.9 5.6c1.9-1.1 3.1-3.2 3.1-5.5 0-1.1-.3-2.1-.8-3 0 .2.1.4.1.6z\"/>\n				</svg>\n			</a>\n		</footer>\n	</div>\n</body>\n</html>\";s:8:\"response\";a:2:{s:4:\"code\";i:502;s:7:\"message\";s:11:\"Bad Gateway\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1686286224.6511\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:10:\"IXR_-32300\";a:1:{i:0;s:46:\"transport error - HTTP status code was not 200\";}}s:10:\"error_data\";a:1:{s:10:\"IXR_-32300\";a:5:{s:7:\"headers\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 09 Jun 2023 04:50:24 GMT\";s:12:\"content-type\";s:9:\"text/html\";s:14:\"content-length\";s:4:\"2169\";s:4:\"etag\";s:14:\"\"63ed68e6-879\"\";s:4:\"x-ac\";s:17:\"4.sea _bur BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}s:4:\"body\";s:2169:\"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\"><head profile=\"http://gmpg.org/xfn/11\">\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n	<title>WordPress.com &#8212; 503 Error</title>\n	<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n	<link rel=\"stylesheet\" href=\"//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600\" />\n	<link rel=\"stylesheet\" href=\"https://s0.wp.com/error-docs/style.css\" />\n	<script type=\"text/javascript\" src=\"//stats.wp.com/wpcom.js?22\"></script>\n	<script type=\"text/javascript\">\n	_error = \'503\';\n	fzd();\n	</script>\n</head>\n<body>\n	<h1>Whoops!</h1>\n	\n	<div class=\"message\">\n		<p>Something has gone wrong with our servers, and we&#8217;ve just been notified of the problem.</p>\n		<p>This will be fixed as soon as possible, so kindly reload in a minute and things should be back to normal.</p> \n		\n		<footer>\n			<ul class=\"footer-links\">\n				<li><a href=\"javascript:history.back()\">← Go Back</a></li>\n				<li><a href=\"https://support.wordpress.com/\">Support</a></li>\n				<li><a href=\"https://status.automattic.com\">Status</a></li>\n				<li><a href=\"https://twitter.com/wordpressdotcom\">Twitter</a></li>\n			</ul>\n			<a class=\"wordpress-link\" href=\"https://wordpress.com/\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"-248 250 14 14\" enable-background=\"new -248 250 14 14\">\n					<path fill=\"#a8bece\" d=\"M-234 257c0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7 7 3.1 7 7zm-9.8 5.7l-3-8.2c-.4.8-.6 1.7-.6 2.6.1 2.4 1.6 4.5 3.6 5.6zm6.6-4c.3-.9.5-1.5.5-2 0-.8-.3-1.3-.5-1.7-.3-.5-.6-1-.6-1.5 0-.6.4-1.1 1.1-1.1h.1c-1.1-1.1-2.7-1.7-4.3-1.6-2.2 0-4.1 1.1-5.3 2.8h.4c.7 0 1.7-.1 1.7-.1.3 0 .4.5 0 .5 0 0-.3 0-.7.1l2.3 6.8 1.4-4.1-.9-2.7h-.6c-.4 0-.3-.5 0-.5 0 0 1 .1 1.7.1s1.7-.1 1.7-.1c.3 0 .3.4 0 .5 0 0-.3 0-.7.1l2.3 6.8.4-2.3zm-1.7 4.2l-2-5.4-1.9 5.5c.6.2 1.2.2 1.8.2.7.1 1.4 0 2.1-.3zm3.5-8.3c0 .6-.1 1.4-.5 2.3l-1.9 5.6c1.9-1.1 3.1-3.2 3.1-5.5 0-1.1-.3-2.1-.8-3 0 .2.1.4.1.6z\"/>\n				</svg>\n			</a>\n		</footer>\n	</div>\n</body>\n</html>\";s:8:\"response\";a:2:{s:4:\"code\";i:502;s:7:\"message\";s:11:\"Bad Gateway\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1725984736.1748\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:105:\"cURL error 28: Failed to connect to public-api.wordpress.com port 443 after 10002 ms: Timeout was reached\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1736375146.0076\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:13:\"missing_token\";a:1:{i:0;s:0:\"\";}}s:10:\"error_data\";a:1:{s:13:\"missing_token\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:13:\"missing_token\";a:1:{i:0;s:0:\"\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}}s:18:\"\0*\0additional_data\";a:1:{s:13:\"missing_token\";a:1:{i:0;i:-10520;}}}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (127569, 'db_upgraded', '', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (153519, 'jetpack_search_plan_info', 'a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (153577, '_wpfd_file_expiration_updated', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (209834, '_mm_refresh_token', '5c14012e-718c-4b85-8095-5ee00a141f3c', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (337927, 'user_count', 2, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (339728, 'newfold_active_modules', 'a:17:{s:4:\"data\";b:1;s:13:\"wp-module-pls\";b:1;s:9:\"installer\";b:1;s:2:\"ai\";b:1;s:16:\"wp-module-survey\";b:1;s:8:\"facebook\";b:1;s:9:\"migration\";b:1;s:11:\"coming-soon\";b:1;s:9:\"ecommerce\";b:1;s:10:\"global-ctb\";b:1;s:17:\"wp-module-hosting\";b:1;s:11:\"marketplace\";b:1;s:13:\"notifications\";b:1;s:10:\"onboarding\";b:1;s:16:\"secure-passwords\";b:1;s:19:\"wp-module-solutions\";b:1;s:3:\"sso\";b:1;}', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (348461, 'nfd_data_queue', 'a:0:{}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (408588, 'adminhash', 'a:2:{s:4:\"hash\";s:32:\"111439a46718899d81059c66dc311e9a\";s:8:\"newemail\";s:20:\"evlester@lockton.com\";}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (408590, 'epc_skip_404_handling', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (413445, '_transient_et_updated_plugins_data', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1753112437;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (413874, 'bh_cdata', 'a:9:{s:11:\"customer_id\";s:7:\"3948406\";s:9:\"affiliate\";s:16:\"dbrands:ha101618\";s:8:\"provider\";s:8:\"bluehost\";s:11:\"signup_date\";s:19:\"2018-12-14 19:12:11\";s:9:\"plan_term\";i:60;s:9:\"plan_type\";s:6:\"cpanel\";s:12:\"plan_subtype\";s:5:\"prime\";s:8:\"username\";s:8:\"mybenef9\";s:4:\"meta\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (413875, 'bh_cdata_expiration', 1700203697, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (499095, 'et_divi_builder_global_presets_ng', 'O:8:\"stdClass\":0:{}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (518994, 'taxonomy_28', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (539574, 'jetpack_waf_needs_update', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (546668, 'jetpack_site_icon_url', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2023/02/cropped-cropped-banner-icon.png', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (586475, 'sharing-options', 'a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (586477, 'post_by_email_address1', 'NULL', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (593916, 'bluehost_plugin_install_date', 1629431604, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (598564, 'nfd_coming_soon', 'false', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (628621, 'newfold_cache_level', 2, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (628622, 'newfold_skip_404_handling', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (632179, 'nfd_module_onboarding_flow', 'a:16:{s:7:\"version\";s:5:\"1.0.2\";s:8:\"isViewed\";a:0:{}s:10:\"isComplete\";i:0;s:9:\"hasExited\";i:0;s:9:\"isSkipped\";a:0:{}s:11:\"currentStep\";s:26:\"/step/wp-setup/get-started\";s:9:\"createdAt\";i:1697168564;s:9:\"updatedAt\";i:0;s:4:\"data\";a:16:{s:8:\"siteType\";a:3:{s:7:\"referTo\";s:4:\"site\";s:7:\"primary\";a:2:{s:6:\"refers\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:9:\"secondary\";a:2:{s:6:\"refers\";s:0:\"\";s:5:\"value\";s:0:\"\";}}s:14:\"wpComfortLevel\";s:1:\"0\";s:11:\"topPriority\";a:1:{s:9:\"priority1\";s:0:\"\";}s:8:\"blogName\";s:0:\"\";s:15:\"blogDescription\";s:0:\"\";s:8:\"siteLogo\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:8:\"accounts\";a:0:{}s:5:\"theme\";a:3:{s:8:\"template\";s:0:\"\";s:10:\"stylesheet\";s:0:\"\";s:9:\"variation\";s:0:\"\";}s:12:\"customDesign\";b:0;s:10:\"colorStyle\";s:0:\"\";s:9:\"fontStyle\";s:0:\"\";s:10:\"partHeader\";s:0:\"\";s:9:\"sitePages\";a:2:{s:8:\"homepage\";s:0:\"\";s:5:\"other\";a:0:{}}s:12:\"siteFeatures\";a:0:{}s:8:\"chapters\";a:0:{}s:10:\"comingSoon\";b:0;}s:12:\"currentFlows\";a:0:{}s:20:\"isFirstNFDOnboarding\";b:1;s:8:\"siteType\";s:4:\"blog\";s:9:\"ownerType\";s:8:\"personal\";s:15:\"isEcommercePlan\";b:0;s:12:\"doesCommerce\";b:0;s:12:\"storeDetails\";a:1:{s:11:\"productInfo\";a:2:{s:13:\"product_count\";s:0:\"\";s:13:\"product_types\";a:0:{}}}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (632180, 'onboarding_experience_level', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (634246, 'bh_cdata_retry_count', '0', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (638480, 'jb_transient_jetpack_boost_speed_scores_8d7ef88300b05f71113318bebba43263', 'a:2:{s:6:\"expire\";i:1728519154;s:4:\"data\";a:8:{s:2:\"id\";s:32:\"8d7ef88300b05f71113318bebba43263\";s:3:\"url\";s:32:\"bannerbenefits.mybenefitport.com\";s:14:\"active_modules\";a:0:{}s:7:\"created\";d:1728518847.850628;s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"client\";s:18:\"jetpack-my-jetpack\";s:11:\"retry_count\";i:0;}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (649768, 'wp_attachment_pages_enabled', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (667544, '_wpfd_tree_config', 'a:18:{s:13:\"tree_showsize\";s:1:\"1\";s:14:\"tree_croptitle\";s:1:\"0\";s:12:\"tree_bgcolor\";s:22:\"rgba(255, 255, 255, 0)\";s:19:\"tree_bgdownloadlink\";s:7:\"#76bc58\";s:19:\"tree_showuploadform\";s:1:\"0\";s:22:\"tree_displayfilesearch\";s:1:\"0\";s:22:\"tree_colordownloadlink\";s:7:\"#ffffff\";s:14:\"tree_showtitle\";s:1:\"0\";s:20:\"tree_showdescription\";s:1:\"1\";s:16:\"tree_showversion\";s:1:\"1\";s:13:\"tree_showhits\";s:1:\"1\";s:17:\"tree_showdownload\";s:1:\"1\";s:16:\"tree_showdateadd\";s:1:\"1\";s:21:\"tree_showdatemodified\";s:1:\"0\";s:22:\"tree_showsubcategories\";s:1:\"1\";s:22:\"tree_showcategorytitle\";s:1:\"0\";s:14:\"showbreadcrumb\";s:1:\"0\";s:19:\"tree_download_popup\";s:1:\"1\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (667546, '_wpfd_default_config', 'a:22:{s:10:\"marginleft\";i:10;s:11:\"marginright\";i:10;s:9:\"margintop\";i:10;s:12:\"marginbottom\";i:10;s:8:\"showsize\";s:1:\"1\";s:9:\"showtitle\";s:1:\"0\";s:9:\"croptitle\";s:1:\"0\";s:15:\"showdescription\";s:1:\"1\";s:11:\"showversion\";s:1:\"1\";s:8:\"showhits\";s:1:\"1\";s:12:\"showdownload\";s:1:\"1\";s:7:\"bgcolor\";s:22:\"rgba(255, 255, 255, 0)\";s:14:\"bgdownloadlink\";s:7:\"#76bc58\";s:14:\"showuploadform\";s:1:\"1\";s:17:\"displayfilesearch\";s:1:\"0\";s:17:\"colordownloadlink\";s:7:\"#ffffff\";s:11:\"showdateadd\";s:1:\"1\";s:16:\"showdatemodified\";s:1:\"0\";s:17:\"showcategorytitle\";s:1:\"0\";s:17:\"showsubcategories\";s:1:\"1\";s:14:\"showbreadcrumb\";s:1:\"0\";s:14:\"showfoldertree\";s:1:\"0\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (667559, '_wpfd_preview_config', 'a:24:{s:18:\"preview_marginleft\";i:10;s:19:\"preview_marginright\";i:10;s:17:\"preview_margintop\";i:10;s:20:\"preview_marginbottom\";i:10;s:16:\"preview_showsize\";s:1:\"1\";s:17:\"preview_showtitle\";s:1:\"0\";s:17:\"preview_croptitle\";s:1:\"0\";s:23:\"preview_showdescription\";s:1:\"1\";s:19:\"preview_showversion\";s:1:\"1\";s:16:\"preview_showhits\";s:1:\"1\";s:20:\"preview_showdownload\";s:1:\"1\";s:15:\"preview_bgcolor\";s:22:\"rgba(255, 255, 255, 0)\";s:22:\"preview_bgdownloadlink\";s:7:\"#76bc58\";s:22:\"preview_showuploadform\";s:1:\"1\";s:25:\"preview_displayfilesearch\";s:1:\"0\";s:25:\"preview_colordownloadlink\";s:7:\"#ffffff\";s:19:\"preview_showdateadd\";s:1:\"1\";s:24:\"preview_showdatemodified\";s:1:\"0\";s:25:\"preview_showcategorytitle\";s:1:\"1\";s:25:\"preview_showsubcategories\";s:1:\"1\";s:22:\"preview_showbreadcrumb\";s:1:\"0\";s:22:\"preview_showfoldertree\";s:1:\"0\";s:22:\"preview_download_popup\";s:1:\"1\";s:26:\"preview_subcategoriescolor\";s:7:\"#3e3294\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (667921, 'wp_calendar_block_has_published_posts', '', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (667922, 'category_children', 'a:0:{}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (667923, 'layout_category_children', 'a:0:{}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (667924, 'project_category_children', 'a:0:{}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (668162, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (669666, 'duplicate_page_options', 'a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (672263, 'deleted_plugin', 'a:7:{s:4:\"slug\";s:39:\"wp-print-friendly/wp-print-friendly.php\";s:7:\"version\";s:5:\"0.6.3\";s:5:\"title\";s:17:\"WP Print Friendly\";s:3:\"url\";s:54:\"http://oomphinc.com/plugins-modules/wp-print-friendly/\";s:6:\"active\";b:0;s:2:\"mu\";b:0;s:12:\"auto_updates\";b:1;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (675286, '_transient_timeout_dirsize_cache', 2068473027, 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (675287, '_transient_dirsize_cache', 'a:5493:{s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/2021/08\";i:0;s:66:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/2021\";i:0;s:61:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads\";i:0;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/wp-file-download/icons/default\";i:143;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/wp-file-download/icons/svg\";i:211355;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/wp-file-download/icons/png\";i:15167;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/wp-file-download/icons\";i:226665;s:75:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/wp-file-download/logs\";i:147;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/wp-file-download/previews\";i:143;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/wp-file-download/thumbnails\";i:147;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/wp-file-download/renderer\";i:47227;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/wp-file-download\";i:275896;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/images/plans\";i:10938;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/images/apps\";i:13814;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/images/rss\";i:31391;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/images/odyssey-upgrade\";i:575754;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/images/recommendations\";i:11888602;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/images/products\";i:863466;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/images\";i:14998505;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/json-endpoints/jetpack\";i:221904;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/json-endpoints\";i:919819;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/seo-tools\";i:26840;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/videopress/css\";i:5713;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/videopress/js\";i:35358;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/videopress\";i:158490;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/carousel\";i:375436;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/custom-css/custom-css/css\";i:23690;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/custom-css/custom-css/js\";i:142388;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/custom-css/custom-css/preprocessors\";i:95887;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/custom-css/custom-css\";i:263723;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/custom-css/csstidy\";i:169570;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/custom-css\";i:470152;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/eu-cookie-law\";i:17158;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/goodreads/css/rtl\";i:1080;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/goodreads/css\";i:2094;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/goodreads\";i:2094;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/instagram\";i:968;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/social-icons\";i:7282;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/milestone\";i:29111;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/image-widget\";i:210;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/flickr\";i:4062;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/migrate-to-core\";i:14295;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/gallery/css/rtl\";i:262;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/gallery/css\";i:981;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/gallery/js\";i:6887;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/gallery/templates\";i:3361;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/gallery\";i:11229;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/top-posts\";i:1696;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/my-community\";i:655;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/wordpress-post-widget\";i:32941;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/authors\";i:432;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/facebook-likebox\";i:48;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/simple-payments\";i:27874;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/contact-info\";i:1786;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/social-media-icons\";i:1221;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/google-translate\";i:846;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets/internet-defense-league\";i:68267;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widgets\";i:528716;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/infinite-scroll/themes\";i:37066;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/infinite-scroll\";i:141247;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/cloudflare-analytics\";i:1216;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/comment-likes\";i:2001;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/woocommerce-analytics/classes\";i:40572;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/woocommerce-analytics\";i:43318;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/wordads/php/networks\";i:77;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/wordads/php\";i:30928;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/wordads/css\";i:1508;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/wordads/js\";i:10732;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/wordads\";i:68683;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/gravatar\";i:47;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/theme-tools/social-menu\";i:76005;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/theme-tools/content-options\";i:50645;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/theme-tools/site-logo/inc\";i:18438;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/theme-tools/site-logo/js\";i:768;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/theme-tools/site-logo\";i:19206;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/theme-tools/js\";i:210;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/theme-tools/compat\";i:127038;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/theme-tools/responsive-videos\";i:2342;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/theme-tools\";i:336455;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/site-icon\";i:1277;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/likes\";i:49380;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/calypsoify\";i:12366;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/comments\";i:40026;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/verification-tools\";i:4812;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/google-analytics/classes\";i:37231;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/google-analytics\";i:41612;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/tiled-gallery/math\";i:3311;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl\";i:2456;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials\";i:3879;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates\";i:7747;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/tiled-gallery/tiled-gallery\";i:54013;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/tiled-gallery\";i:68128;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/markdown\";i:30392;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/wpcom-tos\";i:928;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/wpcom-block-editor\";i:21494;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/sitemaps\";i:141569;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/photon-cdn\";i:28754;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/masterbar/inline-help\";i:6266;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/masterbar/admin-color-schemes\";i:5215;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/masterbar/profile-edit\";i:10109;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/masterbar/wp-posts-list\";i:5219;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/masterbar/admin-menu\";i:185802;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/masterbar/nudges/additional-css/css\";i:262;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/masterbar/nudges/additional-css/js\";i:1207;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/masterbar/nudges/additional-css\";i:9311;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/masterbar/nudges\";i:11062;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/masterbar/masterbar\";i:54717;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/masterbar\";i:278390;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/scan\";i:14131;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/memberships\";i:24711;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/post-by-email\";i:12204;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/sharedaddy/images\";i:83418;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/sharedaddy/services\";i:11648;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/sharedaddy\";i:350448;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/subscriptions/subscribe-modal\";i:10302;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/subscriptions\";i:56254;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/simple-payments\";i:33029;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/plugin-search\";i:56576;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/google-fonts/current\";i:12647;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/google-fonts/wordpress-6.3\";i:3686;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/google-fonts\";i:16963;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/related-posts/rtl\";i:4565;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/related-posts\";i:109279;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/stats\";i:18697;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/contact-form/images\";i:6449;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/contact-form/css\";i:143463;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/contact-form/js\";i:54593;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/contact-form\";i:473927;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl\";i:2485;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widget-visibility/widget-conditions\";i:28638;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/widget-visibility\";i:72796;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/custom-post-types/comics/rtl\";i:820;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/custom-post-types/comics\";i:9498;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/custom-post-types/css\";i:10649;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/custom-post-types/js\";i:5446;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/custom-post-types\";i:166957;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/shortcodes/img\";i:16498;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/shortcodes/images\";i:9815;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/shortcodes/css\";i:25053;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/shortcodes/js\";i:135066;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/shortcodes\";i:507621;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/geo-location\";i:12611;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules/sso\";i:34496;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/modules\";i:5215565;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/src\";i:13417;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/css\";i:613525;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/shared/components/ai-model-selector-control\";i:2138;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/shared/components\";i:2138;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/shared/external-media/store\";i:1898;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/shared/external-media/media-service\";i:7625;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/shared/external-media\";i:9523;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/shared\";i:11661;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/store/wordpress-com\";i:17572;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/store\";i:17572;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/extended-blocks/core-video\";i:530;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/extended-blocks/premium-content-container\";i:605;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/extended-blocks/videopress-video\";i:1132;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/extended-blocks/core-audio\";i:530;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/extended-blocks/core-cover\";i:530;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/extended-blocks\";i:3327;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/seo\";i:702;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/launchpad-save-modal\";i:2228;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/site-editor-snackbars\";i:521;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/social-previews\";i:618;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/payments\";i:611;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/publicize\";i:1845;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/likes\";i:1015;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/sharing\";i:1323;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel\";i:601;s:154:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-content-lens/components/ai-excerpt-control\";i:3580;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-content-lens/components\";i:3580;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-content-lens/extend/ai-post-excerpt\";i:8472;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-content-lens/extend\";i:8472;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-content-lens\";i:13451;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/proofread\";i:3924;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/usage-bar\";i:3592;s:159:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/usage-panel/stories\";i:1205;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/usage-panel\";i:7277;s:167:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/ai-assistant-plugin-sidebar\";i:3225;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components\";i:18018;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins/ai-assistant-plugin\";i:19226;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/plugins\";i:42141;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/videopress/video-chapters/utils\";i:3835;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/videopress/video-chapters\";i:3835;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/videopress\";i:4867;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/google-calendar\";i:2193;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/sharing-buttons\";i:963;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/donations\";i:5474;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/pinterest\";i:8805;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/mailchimp\";i:8106;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/repeat-visitor\";i:1520;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/paywall\";i:1484;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/instagram-gallery\";i:4542;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/calendly\";i:7972;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-image\";i:1275;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/recurring-payments\";i:383;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/recipe\";i:3633;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/wordads\";i:3669;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/business-hours\";i:4017;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/podcast-player/templates\";i:6737;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/podcast-player\";i:15530;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/google-docs-embed\";i:4403;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/payments-intro\";i:495;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/eventbrite\";i:7948;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/like\";i:1025;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/gif\";i:2285;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/tiled-gallery\";i:5393;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/markdown\";i:437;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-paragraph\";i:1295;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/premium-content/buttons\";i:947;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/premium-content/subscriber-view\";i:1706;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/premium-content/logged-out-view\";i:2031;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/premium-content/login-button\";i:1863;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service\";i:47224;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/premium-content/_inc\";i:53796;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/premium-content\";i:63579;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/map\";i:7327;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/image-compare\";i:2289;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/nextdoor\";i:1545;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/opentable\";i:6415;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/story\";i:15667;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button\";i:1007;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/send-a-message\";i:1970;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/sharing-button\";i:1588;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/button\";i:9308;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/subscriptions\";i:44823;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/simple-payments\";i:2968;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/cookie-consent\";i:3777;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/contact-info\";i:4820;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/payment-buttons\";i:1634;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/related-posts\";i:1629;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/slideshow\";i:7046;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/blogging-prompt\";i:1055;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/rating-star\";i:6590;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/contact-form\";i:314;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/blogroll/blogroll-item\";i:5489;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/blogroll\";i:8542;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/create-with-voice\";i:3597;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-ai-feature\";i:695;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-selected-blocks\";i:1119;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-ai-checkout\";i:1300;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/hooks\";i:3114;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/supports\";i:885;s:153:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/components/i18n-dropdown-control\";i:3893;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/components/message\";i:3716;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/components/connect-prompt\";i:999;s:156:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/components/prompt-templates-control\";i:5239;s:156:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/components/improve-dropdown-control\";i:2973;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/components/ai-assistant-panel\";i:669;s:153:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/components/tone-dropdown-control\";i:4390;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/components/upgrade-prompt\";i:4376;s:153:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/components/ai-assistant-controls\";i:8728;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/components\";i:34983;s:163:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/ui-handler\";i:10494;s:191:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/components/ai-assistant-toolbar-button\";i:3855;s:180:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/components/ai-assistant-bar\";i:7917;s:163:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/components\";i:11772;s:152:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form\";i:30799;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/extensions/ai-assistant\";i:3920;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/extensions\";i:34719;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/lib/turndown\";i:354;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/lib/prompt\";i:23773;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/lib/utils\";i:3498;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/lib/connection\";i:1310;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/lib\";i:28935;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant/transforms\";i:2468;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-assistant\";i:108187;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/ai-chat\";i:3122;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks/tock\";i:1832;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions/blocks\";i:407338;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/extensions\";i:484767;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/jetpack-autoloader\";i:51768;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp/src/Formatter\";i:15966;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp/src/Util\";i:1389;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp/src/Node\";i:22051;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp/src/Compiler\";i:2519;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp/src/Base\";i:871;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp/src/SourceMap\";i:19512;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp/src/Logger\";i:2853;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp/src/Block\";i:6209;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp/src/Exception\";i:3317;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp/src\";i:545216;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp/bin\";i:6014;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp/scssphp\";i:559686;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/scssphp\";i:559686;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/wikimedia/aho-corasick/bench\";i:3460;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/wikimedia/aho-corasick/src\";i:9749;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/wikimedia/aho-corasick\";i:26294;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/wikimedia\";i:26294;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic/jetpack-connection/src\";i:460;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic/jetpack-connection/legacy\";i:331;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic/jetpack-connection\";i:791;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic/jetpack-roles/src\";i:145;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic/jetpack-roles\";i:145;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic/jetpack-sync/src\";i:597;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic/jetpack-sync\";i:597;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic/jetpack-plans/src\";i:11760;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic/jetpack-plans\";i:36859;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic/jetpack-backup/src\";i:156;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic/jetpack-backup\";i:156;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/automattic\";i:38548;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/nojimage/twitter-text-php/build\";i:3282;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text\";i:235325;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter\";i:235325;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/nojimage/twitter-text-php/lib\";i:235325;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/nojimage/twitter-text-php\";i:248528;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/nojimage\";i:248528;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor/composer\";i:375762;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/vendor\";i:1301716;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build\";i:6135;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js\";i:2281;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src\";i:32683;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets\";i:76629;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src\";i:33861;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker\";i:59460;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build\";i:68064;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc\";i:2051;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src\";i:59918;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis\";i:167893;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src/endpoints\";i:47038;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src\";i:49532;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-import\";i:73477;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks\";i:6210;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src\";i:279159;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist\";i:2191;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy\";i:86063;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection\";i:431931;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin/src\";i:50944;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin\";i:76524;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src\";i:3414;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants\";i:30601;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats/src\";i:31217;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats\";i:56597;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src\";i:2606;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect\";i:31024;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard\";i:146849;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build\";i:146849;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/initializers\";i:3299;s:161:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors\";i:1753;s:164:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/test\";i:1691;s:159:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer\";i:2879;s:164:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/test\";i:1195;s:159:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions\";i:3535;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store\";i:10045;s:171:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control\";i:6423;s:173:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/test\";i:808;s:168:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle\";i:6485;s:177:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store\";i:2275;s:176:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/test\";i:528;s:171:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices\";i:5520;s:168:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/test\";i:900;s:163:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice\";i:8880;s:168:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/test\";i:700;s:163:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button\";i:5555;s:166:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/test\";i:326;s:161:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card\";i:5249;s:166:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard\";i:3204;s:156:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components\";i:41316;s:160:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions\";i:1882;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss\";i:29561;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard\";i:88129;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src\";i:96997;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools\";i:2822;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads\";i:279043;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src\";i:43765;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-status\";i:77589;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score/src\";i:25232;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score\";i:47467;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy\";i:21554;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/tracks\";i:1321;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib\";i:89628;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat\";i:138105;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images\";i:1446193;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build\";i:2039290;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products\";i:116022;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src\";i:161739;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack\";i:2271399;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src\";i:59751;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection\";i:88213;s:154:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection\";i:46419;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/exceptions\";i:1243;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src\";i:189087;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf\";i:221008;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/images\";i:24109;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build\";i:46241;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/images\";i:24109;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src\";i:55149;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm\";i:147943;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src\";i:1863;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles\";i:28879;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src/compatibility\";i:3540;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src/js\";i:1824;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src\";i:78613;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/dist\";i:785;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn\";i:103018;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src\";i:271;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-error\";i:26252;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src\";i:4364;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats\";i:30521;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src\";i:11361;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-config\";i:39863;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src\";i:6247;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo\";i:33541;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src\";i:6665;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui\";i:32866;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/images\";i:70635;s:164:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/extensions\";i:81;s:166:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video\";i:193512;s:160:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks\";i:193512;s:153:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor\";i:206770;s:152:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/divi-editor\";i:1800;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/admin\";i:459636;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/lib\";i:18643;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build\";i:757484;s:154:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi\";i:5906;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/tus\";i:40867;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src\";i:242562;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress\";i:1088003;s:163:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors\";i:3645;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src\";i:17308;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider\";i:42602;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build\";i:4662;s:160:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator\";i:19344;s:162:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/auto-conversion-settings\";i:6636;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/js\";i:6662;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src\";i:196159;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize\";i:241322;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore\";i:42853;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules\";i:348335;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/sync-queue\";i:28959;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src\";i:729323;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync\";i:793594;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/src\";i:13459;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/tests/php\";i:16807;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/tests\";i:16807;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list\";i:55074;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src\";i:13668;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks\";i:41450;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/src\";i:2932;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest\";i:34828;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src\";i:21700;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing\";i:52727;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/build\";i:36406;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/src\";i:46900;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze\";i:115521;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/build\";i:48012;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/src/js\";i:46763;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/src/scss\";i:450;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/src\";i:48550;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar\";i:124806;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/service\";i:10078;s:153:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form\";i:6538;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks\";i:6538;s:153:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/images\";i:6449;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/css\";i:169371;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/js\";i:68018;s:156:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/templates\";i:701;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form\";i:529268;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard\";i:13701;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src\";i:574222;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks\";i:196708;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/dashboard\";i:308831;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist\";i:505539;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets/images\";i:488685;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets\";i:488685;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms\";i:1607736;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images\";i:374128;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build\";i:653993;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/assets\";i:347455;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/test\";i:2942;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks\";i:360247;s:152:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/test\";i:14584;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors\";i:16880;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/test\";i:6117;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers\";i:9704;s:176:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-video-section/images\";i:77169;s:169:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-video-section\";i:81075;s:190:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-help-popover\";i:5149;s:197:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-addon-upsell-prompt\";i:7303;s:183:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-meter\";i:2283;s:191:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-usage-details\";i:4610;s:169:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space\";i:25209;s:154:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Admin\";i:23280;s:154:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons\";i:12040;s:165:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-promotion\";i:1240;s:171:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request/stories\";i:539;s:163:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request\";i:2587;s:169:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/why-i-need-vp-backup\";i:3681;s:157:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead\";i:11604;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components\";i:176888;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions/test\";i:5378;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions\";i:7975;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js\";i:572814;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src\";i:626304;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup\";i:1326835;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip/src\";i:6747;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip\";i:29307;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src\";i:12196;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer\";i:35555;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/contracts\";i:742;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/lib\";i:14369;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src\";i:15111;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core\";i:37538;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg\";i:256914;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search\";i:232310;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard\";i:368820;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build\";i:858044;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg\";i:4854;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css\";i:3775;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js\";i:13173;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets\";i:57042;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search\";i:25071;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search\";i:57060;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes\";i:28862;s:164:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls\";i:8307;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer\";i:17767;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers\";i:7028;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard\";i:13062;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src\";i:282517;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility\";i:3663;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic/jetpack-search\";i:1200150;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor/automattic\";i:11396891;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/jetpack_vendor\";i:11400891;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/views/admin\";i:6749;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/views\";i:6749;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/3rd-party/debug-bar\";i:7110;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/3rd-party\";i:69769;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/sal\";i:129990;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/genericons/genericons/rtl\";i:28350;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/genericons/genericons\";i:192146;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/genericons\";i:222446;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/social-logos\";i:54424;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/videopress/js\";i:16321;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/videopress\";i:16321;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/carousel\";i:124771;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/custom-css/custom-css/js\";i:2240;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/custom-css/custom-css\";i:2240;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/custom-css\";i:2240;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widgets/eu-cookie-law\";i:2459;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widgets/social-icons\";i:2421;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widgets/milestone\";i:1268;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widgets/gallery/js\";i:2783;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widgets/gallery\";i:2783;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widgets/simple-payments\";i:8611;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widgets/contact-info\";i:903;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widgets/google-translate\";i:880;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widgets\";i:22447;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/images\";i:750875;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/infinite-scroll\";i:13232;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/comment-likes\";i:637;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/wordads/js\";i:4765;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/wordads\";i:4765;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/theme-tools/responsive-videos\";i:1609;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/theme-tools\";i:1609;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/likes\";i:8516;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery\";i:3119;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/tiled-gallery\";i:3119;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/nightfall\";i:33940;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/coffee\";i:11664;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/fresh\";i:11791;s:152:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-bright\";i:33568;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sakura\";i:33997;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ocean\";i:11639;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/aquatic\";i:33939;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ectoplasm\";i:11637;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/contrast\";i:33867;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunrise\";i:11665;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/light\";i:11814;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/modern\";i:11664;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-blue\";i:33952;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/powder-snow\";i:33964;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/midnight\";i:11636;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/blue\";i:11666;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-dark\";i:33926;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunset\";i:33940;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors\";i:410269;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-color-schemes\";i:410269;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/admin-menu\";i:2305;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js\";i:746;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/nudges/additional-css\";i:746;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/nudges\";i:746;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar/masterbar\";i:4518;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/masterbar\";i:417838;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/scan\";i:747;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/sharedaddy\";i:16507;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/related-posts\";i:6190;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/contact-form/js\";i:31274;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/contact-form\";i:31274;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widget-visibility/editor\";i:37107;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widget-visibility/widget-conditions\";i:4952;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/widget-visibility\";i:42059;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/custom-post-types/comics\";i:2186;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/custom-post-types/js\";i:3472;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/custom-post-types\";i:5658;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/shortcodes/js\";i:51206;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build/shortcodes\";i:51206;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/build\";i:3405725;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/fonts/automatticons\";i:49737;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/fonts\";i:49737;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/google-calendar\";i:3807;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/sharing-buttons\";i:4666;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/donations\";i:30066;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/pinterest\";i:1618;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/mailchimp\";i:14346;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/repeat-visitor\";i:4899;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/images\";i:1610271;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/paywall\";i:2482;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/instagram-gallery\";i:8870;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/calendly\";i:4290;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/ai-image\";i:1342;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/recurring-payments\";i:6807;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/recipe\";i:8693;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/wordads\";i:1307;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/business-hours\";i:6378;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/podcast-player\";i:112943;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/google-docs-embed\";i:14065;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/payments-intro\";i:1599;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/eventbrite\";i:5320;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/like\";i:1155;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/editor-assets\";i:801961;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/gif\";i:4071;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/tiled-gallery\";i:33684;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/markdown\";i:1386;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/ai-paragraph\";i:1486;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/premium-content\";i:5779;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/map\";i:16239;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/image-compare\";i:20632;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/nextdoor\";i:3409;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/opentable\";i:7848;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/story\";i:96885;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/send-a-message\";i:11184;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/sharing-button\";i:6684;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/button\";i:1429;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/subscriptions\";i:22286;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/simple-payments\";i:3226;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/cookie-consent\";i:7968;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/contact-info\";i:3334;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/payment-buttons\";i:3922;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/related-posts\";i:2447;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/slideshow\";i:42450;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/blogging-prompt\";i:7342;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/rating-star\";i:5539;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/blogroll\";i:13402;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/create-with-voice\";i:1095;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/ai-assistant\";i:2406;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/ai-chat\";i:38868;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks/tock\";i:2678;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/blocks\";i:9966851;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/lib/debugger\";i:85906;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/lib/admin-pages\";i:86340;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/lib/markdown\";i:105383;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/lib/core-api/wpcom-fields\";i:14703;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints\";i:168847;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/lib/core-api\";i:271931;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc/lib\";i:1036353;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack/_inc\";i:14778134;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins/jetpack\";i:51319771;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup/plugins\";i:51319771;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade-temp-backup\";i:51319771;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/global\";i:11176;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/5637\";i:69777;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/1930\";i:83581;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/5624\";i:83581;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/2197\";i:83581;s:66:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/920\";i:92785;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/5625\";i:83581;s:66:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/930\";i:76502;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/5623\";i:83581;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/1308\";i:41899;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/2182\";i:83581;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/2153\";i:83581;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/5336\";i:83581;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/en_US\";i:7814091;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/1621\";i:83581;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache/5621\";i:83581;s:62:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/et-cache\";i:8945779;s:61:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/upgrade\";i:0;s:64:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/mu-plugins\";i:50945;s:53:\"/home3/mybenef9/public_html/bannerbenefits/wp-content\";i:60592419;s:58:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/images\";i:412436;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/css/colors/coffee\";i:75892;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/css/colors/ocean\";i:75229;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/css/colors/ectoplasm\";i:77742;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/css/colors/sunrise\";i:78407;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/css/colors/light\";i:78474;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/css/colors/modern\";i:77989;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/css/colors/midnight\";i:78486;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/css/colors/blue\";i:77778;s:62:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/css/colors\";i:643556;s:55:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/css\";i:2517729;s:59:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/network\";i:125258;s:62:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/js/widgets\";i:139380;s:54:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/js\";i:1929744;s:57:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/maint\";i:7592;s:60:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/includes\";i:3034172;s:56:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin/user\";i:3418;s:51:\"/home3/mybenef9/public_html/bannerbenefits/wp-admin\";i:9797036;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Text/Diff/Renderer\";i:5528;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Text/Diff/Engine\";i:31802;s:64:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Text/Diff\";i:44136;s:59:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Text\";i:57048;s:62:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/widgets\";i:158520;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/images/crystal\";i:15541;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/images/smilies\";i:10082;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/images/media\";i:2419;s:61:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/images\";i:99334;s:65:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/php-compat\";i:1251;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/block-patterns\";i:8843;s:63:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/html-api\";i:154919;s:58:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/ID3\";i:1155209;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/SimplePie/HTTP\";i:11487;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/SimplePie/Parse\";i:20551;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/SimplePie/Cache\";i:39607;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/SimplePie/Decode/HTML\";i:17241;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/SimplePie/Decode\";i:17241;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/SimplePie/XML/Declaration\";i:7098;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/SimplePie/XML\";i:7098;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/SimplePie/Content/Type\";i:8015;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/SimplePie/Content\";i:8015;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/SimplePie/Net\";i:7493;s:64:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/SimplePie\";i:458625;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core\";i:452743;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/PHP52\";i:4116;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src/Core32\";i:437041;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/src\";i:1207254;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/namespaced\";i:2698;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat/lib\";i:87360;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sodium_compat\";i:1303525;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests/library\";i:261;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests/src/Proxy\";i:4217;s:75:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests/src/Utility\";i:7176;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests/src/Response\";i:3101;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests/src/Transport\";i:35060;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests/src/Auth\";i:2541;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests/src/Cookie\";i:4363;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests/src/Exception/Http\";i:16715;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests/src/Exception/Transport\";i:1397;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests/src/Exception\";i:22464;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests/src\";i:214155;s:63:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/Requests\";i:214416;s:60:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/fonts\";i:305179;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/edit-post\";i:219684;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/list-reusable-blocks\";i:17714;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/widgets\";i:23542;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/reusable-blocks\";i:2076;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/components\";i:352551;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/editor\";i:74740;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/edit-widgets\";i:117832;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/customize-widgets\";i:27076;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/block-editor\";i:615321;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/format-library\";i:7080;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/patterns\";i:4816;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/nux\";i:11478;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/block-library\";i:804556;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/block-directory\";i:15034;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/edit-site\";i:404246;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist/commands\";i:12638;s:63:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css/dist\";i:2710384;s:58:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/css\";i:3356433;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/style-engine\";i:42972;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/imgareaselect\";i:49553;s:63:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/jcrop\";i:24976;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/mediaelement/renderers\";i:18880;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/mediaelement\";i:721307;s:62:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/crop\";i:20004;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/codemirror\";i:1287141;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/dist/vendor\";i:2976435;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/dist/development\";i:174586;s:62:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/dist\";i:20601973;s:66:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/thickbox\";i:31233;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/swfupload\";i:8715;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/jquery/ui\";i:808535;s:64:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/jquery\";i:1326271;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/langs\";i:15529;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/skins\";i:233085;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/themes/inlite\";i:452642;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/themes/modern\";i:446221;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/themes\";i:898863;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/hr\";i:1347;s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/link\";i:32949;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/wplink\";i:26476;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/image\";i:55874;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/media\";i:57914;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/paste\";i:113193;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins/lists\";i:97383;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/plugins\";i:606961;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce/utils\";i:18822;s:65:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/tinymce\";i:2853651;s:66:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js/plupload\";i:489844;s:57:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/js\";i:29831197;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sitemaps/providers\";i:16754;s:63:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/sitemaps\";i:46652;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/certificates\";i:233231;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/theme-compat\";i:15446;s:61:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/assets\";i:25344;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/social-links\";i:53196;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comments-pagination-numbers\";i:1779;s:75:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/legacy-widget\";i:501;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/freeform\";i:41936;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comment-date\";i:1058;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-navigation-link\";i:3865;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/query-title\";i:1393;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-content\";i:1009;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-featured-image\";i:26362;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/footnotes\";i:2531;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comments-pagination-next\";i:957;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comments-pagination\";i:8439;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/query-pagination-numbers\";i:1887;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comment-content\";i:1369;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/navigation\";i:133186;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-title\";i:1824;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-comments-form\";i:9575;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/text-columns\";i:2980;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/categories\";i:2771;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/site-logo\";i:16209;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/buttons\";i:11092;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comment-author-name\";i:1138;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/nextpage\";i:2985;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/query-pagination-previous\";i:997;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/widget-group\";i:319;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/embed\";i:11032;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-author-name\";i:1064;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comment-reply-link\";i:1001;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/term-description\";i:1697;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/avatar\";i:2156;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/page-list\";i:7792;s:66:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/list\";i:2063;s:66:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/code\";i:2576;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/social-link\";i:2290;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/video\";i:11501;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/pullquote\";i:7773;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-date\";i:1323;s:75:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-template\";i:9000;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/cover\";i:84691;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/list-item\";i:876;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/navigation-link\";i:10951;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/column\";i:1525;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/home-link\";i:1076;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/details\";i:2005;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comments\";i:28882;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/missing\";i:564;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/group\";i:13130;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comment-template\";i:2856;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/query\";i:16382;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/page-list-item\";i:1055;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/calendar\";i:3750;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/spacer\";i:4647;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/read-more\";i:2280;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/gallery\";i:74915;s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/query-pagination-next\";i:985;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/separator\";i:5308;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/heading\";i:5721;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/latest-comments\";i:6603;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/image\";i:71443;s:65:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/rss\";i:5023;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/audio\";i:3542;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comments-title\";i:1646;s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-author-biography\";i:917;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/site-title\";i:2253;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-author\";i:2841;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comment-edit-link\";i:1159;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/media-text\";i:13734;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/paragraph\";i:6850;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/button\";i:25521;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-terms\";i:1661;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/loginout\";i:828;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/navigation-submenu\";i:5812;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/block\";i:5038;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/quote\";i:6270;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/query-no-results\";i:845;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/search\";i:17268;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/post-excerpt\";i:2871;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/shortcode\";i:3216;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/pattern\";i:336;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/site-tagline\";i:1516;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/preformatted\";i:1652;s:66:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/file\";i:10458;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/table\";i:28464;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/comments-pagination-previous\";i:969;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/tag-cloud\";i:3446;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/archives\";i:1671;s:66:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/html\";i:3678;s:75:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/template-part\";i:8427;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/query-pagination\";i:9465;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/columns\";i:9084;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/latest-posts\";i:11200;s:66:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/more\";i:3698;s:67:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks/verse\";i:1844;s:61:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/blocks\";i:1466690;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/rest-api/fields\";i:22340;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/rest-api/endpoints\";i:779742;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/rest-api/search\";i:15908;s:63:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/rest-api\";i:906471;s:64:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/customize\";i:175188;s:64:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/PHPMailer\";i:228579;s:58:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/IXR\";i:33915;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/block-supports\";i:108965;s:59:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes/pomo\";i:54208;s:54:\"/home3/mybenef9/public_html/bannerbenefits/wp-includes\";i:47522047;s:69:\"/home3/mybenef9/public_html/bannerbenefits/.well-known/acme-challenge\";i:0;s:69:\"/home3/mybenef9/public_html/bannerbenefits/.well-known/pki-validation\";i:0;s:54:\"/home3/mybenef9/public_html/bannerbenefits/.well-known\";i:0;s:50:\"/home3/mybenef9/public_html/bannerbenefits/cgi-bin\";i:0;s:42:\"/home3/mybenef9/public_html/bannerbenefits\";i:118482964;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/ai-app/i18n\";i:17066;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/ai-app/build\";i:1439936;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/ai-app\";i:1467088;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/images\";i:2434;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/css/dynamic-assets\";i:194460;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/css/tinymce-skin/img\";i:2856;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/css/tinymce-skin/fonts\";i:131989;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/css/tinymce-skin\";i:211353;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/css\";i:450568;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/psd\";i:57197;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/images\";i:92754;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/i18n\";i:846;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/build\";i:832563;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/theme-options-library/post/type\";i:2723;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/theme-options-library/post\";i:2723;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/theme-options-library/theme-options-library-local\";i:5865;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/theme-options-library/app/store/theme-options-library\";i:14016;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/theme-options-library/app/store\";i:14146;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/theme-options-library/app/lib\";i:3535;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/theme-options-library/app\";i:19582;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/theme-options-library\";i:46161;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/css\";i:44500;s:75:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/js\";i:48721;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/google-fonts/images\";i:131966;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/google-fonts\";i:144106;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/shortcodes/images\";i:18431;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/shortcodes/css\";i:39931;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/shortcodes/js\";i:17705;s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel/shortcodes\";i:120260;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/epanel\";i:1448974;s:68:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/js\";i:1470700;s:75:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/i18n\";i:1685;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/components/post\";i:15440;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/components/cache\";i:9159;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/components/data\";i:42355;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/components/api/social\";i:814;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/components/api/spam\";i:18092;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/components/api/email\";i:187373;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/components/api\";i:236583;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/components/lib\";i:30659;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/components/mu-plugins\";i:4814;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/components\";i:753392;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/build\";i:1401777;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/json-data\";i:186942;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/code-snippets/post/taxonomy\";i:1379;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/code-snippets/post/type\";i:2761;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/code-snippets/post\";i:4140;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/code-snippets/app/store/edit\";i:4338;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/code-snippets/app/store/code-snippets-library\";i:16206;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/code-snippets/app/store\";i:20674;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/code-snippets/app/lib\";i:3191;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/code-snippets/app\";i:26491;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/code-snippets/code-snippets-library-local\";i:6495;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/code-snippets\";i:65766;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/images/svg\";i:13931;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/images/epanel\";i:22958;s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/images\";i:74939;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/fonts/modules/social\";i:61869;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/fonts/modules/all\";i:575453;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/fonts/modules/base\";i:35318;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/fonts/modules\";i:672640;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/fonts/fontawesome\";i:2946412;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/fonts/epanel\";i:4615;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/fonts\";i:3796570;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/css\";i:86011;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin/js\";i:155629;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/admin\";i:4113149;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core/item-library-local\";i:11421;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/core\";i:6629261;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/et-pagebuilder\";i:13215;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/widgets\";i:30020;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/functions\";i:25002;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/helpers/motion\";i:11631;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/helpers\";i:341503;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/settings/migration\";i:242994;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/settings\";i:257125;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/woocommerce\";i:491703;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/field/display-conditions\";i:62119;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/field/template/border\";i:3026;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/field/template\";i:7109;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/field/attribute/composite/type\";i:1806;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/field/attribute/composite\";i:2433;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/field/attribute\";i:2433;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/field\";i:311725;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module/type\";i:32305;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/module\";i:2875176;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/scripts/stores\";i:58884;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/scripts/utils\";i:20725;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/scripts/ext\";i:409025;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/scripts\";i:983114;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/plugin-compat/scripts\";i:1878;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/plugin-compat/styles\";i:294;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/plugin-compat\";i:147199;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/post/taxonomy\";i:8231;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/post/query\";i:1785;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/post/type\";i:6606;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/post\";i:19748;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/images\";i:420543;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/icon-manager\";i:351158;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/ajax-data\";i:12544;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/global-presets\";i:43495;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/display-conditions\";i:19954;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/css\";i:1529511;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js\";i:426823;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets\";i:1956334;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/dynamic-assets\";i:2056590;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/gutenberg/utils\";i:14266;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/gutenberg/blocks\";i:31652;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/gutenberg\";i:70016;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/background-masks/mask\";i:1901192;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/background-masks/pattern\";i:122429;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/background-masks\";i:2073244;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/global\";i:7489;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/checkout\";i:13532;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/cart\";i:14160;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates\";i:35181;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/woocommerce/placeholder\";i:4168;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/woocommerce\";i:39349;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/content-retriever/retrievers\";i:3345;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature/content-retriever\";i:4301;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/feature\";i:4998673;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/languages\";i:12708341;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/i18n\";i:55609;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/build\";i:9106882;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/taxonomy\";i:4144;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/query\";i:761;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/type\";i:4145;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post\";i:9050;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/theme-builder-library-local\";i:15212;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder\";i:299825;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/img\";i:7212;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts/src\";i:1420;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts\";i:3469;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/langs\";i:151;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/img\";i:2856;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/fonts\";i:160384;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray\";i:243046;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins\";i:243046;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/inlite\";i:131875;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/modern\";i:130746;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/mobile\";i:164139;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes\";i:426760;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/charmap\";i:8601;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/importcss\";i:3131;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/advlist\";i:2226;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/pagebreak\";i:1436;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/preview\";i:2044;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/hr\";i:428;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/colorpicker\";i:1349;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/save\";i:1426;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textcolor\";i:4927;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/searchreplace\";i:7352;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/template\";i:5191;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/contextmenu\";i:1824;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/directionality\";i:857;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullscreen\";i:2184;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/toc\";i:2941;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/code\";i:1024;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/noneditable\";i:1540;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/link\";i:8940;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons/img\";i:5390;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons\";i:6461;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/anchor\";i:1446;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autolink\";i:2127;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autosave\";i:2856;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/legacyoutput\";i:3402;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/insertdatetime\";i:2633;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/bbcode\";i:2850;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/tabfocus\";i:1614;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autoresize\";i:2074;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/image\";i:15852;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/spellchecker\";i:10308;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/print\";i:465;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/media\";i:16576;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/paste\";i:30837;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help/img\";i:13208;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help\";i:21387;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks/css\";i:5473;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks\";i:7164;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/nonbreaking\";i:1012;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wordcount\";i:12035;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/imagetools\";i:32354;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/table\";i:118578;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wpview\";i:2635;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample/css\";i:2334;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample\";i:21684;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullpage\";i:7168;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textpattern\";i:7405;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualchars\";i:5321;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/lists\";i:26968;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins\";i:420633;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/img\";i:2856;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/fonts\";i:131989;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin\";i:211353;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors\";i:1667770;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/block-editor\";i:150382;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/mediaelement-images\";i:28464;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css\";i:283089;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets/backports\";i:21913;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder/assets\";i:1983453;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/frontend-builder\";i:11642038;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/theme-compat\";i:937;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/compat\";i:8707;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/templates\";i:3008;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/styles/images\";i:47225;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/styles\";i:416027;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/tests/codeception/wpunit\";i:897;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/tests/codeception\";i:897;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/tests\";i:897;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/api/rest\";i:7776;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder/api\";i:18979;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/builder\";i:36392893;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes/module-customizer\";i:14381;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/includes\";i:36470217;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/common/scripts\";i:137960;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/common/i18n\";i:4696;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/common/constants\";i:1070;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/common/utils/color\";i:2279;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/common/utils\";i:7751;s:72:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/common\";i:159915;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/cloud/images\";i:455;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/cloud/i18n/library\";i:18455;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/cloud/i18n\";i:43315;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/cloud/build\";i:1759370;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/cloud/fonts\";i:4828;s:71:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/cloud\";i:1822498;s:70:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi/lang\";i:3895763;s:65:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/Divi\";i:59196821;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/patterns\";i:155627;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/templates\";i:12593;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/assets/images\";i:1152100;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/assets/fonts\";i:1023558;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/assets/css\";i:357;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/assets\";i:2176015;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/styles\";i:33892;s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour/parts\";i:1322;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes/twentytwentyfour\";i:3367930;s:60:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/themes\";i:62564779;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Exceptions\";i:368;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Exceptions\";i:533;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Handlers\";i:72827;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Managers\";i:968;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Services\";i:8690;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Models\";i:7765;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Processors\";i:2546;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts\";i:93329;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Emails\";i:814;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Models\";i:4024;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce\";i:4838;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog/Models\";i:2812;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog\";i:2812;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Models\";i:1523;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Processes\";i:1685;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api\";i:3208;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Modules\";i:110603;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Helpers\";i:18713;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Managers/Logs\";i:7806;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Managers\";i:151270;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Clients\";i:4082;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Integrations\";i:4561;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Constants\";i:164;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe/deprecated\";i:5519;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe\";i:30971;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/blocks\";i:31836;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-dashboard-widget\";i:9260;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-feedback-notice\";i:4051;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/views\";i:62418;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src/Models\";i:17816;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/src\";i:406972;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/classes\";i:13645;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing\";i:35335;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich\";i:35335;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Processor\";i:22037;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Attribute\";i:1529;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Formatter\";i:60656;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:10687;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1895;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:2168;s:153:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4282;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler\";i:280417;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Test\";i:2414;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog\";i:419347;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src\";i:419347;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog\";i:469801;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog\";i:469801;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr/Log/Test\";i:9427;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr/Log\";i:20898;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr\";i:20898;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log\";i:23891;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr\";i:23891;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/bin\";i:298;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src/Exception\";i:594;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src\";i:85915;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/bin\";i:298;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/dist\";i:8509;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs/classes\";i:44946;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs\";i:72597;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption\";i:174782;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse\";i:174782;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/dist\";i:703;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/other\";i:1633;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/lib\";i:1327;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat\";i:6592;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie\";i:6592;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/composer\";i:90715;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt/src\";i:29864;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt\";i:42900;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase\";i:42900;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/vendor\";i:844492;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/assets/images/admin-dashboard-widget\";i:131206;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/assets/images/woocommerce-banners\";i:53216;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/assets/images\";i:597790;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/assets/css\";i:27011;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/assets/js/checkout\";i:3554;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/assets/js/block\";i:27703;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/assets/js/subscribe\";i:2742;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/assets/js\";i:80679;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact/assets\";i:705480;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/creative-mail-by-constant-contact\";i:2030589;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/duplicate-page/inc\";i:6276;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/duplicate-page/css\";i:2327;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/duplicate-page/languages\";i:49912;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/duplicate-page/js\";i:1860;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/duplicate-page\";i:85048;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/classic-editor/js\";i:624;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/classic-editor\";i:63402;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/queue/assets\";i:5544;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/queue\";i:53922;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/jutranslation/assets/images\";i:13869;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/jutranslation/assets/css\";i:11434;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/jutranslation/assets/js\";i:42488;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/jutranslation/assets\";i:67791;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/jutranslation\";i:97734;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/classes/packages/composer\";i:19317;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius/lightncandy/src\";i:193842;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius/lightncandy\";i:249319;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius\";i:249319;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/classes/packages\";i:268814;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/classes\";i:271301;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/helpers\";i:281567;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/css\";i:41662;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/js\";i:76351;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/scss\";i:13635;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default\";i:154547;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/css\";i:50312;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/js\";i:120655;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/scss\";i:17203;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table\";i:246501;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/css\";i:59299;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/js\";i:103662;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/scss\";i:21371;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree\";i:208353;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/css\";i:46592;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/js\";i:80764;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/scss\";i:21414;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview\";i:189192;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/css\";i:39615;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/js\";i:78336;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/scss\";i:18359;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd\";i:171149;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes/templates\";i:205731;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/themes\";i:1177608;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/models\";i:170973;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/images/icons\";i:18230;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/images/theme/small\";i:155706;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/images/theme\";i:601920;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/images/jao\";i:5574;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/images\";i:722443;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/icons/svg\";i:213597;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/icons/png\";i:763685;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/icons/svgicons/svgs\";i:333016;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/icons/svgicons\";i:416396;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/icons\";i:1393678;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/fonts\";i:1147405;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/css/font\";i:22335;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/css\";i:375111;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/js\";i:1178850;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets/scss\";i:154695;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/assets\";i:4972182;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/views/files\";i:20176;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/views/categories\";i:4400;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/views/frontviewer/tpl\";i:3877;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/views/frontviewer\";i:5522;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/views/category\";i:703;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/views/search/tpl\";i:8243;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/views/search\";i:20243;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/views/file\";i:4331;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/views\";i:55375;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site/controllers\";i:98057;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/site\";i:7113468;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/languages\";i:84119;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/avada/templates\";i:4877;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/avada/assets/images\";i:37398;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/avada/assets/css\";i:8688;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/avada/assets/js\";i:12272;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/avada/assets/scss\";i:6048;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/avada/assets\";i:64406;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/avada\";i:106860;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/scripts\";i:85845;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/languages\";i:0;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/media\";i:4277;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields/WpfdCategoryButton\";i:42265;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields/WpfdFile\";i:86615;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields\";i:129056;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/includes/images\";i:16771;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/Search\";i:14942;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/File\";i:7862;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/Category\";i:7152;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules\";i:30125;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/includes\";i:177626;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi/styles\";i:31189;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/divi\";i:1370961;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/elementor/assets/images\";i:87124;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/elementor/assets/css\";i:9484;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/elementor/assets/js\";i:7419;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/elementor/assets/scss\";i:7057;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/elementor/assets\";i:111084;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/elementor\";i:132703;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/wpbakery/params/category\";i:1850;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/wpbakery/params/file\";i:1999;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/wpbakery/params\";i:3849;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/images\";i:26507;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/css\";i:6516;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/js\";i:8841;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/scss\";i:5266;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets\";i:47130;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes/wpbakery\";i:81635;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/includes\";i:1692159;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/import/parsers\";i:31926;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/import\";i:91946;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring/Resources/unidata\";i:55556;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring/Resources\";i:55556;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring\";i:102998;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony\";i:102998;s:152:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/RawData\";i:48237;s:153:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Encoding\";i:57422;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Font\";i:7174;s:152:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/XObject\";i:2914;s:152:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Element\";i:28695;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser\";i:249168;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot\";i:249168;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src\";i:249168;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/.github/workflows\";i:5754;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/.github\";i:5754;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser\";i:268816;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot\";i:268816;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/composer\";i:22696;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser\";i:399251;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard/content/done\";i:1047217;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard/content\";i:1482221;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard\";i:1499333;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/classes\";i:2113581;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/helpers\";i:54209;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/functions\";i:70192;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/models\";i:293685;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/images/upload\";i:12577;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/images/types\";i:285367;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/images/jao\";i:15629;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/images\";i:506304;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/ui/images\";i:52664;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts/wpfd-icons\";i:41277;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts\";i:727901;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/ui/css\";i:544916;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/ui/js\";i:784598;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/ui/scss/components\";i:134324;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/ui/scss\";i:266718;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/ui\";i:2380269;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/css/ui-lightness/images\";i:27486;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/css/ui-lightness\";i:92313;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/css\";i:848711;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/js\";i:898775;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/blocks/category\";i:26990;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/blocks/search\";i:13299;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/blocks/file\";i:35556;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/blocks\";i:288952;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets/scss\";i:21266;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/assets\";i:4944309;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/files/tpl\";i:19860;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/files\";i:32972;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder/tpl/iconssets\";i:34714;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder/tpl\";i:80660;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder\";i:89583;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/statistics/tpl\";i:18772;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/statistics\";i:28218;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/category/tpl\";i:33013;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/category\";i:42335;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/config/tpl\";i:10023;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/config\";i:20500;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/file/tpl\";i:3178;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/file\";i:8401;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl/menu/submenu\";i:5526;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl/menu\";i:31648;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl\";i:71043;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/wpfd\";i:74242;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/user/tpl\";i:10218;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views/user\";i:10461;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/views\";i:306712;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/controllers\";i:397623;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/forms/fields_v2\";i:158064;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/forms/fields\";i:89318;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin/forms\";i:330229;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app/admin\";i:8552627;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/app\";i:17624813;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/languages\";i:0;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/juupdater/js\";i:13611;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/juupdater\";i:75108;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework/v1_0_6/Fields\";i:11826;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework/v1_0_6\";i:47673;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework\";i:47673;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/framework/ju-libraries\";i:47673;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download/framework\";i:49160;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wp-file-download\";i:17963896;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/images/plans\";i:10938;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/images/apps\";i:13814;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/images/rss\";i:31391;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/images/odyssey-upgrade\";i:575754;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/images/recommendations\";i:11888602;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/images/products\";i:863466;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/images\";i:14998505;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/json-endpoints/jetpack\";i:222078;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/json-endpoints\";i:920518;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/seo-tools\";i:26840;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/videopress/css\";i:5713;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/videopress/js\";i:35358;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/videopress\";i:158490;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/carousel\";i:375436;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/custom-css/custom-css/css\";i:23690;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/custom-css/custom-css/js\";i:142388;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors\";i:95887;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/custom-css/custom-css\";i:263723;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/custom-css/csstidy\";i:169570;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/custom-css\";i:470152;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law\";i:17056;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl\";i:1080;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/goodreads/css\";i:2094;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/goodreads\";i:2094;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/instagram\";i:968;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/social-icons\";i:7282;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/milestone\";i:29111;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/image-widget\";i:210;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/flickr\";i:4062;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/migrate-to-core\";i:14295;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl\";i:262;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/gallery/css\";i:981;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/gallery/js\";i:6887;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/gallery/templates\";i:3361;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/gallery\";i:11229;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/top-posts\";i:1696;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/my-community\";i:655;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget\";i:32941;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/authors\";i:432;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/facebook-likebox\";i:48;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/simple-payments\";i:27874;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/contact-info\";i:1786;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/social-media-icons\";i:1221;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/google-translate\";i:846;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets/internet-defense-league\";i:68267;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widgets\";i:529220;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/infinite-scroll/themes\";i:37066;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/infinite-scroll\";i:141247;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/cloudflare-analytics\";i:1216;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/comment-likes\";i:2001;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes\";i:48223;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/woocommerce-analytics\";i:52356;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/wordads/php/networks\";i:77;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/wordads/php\";i:30928;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/wordads/css\";i:1508;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/wordads/js\";i:10732;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/wordads\";i:68683;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/gravatar\";i:47;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/theme-tools/social-menu\";i:76777;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/theme-tools/content-options\";i:50645;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc\";i:18438;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js\";i:768;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/theme-tools/site-logo\";i:19206;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/theme-tools/js\";i:210;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/theme-tools/compat\";i:127038;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos\";i:2342;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/theme-tools\";i:337227;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/site-icon\";i:1277;s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/likes\";i:49796;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/calypsoify\";i:12366;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/comments/subscription-modal-on-comment\";i:17543;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/comments\";i:63122;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/verification-tools\";i:4812;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/google-analytics/classes\";i:37231;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/google-analytics\";i:41612;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/tiled-gallery/math\";i:3311;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl\";i:2456;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials\";i:3879;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates\";i:7747;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery\";i:54013;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/tiled-gallery\";i:68128;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/markdown\";i:30392;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/wpcom-tos\";i:928;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/wpcom-block-editor\";i:21494;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/sitemaps\";i:141569;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/photon-cdn\";i:29049;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/masterbar/inline-help\";i:6266;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/masterbar/admin-color-schemes\";i:5215;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/masterbar/profile-edit\";i:10109;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/masterbar/wp-posts-list\";i:5219;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/masterbar/admin-menu\";i:187221;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/css\";i:262;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/js\";i:1207;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css\";i:9311;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/masterbar/nudges\";i:11062;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/masterbar/masterbar\";i:55071;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/masterbar\";i:280163;s:82:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/scan\";i:14131;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/memberships\";i:27418;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/post-by-email\";i:12204;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/sharedaddy/images\";i:84310;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/sharedaddy/services\";i:11648;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/sharedaddy\";i:357492;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/subscriptions/subscribe-modal\";i:10302;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/subscriptions\";i:56254;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/simple-payments\";i:33029;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/plugin-search\";i:56576;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/google-fonts/current\";i:13412;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/google-fonts/wordpress-6.3\";i:3686;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/google-fonts\";i:17728;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/related-posts/rtl\";i:4565;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/related-posts\";i:109279;s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/stats\";i:18697;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/contact-form/images\";i:6449;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/contact-form/css\";i:143335;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/contact-form/js\";i:54593;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/contact-form\";i:473866;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl\";i:2485;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions\";i:28638;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/widget-visibility\";i:72796;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/custom-post-types/comics/rtl\";i:820;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/custom-post-types/comics\";i:9498;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/custom-post-types/css\";i:10649;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/custom-post-types/js\";i:5446;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/custom-post-types\";i:166957;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/shortcodes/img\";i:16498;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/shortcodes/images\";i:9815;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/shortcodes/css\";i:25053;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/shortcodes/js\";i:135066;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/shortcodes\";i:507621;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/geo-location\";i:12611;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules/sso\";i:34496;s:77:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/modules\";i:5262226;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/src\";i:13417;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/css\";i:613563;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/shared/components/ai-model-selector-control\";i:2138;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/shared/components\";i:2138;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/shared/external-media/store\";i:1898;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/shared/external-media/media-service\";i:7625;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/shared/external-media\";i:9523;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/shared\";i:11661;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/store/wordpress-com\";i:17572;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/store\";i:17572;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/extended-blocks/core-video\";i:530;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container\";i:605;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/extended-blocks/videopress-video\";i:1132;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/extended-blocks/core-audio\";i:530;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/extended-blocks/core-cover\";i:530;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/extended-blocks\";i:3327;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/seo\";i:1161;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/launchpad-save-modal\";i:2228;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/site-editor-snackbars\";i:521;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/social-previews\";i:618;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/payments\";i:611;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/publicize\";i:1845;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/likes\";i:1015;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/sharing\";i:1323;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel\";i:601;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens/components/ai-excerpt-control\";i:3335;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens/components\";i:3335;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens/extend/ai-post-excerpt\";i:8446;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens/extend\";i:8446;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens\";i:13180;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/proofread\";i:3924;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/usage-bar\";i:3815;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/usage-panel/stories\";i:1205;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/usage-panel\";i:8815;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/ai-assistant-plugin-sidebar\";i:3355;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components\";i:19909;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin\";i:21117;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/plugins\";i:44220;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/videopress/video-chapters/utils\";i:3835;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/videopress/video-chapters\";i:3835;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/videopress\";i:4867;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/google-calendar\";i:2193;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/sharing-buttons\";i:1001;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/donations\";i:5436;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/pinterest\";i:8805;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/mailchimp\";i:8106;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/repeat-visitor\";i:1520;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/paywall\";i:1484;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/instagram-gallery\";i:4542;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/calendly\";i:8193;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-image\";i:1275;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/recurring-payments\";i:383;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/recipe\";i:3633;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/wordads\";i:3669;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/business-hours\";i:4017;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates\";i:6737;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/podcast-player\";i:15530;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/google-docs-embed\";i:4403;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/payments-intro\";i:495;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/eventbrite\";i:7948;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/like\";i:6526;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/gif\";i:2285;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/tiled-gallery\";i:5393;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/markdown\";i:437;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/top-posts\";i:3655;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-paragraph\";i:1295;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons\";i:947;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view\";i:1706;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view\";i:2031;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button\";i:1863;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service\";i:47224;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc\";i:53796;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/premium-content\";i:63579;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/map\";i:7327;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/image-compare\";i:2289;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/nextdoor\";i:1545;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/opentable\";i:6415;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/story\";i:15667;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button\";i:1007;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/send-a-message\";i:1970;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/sharing-button/components\";i:57063;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/sharing-button\";i:97617;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/button\";i:9308;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/subscriptions\";i:45023;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/simple-payments\";i:2968;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/cookie-consent\";i:3777;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/contact-info\";i:4820;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/payment-buttons\";i:1634;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/related-posts\";i:1629;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/slideshow\";i:7046;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/blogging-prompt\";i:1055;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/rating-star\";i:6590;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/contact-form\";i:314;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/blogroll/blogroll-item\";i:5489;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/blogroll\";i:8542;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/create-with-voice\";i:3597;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-ai-feature\";i:695;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-analytics\";i:649;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-selected-blocks\";i:1119;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-ai-checkout\";i:1300;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks\";i:3763;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/supports\";i:885;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/i18n-dropdown-control\";i:3893;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/message\";i:3716;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/feedback-control\";i:770;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/connect-prompt\";i:999;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/prompt-templates-control\";i:5239;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/improve-dropdown-control\";i:2973;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/ai-assistant-panel\";i:669;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/tone-dropdown-control\";i:4390;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/upgrade-prompt\";i:4331;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/ai-assistant-controls\";i:8728;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components\";i:35708;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/ui-handler\";i:10494;s:171:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/components/ai-assistant-toolbar-button\";i:3934;s:160:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/components/ai-assistant-bar\";i:7992;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/components\";i:11926;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form\";i:30848;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/ai-assistant\";i:3920;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions\";i:34768;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/lib/turndown\";i:354;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/lib/prompt\";i:23773;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/lib/utils\";i:3498;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/lib/connection\";i:1310;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/lib\";i:28935;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/transforms\";i:2468;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-assistant\";i:109959;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/ai-chat\";i:3122;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks/tock\";i:1832;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions/blocks\";i:514716;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/extensions\";i:594224;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/jetpack-autoloader\";i:51740;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Formatter\";i:15966;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Util\";i:1389;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Node\";i:22051;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Compiler\";i:2519;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Base\";i:871;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/SourceMap\";i:19512;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Logger\";i:2853;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Block\";i:6209;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Exception\";i:3317;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src\";i:545216;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp/bin\";i:6014;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp/scssphp\";i:559686;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/scssphp\";i:559686;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench\";i:3460;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src\";i:9749;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick\";i:26294;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/wikimedia\";i:26294;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src\";i:460;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy\";i:331;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection\";i:791;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src\";i:145;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles\";i:145;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src\";i:597;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync\";i:597;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans/src\";i:11760;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans\";i:36859;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src\";i:156;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup\";i:156;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/automattic\";i:38548;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor/composer\";i:372871;s:76:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/vendor\";i:1050265;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build\";i:6135;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js\";i:2281;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src\";i:32683;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets\";i:76941;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src\";i:33861;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker\";i:59460;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build\";i:68064;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc\";i:2051;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src\";i:62054;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis\";i:170431;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src/endpoints\";i:47038;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src\";i:49532;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import\";i:73477;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks\";i:6210;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src\";i:279159;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist\";i:2191;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy\";i:86063;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection\";i:432091;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin/src\";i:51776;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin\";i:77514;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src\";i:3414;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants\";i:30601;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats/src\";i:32827;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats\";i:58577;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src\";i:2606;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect\";i:31024;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard\";i:147094;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build\";i:147094;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/initializers\";i:3299;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors\";i:1753;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/test\";i:1691;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer\";i:2879;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/test\";i:1195;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions\";i:3535;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store\";i:10045;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control\";i:6423;s:153:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/test\";i:808;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle\";i:6485;s:157:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store\";i:2275;s:156:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/test\";i:528;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices\";i:5520;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/test\";i:900;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice\";i:8880;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/test\";i:700;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button\";i:5555;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/test\";i:326;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card\";i:5249;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard\";i:3204;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components\";i:41316;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions\";i:1882;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss\";i:29561;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard\";i:88129;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src\";i:96997;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools\";i:2822;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads\";i:279759;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src\";i:43765;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status\";i:77589;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score/src\";i:25232;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score\";i:47613;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy\";i:21554;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/tracks\";i:1321;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib\";i:89628;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat\";i:138105;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images\";i:2168124;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build\";i:2762953;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products\";i:117964;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src\";i:166040;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack\";i:3000902;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src\";i:59751;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection\";i:88213;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection\";i:46419;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/exceptions\";i:1243;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src\";i:189343;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf\";i:221572;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/images\";i:24109;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build\";i:46241;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/images\";i:24109;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src\";i:55149;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm\";i:148097;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src\";i:1863;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles\";i:28879;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src/compatibility\";i:3540;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src/js\";i:1824;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src\";i:78613;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/dist\";i:785;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn\";i:103018;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src\";i:271;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error\";i:26252;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src\";i:4364;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats\";i:30521;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src\";i:11361;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config\";i:39863;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src\";i:6247;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo\";i:33541;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src\";i:6665;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui\";i:32866;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/images\";i:70635;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/extensions\";i:81;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video\";i:193693;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks\";i:193693;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor\";i:206903;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/divi-editor\";i:1800;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/admin\";i:459975;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/lib\";i:18643;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build\";i:757956;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi\";i:5906;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/tus\";i:40867;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src\";i:242560;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress\";i:1089443;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src\";i:40297;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager\";i:61798;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors\";i:3645;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src\";i:17308;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider\";i:42602;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build\";i:4662;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator\";i:18856;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/auto-conversion-settings\";i:5707;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/js\";i:6662;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/jetpack-social-settings\";i:7795;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src\";i:202162;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize\";i:248472;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore\";i:42853;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules\";i:355422;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/sync-queue\";i:28959;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src\";i:736450;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync\";i:801860;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/src\";i:13459;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/tests/php\";i:16807;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/tests\";i:16807;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list\";i:55074;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src\";i:13668;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks\";i:41450;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/src\";i:2932;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest\";i:34828;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src\";i:21700;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing\";i:52727;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/build\";i:36678;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/src\";i:46900;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze\";i:116111;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/build\";i:48012;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/src/js\";i:46763;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/src/scss\";i:450;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar/src\";i:48550;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-action-bar\";i:125126;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/service\";i:10078;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form\";i:6538;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks\";i:6538;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/images\";i:6449;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/css\";i:62676;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/js\";i:86167;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/templates\";i:701;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form\";i:441821;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard\";i:13701;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src\";i:486775;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks\";i:201992;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css\";i:90356;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/js\";i:39467;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form\";i:129823;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/dashboard\";i:309220;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist\";i:641035;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets/images\";i:488685;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets\";i:488685;s:109:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms\";i:1658601;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images\";i:374128;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build\";i:654238;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/assets\";i:347455;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/test\";i:2942;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks\";i:360247;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/test\";i:14584;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors\";i:16880;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/test\";i:6117;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers\";i:9704;s:156:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-video-section/images\";i:77169;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-video-section\";i:81075;s:170:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-help-popover\";i:5149;s:177:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-addon-upsell-prompt\";i:7303;s:163:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-meter\";i:2283;s:171:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-usage-details\";i:4610;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space\";i:25209;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Admin\";i:23280;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons\";i:12040;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-promotion\";i:1240;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request/stories\";i:539;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request\";i:2587;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/why-i-need-vp-backup\";i:3681;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead\";i:11604;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components\";i:176888;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions/test\";i:5378;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions\";i:7975;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js\";i:572814;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src\";i:617764;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup\";i:1319418;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip/src\";i:6747;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip\";i:29307;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src\";i:12375;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer\";i:35942;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/contracts\";i:742;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/lib\";i:14369;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src\";i:15111;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core\";i:37538;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg\";i:256697;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search\";i:232353;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard\";i:369348;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build\";i:858398;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg\";i:4854;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css\";i:3775;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js\";i:13173;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets\";i:57042;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search\";i:25071;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search\";i:57060;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes\";i:28862;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls\";i:8307;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer\";i:17767;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers\";i:7028;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard\";i:13062;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src\";i:283025;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility\";i:3663;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search\";i:1201569;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor/automattic\";i:12258772;s:84:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/jetpack_vendor\";i:12262772;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/views/admin\";i:6749;s:75:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/views\";i:6749;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/3rd-party/debug-bar\";i:7110;s:79:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/3rd-party\";i:69769;s:73:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/sal\";i:130283;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/genericons/genericons/rtl\";i:28350;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/genericons/genericons\";i:192146;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/genericons\";i:222446;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/social-logos\";i:55780;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/videopress/js\";i:16321;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/videopress\";i:16321;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/carousel\";i:124771;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js\";i:2240;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css\";i:2240;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/custom-css\";i:2240;s:102:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law\";i:2391;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widgets/social-icons\";i:2421;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widgets/milestone\";i:1268;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js\";i:2783;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widgets/gallery\";i:2783;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widgets/simple-payments\";i:8611;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widgets/contact-info\";i:903;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widgets/google-translate\";i:880;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widgets\";i:22379;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/images\";i:523915;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/infinite-scroll\";i:13232;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/comment-likes\";i:637;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/wordads/js\";i:4765;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/wordads\";i:4765;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/theme-tools/responsive-videos\";i:1609;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/theme-tools\";i:1609;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/likes\";i:8733;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery\";i:3119;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/tiled-gallery\";i:3119;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/nightfall\";i:33940;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/coffee\";i:11664;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/fresh\";i:11791;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-bright\";i:33568;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sakura\";i:33997;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ocean\";i:11639;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/aquatic\";i:33939;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ectoplasm\";i:11637;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/contrast\";i:33867;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunrise\";i:11665;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/light\";i:11814;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/modern\";i:11664;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-blue\";i:33952;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/powder-snow\";i:33964;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/midnight\";i:11636;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/blue\";i:11666;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-dark\";i:33926;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunset\";i:33940;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors\";i:410269;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes\";i:410269;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu\";i:2781;s:115:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js\";i:746;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css\";i:746;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/nudges\";i:746;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar/masterbar\";i:4518;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/masterbar\";i:418314;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/scan\";i:747;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/sharedaddy\";i:16476;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/related-posts\";i:6190;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/contact-form/js\";i:31274;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/contact-form\";i:31274;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor\";i:37286;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions\";i:4952;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/widget-visibility\";i:42238;s:105:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/custom-post-types/comics\";i:2186;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/custom-post-types/js\";i:3472;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/custom-post-types\";i:5658;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/shortcodes/js\";i:51206;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build/shortcodes\";i:51206;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/build\";i:3235545;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/fonts/automatticons\";i:49737;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/fonts\";i:49737;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/google-calendar\";i:3807;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/sharing-buttons\";i:5450;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/donations\";i:31112;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/pinterest\";i:1618;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/mailchimp\";i:14346;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor\";i:4899;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/images\";i:1383311;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/paywall\";i:2482;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery\";i:8870;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/calendly\";i:4290;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/ai-image\";i:1342;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/recurring-payments\";i:7913;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/recipe\";i:8693;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/wordads\";i:1307;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/business-hours\";i:6378;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/podcast-player\";i:111599;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/google-docs-embed\";i:14039;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/payments-intro\";i:1599;s:92:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/eventbrite\";i:5320;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/like\";i:1327;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/editor-assets\";i:801961;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/gif\";i:4071;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery\";i:33684;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/markdown\";i:1386;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/top-posts\";i:7249;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/ai-paragraph\";i:1486;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/premium-content\";i:5853;s:85:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/map\";i:16239;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/image-compare\";i:20632;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/nextdoor\";i:3409;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/opentable\";i:7848;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/story\";i:97066;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/send-a-message\";i:10944;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/sharing-button\";i:6463;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/button\";i:1429;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/subscriptions\";i:23531;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/simple-payments\";i:3226;s:96:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/cookie-consent\";i:7968;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/contact-info\";i:3334;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/payment-buttons\";i:3922;s:95:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/related-posts\";i:2447;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/slideshow\";i:42382;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/blogging-prompt\";i:7342;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/rating-star\";i:5539;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/blogroll\";i:13395;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/create-with-voice\";i:1095;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/ai-assistant\";i:2517;s:89:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/ai-chat\";i:38868;s:86:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks/tock\";i:2678;s:81:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/blocks\";i:9908087;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/lib/debugger\";i:85906;s:90:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/lib/admin-pages\";i:84870;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/lib/markdown\";i:105383;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields\";i:14703;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints\";i:167051;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/lib/core-api\";i:270135;s:78:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc/lib\";i:975873;s:74:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack/_inc\";i:14490262;s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/jetpack\";i:51810260;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi\";i:8625;s:106:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience\";i:24035;s:100:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades\";i:9807;s:91:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/inc\";i:87360;s:99:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/build/3.7.3\";i:1332082;s:93:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/build\";i:1332082;s:97:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/languages\";i:21635;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/docs/en\";i:6555;s:118:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/docs\";i:6555;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish\";i:3871;s:158:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal\";i:2978;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish\";i:3028;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French\";i:3716;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English\";i:19173;s:153:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese\";i:7749;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules\";i:46331;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector\";i:65721;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector\";i:9896;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common\";i:9896;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine\";i:75617;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib\";i:75617;s:113:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector\";i:85821;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine\";i:85821;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options/includes\";i:2644;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options\";i:4377;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler/includes\";i:3151;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler\";i:5673;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes\";i:25199;s:111:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers\";i:26138;s:114:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/collection\";i:17767;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes\";i:8542;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager\";i:8974;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes\";i:16037;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler\";i:42759;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent/includes\";i:3938;s:110:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent\";i:8000;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces\";i:725;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src\";i:46470;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder\";i:53839;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge\";i:167527;s:108:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/url\";i:7690;s:104:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar\";i:7690;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer/src\";i:11053;s:123:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer\";i:22020;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli\";i:22020;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes\";i:16154;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso\";i:17478;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes\";i:3000;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker\";i:3795;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers\";i:29863;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi\";i:14075;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data\";i:9958;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks\";i:10389;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services\";i:22607;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Models\";i:724;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes\";i:88674;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer\";i:89322;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/scripts\";i:0;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/includes\";i:2410;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime\";i:3317;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/staging\";i:16165;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/productionSite\";i:1929;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/stagingSite\";i:5500;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components\";i:23594;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes\";i:25710;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/lib\";i:11883;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging\";i:61717;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/1.11.11/images\";i:299263;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/1.11.11\";i:1623624;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build\";i:1623624;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/languages\";i:165094;s:152:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes\";i:32868;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi\";i:74791;s:156:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache/Templates\";i:277;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache\";i:991;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services\";i:19276;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Models\";i:2007;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility\";i:21181;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes\";i:135843;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding\";i:1926857;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/css\";i:659;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/js\";i:4010;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets\";i:4669;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes\";i:14172;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords\";i:30165;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues\";i:3712;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue\";i:6675;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API\";i:8152;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data/Static\";i:73106;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data\";i:73106;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners\";i:38505;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers\";i:11388;s:153:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests\";i:3202;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks\";i:5138;s:150:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification\";i:9149;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes\";i:173778;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades\";i:91;s:122:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data\";i:177132;s:157:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Upgrades\";i:596;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows\";i:8510;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services\";i:20570;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes\";i:13339;s:142:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes\";i:115715;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data\";i:115715;s:166:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notifications\";i:5929;s:165:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notification\";i:4505;s:152:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components\";i:10434;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js\";i:18357;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets\";i:18357;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes\";i:29076;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications\";i:49078;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build\";i:386275;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes\";i:11796;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center\";i:399343;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-customer-bluehost/includes\";i:20414;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-customer-bluehost\";i:22102;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/clearCache\";i:1112;s:152:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/performance\";i:4217;s:154:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/cacheSettings\";i:3332;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components\";i:8661;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Concerns\";i:340;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes\";i:23083;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes\";i:45626;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance\";i:55999;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static\";i:13812;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes\";i:3237;s:128:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb\";i:17580;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/css\";i:3664;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js\";i:11685;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static\";i:15349;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes\";i:3549;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation\";i:19165;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils\";i:3423;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/RestApi\";i:3408;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes\";i:7705;s:120:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai\";i:8456;s:156:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceList\";i:2704;s:156:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceLite\";i:4832;s:152:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplace\";i:5871;s:158:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSubnav\";i:912;s:161:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading\";i:3267;s:156:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceItem\";i:6389;s:160:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSkeleton\";i:1181;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components\";i:25156;s:149:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/css\";i:2570;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/js\";i:8073;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets\";i:10643;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes\";i:28950;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace\";i:54654;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/scripts\";i:1059;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/build\";i:200;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/languages\";i:153123;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi\";i:7049;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data\";i:6666;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials\";i:8642;s:136:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes\";i:38556;s:127:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce\";i:198799;s:148:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-business-reviews/assets/images\";i:16588;s:145:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-business-reviews/assets/css\";i:2424;s:144:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-business-reviews/assets/js\";i:2710;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-business-reviews/assets\";i:21722;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-business-reviews/views\";i:2209;s:134:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-business-reviews\";i:32141;s:147:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template\";i:5888;s:138:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes\";i:14016;s:129:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon\";i:14567;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes\";i:11643;s:117:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container\";i:11643;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes\";i:8184;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader\";i:8316;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts\";i:27189;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities\";i:30272;s:146:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/0.1.12/blocks\";i:436;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/0.1.12\";i:157980;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build\";i:157980;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/scripts\";i:5232;s:140:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/images\";i:32905;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/build\";i:26425;s:133:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets\";i:64562;s:141:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Admin\";i:2248;s:143:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library\";i:17451;s:151:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers\";i:10294;s:139:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api\";i:15856;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes\";i:46200;s:126:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns\";i:300725;s:137:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ctb/includes/assets\";i:10958;s:130:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ctb/includes\";i:16543;s:121:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ctb\";i:17049;s:107:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs\";i:3635115;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Source\";i:1936;s:131:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache\";i:7050;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader\";i:16516;s:132:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger\";i:8751;s:135:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception\";i:5036;s:125:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache\";i:136927;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src\";i:136927;s:116:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/bin\";i:5435;s:124:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/vendor/spec\";i:0;s:119:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/vendor\";i:0;s:112:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache\";i:146380;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache\";i:146380;s:103:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer\";i:222281;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/vendor\";i:4287605;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/assets/images\";i:141214;s:98:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/assets/svg\";i:67080;s:101:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/assets/styles\";i:6170;s:94:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin/assets\";i:214464;s:87:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/bluehost-wordpress-plugin\";i:5971910;s:88:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wordpress-importer/parsers\";i:28272;s:80:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins/wordpress-importer\";i:89411;s:61:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/plugins\";i:78014851;s:90:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/upgrade\";i:0;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/wp-file-download/thumbnails\";i:161;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/wp-file-download/icons/default\";i:157;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/wp-file-download/icons/png\";i:15181;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/wp-file-download/icons/svg\";i:211369;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/wp-file-download/icons\";i:226707;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/wp-file-download/category-watermark\";i:161;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/wp-file-download/renderer\";i:47241;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/wp-file-download/logs\";i:161;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/wp-file-download/previews\";i:157;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/wp-file-download\";i:276155;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/mu-plugins-iwp\";i:49843;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/jetpack-waf/rules\";i:178;s:94:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/jetpack-waf\";i:843;s:91:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/et-cache\";i:0;s:82:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content\";i:326869;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/css/colors/modern\";i:83520;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/css/colors/blue\";i:82449;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/css/colors/ectoplasm\";i:83892;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/css/colors/sunrise\";i:86121;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/css/colors/light\";i:83275;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/css/colors/midnight\";i:84671;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/css/colors/coffee\";i:80361;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/css/colors/ocean\";i:79467;s:91:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/css/colors\";i:689979;s:84:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/css\";i:2623520;s:91:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/js/widgets\";i:139432;s:83:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/js\";i:1996678;s:87:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/images\";i:427294;s:88:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/network\";i:126233;s:89:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/includes\";i:3089012;s:86:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/maint\";i:7611;s:85:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin/user\";i:3758;s:80:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-admin\";i:9217669;s:92:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/html-api\";i:536362;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/certificates\";i:226307;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/customize-widgets\";i:25296;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/list-reusable-blocks\";i:17852;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/reusable-blocks\";i:2290;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/edit-widgets\";i:90952;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/block-directory\";i:15464;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/editor\";i:243084;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/edit-post\";i:61540;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/commands\";i:13442;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/nux\";i:11874;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/edit-site\";i:590018;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/patterns\";i:7442;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/preferences\";i:6314;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/format-library\";i:5024;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/components\";i:366079;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/block-editor\";i:620037;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/widgets\";i:23740;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist/block-library\";i:804012;s:92:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css/dist\";i:2904460;s:87:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/css\";i:3551277;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/rest-api/fields\";i:22750;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/rest-api/search\";i:16916;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/rest-api/endpoints\";i:870211;s:92:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/rest-api\";i:1001440;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/interactivity-api\";i:57534;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/block-bindings\";i:3610;s:89:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/fonts\";i:327011;s:94:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/php-compat\";i:1253;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/style-engine\";i:48119;s:92:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/jcrop\";i:24976;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/utils\";i:18826;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/themes\";i:898863;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/langs\";i:15529;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50553;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37709;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26786;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/plugins\";i:607194;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:16653;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/skins/wordpress\";i:25413;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce/skins\";i:235667;s:94:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/tinymce\";i:2856553;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/plupload\";i:490754;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/jquery/ui\";i:787634;s:93:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/jquery\";i:1304968;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/thickbox\";i:31323;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/swfupload\";i:8715;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/development\";i:179848;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/script-modules/a11y\";i:5613;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/script-modules/interactivity-router\";i:21116;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/script-modules/interactivity\";i:312802;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/search\";i:5460;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/file\";i:3826;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/query\";i:6276;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/image\";i:22849;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/navigation\";i:11881;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/form\";i:2559;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library\";i:52851;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/script-modules\";i:392382;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist/vendor\";i:2701413;s:91:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/dist\";i:22295514;s:91:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/crop\";i:20004;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/mediaelement\";i:721307;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/imgareaselect\";i:49553;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js/codemirror\";i:1287141;s:86:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/js\";i:31513410;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comment-reply-link\";i:1447;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/spacer\";i:4737;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/preformatted\";i:1907;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-template\";i:7967;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-author\";i:3959;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/table\";i:27384;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comment-content\";i:1838;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/columns\";i:9193;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/social-links\";i:60255;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/query-pagination-numbers\";i:1942;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-previous\";i:1023;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/site-logo\";i:15709;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/search\";i:19632;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/site-title\";i:3051;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/file\";i:11820;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-featured-image\";i:29843;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/page-list-item\";i:1109;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/legacy-widget\";i:556;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/separator\";i:5126;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/query-total\";i:1520;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/missing\";i:617;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-comments-form\";i:10059;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/block\";i:587;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/query-pagination\";i:5775;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/buttons\";i:11544;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/calendar\";i:3804;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comments\";i:29695;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/latest-posts\";i:11447;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/term-description\";i:2070;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comment-template\";i:3037;s:94:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/rss\";i:4900;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/site-tagline\";i:2149;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/video\";i:8844;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/more\";i:3770;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comment-date\";i:1562;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/quote\";i:7166;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-date\";i:1665;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-excerpt\";i:3285;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/navigation-submenu\";i:6204;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/list\";i:2338;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comments-title\";i:1745;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/audio\";i:3675;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-next\";i:1011;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/loginout\";i:1474;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-title\";i:2849;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/home-link\";i:1130;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/embed\";i:11420;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/button\";i:14327;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/query-pagination-next\";i:1039;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/widget-group\";i:400;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-terms\";i:1981;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/pattern\";i:411;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/query-pagination-previous\";i:1051;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/freeform\";i:41624;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/query-no-results\";i:901;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/query\";i:12952;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/image\";i:66363;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/list-item\";i:1471;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-content\";i:1778;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/template-part\";i:6686;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-author-name\";i:1673;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/shortcode\";i:2918;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/gallery\";i:78452;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/pullquote\";i:8859;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/archives\";i:2233;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/social-link\";i:3510;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/navigation\";i:131175;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-author-biography\";i:1507;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/group\";i:8051;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/paragraph\";i:7421;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/query-title\";i:1721;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/column\";i:1636;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/navigation-link\";i:10406;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/html\";i:3770;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/latest-comments\";i:6816;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/cover\";i:87729;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/details\";i:2260;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/code\";i:2828;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comments-pagination\";i:8917;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/post-navigation-link\";i:4010;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/verse\";i:2144;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/avatar\";i:2296;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/page-list\";i:8293;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/tag-cloud\";i:4274;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/nextpage\";i:3039;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/media-text\";i:16904;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/categories\";i:4020;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/heading\";i:5866;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/text-columns\";i:3054;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/footnotes\";i:2642;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/read-more\";i:2428;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comment-author-name\";i:1677;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks/comment-edit-link\";i:1654;s:90:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/blocks\";i:1535843;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32\";i:437041;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:15456;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/AES\";i:12651;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:10572;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:124336;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/AEGIS\";i:14759;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core\";i:499975;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/src\";i:1268866;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat/lib\";i:99005;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sodium_compat\";i:1377044;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/images/smilies\";i:10082;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/images/media\";i:5263;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/images/crystal\";i:15541;s:90:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/images\";i:102178;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Text/Diff/Engine\";i:31802;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Text/Diff/Renderer\";i:5528;s:93:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Text/Diff\";i:44136;s:88:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Text\";i:57248;s:88:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/l10n\";i:31237;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/src/Cache\";i:68936;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/src/XML/Declaration\";i:9451;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/src/XML\";i:9451;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/src/Parse\";i:26853;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/src/Content/Type\";i:9290;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/src/Content\";i:9290;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/src/HTTP\";i:14907;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/src/Decode/HTML\";i:17241;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/src/Decode\";i:17241;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/src/Net\";i:8737;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/src\";i:716234;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Cache\";i:15217;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration\";i:2493;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/XML\";i:2493;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Parse\";i:2419;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type\";i:2482;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Content\";i:2482;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/HTTP\";i:2427;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML\";i:23828;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Decode\";i:23828;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Net\";i:2407;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie\";i:101578;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie/library\";i:118803;s:93:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/SimplePie\";i:839047;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sitemaps/providers\";i:17599;s:92:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/sitemaps\";i:47547;s:93:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/PHPMailer\";i:233633;s:87:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/ID3\";i:1160011;s:93:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/customize\";i:178173;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/block-supports\";i:132630;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/theme-compat\";i:15656;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/block-patterns\";i:8951;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests/src/Cookie\";i:4363;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests/src/Proxy\";i:4217;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests/src/Auth\";i:2541;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests/src/Transport\";i:35470;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests/src/Utility\";i:7176;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests/src/Exception/Http\";i:16715;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests/src/Exception/Transport\";i:1397;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests/src/Exception\";i:22464;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests/src/Response\";i:3101;s:96:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests/src\";i:214849;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests/library\";i:261;s:92:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/Requests\";i:215110;s:87:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/IXR\";i:33910;s:88:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/pomo\";i:57146;s:91:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/widgets\";i:158198;s:90:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes/assets\";i:28376;s:83:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-includes\";i:50939900;s:71:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html\";i:86342404;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/parts\";i:1473;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/templates\";i:12788;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/patterns\";i:159393;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/styles\";i:33899;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/assets/css\";i:357;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/assets/fonts\";i:1023558;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/assets/images\";i:1152100;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour/assets\";i:2176015;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfour\";i:3137517;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/build\";i:1392339;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/json-data\";i:186942;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/css\";i:86011;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/fontawesome\";i:2946412;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules/social\";i:61869;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules/base\";i:35318;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules/all\";i:575453;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules\";i:672640;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/epanel\";i:4615;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts\";i:3796570;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/js\";i:156636;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/images/epanel\";i:22958;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/images/svg\";i:13931;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/images\";i:74939;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/admin\";i:4114156;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/item-library-local\";i:11421;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/code-snippets-library-local\";i:6495;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/store/edit\";i:4338;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/store/code-snippets-library\";i:16206;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/store\";i:20674;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/lib\";i:3191;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app\";i:26498;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/post/taxonomy\";i:1379;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/post/type\";i:2761;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/post\";i:4140;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets\";i:65773;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/i18n\";i:1685;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api/social\";i:814;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api/email\";i:187341;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api/spam\";i:18092;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api\";i:236551;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/components/mu-plugins\";i:4814;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/components/cache\";i:9175;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/components/data\";i:41004;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/components/lib\";i:30659;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/components/post\";i:15440;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core/components\";i:766932;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core\";i:6636744;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/et-pagebuilder\";i:13215;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/css/dynamic-assets\";i:194460;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/css/tinymce-skin/fonts\";i:131989;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/css/tinymce-skin/img\";i:2856;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/css/tinymce-skin\";i:211353;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/css\";i:451032;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common/utils/color\";i:12264;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common/utils\";i:17736;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common/images\";i:3401;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/controls/input\";i:2349;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/controls/ripple\";i:180;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/controls\";i:21115;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/branded-modal\";i:3049;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common/stories\";i:24164;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common/scripts\";i:137960;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common/i18n\";i:4909;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common/constants\";i:1070;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/common\";i:198133;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/js\";i:1471692;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/images\";i:2434;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/build\";i:2452577;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/images/animated/ai\";i:369578;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/images/animated\";i:369578;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/images\";i:369578;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/i18n\";i:29945;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/ai-app\";i:2869938;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/functions\";i:25978;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/api/rest\";i:7776;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/api\";i:19028;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/build\";i:9157959;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/theme-builder-library-local\";i:15212;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/taxonomy\";i:4144;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/query\";i:761;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/type\";i:4145;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post\";i:9050;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder\";i:301664;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/i18n\";i:55609;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/mediaelement-images\";i:28464;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/block-editor\";i:151543;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css\";i:284578;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/fonts\";i:131989;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/img\";i:2856;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin\";i:211353;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/modern\";i:130746;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/mobile\";i:164139;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/inlite\";i:131875;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes\";i:426760;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/langs\";i:151;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/template\";i:5191;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/table\";i:118578;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualchars\";i:5321;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/pagebreak\";i:1436;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/contextmenu\";i:1824;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/charmap\";i:8601;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/toc\";i:2941;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/importcss\";i:3131;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wpview\";i:2635;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autolink\";i:2127;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample/css\";i:2334;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample\";i:21684;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/imagetools\";i:32354;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/media\";i:16576;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons/img\";i:5390;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons\";i:6461;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/hr\";i:428;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/advlist\";i:2226;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/anchor\";i:1446;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/link\";i:8940;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/nonbreaking\";i:1012;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullscreen\";i:2184;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/searchreplace\";i:7352;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/legacyoutput\";i:3402;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help/img\";i:13208;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help\";i:21387;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/image\";i:15852;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks/css\";i:5473;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks\";i:7164;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/lists\";i:26968;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullpage\";i:7168;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/paste\";i:30837;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/bbcode\";i:2850;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textpattern\";i:7405;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textcolor\";i:4927;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/noneditable\";i:1540;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/save\";i:1426;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/preview\";i:2044;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autoresize\";i:2074;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/colorpicker\";i:1349;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/directionality\";i:857;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/tabfocus\";i:1614;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/print\";i:465;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wordcount\";i:12035;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/code\";i:1024;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/insertdatetime\";i:2633;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/spellchecker\";i:10308;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autosave\";i:2856;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins\";i:420633;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/fonts\";i:160384;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/img\";i:2856;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray\";i:243046;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins\";i:243046;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors\";i:1667770;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts/src\";i:1420;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts\";i:3469;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/backports\";i:21913;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/img\";i:7212;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets\";i:1984942;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder\";i:11700695;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/tests/codeception/wpunit\";i:897;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/tests/codeception\";i:897;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/tests\";i:897;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/ajax-data\";i:12544;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/icon-manager\";i:351315;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/css\";i:1529511;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js\";i:421300;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets\";i:1950811;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets\";i:2051420;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/display-conditions\";i:19954;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg/utils\";i:14266;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg/blocks\";i:31652;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg\";i:70065;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/content-retriever/retrievers\";i:3345;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/content-retriever\";i:4301;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks/mask\";i:1901192;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks/pattern\";i:122429;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks\";i:2073244;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/cart\";i:14160;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/global\";i:7489;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/checkout\";i:13532;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates\";i:35181;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/placeholder\";i:4168;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce\";i:39349;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/global-presets\";i:47070;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature\";i:4998969;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/templates\";i:3008;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/compat\";i:8707;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/images\";i:468352;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/theme-compat\";i:937;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts/utils\";i:20725;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts/stores\";i:58884;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts/ext\";i:409025;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts\";i:968287;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/helpers/motion\";i:11631;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/helpers\";i:340091;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/woocommerce\";i:491703;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/settings/migration\";i:243030;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/settings\";i:257161;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/type\";i:32305;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/template/border\";i:3026;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/template\";i:7109;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/display-conditions\";i:62119;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute/composite/type\";i:1806;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute/composite\";i:2433;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute\";i:2433;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field\";i:311725;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module\";i:2875449;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/languages\";i:12790345;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/plugin-compat/scripts\";i:1878;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/plugin-compat/styles\";i:294;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/plugin-compat\";i:147199;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/styles/images\";i:47225;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/styles\";i:416102;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post/taxonomy\";i:8231;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post/query\";i:1785;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post/type\";i:6606;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post\";i:19748;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder\";i:36578590;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/module-customizer\";i:14381;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes/widgets\";i:30020;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/includes\";i:36657221;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/cloud/build\";i:1749177;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/cloud/fonts\";i:4828;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/cloud/images\";i:455;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/cloud/i18n/library\";i:18455;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/cloud/i18n\";i:43315;s:100:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/cloud\";i:1812305;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/psd\";i:57197;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/build\";i:1685107;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/images/offer\";i:184821;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/images\";i:220011;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/i18n\";i:23359;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/onboarding\";i:1969986;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/lang\";i:4959073;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/google-fonts/images\";i:131966;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/google-fonts\";i:144106;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/css\";i:44500;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/build\";i:822770;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/theme-options-library-local\";i:5865;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/store/theme-options-library\";i:14016;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/store\";i:14146;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/lib\";i:3535;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app\";i:19590;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/post/type\";i:2723;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/post\";i:2723;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library\";i:46169;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/js\";i:48721;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/images\";i:92754;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes/css\";i:39931;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes/js\";i:17705;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes/images\";i:18431;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes\";i:120260;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel/i18n\";i:846;s:101:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/epanel\";i:1439402;s:94:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi\";i:63876018;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/parts\";i:440;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/templates\";i:5339;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/patterns\";i:346754;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/blocks\";i:1977;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/colors\";i:25175;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/sections\";i:10657;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/typography\";i:38357;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles\";i:140995;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/css\";i:157;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office\";i:299520;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/manrope\";i:53600;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi\";i:142896;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-code\";i:106112;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn\";i:357316;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans\";i:2778636;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/beiruti\";i:176048;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata\";i:1698956;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab\";i:115804;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts\";i:5728888;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/images\";i:1945719;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets\";i:7674764;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/twentytwentyfive\";i:8415408;s:89:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes\";i:75428971;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/popular-posts\";i:44529;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates/graph\";i:18968;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates/scorecard\";i:18540;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates\";i:41023;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights\";i:41023;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/examples\";i:893;s:193:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight/dictionaries\";i:349614;s:185:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight/data\";i:551035;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight\";i:913114;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib\";i:913204;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight\";i:916239;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool\";i:960887;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg\";i:1011455;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events\";i:3675;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking\";i:18590;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/verified-badge\";i:3643;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend\";i:43260;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/emails/templates\";i:11222;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/emails\";i:27317;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/notifications\";i:49482;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/site-notes\";i:34687;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages\";i:37469;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing\";i:59691;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/feature-feedback\";i:4466;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports\";i:36310;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin\";i:572395;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes\";i:1910432;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/popular-posts\";i:44058;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/gutenberg/blocks\";i:2920;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/gutenberg\";i:3014;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/emails/templates\";i:53898;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/emails\";i:96221;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/providers\";i:16912;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets/css\";i:9819;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets/img\";i:118441;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets\";i:128260;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey\";i:148856;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports\";i:8554;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin\";i:234310;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes\";i:383974;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css\";i:1296194;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts\";i:433004;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunks\";i:4010515;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js\";i:6574797;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img\";i:6134332;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue\";i:14491503;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/emails/summaries\";i:60977;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/emails\";i:60977;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img\";i:110417;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets\";i:14601920;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite\";i:14985959;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/languages\";i:324261;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css/images\";i:47602;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css/frontend\";i:14503;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css\";i:156871;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/fonts\";i:266568;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg/css\";i:157900;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg/js\";i:429396;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg\";i:587296;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend\";i:1152557;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/js\";i:1242769;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images/plugins\";i:335599;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell\";i:55151;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images\";i:570254;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets\";i:2823823;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress\";i:20094421;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/NO_EDIT_shared\";i:53133;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/libs\";i:22963;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/icomoon/fonts\";i:50641;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/icomoon\";i:87612;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/svg\";i:41732;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons\";i:133044;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/socicon/fonts\";i:736608;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/socicon\";i:764460;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons\";i:937482;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_menu\";i:12146;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_slide\";i:11093;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_fullwidth_slider\";i:4080;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/project_order\";i:7441;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/active_tab\";i:1983;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/tab_order\";i:4690;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio\";i:14312;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_accordion\";i:7026;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options\";i:70929;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/helpers/dynamic-assets\";i:3025;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/helpers\";i:3180;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/divi5\";i:306;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/munder-difflin\";i:557;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/wpml\";i:23236;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/post-types-order\";i:490;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/wp-optimize\";i:267;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/divi-icon-king\";i:1681;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/supreme-modules-for-divi\";i:1007;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/the-events-calendar\";i:499;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/wp-rocket\";i:1719;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat\";i:29987;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/divi\";i:3466;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/dbdb-posttitle-tags\";i:3547;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/dbdb-blogmodule-tags\";i:3590;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/socialmediafollownetworks\";i:12938;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/slider-module-random-order\";i:2952;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/login-module-custom-redirect-url\";i:1853;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/contactFormEmailBlacklist\";i:43229;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/blog-module-author-filter\";i:1887;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/email-option-button-animation\";i:2509;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/contact-form-confirmation-email\";i:7529;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/slider-module-link-slide-title\";i:3134;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features\";i:85289;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/deprecated/deprecated-icons\";i:1256;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/deprecated\";i:1256;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/classes\";i:31041;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin/settings/field_types\";i:8120;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin/settings\";i:8120;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin/plugins\";i:326;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin\";i:19887;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-image-bg-color\";i:2694;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/image-count\";i:7292;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/order\";i:5710;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/arrow-icons\";i:3356;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-background-color\";i:2644;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-hide-image-count\";i:2166;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-image-count\";i:1848;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/cursor-arrows\";i:8183;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/dot-navigation-styles\";i:8187;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/slider-hide-arrows\";i:2691;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-hide-title\";i:2127;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/slider-hide-dots\";i:2680;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-title\";i:1855;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/grid-image-sizes\";i:18607;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/arrow-styles\";i:1464;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/disable-lightbox\";i:2669;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/disable-grid-slide-in-effect\";i:2950;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-arrow-styles\";i:2160;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-close-button-styles\";i:2166;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster\";i:88358;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins\";i:88449;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/hooks\";i:8587;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/113-change-logo-link\";i:1014;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/095-secondary-nav-hover-color\";i:2205;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/149-project-cpt-custom-name\";i:2678;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/011-custom-css-media-queries/Mobile-Detect-2.8.11\";i:77560;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/011-custom-css-media-queries\";i:92372;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/102-woocommerce-four-column-layout\";i:1013;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/071-submenu-hover-background-color\";i:666;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/078-adjust-page-builder-row-spacing\";i:755;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/083-open-social-media-icons-in-new-tab\";i:481;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/052-change-logo-height\";i:1825;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/101-fullwidth-portfolio-grid-dont-crop-images\";i:1000;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/151-footer-info-padding\";i:894;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/147-enable-zooming\";i:848;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/112-hollow-post-slider-controls\";i:568;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/008-center-header-menus\";i:1321;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/111-square-post-slider-controls\";i:537;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/085-make-secondary-menu-text-bold\";i:597;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/118-hide-gallery-titles\";i:641;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/010-custom-css-all-screen-sizes\";i:898;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/063-hide-header-links\";i:669;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/105-mobile-menu-exclude-secondary-menu-items\";i:1077;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/137-distraction-free-edd-checkout\";i:1099;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/054-full-width-featured-images\";i:1128;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/143-collapsible-sidebar\";i:2321;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/155-add-logo-link-aria-label\";i:1115;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/082-filterable-portfolio-module-center-and-fill-image\";i:1177;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/014-add-new-icons\";i:17068;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/036-disable-minification\";i:435;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/073-add-social-icons\";i:2632;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/134-visual-builder-save-and-publish-to-left\";i:1250;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/069-hide-the-search-icon-completely\";i:452;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/074-set-header-menu-hover-color\";i:746;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/114-make-scroll-down-icon-bounce\";i:817;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/154-fix-gallery-module-content-layout-bug\";i:704;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/126-customizer-social-icons/templates\";i:3031;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/126-customizer-social-icons\";i:18319;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/104-countdown-module-remove-day-trailing-zero\";i:1157;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/092-enable-gzip-compression\";i:736;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/017-gallery-module-image-border\";i:714;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/089-make-left-aligned-icons-bigger\";i:617;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/145-mobile-menu-button-color\";i:875;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/087-change-space-between-menu-items\";i:1331;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/026-hide-header-until-scrolling\";i:1403;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/016-gallery-module-image-sizes\";i:3757;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/070-fix-divi-simple-lightbox\";i:605;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/094-full-screen-page-builder-settings\";i:2245;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/093-show-secondary-nav-social-icons-on-mobile\";i:998;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/048-increase-text-module-bullet-list-spacing\";i:690;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/139-show-module-settings-mobile-icon-on-hover\";i:1130;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/144-dont-enqueue-map-scripts-in-excerpts\";i:1669;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/103-set-mobile-menu-font-size\";i:677;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/007-hide-dividing-line\";i:706;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/037-view-generated-css\";i:383;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/030-remove-bullets-in-pricing-table\";i:548;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/003-add-widget-area-to-header\";i:2248;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/108-square-slider-controls\";i:552;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/025-set-mobile-menu-bar-color\";i:664;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/044-genos-pricing-table-bullets\";i:3016;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/060-greyscale-maps\";i:955;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/153-hide-top-header-on-fixed-nav\";i:1037;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/039-disable-js-minification\";i:441;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/043-genos-pricing-table-corners\";i:3326;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/051-genos-subscribe-module-style\";i:2005;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/097-dont-stretch-featured-images\";i:705;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/021-fix-header-menu-width-issue\";i:974;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/035-css-in-external-file\";i:377;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/057-hide-header-bottom-border\";i:516;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/156-hide-divi-cloud\";i:1863;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/106-make-accordions-closable\";i:1249;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/090-remove-box-layout-shadow\";i:610;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/127-change-centered-header-select-page-text\";i:901;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/099-enable-divi-builder-on-custom-post-types\";i:4391;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/146-stop-search-box-overlapping-logo-on-mobile\";i:773;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/096-remove-featured-post-height-restriction\";i:759;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/124-fix-divi-anchor-link-scrolling\";i:1505;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/125-swap-post-navigation-next-and-previous\";i:742;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/023-hide-the-search-icon-on-mobiles\";i:560;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/068-portfolio-module-image-sizes\";i:4498;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/038-js-in-external-file\";i:382;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/024-scroll-further-before-shrinking-header\";i:1711;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/116-add-text-to-top-header\";i:1746;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/050-view-generated-footer-html\";i:403;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/110-clickable-slider-image\";i:1033;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/013-add-page-builder-to-other-post-types\";i:12747;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/006-sidebar-background-color\";i:2318;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/136-enable-divi-builder-by-default\";i:2879;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/029-use-menu-button-on-large-displays\";i:2268;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/077-adjust-page-builder-section-spacing\";i:986;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/066-change-header-height\";i:990;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/001-hide-logo\";i:482;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/045-pricing-table-strikethrough\";i:449;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/020-fix-submenu-overflow-bug\";i:508;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/138-set-footer-content-width\";i:909;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/133-header-title-and-tagline/layout\";i:9838;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/133-header-title-and-tagline\";i:34294;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/152-footer-menu-padding\";i:915;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/072-filterable-portfolio-module-image-sizes\";i:3931;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/012-add-floating-widget-area\";i:1771;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/086-fix-sub-menu-link-colors-on-single-page-nav\";i:633;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/120-better-fullscreen-headers-in-ie\";i:1203;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/053-view-generated-htaccess\";i:403;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/076-disable-slider-image-slide-in\";i:629;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/055-swap-slider-image-and-text-position\";i:486;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/084-set-bottom-footer-color\";i:582;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/031-fix-pricing-table-excluded-space-bug\";i:683;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/098-split-top-header-icons\";i:849;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/042-genos-pricing-table-style\";i:1697;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/028-add-text-to-mobile-menu-button\";i:1429;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/056-no-gallery-image-distortion\";i:753;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/141-add-main-menu-separators\";i:1911;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/064-set-body-font-size\";i:650;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/109-hollow-slider-controls\";i:583;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/040-view-generated-js\";i:392;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/091-hide-woo-commerce-cart-icon\";i:514;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/062-hide-header-completely\";i:706;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/075-set-header-menu-font-size\";i:646;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/015-adjust-phone-and-email-size\";i:1783;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/150-footer-bottom-padding\";i:901;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/027-fix-slide-formatting-issue\";i:811;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/142-mobile-menu-select-page-bg-col\";i:783;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/022-app-style-menu-on-mobiles\";i:779;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/065-set-background-color\";i:668;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/061-open-slider-button-links-in-new-tab\";i:532;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/081-portfolio-module-center-and-fill-image\";i:1049;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/148-footer-menu-alignment\";i:841;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/119-make-phone-number-clickable\";i:1364;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/117-disable-gallery-image-slide-in\";i:665;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/049-right-align-email-and-phone-number\";i:561;s:177:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/080-fix-simple-security-firewall-comment-button-responsiveness\";i:697;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/135-set-mobile-content-width\";i:3299;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/128-add-page-layout-option-to-builder\";i:7713;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/107-clickable-post-slider-image\";i:831;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/046-slider-text-transparent-background\";i:2965;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/132-visual-builder-hide\";i:814;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/002-center-theme-info-links\";i:645;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/129-visual-builder-module-borders\";i:702;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/018-box-layout-in-front-of-header\";i:2179;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/033-export-settings\";i:947;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/047-change-map-marker-icon\";i:1570;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/140-open-image-links-in-lightbox\";i:1725;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/115-set-minimum-cta-button-width\";i:782;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/009-fix-team-member-margin-bug\";i:914;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/058-stop-header-from-shrinking-on-scroll\";i:856;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/034-import-settings\";i:2418;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/067-edit-footer-html\";i:4770;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/100-fullwidth-portfolio-grid-add-spacing\";i:1194;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/032-make-accordions-start-closed\";i:841;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/121-search-icon-hover-color\";i:664;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/005-adjust-slider-height\";i:1270;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/019-sidebar-width\";i:1405;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/004-add-image-before-header\";i:4308;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/088-fix-pageloader-by-bonfire-issues\";i:799;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes\";i:356746;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/css\";i:1334;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/js\";i:1624;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/examples\";i:1788;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/vendor\";i:52199;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/languages\";i:77601;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/DebugBar\";i:13954;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Plugin\";i:37870;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Vcs-old\";i:51438;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Theme\";i:8853;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10\";i:192960;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4\";i:159;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc\";i:193119;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker\";i:347753;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/img\";i:15215;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster/core\";i:2117355;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/divi-booster\";i:2174672;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Db/Payments\";i:42992;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Db\";i:42992;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Dashboard\";i:8468;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications/Advanced\";i:5455;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications\";i:5455;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Settings\";i:4713;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax\";i:4728;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder\";i:142368;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder\";i:23672;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings\";i:6458;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Tools\";i:4383;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin\";i:16873;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers\";i:14058;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education\";i:83881;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Addons\";i:15762;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Splash\";i:23669;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notifications\";i:38972;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/DataObjects\";i:197;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/Facades\";i:7945;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table\";i:8142;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax\";i:9053;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms\";i:107300;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Helpers\";i:18743;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/DataObjects\";i:2159;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/Facades\";i:1595;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables\";i:3754;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base\";i:3754;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Traits\";i:23898;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Coupons\";i:4449;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Traits\";i:8145;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview\";i:109509;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views\";i:149681;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments\";i:160707;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages\";i:45125;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha\";i:21209;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings\";i:49067;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views\";i:63676;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers\";i:59458;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools\";i:128332;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin\";i:928558;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder\";i:11892;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin\";i:7181;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education\";i:31664;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages\";i:2501;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings\";i:4054;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin\";i:65441;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Emails\";i:6263;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg\";i:2441;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect\";i:11299;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Elementor\";i:471;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations\";i:14211;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Reports\";i:5435;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite\";i:91350;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Emails/Templates\";i:16502;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Emails\";i:122740;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Phone\";i:5190;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSelect\";i:17331;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Pagebreak\";i:14807;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/NetPromoterScore\";i:5623;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/LikertScale\";i:9557;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Signature\";i:3651;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Coupon\";i:7461;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons\";i:26292;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Divider\";i:2675;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSingle\";i:23461;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Helpers\";i:6896;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base\";i:699;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Traits\";i:40655;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/EntryPreview\";i:7011;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentTotal\";i:24168;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentMultiple\";i:15330;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/FileUpload\";i:24277;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Url\";i:3112;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/CreditCard\";i:7089;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Rating\";i:8153;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Content\";i:2779;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Hidden\";i:3607;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Richtext\";i:5045;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Password\";i:6574;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentCheckbox\";i:16438;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/CustomCaptcha\";i:6754;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Address\";i:30300;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/DateTime\";i:24718;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Html\";i:4779;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields\";i:328140;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms\";i:427872;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Helpers\";i:76332;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Builder\";i:28157;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Pages\";i:2850;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Ajax\";i:15044;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin\";i:47547;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/API/Http\";i:5828;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/API\";i:20994;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI\";i:73215;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Traits\";i:20186;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder\";i:33858;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Payments\";i:5916;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin\";i:76335;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/Traits\";i:10688;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields\";i:32421;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks\";i:24497;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api\";i:79278;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe\";i:271261;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Divi\";i:11602;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPCode\";i:6044;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg\";i:45211;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent\";i:1569;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SMTP\";i:9849;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP\";i:5536;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Migration\";i:17747;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Settings\";i:20966;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api/Http\";i:5749;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api\";i:16301;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3\";i:73282;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact\";i:73282;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking\";i:29476;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WooCommerce\";i:5381;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPorg\";i:3717;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SolidCentral\";i:598;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator\";i:5173;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect\";i:28988;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Controls\";i:1106;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor\";i:58984;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Builder/Traits\";i:15852;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Builder\";i:29253;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Payments\";i:4246;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin\";i:90958;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Integrations\";i:8370;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Fields\";i:16957;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Api/Webhooks\";i:20479;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Api\";i:80440;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square\";i:268839;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes\";i:8109;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations\";i:910080;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Frontend\";i:125900;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag\";i:42315;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/SmartTags\";i:58908;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Tasks\";i:5266;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Migrations\";i:38127;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Access\";i:1373;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Logger\";i:32485;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings\";i:35171;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider\";i:45753;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Providers\";i:47460;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions\";i:55273;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Tasks\";i:78855;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Requirements\";i:37116;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src\";i:3067254;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields/content\";i:2206;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields/internal-information\";i:2010;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider\";i:2114;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields/file-upload\";i:1726;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields/total\";i:3210;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields\";i:11266;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3/builder\";i:4379;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3\";i:4379;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/stripe/builder\";i:3149;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/stripe\";i:3149;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/wpcode\";i:4642;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor\";i:2050;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations\";i:14220;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/emails\";i:48491;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget\";i:3625;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard\";i:3625;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/payments/single\";i:16799;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/payments\";i:23725;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms\";i:2360;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard\";i:5913;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/pages\";i:6671;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments\";i:3141;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states\";i:5886;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/settings\";i:5445;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/splash\";i:3524;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge\";i:11463;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/components\";i:4550;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin\";i:79578;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/payment/recurring\";i:911;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/payment\";i:2215;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/notifications\";i:2938;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions\";i:4401;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/antispam\";i:1203;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/fullscreen\";i:3658;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder\";i:30912;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/edit-post\";i:1162;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/payments\";i:1468;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings\";i:1144;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin\";i:6855;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/education\";i:6855;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates\";i:193626;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/fields\";i:312030;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/templates\";i:11815;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates\";i:23742;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/emails\";i:46277;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/functions\";i:160506;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels\";i:63026;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder\";i:135935;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/admin\";i:350471;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/providers\";i:63236;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes\";i:1108388;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/single\";i:19649;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview\";i:16001;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries\";i:36448;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin\";i:39933;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/builder\";i:4146;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect\";i:2551;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings\";i:1357;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin\";i:8814;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect\";i:4458;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder\";i:8075;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education\";i:20242;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates\";i:64321;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite\";i:101141;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/composer\";i:1041501;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset\";i:1520414;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources\";i:1520414;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv\";i:1551918;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:59463;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources\";i:59463;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring\";i:115179;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80/Resources\";i:2168;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80\";i:10598;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony\";i:1677695;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log/Psr/Log\";i:11471;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log/Psr\";i:11471;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log\";i:12556;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/psr\";i:12556;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores\";i:104898;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25877;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66335;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema\";i:8117;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91364;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes\";i:423469;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib\";i:33661;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler\";i:527921;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce\";i:527921;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor\";i:3260421;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception\";i:682;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src\";i:11338;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode\";i:12396;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true\";i:12396;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node\";i:17356;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension\";i:27324;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath\";i:38130;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut\";i:6020;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer\";i:6663;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler\";i:10671;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser\";i:43546;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception\";i:4401;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector\";i:106537;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony\";i:106537;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/data\";i:215352;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Checkout\";i:15279;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal\";i:19285;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax\";i:21039;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing\";i:49550;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TestHelpers\";i:4513;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations\";i:16009;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2/Billing\";i:3514;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2\";i:9165;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing\";i:27016;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Events\";i:2172;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util\";i:40325;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity\";i:12950;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/EventData\";i:1226;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Forwarding\";i:4538;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout\";i:4280;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal\";i:13406;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax\";i:9232;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing\";i:22500;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal\";i:1595;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing\";i:12839;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury\";i:11615;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers\";i:32813;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Billing\";i:4982;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Core\";i:6536;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2\";i:12193;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing\";i:15731;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity\";i:8070;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding\";i:2365;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury\";i:22720;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate\";i:6851;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal\";i:4089;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections\";i:8344;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps\";i:2745;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting\";i:4105;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma\";i:1982;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar\";i:8206;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements\";i:4395;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service\";i:416222;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury\";i:53791;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate\";i:11692;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal\";i:8445;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth\";i:2743;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception\";i:15782;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections\";i:15037;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Apps\";i:4326;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting\";i:7707;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Sigma\";i:2861;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar\";i:13272;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements\";i:6783;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient\";i:28457;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib\";i:1466543;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php\";i:1704087;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe\";i:1704087;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Exceptions\";i:1437;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/Builders\";i:1902850;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models\";i:6459757;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Authentication\";i:2247;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Apis\";i:428025;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Http\";i:4599;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Utils\";i:4689;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src\";i:6936772;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square\";i:6939549;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square\";i:6939549;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef\";i:23655;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Node\";i:3912;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML\";i:16113;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS\";i:52900;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email\";i:854;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI\";i:9951;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef\";i:95989;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform\";i:23591;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform\";i:4398;s:186:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator\";i:3798;s:176:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache\";i:16779;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Lexer\";i:201531;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup\";i:5311;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Injector\";i:28272;s:176:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy\";i:9530;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule\";i:55317;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Strategy\";i:46643;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme\";i:12036;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Filter\";i:16545;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Printer\";i:25911;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/VarParser\";i:5939;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder\";i:5533;s:185:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange\";i:3081;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema\";i:52700;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Token\";i:5251;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages\";i:4068;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language\";i:4068;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter\";i:13591;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier\";i:964740;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library\";i:1002660;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier\";i:1029116;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang\";i:1029116;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Exceptions\";i:647;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/TestCase/BodyMatchers\";i:12211;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/TestCase\";i:21554;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Authentication\";i:4785;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Request/Parameters\";i:21633;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Request\";i:32582;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Types/Sdk\";i:12095;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Types\";i:13663;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Utils\";i:42864;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Logger/Configuration\";i:5790;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Logger\";i:12482;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Response/Types\";i:8405;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Response\";i:19767;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src\";i:159848;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core\";i:160917;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/src/Request\";i:5551;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/src\";i:32251;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php\";i:33432;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/example\";i:971;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/src\";i:91489;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper\";i:92460;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Http\";i:2114;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Sdk\";i:879;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Authentication\";i:615;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Request\";i:4460;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Logger\";i:613;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Response\";i:423;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core\";i:6652;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src\";i:9645;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces\";i:10714;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic\";i:297523;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs/Json/Pointer\";i:422;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs/Json\";i:5904;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs\";i:5904;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src\";i:5904;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer\";i:5904;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer\";i:5904;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule\";i:6555;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property\";i:4795;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css\";i:13274;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src\";i:20598;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles\";i:20598;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen\";i:20598;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed\";i:10115710;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/ai\";i:93548;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi\";i:1809489;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe\";i:59411;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/square/divi\";i:43119;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/square\";i:79322;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce\";i:2730;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations\";i:2044500;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend/modern\";i:447467;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend/classic\";i:311552;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend\";i:760410;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/partials\";i:21243;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/emails\";i:148619;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/admin\";i:72512;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/builder\";i:782859;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css\";i:4809888;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/fonts\";i:16607;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/constant-contact-v3\";i:29375;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/modules\";i:126614;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg\";i:196389;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element/modules\";i:23189;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element\";i:79914;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator/modules\";i:48204;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator\";i:56740;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/choices\";i:10537;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai\";i:147191;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/divi\";i:226491;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe\";i:116161;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/square/admin\";i:33200;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/square\";i:61639;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce\";i:1952;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode\";i:4859;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor\";i:110218;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations\";i:894275;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/frontend/fields\";i:45933;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/frontend\";i:236331;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/logger\";i:3651;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/email\";i:21876;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/payments\";i:44301;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/forms\";i:44091;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/pages\";i:26939;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/splash\";i:4041;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields\";i:33906;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder\";i:821309;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers\";i:3103;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/education\";i:95716;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/share\";i:100789;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/challenge\";i:56948;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin\";i:1368931;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/share\";i:8604;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js\";i:2508141;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg\";i:3779;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/ai\";i:52276;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/divi\";i:692;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/stripe\";i:3157;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/woocommerce\";i:10601;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font\";i:18380;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor\";i:18833;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations\";i:89338;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/gutenberg\";i:128506;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access\";i:415352;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/email\";i:11105;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/payments/single\";i:10173;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/payments/status\";i:5202;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/payments\";i:21777;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/entry-automation\";i:216953;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/frontend/file-download\";i:1351;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/frontend\";i:1351;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/richtext\";i:15600;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/stripe\";i:4303;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/phone\";i:1883;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact\";i:395931;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments\";i:125520;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states\";i:305806;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/coupons-education\";i:218083;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/about\";i:671740;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education\";i:418254;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect\";i:8307;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/splash\";i:7422;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/builder\";i:103961;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/community\";i:23081;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu\";i:8689;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge\";i:115111;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam\";i:14012;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics\";i:161340;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp\";i:109842;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images\";i:4045143;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries\";i:54181;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin\";i:54181;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/css\";i:174576;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg\";i:700973;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/elementor\";i:10959;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations\";i:711932;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries\";i:6234;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder\";i:3262;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education\";i:27136;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin\";i:52904;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js\";i:764836;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/images/sample\";i:1529221;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/images\";i:1529221;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite\";i:2468633;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/languages\";i:439422;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect\";i:15590;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/lity\";i:8371;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm\";i:41024;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors\";i:23788;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker\";i:16638;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/flatpickr\";i:65803;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts\";i:950853;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome\";i:983257;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster\";i:46842;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib\";i:1748339;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets\";i:16036173;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wpforms-lite\";i:34079798;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework/v1_0_6/Fields\";i:11826;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework/v1_0_6\";i:47673;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework\";i:47673;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/framework/ju-libraries\";i:47673;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/framework\";i:49160;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/queue/assets\";i:5544;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/queue\";i:54330;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/juupdater/js\";i:11217;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/juupdater\";i:76361;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/jutranslation/assets/css\";i:11434;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/jutranslation/assets/js\";i:42120;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/jutranslation/assets/images\";i:13869;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/jutranslation/assets\";i:67423;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/jutranslation\";i:96988;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/templates\";i:4877;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/assets/css\";i:8690;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/assets/js\";i:12272;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/assets/images\";i:37398;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/assets/scss\";i:6050;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/assets\";i:64410;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada\";i:106719;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/params/file\";i:1999;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/params/category\";i:1850;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/params\";i:3849;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/css\";i:6518;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/js\";i:8841;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/images\";i:26507;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/scss\";i:5267;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets\";i:47133;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery\";i:81638;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields/WpfdFile\";i:87708;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields/WpfdCategoryButton\";i:43414;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields\";i:131298;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/images\";i:16771;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/Search\";i:14942;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/File\";i:7862;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/Category\";i:7152;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules\";i:30125;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes\";i:179868;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/media\";i:4277;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/scripts\";i:87623;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/languages\";i:0;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/styles\";i:31185;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi\";i:1374977;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/acf\";i:2468;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor/assets/css\";i:11968;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor/assets/js\";i:7526;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor/assets/images\";i:87124;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor/assets/scss\";i:9002;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor/assets\";i:115620;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor\";i:137633;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes\";i:1703435;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/controllers\";i:531252;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/models\";i:309036;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/helpers\";i:59449;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/forms/fields\";i:89318;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/forms/fields_v2\";i:197908;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/forms\";i:386221;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/files/tpl\";i:20174;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/files\";i:33288;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/file/tpl\";i:3223;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/file\";i:9361;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl/menu/submenu\";i:5526;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl/menu\";i:34184;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl\";i:116712;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/wpfd\";i:126073;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/config/tpl\";i:10559;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/config\";i:22794;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/category/tpl\";i:43564;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/category\";i:56832;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/statistics/tpl\";i:18671;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/statistics\";i:28117;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/user/tpl\";i:10218;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/user\";i:10461;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder/tpl/iconssets\";i:35357;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder/tpl\";i:81857;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder\";i:92414;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views\";i:379340;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/functions\";i:75807;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/import/parsers\";i:32270;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/import\";i:92495;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard/content/done\";i:1047217;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard/content\";i:1484422;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard\";i:1502236;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/composer\";i:44546;s:179:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring/Resources/unidata\";i:59463;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring/Resources\";i:59463;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring\";i:116518;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony\";i:116518;s:182:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Encoding\";i:65901;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/RawData\";i:54130;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Element\";i:28115;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Font\";i:7210;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/XObject\";i:2819;s:183:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Exception\";i:101;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser\";i:317831;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot\";i:317831;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src\";i:317831;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/doc\";i:11884;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/.github/workflows\";i:6684;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/.github/ISSUE_TEMPLATE\";i:571;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/.github\";i:9799;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser\";i:354718;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot\";i:354718;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser\";i:521223;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes\";i:2289488;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/css/ui-lightness/images\";i:27486;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/css/ui-lightness\";i:92313;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/css\";i:861479;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/js\";i:976772;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/blocks/search\";i:13299;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/blocks/file\";i:35741;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/blocks/category\";i:27172;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/blocks\";i:290261;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/images/upload\";i:12577;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/images/types\";i:285367;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/images/jao\";i:23623;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/images\";i:514298;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/css\";i:898496;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts/wpfd-icons\";i:45240;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts/sidebar/icon_builders\";i:13211;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts/sidebar\";i:37755;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts\";i:795412;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/js\";i:894185;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/images\";i:68958;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/scss/components\";i:147605;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/scss\";i:436221;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui\";i:3096744;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/scss\";i:25176;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/codemirror\";i:987579;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets\";i:6752341;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin\";i:10862066;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/languages\";i:97047;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/controllers\";i:127904;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/models\";i:215954;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/helpers\";i:307370;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/files\";i:23299;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/search/tpl\";i:8243;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/search\";i:20263;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/file\";i:5615;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/frontviewer/tpl\";i:3877;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/frontviewer\";i:6731;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/category\";i:703;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/categories\";i:4400;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views\";i:61011;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/css\";i:50696;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/js\";i:109001;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/scss\";i:17485;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table\";i:242822;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/css\";i:59209;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/js\";i:84201;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/scss\";i:21856;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree\";i:200543;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/templates\";i:227179;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/css\";i:41797;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/js\";i:74958;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/scss\";i:13675;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default\";i:154314;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/css\";i:35618;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/js\";i:76377;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/scss\";i:18386;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd\";i:166213;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/css\";i:42978;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/js\";i:80280;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/scss\";i:22240;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview\";i:187876;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes\";i:1181082;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes/packages/composer\";i:19317;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius/lightncandy/src\";i:193842;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius/lightncandy\";i:249319;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius\";i:249319;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes/packages\";i:268814;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes\";i:271301;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/css/font\";i:22335;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/css\";i:381812;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons\";i:43579;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/fonts\";i:1190984;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/icons/png\";i:763685;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/icons/svg\";i:213597;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/icons/svgicons/svgs\";i:333016;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/icons/svgicons\";i:416396;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/icons\";i:1393678;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/js\";i:1203470;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/images/icons\";i:18230;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/images/jao\";i:5574;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/images/theme/small\";i:155706;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/images/theme\";i:601931;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/images\";i:730448;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/scss\";i:160267;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets\";i:5060659;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site\";i:7339235;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app\";i:20210657;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download/languages\";i:0;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wp-file-download\";i:20555807;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/printfriendly/views\";i:56991;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/printfriendly/.vscode\";i:110;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/printfriendly/languages\";i:10417;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets/css/lib\";i:272242;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets/css\";i:277770;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets/js/lib\";i:81380;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets/js\";i:98978;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets/images\";i:1295;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets\";i:378043;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/printfriendly\";i:571118;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/classic-editor/js\";i:624;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/classic-editor/scripts\";i:58535;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/classic-editor\";i:124414;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Plugins\";i:6131;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/WPForms\";i:3670;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/EasyDigitalDownloads\";i:16193;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/MemberPress\";i:17124;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Shortcodes\";i:6116;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Integrations\";i:1819;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/WooCommerce\";i:21534;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Elementor\";i:19566;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Promos\";i:8809;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Rules\";i:4119;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI\";i:508673;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/views\";i:96805;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue/dist/css\";i:402969;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue/dist/fonts\";i:84156;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue/dist/js\";i:165136;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue/dist/img\";i:3991879;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue/dist\";i:18524219;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue\";i:18524219;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/css/images/icons\";i:29112;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/css/images\";i:1094281;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/css\";i:1125280;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/fonts\";i:3573125;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/js/Utils\";i:3105;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/js/Elementor\";i:6428;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/js\";i:41253;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/images/icons\";i:4117;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/images/about\";i:202253;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/images/memberpress\";i:43308;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/images/metabox\";i:28882;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/images\";i:317073;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/dist/css\";i:29770;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/dist/js\";i:92748;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/dist\";i:135599;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets\";i:5192330;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/optinmonster\";i:24432371;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/language\";i:6961;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Views\";i:16134;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Models\";i:340;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/exceptions\";i:11033;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/builders\";i:341177;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/lexer\";i:16756;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/utils\";i:26612;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/positions\";i:12561;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/processors\";i:289928;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser\";i:709207;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/updater\";i:36211;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library\";i:745867;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Modules/DataProviders\";i:67405;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Modules\";i:67405;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Hooks/Handlers\";i:51448;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Hooks\";i:56671;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Traits\";i:75436;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Http/Policies\";i:445;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Http/Controllers\";i:8605;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Http/Routes\";i:937;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Http\";i:9987;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app\";i:972614;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/boot\";i:3013;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/css\";i:10185;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/lity\";i:32041;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/icons\";i:617405;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/sumoselect\";i:50468;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/stickyheaders\";i:16626;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/formula\";i:578573;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/datepicker/css\";i:4709;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/datepicker/js\";i:65988;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/datepicker\";i:70697;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs\";i:1365810;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/js\";i:54887;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets\";i:1430882;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro\";i:2446316;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes/integrations\";i:11224;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes/gutenberg\";i:5475;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes/frontend\";i:26270;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes/emails/templates\";i:28589;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes/emails\";i:64399;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes/admin/notifications\";i:16059;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes/admin/licensing\";i:59300;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes/admin\";i:263381;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes/survey-templates\";i:16216;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes/db\";i:38300;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes/lib\";i:129334;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/includes\";i:621766;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/lite/includes/admin\";i:6565;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/lite/includes\";i:6565;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/lite\";i:6565;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/languages\";i:245796;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/css\";i:2131;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/gutenberg/css\";i:1459;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/gutenberg/js\";i:97128;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/gutenberg\";i:98587;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/js\";i:3354;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/css\";i:1404116;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/js\";i:2538237;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/css\";i:101929;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/webfonts\";i:283092;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/svgs/solid\";i:1164719;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/svgs/brands\";i:584699;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/svgs/regular\";i:150798;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/svgs\";i:1900216;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices\";i:2371476;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img/icons\";i:11329;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img/integrations\";i:138368;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img/onboarding\";i:572;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img/plugins\";i:58046;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img/upsell\";i:153704;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img\";i:1096517;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/vue\";i:7410346;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/img/integrations\";i:138368;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/img/emails\";i:5416;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/img/plugins\";i:341657;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets/img\";i:486836;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite/assets\";i:8001320;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/userfeedback-lite\";i:8919372;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/language\";i:286840;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/config/table-builder\";i:33620;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/config\";i:33954;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/database/Migrations\";i:14772;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/database\";i:15145;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Views/admin/preview\";i:3949;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Views/admin\";i:11238;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Views/public\";i:21204;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Views\";i:32442;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Models/Casts\";i:805;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Models\";i:17880;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/CPT\";i:1852;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library/Csv/Modifier\";i:27236;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library/Csv/Config\";i:13318;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library/Csv/Plugin\";i:3950;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library/Csv/Exception\";i:1445;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library/Csv\";i:69680;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library\";i:69680;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Modules/Gutenberg\";i:4125;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Modules/DragAndDrop\";i:4866;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Modules/Lead\";i:12545;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Modules/DataProviders\";i:59807;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Modules\";i:551108;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Hooks/Handlers\";i:70186;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Hooks\";i:75263;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Traits\";i:5451;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Services\";i:6455;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Http/Policies\";i:455;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Http/Controllers\";i:47254;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Http/Requests\";i:660;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Http/Routes\";i:4960;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Http\";i:53329;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app\";i:813621;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/composer\";i:125312;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Validator/Contracts\";i:611;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Validator/Rules\";i:14321;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Validator\";i:86341;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Cache\";i:8438;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Foundation/Concerns\";i:23854;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Foundation\";i:65977;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Encryption\";i:12217;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Support\";i:470858;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Pagination\";i:58196;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr\";i:1478;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Container/Contracts\";i:7338;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Container\";i:61863;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Events\";i:18077;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Http/Request\";i:57830;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Http/Response\";i:9037;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Http/Middleware\";i:4143;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Http\";i:152295;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Query/Processors\";i:10269;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Query/Grammars\";i:73979;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Query\";i:238400;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Concerns\";i:31849;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns\";i:48752;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations\";i:207528;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns\";i:155854;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts\";i:11555;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm\";i:537251;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Events\";i:1191;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database\";i:844520;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Randomizer\";i:5396;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/View\";i:4254;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent\";i:1788432;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src\";i:1788432;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework\";i:1789318;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent\";i:1789318;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor\";i:1915428;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/boot\";i:38693;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/css\";i:726859;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/ace\";i:1871165;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/icons\";i:5148;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/moment\";i:232788;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/footable/css\";i:62150;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/footable/js\";i:358598;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/footable\";i:420748;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs\";i:2529849;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib/theme-chalk\";i:84156;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib\";i:84156;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui\";i:84156;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/fonts/vendor\";i:84156;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/fonts\";i:84156;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/icons\";i:129344;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/js/datatables\";i:5743;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/js\";i:4323503;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/blocks/table-block\";i:62210;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/blocks\";i:62210;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/images\";i:4451;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/img\";i:1010033;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets\";i:8870432;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/ninja-tables\";i:12034641;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wordpress-importer/parsers\";i:28427;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/wordpress-importer\";i:90586;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/build/4.4.1\";i:2275797;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/build\";i:2275797;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/ralouphie/getallheaders/src\";i:1640;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/ralouphie/getallheaders\";i:4273;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/ralouphie\";i:4273;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/psr7/src/Exception\";i:245;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/psr7/src\";i:214341;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/psr7\";i:259430;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/promises/src\";i:46493;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/promises\";i:69705;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/guzzle/src/Cookie\";i:31642;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/guzzle/src/Exception\";i:7672;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/guzzle/src/Handler\";i:73079;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/guzzle/src\";i:224500;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/guzzle\";i:376397;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp\";i:705532;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer/src\";i:11259;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer\";i:22318;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache/Cache\";i:7050;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache/Source\";i:1936;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache/Logger\";i:8751;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache/Exception\";i:4996;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache/Loader\";i:16516;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache\";i:145068;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src\";i:145068;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/bin\";i:5430;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache\";i:154414;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli\";i:176732;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer\";i:409086;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/url/tests\";i:15389;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/url\";i:30566;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar\";i:30566;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense/typesense-php/src/Exceptions\";i:2933;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense/typesense-php/src/lib\";i:5911;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense/typesense-php/src\";i:43300;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense/typesense-php/examples\";i:12026;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense/typesense-php\";i:68101;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense\";i:68101;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/symfony/deprecation-contracts\";i:4278;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/symfony\";i:4278;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-factory/src\";i:4843;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-factory\";i:7262;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-message/src\";i:47392;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-message/docs\";i:15040;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-message\";i:65727;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-client/src\";i:1915;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-client\";i:4781;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr\";i:77770;s:179:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish\";i:3028;s:179:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English\";i:19173;s:179:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish\";i:3871;s:182:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese\";i:7749;s:187:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal\";i:2978;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French\";i:3716;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules\";i:46331;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector\";i:65721;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector\";i:9896;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common\";i:9896;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine\";i:75617;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib\";i:75617;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/docs/en\";i:6555;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/docs\";i:6555;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector\";i:85821;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine\";i:85821;s:176:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/3.0.3/images\";i:7439;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/3.0.3\";i:800793;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build\";i:800793;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes\";i:16638;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi\";i:94511;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Models\";i:2007;s:185:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache/Templates\";i:277;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache\";i:978;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services\";i:43605;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility\";i:21177;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes\";i:196340;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/languages\";i:492108;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding\";i:1492481;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/1.5.0\";i:2879;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build\";i:2879;s:176:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template\";i:6084;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/API\";i:3383;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes\";i:36240;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/static/js\";i:4605;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/static\";i:4605;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/upgrades\";i:788;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/languages\";i:65473;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon\";i:112748;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/build\";i:8604;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors\";i:1555;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/RestApi\";i:4776;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services\";i:12081;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes\";i:21512;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/languages\";i:13755;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/assets\";i:222;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook\";i:46803;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/WPCLI/Handlers\";i:2345;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/WPCLI\";i:2757;s:179:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/RestApi/Controllers\";i:4559;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/RestApi\";i:5378;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/Utilities\";i:18580;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/Data\";i:3276;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes\";i:32953;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/languages\";i:35267;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls\";i:69341;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes\";i:3598;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static\";i:21375;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb\";i:25504;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.9.6/blocks\";i:435;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.9.6\";i:228945;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build\";i:228945;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Admin\";i:8698;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library\";i:21838;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Services\";i:2060;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Data\";i:3628;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers\";i:13469;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api\";i:19133;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes\";i:67401;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/languages\";i:389807;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/build\";i:62997;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets\";i:62997;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns\";i:750526;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Events\";i:2166;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes\";i:9299;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/css\";i:6064;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js\";i:15496;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static\";i:21560;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/languages\";i:58785;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation\";i:90550;s:176:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/build/performance\";i:493296;s:192:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/build/assets/image-bulk-optimizer\";i:5069;s:194:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/build/assets/image-optimized-marker\";i:12334;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/build/assets\";i:20782;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/build\";i:514078;s:185:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Cache/Types/WPCLI\";i:3881;s:179:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Cache/Types\";i:26362;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Cache\";i:45823;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/RestApi\";i:13149;s:176:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Services\";i:5062;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Skip404\";i:4698;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Data\";i:1783;s:186:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/LinkPrefetch/WPCLI\";i:7346;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/LinkPrefetch\";i:12038;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/HealthChecks\";i:16336;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Fonts\";i:6041;s:183:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/BurstSafetyMode\";i:7443;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/JetpackBoost\";i:3430;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Cloudflare\";i:4458;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Images/WPCLI\";i:6797;s:182:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Images/RestApi\";i:4219;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Images\";i:68812;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes\";i:214811;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/webpack\";i:7935;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/languages\";i:690939;s:186:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/assets/image-bulk-optimizer\";i:8910;s:188:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/assets/image-optimized-marker\";i:1365;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/assets\";i:16298;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance\";i:1447390;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes\";i:8320;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader\";i:8452;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes\";i:16635;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/languages\";i:27858;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso\";i:46574;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.2\";i:42237;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build\";i:42237;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners\";i:2913;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin\";i:3345;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Models\";i:2022;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Data\";i:1811;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes\";i:9239;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey\";i:52281;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/build/hosting\";i:485882;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/build\";i:485882;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/ObjectCache\";i:4199;s:196:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/HostingPanel/RestApi/Controllers\";i:3445;s:184:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/HostingPanel/RestApi\";i:4672;s:176:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/HostingPanel\";i:13721;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/SSHInfo\";i:1715;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/PHPVersion\";i:542;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/Helpers\";i:3526;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/Nameservers\";i:1158;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/Services\";i:2143;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/CDNInfo\";i:1022;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/Data\";i:807;s:176:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/MalwareCheck\";i:2741;s:184:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/PlanInfo/Data/Static\";i:12570;s:177:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/PlanInfo/Data\";i:12570;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/PlanInfo\";i:16061;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes\";i:48901;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/webpack\";i:631;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/scripts\";i:1050;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/languages\";i:239486;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting\";i:776575;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes\";i:11643;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container\";i:11643;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/build/addnew\";i:292106;s:177:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/build/solutions-page\";i:1321046;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/build\";i:1613152;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/includes/css\";i:1470;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/includes/js\";i:5712;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/includes\";i:22584;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/languages\";i:244842;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/components/entitlements\";i:17400;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/components\";i:17400;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions\";i:1899318;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/includes\";i:2700;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime\";i:3607;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/build/staging\";i:546477;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/build\";i:546477;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes\";i:30242;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/webpack\";i:2857;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/languages\";i:270707;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/lib\";i:13707;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging\";i:864844;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes\";i:29888;s:195:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notifications\";i:6795;s:194:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notification\";i:5099;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components\";i:11894;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js\";i:25702;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets\";i:25702;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications\";i:57251;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build\";i:1889529;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/Data\";i:1812;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes\";i:21350;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/store\";i:4318;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/languages\";i:77530;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center\";i:1993735;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners\";i:8031;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes\";i:10562;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation\";i:10824;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates\";i:25677;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/RestApi\";i:3819;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Listeners\";i:8196;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Helpers\";i:1601;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services\";i:18859;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Data\";i:2670;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Steps\";i:14862;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Reports\";i:2720;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes\";i:65076;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/languages\";i:55370;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration\";i:147224;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/css\";i:2570;s:177:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/js\";i:8524;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/img\";i:9833;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets\";i:20927;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes\";i:43683;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/languages\";i:77920;s:187:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceHeader\";i:419;s:185:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceLite\";i:4832;s:189:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSkeleton\";i:1229;s:185:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceList\";i:3025;s:185:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceBody\";i:5410;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplace\";i:1325;s:185:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceItem\";i:6887;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage\";i:6263;s:187:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSubnav\";i:3612;s:190:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading\";i:3253;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components\";i:36745;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/assets/js\";i:222;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/assets\";i:222;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace\";i:159750;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes\";i:3871;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker\";i:4666;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/RestApi\";i:7244;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/SiteGen\";i:33028;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils\";i:8300;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes\";i:59222;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/languages\";i:21523;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai\";i:82514;s:190:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache/Templates\";i:277;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache\";i:983;s:186:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Upgrades\";i:596;s:177:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows\";i:10249;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services\";i:101386;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes\";i:18544;s:185:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/assets/images\";i:361901;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/assets\";i:361901;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes\";i:582305;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/languages\";i:328119;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data\";i:910966;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes\";i:14241;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/css\";i:659;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/js\";i:4010;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets\";i:4669;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords\";i:31483;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes\";i:2046;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context\";i:3013;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues\";i:6386;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue\";i:9366;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners\";i:49625;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers\";i:14749;s:179:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification\";i:9142;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data/Static\";i:188568;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data\";i:188568;s:182:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests\";i:3647;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks\";i:6019;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API\";i:11975;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes\";i:325014;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades\";i:775;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/assets\";i:2175;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data\";i:331400;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/build/1.6.4\";i:48807;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/build\";i:48807;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/WPCLI/Handlers\";i:4311;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/WPCLI\";i:4759;s:183:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/WPAdmin/Listeners\";i:5078;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/WPAdmin\";i:5417;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi\";i:15766;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Models\";i:381;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers\";i:29853;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services\";i:33502;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data\";i:14039;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks\";i:10387;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes\";i:115350;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/languages\";i:96498;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer\";i:261905;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes\";i:27156;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/static/js\";i:2656;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/static\";i:2656;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/languages\";i:31797;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features\";i:62137;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/build\";i:1657831;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi\";i:8744;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials\";i:10293;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data\";i:10822;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes\";i:69706;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/scripts\";i:1054;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/languages\";i:1252408;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/assets\";i:223;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce\";i:2988001;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-atomic\";i:2970;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs\";i:14746476;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes\";i:24703;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers\";i:25642;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes\";i:8839;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager\";i:9271;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces\";i:725;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src\";i:46393;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder\";i:53762;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes\";i:16175;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler\";i:51250;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler/includes\";i:3151;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler\";i:5673;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent/includes\";i:3938;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent\";i:8000;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options/includes\";i:2645;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options\";i:4378;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/collection\";i:17767;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge\";i:175743;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src\";i:81307;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers\";i:83519;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp\";i:83519;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor\";i:16568645;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/languages\";i:531113;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi\";i:7180;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience\";i:53697;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades\";i:5324;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/widgets/views\";i:33970;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/widgets\";i:40233;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc\";i:158543;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/assets/images\";i:141214;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/assets/svg\";i:67080;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/assets/styles\";i:5622;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/assets\";i:213916;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin\";i:19778623;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/duplicate-page/css\";i:2327;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/duplicate-page/js\";i:1860;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/duplicate-page/languages\";i:49912;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/duplicate-page/inc\";i:6276;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/duplicate-page\";i:85175;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/parts\";i:1324;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/report\";i:59709;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/main\";i:5368;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/terms\";i:414;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/posts\";i:415;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin\";i:13144;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xml\";i:4285;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/html\";i:7643;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/templates\";i:6451;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/partials\";i:5725;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl\";i:27164;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap\";i:39569;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views\";i:119114;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin/Notices\";i:47589;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin\";i:156715;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/SeoRevisions\";i:1209;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Image\";i:17663;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Html\";i:39251;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap\";i:193558;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/QueryArgs\";i:10288;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Models\";i:69465;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Main\";i:117285;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers\";i:204905;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits\";i:255506;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/WritingAssistant/Utils\";i:17920;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/WritingAssistant/SeoBoost\";i:14499;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/WritingAssistant\";i:32997;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Integrations\";i:13944;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Options\";i:67171;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/SearchStatistics/Api\";i:24920;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/SearchStatistics\";i:87535;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Migration\";i:109032;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Breadcrumbs\";i:51956;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Ai\";i:6539;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Help\";i:1537;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Llms\";i:6604;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/EmailReports/Summary\";i:30425;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/EmailReports\";i:33246;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Core\";i:3000;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ThirdParty\";i:1969;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Traits/Helpers\";i:760;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Traits\";i:760;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta\";i:55219;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils\";i:207305;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Tools\";i:34680;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/Traits\";i:2866;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/KnowledgeGraph\";i:4621;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/WebPage\";i:10824;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/Article\";i:7052;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs\";i:32356;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema\";i:61263;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/PageBuilders\";i:42828;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/Blocks\";i:1978;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/BuddyPress\";i:39563;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/BbPress\";i:3835;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone\";i:151860;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Social\";i:41530;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Api/Integrations\";i:3207;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Api\";i:153122;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/RankMath\";i:42726;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/YoastSeo\";i:42815;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/SeoPress\";i:40358;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport\";i:141509;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/SearchCleanup\";i:4299;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common\";i:2204250;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Views\";i:46910;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin/Notices\";i:2502;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin\";i:19389;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Main\";i:3068;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Traits\";i:2712;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Options\";i:2354;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Utils\";i:716;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Api\";i:1853;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite\";i:77002;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app/init\";i:13207;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/app\";i:2318113;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css\";i:964938;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/js\";i:4082550;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/images\";i:1080815;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/svg\";i:232844;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/link-format\";i:60200;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets\";i:10826321;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite\";i:11091117;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/dist\";i:11091117;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/examples\";i:754;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/dictionaries\";i:370776;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/data\";i:551034;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight\";i:933830;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib\";i:933920;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight\";i:936845;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey\";i:936845;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/composer\";i:151188;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/data-stores\";i:104898;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25877;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66335;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schema\";i:8117;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91364;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes\";i:423469;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:33206;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib\";i:36924;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler\";i:554560;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce\";i:554560;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor\";i:1643364;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/languages\";i:906103;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Formatter\";i:47979;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Processor\";i:18663;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Slack\";i:8087;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1426;s:177:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3418;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Curl\";i:1459;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler\";i:229755;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog\";i:342631;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src\";i:342631;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog\";i:346056;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog\";i:346056;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log/Test\";i:9218;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log\";i:20754;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr\";i:20754;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log\";i:22456;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr\";i:22456;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed\";i:368512;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/all-in-one-seo-pack\";i:16357119;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/iwp-serve\";i:23961;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/iwp-dest\";i:17820;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates/ajax\";i:13990;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates/debug\";i:8049;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates\";i:142815;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets/css\";i:16977;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets/images\";i:78992;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets\";i:95969;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate\";i:243480;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/database-manager\";i:2582;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/sync\";i:223735;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/updates\";i:4116;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/activity-log\";i:30427;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/apis\";i:96547;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes\";i:656974;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/css\";i:69228;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/js\";i:90522;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/images\";i:5983;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin\";i:172066;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:22656;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:3607;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:26263;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:34362;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:5951;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:5951;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:9495;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:94479;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:82874;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:5692;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:88566;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:58699;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:258295;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:61885;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1257;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:63142;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2776;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:213004;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:47955;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:47955;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:79373;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:1030136;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16354;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common\";i:16354;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:95182;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1\";i:96002;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File\";i:320949;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1024;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common\";i:1399;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:13774;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10681;s:182:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:37717;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:45858;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:892;s:185:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:9881;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:14383;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:194460;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:194460;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math\";i:251269;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:21505;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net\";i:349840;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Exception\";i:6721;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:9007;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:789;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:789;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:18802;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System\";i:18802;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib\";i:1994916;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib\";i:1997069;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib\";i:1997069;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer/src\";i:11259;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer\";i:13899;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli\";i:13899;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/composer\";i:156543;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/dist\";i:703;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/lib\";i:1327;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/other\";i:1633;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat\";i:5722;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding/src\";i:61964;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding\";i:64369;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie\";i:70091;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/data-stores\";i:104898;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25877;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66335;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schema\";i:8117;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91364;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes\";i:423469;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib\";i:33661;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler\";i:548498;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce\";i:548498;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers/src\";i:81264;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers\";i:82782;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp\";i:82782;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor\";i:2869630;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/languages\";i:28723;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/css\";i:46294;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/js\";i:89199;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/src\";i:5658;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/images\";i:5541;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets\";i:146692;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/instawp-connect\";i:4207924;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Exceptions\";i:368;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Models\";i:17816;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog/Models\";i:2812;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog\";i:2812;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Exceptions\";i:533;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Models\";i:7765;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Services\";i:8690;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Managers\";i:968;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Processors\";i:2546;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Handlers\";i:72827;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts\";i:93329;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Models\";i:4024;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Emails\";i:814;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce\";i:4838;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Models\";i:1523;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Processes\";i:1685;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api\";i:3208;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules\";i:110603;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Constants\";i:164;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe/deprecated\";i:5519;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe\";i:30971;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/blocks\";i:31803;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Helpers\";i:18713;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Integrations\";i:4561;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Clients\";i:4082;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-feedback-notice\";i:4051;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-dashboard-widget\";i:9260;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/views\";i:62418;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Managers/Logs\";i:7806;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Managers\";i:148872;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src\";i:404541;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt/src\";i:29864;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt\";i:42900;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase\";i:42900;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/composer\";i:110326;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Formatter\";i:61449;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Test\";i:2414;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Processor\";i:22191;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Attribute\";i:1529;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:10688;s:177:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:2168;s:182:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4282;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1895;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler\";i:281506;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog\";i:423803;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src\";i:423803;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog\";i:475405;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog\";i:475405;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr/Log/Test\";i:9427;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr/Log\";i:20898;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr\";i:20898;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log\";i:23891;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr\";i:23891;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src/Exception\";i:594;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src\";i:88645;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/dist\";i:8579;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/bin\";i:298;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs/classes\";i:44946;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs\";i:72666;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption\";i:177669;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse\";i:177669;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/dist\";i:703;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/lib\";i:1327;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/other\";i:1633;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat\";i:6592;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie\";i:6592;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/bin\";i:3393;s:182:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/tests/fixtures\";i:61;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/tests\";i:26886;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/classes\";i:21301;s:177:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/.circleci\";i:1950;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/bin\";i:6004;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing\";i:167893;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich\";i:167893;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor\";i:1008840;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/css\";i:27011;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js/block\";i:24576;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js/subscribe\";i:2742;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js/checkout\";i:3554;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js\";i:76792;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/images/woocommerce-banners\";i:53216;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/images/admin-dashboard-widget\";i:131206;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/images\";i:597790;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets\";i:701593;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact\";i:2169729;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/css\";i:315948;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/3rd-party/debug-bar\";i:7134;s:108:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/3rd-party\";i:65294;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/src\";i:20298;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/images/apps\";i:13814;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/images/rss\";i:31323;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/images/products\";i:799329;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/images/odyssey-upgrade\";i:406625;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/images/plans\";i:10938;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/images/recommendations\";i:10951626;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/images\";i:13315865;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/views/admin\";i:5162;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/views\";i:5162;s:102:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/sal\";i:135086;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/json-endpoints/jetpack\";i:223588;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/json-endpoints\";i:928878;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/related-posts/rtl\";i:4565;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/related-posts\";i:110060;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/google-fonts/current\";i:15526;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/google-fonts\";i:16499;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl\";i:2485;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions\";i:28822;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widget-visibility\";i:73429;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/newsletter-widget\";i:5630;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-modal\";i:14637;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-overlay\";i:11449;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-floating-button\";i:6355;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions\";i:86672;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/photon-cdn\";i:21816;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/videopress/css\";i:5723;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/videopress/js\";i:35198;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/videopress\";i:158530;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wpcom-tos\";i:928;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/external-media\";i:511;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/verification-tools\";i:4812;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/comments/subscription-modal-on-comment\";i:12903;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/comments\";i:65703;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/css\";i:1508;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/js\";i:12858;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/php/networks\";i:77;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/php\";i:49217;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads\";i:95719;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/memberships\";i:34131;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/content-options\";i:56587;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js\";i:768;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc\";i:18601;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo\";i:19369;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/js\";i:210;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos\";i:2343;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/compat\";i:122822;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/social-menu\";i:76959;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools\";i:323577;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/site-icon\";i:1415;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/infinite-scroll/themes\";i:37527;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/infinite-scroll\";i:140684;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/gravatar\";i:47;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/likes\";i:49124;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/custom-post-types/css\";i:10437;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/custom-post-types/js\";i:7612;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/custom-post-types\";i:63267;s:112:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/stats\";i:18689;s:111:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/scan\";i:15202;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes\";i:53248;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/woocommerce-analytics\";i:57482;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sitemaps\";i:163792;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/seo-tools\";i:27805;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/css\";i:24232;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/js\";i:135478;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/images\";i:8886;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/img\";i:16144;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes\";i:513715;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/plugin-search\";i:30478;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/comment-likes\";i:1994;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/markdown\";i:31020;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/simple-payments\";i:33076;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/post-by-email\";i:12204;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/facebook-likebox\";i:48;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/contact-info\";i:1786;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/authors\";i:406;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law\";i:17321;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/my-community\";i:655;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/social-media-icons\";i:1218;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/image-widget\";i:214;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/social-icons\";i:7259;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/top-posts\";i:1704;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl\";i:1309;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads/css\";i:2569;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads\";i:2569;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/google-translate\";i:838;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl\";i:262;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/css\";i:981;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/js\";i:6877;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/templates\";i:3558;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery\";i:11416;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget\";i:32941;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/milestone\";i:29050;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/internet-defense-league\";i:66410;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/flickr\";i:4236;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/simple-payments\";i:28355;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/instagram\";i:974;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets\";i:517571;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/carousel\";i:376361;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/math\";i:3311;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials\";i:3908;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates\";i:7605;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl\";i:2456;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery\";i:53938;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery\";i:68112;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sharedaddy/services\";i:11651;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sharedaddy/images\";i:74145;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sharedaddy\";i:346541;s:106:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/modules\";i:3777557;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/composer\";i:441717;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/jetpack-autoloader\";i:56238;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Compiler\";i:2519;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Node\";i:22051;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Block\";i:6209;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Formatter\";i:15966;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Base\";i:871;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Util\";i:1389;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/SourceMap\";i:19512;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Logger\";i:2853;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Exception\";i:3317;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src\";i:545216;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/bin\";i:6014;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp\";i:559686;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp\";i:559686;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src\";i:9749;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench\";i:3460;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick\";i:26294;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia\";i:26294;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src\";i:597;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync\";i:597;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src\";i:156;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup\";i:156;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src\";i:145;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles\";i:145;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans/src\";i:14150;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans\";i:43094;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src\";i:460;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy\";i:331;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection\";i:791;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic\";i:44783;s:105:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor\";i:1129844;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/related-posts\";i:6200;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor\";i:26095;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions\";i:4965;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility\";i:31060;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/videopress/js\";i:16343;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/videopress\";i:16343;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/wordads/js\";i:6051;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/wordads\";i:6051;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/theme-tools/responsive-videos\";i:1628;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/theme-tools\";i:1628;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/images\";i:323262;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/infinite-scroll\";i:13162;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/likes\";i:7883;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/custom-post-types/js\";i:4288;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/custom-post-types\";i:4288;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/scan\";i:750;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/shortcodes/js\";i:51463;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/shortcodes\";i:51463;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/comment-likes\";i:650;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/contact-info\";i:916;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law\";i:2406;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/social-icons\";i:2434;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/google-translate\";i:882;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js\";i:2796;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/gallery\";i:2796;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/milestone\";i:1281;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/simple-payments\";i:8609;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets\";i:22469;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/carousel\";i:125191;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery\";i:3119;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/tiled-gallery\";i:3119;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/sharedaddy\";i:16567;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build\";i:3054243;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/fonts/automatticons\";i:49737;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/fonts\";i:49737;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/related-posts\";i:2192;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/slideshow\";i:45882;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/subscriptions\";i:26387;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/google-docs-embed\";i:11611;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/sharing-buttons\";i:7817;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/cookie-consent\";i:7885;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/contact-info\";i:3374;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/tock\";i:2676;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/map\";i:16535;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/podcast-player\";i:77413;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/google-calendar\";i:3847;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/editor-assets\";i:801961;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/wordads\";i:1311;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/gif\";i:4111;s:115:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/like\";i:1456;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/business-hours\";i:6418;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/payment-buttons\";i:3986;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery\";i:8910;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/payments-intro\";i:1639;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/story\";i:81518;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/calendly\";i:5254;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/images\";i:1200770;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/blogroll\";i:14258;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/send-a-message\";i:10984;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/subscriber-login\";i:1905;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/donations\";i:31866;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/top-posts\";i:7289;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/button\";i:3313;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/image-compare\";i:20558;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/recipe\";i:8746;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/premium-content\";i:6007;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/sharing-button\";i:7941;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/goodreads\";i:7353;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/blogging-prompt\";i:7834;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/mailchimp\";i:15939;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/opentable\";i:7906;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/paywall\";i:2522;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/ai-assistant\";i:2309;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/blog-stats\";i:1357;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/voice-to-content\";i:1083;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/eventbrite\";i:6292;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/markdown\";i:1386;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/rating-star\";i:5389;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/recurring-payments\";i:9410;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/simple-payments\";i:3250;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/nextdoor\";i:3462;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor\";i:5571;s:118:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/ai-chat\";i:19772;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/pinterest\";i:1645;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery\";i:43229;s:110:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks\";i:10058244;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/genericons/genericons/rtl\";i:27900;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/genericons/genericons\";i:191197;s:114:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/genericons\";i:221495;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/social-logos\";i:56598;s:119:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/admin-pages\";i:85064;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/debugger\";i:74401;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints\";i:197380;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/core-api\";i:280878;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/markdown\";i:105540;s:107:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib\";i:961140;s:103:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc\";i:14440994;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/related-posts\";i:2075;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/slideshow\";i:7046;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/subscriptions\";i:62746;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/google-docs-embed\";i:4403;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-buttons\";i:1010;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/cookie-consent\";i:4092;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/contact-info\";i:5145;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/videopress\";i:1564;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/tock\";i:1832;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/map\";i:7497;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates\";i:6934;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/podcast-player\";i:15935;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/google-calendar\";i:2193;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/wordads\";i:5290;s:120:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/gif\";i:2285;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/like\";i:5074;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/business-hours\";i:4017;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/payment-buttons\";i:1519;s:134:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/instagram-gallery\";i:4542;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/payments-intro\";i:495;s:122:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/story\";i:16323;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/calendly\";i:8263;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blogroll/blogroll-item\";i:5707;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blogroll\";i:8800;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button\";i:1007;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/send-a-message\";i:1970;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/subscriber-login\";i:6861;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/donations\";i:8814;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/top-posts\";i:4375;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/button\";i:11933;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/image-compare\";i:2289;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/recipe\";i:3633;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view\";i:1839;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons\";i:947;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button\";i:3041;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service\";i:51069;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc\";i:58674;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view\";i:1514;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content\";i:70682;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-button/components\";i:55969;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-button\";i:106358;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/goodreads\";i:1238;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blogging-prompt\";i:1055;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/contact-form\";i:545;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/mailchimp\";i:8106;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/opentable\";i:6415;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/paywall\";i:1484;s:129:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/ai-assistant\";i:3406;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blog-stats\";i:3656;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/voice-to-content\";i:1616;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/eventbrite\";i:7948;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/markdown\";i:437;s:128:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/rating-star\";i:6590;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/recurring-payments\";i:383;s:132:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/simple-payments\";i:3021;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/nextdoor\";i:1545;s:131:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/repeat-visitor\";i:1520;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/ai-chat\";i:3126;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/pinterest\";i:9079;s:130:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/tiled-gallery\";i:6730;s:116:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks\";i:456961;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin\";i:1208;s:127:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/publicize\";i:2235;s:133:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens\";i:1125;s:126:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/payments\";i:611;s:123:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/likes\";i:1417;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/sharing\";i:1779;s:121:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/seo\";i:1385;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel\";i:601;s:117:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins\";i:10361;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/videopress-video\";i:1132;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container\";i:605;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-video\";i:530;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-audio\";i:530;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-cover\";i:530;s:125:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks\";i:3327;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions\";i:470649;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src\";i:11163;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer\";i:37152;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/images\";i:59608;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/admin\";i:498070;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/divi-editor\";i:1831;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/lib\";i:18626;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video\";i:226438;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks\";i:226438;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/extensions\";i:81;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor\";i:239382;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build\";i:817517;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/tus\";i:40899;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi\";i:6236;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src\";i:247917;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress\";i:1169121;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src\";i:33861;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker\";i:61283;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/contracts\";i:760;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/lib\";i:16705;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src\";i:17465;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core\";i:43859;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/images\";i:23766;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build\";i:46266;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/images\";i:23766;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src\";i:59254;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm\";i:163443;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src/endpoints\";i:48975;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src\";i:51469;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import\";i:78195;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build\";i:8264;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js\";i:2335;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src\";i:41495;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets\";i:98564;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore\";i:45149;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules\";i:390384;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/sync-queue\";i:30016;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src\";i:786143;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync\";i:871858;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images\";i:298995;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build\";i:583903;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src\";i:52354;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup\";i:698025;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src\";i:40310;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager\";i:64633;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src\";i:21794;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing\";i:56043;s:194:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-import-button\";i:11403;s:187:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-editor\";i:414860;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/images\";i:84343;s:192:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-import-page\";i:406386;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build\";i:916992;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/features/admin\";i:5109;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/features\";i:5109;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/media-service\";i:9340;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/store\";i:2885;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared\";i:12225;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src\";i:938035;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media\";i:966426;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src/css\";i:5723;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src/js\";i:11117;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src\";i:70142;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection\";i:92926;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/build\";i:16748;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/src\";i:3650;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat\";i:50094;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin/src\";i:76180;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin\";i:105923;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src/compatibility\";i:4079;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src\";i:81457;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn\";i:110855;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src\";i:11641;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config\";i:41331;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats/src\";i:43727;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats\";i:75440;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src\";i:3465;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants\";i:32728;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score/src\";i:27363;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score\";i:53877;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-status/src\";i:34045;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-status\";i:59880;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src\";i:17782;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks\";i:48353;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/build\";i:1008;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/src\";i:15901;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list\";i:46659;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/src\";i:60156;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics\";i:86020;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/util\";i:320;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/types\";i:4689;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/icons\";i:34936;s:217:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components/jetpack-integrations-modal/integration-card\";i:9013;s:206:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components/jetpack-integrations-modal/hooks\";i:4872;s:200:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components/jetpack-integrations-modal\";i:36264;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components\";i:36264;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form\";i:55457;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks\";i:55457;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/icons\";i:864;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/integrations\";i:22002;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/inbox/export-responses\";i:8848;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/inbox\";i:8848;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/about/svg\";i:9315;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/about\";i:20708;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/admin-migrate-page\";i:3430;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/hooks\";i:7427;s:182:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/create-form-button\";i:1540;s:183:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/inbox-status-toggle\";i:3316;s:185:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/actions-dropdown-menu\";i:1840;s:186:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/export-responses-modal\";i:1196;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/logo\";i:5481;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/layout\";i:3613;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/details\";i:609;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components\";i:17595;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard\";i:102568;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/store\";i:3813;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/service\";i:10118;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/form-step-navigation\";i:2208;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/file-field\";i:12480;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/form-progress-indicator\";i:643;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/form-step\";i:468;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/form\";i:10526;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules\";i:26325;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/css\";i:86355;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/js\";i:60033;s:165:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/templates\";i:5483;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/images/file-icons\";i:24763;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/images\";i:30308;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form\";i:589407;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src\";i:830354;s:171:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks/form-step-navigation\";i:3360;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks/form-progress-indicator\";i:1449;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks\";i:420662;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/dashboard/images\";i:24763;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/dashboard\";i:2289718;s:172:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/form-step-navigation\";i:2050;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/file-field\";i:5657;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/form-progress-indicator\";i:880;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/form-step\";i:849;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/form\";i:8245;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules\";i:17681;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css\";i:128594;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/js\";i:30349;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form\";i:158943;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist\";i:2887004;s:152:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets/images\";i:2495380;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets\";i:2495380;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms\";i:6289407;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/inline-help\";i:4123;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/wp-posts-list\";i:4738;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/admin-menu\";i:135969;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/nudges/additional-css\";i:7521;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/nudges\";i:8963;s:166:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/admin-color-schemes\";i:6883;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/profile-edit\";i:10213;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src\";i:172647;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/inline-help\";i:3447;s:161:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/wp-posts-list\";i:1113;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-menu\";i:16415;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/nudges/additional-css\";i:1228;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/nudges\";i:1228;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/modern\";i:278;s:179:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/blue\";i:278;s:184:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/ectoplasm\";i:278;s:187:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-dark\";i:31667;s:183:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/contrast\";i:31642;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sakura\";i:31738;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sunset\";i:31673;s:186:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/powder-snow\";i:34514;s:182:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sunrise\";i:278;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/light\";i:278;s:182:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/aquatic\";i:31685;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/fresh\";i:394;s:184:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/nightfall\";i:31683;s:183:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/midnight\";i:278;s:181:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/coffee\";i:278;s:180:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/ocean\";i:278;s:187:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-blue\";i:31702;s:189:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-bright\";i:34637;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors\";i:293559;s:167:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes\";i:293559;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist\";i:315762;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar\";i:524600;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search\";i:239058;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg\";i:256773;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard\";i:323590;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/inline-search\";i:8749;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build\";i:828170;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search\";i:25373;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg\";i:4854;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard\";i:13036;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes\";i:29042;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers\";i:7146;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls\";i:8296;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer\";i:18000;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/inline-search/js\";i:613;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/inline-search/styles\";i:1940;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/inline-search\";i:34567;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search\";i:57254;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css\";i:3776;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js\";i:13173;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets\";i:57139;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src\";i:320578;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility\";i:3663;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search\";i:1225191;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src\";i:271;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error\";i:27662;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src\";i:1863;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles\";i:30712;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src\";i:2606;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect\";i:32902;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images\";i:3315518;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build\";i:5411925;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products\";i:191489;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src\";i:286013;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack\";i:5816618;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src\";i:6234;s:137:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo\";i:35090;s:173:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/content-options\";i:56519;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/featured-content\";i:217;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/responsive-videos\";i:2343;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/compat\";i:6286;s:179:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/css\";i:10437;s:178:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/js\";i:7786;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types\";i:149329;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/social-menu\";i:76842;s:157:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src\";i:356599;s:174:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/content-options\";i:2383;s:175:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/featured-content\";i:242;s:176:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/responsive-videos\";i:1628;s:179:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/custom-post-types/js\";i:4200;s:176:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/custom-post-types\";i:4200;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist\";i:8453;s:162:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc/lib\";i:29713;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc\";i:29713;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper\";i:431452;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-models/src\";i:16868;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-models\";i:40441;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src\";i:7319;s:141:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui\";i:36570;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/block-delimiter/src\";i:30081;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/block-delimiter\";i:51727;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib\";i:108201;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat\";i:135185;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src\";i:4539;s:145:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats\";i:32224;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/traits\";i:5106;s:156:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks\";i:6677;s:168:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/_inc\";i:1523;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis\";i:45497;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/sso\";i:112917;s:147:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src\";i:494398;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/images\";i:80641;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist\";i:350798;s:150:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy\";i:85080;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection\";i:1019446;s:151:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/exceptions\";i:1243;s:163:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection\";i:46757;s:140:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src\";i:220214;s:136:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf\";i:261108;s:160:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/build\";i:977;s:158:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/src\";i:2927;s:164:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/_inc/test\";i:432;s:159:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/_inc\";i:432;s:154:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard\";i:29692;s:153:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src\";i:66105;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection\";i:97374;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip/src\";i:17878;s:135:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip\";i:42445;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build/images\";i:863577;s:148:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build\";i:2476832;s:155:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/rest-api\";i:77410;s:149:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/js\";i:9408;s:170:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/jetpack-social-settings\";i:12945;s:169:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator\";i:20152;s:146:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src\";i:300725;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize\";i:2845572;s:143:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src\";i:54062;s:139:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status\";i:95166;s:144:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/build\";i:24347;s:142:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/src\";i:59126;s:138:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze\";i:130907;s:124:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic\";i:24344179;s:113:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor\";i:24349038;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins/jetpack\";i:60477991;s:90:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/plugins\";i:228600412;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2025/05\";i:1118373;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2025/04\";i:7730246;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2025/01\";i:352495575;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2025/07\";i:11343645;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2025\";i:372687839;s:104:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpforms/cache\";i:2001212;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpforms\";i:2001963;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2024/05\";i:3827804;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2024/08\";i:88743440;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2024/09\";i:179781461;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2024/02\";i:48215595;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2024/10\";i:2067547;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2024/06\";i:74924865;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2024/01\";i:28047552;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2024/12\";i:29170670;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2024/07\";i:404586451;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2024/11\";i:1524997;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2024\";i:860890382;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2019/04\";i:6675540;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2019/12\";i:2229338;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2019/11\";i:9715154;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2019\";i:18620032;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2016/10\";i:19612322;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2016/11\";i:1510641;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2016\";i:21122963;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2021/08\";i:24554810;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2021/06\";i:16429293;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2021\";i:40984103;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2020/10\";i:8310168;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2020/06\";i:10364057;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2020/03\";i:13111816;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2020/12\";i:8984001;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2020/07\";i:1586375;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2020\";i:42356417;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2023/02\";i:462814;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2023/01\";i:16186289;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2023\";i:16649103;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/26\";i:71;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/20\";i:71;s:97:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/9\";i:71;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/28\";i:701914;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/23\";i:730380;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/30\";i:4196416;s:109:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/preview_files\";i:48800353;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/22\";i:6696693;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/14\";i:3899213;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/19\";i:5354039;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/16\";i:2742872;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/15\";i:1018096;s:99:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/csv\";i:24746;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/10\";i:12226551;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/17\";i:4565872;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/18\";i:11666304;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/29\";i:2471748;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/21\";i:8080385;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/31\";i:2454215;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/25\";i:1019319;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd/24\";i:10565944;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wpfd\";i:127215273;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2022/07\";i:72131;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2022\";i:72131;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/wtfdivi\";i:632;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2017/10\";i:13069513;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2017/01\";i:3569666;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2017/12\";i:78426;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2017\";i:16717605;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2018/09\";i:3951562;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2018/10\";i:14740328;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2018\";i:18691890;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2014/09\";i:15939090;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2014/10\";i:12778;s:98:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2014/11\";i:537186;s:95:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads/2014\";i:16489054;s:90:\"/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/uploads\";i:1554499444;}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (675622, 'nfd_coming_soon_module_version', '1.5.0', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (704901, 'jetpack_affiliate_code', 86241, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (734367, 'nfd_ecommerce_module_version', '1.7.8', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (760018, 'jetpack_boost_speed_score_history_8d7ef88300b05f71113318bebba43263', 'a:2:{i:0;a:3:{s:9:\"timestamp\";i:1714662373;s:6:\"scores\";a:2:{s:6:\"mobile\";i:69;s:7:\"desktop\";i:83;}s:5:\"theme\";s:4:\"Divi\";}i:1;a:3:{s:9:\"timestamp\";i:1728518854;s:6:\"scores\";a:2:{s:6:\"mobile\";i:36;s:7:\"desktop\";i:58;}s:5:\"theme\";s:4:\"Divi\";}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (769654, 'optin_monster_api_activation_redirect_disabled', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (769655, 'wpforms_activation_redirect', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (776460, 'wpfd_custom_ordering_list', 'a:1:{i:30;s:78:\"{\"0\":\"2192\",\"1\":\"2191\",\"2\":\"5701\",\"3\":\"5626\",\"4\":\"2195\",\"5\":\"2196\",\"6\":\"2200\"}\";}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (776461, 'taxonomy_30', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (778598, 'wpfd-category_children', 'a:3:{i:9;a:9:{i:0;i:17;i:1;i:18;i:2;i:19;i:3;i:20;i:4;i:21;i:5;i:23;i:6;i:24;i:7;i:25;i:8;i:28;}i:26;a:1:{i:0;i:22;}i:20;a:3:{i:0;i:29;i:1;i:30;i:2;i:31;}}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (792416, 'jp_sync_last_success_immediate-send', 1728507684.0705, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (794337, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (801623, 'printfriendly_option', 'a:38:{s:9:\"pro_email\";s:22:\"ehalvorson@lockton.com\";s:10:\"pro_domain\";s:32:\"bannerbenefits.mybenefitport.com\";s:14:\"license_status\";s:4:\"none\";s:12:\"license_date\";s:13:\"1739486276218\";s:7:\"pf_algo\";s:2:\"wp\";s:10:\"css-author\";s:0:\"\";s:11:\"css-content\";s:0:\"\";s:8:\"css-date\";s:0:\"\";s:9:\"css-title\";s:0:\"\";s:16:\"css-primaryImage\";s:0:\"\";s:19:\"pf_algo_css_content\";s:8:\"original\";s:11:\"button_type\";s:49:\"buttons/printfriendly-pdf-email-button-notext.png\";s:18:\"custom_button_icon\";s:61:\"https://cdn.printfriendly.com/icons/printfriendly-icon-md.png\";s:12:\"custom_image\";s:0:\"\";s:18:\"custom_button_text\";s:11:\"custom-text\";s:11:\"custom_text\";s:13:\"PrintFriendly\";s:9:\"text_size\";i:14;s:10:\"text_color\";s:7:\"#3AAA11\";s:17:\"content_placement\";s:5:\"after\";s:23:\"button_alignment_method\";s:7:\"default\";s:16:\"content_position\";s:4:\"left\";s:20:\"content_position_css\";s:0:\"\";s:18:\"password_protected\";s:2:\"no\";s:19:\"show_hidden_content\";s:2:\"no\";s:4:\"logo\";s:7:\"favicon\";s:9:\"image_url\";s:0:\"\";s:7:\"tagline\";s:0:\"\";s:23:\"enable_google_analytics\";s:2:\"no\";s:15:\"click_to_delete\";s:1:\"0\";s:11:\"images-size\";s:9:\"full-size\";s:11:\"image-style\";s:5:\"block\";s:5:\"email\";s:1:\"0\";s:3:\"pdf\";s:1:\"0\";s:5:\"print\";s:1:\"0\";s:10:\"custom_css\";s:0:\"\";s:15:\"css_include_via\";s:10:\"inline_tag\";s:10:\"enable_css\";s:2:\"on\";s:10:\"db_version\";i:21;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (808534, 'newfold_features', 'a:5:{s:8:\"patterns\";b:1;s:11:\"performance\";b:1;s:10:\"helpCenter\";b:1;s:7:\"staging\";b:1;s:11:\"my-products\";b:1;}', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (815838, '_site_transient_et_update_all_plugins', 'O:8:\"stdClass\":3:{s:7:\"checked\";a:9:{s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.4\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:5:\"1.6.9\";s:29:\"divi-booster/divi-booster.php\";s:5:\"4.6.1\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.4\";s:19:\"jetpack/jetpack.php\";s:4:\"13.7\";s:29:\"ninja-tables/ninja-tables.php\";s:6:\"5.0.12\";s:37:\"ninja-tables-pro/ninja-tables-pro.php\";s:5:\"5.0.7\";s:20:\"printfriendly/pf.php\";s:5:\"5.5.5\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.2\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1723521213;}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (821323, '_site_transient_et_update_themes', 'O:8:\"stdClass\":4:{s:7:\"checked\";a:3:{s:4:\"Divi\";s:6:\"4.27.4\";s:16:\"twentytwentyfive\";s:3:\"1.2\";s:16:\"twentytwentyfour\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:6:\"4.27.4\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:144:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=0d0599f2cd2b8d6da8e77df897534264675ab194&username=Ehalvorson\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"last_checked\";i:1753112442;}', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (824096, '_ninja_tables_settings_migration', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (824097, '_ninja_tables_sorting_migration', 1, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (824127, '_ninja_tables_plugin_suggest_dismiss', 1718046925, 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (824131, '_ninjatables_pro_license_status', 'valid', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (824132, '_ninjatables_pro_license_key', 'e6c644e1f0d7875dbbc27bbc50938f78', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (824341, '_ninja_table_lead_options', 'a:2:{s:17:\"lead_optin_status\";s:3:\"yes\";s:15:\"lead_optin_time\";i:1718394302;}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (859893, '_transient_my-jetpack-purchases', 'a:0:{}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (870021, 'et_divi_builder_presets_history_meta', 'a:2:{s:5:\"index\";i:-1;s:4:\"size\";i:0;}', 'no');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (871435, 'nfd_module_survey_queue', 'a:0:{}', 'yes');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (876576, 'jb_transient_jetpack_boost_speed_scores_4c89a2c79d78b897438fdad14819a359', 'a:2:{s:6:\"expire\";i:1736374871;s:4:\"data\";a:8:{s:2:\"id\";s:32:\"4c89a2c79d78b897438fdad14819a359\";s:3:\"url\";s:46:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d\";s:14:\"active_modules\";a:0:{}s:7:\"created\";d:1736374543.825991;s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"client\";s:18:\"jetpack-my-jetpack\";s:11:\"retry_count\";i:0;}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (899799, 'divibooster_version', '4.6.1', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (899812, 'wtfdivi_last_error', '', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (899813, 'wtfdivi', 'a:53:{s:8:\"lastsave\";s:10:\"1723149123\";s:7:\"general\";a:1:{s:4:\"open\";s:1:\"0\";}s:21:\"general-accessibility\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"fixes\";a:58:{s:28:\"155-add-logo-link-aria-label\";a:1:{s:9:\"arialabel\";s:9:\"Home Page\";}s:17:\"014-add-new-icons\";a:1:{s:6:\"urlmax\";s:1:\"0\";}s:20:\"073-add-social-icons\";a:9:{s:8:\"linkedin\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:5:\"flikr\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";}s:27:\"126-customizer-social-icons\";a:2:{s:7:\"enabled\";s:1:\"1\";s:5:\"icons\";s:0:\"\";}s:27:\"004-add-image-before-header\";a:2:{s:3:\"url\";s:0:\"\";s:7:\"linkurl\";s:0:\"\";}s:33:\"018-box-layout-in-front-of-header\";a:3:{s:12:\"headerheight\";s:3:\"120\";s:9:\"headercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:28:\"135-set-mobile-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:29:\"095-secondary-nav-hover-color\";a:1:{s:8:\"hovercol\";s:24:\"rgba(255, 255, 255, 0.7)\";}s:26:\"116-add-text-to-top-header\";a:1:{s:13:\"topheadertext\";s:0:\"\";}s:31:\"119-make-phone-number-clickable\";a:1:{s:8:\"phonenum\";s:0:\"\";}s:42:\"024-scroll-further-before-shrinking-header\";a:1:{s:6:\"offset\";s:3:\"500\";}s:37:\"029-use-menu-button-on-large-displays\";a:1:{s:5:\"color\";s:7:\"#2ea3f2\";}s:24:\"066-change-header-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:34:\"071-submenu-hover-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:31:\"074-set-header-menu-hover-color\";a:1:{s:3:\"col\";s:19:\"rgba(0, 0, 0, 0.42)\";}s:35:\"087-change-space-between-menu-items\";a:1:{s:15:\"menuitempadding\";s:2:\"22\";}s:20:\"113-change-logo-link\";a:1:{s:7:\"logourl\";s:0:\"\";}s:27:\"121-search-icon-hover-color\";a:1:{s:8:\"hovercol\";s:7:\"#ffffff\";}s:28:\"133-header-title-and-tagline\";a:3:{s:6:\"layout\";s:10:\"horizontal\";s:16:\"titleHeaderLevel\";s:2:\"h2\";s:18:\"taglineHeaderLevel\";s:1:\"p\";}s:34:\"028-add-text-to-mobile-menu-button\";a:1:{s:14:\"menubuttontext\";s:0:\"\";}s:29:\"103-set-mobile-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:43:\"127-change-centered-header-select-page-text\";a:1:{s:14:\"selectpagetext\";s:0:\"\";}s:34:\"142-mobile-menu-select-page-bg-col\";a:1:{s:5:\"bgcol\";s:19:\"rgba(0, 0, 0, 0.05)\";}s:28:\"145-mobile-menu-button-color\";a:1:{s:9:\"buttoncol\";s:21:\"rgba(46, 163, 242, 1)\";}s:27:\"149-project-cpt-custom-name\";a:3:{s:4:\"slug\";s:7:\"project\";s:4:\"name\";s:7:\"Project\";s:11:\"name_plural\";s:8:\"Projects\";}s:28:\"006-sidebar-background-color\";a:1:{s:5:\"bgcol\";s:22:\"rgba(255, 255, 255, 1)\";}s:28:\"138-set-footer-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:25:\"148-footer-menu-alignment\";a:1:{s:5:\"align\";s:4:\"left\";}s:23:\"152-footer-menu-padding\";a:2:{s:3:\"top\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";}s:20:\"067-edit-footer-html\";a:1:{s:10:\"footerhtml\";s:0:\"\";}s:25:\"150-footer-bottom-padding\";a:2:{s:3:\"top\";s:2:\"15\";s:6:\"bottom\";s:1:\"5\";}s:23:\"151-footer-info-padding\";a:2:{s:3:\"top\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";}s:32:\"115-set-minimum-cta-button-width\";a:1:{s:8:\"ctawidth\";s:3:\"180\";}s:28:\"106-make-accordions-closable\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:30:\"016-gallery-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:31:\"017-gallery-module-image-border\";a:1:{s:9:\"bordercol\";s:7:\"#ffffff\";}s:26:\"047-change-map-marker-icon\";a:1:{s:3:\"url\";s:0:\"\";}s:32:\"068-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:43:\"072-filterable-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:24:\"005-adjust-slider-height\";a:1:{s:12:\"sliderheight\";s:3:\"500\";}s:38:\"046-slider-text-transparent-background\";a:3:{s:5:\"bgcol\";s:7:\"#000000\";s:7:\"opacity\";s:2:\"50\";s:13:\"border-radius\";s:2:\"15\";}s:28:\"011-custom-css-media-queries\";a:2:{s:7:\"enabled\";s:1:\"1\";s:9:\"customcss\";a:8:{s:7:\"enabled\";a:2:{i:0;s:1:\"0\";i:1;s:1:\"1\";}s:4:\"user\";a:1:{i:0;s:3:\"all\";}s:8:\"pagetype\";a:1:{i:0;s:3:\"all\";}s:13:\"elegantthemes\";a:1:{i:0;s:3:\"all\";}s:7:\"browser\";a:1:{i:0;s:3:\"all\";}s:6:\"device\";a:1:{i:0;s:3:\"all\";}s:12:\"mediaqueries\";a:1:{i:0;s:3:\"all\";}s:3:\"css\";a:1:{i:0;s:0:\"\";}}}s:19:\"033-export-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:19:\"034-import-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:22:\"037-view-generated-css\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:21:\"040-view-generated-js\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:30:\"050-view-generated-footer-html\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:27:\"053-view-generated-htaccess\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:31:\"015-adjust-phone-and-email-size\";a:4:{s:8:\"fontsize\";s:3:\"100\";s:3:\"col\";s:7:\"#ffffff\";s:8:\"hovercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:17:\"019-sidebar-width\";a:1:{s:12:\"sidebarwidth\";s:3:\"285\";}s:29:\"025-set-mobile-menu-bar-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:22:\"052-change-logo-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:22:\"064-set-body-font-size\";a:1:{s:8:\"fontsize\";s:3:\"100\";}s:29:\"075-set-header-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:39:\"077-adjust-page-builder-section-spacing\";a:2:{s:3:\"top\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";}s:35:\"078-adjust-page-builder-row-spacing\";a:1:{s:3:\"top\";s:2:\"30\";}s:27:\"084-set-bottom-footer-color\";a:1:{s:5:\"bgcol\";s:7:\"#000000\";}s:24:\"065-set-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}}s:13:\"general-icons\";a:1:{s:4:\"open\";s:1:\"0\";}s:14:\"general-layout\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-links\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-speed\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"header\";a:1:{s:4:\"open\";s:1:\"0\";}s:10:\"header-top\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"header-main\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"header-mobile\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"posts\";a:1:{s:4:\"open\";s:1:\"0\";}s:8:\"projects\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"sidebar\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"footer\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"footer-layout\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"footer-menu\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"footer-bottombar\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"pagebuilder\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"pagebuilder-divi\";a:1:{s:4:\"open\";s:1:\"0\";}s:19:\"pagebuilder-classic\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"pagebuilder-visual\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"modules\";a:1:{s:4:\"open\";s:1:\"1\";}s:17:\"modules-accordion\";a:1:{s:4:\"open\";s:1:\"1\";}s:17:\"modules-countdown\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-gallery\";a:1:{s:4:\"open\";s:1:\"0\";}s:23:\"modules-headerfullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"modules-map\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-portfolio\";a:1:{s:4:\"open\";s:1:\"0\";}s:25:\"modules-portfoliofiltered\";a:1:{s:4:\"open\";s:1:\"0\";}s:26:\"modules-portfoliofullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-postnav\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"modules-postslider\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-pricing\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-subscribe\";a:1:{s:4:\"open\";s:1:\"0\";}s:14:\"modules-slider\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"modules-text\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"plugins\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"plugins-edd\";a:1:{s:4:\"open\";s:1:\"0\";}s:19:\"plugins-woocommerce\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"plugins-other\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"customcss\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"developer\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"developer-export\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"developer-css\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"developer-js\";a:1:{s:4:\"open\";s:1:\"0\";}s:21:\"developer-footer-html\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"developer-htaccess\";a:1:{s:4:\"open\";s:1:\"0\";}s:10:\"deprecated\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"deprecated-divi4\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi24\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi23\";a:1:{s:4:\"open\";s:1:\"0\";}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (904751, 'nfd_fb_hash_hiive_token', '45911cf8da6cec4c23f7a5779f2e07d6', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (959659, 'jetpack_protect_status', 's:2533:\"O:8:\"stdClass\":8:{s:12:\"last_checked\";s:19:\"2025-01-08 18:53:19\";s:19:\"num_vulnerabilities\";i:0;s:27:\"num_plugins_vulnerabilities\";i:0;s:26:\"num_themes_vulnerabilities\";i:0;s:6:\"status\";s:11:\"in_progress\";s:4:\"core\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"6.7.1\";s:15:\"vulnerabilities\";a:0:{}}s:6:\"themes\";O:8:\"stdClass\":3:{s:4:\"Divi\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"4.27.4\";s:15:\"vulnerabilities\";a:0:{}}s:16:\"twentytwentyfive\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.0\";s:15:\"vulnerabilities\";a:0:{}}s:16:\"twentytwentyfour\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.3\";s:15:\"vulnerabilities\";a:0:{}}}s:7:\"plugins\";O:8:\"stdClass\":16:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:7:\"4.7.7.2\";s:15:\"vulnerabilities\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.6.7\";s:15:\"vulnerabilities\";a:0:{}}s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.6.9\";s:15:\"vulnerabilities\";a:0:{}}s:29:\"divi-booster/divi-booster.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"4.6.1\";s:15:\"vulnerabilities\";a:0:{}}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"4.5.4\";s:15:\"vulnerabilities\";a:0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"9.2.4\";s:15:\"vulnerabilities\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:4:\"14.2\";s:15:\"vulnerabilities\";a:0:{}}s:29:\"ninja-tables/ninja-tables.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"5.0.17\";s:15:\"vulnerabilities\";a:0:{}}s:37:\"ninja-tables-pro/ninja-tables-pro.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"5.0.13\";s:15:\"vulnerabilities\";a:0:{}}s:37:\"optinmonster/optin-monster-wp-api.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:7:\"2.16.13\";s:15:\"vulnerabilities\";a:0:{}}s:20:\"printfriendly/pf.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"5.5.6\";s:15:\"vulnerabilities\";a:0:{}}s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"3.15.8\";s:15:\"vulnerabilities\";a:0:{}}s:34:\"userfeedback-lite/userfeedback.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.3.0\";s:15:\"vulnerabilities\";a:0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"0.8.3\";s:15:\"vulnerabilities\";a:0:{}}s:37:\"wp-file-download/wp-file-download.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"6.2.0\";s:15:\"vulnerabilities\";a:0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:7:\"1.9.2.3\";s:15:\"vulnerabilities\";a:0:{}}}}\";', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (959660, 'jetpack_protect_status_time', 1736378130, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (979097, 'jetpack_unique_connection', 'a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:2;s:7:\"version\";s:5:\"3.6.1\";}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (979104, 'jetpack_active_modules_initialized', 1, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (979413, 'jetpack_boost_speed_score_history_4c89a2c79d78b897438fdad14819a359', 'a:3:{i:0;a:3:{s:9:\"timestamp\";i:1728508785;s:6:\"scores\";a:2:{s:6:\"mobile\";i:40;s:7:\"desktop\";i:69;}s:5:\"theme\";s:4:\"Divi\";}i:1;a:3:{s:9:\"timestamp\";i:1732052065;s:6:\"scores\";a:2:{s:6:\"mobile\";i:40;s:7:\"desktop\";i:70;}s:5:\"theme\";s:4:\"Divi\";}i:2;a:3:{s:9:\"timestamp\";i:1736374571;s:6:\"scores\";a:2:{s:6:\"mobile\";i:52;s:7:\"desktop\";i:72;}s:5:\"theme\";s:4:\"Divi\";}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (980255, 'monitor_receive_notifications', 1, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1038935, 'wpfd_cloud_available_tags_indexing', '', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1038936, 'wpfd_cloud_available_tags_index_processing', 1, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1038938, 'wpfd_cloud_available_tags', 'a:0:{}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1051024, 'odyssey_stats_admin_asset_cache_buster', '{\"cache_buster\":\"edece3931f6\",\"cached_at\":1736374517701}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070779, 'widget_monsterinsights-popular-posts-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070780, 'monsterinsights_usage_tracking_config', 'a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:11;s:6:\"minute\";i:33;s:6:\"second\";i:15;s:6:\"offset\";i:127995;s:8:\"initsend\";i:1731929595;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070781, 'monsterinsights_settings', 'a:45:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:22:\"ehalvorson@lockton.com\";}}s:31:\"exception_alert_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:22:\"ehalvorson@lockton.com\";}}s:17:\"automatic_updates\";s:3:\"all\";s:14:\"anonymous_data\";i:0;s:18:\"verified_automatic\";i:0;s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:19:\"verified_appearance\";s:5:\"light\";s:17:\"verified_position\";s:6:\"center\";}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070782, 'monsterinsights_over_time', 'a:6:{s:17:\"installed_version\";s:5:\"9.2.2\";s:14:\"installed_date\";i:1731521706;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1731521706;s:19:\"connected_date_lite\";i:1731529774;s:14:\"connected_date\";i:1732213870;}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070783, 'monsterinsights_db_version', '7.4.0', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070784, 'monsterinsights_current_version', '9.2.2', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070786, 'monsterinsights_sitenotes_installed', 1731521706, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070788, 'monsterinsights_feedback_tracked_features', 'a:0:{}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070797, 'monsterinsights_review', 'a:2:{s:4:\"time\";i:1733588922;s:9:\"dismissed\";b:1;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070803, 'monsterinsights_notifications', '', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070814, 'monsterinsights_notifications_run', 'a:24:{s:50:\"monsterinsights_notification_install_user_feedback\";i:1752073131;s:37:\"monsterinsights_notification_visitors\";i:1752073134;s:37:\"monsterinsights_notification_audience\";i:1752073143;s:55:\"monsterinsights_notification_mobile_device_high_traffic\";i:1752073143;s:42:\"monsterinsights_notification_mobile_device\";i:1752073146;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1752073146;s:56:\"monsterinsights_notification_upgrade_to_pro_high_traffic\";i:1752073151;s:40:\"monsterinsights_notification_bounce_rate\";i:1752073188;s:47:\"monsterinsights_notification_returning_visitors\";i:1752073188;s:45:\"monsterinsights_notification_traffic_dropping\";i:1752073216;s:64:\"monsterinsights_notification_upgrade_for_popular_posts_templates\";i:1752073216;s:57:\"monsterinsights_notification_upgrade_for_events_reporting\";i:1752073230;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1752073237;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1752073272;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1752073395;s:58:\"monsterinsights_notification_upgrade_for_custom_dimensions\";i:1752073399;s:39:\"monsterinsights_notification_eu_traffic\";i:1752073406;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1752073406;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1753112490;s:46:\"monsterinsights_notification_headline_analyzer\";i:1753112557;s:49:\"monsterinsights_notification_install_optinmonster\";i:1753112564;s:43:\"monsterinsights_notification_install_aioseo\";i:1753112564;s:44:\"monsterinsights_notification_install_wpforms\";i:1753112564;s:43:\"monsterinsights_notification_multiple_gtags\";i:1753112564;}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1070820, 'monsterinsights_site_tt', '830000c5b80adaf1e888c036c96fa66072238f9c38bfad7802344b4b5913f71c6524b03eac2307415f05ce38b1515b9d1852b22a61b5b187b1adc3bf51d14419', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071133, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"df0c8c5dc02b9086e5e141ed0671c998\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071335, 'monsterinsights_site_profile', 'a:11:{s:3:\"key\";s:128:\"90add79ce7f63aab7650733d1fb3656501fb5d99f53cb83169961f1ef564aea57223e957ee4f9519ab6795c4ea363206ba56c63c948cb4b7ca9646e621bbf02a\";s:5:\"token\";s:128:\"c7cc0304a10f3bf3032465a6bc86e028c375ff4ad9ead2a38386b1ab3987cbb5ab46e228de0d6685f8c19936a60e7fc1f525daba489e42bc521f2bc53698da8b\";s:8:\"viewname\";s:12:\"G-J2NTLSSP7W\";s:1:\"a\";s:9:\"336521700\";s:1:\"w\";s:9:\"467266267\";s:1:\"p\";s:10:\"9939042011\";s:7:\"siteurl\";s:46:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d\";s:6:\"neturl\";s:56:\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/\";s:27:\"measurement_protocol_secret\";s:22:\"PCbyXfXASmepY_-FLNHOBw\";s:2:\"v4\";s:12:\"G-J2NTLSSP7W\";s:15:\"connection_time\";i:1731529774;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071369, 'userfeedback_usage_tracking_config', 'a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:21;s:6:\"minute\";i:30;s:6:\"second\";i:19;s:6:\"offset\";i:163819;s:8:\"initsend\";i:1731965419;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071370, 'userfeedback_over_time', 'a:5:{s:1:\"d\";b:0;s:17:\"installed_version\";s:5:\"1.2.0\";s:14:\"installed_date\";i:1731529814;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1731529814;}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071371, 'userfeedback_db_version', '1.0.0', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071372, 'userfeedback_current_version', '1.7.0', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071373, 'userfeedback_settings', 'a:20:{s:12:\"widget_theme\";s:5:\"light\";s:12:\"widget_color\";s:7:\"#ffffff\";s:17:\"widget_text_color\";s:7:\"#23282D\";s:19:\"widget_button_color\";s:7:\"#2D87F1\";s:22:\"widget_start_minimized\";b:0;s:16:\"widget_show_logo\";b:0;s:18:\"widget_custom_logo\";s:0:\"\";s:15:\"widget_position\";s:12:\"bottom_right\";s:24:\"notifications_recipients\";s:0:\"\";s:27:\"notifications_html_template\";b:1;s:26:\"notifications_header_image\";s:0:\"\";s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:19:\"create_edit_surveys\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:12:\"view_results\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:14:\"delete_surveys\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:20:\"allow_usage_tracking\";b:1;s:18:\"summaries_disabled\";b:0;s:23:\"summaries_html_template\";b:1;s:25:\"summaries_email_addresses\";a:1:{i:0;s:22:\"ehalvorson@lockton.com\";}s:17:\"automatic_updates\";s:4:\"none\";}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071395, 'aioseo_activation_redirect', 1, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071396, 'action_scheduler_lock_async-request-runner', '687e6096ae25d1.31167385|1753112786', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071397, 'aioseo_options_internal', '{\"internal\":{\"connectLicenseKey\":null,\"lastActiveVersion\":\"4.8.5\",\"migratedVersion\":\"0.0\",\"siteAnalysis\":{\"connectToken\":null},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[],\"searchStatistics\":{\"profile\":[],\"trustToken\":null,\"rolling\":\"last28Days\",\"site\":{\"verified\":false,\"lastFetch\":0},\"sitemap\":{\"list\":[],\"ignored\":[],\"lastFetch\":0}},\"ai\":{\"accessToken\":\"07050bf431673dbe1523072d9d68c4513070cdf4c1d5a1913821febf114f4f75\",\"isTrialAccessToken\":true,\"credits\":{\"total\":100,\"remaining\":100,\"orders\":[],\"license\":{\"total\":0,\"remaining\":0,\"expires\":0}}}},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"1uS_aioseo_cache\\\":[]}\"}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071398, 'aioseo_options_internal_lite', '{\"internal\":{\"activated\":1731529818,\"firstActivated\":1731529818,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071411, 'aioseo_dynamic_settings_backup', '{}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071422, 'optin_monster_api', 'a:12:{s:3:\"api\";a:0:{}s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;s:9:\"installed\";i:1731529825;s:9:\"connected\";s:0:\"\";s:4:\"beta\";b:0;s:12:\"auto_updates\";s:0:\"\";s:14:\"usage_tracking\";b:0;s:18:\"hide_announcements\";b:0;s:7:\"welcome\";a:1:{s:6:\"status\";s:4:\"none\";}s:15:\"connectionToken\";s:32:\"a4274808685fb6fc88ea61c6dc67429b\";}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071423, 'omapi_review', 'a:2:{s:4:\"time\";i:1731529825;s:9:\"dismissed\";b:0;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071434, 'widget_optin-monster-api', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071435, '_transient_timeout__omapi_validate', 1753198999, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071436, '_transient__omapi_validate', 1, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071443, 'om_notifications', 'a:4:{s:7:\"updated\";i:1753112490;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071444, 'optinmonster_upgrade_completed', '2.16.19', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071455, 'wpforms_version', '1.9.2.1', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071456, 'wpforms_version_lite', '1.9.2.1', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071457, 'wpforms_activated', 'a:1:{s:4:\"lite\";i:1731529833;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071470, 'widget_wpforms-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071471, 'wpforms_settings', 'a:3:{s:13:\"modern-markup\";s:1:\"1\";s:20:\"modern-markup-is-set\";b:1;s:26:\"modern-markup-hide-setting\";b:1;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071476, 'wpforms_versions_lite', 'a:26:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.8.2\";i:0;s:5:\"1.8.3\";i:0;s:5:\"1.8.4\";i:0;s:5:\"1.8.6\";i:0;s:5:\"1.8.7\";i:0;s:5:\"1.9.1\";i:0;s:5:\"1.9.2\";i:0;s:7:\"1.9.2.1\";i:1731529835;s:7:\"1.9.2.2\";i:1731944554;s:7:\"1.9.2.3\";i:1733240535;s:7:\"1.9.3.1\";i:1737042046;s:7:\"1.9.3.2\";i:1738078894;s:7:\"1.9.4.1\";i:1740670885;s:7:\"1.9.4.2\";i:1741794047;s:5:\"1.9.5\";i:1745509342;s:7:\"1.9.5.1\";i:1745941275;s:7:\"1.9.5.2\";i:1746459691;s:5:\"1.9.6\";i:1749138056;s:7:\"1.9.6.1\";i:1750174917;s:7:\"1.9.6.2\";i:1751989261;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071477, 'wpforms_admin_notices', 'a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1731529836;s:9:\"dismissed\";b:0;}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071478, 'aioseo_options_dynamic_localized', 'a:12:{s:42:\"searchAppearance_taxonomies_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:50:\"searchAppearance_taxonomies_project_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_project_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_project_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_project_tag_metaDescription\";s:21:\"#taxonomy_description\";s:47:\"searchAppearance_taxonomies_wpfd-category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:57:\"searchAppearance_taxonomies_wpfd-category_metaDescription\";s:21:\"#taxonomy_description\";s:54:\"searchAppearance_taxonomies_et_code_snippet_type_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:64:\"searchAppearance_taxonomies_et_code_snippet_type_metaDescription\";s:21:\"#taxonomy_description\";}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071481, 'aioseo_options', '{\"internal\":[],\"webmasterTools\":{\"google\":null,\"bing\":null,\"yandex\":null,\"baidu\":null,\"pinterest\":null,\"microsoftClarityProjectId\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"separator\":\"&raquo;\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":\"\",\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"&lt;p&gt;The post #post_link first appeared on #site_link.&lt;\\/p&gt;\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":[\"seoSetup\",\"seoOverview\",\"seoNews\"],\"announcements\":true,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false,\"emailSummary\":{\"enable\":false,\"recipients\":[{\"email\":\"ehalvorson@lockton.com\",\"frequency\":\"monthly\"}]}},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"tiktokUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":null,\"twitterUrl\":null,\"instagramUrl\":null,\"tiktokUrl\":null,\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null,\"wordPressUrl\":null},\"additionalUrls\":null},\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary_large_image\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"&#45;\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"#tagline\",\"keywords\":null,\"schema\":{\"websiteName\":\"#site_title\",\"websiteAlternateName\":null,\"siteRepresents\":\"organization\",\"person\":null,\"organizationName\":\"#site_title\",\"organizationDescription\":\"#tagline\",\"organizationLogo\":\"\",\"personName\":null,\"personLogo\":null,\"phone\":null,\"email\":null,\"foundingDate\":null,\"numberOfEmployees\":{\"isRange\":null,\"from\":null,\"to\":null,\"number\":null}}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":false,\"dynamicallyGenerateKeywords\":false,\"pagedFormat\":\"#separator_sa Page #page_number\",\"runShortcodes\":false,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false}},\"blockArgs\":{\"enable\":false,\"logsRetention\":\"{\\\"label\\\":\\\"1 week\\\",\\\"value\\\":\\\"week\\\"}\"},\"removeCategoryBase\":false},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_name #separator_sa #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":true,\"title\":\"#archive_date #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":false,\"title\":\"#search_term #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}}},\"searchStatistics\":{\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\"]}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"breadcrumbs\":{\"enable\":true},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[],\"noPaginationForCanonical\":true}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}},\"writingAssistant\":{\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\"]}}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071482, 'aioseo_options_lite', '{\"advanced\":{\"usageTracking\":false}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071483, 'aioseo_options_dynamic', '{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"project\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":{\"category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"post_tag\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"project_category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"project_tag\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"wpfd-category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"et_code_snippet_type\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"project\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"redirectAttachmentUrls\":\"attachment\"},\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null}},\"taxonomies\":{\"category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"wpfd-category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"et_code_snippet_type\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":null}}}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071496, 'userfeedback_notifications', 'a:4:{s:6:\"update\";i:1753112490;s:4:\"feed\";a:2:{i:0;O:34:\"UserFeedback_Notification_External\":12:{s:2:\"id\";i:117;s:5:\"title\";s:41:\"NEW: Target Survey Responses by Location!\";s:7:\"content\";s:354:\"Stop getting feedback from the wrong places. With the new Geo Targeting feature in UserFeedback 1.6, you can now show surveys only to visitors from specific countries - like sending a shipping satisfaction survey exclusively to EU customers, and more! Upgrade to Pro to get feedback from the right audience, make smarter decisions, and boost your growth.\";s:8:\"interval\";i:0;s:11:\"active_from\";s:19:\"05/30/2025 12:00 am\";s:12:\"active_until\";s:19:\"11/30/2025 12:00 am\";s:13:\"license_types\";a:1:{i:0;s:4:\"lite\";}s:8:\"category\";s:5:\"alert\";s:8:\"priority\";i:2;s:4:\"icon\";s:7:\"default\";s:9:\"is_remote\";b:1;s:7:\"buttons\";a:2:{i:0;a:3:{s:3:\"url\";s:148:\"https://www.userfeedback.com/pricing/?utm_source=liteplugin&utm_medium=userfeedback-notifications-sidebar&utm_campaign=notifications&utm_content=1-6\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}i:1;a:3:{s:3:\"url\";s:173:\"https://www.userfeedback.com/new-survey-geo-targeting-feature/?utm_source=liteplugin&utm_medium=userfeedback-notifications-sidebar&utm_campaign=notifications&utm_content=1-6\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}}i:1;O:34:\"UserFeedback_Notification_External\":12:{s:2:\"id\";i:115;s:5:\"title\";s:47:\"[NEW] -  Introducing Heatmaps for UserFeedback!\";s:7:\"content\";s:403:\"Now with UserFeedback, you can literally see exactly where your visitors click, scroll, and focus their attention – giving you crystal-clear insights into user behavior across your entire WordPress website.  Unlike other complex analytics tools that require technical expertise, UserFeedback’s heatmaps are incredibly intuitive and ready to use in minutes. Upgrade today to instantly unlock access. \";s:8:\"interval\";i:0;s:11:\"active_from\";s:19:\"04/21/2025 12:00 am\";s:12:\"active_until\";s:19:\"10/20/2025 12:00 am\";s:13:\"license_types\";a:1:{i:0;s:4:\"lite\";}s:8:\"category\";s:5:\"alert\";s:8:\"priority\";i:2;s:4:\"icon\";s:7:\"default\";s:9:\"is_remote\";b:1;s:7:\"buttons\";a:2:{i:0;a:3:{s:3:\"url\";s:125:\"https://www.userfeedback.com/lite?utm_source=liteplugin&utm_campaign=notifications&utm_medium=liteplugin&utm_content=heatmaps\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}i:1;a:3:{s:3:\"url\";s:154:\"https://www.userfeedback.com/introducing-userfeedback-heatmaps?utm_source=liteplugin&utm_campaign=notifications&utm_medium=liteplugin&utm_content=heatmaps\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071502, 'wpforms_process_forms_locator_status', 'completed', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1071524, 'userfeedback_admin_menu_tooltip', 1753112578, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1075304, 'wpforms_notifications', 'a:4:{s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1753112550;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1080302, '_wpforms_transient_wpforms_htaccess_file', 'a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1731674746;s:5:\"ctime\";i:1731674746;}', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1080303, 'wpforms_email_summaries_fetch_info_blocks_last_run', 1752849913, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1081480, 'monsterinsights_frontend_tracking_notice_viewed', 1, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1085352, 'monsterinsights_email_summaries_infoblocks_sent', 'a:9:{i:0;i:101;i:1;i:99;i:2;i:97;i:3;i:95;i:4;i:93;i:5;i:91;i:6;i:72;i:7;i:78;i:8;i:85;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1085634, 'monsterinsights_eea_compliance_checker', 'a:2:{s:10:\"ga_checker\";a:2:{s:8:\"ad-links\";b:0;s:14:\"google-signals\";b:0;}s:12:\"last_checked\";i:1731771748;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1088618, '_wpforms_transient_wpforms_/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpforms/cache/.htaccess_file', 'a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1751989262;s:5:\"ctime\";i:1751989262;}', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1088620, 'wpforms_version_upgraded_from', '1.9.6.1', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1088621, 'wpforms_version_previous', '1.9.6.1', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1088624, 'wpforms_splash_data_version', '1.9.6', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1089708, 'userfeedback_usage_tracking_last_checkin', 1752528665, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1089709, 'userfeedback_tracking_data', 'a:0:{}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1096083, 'nfd_utilities_css', '.nfd-relative{position:relative!important}.-nfd-bottom-1{bottom:-.25rem!important}.-nfd-top-0\\\\.5{top:-.125rem!important}.-nfd-top-1{top:-.25rem!important}.nfd-top-10{top:2.5rem!important}.nfd-col-start-1{grid-column-start:1!important}.nfd-col-start-2{grid-column-start:2!important}.nfd-col-start-3{grid-column-start:3!important}.nfd-col-start-4{grid-column-start:4!important}.nfd-col-start-5{grid-column-start:5!important}.nfd-col-start-6{grid-column-start:6!important}.nfd-col-start-7{grid-column-start:7!important}.nfd-col-end-10{grid-column-end:10!important}.nfd-col-end-11{grid-column-end:11!important}.nfd-col-end-12{grid-column-end:12!important}.nfd-col-end-13{grid-column-end:13!important}.nfd-col-end-7{grid-column-end:7!important}.nfd-col-end-8{grid-column-end:8!important}.nfd-col-end-9{grid-column-end:9!important}.nfd-row-start-1{grid-row-start:1!important}.-nfd-mx-2:not([style*=margin]){margin-left:-.5rem!important;margin-right:-.5rem!important}.nfd-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.nfd-mb-8:not([style*=margin]){margin-bottom:2rem!important}.nfd-mt-8:not([style*=margin]){margin-top:2rem!important}.nfd-mt-\\\\[-100px\\\\]:not([style*=margin]){margin-top:-100px!important}.nfd-grid{display:grid!important}.nfd-h-full{height:100%!important}.nfd-w-full{width:100%!important}.nfd-shrink-0{flex-shrink:0!important}.nfd-grow{flex-grow:1!important}.nfd-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.nfd-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.nfd-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.nfd-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.nfd-items-center{align-items:center!important}.nfd-gap-y-10{row-gap:2.5rem!important}.nfd-overflow-hidden{overflow:hidden!important}.nfd-border-b{border-bottom-width:1px!important}.nfd-border-dashed{border-style:dashed!important}.nfd-p-0:not([style*=padding]){padding:0!important}.nfd-p-10:not([style*=padding]){padding:2.5rem!important}.nfd-p-2:not([style*=padding]){padding:.5rem!important}.nfd-p-4:not([style*=padding]){padding:1rem!important}.nfd-p-8:not([style*=padding]){padding:2rem!important}.nfd-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.nfd-px-4:not([style*=padding]){padding-left:1rem!important;padding-right:1rem!important}.nfd-px-8:not([style*=padding]){padding-left:2rem!important;padding-right:2rem!important}.nfd-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.nfd-py-4:not([style*=padding]){padding-bottom:1rem!important;padding-top:1rem!important}.nfd-py-5:not([style*=padding]){padding-bottom:1.25rem!important;padding-top:1.25rem!important}.nfd-pt-0:not([style*=padding]){padding-top:0!important}.nfd-text-left{text-align:left!important}.nfd-wc-products{self-align:flex-start!important;flex-grow:0!important}.nfd-wc-products>ul{row-gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))!important}.nfd-wc-products .wc-block-grid__product-image{overflow:hidden!important}.nfd-wc-products .wc-block-grid__product-image img{transition:transform .6s ease-in-out!important}.nfd-wc-products .wc-block-grid__product-image img:hover{transform:scale(1.1)!important}.nfd-wc-products .wc-block-components-product-sale-badge{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:hsla(0,0%,100%,.5)!important;border:1px solid hsla(0,0%,100%,.2)!important;border-radius:999px!important;font-size:.8125rem!important;font-weight:700!important;margin:6px!important;padding:4px 12px!important}.nfd-wc-products .wc-block-components-product-sale-badge>span{background:transparent!important}.nfd-wc-products .wc-block-components-product-price{color:inherit!important}.nfd-wc-search .wp-block-search__inside-wrapper{background-color:var(--wndb--color--borders)!important;border:2px solid var(--wndb--color--subtle)!important;border-radius:999px!important;max-width:100%!important;padding:0!important;width:25rem!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]{background:none!important;border:none!important;border-bottom-left-radius:999px!important;border-top-left-radius:999px!important;color:var(--wndb--color--text--contrast)!important;font-size:1.25rem!important;font-weight:500!important;min-height:3.75rem!important;padding-inline:24px!important}.nfd-wc-search .wp-block-search__inside-wrapper:has(button:focus),.nfd-wc-search .wp-block-search__inside-wrapper:has(input[type=search]:focus){outline:2px solid var(--wndb--color--text--contrast)!important;outline-offset:2px!important}.nfd-wc-search .wp-block-search__button{aspect-ratio:1/1!important;background:var(--wndb-gray-800)!important;border-radius:999px!important;height:100%!important;margin-left:0!important;margin-right:2px!important;margin-top:2px!important}.nfd-wc-search .wp-block-search__button:focus,.nfd-wc-search .wp-block-search__button:hover{background:var(--wndb-gray-900)!important;filter:none!important;outline:2px solid var(--wndb-gray-900)!important;outline-offset:2px!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]::-moz-placeholder{color:var(--wndb--color--text--faded)!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]::placeholder{color:var(--wndb--color--text--faded)!important}:root{--wndb-mask-color:rgba(0,0,0,.15);--wndb-mask-position:50% 50% at 50% 20%;--wndb-mask-opacity:0.35}[class*=nfd-bg-effect]{isolation:isolate!important;position:relative!important}[class*=nfd-wb-header] [class*=nfd-bg-effect]{z-index:1!important}.has-modal-open [class*=nfd-bg-effect]{isolation:unset!important}.nfd-bg-effect-position-center{--wndb-mask-position:50% 50% at 50% 50%}[class*=nfd-bg-effect]:after{content:\\\"\\\"!important;inset:0!important;-webkit-mask-image:radial-gradient(ellipse var(--wndb-mask-position),#000 70%,rgba(0,0,0,.3) 100%)!important;mask-image:radial-gradient(ellipse var(--wndb-mask-position),#000 70%,rgba(0,0,0,.3) 100%)!important;opacity:var(--wndb-mask-opacity)!important;pointer-events:none!important;position:absolute!important;z-index:-1!important}.nfd-bg-effect-dots:after{--wndb-mask-opacity:1;background:radial-gradient(var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:20px 20px!important}.nfd-bg-effect-grid:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:50px 50px!important}.nfd-bg-effect-grid-perspective{perspective:1000px!important}.has-modal-open .nfd-bg-effect-grid-perspective{perspective:unset!important}.nfd-bg-effect-grid-perspective:after{--wndb-mask-opacity:0.6;background-size:100px 100px!important;transform:rotateX(-60deg) translateZ(0)!important;transform-origin:top!important;transform-style:preserve-3d!important}.nfd-bg-effect-grid-2:after,.nfd-bg-effect-grid-perspective:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important}.nfd-bg-effect-grid-2:after{background-size:14px 32px!important}.nfd-bg-effect-grid-3{overflow:hidden!important}.nfd-bg-effect-grid-3:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:32px 80px!important;right:-40%!important;top:-20%!important;transform:scale(1.5) skew(-30deg,30deg)!important}.nfd-bg-effect-lines:after{--wndb-mask-opacity:0.4;background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:48px!important}.nfd-bg-effect-lines-2{--wndb-mask-opacity:0.45;overflow:hidden!important;perspective:1000px!important}.has-modal-open .nfd-bg-effect-lines-2{perspective:unset!important}.nfd-bg-effect-lines-2:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:30px!important;right:-40%!important;top:-20%!important;transform:rotateX(-45deg) skew(-16deg) translateZ(0)!important;transform-origin:right!important;transform-style:preserve-3d!important}.nfd-mask-opacity-0:after{--wndb-mask-opacity:0.8}:where(:root){--wndb--max-w--prose:min(65ch,1100px)}.nfd-max-w-prose:not(.nfd-max-w-full),:where(.nfd-text-balance:not(.nfd-max-w-full)){max-width:var(--wndb--max-w--prose)!important}.nfd-max-w-prose:not(.nfd-max-w-full).has-text-align-center,:where(.nfd-text-balance:not(.nfd-max-w-full)).has-text-align-center{margin-inline:auto!important}.nfd-max-w-prose:not(.nfd-max-w-full).has-text-align-right,:where(.nfd-text-balance:not(.nfd-max-w-full)).has-text-align-right{margin-inline-start:auto!important}:where(.nfd-text-balance){text-wrap:balance!important}.nfd-text-balance>h1,.nfd-text-balance>h2,.nfd-text-balance>h3,.nfd-text-balance>h4,.nfd-text-balance>p{text-wrap:balance!important}.nfd-text-pretty,.nfd-text-pretty>h1,.nfd-text-pretty>h2,.nfd-text-pretty>h3,.nfd-text-pretty>h4,.nfd-text-pretty>p{text-wrap:pretty!important}.wp-block-image figcaption{font-weight:400!important;margin-inline:auto!important;max-width:64ch!important;padding-block-start:.5em!important;text-wrap:balance!important}.wp-block-quote>.nfd-text-pretty{font-weight:550;margin-block:.25em}:where(:root){--wndb--text-scale-factor:1;--wndb--text--xs:0.75rem;--wndb--text--sm:0.875rem;--wndb--text--base:1rem;--wndb--text--md:1.125rem;--wndb--text--lg:1.5rem;--wndb--text--xl:2.375rem;--wndb--text--huge:clamp(2.75rem,1.4688rem + 2.5vw,3.5rem);--wndb--text-giga:clamp(3.25rem,2.546875rem + 2.25vw,4.375rem)}.nfd-text-xs:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--xs)*var(--wndb--text-scale-factor))!important}.nfd-text-xs:not([style*=letter-spacing]){letter-spacing:.05em!important}.nfd-text-sm:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--sm)*var(--wndb--text-scale-factor))!important}.nfd-text-base:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--base)*var(--wndb--text-scale-factor))!important}.nfd-text-md:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--md)*var(--wndb--text-scale-factor))!important}.nfd-text-base:not([style*=line-height]),.nfd-text-md:not([style*=line-height]){line-height:1.6!important}.nfd-text-lg:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--lg)*var(--wndb--text-scale-factor))!important}.nfd-text-lg:not([style*=line-height]){line-height:1.4!important}.nfd-text-lg:not([style*=letter-spacing]){letter-spacing:0!important}.nfd-text-lg:not([style*=font-weight]){font-weight:500!important}.nfd-text-xl:not([class*=font-size]):not([style*=font-size]){font-size:var(--wndb--text--xl)!important}.nfd-text-xl:not([style*=line-height]){line-height:1.25!important}.nfd-text-xl:not([style*=letter-spacing]){letter-spacing:-.01em!important}.nfd-text-xl:not([style*=font-weight]){font-weight:500!important}:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])){font-size:calc(var(--wndb--text--huge)*var(--wndb--text-scale-factor))!important;max-width:var(--wndb--max-w--prose)!important;text-wrap:balance!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])).has-text-align-center,:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])).has-text-align-center{margin-inline:auto!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])).has-text-align-right,:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])).has-text-align-right{margin-inline-start:auto!important}.nfd-text-huge:not([style*=line-height]){line-height:1.1!important}.nfd-text-huge:not([style*=letter-spacing]){letter-spacing:-.025em!important}.nfd-text-huge:not([style*=font-weight]){font-weight:500!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])){font-size:calc(var(--wndb--text-giga)*var(--wndb--text-scale-factor))!important;max-width:var(--wndb--max-w--prose)!important;text-wrap:balance!important}.nfd-text-giga:not([style*=line-height]){line-height:1.1!important}.nfd-text-giga:not([style*=letter-spacing]){letter-spacing:-.04em!important}.nfd-text-giga:not([style*=font-weight]){font-weight:500!important}:root{--nfd-wb-anim-transition-duration:1400ms;--nfd-wb-anim-transition-delay:50ms;--nfd-wb-anim-transition-easing-function:cubic-bezier(0.4,1,0.65,1);--nfd-wb-anim-transition:all var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay)}@media (prefers-reduced-motion:reduce){.nfd-wb-animate{transition:none!important}.nfd-wb-twist-in,[class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}}@media (max-width:782px){.nfd-wb-animate{transition:none!important}.nfd-wb-twist-in,[class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}}.nfd-wb-animate[data-replay-animation]{transition:none!important}.block-editor-block-preview__content-iframe [class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}[class*=nfd-wb-fade-in]{--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-bottom{--nfd-wb-anim-transition-duration:1200ms;opacity:0;transform:translate3d(0,90px,0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-bottom-short{transform:translate3d(0,32px,0) scale3d(.96,.96,.96);transform-origin:center bottom}.nfd-wb-fade-in-bottom-short,.nfd-wb-fade-in-top-short{--nfd-wb-anim-transition-duration:600ms;opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-top-short{transform:translate3d(0,-32px,0) scale3d(.96,.96,.96);transform-origin:center top}.nfd-wb-fade-in-left-short{transform:translate3d(-32px,0,0) scale3d(.96,.96,.96);transform-origin:center left}.nfd-wb-fade-in-left-short,.nfd-wb-fade-in-right-short{--nfd-wb-anim-transition-duration:600ms;opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-right-short{transform:translate3d(32px,0,0) scale3d(.96,.96,.96);transform-origin:right center}.nfd-wb-animated-in:not([data-replay-animation])[class*=nfd-wb-fade-in]{opacity:1;transform:translateZ(0) scaleX(1)}.nfd-wb-zoom-in{--nfd-wb-anim-transition-duration:1200ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transform:scale3d(.4,.4,.4)}.nfd-wb-zoom-in,.nfd-wb-zoom-in-short{opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-zoom-in-short{--nfd-wb-anim-transition-duration:600ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transform:scale3d(.92,.92,.92)}.nfd-wb-animated-in:not([data-replay-animation])[class*=nfd-wb-zoom-]{opacity:1!important;transform:scaleX(1)!important}div:has(>.nfd-wb-twist-in){perspective:1200px}.nfd-wb-twist-in{--nfd-wb-anim-transition-duration:1000ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);opacity:0;transform:translateY(40px) scale(.8) rotateY(30deg) rotate(-12deg) translateZ(0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-animated-in:not([data-replay-animation]).nfd-wb-twist-in{opacity:1!important;transform:translateY(0) scale(1) rotateY(0deg) rotate(0deg) translateZ(0)!important}.nfd-wb-reveal-right{--nfd-wb-anim-transition-duration:1500ms;--nfd-wb-anim-transition-easing-function:cubic-bezier(0.4,0,0,1);--nfd-wb-anim-transition:clip-path var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);clip-path:inset(0 100% 0 0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-animated-in>.nfd-wb-reveal-right:not([data-replay-animation]){clip-path:inset(0 0 0 0)!important}.nfd-delay-50{--nfd-wb-anim-transition-delay:50ms}.nfd-delay-150{--nfd-wb-anim-transition-delay:150ms}.nfd-delay-300{--nfd-wb-anim-transition-delay:300ms}.nfd-delay-450{--nfd-wb-anim-transition-delay:450ms}.nfd-delay-600{--nfd-wb-anim-transition-delay:600ms}.nfd-delay-750{--nfd-wb-anim-transition-delay:750ms}.nfd-delay-900{--nfd-wb-anim-transition-delay:900ms}.nfd-delay-1050{--nfd-wb-anim-transition-delay:1050ms}.nfd-delay-1200{--nfd-wb-anim-transition-delay:1200ms}.nfd-delay-1350{--nfd-wb-anim-transition-delay:1350ms}.nfd-delay-1500{--nfd-wb-anim-transition-delay:1500ms}:where(:root){--wndb--container:1200px;--wndb--container--wide:1340px}body .is-layout-constrained:has(.nfd-container.is-layout-constrained)>.nfd-container.is-layout-constrained{max-width:unset!important;width:100%!important}.is-layout-constrained.has-global-padding:has(.nfd-container.is-layout-constrained)>.nfd-container.is-layout-constrained{margin-left:calc(var(--wp--style--root--padding-left)*-1)!important;margin-right:calc(var(--wp--style--root--padding-right)*-1)!important;max-width:unset!important;width:unset!important}.editor-styles-wrapper .nfd-container:is(.is-layout-constrained)>:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),.editor-styles-wrapper .nfd-container>:where(.wp-block-cover-is-layout-constrained:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)):not([style*=margin]),.nfd-container:is(.is-layout-constrained)>:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),.nfd-container:is(.nfd-my-0)>div,.nfd-container>:where(.wp-block-cover-is-layout-constrained:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)){max-width:var(--wndb--container);width:100%}.editor-styles-wrapper .nfd-container:is(.is-layout-constrained)>.alignwide,.nfd-container:is(.is-layout-constrained).alignwide>:where(:not(.alignleft):not(.alignright):not(.alignfull)):not([style*=margin]),.nfd-container:is(.is-layout-constrained)>.alignwide,.nfd-container:is(.nfd-my-0)>.alignwide{max-width:var(--wndb--container--wide);width:100%}.nfd-container:not(.alignfull){padding-inline:var(--wndb--p)!important}.nfd-container:is(.nfd-my-0)>div:not([style*=margin]){margin-inline:auto!important}[class*=nfd-divider-]{position:relative;z-index:13}[class*=nfd-divider-]~[class*=nfd-divider-]{z-index:12!important}[class*=nfd-divider-]~[class*=nfd-divider-]~[class*=nfd-divider-]{z-index:11!important}[class*=nfd-divider-]:before{background:inherit!important;bottom:calc(var(--wndb--divider-size)*-1)!important;content:\\\"\\\"!important;height:var(--wndb--divider-size)!important;left:0!important;pointer-events:none!important;position:absolute!important;width:100%!important;z-index:10!important}.nfd-divider-arrow{--wndb--divider-size:16px}.nfd-divider-arrow:before{bottom:calc(var(--wndb--divider-size)*-1)!important;height:calc(var(--wndb--divider-size)*2)!important;left:50%!important;transform:translateX(-50%) rotate(45deg)!important;width:calc(var(--wndb--divider-size)*2)!important}.nfd-divider-clouds{--wndb--divider-size:150px}.nfd-divider-clouds:after,.nfd-divider-clouds:before{background:inherit!important;background-image:url(\\\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\\\'http://www.w3.org/2000/svg\\\' preserveAspectRatio=\\\'xMidYMax slice\\\' viewBox=\\\'0 0 283.5 27.8\\\'%3E%3Cpath fill=\\\'%23fff\\\' d=\\\'M0 0v6.7c1.9-.8 4.7-1.4 8.5-1 9.5 1.1 11.1 6 11.1 6s2.1-.7 4.3-.2c2.1.5 2.8 2.6 2.8 2.6s.2-.5 1.4-.7 1.7.2 1.7.2 0-2.1 1.9-2.8 3.6.7 3.6.7.7-2.9 3.1-4.1 4.7 0 4.7 0 1.2-.5 2.4 0 1.7 1.4 1.7 1.4h1.4c.7 0 1.2.7 1.2.7s.8-1.8 4-2.2c3.5-.4 5.3 2.4 6.2 4.4q.6-.6 1.8-.9c2.8-.7 4 .7 4 .7s1.7-5 11.1-6c9.5-1.1 12.3 3.9 12.3 3.9s1.2-4.8 5.7-5.7 6.8 1.8 6.8 1.8.6-.6 1.5-.9c.9-.2 1.9-.2 1.9-.2s5.2-6.4 12.6-3.3c7.3 3.1 4.7 9 4.7 9s1.9-.9 4 0 2.8 2.4 2.8 2.4 1.9-1.2 4.5-1.2 4.3 1.2 4.3 1.2.2-1 1.4-1.7 2.1-.7 2.1-.7-.5-3.1 2.1-5.5 5.7-1.4 5.7-1.4 1.5-2.3 4.2-1.1 1.7 5.2 1.7 5.2.3-.1 1.3.5c.5.4.8.8.9 1.1.5-1.4 2.4-5.8 8.4-4 7.1 2.1 3.5 8.9 3.5 8.9s.8-.4 2 0 1.1 1.1 1.1 1.1 1.1-1.1 2.3-1.1 2.1.5 2.1.5 1.9-3.6 6.2-1.2 1.9 6.4 1.9 6.4 2.6-2.4 7.4 0c3.4 1.7 3.9 4.9 3.9 4.9s3.3-6.9 10.4-7.9 11.5 2.6 11.5 2.6.8 0 1.2.2.9.9.9.9 4.4-3.1 8.3.2c1.9 1.7 1.5 5 1.5 5s.3-1.1 1.6-1.4 2.3.2 2.3.2-.1-1.2.5-1.9 1.9-.9 1.9-.9-4.7-9.3 4.4-13.4c5.6-2.5 9.2.9 9.2.9s5-6.2 15.9-6.2 16.1 8.1 16.1 8.1.7-.2 1.6-.4V0z\\\'/%3E%3C/svg%3E\\\")!important;background-repeat:repeat-x!important;background-size:cover!important;content:\\\"\\\"!important;height:var(--wndb--divider-size)!important;left:0!important;pointer-events:none!important;position:absolute!important;top:0!important;width:100%!important;z-index:10!important}.nfd-divider-clouds:after{bottom:0!important;top:auto!important;transform:rotate(180deg)!important}.nfd-divider-ellipse{--wndb--divider-size:50px}.nfd-divider-ellipse:before{clip-path:ellipse(50% var(--wndb--divider-size) at 50% 0)!important}.nfd-divider-rounded:not([style*=-radius]){--wndb--divider-size:50px}.nfd-divider-rounded:before:not([style*=-radius]){border-bottom-left-radius:var(--wndb--divider-size)!important;border-bottom-right-radius:var(--wndb--divider-size)!important}.nfd-divider-slant,.nfd-divider-slant-invert{--wndb--divider-size:80px}.nfd-divider-slant:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,0 100%)!important}.nfd-divider-slant-invert:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,100% 100%)!important}.nfd-divider-triangle{--wndb--divider-size:80px}.nfd-divider-triangle:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,50% 100%)!important}.nfd-divider-zigzag{--wndb--divider-size:8px}.nfd-divider-zigzag:before{-webkit-mask:conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50% /calc(var(--wndb--divider-size)*2) 100%!important;mask:conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50% /calc(var(--wndb--divider-size)*2) 100%!important}:where(:root){--wndb--divider-size:0px}.nfd-grid-cols-1-2-1{grid-template-columns:1fr 2fr 1fr!important}:where(:root){--wndb--padding-factor:1;--wndb--p:2.375rem;--wndb--p--xs:0.75rem;--wndb--p--sm:1.5rem;--wndb--p--md:2rem;--wndb--p--lg:clamp(3.5rem,7vw,6.25rem);--wndb--p--square:2.5rem;--wndb--p--square-lg:4rem}.nfd-p-card-sm:not([style*=padding]){padding:calc(var(--wndb--p--xs)*var(--wndb--padding-factor)) calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-p-card-md:not([style*=padding]){padding:calc(var(--wndb--p--sm)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-p-card-lg:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}@media screen and (min-width:782px){.nfd-p-card-lg:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*1.5*var(--wndb--padding-factor))!important}}.nfd-p-card-square-lg:not([style*=padding]),.nfd-p-card-square:not([style*=padding]){padding:calc(var(--wndb--p--square)*var(--wndb--padding-factor))!important}@media screen and (min-width:782px){.nfd-p-card-square-lg:not([style*=padding]){padding:calc(var(--wndb--p--square-lg)*var(--wndb--padding-factor))!important}}.nfd-p-xs:not([style*=padding]){padding:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-py-xs:not([style*=padding]){padding-block:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-pt-xs:not([style*=padding]){padding-block-start:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-px-xs:not([style*=padding]){padding-inline:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-p-sm:not([style*=padding]){padding:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-px-sm:not([style*=padding]){padding-inline:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-py-sm:not([style*=padding]){padding-block:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pt-sm:not([style*=padding]){padding-block-start:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pb-sm:not([style*=padding]){padding-block-end:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pl-sm:not([style*=padding]){padding-left:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-p-md:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-px-md:not([style*=padding]){padding-inline:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-pb-md:not([style*=padding]),.nfd-pt-md:not([style*=padding]),.nfd-py-md:not([style*=padding]){padding-block:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-p-lg:not([style*=padding]){padding:calc(var(--wndb--p--lg)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-py-lg:not([style*=padding]){padding-block:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pt-lg:not([style*=padding]){padding-block-start:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pb-lg:not([style*=padding]){padding-block-end:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pl-offset-md:not([style*=padding]){margin-left:calc(var(--wndb--p--md)*var(--wndb--padding-factor)*-1)!important;padding-left:calc(var(--wndb--p--md)*var(--wndb--padding-factor) - 3px)!important}.editor-styles-wrapper .nfd-overlap-x,.nfd-overlap-x{gap:0}.nfd-overlap-x>:not(:first-child){margin-inline-start:-1.275rem!important}@media (min-width:768px){.-nfd-translate-y-1\\\\/2{transform:translateY(-50%)!important}}.nfd-pseudo-play-icon{align-items:center!important;display:flex!important;justify-content:center!important;position:relative!important}.nfd-pseudo-play-icon>a{inset:0!important;position:absolute!important}:not(.is-root-container) .nfd-pseudo-play-icon>a{text-indent:-9999px!important}.nfd-pseudo-play-icon:before{-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important;background:hsla(0,0%,100%,.1)!important;border-radius:100%!important;content:\\\"\\\"!important;height:3rem!important;left:50%!important;opacity:1!important;pointer-events:none!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;transition:all .2s ease!important;width:3rem!important}.nfd-pseudo-play-icon:has(a:hover):before{background:hsla(0,0%,100%,.3)!important;height:4rem!important;width:4rem!important}.nfd-pseudo-play-icon:after{border-style:solid!important;border-bottom:10px solid transparent!important;border-left:16px solid!important;border-right:0!important;border-top:10px solid transparent!important;content:\\\"\\\"!important;height:16px!important;height:0!important;left:50%!important;margin-left:2px!important;pointer-events:none!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;width:16px!important;width:0!important}.entry-content>.wp-block-group.has-background+.wp-block-group.has-background:not([style*=margin-top]),.entry-content>.wp-block-group.has-background+[class*=nfd-theme-]:not([style*=margin-top]),.entry-content>[class*=nfd-theme-]+.wp-block-group.has-background:not([style*=margin-top]),.entry-content>[class*=nfd-theme-]+[class*=nfd-theme-]:not([style*=margin-top]){margin-block-start:0!important}:where(:root){--wndb--gap--scale-factor:1;--wndb--gap--xs:0.25rem;--wndb--gap--sm:0.5rem;--wndb--gap--md:1rem;--wndb--gap--lg:1.5rem;--wndb--gap--xl:2rem;--wndb--gap--2xl:2.5rem;--wndb--gap--3xl:3.5rem;--wndb--gap--4xl:6rem}.editor-styles-wrapper .nfd-gap-0,.nfd-gap-0{gap:0}.editor-styles-wrapper .nfd-gap-xs,.nfd-gap-xs{gap:calc(var(--wndb--gap--xs)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-sm,.nfd-gap-sm{gap:calc(var(--wndb--gap--sm)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-md,.nfd-gap-md{gap:calc(var(--wndb--gap--md)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-lg,.nfd-gap-lg{gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-xl,.nfd-gap-xl{gap:calc(var(--wndb--gap--xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-2xl,.nfd-gap-2xl{gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-3xl,.nfd-gap-3xl{gap:calc(var(--wndb--gap--3xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-4xl,.nfd-gap-4xl{gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-x-4xl,.nfd-gap-x-4xl{-moz-column-gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor));column-gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-x-lg,.nfd-gap-x-lg{-moz-column-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor));column-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-lg,.nfd-gap-y-lg{row-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-xl,.nfd-gap-y-xl{row-gap:calc(var(--wndb--gap--xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-2xl,.nfd-gap-y-2xl{row-gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-3xl,.nfd-gap-y-3xl{row-gap:calc(var(--wndb--gap--3xl)*var(--wndb--gap--scale-factor))}.nfd-border-2{border-bottom-width:2px!important}.nfd-border-strong{border-color:var(--wndb-color--borders-strong)!important}:where(:root){--wndb--button--outline-width:0px;--wndb--button-sm--font-size:1rem;--wndb--button-lg-x:2rem;--wndb--button-lg-y:0.75rem;--wndb--button-lg--font-size:1.125rem;--wndb--button-xl-x:3rem;--wndb--button-xl-y:1rem;--wndb--button-xl--font-size:1.125rem}[class*=nfd-btn].is-style-outline{--wndb--button--outline-width:2px}[class*=nfd-btn]>.wp-block-button__link:not([style*=padding]){padding:calc(.625rem - var(--wndb--button--outline-width)) calc(1.125rem - var(--wndb--button--outline-width))!important}.nfd-btn-sm>.wp-block-button__link:not([style*=padding]){padding:calc(.375rem - var(--wndb--button--outline-width)) calc(1rem - var(--wndb--button--outline-width))!important}.nfd-btn-sm:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-sm--font-size)!important}.nfd-btn-lg>.wp-block-button__link:not([style*=padding]){padding:calc(var(--wndb--button-lg-y) - var(--wndb--button--outline-width)) var(--wndb--button-lg-x)!important}.nfd-btn-lg:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-lg--font-size)!important}.nfd-btn-lg:not([style*=font-weight])>.wp-block-button__link{font-weight:600!important}.nfd-btn-xl>.wp-block-button__link:not([style*=padding]){padding:calc(var(--wndb--button-xl-y) - var(--wndb--button--outline-width)) var(--wndb--button-xl-x)!important}.nfd-btn-xl:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-xl--font-size)!important}.nfd-btn-xl:not([style*=font-weight])>.wp-block-button__link{font-weight:600!important}.nfd-btn-wide>.wp-block-button__link:not([style*=padding]){padding:calc(.625rem - var(--wndb--button--outline-width)) calc(2rem - var(--wndb--button--outline-width))!important}[class*=nfd-btn]:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb--color--text--contrast)!important}.nfd-btn:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900);border-color:var(--wndb-white)!important}[class*=nfd-button]>.wp-block-button__link:not(.has-background):hover{filter:brightness(.8)!important}.nfd-theme-primary [class*=nfd-btn]:not(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-gray-800)!important}.nfd-theme-primary\n	[class*=nfd-btn]:not(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-gray-900)!important}.nfd-theme-primary\n	[class*=nfd-btn]:is(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background):not(.has-text-color):hover{background-color:var(--wndb-white)!important;border-color:var(--wndb-white)!important;color:var(--wndb-gray-900)!important}.nfd-btn-secondary:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900);border-color:var(--wndb-white)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb-white)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-gray-800)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-gray-900)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background),.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-white)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color),.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb-gray-900)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover,.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-white)!important;color:var(--wndb-gray-900)!important;filter:brightness(.8)!important}.nfd-btn-tertiary:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900)}.nfd-btn-tertiary:is(.is-style-outline)>.wp-block-button__link:not([class*=-border-color]){border-color:var(--wndb--color--subtle)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb--color--text--contrast)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb--color--borders)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{--wndb--color--borders:var(--wndb--color--subtle)}:where(:root){--wndb--shadow--xs:0 1px 2px 0 rgba(18,18,23,.065);--wndb--shadow--sm:0 1px 3px 0 rgba(18,18,23,.1),0 1px 2px 0 rgba(18,18,23,.06)}.nfd-shadow-xs:not([style*=box-shadow]){box-shadow:var(--wndb--shadow--xs)!important}.nfd-shadow-sm:not([style*=box-shadow]){box-shadow:var(--wndb--shadow--sm)!important}.nfd-bg-subtle.nfd-shadow-xs:not([style*=box-shadow]),.nfd-theme-light .nfd-shadow-xs:not([style*=box-shadow]){--wndb--shadow--xs:none}:where(:root){--wndb--rounded--scale-factor:1;--wndb--border--radius--sm:0.25rem;--wndb--border--radius--md:0.5rem;--wndb--border--radius--lg:0.75rem;--wndb--border--radius--xl:1rem}[class*=nfd-rounded]:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>.components-resizable-box__container>img:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>.wp-element-button:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>a>img,[class*=nfd-rounded]:not([style*=-radius])>img{border-radius:calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor))!important}[class*=nfd-rounded-t-]:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>.components-resizable-box__container>img:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>.wp-element-button:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>a>img,[class*=nfd-rounded-t-]:not([style*=-radius])>img{border-radius:calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor)) calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor)) 0 0!important}.nfd-overflow-hidden.nfd-rounded-xl iframe:not([style*=-radius]){border-radius:calc(var(--wndb--border--radius--md)*var(--wndb--rounded--scale-factor))!important}.nfd-rounded-none:not([style*=-radius]){--wndb--border--radius:0}.nfd-rounded-sm:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--sm)}.nfd-rounded,.nfd-rounded-md,.nfd-rounded-t-md:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--md)}.nfd-rounded-lg,.nfd-rounded-t-lg:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--lg)}.nfd-rounded-t-xl:not([style*=-radius]),.nfd-rounded-xl{--wndb--border--radius:var(--wndb--border--radius--xl)}.nfd-rounded-full:not([style*=-radius]){--wndb--border--radius:9999px}:where(:root){--wndb-gray:#6c6c89;--wndb-gray-50:#f7f7f8;--wndb-gray-100:#ebebef;--wndb-gray-150:#e5e5e9;--wndb-gray-200:#d1d1db;--wndb-gray-300:#a9a9bc;--wndb-gray-400:#8a8aa3;--wndb-gray-500:#6c6c89;--wndb-gray-600:#55556d;--wndb-gray-700:#3f3f50;--wndb-gray-800:#1d1d22;--wndb-gray-900:#121217;--wndb-white:#fff;--wndb-white-50:hsla(0,0%,100%,.05);--wndb-white-100:hsla(0,0%,100%,.1);--wndb-white-150:hsla(0,0%,100%,.15);--wndb-white-200:hsla(0,0%,100%,.2);--wndb-white-300:hsla(0,0%,100%,.3);--wndb-white-400:hsla(0,0%,100%,.4);--wndb-white-500:hsla(0,0%,100%,.5);--wndb-white-600:hsla(0,0%,100%,.6);--wndb-white-700:hsla(0,0%,100%,.7);--wndb-white-800:hsla(0,0%,100%,.8);--wndb-white-900:hsla(0,0%,100%,.9);--wndb--color--primary:#00f;--wndb--color--secondary:#00f;--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text:var(--wndb-gray-800);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-600);--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-100);--wndb--color--borders-strong:var(--wndb--color--text--faded);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--links:var(--wndb--color--primary);--wndb--color--body:var(--wndb--color--surface)}.is-style-nfd-theme-white,.nfd-theme-white:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-100);--wndb--color--links:var(--wndb--color--primary);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--surface:var(--wndb-white);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-700);--wndb--color--text:var(--wndb-gray-800)}.is-style-nfd-theme-light,.nfd-theme-light:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-150);--wndb--color--links:var(--wndb--color--primary);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-700);--wndb--color--text:var(--wndb-gray-800)}.is-style-nfd-theme-dark,.nfd-theme-dark:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb-gray-800);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-800);--wndb--color--text:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.is-style-nfd-theme-darker,.nfd-theme-darker:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb-gray-900);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-800);--wndb--color--text:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.is-style-nfd-theme-primary,.nfd-theme-primary:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb--color--primary);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-900);--wndb--color--text:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.nfd-bg-surface:not(.has-background),[class*=is-style-nfd-theme]:not(.has-background){background-color:var(--wndb--color--surface)!important}.nfd-bg-surface:not(.has-link-color) a,.nfd-bg-surface:not(.has-text-color),[class*=is-style-nfd-theme]:not(.has-link-color) a,[class*=is-style-nfd-theme]:not(.has-text-color){color:var(--wndb--color--text)!important}.nfd-text-faded p:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary),.nfd-text-faded time:not(.has-text-color):not(.has-background),.nfd-text-faded>a:not(.has-text-color):not(.has-link-color):not(.has-background),ol.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary),p.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background),ul.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary){color:var(--wndb--color--text--faded)!important}.editor-styles-wrapper div .nfd-text-contrast:where(:not(.has-text-color)),.editor-styles-wrapper div :where(.nfd-text-contrast:not(.has-text-color):not(.wp-element-button)) a:where(:not(:hover)),.wp-site-blocks .nfd-text-contrast:where(:not(.has-text-color)),.wp-site-blocks .nfd-text-contrast:where(:not(.has-text-color)) a:where(:not(:hover)){color:var(--wndb--color--text--contrast)}.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.nfd-border-strong),.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>.components-resizable-box__container>img:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),.nfd-bg-surface:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.has-border-color):not(.nfd-border-strong),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.nfd-border-strong),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>.components-resizable-box__container>img:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),[class*=is-style-nfd-theme]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.has-border-color):not(.nfd-border-strong){border-color:var(--wndb--color--borders)!important}[class*=is-style-nfd-theme] .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-strong) .nfd-bg-surface .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-strong){border-bottom-color:var(--wndb--color--borders)!important}.nfd-bg-surface .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-2),[class*=is-style-nfd-theme] .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-2){border-width:2px 0 0!important}.nfd-border-bg{--wndb--color--borders:var(--wndb--color--surface)}.nfd-border-primary{--wndb--color--borders:var(--wndb--color--primary)}.nfd-border-inherit{--wndb--color--borders:inherit}.nfd-bg-accent:not(.has-background),.nfd-bg-primary:not(.has-background),.wp-block-cover.nfd-bg-accent>.wp-block-cover__background:not([class*=background-color]),.wp-block-cover.nfd-bg-primary>.wp-block-cover__background:not([class*=background-color]){background-color:var(--wndb--color--primary)!important}.nfd-bg-accent:not(.has-text-color),.nfd-bg-primary:not(.has-text-color){color:var(--wndb--color--white)!important}.nfd-bg-subtle:not(.has-background):not(.wp-block-button),.nfd-bg-subtle:not(.has-background)>.wp-block-button__link:not(.has-background){background-color:var(--wndb--color--borders-light)!important;color:var(--wndb--color--text--contrast)!important}.nfd-text-primary:not(.has-text-color),.wp-block-button.wndb-text-primary>a:not(.has-text-color){color:var(--wndb--color--primary)!important}.nfd-text-secondary:not(.has-text-color),.wp-block-button.wndb-text-secondary>a:not(.has-text-color){color:var(--wndb--color--secondary)!important}[class*=nfd-theme-primary] .nfd-text-primary:not(.has-text-color),[class*=nfd-theme-primary] .nfd-text-secondary:not(.has-text-color),[class*=nfd-theme-primary] .wp-block-button.wndb-text-primary>a:not(.has-text-color),[class*=nfd-theme-secondary] .wp-block-button.wndb-text-secondary>a:not(.has-text-color){color:var(--wndb--color--contrast)!important}[class*=nfd-theme-dark] .nfd-text-primary:not(.has-text-color),[class*=nfd-theme-darker] .nfd-text-primary:not(.has-text-color){color:var(--wndb--color--secondary)!important}.nfd-text-subtle:not(.has-text-color){color:var(--wndb--color--subtle)!important}.editor-styles-wrapper div .nfd-text-current:where(:not(.has-text-color)),.editor-styles-wrapper div :where(.nfd-text-current:not(.has-text-color):not(.wp-element-button)) a:where(:not(:hover)),.wp-site-blocks .nfd-text-current:where(:not(.has-text-color)),.wp-site-blocks .nfd-text-current:where(:not(.has-text-color)) a:where(:not(:hover)){color:currentColor}[class*=nfd-theme-] .wp-block-social-links.is-style-logos-only:not(.has-icon-color) .wp-block-social-link{color:var(--wndb--color--text--faded)!important;fill:var(--wndb--color--text--faded)!important}[class*=nfd-theme-] .wp-block-social-links.is-style-logos-only:not(.has-icon-color) .wp-block-social-link:hover{color:var(--wndb--color--text)!important;fill:var(--wndb--color--text)!important}.nfd-container.is-position-sticky:not([class*=nfd-bg-surface]):not([class*=is-style-nfd-]):not(.has-background){background-color:var(--wndb--color--body)!important}.nfd-container .has-secondary-color{color:var(--wndb--color--secondary)!important}.nfd-bg-gray-100:not(.has-background),.nfd-bg-gray-800:not(.has-background){background-color:var(--wndb--color--surface)!important}.nfd-bg-gray-100:not(.has-text-color),.nfd-bg-gray-800:not(.has-text-color){color:var(--wndb--color--text)!important}.nfd-bg-gray-800{--wndb--color--surface:var(--wndb-gray-800);--wndb--color--text:var(--wndb-white);--wndb--color--borders:var(--wndb-white-100);--wndb--color--text--faded:var(--wndb-white-700)}.nfd-bg-gray-100{--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text:var(--wndb-gray-700);--wndb--color--borders:var(--wndb-gray-100)}.nfd-text-opacity-80 p:not(.has-text-color):not(.has-link-color):not(.has-background),.nfd-text-opacity-80 time:not(.has-text-color):not(.has-background),p.nfd-text-opacity-80:not(.has-text-color):not(.has-link-color):not(.has-background){opacity:.8!important}:where(:root){--wndb--slider-height:100lvh}.nfd-scroll-slider-horizontal,.nfd-scroll-slider-vertical{flex-wrap:nowrap!important;height:var(--wndb--slider-height)!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important;-ms-overflow-style:none!important;scrollbar-width:none!important}.nfd-scroll-slider-horizontal::-webkit-scrollbar,.nfd-scroll-slider-vertical::-webkit-scrollbar{display:none!important}.nfd-scroll-slider-vertical{height:100vh!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important}.nfd-scroll-slider-vertical>*{scroll-snap-align:start!important;width:100%!important}.nfd-scroll-slider-horizontal{flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}.nfd-scroll-slider-horizontal>*{flex-shrink:0!important;scroll-snap-align:start!important}.nfd-scroll-slider-horizontal>.wp-block-cover{width:100vw!important}.nfd-container.alignfull .nfd-scroll-slider-horizontal{--half-container:calc(50vw - var(--wndb--container)/2);padding-left:var(--half-container)!important;padding-right:var(--half-container)!important;scroll-padding:var(--half-container)!important}.nfd-scroll-slider-horizontal.nfd-scroll-slider-animate>.wp-block-cover:first-child{animation:scroll-slider-slide 1s ease 1s forwards}@keyframes scroll-slider-slide{0%{margin-left:0}to{margin-left:-100vw}}.block-editor-block-preview__content-iframe .is-root-container{min-height:8rem!important}.block-editor-block-preview__content-iframe figure:has([style*=\\\"aspect-ratio: 16 / 9\\\"]){width:100%!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 100vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:100vh\\\"]{min-height:800px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 70vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:70vh\\\"]{min-height:560px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 60vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:60vh\\\"]{min-height:480px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 50vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:50vh\\\"]{min-height:400px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 40vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:40vh\\\"]{min-height:320px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 35vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:35vh\\\"]{min-height:280px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 30vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:30vh\\\"]{min-height:240px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 10vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:10vh\\\"]{min-height:80px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 5vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:5vh\\\"]{min-height:40px!important}.nfd-wba-modal *{box-sizing:border-box!important}.block-editor-block-preview__content-iframe .nfd-wb-animate{opacity:1!important;transform:none!important;transition:none!important}.block-editor-block-preview__content-iframe .block-editor-warning:not(.wp-block-missing .block-editor-warning){display:none!important}.block-editor-block-preview__content-iframe .is-root-container>.nfd-container:not([class*=nfd-p-]):not([class*=nfd-py-]):not([class*=nfd-pt-]):not([class*=nfd-pb-]):not([style*=padding]){padding-block:var(--wndb--p)!important}.block-editor-block-preview__content-iframe [class*=nfd-rounded]:not([style*=-radius])>div>img:not([style*=-radius]){border-radius:calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor))!important}ol.nfd-gap-sm:not(.is-layout-flex) li:not(:last-child),ul.nfd-gap-sm:not(.is-layout-flex) li:not(:last-child){margin-bottom:.5em!important}ol.nfd-gap-md:not(.is-layout-flex) li:not(:last-child),ul.nfd-gap-md:not(.is-layout-flex) li:not(:last-child){margin-bottom:1em!important}ul.nfd-list-check{list-style-type:none!important;padding-inline-start:1em!important}ul.nfd-list-check li:before{content:\\\"✓\\\";display:inline-block;margin-inline-end:8px}[class*=nfd-query-loop-] :where(.wp-block-post-author__avatar img){border-radius:999px;display:block}[class*=nfd-query-loop-] :where(.avatar-48){height:36px!important;width:36px!important}[class*=nfd-query-loop-] :where(.wp-block-post-author__content){display:flex;flex-direction:column;gap:4px;justify-content:center}[class*=nfd-query-loop-] .wp-block-post-author__avatar{margin-right:12px!important}.nfd-query-loop-1 :where(.wp-block-cover){aspect-ratio:2/1.1}.nfd-query-loop-1 :where(.wp-block-post-author__content){align-items:center!important;flex-direction:row!important}.nfd-query-loop-1 :where(.wp-block-post-author__byline){font-size:1em!important;opacity:.8!important}[class*=nfd-query-loop-] :where(.wp-block-categories){display:flex;gap:8px;list-style:none;padding:0}[class*=nfd-query-loop-] :where(.wp-block-categories a){color:inherit!important}.nfd-query-loop-2 .wp-block-cover__background{-webkit-mask-image:linear-gradient(180deg,transparent 25%,#000 75%)!important;mask-image:linear-gradient(180deg,transparent 25%,#000 75%)!important}.nfd-query-loop-3 :where(.wp-block-post-author__name){display:none!important}.nfd-form-items-grow>div:not(.wp-block-jetpack-button){flex-grow:1!important}.nfd-jp-form.nfd-text-center .consent{text-align:center!important}.nfd-jp-form .contact-form-submission .go-back-message .link{color:currentColor!important;text-decoration:underline!important}.nfd-jp-form .contact-form-submission .go-back-message{margin-top:0!important}.nfd-jp-form .contact-form-submission{border-color:currentColor!important;padding:calc(var(--wndb--p--md)*.5) 0!important}.nfd-jp-form textarea{resize:vertical!important}.nfd-jp-form .wp-block-button__link{padding-block-end:10px!important;padding-block-start:10px!important}.nfd-jp-form .consent,.nfd-jp-form .jetpack-field-checkbox .jetpack-field-label .jetpack-field-label__input,.nfd-jp-form .jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-size:.875rem!important;line-height:1.5em!important;text-transform:none!important;text-wrap:balance!important}.nfd-jp-form input[type=checkbox]{padding:0!important}.nfd-mask-fade-to-b>.wp-block-cover__background{-webkit-mask-image:linear-gradient(180deg,transparent 50%,#000 120%)!important;mask-image:linear-gradient(180deg,transparent 50%,#000 120%)!important}.nfd-mask-radial-center>.wp-block-cover__background{-webkit-mask-image:radial-gradient(circle,transparent -40%,rgba(0,0,0,.9) 58%)!important;mask-image:radial-gradient(circle,transparent -40%,rgba(0,0,0,.9) 58%)!important}p[style*=text-decoration]>a{color:inherit!important;text-decoration:inherit!important}.is-style-dots.nfd-text-left:before{padding-left:0!important}.nfd-h-full,.nfd-h-full>.components-resizable-box__container>img,.nfd-h-full>img{height:100%!important}.nfd-w-full,.nfd-w-full>.components-resizable-box__container>img,.nfd-w-full>img{width:100%!important}.nfd-backdrop-blur-sm{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.nfd-backdrop-blur-md{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}:not(.editor-styles-wrapper) header:has(.nfd-absolute-header){position:sticky!important;top:0!important;z-index:1!important}.nfd-absolute-header:not([style*=margin]){margin:0!important}:not(.editor-styles-wrapper) .nfd-absolute-header:not([style*=padding]):not([class*=nfd-px-]):not([style*=padding]){padding-inline:var(--wndb--p)!important}:is([style*=\\\"min-height:100vh\\\"]){min-height:calc(100vh - var(--wp-admin--admin-bar--height))!important}@supports (height:100dvh){:is([style*=\\\"height:100vh\\\"]){min-height:calc(100dvh - var(--wp-admin--admin-bar--height, 0px))!important}}.nfd-wk-search .wp-block-search__input{font-size:inherit!important;min-height:50px!important;padding:8px 16px!important}:where(.wp-block-search__input){border-radius:var(--wndb--border--radius--sm)!important}.nfd-stretch-cover-child,.nfd-stretch-cover-child .wp-block-cover__inner-container{display:flex!important;flex-direction:column!important}.nfd-stretch-cover-child .wp-block-cover__inner-container,.nfd-stretch-cover-child .wp-block-cover__inner-container>.nfd-pseudo-play-icon,.nfd-stretch-cover-child .wp-block-cover__inner-container>.wp-block-group{align-items:inherit!important;flex-grow:1!important;justify-content:inherit!important}.nfd-stretch-cover-child .wp-block-cover__inner-container>.wp-block-group,.nfd-stretch-cover-child .wp-block-cover__inner-container>p{width:100%!important}.nfd-container summary{line-height:1.5!important;padding-right:32px!important;position:relative!important}.nfd-container summary::marker{content:none!important}.nfd-container summary:before{align-items:center!important;background-color:var(--wndb--color--borders)!important;background-image:url(\\\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wbHVzIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik01IDEyaDE0TTEyIDV2MTQiLz48L3N2Zz4=\\\")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:13px!important;border-radius:999px!important;content:\\\"\\\"!important;display:flex!important;height:1em!important;justify-content:center!important;opacity:.6!important;position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;width:1em!important}.nfd-container [open] summary{font-weight:700!important}.nfd-container [open] summary:before{opacity:1!important;transform:translateY(-50%) rotate(45deg)!important}.nfd-container summary:hover:before{opacity:1!important}.is-style-wide.wp-block-separator{width:100%!important}.nfd-aspect-video{aspect-ratio:16/9!important}.nfd-img-object-left img{-o-object-position:left!important;object-position:left!important}.nfd-img-object-right img{-o-object-position:right!important;object-position:right!important}.editor-styles-wrapper .wp-block-image.nfd-h-full>div{aspect-ratio:unset!important;height:100%!important;max-height:unset!important}@media (max-width:782px){.md\\\\:nfd-order-2{order:2!important}.md\\\\:nfd-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.md\\\\:nfd-flex{display:flex!important}.md\\\\:nfd-hidden{display:none!important}.md\\\\:nfd-basis-full{flex-basis:100%!important}.md\\\\:nfd-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.md\\\\:nfd-flex-col{flex-direction:column!important}.md\\\\:nfd-flex-wrap{flex-wrap:wrap!important}.md\\\\:nfd-items-start{align-items:flex-start!important}.md\\\\:nfd-justify-start{justify-content:flex-start!important}.md\\\\:nfd-justify-end{justify-content:flex-end!important}.md\\\\:nfd-justify-center{justify-content:center!important}.md\\\\:nfd-gap-0{gap:0!important}.md\\\\:nfd-gap-4{gap:1rem!important}.md\\\\:nfd-gap-5{gap:1.25rem!important}.md\\\\:nfd-gap-8{gap:2rem!important}.md\\\\:nfd-self-start{align-self:flex-start!important}.md\\\\:nfd-rounded-lg:not([style*=-radius]){border-radius:.5rem!important}.md\\\\:nfd-border-none{border-style:none!important}.md\\\\:nfd-p-0:not([style*=padding]){padding:0!important}.md\\\\:nfd-p-4:not([style*=padding]){padding:1rem!important}.md\\\\:nfd-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.md\\\\:nfd-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.md\\\\:nfd-text-left{text-align:left!important}.md\\\\:nfd-text-center{text-align:center!important}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1096084, 'nfd_utilities_js', '(()=>{var l=class{constructor({clientId:t,...n}={}){this.options={activeClass:\\\"nfd-wb-animated-in\\\",root:null,rootMargin:\\\"0px\\\",threshold:0,...n}}observeElements(t,n=null,e=!1){if(!(\\\"IntersectionObserver\\\"in window)||!t?.length||document.documentElement.classList.contains(\\\"block-editor-block-preview__content-iframe\\\"))return;function a(r,i){this._mutationCallback(r,i,n)}let o=new IntersectionObserver(this._handleIntersection.bind(this),this.options),d=new MutationObserver(a.bind(this)),u=new MutationObserver(this._handleClassMutation.bind(this));t.forEach(r=>{let i=r;r.classList.contains(\\\"nfd-wb-reveal-right\\\")&&(i=r.parentElement),o.observe(i),e&&(u.observe(i,{attributes:!0,attributeFilter:[\\\"class\\\"]}),d.observe(i,{attributes:!0,attributeFilter:[\\\"class\\\"]}))})}_handleIntersection(t,n){t.forEach(e=>{e.isIntersecting&&(e.target.classList.add(this.options.activeClass),e.target.querySelectorAll(\\\".nfd-wb-animate\\\").forEach(a=>{a.classList.add(this.options.activeClass)}),n.unobserve(e.target))})}_handleClassMutation(t){t.forEach(n=>{if(n?.type===\\\"attributes\\\"){let e=n.target;e.classList.contains(\\\"nfd-wb-animated-in\\\")||e.classList.add(\\\"nfd-wb-animated-in\\\")}})}_mutationCallback(t,n,e=null){t.forEach(a=>{if(a?.type===\\\"attributes\\\"){let o=a.target;e&&e===o.getAttribute(\\\"data-block\\\")&&(o.getAttribute(\\\"data-replay-animation\\\")===null&&(o.setAttribute(\\\"data-replay-animation\\\",!0),requestAnimationFrame(()=>{o.removeAttribute(\\\"data-replay-animation\\\")})),n.disconnect())}})}};document.addEventListener(\\\"DOMContentLoaded\\\",()=>{c()});document.addEventListener(\\\"wonder-blocks/toolbar-button-added\\\",()=>{c()});document.addEventListener(\\\"wonder-blocks/animation-changed\\\",s=>{let t=s?.detail?.clientId;c(t)});document.addEventListener(\\\"wonder-blocks/block-order-changed\\\",()=>{c()});window.onload=function(){c()};function c(s=null){let t=document.body?.classList.contains(\\\"block-editor-page\\\")||!!s||document.body?.classList.contains(\\\"block-editor-iframe__body\\\"),n=t?document.querySelector(\\\".interface-interface-skeleton__content\\\"):null,e=new l({root:n,threshold:0});requestAnimationFrame(()=>{let a=Array.from(document.getElementsByClassName(\\\"nfd-wb-animate\\\"));e.observeElements(a,s,t)})}})();\n', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1096085, 'nfd_utilities_last_refresh_time', 1753033975, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1103298, 'nfd_wb_cta_enabled_posts', 1, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1103299, 'nfd_wb_cta_enabled_pages', 1, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1110305, '_site_transient_et_update_plugins', 'O:8:\"stdClass\":3:{s:7:\"checked\";a:14:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"4.8.5\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:5:\"1.6.9\";s:29:\"divi-booster/divi-booster.php\";s:5:\"4.6.1\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.5\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"9.6.1\";s:19:\"jetpack/jetpack.php\";s:4:\"14.8\";s:29:\"ninja-tables/ninja-tables.php\";s:5:\"5.2.1\";s:37:\"ninja-tables-pro/ninja-tables-pro.php\";s:6:\"5.0.13\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:7:\"2.16.19\";s:20:\"printfriendly/pf.php\";s:5:\"5.5.6\";s:34:\"userfeedback-lite/userfeedback.php\";s:5:\"1.7.0\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.4\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.9.6.2\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1753112437;}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1127906, 'monsterinsights_report_data_overview', 'a:3:{s:7:\"expires\";i:1753142704;s:1:\"p\";s:10:\"9939042011\";s:4:\"data\";a:9:{s:13:\"overviewgraph\";a:7:{s:5:\"count\";i:30;s:5:\"start\";i:1750464000;s:3:\"end\";i:1752969600;s:8:\"sessions\";a:5:{s:3:\"min\";i:0;s:3:\"max\";s:3:\"743\";s:10:\"datapoints\";a:30:{i:0;s:3:\"281\";i:1;s:3:\"295\";i:2;s:3:\"743\";i:3;s:3:\"717\";i:4;s:3:\"613\";i:5;s:3:\"673\";i:6;s:3:\"537\";i:7;s:3:\"243\";i:8;s:3:\"283\";i:9;s:3:\"696\";i:10;s:3:\"699\";i:11;s:3:\"679\";i:12;s:3:\"544\";i:13;s:3:\"239\";i:14;s:3:\"193\";i:15;s:3:\"221\";i:16;s:3:\"715\";i:17;s:3:\"709\";i:18;s:3:\"694\";i:19;s:3:\"608\";i:20;s:3:\"497\";i:21;s:3:\"246\";i:22;s:3:\"269\";i:23;s:3:\"686\";i:24;s:3:\"646\";i:25;s:3:\"619\";i:26;s:3:\"618\";i:27;s:3:\"447\";i:28;s:3:\"221\";i:29;s:3:\"162\";}s:11:\"trendpoints\";a:29:{i:0;i:5;i:1;i:152;i:2;i:-4;i:3;i:-15;i:4;i:10;i:5;i:-21;i:6;i:-55;i:7;i:17;i:8;i:146;i:9;i:1;i:10;i:-3;i:11;i:-20;i:12;i:-57;i:13;i:-20;i:14;i:15;i:15;i:224;i:16;i:-1;i:17;i:-3;i:18;i:-13;i:19;i:-19;i:20;i:-51;i:21;i:10;i:22;i:156;i:23;i:-6;i:24;i:-5;i:25;i:-1;i:26;i:-28;i:27;i:-51;i:28;i:-27;}s:5:\"total\";s:5:\"14917\";}s:9:\"pageviews\";a:5:{s:3:\"min\";i:0;s:3:\"max\";s:4:\"1268\";s:10:\"datapoints\";a:30:{i:0;s:3:\"442\";i:1;s:3:\"463\";i:2;s:4:\"1268\";i:3;s:4:\"1145\";i:4;s:4:\"1002\";i:5;s:4:\"1121\";i:6;s:3:\"870\";i:7;s:3:\"370\";i:8;s:3:\"459\";i:9;s:4:\"1079\";i:10;s:4:\"1126\";i:11;s:4:\"1101\";i:12;s:3:\"836\";i:13;s:3:\"410\";i:14;s:3:\"328\";i:15;s:3:\"378\";i:16;s:4:\"1180\";i:17;s:4:\"1200\";i:18;s:4:\"1154\";i:19;s:3:\"933\";i:20;s:3:\"770\";i:21;s:3:\"406\";i:22;s:3:\"462\";i:23;s:4:\"1166\";i:24;s:3:\"987\";i:25;s:4:\"1008\";i:26;s:3:\"971\";i:27;s:3:\"706\";i:28;s:3:\"335\";i:29;s:3:\"356\";}s:11:\"trendpoints\";a:29:{i:0;i:5;i:1;i:174;i:2;i:-10;i:3;i:-13;i:4;i:12;i:5;i:-23;i:6;i:-58;i:7;i:25;i:8;i:136;i:9;i:5;i:10;i:-3;i:11;i:-25;i:12;i:-51;i:13;i:-20;i:14;i:16;i:15;i:213;i:16;i:2;i:17;i:-4;i:18;i:-20;i:19;i:-18;i:20;i:-48;i:21;i:14;i:22;i:153;i:23;i:-16;i:24;i:3;i:25;i:-4;i:26;i:-28;i:27;i:-53;i:28;i:7;}s:5:\"total\";s:5:\"24032\";}s:6:\"labels\";a:30:{i:0;s:6:\"21 Jun\";i:1;s:6:\"22 Jun\";i:2;s:6:\"23 Jun\";i:3;s:6:\"24 Jun\";i:4;s:6:\"25 Jun\";i:5;s:6:\"26 Jun\";i:6;s:6:\"27 Jun\";i:7;s:6:\"28 Jun\";i:8;s:6:\"29 Jun\";i:9;s:6:\"30 Jun\";i:10;s:5:\"1 Jul\";i:11;s:5:\"2 Jul\";i:12;s:5:\"3 Jul\";i:13;s:5:\"4 Jul\";i:14;s:5:\"5 Jul\";i:15;s:5:\"6 Jul\";i:16;s:5:\"7 Jul\";i:17;s:5:\"8 Jul\";i:18;s:5:\"9 Jul\";i:19;s:6:\"10 Jul\";i:20;s:6:\"11 Jul\";i:21;s:6:\"12 Jul\";i:22;s:6:\"13 Jul\";i:23;s:6:\"14 Jul\";i:24;s:6:\"15 Jul\";i:25;s:6:\"16 Jul\";i:26;s:6:\"17 Jul\";i:27;s:6:\"18 Jul\";i:28;s:6:\"19 Jul\";i:29;s:6:\"20 Jul\";}s:10:\"timestamps\";a:30:{i:0;i:1750464000;i:1;i:1750550400;i:2;i:1750636800;i:3;i:1750723200;i:4;i:1750809600;i:5;i:1750896000;i:6;i:1750982400;i:7;i:1751068800;i:8;i:1751155200;i:9;i:1751241600;i:10;i:1751328000;i:11;i:1751414400;i:12;i:1751500800;i:13;i:1751587200;i:14;i:1751673600;i:15;i:1751760000;i:16;i:1751846400;i:17;i:1751932800;i:18;i:1752019200;i:19;i:1752105600;i:20;i:1752192000;i:21;i:1752278400;i:22;i:1752364800;i:23;i:1752451200;i:24;i:1752537600;i:25;i:1752624000;i:26;i:1752710400;i:27;i:1752796800;i:28;i:1752883200;i:29;i:1752969600;}}s:7:\"infobox\";a:10:{s:5:\"range\";i:30;s:7:\"current\";a:3:{s:7:\"endDate\";s:10:\"2025-07-20\";s:4:\"name\";N;s:9:\"startDate\";s:10:\"2025-06-21\";}s:8:\"previous\";a:3:{s:7:\"endDate\";s:10:\"2025-06-20\";s:4:\"name\";N;s:9:\"startDate\";s:10:\"2025-05-22\";}s:8:\"sessions\";a:2:{s:5:\"value\";s:5:\"14917\";s:4:\"prev\";i:-6;}s:9:\"pageviews\";a:2:{s:5:\"value\";s:5:\"24032\";s:4:\"prev\";i:-3;}s:10:\"totalusers\";a:2:{s:5:\"value\";s:4:\"9894\";s:4:\"prev\";i:-10;}s:8:\"duration\";a:2:{s:5:\"value\";s:3:\"59s\";s:4:\"prev\";i:-27;}s:5:\"users\";a:2:{s:5:\"value\";s:18:\"84.030725692338791\";s:4:\"prev\";i:-3;}s:9:\"new_users\";a:2:{s:5:\"value\";s:4:\"8314\";s:4:\"prev\";i:-12;}s:11:\"bounce_rate\";a:2:{s:5:\"value\";s:5:\"42.3%\";s:4:\"prev\";i:-6;}}s:11:\"newvsreturn\";a:2:{s:3:\"new\";i:85;s:9:\"returning\";i:15;}s:7:\"devices\";a:3:{s:7:\"desktop\";i:70;s:6:\"mobile\";i:29;s:6:\"tablet\";i:1;}s:9:\"countries\";a:10:{i:0;a:2:{s:3:\"iso\";s:2:\"US\";s:8:\"sessions\";s:5:\"14804\";}i:1;a:2:{s:3:\"iso\";s:2:\"MX\";s:8:\"sessions\";s:2:\"16\";}i:2;a:2:{s:3:\"iso\";s:2:\"ID\";s:8:\"sessions\";s:2:\"14\";}i:3;a:2:{s:3:\"iso\";s:2:\"RU\";s:8:\"sessions\";s:2:\"13\";}i:4;a:2:{s:3:\"iso\";s:2:\"VN\";s:8:\"sessions\";s:1:\"6\";}i:5;a:2:{s:3:\"iso\";s:2:\"DE\";s:8:\"sessions\";s:1:\"5\";}i:6;a:2:{s:3:\"iso\";s:2:\"CA\";s:8:\"sessions\";s:1:\"4\";}i:7;a:2:{s:3:\"iso\";s:2:\"IN\";s:8:\"sessions\";s:1:\"3\";}i:8;a:2:{s:3:\"iso\";s:2:\"PR\";s:8:\"sessions\";s:1:\"1\";}i:9;a:2:{s:3:\"iso\";s:2:\"JP\";s:8:\"sessions\";i:0;}}s:9:\"referrals\";a:10:{i:0;a:2:{s:3:\"url\";s:27:\"bannerhealth.sharepoint.com\";s:8:\"sessions\";s:4:\"3344\";}i:1;a:2:{s:3:\"url\";s:17:\"wd5.myworkday.com\";s:8:\"sessions\";s:3:\"349\";}i:2;a:2:{s:3:\"url\";s:35:\"bannerhealth.sharepoint.com.mcas.ms\";s:8:\"sessions\";s:3:\"297\";}i:3;a:2:{s:3:\"url\";s:28:\"statics.teams.cdn.office.net\";s:8:\"sessions\";s:3:\"148\";}i:4;a:2:{s:3:\"url\";s:23:\"app.personifyhealth.com\";s:8:\"sessions\";s:2:\"35\";}i:5;a:2:{s:3:\"url\";s:13:\"new-innov.com\";s:8:\"sessions\";s:2:\"35\";}i:6;a:2:{s:3:\"url\";s:21:\"bannerhealth.visme.co\";s:8:\"sessions\";s:2:\"29\";}i:7;a:2:{s:3:\"url\";s:21:\"bannerhealthmedia.com\";s:8:\"sessions\";s:2:\"23\";}i:8;a:2:{s:3:\"url\";s:15:\"mail.google.com\";s:8:\"sessions\";s:2:\"20\";}i:9;a:2:{s:3:\"url\";s:25:\"wd5.myworkday.com.mcas.ms\";s:8:\"sessions\";s:2:\"14\";}}s:8:\"toppages\";a:50:{i:0;a:4:{s:3:\"url\";s:1:\"/\";s:5:\"title\";s:25:\"Home - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:4:\"8909\";}i:1;a:4:{s:3:\"url\";s:9:\"/medical/\";s:5:\"title\";s:28:\"Medical - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:4:\"2516\";}i:2;a:4:{s:3:\"url\";s:11:\"/documents/\";s:5:\"title\";s:30:\"Documents - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:4:\"1886\";}i:3;a:4:{s:3:\"url\";s:12:\"/disability/\";s:5:\"title\";s:47:\"Disability and Leave Plans - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:4:\"1393\";}i:4;a:4:{s:3:\"url\";s:22:\"/discount-marketplace/\";s:5:\"title\";s:41:\"Discount Marketplace - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:4:\"1196\";}i:5;a:4:{s:3:\"url\";s:18:\"/planned-time-off/\";s:5:\"title\";s:37:\"Planned Time Off - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:4:\"1194\";}i:6;a:4:{s:3:\"url\";s:8:\"/dental/\";s:5:\"title\";s:27:\"Dental - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:4:\"1008\";}i:7;a:4:{s:3:\"url\";s:12:\"/retirement/\";s:5:\"title\";s:31:\"Retirement - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"693\";}i:8;a:4:{s:3:\"url\";s:8:\"/vision/\";s:5:\"title\";s:27:\"Vision - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"671\";}i:9;a:4:{s:3:\"url\";s:37:\"/new-hire-eligibility-and-enrollment/\";s:5:\"title\";s:56:\"New Hire Eligibility and Enrollment - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"364\";}i:10;a:4:{s:3:\"url\";s:11:\"/voluntary/\";s:5:\"title\";s:39:\"Voluntary Benefits - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"349\";}i:11;a:4:{s:3:\"url\";s:14:\"/mywell-being/\";s:5:\"title\";s:41:\"MyWell-Being Program - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"341\";}i:12;a:4:{s:3:\"url\";s:27:\"/supplemental-health-plans/\";s:5:\"title\";s:46:\"Supplemental Health Plans - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"333\";}i:13;a:4:{s:3:\"url\";s:14:\"/hdhp-and-hsa/\";s:5:\"title\";s:33:\"HDHP and HSA - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"277\";}i:14;a:4:{s:3:\"url\";s:10:\"/pharmacy/\";s:5:\"title\";s:29:\"Pharmacy - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"265\";}i:15;a:4:{s:3:\"url\";s:9:\"/hsa-fsa/\";s:5:\"title\";s:28:\"HSA FSA - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"250\";}i:16;a:4:{s:3:\"url\";s:24:\"/dependent-verification/\";s:5:\"title\";s:43:\"Dependent Verification - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"249\";}i:17;a:4:{s:3:\"url\";s:5:\"/eap/\";s:5:\"title\";s:24:\"EAP - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"212\";}i:18;a:4:{s:3:\"url\";s:19:\"/health-management/\";s:5:\"title\";s:38:\"Health Management - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"155\";}i:19;a:4:{s:3:\"url\";s:16:\"/life-insurance/\";s:5:\"title\";s:38:\"Life and AD&amp;D - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"147\";}i:20;a:4:{s:3:\"url\";s:22:\"/supporting-our-staff/\";s:5:\"title\";s:41:\"Supporting Our Staff - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"143\";}i:21;a:4:{s:3:\"url\";s:24:\"/qualifying-life-events/\";s:5:\"title\";s:43:\"Qualifying Life Events - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"131\";}i:22;a:4:{s:3:\"url\";s:22:\"/child-and-elder-care/\";s:5:\"title\";s:41:\"Child and Elder Care - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"129\";}i:23;a:4:{s:3:\"url\";s:11:\"/concierge/\";s:5:\"title\";s:30:\"Concierge - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:3:\"106\";}i:24;a:4:{s:3:\"url\";s:10:\"/contacts/\";s:5:\"title\";s:29:\"Contacts - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"97\";}i:25;a:4:{s:3:\"url\";s:21:\"/adoption-assistance/\";s:5:\"title\";s:40:\"Adoption Assistance - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"86\";}i:26;a:4:{s:3:\"url\";s:10:\"/98point6/\";s:5:\"title\";s:29:\"98point6 - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"77\";}i:27;a:4:{s:3:\"url\";s:10:\"/ask-alex/\";s:5:\"title\";s:29:\"Ask ALEX - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"51\";}i:28;a:4:{s:3:\"url\";s:28:\"/eligibility-and-enrollment/\";s:5:\"title\";s:47:\"Eligibility and Enrollment - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"37\";}i:29;a:4:{s:3:\"url\";s:19:\"/tobacco-cessation/\";s:5:\"title\";s:38:\"Tobacco Cessation - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"37\";}i:30;a:4:{s:3:\"url\";s:6:\"/news/\";s:5:\"title\";s:25:\"News - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"36\";}i:31;a:4:{s:3:\"url\";s:62:\"/wpfd_file/2025-choice-plus-plan-summary-of-benefits-coverage/\";s:5:\"title\";s:77:\"2025 Choice Plus Plan Summary of Benefits &amp; Coverage - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"20\";}i:32;a:4:{s:3:\"url\";s:18:\"/required-notices/\";s:5:\"title\";s:37:\"Required Notices - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"17\";}i:33;a:4:{s:3:\"url\";s:44:\"/wpfd_file/2025-metlife-legal-plan-overview/\";s:5:\"title\";s:53:\"2025 MetLife Legal Plan Overview - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"12\";}i:34;a:4:{s:3:\"url\";s:50:\"/wpfd_file/2025-resident-fellow-benefits-overview/\";s:5:\"title\";s:65:\"2025 Resident &amp; Fellow Benefits Overview - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"11\";}i:35;a:4:{s:3:\"url\";s:50:\"/wpfd_file/2025-cigna-dental-dhmo-charge-schedule/\";s:5:\"title\";s:59:\"2025 Cigna Dental DHMO Charge Schedule - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:2:\"10\";}i:36;a:4:{s:3:\"url\";s:59:\"/?s=no-results:bereavement&amp;cat=no-results?s=bereavement\";s:5:\"title\";s:32:\"bereavement - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:1:\"8\";}i:37;a:4:{s:3:\"url\";s:15:\"/video-library/\";s:5:\"title\";s:34:\"Video Library - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:1:\"7\";}i:38;a:4:{s:3:\"url\";s:55:\"/wpfd_file/short-term-and-long-term-disability-process/\";s:5:\"title\";s:64:\"Short-Term and Long-Term Disability Process - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:1:\"7\";}i:39;a:4:{s:3:\"url\";s:17:\"/your-well-being/\";s:5:\"title\";s:36:\"Your Well-Being - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:1:\"7\";}i:40;a:4:{s:3:\"url\";s:43:\"/wpfd_file/2025-employee-benefits-overview/\";s:5:\"title\";s:52:\"2025 Employee Benefits Overview - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:1:\"6\";}i:41;a:4:{s:3:\"url\";s:38:\"/wpfd_file/2023-summary-annual-report/\";s:5:\"title\";s:47:\"2023 Summary Annual Report - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:1:\"5\";}i:42;a:4:{s:3:\"url\";s:1:\"/\";s:5:\"title\";s:14:\"Home - 24/7.ai\";s:8:\"hostname\";s:27:\"247-staging.mybenefits.life\";s:8:\"sessions\";s:1:\"4\";}i:43;a:4:{s:3:\"url\";s:56:\"/?s=maternity%20leave&amp;cat=1-result?s=maternity+leave\";s:5:\"title\";s:36:\"maternity leave - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:1:\"4\";}i:44;a:4:{s:3:\"url\";s:42:\"/?s=maternity&amp;cat=1-result?s=maternity\";s:5:\"title\";s:30:\"maternity - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:1:\"4\";}i:45;a:4:{s:3:\"url\";s:63:\"/?s=no-results:Bereavement%20&amp;cat=no-results?s=Bereavement+\";s:5:\"title\";s:32:\"Bereavement - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:1:\"4\";}i:46;a:4:{s:3:\"url\";s:36:\"/wpfd_file/2025-specialty-drug-list/\";s:5:\"title\";s:45:\"2025 Specialty Drug List - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:1:\"3\";}i:47;a:4:{s:3:\"url\";s:38:\"/wpfd_file/domestic-partner-affidavit/\";s:5:\"title\";s:47:\"Domestic-Partner-Affidavit - 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";s:1:\"3\";}i:48;a:4:{s:3:\"url\";s:29:\"/404.html?page=/%3E&amp;from=\";s:5:\"title\";s:34:\"404 Not Found | 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";i:0;}i:49;a:4:{s:3:\"url\";s:34:\"/404.html?page=/&amp;gt=&amp;from=\";s:5:\"title\";s:34:\"404 Not Found | 2025 Banner Health\";s:8:\"hostname\";s:32:\"bannerbenefits.mybenefitport.com\";s:8:\"sessions\";i:0;}}s:18:\"reportcurrentrange\";a:3:{s:7:\"endDate\";s:10:\"2025-07-20\";s:4:\"name\";N;s:9:\"startDate\";s:10:\"2025-06-21\";}s:15:\"reportprevrange\";a:3:{s:7:\"endDate\";s:10:\"2025-06-20\";s:4:\"name\";N;s:9:\"startDate\";s:10:\"2025-05-22\";}}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1127907, 'userfeedback_review', 'a:2:{s:4:\"time\";i:1733588922;s:9:\"dismissed\";b:1;}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1152286, 'monsterinsights_admin_menu_tooltip', 1752073132, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1178978, 'nfd_image_optimization', 'a:6:{s:7:\"enabled\";b:0;s:34:\"prefer_optimized_image_when_exists\";b:0;s:30:\"auto_optimized_uploaded_images\";a:2:{s:7:\"enabled\";b:0;s:26:\"auto_delete_original_image\";b:0;}s:12:\"lazy_loading\";a:1:{s:7:\"enabled\";b:0;}s:17:\"bulk_optimization\";b:0;s:10:\"cloudflare\";a:2:{s:6:\"polish\";a:2:{s:5:\"value\";b:1;s:8:\"user_set\";b:0;}s:6:\"mirage\";a:2:{s:5:\"value\";b:1;s:8:\"user_set\";b:0;}}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1178988, 'jetpack_site_products', 'a:1:{i:0;a:7:{s:10:\"product_id\";s:4:\"2219\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:18:\"product_name_short\";s:5:\"Stats\";s:12:\"product_type\";s:7:\"jetpack\";s:7:\"expired\";b:0;s:13:\"user_is_owner\";b:0;}}', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1179015, 'jp_sync_retry_after_immediate-send', 1736375206.847, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1179016, 'jp_sync_error_log_immediate-send', 'a:1:{s:15:\"1736375146.8495\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:37:\"jetpack_sync_send_error_unknown_token\";a:1:{i:0;s:105:\"It looks like your Jetpack connection is broken.  Try disconnecting from WordPress.com then reconnecting.\";}}s:10:\"error_data\";a:1:{s:37:\"jetpack_sync_send_error_unknown_token\";a:2:{s:11:\"status_code\";i:400;s:8:\"redirect\";b:0;}}s:18:\"\0*\0additional_data\";a:0:{}}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1179048, '_transient_jetpack_connection_active_plugins_refresh', 1736375161, 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1186618, 'wpforms_constant_contact_version', 3, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1186628, 'wpforms_splash_version', '1.8.6', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1252343, 'nfd_file_cache_fixed_bh_hg', 1, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1258858, 'userfeedback_version_upgraded_from', '1.5.0', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1277224, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1753112585;s:7:\"checked\";a:3:{s:4:\"Divi\";s:6:\"4.27.4\";s:16:\"twentytwentyfive\";s:3:\"1.2\";s:16:\"twentytwentyfour\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.2.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:6:\"4.27.4\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:144:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=0d0599f2cd2b8d6da8e77df897534264675ab194&username=Ehalvorson\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"translations\";a:0:{}}', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1285757, '_wpforms_transient_upload_htaccess_file', 'a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1745509342;s:5:\"ctime\";i:1745509342;}', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1323159, 'ninja_tables_installed_at', '2025-06-02 15:40:39', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1367026, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.2\";s:7:\"version\";s:5:\"6.8.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1753112566;s:15:\"version_checked\";s:5:\"6.8.2\";s:12:\"translations\";a:0:{}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1367032, 'nfd_module_onboarding_compatibility_results', 'a:2:{s:6:\"status\";s:10:\"compatible\";s:9:\"timestamp\";s:19:\"2025-07-15 16:40:44\";}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1369228, 'nfd_fonts_optimization', 'a:1:{s:10:\"cloudflare\";a:2:{s:5:\"fonts\";a:2:{s:5:\"value\";b:1;s:8:\"user_set\";b:0;}s:12:\"last_updated\";i:1753101963;}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1372355, '_transient_timeout__et_builder_gf_feature_cache', 1753126888, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1372356, '_transient__et_builder_gf_feature_cache', 1, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1372450, '_transient_timeout__ninjatables_pro_license_status_checking', 1753222072, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1372451, '_transient__ninjatables_pro_license_status_checking', 'O:8:\"stdClass\":15:{s:7:\"success\";b:1;s:7:\"license\";s:5:\"valid\";s:7:\"item_id\";i:273;s:9:\"item_name\";s:74:\"Ninja Tables Pro &#8211; The Fastest and Most Diverse WP DataTables Plugin\";s:8:\"checksum\";s:32:\"8258f6bb9973dd5e73f8a36ab3923383\";s:7:\"expires\";s:8:\"lifetime\";s:10:\"payment_id\";i:7226957;s:13:\"customer_name\";s:11:\"Gus Forward\";s:14:\"customer_email\";s:23:\"gus.forward@lockton.com\";s:13:\"license_limit\";i:0;s:10:\"site_count\";i:12;s:16:\"activations_left\";s:9:\"unlimited\";s:8:\"price_id\";s:1:\"2\";s:9:\"cached_at\";i:1753049272;s:6:\"is_new\";b:1;}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1372921, '_transient_timeout_nfd_site_capabilities', 1753116363, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1372922, '_transient_nfd_site_capabilities', 'a:20:{s:11:\"canAccessAI\";b:1;s:12:\"hasAISiteGen\";b:0;s:18:\"canAccessGlobalCTB\";b:1;s:19:\"canAccessHelpCenter\";b:1;s:11:\"hasEcomdash\";b:0;s:11:\"hasSolution\";b:0;s:15:\"hasYithExtended\";b:0;s:11:\"isEcommerce\";b:0;s:8:\"isJarvis\";b:1;s:14:\"canMigrateSite\";b:1;s:17:\"canOptimizeImages\";b:1;s:19:\"hasCloudflareMirage\";b:1;s:19:\"hasCloudflarePolish\";b:1;s:18:\"hasCloudflareFonts\";b:1;s:20:\"hasLinkPrefetchClick\";b:1;s:20:\"hasLinkPrefetchHover\";b:1;s:31:\"google_site_kit_feature_enabled\";b:0;s:23:\"abTestSolutionsLaunched\";b:1;s:24:\"abTestCustomerCardExpiry\";b:0;s:20:\"abTestShowMyProducts\";b:0;}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373011, '_transient_timeout_et_check_mod_pagespeed', 1753195936, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373012, '_transient_et_check_mod_pagespeed', '', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373042, '_site_transient_timeout_wp_theme_files_patterns-d91a15520b4c8ece493aac6a0bf40ffa', 1753112934, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373043, '_site_transient_wp_theme_files_patterns-d91a15520b4c8ece493aac6a0bf40ffa', 'a:2:{s:7:\"version\";s:6:\"4.27.4\";s:8:\"patterns\";a:0:{}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373074, '_transient_timeout_wp_plugin_update_bluehost-wordpress-plugin', 1753134037, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373075, '_transient_wp_plugin_update_bluehost-wordpress-plugin', 'O:8:\"stdClass\":22:{s:6:\"author\";s:43:\"<a href=\"https://bluehost.com\">Bluehost</a>\";s:11:\"author_name\";s:8:\"Bluehost\";s:10:\"author_uri\";s:20:\"https://bluehost.com\";s:11:\"description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";s:13:\"download_link\";s:104:\"https://github.com/newfold-labs/wp-plugin-bluehost/releases/download/4.4.1/bluehost-wordpress-plugin.zip\";s:8:\"homepage\";s:20:\"https://bluehost.com\";s:2:\"id\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:12:\"last_updated\";s:20:\"2025-07-17T14:22:45Z\";s:4:\"name\";s:19:\"The Bluehost Plugin\";s:6:\"plugin\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:8:\"requires\";s:3:\"6.6\";s:12:\"requires_php\";s:3:\"7.3\";s:8:\"sections\";a:1:{s:11:\"description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";}s:17:\"short_description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";s:4:\"slug\";s:25:\"bluehost-wordpress-plugin\";s:6:\"tested\";s:5:\"6.8.2\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"banners\";a:4:{s:2:\"2x\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:2:\"1x\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:4:\"high\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:3:\"low\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";}s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-icon.svg\";s:2:\"1x\";s:68:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-icon.svg\";}s:11:\"new_version\";s:5:\"4.4.1\";s:7:\"package\";s:104:\"https://github.com/newfold-labs/wp-plugin-bluehost/releases/download/4.4.1/bluehost-wordpress-plugin.zip\";s:3:\"url\";s:20:\"https://bluehost.com\";}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373078, '_site_transient_timeout_theme_roots', 1753114242, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373079, '_site_transient_theme_roots', 'a:3:{s:4:\"Divi\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373086, '_transient_timeout_nfd_hosting_panel_needs_refresh', 1753198885, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373087, '_transient_nfd_hosting_panel_needs_refresh', 1, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373095, 'can_compress_scripts', '0', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373096, '_transient_timeout_om_notification_count', 1753155690, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373097, '_transient_om_notification_count', '0', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373098, 'using_application_passwords', 1, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373099, '_transient_timeout_instawp_generate_large_files', 1753116151, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373100, '_transient_instawp_generate_large_files', 1, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373101, 'instawp_large_files_list', 'a:2:{i:0;a:5:{s:4:\"size\";i:161990384;s:4:\"path\";s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/2025/01\";s:8:\"pathname\";s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/2025/01/example-2.mp4\";s:8:\"realpath\";s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/2025/01/example-2.mp4\";s:13:\"relative_path\";s:40:\"wp-content/uploads/2025/01/example-2.mp4\";}i:1;a:5:{s:4:\"size\";i:132790421;s:4:\"path\";s:69:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/2025/01\";s:8:\"pathname\";s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/2025/01/example-3.mp4\";s:8:\"realpath\";s:83:\"/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/2025/01/example-3.mp4\";s:13:\"relative_path\";s:40:\"wp-content/uploads/2025/01/example-3.mp4\";}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373102, 'instawp_default_user', 1, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373103, 'instawp_sync_tab_roles', 'a:1:{i:0;s:13:\"administrator\";}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373113, '_transient_timeout_instawp_site_size_check_files_589655db0316b3ff0150f11a4ae9a070', 1753116117, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373114, '_transient_instawp_site_size_check_files_589655db0316b3ff0150f11a4ae9a070', 1923354696, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373115, '_transient_timeout_instawp_site_size_check_db_d751713988987e9331980363e24189ce', 1753116117, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373116, '_transient_instawp_site_size_check_db_d751713988987e9331980363e24189ce', 18415616, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373120, 'instawp_heartbeat_failed', 1, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373121, '_transient_timeout_mojo_plugin_assets', 1753134154, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373122, '_transient_mojo_plugin_assets', 'a:6:{s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:16:{s:4:\"date\";s:29:\"Mon, 21 Jul 2025 15:42:34 GMT\";s:12:\"content-type\";s:16:\"application/json\";s:13:\"last-modified\";s:29:\"Tue, 04 Feb 2025 16:14:03 GMT\";s:17:\"x-rgw-object-type\";s:6:\"Normal\";s:4:\"etag\";s:36:\"W/\"22e52ce24641d89f7dcb5d8cc9bbbd28\"\";s:16:\"x-amz-request-id\";s:49:\"tx00000a7e26481e0e24cf9-0067fe7d13-52766bbc-nyc3b\";s:4:\"vary\";s:86:\"Origin, Access-Control-Request-Headers, Access-Control-Request-Method, Accept-Encoding\";s:25:\"strict-transport-security\";s:44:\"max-age=15552000; includeSubDomains; preload\";s:13:\"x-do-cdn-uuid\";s:36:\"db0a15ac-e200-43bb-b780-a78e60e36e05\";s:13:\"cache-control\";s:13:\"max-age=86400\";s:15:\"cf-cache-status\";s:3:\"HIT\";s:3:\"age\";s:5:\"10630\";s:10:\"set-cookie\";s:281:\"__cf_bm=PDMuJWGG.n8rAPQuuLZZiVPZrq.pNKDe5SiicX76em0-1753112554-1.0.1.1-lOMybmGa1dN7irCzlULqpBZDu2yyF6jUOtVVQui3M7TuJg61uPbgDSp7VEfAHNFJuY.X0IWzrsd8P_sVxUqfaTKEZAuL4omZ7Y1SDGAHtWU; path=/; expires=Mon, 21-Jul-25 16:12:34 GMT; domain=.cdn.hiive.space; HttpOnly; Secure; SameSite=None\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"962bcf1abedb2b0c-SLC\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:4:\"body\";s:792:\"{\n  \"endurance-page-cache\": {\n    \"constant\": \"EPC_VERSION\",\n    \"version\": \"2.2.2\",\n    \"source\": \"https://raw.githubusercontent.com/bluehost/endurance-page-cache/production/endurance-page-cache.php\",\n    \"destination\": \"/mu-plugins/endurance-page-cache.php\"\n  },\n  \"endurance-browser-cache\": {\n    \"constant\": \"EBC_VERSION\",\n    \"version\": \"0.4\",\n    \"source\": \"https://raw.githubusercontent.com/bluehost/endurance-browser-cache/production/endurance-browser-cache.php\",\n    \"destination\": \"/mu-plugins/endurance-browser-cache.php\"\n  },\n  \"endurance-php-edge\": {\n    \"constant\": \"EPE_VERSION\",\n    \"version\": \"0.1\",\n    \"source\": \"https://raw.githubusercontent.com/bluehost/endurance-php-edge/production/endurance-php-edge.php\",\n    \"destination\": \"/mu-plugins/endurance-php-edge.php\"\n  }\n}\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":7:{s:4:\"name\";s:7:\"__cf_bm\";s:5:\"value\";s:170:\"PDMuJWGG.n8rAPQuuLZZiVPZrq.pNKDe5SiicX76em0-1753112554-1.0.1.1-lOMybmGa1dN7irCzlULqpBZDu2yyF6jUOtVVQui3M7TuJg61uPbgDSp7VEfAHNFJuY.X0IWzrsd8P_sVxUqfaTKEZAuL4omZ7Y1SDGAHtWU\";s:7:\"expires\";i:1753114354;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:15:\"cdn.hiive.space\";s:4:\"port\";N;s:9:\"host_only\";b:0;}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;s:11:\"\0*\0response\";O:23:\"WpOrg\\Requests\\Response\":10:{s:4:\"body\";s:792:\"{\n  \"endurance-page-cache\": {\n    \"constant\": \"EPC_VERSION\",\n    \"version\": \"2.2.2\",\n    \"source\": \"https://raw.githubusercontent.com/bluehost/endurance-page-cache/production/endurance-page-cache.php\",\n    \"destination\": \"/mu-plugins/endurance-page-cache.php\"\n  },\n  \"endurance-browser-cache\": {\n    \"constant\": \"EBC_VERSION\",\n    \"version\": \"0.4\",\n    \"source\": \"https://raw.githubusercontent.com/bluehost/endurance-browser-cache/production/endurance-browser-cache.php\",\n    \"destination\": \"/mu-plugins/endurance-browser-cache.php\"\n  },\n  \"endurance-php-edge\": {\n    \"constant\": \"EPE_VERSION\",\n    \"version\": \"0.1\",\n    \"source\": \"https://raw.githubusercontent.com/bluehost/endurance-php-edge/production/endurance-php-edge.php\",\n    \"destination\": \"/mu-plugins/endurance-php-edge.php\"\n  }\n}\n\";s:3:\"raw\";s:1766:\"HTTP/1.1 200 OK\r\nDate: Mon, 21 Jul 2025 15:42:34 GMT\r\nContent-Type: application/json\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nlast-modified: Tue, 04 Feb 2025 16:14:03 GMT\r\nx-rgw-object-type: Normal\r\netag: W/\"22e52ce24641d89f7dcb5d8cc9bbbd28\"\r\nx-amz-request-id: tx00000a7e26481e0e24cf9-0067fe7d13-52766bbc-nyc3b\r\nvary: Origin, Access-Control-Request-Headers, Access-Control-Request-Method, Accept-Encoding\r\nstrict-transport-security: max-age=15552000; includeSubDomains; preload\r\nx-do-cdn-uuid: db0a15ac-e200-43bb-b780-a78e60e36e05\r\nCache-Control: max-age=86400\r\nCF-Cache-Status: HIT\r\nAge: 10630\r\nSet-Cookie: __cf_bm=PDMuJWGG.n8rAPQuuLZZiVPZrq.pNKDe5SiicX76em0-1753112554-1.0.1.1-lOMybmGa1dN7irCzlULqpBZDu2yyF6jUOtVVQui3M7TuJg61uPbgDSp7VEfAHNFJuY.X0IWzrsd8P_sVxUqfaTKEZAuL4omZ7Y1SDGAHtWU; path=/; expires=Mon, 21-Jul-25 16:12:34 GMT; domain=.cdn.hiive.space; HttpOnly; Secure; SameSite=None\r\nServer: cloudflare\r\nCF-RAY: 962bcf1abedb2b0c-SLC\r\nContent-Encoding: gzip\r\n\r\n{\n  \"endurance-page-cache\": {\n    \"constant\": \"EPC_VERSION\",\n    \"version\": \"2.2.2\",\n    \"source\": \"https://raw.githubusercontent.com/bluehost/endurance-page-cache/production/endurance-page-cache.php\",\n    \"destination\": \"/mu-plugins/endurance-page-cache.php\"\n  },\n  \"endurance-browser-cache\": {\n    \"constant\": \"EBC_VERSION\",\n    \"version\": \"0.4\",\n    \"source\": \"https://raw.githubusercontent.com/bluehost/endurance-browser-cache/production/endurance-browser-cache.php\",\n    \"destination\": \"/mu-plugins/endurance-browser-cache.php\"\n  },\n  \"endurance-php-edge\": {\n    \"constant\": \"EPE_VERSION\",\n    \"version\": \"0.1\",\n    \"source\": \"https://raw.githubusercontent.com/bluehost/endurance-php-edge/production/endurance-php-edge.php\",\n    \"destination\": \"/mu-plugins/endurance-php-edge.php\"\n  }\n}\n\";s:7:\"headers\";O:31:\"WpOrg\\Requests\\Response\\Headers\":1:{s:7:\"\0*\0data\";a:16:{s:4:\"date\";a:1:{i:0;s:29:\"Mon, 21 Jul 2025 15:42:34 GMT\";}s:12:\"content-type\";a:1:{i:0;s:16:\"application/json\";}s:13:\"last-modified\";a:1:{i:0;s:29:\"Tue, 04 Feb 2025 16:14:03 GMT\";}s:17:\"x-rgw-object-type\";a:1:{i:0;s:6:\"Normal\";}s:4:\"etag\";a:1:{i:0;s:36:\"W/\"22e52ce24641d89f7dcb5d8cc9bbbd28\"\";}s:16:\"x-amz-request-id\";a:1:{i:0;s:49:\"tx00000a7e26481e0e24cf9-0067fe7d13-52766bbc-nyc3b\";}s:4:\"vary\";a:1:{i:0;s:86:\"Origin, Access-Control-Request-Headers, Access-Control-Request-Method, Accept-Encoding\";}s:25:\"strict-transport-security\";a:1:{i:0;s:44:\"max-age=15552000; includeSubDomains; preload\";}s:13:\"x-do-cdn-uuid\";a:1:{i:0;s:36:\"db0a15ac-e200-43bb-b780-a78e60e36e05\";}s:13:\"cache-control\";a:1:{i:0;s:13:\"max-age=86400\";}s:15:\"cf-cache-status\";a:1:{i:0;s:3:\"HIT\";}s:3:\"age\";a:1:{i:0;s:5:\"10630\";}s:10:\"set-cookie\";a:1:{i:0;s:281:\"__cf_bm=PDMuJWGG.n8rAPQuuLZZiVPZrq.pNKDe5SiicX76em0-1753112554-1.0.1.1-lOMybmGa1dN7irCzlULqpBZDu2yyF6jUOtVVQui3M7TuJg61uPbgDSp7VEfAHNFJuY.X0IWzrsd8P_sVxUqfaTKEZAuL4omZ7Y1SDGAHtWU; path=/; expires=Mon, 21-Jul-25 16:12:34 GMT; domain=.cdn.hiive.space; HttpOnly; Secure; SameSite=None\";}s:6:\"server\";a:1:{i:0;s:10:\"cloudflare\";}s:6:\"cf-ray\";a:1:{i:0;s:20:\"962bcf1abedb2b0c-SLC\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.1;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:48:\"https://cdn.hiive.space/bluehost/mu-plugins.json\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:25:\"WpOrg\\Requests\\Cookie\\Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:7:\"__cf_bm\";O:21:\"WpOrg\\Requests\\Cookie\":5:{s:4:\"name\";s:7:\"__cf_bm\";s:5:\"value\";s:170:\"PDMuJWGG.n8rAPQuuLZZiVPZrq.pNKDe5SiicX76em0-1753112554-1.0.1.1-lOMybmGa1dN7irCzlULqpBZDu2yyF6jUOtVVQui3M7TuJg61uPbgDSp7VEfAHNFJuY.X0IWzrsd8P_sVxUqfaTKEZAuL4omZ7Y1SDGAHtWU\";s:10:\"attributes\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:6:{s:4:\"path\";s:1:\"/\";s:7:\"expires\";i:1753114354;s:6:\"domain\";s:15:\"cdn.hiive.space\";s:8:\"httponly\";b:1;s:6:\"secure\";b:1;s:8:\"samesite\";s:4:\"None\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1753112554;s:11:\"last-access\";i:1753112554;s:10:\"persistent\";b:0;s:9:\"host-only\";b:0;}s:14:\"reference_time\";i:1753112554;}}}}s:11:\"\0*\0filename\";N;}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373125, '_wpforms_transient_timeout_addons.json', 1753717358, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373126, '_wpforms_transient_addons.json', 1753112558, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373127, 'wpfd_license_token', 'd10ff114-0971-49c8-9613-332c8b0ffcd7', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373128, '_transient_timeout__monsterinsights_addons', 1753126959, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373129, '_transient__monsterinsights_addons', 'a:14:{i:0;O:8:\"stdClass\":9:{s:5:\"title\";s:19:\"MonsterInsights Ads\";s:4:\"slug\";s:3:\"ads\";s:7:\"version\";s:5:\"1.9.0\";s:5:\"image\";s:88:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/ads-tracking-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:43:\"Track Google Ads conversions automatically.\";s:2:\"id\";i:31099;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}s:13:\"svg_icon_path\";s:94:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/ads.svg\";}i:1;O:8:\"stdClass\":9:{s:5:\"title\";s:19:\"MonsterInsights AMP\";s:4:\"slug\";s:3:\"amp\";s:7:\"version\";s:5:\"1.7.0\";s:5:\"image\";s:79:\"https://www.monsterinsights.com/wp-content/uploads/2017/06/amp-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:108:\"MonsterInsights Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages.\";s:2:\"id\";i:101306;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}s:13:\"svg_icon_path\";s:94:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/amp.svg\";}i:2;O:8:\"stdClass\":9:{s:5:\"title\";s:32:\"MonsterInsights Conversations AI\";s:4:\"slug\";s:11:\"ai-insights\";s:7:\"version\";s:5:\"1.0.2\";s:5:\"image\";b:0;s:4:\"icon\";b:0;s:7:\"excerpt\";s:62:\"Get automated insights about your website with the power of AI\";s:2:\"id\";i:877722;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";N;}i:3;O:8:\"stdClass\":9:{s:5:\"title\";s:26:\"MonsterInsights Dimensions\";s:4:\"slug\";s:10:\"dimensions\";s:7:\"version\";s:5:\"2.2.1\";s:5:\"image\";s:93:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/custom-dimensions-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:59:\"Track authors, categories, tags, searches, users, and more.\";s:2:\"id\";i:31098;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:101:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/dimensions.svg\";}i:4;O:8:\"stdClass\":9:{s:5:\"title\";s:25:\"MonsterInsights eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:7:\"version\";s:5:\"8.5.6\";s:5:\"image\";s:94:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/ecommerce-tracking-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:93:\"Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores.\";s:2:\"id\";i:31097;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:100:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/ecommerce.svg\";}i:5;O:8:\"stdClass\":9:{s:5:\"title\";s:29:\"MonsterInsights EU Compliance\";s:4:\"slug\";s:13:\"eu-compliance\";s:7:\"version\";s:5:\"2.3.2\";s:5:\"image\";s:72:\"https://www.monsterinsights.com/wp-content/uploads/2018/05/eu-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:59:\"Improve compliance with GDPR and other privacy regulations.\";s:2:\"id\";i:137300;s:10:\"categories\";a:1:{i:0;s:5:\"Basic\";}s:13:\"svg_icon_path\";s:104:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/eu-compliance.svg\";}i:6;O:8:\"stdClass\":9:{s:5:\"title\";s:26:\"MonsterInsights Exceptions\";s:4:\"slug\";s:10:\"exceptions\";s:7:\"version\";s:5:\"1.0.1\";s:5:\"image\";b:0;s:4:\"icon\";b:0;s:7:\"excerpt\";s:147:\"MonsterInsights Exceptions addon notifies you of any major website events such as traffic increases, new landing pages, or conversion rate changes.\";s:2:\"id\";i:854045;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:101:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/exceptions.svg\";}i:7;O:8:\"stdClass\":9:{s:5:\"title\";s:21:\"MonsterInsights Forms\";s:4:\"slug\";s:5:\"forms\";s:7:\"version\";s:5:\"2.3.4\";s:5:\"image\";s:81:\"https://www.monsterinsights.com/wp-content/uploads/2017/06/forms-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:70:\"Enable tracking of your form views, submissions, and conversion rates.\";s:2:\"id\";i:104930;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:96:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/forms.svg\";}i:8;O:8:\"stdClass\":9:{s:5:\"title\";s:21:\"MonsterInsights Media\";s:4:\"slug\";s:5:\"media\";s:7:\"version\";s:5:\"1.1.3\";s:5:\"image\";s:81:\"https://www.monsterinsights.com/wp-content/uploads/2021/12/media-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:140:\"The MonsterInsights Media addon makes it super simple to track YouTube and Vimeo embeds along with videos you upload into the Media Library.\";s:2:\"id\";i:506765;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}s:13:\"svg_icon_path\";s:96:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/media.svg\";}i:9;O:8:\"stdClass\":9:{s:5:\"title\";s:29:\"MonsterInsights Page Insights\";s:4:\"slug\";s:13:\"page-insights\";s:7:\"version\";s:5:\"1.6.0\";s:5:\"image\";s:89:\"https://www.monsterinsights.com/wp-content/uploads/2018/10/page-insights-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:79:\"See important metrics for individual posts / pages in your WordPress dashboard.\";s:2:\"id\";i:166810;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}s:13:\"svg_icon_path\";s:104:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/page-insights.svg\";}i:10;O:8:\"stdClass\":9:{s:5:\"title\";s:27:\"MonsterInsights Performance\";s:4:\"slug\";s:11:\"performance\";s:7:\"version\";s:5:\"1.8.1\";s:5:\"image\";s:96:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/performance-tracking-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:55:\"Adjust site speed and sample rate for Google Analytics.\";s:2:\"id\";i:31100;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}s:13:\"svg_icon_path\";s:102:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/performance.svg\";}i:11;O:8:\"stdClass\":9:{s:5:\"title\";s:28:\"MonsterInsights PPC Tracking\";s:4:\"slug\";s:12:\"ppc-tracking\";s:7:\"version\";s:5:\"1.4.2\";s:5:\"image\";b:0;s:4:\"icon\";b:0;s:7:\"excerpt\";s:80:\"Easily track conversions and website events with Google Ads, Bing Ads, and Meta.\";s:2:\"id\";i:696539;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:103:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/ppc-tracking.svg\";}i:12;O:8:\"stdClass\":9:{s:5:\"title\";s:38:\"MonsterInsights Site Notes Automations\";s:4:\"slug\";s:27:\"site-notes-important-events\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";b:0;s:4:\"icon\";b:0;s:7:\"excerpt\";s:166:\"Automatically add key website events to Site Notes with our Site Notes Automations addon. Get access to an API so that you can create and update Site Notes as needed.\";s:2:\"id\";i:864443;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:118:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/site-notes-important-events.svg\";}i:13;O:8:\"stdClass\":9:{s:5:\"title\";s:28:\"MonsterInsights User Journey\";s:4:\"slug\";s:12:\"user-journey\";s:7:\"version\";s:5:\"1.1.8\";s:5:\"image\";s:88:\"https://www.monsterinsights.com/wp-content/uploads/2022/05/user-journey-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:86:\"See exactly which steps and for how long each customer took before making a purchase. \";s:2:\"id\";i:562165;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:103:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/user-journey.svg\";}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373130, '_transient_timeout_newfold_notifications', 1753112861, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373131, '_transient_newfold_notifications', 'a:2:{i:0;a:5:{s:2:\"id\";s:36:\"3061adb0-c3b3-400e-9e04-f7ae4db8e4fa\";s:9:\"locations\";a:1:{i:0;a:2:{s:5:\"pages\";s:3:\"all\";s:7:\"context\";s:15:\"wp-admin-notice\";}}s:5:\"query\";N;s:10:\"expiration\";i:1746722107;s:7:\"content\";s:19379:\"<style>.nfd-message-container {	margin: 10px 20px 0px auto;	clear: both;	position: relative;	container-type: inline-size;	container-name: nfd-message;	}	.nfd-root .nfd-message-container {	margin-right: 0px !important;	}	.nfd-message-container h1,	.nfd-message-container h2,	.nfd-message-container h3,	.nfd-message-container h4,	.nfd-message-container h5,	.nfd-message-container h6,	.nfd-message-container p {	margin: 0;	}	.nfd-message-container > div {	padding: 10px 45px 10px 20px;	min-height: 70px;	display: flex;	align-items: center;	}	@container nfd-message (max-width: 768px) {	.nfd-message-container > div {	padding: 16px;	}	}</style><div class=\"nfd-message-container\"><style>.nfd-message-container a[data-action=\"close\"] {	cursor: pointer;	z-index: 3;	position: absolute;	top: 12px;	right: 16px;	}</style><a href=\"\" data-action=\"close\" aria-label=\"Dismiss notice\" style=\"\"><svg width=\"14\" height=\"16\" viewBox=\"0 0 14 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><title>Dismiss</title><path	d=\"M14 1.58625L12.59 0L7 6.28875L1.41 0L0 1.58625L5.59 7.875L0 14.1637L1.41 15.75L7 9.46125L12.59 15.75L14 14.1637L8.41 7.875L14 1.58625Z\"	fill=\"#fff\" /></svg></a><style>.nfd-message-container-yoast {	background: linear-gradient(90.06deg, #5E247B -1.48%, #A71F6A 27.97%, #91216F 63.42%, #A71F6A 91.24%, #5E247B 107.6%);	color: #fff;	font-family: \"Open Sans\", sans-serif;	font-optical-sizing: auto;	display: flex;	justify-content: space-between;	align-items: center;	gap: 32px;	text-align: center;	border-radius: 8px;	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.15);	}	.nfd-message-container-yoast > div:first-of-type {	min-width: 211px;	}	.nfd-message-container-yoast > div:last-of-type {	min-width: 125px;	}	.nfd-message-container-yoast div:last-of-type img {	display: none;	}	.nfd-message-container-yoast svg {	display: block;	margin: 0 auto;	}	.nfd-message-container-yoast p {	text-shadow: 2px 2px 8px rgba(0, 0, 0, .15);	}	@container nfd-message (max-width: 1040px) {	.nfd-message-container-yoast > div:first-of-type {	min-width: 175px;	}	}	@container nfd-message (max-width: 900px) {	.nfd-message-container-yoast svg {	scale: 0.9;	}	.nfd-message-container-yoast p {	font-size: 14px;	}	}	@container nfd-message (max-width: 768px) {	.nfd-message-container-yoast {	flex-direction: column;	gap: 16px;	}	.nfd-message-container-yoast > div:first-of-type {	display: none;	}	.nfd-message-container-yoast div:last-of-type {	min-width: 100%;	}	.nfd-message-container-yoast div:last-of-type img {	display: block;	max-width: 80px;	position: absolute;	top: 10px;	left: 16px;	}	}	@container nfd-message (max-width: 625px) {	.nfd-message-content {	padding-top: 32px;	}	.nfd-message-container-yoast div:last-of-type img {	max-width: 60px;	}	}</style><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap\" rel=\"stylesheet\"><div class=\"nfd-message-container-yoast\"><div><img src=\"https://d2k7nyq3ix8wzh.cloudfront.net/04e62053-dc94-42da-b261-8410e8d9b846/images/messages/yoast-seo-mascot-logo.png\" alt=\"Yoast logo\"></div><div class=\"nfd-message-content\"><div><svg width=\"269\" height=\"38\" viewBox=\"0 0 269 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.9766 21.6031C15.9766 23.8343 15.1797 25.5873 13.5861 26.8224C11.9924 28.0974 9.76125 28.7348 6.93248 28.7348C4.10371 28.7348 1.79288 28.2966 0 27.42V23.5554C1.15541 24.0733 2.35068 24.5116 3.62562 24.8303C4.90055 25.1491 6.09581 25.3084 7.21138 25.3084C8.84489 25.3084 10.0401 24.9897 10.7971 24.3921C11.5541 23.7944 11.9525 22.9578 11.9525 21.9219C11.9525 21.0055 11.594 20.2087 10.8768 19.5314C10.1597 18.8939 8.72537 18.0971 6.49423 17.2205C4.22325 16.3042 2.58972 15.2285 1.67336 14.073C0.756999 12.8778 0.278897 11.4833 0.278897 9.80998C0.278897 7.73821 1.03591 6.06485 2.51005 4.8696C3.9842 3.67434 5.97629 3.07672 8.48632 3.07672C10.9963 3.07672 13.2673 3.59466 15.618 4.63055L14.3032 7.97725C12.0721 7.06089 10.08 6.58279 8.36677 6.58279C7.05199 6.58279 6.05596 6.86169 5.33881 7.45931C4.6615 8.0171 4.30293 8.81393 4.30293 9.73029C4.30293 10.3678 4.42246 10.9255 4.70135 11.4036C4.98024 11.8818 5.41849 12.32 6.05595 12.7184C6.69342 13.1168 7.80899 13.6746 9.44251 14.3519C11.2752 15.1089 12.6299 15.8261 13.4665 16.5034C14.3032 17.1807 14.9407 17.8979 15.3391 18.7345C15.7773 19.4517 15.9766 20.4477 15.9766 21.6031ZM34.6225 28.3762H20.4787V3.39545H34.6225V6.86169H24.5824V13.6746H33.9851V17.101H24.5824V24.9499H34.6225V28.3762ZM61.8344 15.8659C61.8344 19.9298 60.7986 23.0773 58.7666 25.3483C56.7347 27.6193 53.8661 28.7348 50.121 28.7348C46.3758 28.7348 43.4674 27.6192 41.4354 25.3881C39.4035 23.157 38.4075 19.9696 38.4075 15.8261C38.4075 11.6825 39.4434 8.53504 41.4753 6.3039C43.5072 4.1126 46.4157 2.99703 50.2006 2.99703C53.9856 2.99703 56.7745 4.1126 58.8065 6.38358C60.8384 8.61472 61.8344 11.7622 61.8344 15.8659ZM42.7901 15.8659C42.7901 18.9337 43.4276 21.2844 44.6626 22.8781C45.8977 24.4718 47.7304 25.2686 50.2006 25.2686C52.6708 25.2686 54.4637 24.4718 55.6988 22.9179C56.9339 21.3641 57.5714 19.0134 57.5714 15.9058C57.5714 12.7981 56.9737 10.5271 55.7387 8.93346C54.5036 7.33979 52.6708 6.54295 50.2405 6.54295C47.8101 6.54295 45.9376 7.33979 44.7025 8.93346C43.3877 10.4873 42.7901 12.7981 42.7901 15.8659ZM84.3052 12.4794H79.6836V28.3364H75.6595V12.4794H72.5519V10.6068L75.6595 9.37172V8.13662C75.6595 5.90548 76.1775 4.23213 77.2134 3.1564C78.2493 2.08067 79.8828 1.52289 82.0342 1.52289C83.4287 1.52289 84.8231 1.76194 86.2176 2.24004L85.1419 5.26802C84.1458 4.94928 83.1896 4.78991 82.3131 4.78991C81.4366 4.78991 80.7195 5.06881 80.321 5.62659C79.9226 6.18438 79.6836 7.02105 79.6836 8.17646V9.41156H84.3052V12.4794ZM103.947 18.8541C103.947 21.9617 103.15 24.3522 101.557 26.0654C99.963 27.7786 97.7717 28.6551 94.943 28.6551C93.1899 28.6551 91.5962 28.2567 90.2416 27.4599C88.887 26.6631 87.8511 25.5076 87.0941 24.0335C86.377 22.5593 86.0184 20.8063 86.0184 18.8541C86.0184 15.7862 86.8152 13.3957 88.3691 11.6825C89.9229 9.96935 92.154 9.09283 95.0226 9.09283C97.8912 9.09283 99.9232 9.96934 101.517 11.7224C103.15 13.5551 103.947 15.8659 103.947 18.8541ZM90.2018 18.8541C90.2018 23.2367 91.7955 25.3881 95.0226 25.3881C98.2498 25.3881 99.8037 23.1968 99.8037 18.8541C99.8037 14.5113 98.21 12.3599 94.9828 12.3599C93.3094 12.3599 92.0744 12.9176 91.3174 14.0332C90.5604 15.2285 90.2018 16.8221 90.2018 18.8541ZM117.812 9.13267C118.609 9.13267 119.286 9.17251 119.804 9.29204L119.406 13.0372C118.848 12.9176 118.25 12.838 117.613 12.838C116.019 12.838 114.704 13.3559 113.708 14.3918C112.712 15.4277 112.194 16.7823 112.194 18.4955V28.3762H108.17V9.4514H111.318L111.836 12.7981H112.035C112.673 11.6825 113.469 10.7662 114.505 10.1287C115.581 9.49124 116.657 9.13267 117.812 9.13267ZM161.04 8.0171C160.443 8.0171 159.965 8.17647 159.646 8.4952C159.327 8.81393 159.168 9.21235 159.168 9.65061C159.168 10.049 159.287 10.5271 159.487 11.0849C159.646 11.5232 159.726 12.0013 159.686 12.4794C159.407 14.2723 158.809 16.1847 157.893 18.1768C157.415 19.2525 156.538 20.6868 155.383 22.4797L153.55 24.91L153.271 22.2805L151.957 10.7662C151.917 10.4076 151.877 10.049 151.757 9.77014C151.478 8.65457 150.642 8.05694 149.407 8.05694C148.968 8.05694 148.53 8.13662 148.092 8.29599C147.096 8.73425 146.379 9.33188 145.94 10.049L145.861 10.2084L145.821 10.2482L145.861 10.3279L146.498 11.6825L146.578 11.8419L146.697 11.7224L147.574 11.0052C147.693 10.9255 147.813 10.8459 147.972 10.8459C148.132 10.8459 148.291 11.1646 148.371 11.6825L151.08 29.0536V29.1731H151.2L153.749 28.934H153.789L153.829 28.8942L158.012 23.2765C159.407 21.2047 160.562 19.2923 161.399 17.5791C161.877 16.5432 162.315 15.5472 162.634 14.5511C162.953 13.5551 163.152 12.5591 163.152 11.6029C163.152 10.6467 162.993 9.80998 162.634 9.17251C162.276 8.41551 161.718 8.0171 161.04 8.0171ZM176.579 8.37567C175.941 8.13662 175.144 8.0171 174.228 8.0171C173.312 8.0171 172.395 8.17647 171.519 8.4952C168.889 9.4514 166.857 11.5232 165.503 14.591C164.547 16.6628 164.068 18.8541 164.068 21.125C164.068 24.6311 165.343 27.0615 167.853 28.3762C168.77 28.8543 169.965 29.0934 171.399 29.0934C172.834 29.0934 174.427 28.5755 176.101 27.5396C176.977 26.9818 177.734 26.2646 178.372 25.3881L178.491 25.2287L178.531 25.1491L178.491 25.0694L177.535 23.3562L177.455 23.1968L177.336 23.3163L177.057 23.5952C175.304 25.3483 173.431 26.2248 171.519 26.2248C170.523 26.2248 169.766 25.9061 169.128 25.2686C168.849 24.9897 168.61 24.6311 168.411 24.2327C168.212 23.8343 168.053 23.396 167.973 22.9578C167.853 22.5195 167.814 22.1211 167.814 21.8024C167.814 21.4836 167.774 21.2047 167.774 20.9657V20.6469C169.049 20.5673 170.483 20.2884 172.077 19.8103C172.953 19.5314 173.87 19.2126 174.746 18.7744C175.623 18.3361 176.459 17.858 177.137 17.2604C177.854 16.6628 178.451 15.9855 178.89 15.2285C179.368 14.4316 179.607 13.4754 179.607 12.32C179.607 11.1646 179.168 10.0889 178.292 9.25219C177.814 9.01314 177.256 8.61472 176.579 8.37567ZM169.646 13.3559C169.965 12.7981 170.363 12.32 170.762 11.8818C171.16 11.4833 171.638 11.1248 172.116 10.8857C172.595 10.6467 173.152 10.5271 173.83 10.5271C174.427 10.5271 174.905 10.7263 175.304 11.1248C175.702 11.5232 175.901 12.0411 175.901 12.7184C175.901 13.4356 175.782 14.0332 175.543 14.4715C175.065 15.3878 174.228 16.1847 173.073 16.8221C171.479 17.6986 169.766 18.2166 167.933 18.3361C168.092 17.2604 168.371 16.1448 168.81 15.0691C169.009 14.4715 169.328 13.8738 169.646 13.3559ZM193.99 12.1606L194.149 12.2403L194.189 12.081L194.906 8.65457V8.57488L194.866 8.53504L194.747 8.41552C194.468 8.17647 194.029 8.09678 193.352 8.09678C191.838 8.09678 190.404 8.69441 189.009 9.84982C188.452 10.3279 187.974 10.806 187.535 11.3638L187.854 8.69441V8.61473L187.774 8.57488L186.818 8.09678H186.738L182.794 8.89362H182.714V8.9733L182.396 10.6467V10.7263L182.475 10.7662L184.069 11.5232L181.798 28.695V28.8543H185.344V28.7348L187.057 15.9855C187.655 14.6707 188.491 13.5949 189.527 12.838C190.005 12.4794 190.484 12.2403 190.962 12.081C191.44 11.9216 191.958 11.8419 192.555 11.8419C193.113 11.8419 193.512 11.9216 193.79 12.0411L193.99 12.1606ZM211.201 8.09678C210.723 8.09678 210.285 8.25615 209.966 8.57488C209.608 8.89362 209.448 9.29203 209.448 9.77014C209.448 10.1686 209.488 10.4873 209.568 10.6865L209.886 11.5232C210.006 11.8021 210.046 12.1606 209.966 12.5591C209.727 14.7504 208.89 17.3401 207.496 20.2884L206.54 22.3601C206.301 22.8781 206.102 23.2367 205.982 23.4757L203.99 27.2607L203.671 23.914L201.958 10.7662C201.799 9.80998 201.56 9.21235 201.321 8.85378C201.121 8.57488 200.842 8.37567 200.564 8.25615C200.245 8.13662 199.886 8.05694 199.408 8.05694C198.93 8.05694 198.492 8.17646 198.053 8.33583C196.938 8.85377 196.141 9.53108 195.703 10.3279L195.623 10.4873L195.583 10.5271L195.623 10.567L196.3 11.9216L196.38 12.081L196.5 11.9614L196.818 11.6825C197.655 10.8857 197.934 10.8459 197.934 10.8459C198.014 10.8459 198.093 10.8459 198.133 10.9255C198.173 10.9654 198.253 11.1248 198.412 11.7224L201.52 30.0496V30.1691H202.078C201.36 31.5636 200.524 32.6792 199.567 33.5158C199.089 33.9143 198.651 34.1931 198.173 34.3525C197.735 34.5119 197.257 34.5916 196.779 34.5916C196.261 34.5916 195.743 34.5119 195.185 34.3525C194.946 34.2728 194.786 34.1931 194.667 34.1533C194.508 34.0736 194.348 34.0338 194.268 33.9939L193.95 33.8744L193.83 33.8346L193.79 33.9541L192.994 36.743L192.954 36.8625L193.073 36.9024L193.352 36.9821C193.711 37.1016 194.189 37.2211 194.786 37.3406L195.623 37.4602C195.902 37.5 196.34 37.5 196.858 37.5C197.416 37.5 198.053 37.3805 198.731 37.1813C200.444 36.6235 201.799 35.6673 202.755 34.3127C204.388 32.3604 206.5 28.7747 209.09 23.6749L211.002 20.0493C212.715 16.6229 213.552 13.7942 213.552 11.6427C213.512 8.69441 212.277 8.09678 211.201 8.09678ZM196.221 34.6314C196.38 34.6314 196.579 34.6712 196.739 34.6712C196.579 34.6712 196.42 34.6314 196.221 34.6314ZM197.496 34.5916C197.416 34.5916 197.336 34.5916 197.217 34.6314C197.336 34.6314 197.416 34.6314 197.496 34.5916ZM195.982 34.5916C195.703 34.5517 195.424 34.472 195.145 34.3924C195.424 34.5517 195.703 34.5916 195.982 34.5916ZM227.218 8.61473C226.341 8.25615 225.385 8.05694 224.309 8.05694C223.233 8.05694 222.237 8.21631 221.361 8.57488C219.608 9.25219 218.134 10.4076 216.938 12.081C215.185 14.5511 214.269 17.3799 214.269 20.5274C214.269 24.7108 215.624 27.42 218.293 28.5755H218.333C219.209 28.934 220.166 29.1332 221.241 29.1332C222.317 29.1332 223.313 28.9739 224.23 28.6153C225.983 27.938 227.457 26.7427 228.652 25.0694C230.405 22.5992 231.321 19.7704 231.321 16.6229C231.321 13.8738 230.724 11.7224 229.489 10.2482C228.811 9.57093 228.094 9.01314 227.218 8.61473ZM227.536 16.6628C227.536 19.0931 227.058 21.3243 226.102 23.2765C225.026 25.5076 223.592 26.6232 221.759 26.6232C219.209 26.6232 217.935 24.671 217.935 20.6071C217.935 19.9298 217.974 19.2126 218.054 18.4955C218.413 15.7464 219.209 13.6348 220.484 12.2005C221.401 11.1248 222.476 10.6068 223.712 10.6068C226.261 10.6068 227.536 12.5989 227.536 16.6628ZM250.326 25.428L250.246 25.3084L250.127 25.428L249.848 25.667C249.17 26.2646 248.772 26.424 248.613 26.4638C248.573 26.3443 248.533 26.0654 248.573 25.3084C248.613 24.7108 248.892 22.8382 249.449 19.7704C249.529 19.2923 249.688 18.4158 249.967 17.101C250.246 15.7464 250.366 14.5511 250.366 13.5153C250.366 11.6029 249.967 10.1686 249.21 9.29204C248.812 8.85378 248.374 8.4952 247.816 8.29599C247.298 8.09678 246.7 8.0171 246.103 8.0171C245.346 8.0171 244.589 8.17647 243.832 8.45536C242.079 9.09283 240.405 10.2084 238.931 11.8419L239.25 8.65457V8.57488L239.17 8.53504L238.214 8.05694H238.134L234.23 8.85378H234.15V8.93346L233.831 10.6068V10.6865L233.911 10.7263L235.505 11.4833L233.234 28.6551V28.8145H236.78V28.695L238.493 15.7862C239.369 14.5113 240.445 13.3957 241.68 12.4794C242.278 12.0411 242.836 11.6825 243.433 11.4435C243.991 11.2044 244.589 11.0849 245.186 11.0849C245.744 11.0849 246.143 11.2443 246.382 11.563C246.541 11.7622 246.621 12.0013 246.7 12.32C246.78 12.6786 246.82 13.2762 246.82 14.1527C246.82 15.0293 246.621 16.5831 246.182 18.8939L245.306 23.7148C245.226 24.2725 245.146 24.7905 245.067 25.3483C244.987 25.8662 244.947 26.2646 244.947 26.5435V27.0615C244.947 28.4559 245.744 29.2528 247.178 29.2528C247.696 29.2528 248.174 29.1731 248.613 28.9739C249.728 28.5356 250.525 27.8981 251.083 27.1013L251.202 26.9419L251.242 26.8623L251.202 26.7826L250.326 25.428ZM246.461 8.21631C246.541 8.21631 246.66 8.21631 246.74 8.25615C246.621 8.21631 246.541 8.21631 246.461 8.21631ZM247.736 8.41552C247.617 8.37567 247.497 8.33583 247.338 8.29599C247.457 8.37567 247.577 8.37567 247.736 8.41552ZM247.178 8.33583C247.099 8.29599 246.979 8.29599 246.9 8.29599C247.019 8.29599 247.099 8.29599 247.178 8.33583ZM245.146 8.21631C245.067 8.21631 244.987 8.21631 244.907 8.25615C244.987 8.29599 245.067 8.29599 245.146 8.21631ZM244.549 8.37567C244.469 8.37567 244.429 8.41552 244.35 8.41552C244.429 8.37567 244.509 8.37567 244.549 8.37567ZM261.362 20.0095C262.239 19.7306 263.155 19.4118 264.031 18.9736C264.908 18.5353 265.745 18.0572 266.422 17.4596C267.139 16.862 267.737 16.1847 268.175 15.4277C268.653 14.6308 268.892 13.6746 268.892 12.5192C268.892 11.3638 268.454 10.2881 267.577 9.4514C267.139 9.01314 266.581 8.69441 265.904 8.45536C265.267 8.21631 264.47 8.09678 263.553 8.09678C262.637 8.09678 261.721 8.25615 260.844 8.57488C258.215 9.53108 256.183 11.6029 254.828 14.6707C253.872 16.7424 253.394 18.9337 253.394 21.2047C253.394 24.7108 254.669 27.1412 257.179 28.4559C258.095 28.934 259.29 29.1731 260.725 29.1731C262.159 29.1731 263.753 28.6551 265.426 27.6193C266.302 27.0615 267.059 26.3443 267.697 25.4678L267.816 25.3084L267.856 25.2287L267.816 25.1491L266.86 23.4359L266.781 23.2765L266.661 23.396L266.382 23.6749C264.629 25.428 262.757 26.3045 260.844 26.3045C259.848 26.3045 259.091 25.9857 258.454 25.3483C258.175 25.0694 257.936 24.7108 257.736 24.3124C257.537 23.914 257.378 23.4757 257.298 23.0374C257.179 22.5992 257.139 22.2008 257.139 21.882C257.139 21.5633 257.099 21.2844 257.099 21.0454V20.7266C258.334 20.7266 259.768 20.4477 261.362 20.0095ZM258.972 13.3559C259.29 12.7981 259.689 12.32 260.087 11.8818C260.486 11.4833 260.964 11.1248 261.442 10.8857C261.92 10.6467 262.478 10.5271 263.155 10.5271C263.753 10.5271 264.231 10.7263 264.629 11.1248C265.028 11.5232 265.227 12.0411 265.227 12.7184C265.227 13.4356 265.107 14.0332 264.868 14.4715C264.39 15.3878 263.553 16.1847 262.398 16.8221C260.804 17.6986 259.091 18.2166 257.258 18.3361C257.418 17.2604 257.697 16.1448 258.135 15.0691C258.334 14.4715 258.613 13.8738 258.972 13.3559ZM141.518 8.37567C140.881 8.13662 140.084 8.0171 139.167 8.0171C138.251 8.0171 137.335 8.17647 136.458 8.4952C133.829 9.4514 131.797 11.5232 130.442 14.591C129.486 16.6628 129.008 18.8541 129.008 21.125C129.008 24.6311 130.283 27.0615 132.793 28.3762C133.709 28.8543 134.904 29.0934 136.339 29.0934C137.773 29.0934 139.367 28.5755 141.04 27.5396C141.916 26.9818 142.673 26.2646 143.311 25.3881L143.43 25.2287L143.47 25.1491L143.43 25.0694L142.474 23.3562L142.395 23.1968L142.275 23.3163L141.996 23.5952C140.243 25.3483 138.37 26.2248 136.458 26.2248C135.462 26.2248 134.705 25.9061 134.068 25.2686C133.789 24.9897 133.55 24.6311 133.35 24.2327C133.151 23.8343 132.992 23.396 132.912 22.9578C132.793 22.5195 132.753 22.1211 132.753 21.8024C132.753 21.4836 132.713 21.2047 132.713 20.9657V20.6469C133.988 20.5673 135.422 20.2884 137.016 19.8103C137.892 19.5314 138.809 19.2126 139.685 18.7744C140.562 18.3361 141.398 17.858 142.076 17.2604C142.793 16.6628 143.391 15.9855 143.829 15.2285C144.307 14.4316 144.546 13.4754 144.546 12.32C144.546 11.1646 144.108 10.0889 143.231 9.25219C142.753 9.01314 142.195 8.61472 141.518 8.37567ZM134.586 13.3559C134.904 12.7981 135.303 12.32 135.701 11.8818C136.1 11.4833 136.578 11.1248 137.056 10.8857C137.534 10.6467 138.092 10.5271 138.769 10.5271C139.367 10.5271 139.845 10.7263 140.243 11.1248C140.641 11.5232 140.841 12.0411 140.841 12.7184C140.841 13.4356 140.721 14.0332 140.482 14.4715C140.004 15.3878 139.167 16.1847 138.012 16.8221C136.418 17.6986 134.705 18.2166 132.872 18.3361C133.032 17.2604 133.311 16.1448 133.749 15.0691C133.948 14.4715 134.267 13.8738 134.586 13.3559Z\" fill=\"white\"/></svg><p>Optimize your website, create high ranking content, and save time with generative AI.</p></div></div><div><style>@container nfd-message (max-width: 768px) {	.nfd-message-cta-button {	font-size: 14px !important;	box-sizing: border-box;	width: 100%;	}	}</style><a	href=\"https://yoast.com/wordpress/plugins/seo/?utm_source=wp-marketplace&amp;utm_medium=brand-plugin\"	target=\"_blank\"	class=\"nfd-message-cta-button\"	style=\"background: #FCD34D; color: #78350F; display: inline-block; font-size: 14px; font-weight: 650; text-decoration: none; letter-spacing: .5px; padding: 10px 20px; border-radius: 4px; box-shadow: 0px 3.5px 0px 0px #CAA93E;\"	data-message-cta	data-message-contenteditable	data-action=\"load-nfd-ctb\"	data-ctb-id=\"57d6a568-783c-45e2-a388-847cff155897\"	>Learn More</a><img src=\"https://d2k7nyq3ix8wzh.cloudfront.net/04e62053-dc94-42da-b261-8410e8d9b846/images/messages/yoast-seo-logo.png \" alt=\"Yoast logo\"></div></div></div><img src=\'https://hiive.cloud/i.png?notification_id=3061adb0-c3b3-400e-9e04-f7ae4db8e4fa\' alt=\'\' width=\'1\' height=\'1\' style=\'position: absolute;\' />\";}i:1;a:5:{s:2:\"id\";s:36:\"5b5bb016-8ec0-4382-bf34-d5526445d6ce\";s:9:\"locations\";a:2:{i:0;a:2:{s:5:\"pages\";s:3:\"all\";s:7:\"context\";s:15:\"wp-admin-notice\";}i:1;a:2:{s:5:\"pages\";s:3:\"all\";s:7:\"context\";s:15:\"bluehost-plugin\";}}s:5:\"query\";N;s:10:\"expiration\";i:1728592642;s:7:\"content\";s:11541:\"<style> .ai-sitegen-modal-overlay { position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999999; overflow: auto; } .ai-sitegen-modal { width: 95%; height: 95%; display: flex; flex-direction: column; justify-content: space-between; background-color: white; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; overflow: auto; z-index: 999999; } .ai-sitegen-modal__header { background-color: #132F58; color: white; padding: 20px; text-align: center; position: relative; } .ai-sitegen-modal__header__heading { color: white; margin: 20px 0px !important; line-height: 1.2; font-size: clamp(1.875rem, 1.6477rem + 1.1364vw, 4.375rem) !important; } .ai-sitegen-modal__header__subheading { margin: 10px 0 0 !important; font-size: clamp(0.875rem, 0.7841rem + 0.4545vw, 1.875rem); } .ai-sitegen-modal__header__close-button { position: absolute; top: 20px; right: 20px; background: none; border: none; color: white !important; font-size: 32px !important; cursor: pointer !important; outline: none; } .ai-sitegen-modal__content { display: flex; justify-content: space-between; padding: 40px; gap: 40px; z-index: 9999; } .ai-sitegen-modal__content__left-section { flex: 1; width: 80%; display: flex; justify-content: center; align-items: center; } .ai-sitegen-modal__content__left-section__frame { width: 80%; max-width: 700px; padding: 8px; border: 7px solid #9800a6; border-radius: 24px; background-color: #f9f9f9; text-align: center; } .ai-sitegen-modal__content__right-section { flex: 1; padding-left: 0px; justify-content: center !important; text-align: left; } .ai-sitegen-modal__content__right-section__heading { display: flex; align-items: center; font-size: clamp(1.25rem, 1.1364rem + 0.5682vw, 2.5rem) !important; margin: 0 !important; } .ai-sitegen-modal__content__right-section__heading__text { margin-left: 10px; line-height: 1.2; } .ai-sitegen-modal__content__right-section__content__subheading { font-size: clamp(0.75rem, 0.6591rem + 0.4545vw, 1.75rem); margin: 20px 0 !important; color: #404040; } .ai-sitegen-modal__content__right-section__content__pretext { font-size: clamp(0.75rem, 0.6705rem + 0.3977vw, 1.625rem); margin: 20px 0 !important; color: #404040; } .ai-sitegen-modal__content__right-section__content__points { list-style-type: none !important; padding: 0 !important; margin: 10px 0 !important; } .ai-sitegen-modal__content__right-section__content__points__point { display: flex; flex-direction: row; gap: 9px; font-size: clamp(0.75rem, 0.6705rem + 0.3977vw, 1.625rem); color: #404040; margin: 25px 0; padding-left: 16px; position: relative; } .ai-sitegen-modal__footer { display: flex; flex-direction: row; justify-content: end; align-items: center; padding: 15px; text-align: center; border-top: 1px solid #ddd; box-shadow: 0px -4px 8px 0px #00000040; } .ai-sitegen-modal__footer__content { display: flex; flex-direction: column; } .ai-sitegen-modal__footer__content__heading { font-size: 20px; background-color: #E5ECF0; margin-bottom: 10px !important; padding: 0px 16px; } .ai-sitegen-modal__footer__content__buttons__no-thanks { background-color: white !important; color: #196BDE !important; border: 1px solid #196BDE; padding: 10px 20px !important; border-radius: 4px; cursor: pointer !important; margin: 5px !important; } .ai-sitegen-modal__footer__content__buttons__no-thanks:hover { border-color: #1763cf; color: #1763cf; } .ai-sitegen-modal__footer__content__buttons__try-now { background-color: #196BDE !important; color: white !important; padding: 10px 20px !important; border: none; border-radius: 4px; cursor: pointer !important; margin: 5px !important; } .ai-sitegen-modal__footer__content__buttons__try-now:hover { background-color: #1763cf; } .ai-sitegen-modal__content__left-section__frame__video-container { position: relative; width: 100%; } .ai-sitegen-modal__content__left-section__frame__video-container__video { width: 100%; height: auto !important; border: none; display: block !important; border-radius: 8px; } .ai-sitegen-modal__content__left-section__frame__video-container__watch-again-overlay { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8); color: #000; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; border-radius: 8px; font-size: 18px; font-weight: bold; } .ai-sitegen-modal__content__left-section__frame__video-container__watch-again-overlay__play-button { width: 50px; height: 50px; background-color: black; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-top: 10px; } .ai-sitegen-modal__content__left-section__frame__video-container__watch-again-overlay__play-button::after { content: \'\'; display: block; width: 0; height: 0; border-left: 12px solid white; border-top: 7px solid transparent; border-bottom: 7px solid transparent; margin-left: 5px; } @media only screen and (max-width: 960px) { .ai-sitegen-modal-overlay { padding: 0px; } .ai-sitegen-modal { width: 100%; height: 100%; border-radius: 0px; } .ai-sitegen-modal__content { width: 100%; height: 100%; padding: 0px; align-items: center; justify-content: center; flex-direction: column; gap: 12px; margin-bottom: 150px; } .ai-sitegen-modal__content__left-section { margin: 10px 0px; width: 100%; align-items: center; justify-content: center; flex-direction: column; padding: 10px; } .ai-sitegen-modal__content__left-section__frame { width: 100%; padding: 8px; } .ai-sitegen-modal__content__right-section { width: 100%; align-items: center; justify-content: center; flex-direction: column; padding: 10px; } .ai-sitegen-modal__content__right-section__heading { flex-direction: column; align-items: center; justify-content: center; margin: 10px 0px; } .ai-sitegen-modal__content__right-section__heading__ai-icon { display: none; } .ai-sitegen-modal__footer { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #ffffff; box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.1); z-index: 99999; padding: 15px; justify-content: center; } .ai-sitegen-modal__footer__content__buttons { display: flex; flex-direction: row; } .ai-sitegen-modal__footer__content__buttons__no-thanks, .ai-sitegen-modal__footer__content__buttons__try-now { padding: 8px 16px; } }</style><div class=\"ai-sitegen-modal-overlay\"> <div class=\"ai-sitegen-modal\"> <div class=\"ai-sitegen-modal__header\"> <button data-action=\"close\" class=\"ai-sitegen-modal__header__close-button\" onclick=\"closeModal();\">&times;</button> <h1 class=\"ai-sitegen-modal__header__heading\">Building your WordPress site just got easier.</h1> <p class=\"ai-sitegen-modal__header__subheading\">Easily design and launch a stylish WordPress website with our AI WonderSuite tools.</p> </div> <div class=\"ai-sitegen-modal__content\"> <div class=\"ai-sitegen-modal__content__left-section\"> <div class=\"ai-sitegen-modal__content__left-section__frame\"> <div class=\"ai-sitegen-modal__content__left-section__frame__video-container\"> <video id=\"aiVideo\" class=\"ai-sitegen-modal__content__left-section__frame__video-container__video\" width=\"100%\" height=\"auto\" autoplay muted onended=\"showWatchAgainOverlay();\"> <source src=\"https://cdn.hiive.space/ai-site-gen/ai-embed.mp4\"> Your browser does not support the video tag. </video> <div id=\"watchAgainOverlay\" class=\"ai-sitegen-modal__content__left-section__frame__video-container__watch-again-overlay\" onclick=\"playVideoAgain();\"> <p class=\"ai-sitegen-modal__content__left-section__frame__video-container__watch-again-overlay__text\"> Watch again</p> <div class=\"ai-sitegen-modal__content__left-section__frame__video-container__watch-again-overlay__play-button\"> </div> </div> </div> </div> </div> <div class=\"ai-sitegen-modal__content__right-section\"> <div class=\"ai-sitegen-modal__content__right-section__content\"> <h2 class=\"ai-sitegen-modal__content__right-section__heading\"> <img class=\"ai-sitegen-modal__content__right-section__heading__ai-icon\" src=\"https://d2k7nyq3ix8wzh.cloudfront.net/2674780c-4ace-4b92-b5e6-48c733405dba/images/svg/ai.svg\" alt=\"Description of SVG\"> <span class=\"ai-sitegen-modal__content__right-section__heading__text\">Website Creator for WordPress</span> </h2> <p class=\"ai-sitegen-modal__content__right-section__content__subheading\">Tell our AI engine what kind of site you want to create and let it handle the content and design for you:</p> <p class=\"ai-sitegen-modal__content__right-section__content__pretext\">Using the AI Site Generator is easy!</p> <ul class=\"ai-sitegen-modal__content__right-section__content__points\"> <li class=\"ai-sitegen-modal__content__right-section__content__points__point\"><img src=\"https://d2k7nyq3ix8wzh.cloudfront.net/2674780c-4ace-4b92-b5e6-48c733405dba/images/svg/green-check.svg\" /> Preview different layouts and designs in minutes</li> <li class=\"ai-sitegen-modal__content__right-section__content__points__point\"><img src=\"https://d2k7nyq3ix8wzh.cloudfront.net/2674780c-4ace-4b92-b5e6-48c733405dba/images/svg/green-check.svg\" /> Customize the colors and fonts</li> <li class=\"ai-sitegen-modal__content__right-section__content__points__point\"><img src=\"https://d2k7nyq3ix8wzh.cloudfront.net/2674780c-4ace-4b92-b5e6-48c733405dba/images/svg/green-check.svg\" /> Site headlines, text, and imagery generated automatically</li> <li class=\"ai-sitegen-modal__content__right-section__content__points__point\"><img src=\"https://d2k7nyq3ix8wzh.cloudfront.net/2674780c-4ace-4b92-b5e6-48c733405dba/images/svg/green-check.svg\" /> Multiple site designs for you to choose from</li> </ul> </div> </div> </div> <div class=\"ai-sitegen-modal__footer\"> <div class=\"ai-sitegen-modal__footer__content\"> <p class=\"ai-sitegen-modal__footer__content__heading\">Included FREE in your plan!</p> <div class=\"ai-sitegen-modal__footer__content__buttons\"> <button data-action=\"close\" class=\"ai-sitegen-modal__footer__content__buttons__no-thanks\" onclick=\"closeModal();\">NO, THANKS</button> <button class=\"ai-sitegen-modal__footer__content__buttons__try-now\" onclick=\"redirectToOnboarding();\">TRY NOW</button> </div> </div> </div> </div></div><script> function checkAndRemoveModalOverlay() { const currentPath = window.location.pathname; const pattern = /^\\/admin\\/messages(\\/[\\d\\w-]+)*\\/?$/; if (!pattern.test(currentPath)) { return; } const modalOverlay = document.querySelector(\'.ai-sitegen-modal-overlay\'); if (modalOverlay) { modalOverlay.classList.remove(\'ai-sitegen-modal-overlay\'); } } function closeModal() { const modalOverlay = document.querySelector(\'.ai-sitegen-modal-overlay\'); if (modalOverlay) { modalOverlay.style.display = \'none\'; } else { console.error(\'Modal overlay not found\'); } } function playVideoAgain() { watchAgainOverlay.style.display = \'none\'; aiVideo.play(); } function redirectToOnboarding() { window.location.href = `${window.location.origin}/wp-admin/index.php?page=nfd-onboarding`; } function showWatchAgainOverlay() { const watchAgainOverlay = document.getElementById(\'watchAgainOverlay\'); if (!watchAgainOverlay) { console.error(\'Watch again overlay element not found\'); return; } watchAgainOverlay.style.display = \'flex\'; } document.addEventListener(\'DOMContentLoaded\', () => { const aiVideo = document.getElementById(\'aiVideo\'); if (!aiVideo) { console.error(\'Video element not found\'); return; } aiVideo.play(); checkAndRemoveModalOverlay(); });</script><img src=\'https://hiive.cloud/i.png?notification_id=5b5bb016-8ec0-4382-bf34-d5526445d6ce\' alt=\'\' width=\'1\' height=\'1\' style=\'position: absolute;\' />\";}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373139, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1753113025;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:13:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:5:\"4.8.5\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.4.8.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=3310686\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=3310686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.4\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:47:\"w.org/plugins/creative-mail-by-constant-contact\";s:4:\"slug\";s:33:\"creative-mail-by-constant-contact\";s:6:\"plugin\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:11:\"new_version\";s:5:\"1.6.9\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/creative-mail-by-constant-contact/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/creative-mail-by-constant-contact.1.6.9.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:78:\"https://ps.w.org/creative-mail-by-constant-contact/assets/icon.svg?rev=2341439\";s:3:\"svg\";s:78:\"https://ps.w.org/creative-mail-by-constant-contact/assets/icon.svg?rev=2341439\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/creative-mail-by-constant-contact/assets/banner-1544x500.png?rev=2821536\";s:2:\"1x\";s:88:\"https://ps.w.org/creative-mail-by-constant-contact/assets/banner-772x250.png?rev=2821536\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"9.6.1\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.9.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.6.0\";}s:35:\"instawp-connect/instawp-connect.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/instawp-connect\";s:4:\"slug\";s:15:\"instawp-connect\";s:6:\"plugin\";s:35:\"instawp-connect/instawp-connect.php\";s:11:\"new_version\";s:7:\"0.1.1.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/instawp-connect/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/instawp-connect.0.1.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/instawp-connect/assets/icon-256x256.png?rev=2812065\";s:2:\"1x\";s:68:\"https://ps.w.org/instawp-connect/assets/icon-128x128.png?rev=2812065\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/instawp-connect/assets/banner-1544x500.png?rev=3245569\";s:2:\"1x\";s:70:\"https://ps.w.org/instawp-connect/assets/banner-772x250.png?rev=3245569\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:4:\"14.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/jetpack.14.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}s:29:\"ninja-tables/ninja-tables.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/ninja-tables\";s:4:\"slug\";s:12:\"ninja-tables\";s:6:\"plugin\";s:29:\"ninja-tables/ninja-tables.php\";s:11:\"new_version\";s:5:\"5.2.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/ninja-tables/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ninja-tables.5.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/ninja-tables/assets/icon-256x256.png?rev=2797890\";s:2:\"1x\";s:65:\"https://ps.w.org/ninja-tables/assets/icon-128x128.png?rev=2797890\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/ninja-tables/assets/banner-1544x500.png?rev=2798378\";s:2:\"1x\";s:67:\"https://ps.w.org/ninja-tables/assets/banner-772x250.png?rev=2798378\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:37:\"optinmonster/optin-monster-wp-api.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/optinmonster\";s:4:\"slug\";s:12:\"optinmonster\";s:6:\"plugin\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:11:\"new_version\";s:7:\"2.16.19\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/optinmonster/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/optinmonster.2.16.19.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-256x256.png?rev=1145864\";s:2:\"1x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-128x128.png?rev=1145864\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/optinmonster/assets/banner-1544x500.png?rev=2311621\";s:2:\"1x\";s:67:\"https://ps.w.org/optinmonster/assets/banner-772x250.png?rev=2311621\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:20:\"printfriendly/pf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/printfriendly\";s:4:\"slug\";s:13:\"printfriendly\";s:6:\"plugin\";s:20:\"printfriendly/pf.php\";s:11:\"new_version\";s:5:\"5.5.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/printfriendly/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/printfriendly.5.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/printfriendly/assets/icon-256x256.png?rev=2951152\";s:2:\"1x\";s:66:\"https://ps.w.org/printfriendly/assets/icon-128x128.png?rev=2951152\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/printfriendly/assets/banner-772x250.png?rev=2953595\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:34:\"userfeedback-lite/userfeedback.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/userfeedback-lite\";s:4:\"slug\";s:17:\"userfeedback-lite\";s:6:\"plugin\";s:34:\"userfeedback-lite/userfeedback.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/userfeedback-lite/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/userfeedback-lite.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/userfeedback-lite/assets/icon.svg?rev=2857902\";s:3:\"svg\";s:62:\"https://ps.w.org/userfeedback-lite/assets/icon.svg?rev=2857902\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/userfeedback-lite/assets/banner-1544x500.png?rev=2857927\";s:2:\"1x\";s:72:\"https://ps.w.org/userfeedback-lite/assets/banner-772x250.png?rev=2857927\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.9.0\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.8.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.8.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.9.6.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.9.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3254748\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3254748\";}s:8:\"requires\";s:3:\"5.5\";}}s:7:\"checked\";a:17:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"4.8.5\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:5:\"1.6.9\";s:29:\"divi-booster/divi-booster.php\";s:5:\"4.6.1\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.5\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"9.6.1\";s:35:\"instawp-connect/instawp-connect.php\";s:7:\"0.1.1.3\";s:19:\"jetpack/jetpack.php\";s:4:\"14.8\";s:29:\"ninja-tables/ninja-tables.php\";s:5:\"5.2.1\";s:37:\"ninja-tables-pro/ninja-tables-pro.php\";s:6:\"5.0.13\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:7:\"2.16.19\";s:20:\"printfriendly/pf.php\";s:5:\"5.5.6\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:5:\"4.4.1\";s:34:\"userfeedback-lite/userfeedback.php\";s:5:\"1.7.0\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.4\";s:37:\"wp-file-download/wp-file-download.php\";s:5:\"6.2.7\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.9.6.2\";}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373140, 'd90a50f6e762709bcb4a3a810e0d4dcf', 'a:2:{s:7:\"timeout\";i:1753155785;s:5:\"value\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:5:\"5.2.2\";s:14:\"stable_version\";s:5:\"5.2.2\";s:4:\"name\";s:68:\"Ninja Tables Pro - The Fastest and Most Diverse WP DataTables Plugin\";s:4:\"slug\";s:23:\"ninja-tables-pro-add-on\";s:3:\"url\";s:72:\"https://wpmanageninja.com/downloads/ninja-tables-pro-add-on/?changelog=1\";s:12:\"last_updated\";s:19:\"2025-07-10 13:31:13\";s:8:\"homepage\";s:60:\"https://wpmanageninja.com/downloads/ninja-tables-pro-add-on/\";s:7:\"package\";s:214:\"https://wpmanageninja.com/edd-sl/package_download/MTc1MzE5ODk4NTplNmM2NDRlMWYwZDc4NzVkYmJjMjdiYmM1MDkzOGY3ODoyNzM6NjQyNmE3ZmZkNmY3ZTQyOTRjYTA5NThiYzgzZDBjZTM6aHR0cHNALy9iYW5uZXJiZW5lZml0cy5teWJlbmVmaXRwb3J0LmNvbTow\";s:13:\"download_link\";s:214:\"https://wpmanageninja.com/edd-sl/package_download/MTc1MzE5ODk4NTplNmM2NDRlMWYwZDc4NzVkYmJjMjdiYmM1MDkzOGY3ODoyNzM6NjQyNmE3ZmZkNmY3ZTQyOTRjYTA5NThiYzgzZDBjZTM6aHR0cHNALy9iYW5uZXJiZW5lZml0cy5teWJlbmVmaXRwb3J0LmNvbTow\";s:8:\"sections\";a:2:{s:11:\"description\";s:10479:\"<p>Ninja Tables is the <strong>Best Selling</strong> WordPress table builder plugin with a user-friendly layout, easy to use settings, and enticing front-end. Build a table right from the comfort without having any coding experience. Do whatever you want - create, edit, maintain and customize. Ninja Tables is the ultimate solution for designing WordPress tables for any purpose.<br />\nPremium Features<br />\nNinja Tables Pro comes with a big bucket of elegant, intuitive, advanced, and enthralling features. With more integration options, cutting-edge functionalities, and next-level configurations- you can unleash the untouched potentials of your business.</p>\n<p><a href=\"https://wpmanageninja.com/ninja-tables/add-media-to-tables/\" target=\"_blank\" rel=\"noopener\"><br />\n								</a><br />\n<a href=\"https://wpmanageninja.com/ninja-tables/add-media-to-tables/\" target=\"_blank\" rel=\"noopener\">Add Media to Tables Cells</a><br />\nAdd Images and other multimedia contents to your tables with Ninja Tables Pro and make your tables more effective than ever!</p>\n<p><a href=\"https://wpmanageninja.com/ninja-tables/add-custom-color/\" target=\"_blank\" rel=\"noopener\"><br />\n								</a><br />\n<a href=\"https://wpmanageninja.com/ninja-tables/add-custom-color/\" target=\"_blank\" rel=\"noopener\">Unlimited Colors in Your Tables</a><br />\nDon’t get stuck with the boring white. Color your WordPress tables according to your requirements with Ninja Tables Pro plugin.</p>\n<p><a href=\"https://wpmanageninja.com/ninja-tables/google-sheets-integration/\" target=\"_blank\" rel=\"noopener\"><br />\n								</a><br />\n<a href=\"https://wpmanageninja.com/ninja-tables/google-sheets-integration/\" target=\"_blank\" rel=\"noopener\">Connect Google Sheets</a><br />\nIf you have already stored your information on Google Sheets, you can effortlessly publish it on WordPress with Ninja Tables.</p>\n<p>Drag and Drop Data Sorting<br />\nWith Ninja Tables Pro, you don’t have to code every single task. Just drag and drop table data and arrange them intuitively.</p>\n<p>Export-Import CSV<br />\nWhere your tables are now or where you want to export one- Ninja Tables allows you to export and import tables in seconds.</p>\n<p>Advanced Customization Features<br />\nThe advanced settings enable you with a myriad of under-the-hood functionalities to make your tables more powerful.</p>\n<p><a href=\"https://wpmanageninja.com/ninja-tables/woocommerce-product-table/\" target=\"_blank\" rel=\"noopener\"><br />\n								</a><br />\n<a href=\"https://wpmanageninja.com/ninja-tables/woocommerce-product-table/\" target=\"_blank\" rel=\"noopener\">WooCommerce Integration</a><br />\nGot a WooCommerce store? Connect it and turn it into a convenient product showcase table easily with Ninja Tables Pro.</p>\n<p>Advanced Date Sorting<br />\nSort your WordPress table data according to date added or the dates assigned to them in table columns.</p>\n<p><a href=\"https://wpmanageninja.com/ninja-tables/wp-posts/\" target=\"_blank\" rel=\"noopener\"><br />\n								</a><br />\n<a href=\"https://wpmanageninja.com/ninja-tables/wp-posts/\" target=\"_blank\" rel=\"noopener\">WP Posts</a><br />\nDisplay website contents in a searchable, sortable format with Ninja Tables. It supports custom posts, pages, &amp; custom post types.</p>\n<p>Add CSS Class<br />\nDon’t just rely on the default stylings. Style your WordPress tables with additional CSS classes and make them more beautiful!</p>\n<p><a href=\"https://wpmanageninja.com/ninja-tables/conditional-column-formatting/\" target=\"_blank\" rel=\"noopener\"><br />\n								</a><br />\n<a href=\"https://wpmanageninja.com/ninja-tables/conditional-column-formatting/\" target=\"_blank\" rel=\"noopener\">Conditional Column Formating</a><br />\nSet conditions to your online tables and highlight specific columns/rows/cells according to previously set logics.</p>\n<p>Transform Value<br />\nValue Transformation is a powerful tool that  concat any column values easily into valid HTML and show as computed value.</p>\n<p>Custom Filter UI<br />\nWith this feature, users can search within a particular option. First, they will filter then they do what\'s needed.</p>\n<p>Advanced Data Filtering<br />\nCustom Search Filters is useful if you want to add a Checkbox/Radio Button to show a group of rows of your table.</p>\n<p><a href=\"https://wpmanageninja.com/ninja-tables/connect-wp-fluent-form-with-ninjatables/\" target=\"_blank\" rel=\"noopener\"><br />\n								</a><br />\n<a href=\"https://wpmanageninja.com/ninja-tables/connect-wp-fluent-form-with-ninjatables/\" target=\"_blank\" rel=\"noopener\">Connect WP Fluent Form</a><br />\nIf you’re already using WP Fluent Form, now is the time to connect it with Ninja Tables and beautifully organize your form entries.</p>\n<p>Set Max Width for Columns<br />\nThe columns have a default width and they expand based on your input. Control the columns by setting the max width.</p>\n<p>Text Alignment<br />\nHow do you want to see the text? Center, right or left? Using this feature, you can place the text on your desired position.</p>\n<p>Colspan/Cell Merging Feature<br />\nYou can easily merge cells in online tables built with Ninja Tables. This is a great feature which have a significant appeal.</p>\n<p>Use Shortcode in your table cell<br />\nShortcodes give you extra benefit so that you can use the same shortcode in different places to see the same result.</p>\n<p>VIP Support<br />\nOur support is prompt, reliable, efficient, and wonderful. Whenever you face a problem and whatever it is, get to us.</p>\n<p><a href=\"#\" role=\"button\"><br />\nExplore More<br />\n</a></p>\n<p>Use Case (Demos)<br />\nNot sure if Ninja Tables is the suitable tool you are looking for? Don\'t sweat over it. Let\'s have a look at a few demo tables created with Ninja Tables. This will definitely help you make a verdict.</p>\n<ul>\n<li>\n											<a href=\"https://wpmanageninja.com/use-case/#product_comparison_kc\" target=\"_blank\" rel=\"noopener\"><br />\nComparison<br />\n</a></li>\n<li>\n											<a href=\"https://wpmanageninja.com/use-case/#amazon_list_kc\" target=\"_blank\" rel=\"noopener\"><br />\nProduct Listing<br />\n</a></li>\n<li>\n											<a href=\"https://wpmanageninja.com/use-case/#woocommerce_product_kc\" target=\"_blank\" rel=\"noopener\"><br />\nWooCommerce<br />\n</a></li>\n</ul>\n<ul>\n<li>\n											<a href=\"https://wpmanageninja.com/use-case/#product_specification_kc\" target=\"_blank\" rel=\"noopener\"><br />\nSpecification<br />\n</a></li>\n<li>\n											<a href=\"https://wpmanageninja.com/use-case/#league_points_kc\" target=\"_blank\" rel=\"noopener\"><br />\nLeague Points<br />\n</a></li>\n<li>\n											<a href=\"https://wpmanageninja.com/use-case/#cryptocurrency_kc\" target=\"_blank\" rel=\"noopener\"><br />\nCryptocurrency<br />\n</a></li>\n</ul>\n<p><a href=\"https://wpmanageninja.com/ninja-tables/use-case/\" target=\"_blank\" role=\"button\" rel=\"noopener\"><br />\nView All Demos<br />\n</a><br />\nNinja Tables Live Example<br />\nHow powerful and customisable this plugin actually is? - you may ask. Well, here goes a little demonstration. With Ninja Tables Pro, you will be able to customize your WordPress tables any way you want, with just a few clicks... and absolutely zero coding!</p>\n<p>[ninja_tables id=\"32713\"]<br />\nTestimonials<br />\nUsers love Ninja Tables and they review sometimes critically - with good and bad. Read some of the selected testimonials we can brag about. Before joining, why don’t you listen to them?<br />\nFinally got a PRO<br />\n<em>I’m very satisfied with PRO features. Tried a lot of plugins, and Ninja Tables, even in free version, is much better than any other table WP plugin. Your tables are simply… clean, neat and pleasant. After a few months of free version I decided to go PRO and I don’t regret it. Great job guys!</em><strong>teoriaelektryki</strong><br />\nSuper Plugin (Pro Version)<br />\n<em>An excellent plugin, with multiple configuration and display options and high-performance rendering. The developers have clearly put a great deal of thought into this. Support is first-class. I encountered an obscure bug in sorting date fields, which was fixed promptly and courteously. Very pleased (and I don’t normally do reviews)</em> <strong>furriskey27</strong><br />\nBest table plugin around<br />\n<em>If you need a table plugin you have to get this with the pro-addon. Excellent fast support and packed full of features to make your site stand out.</em><strong>mslaiter</strong><br />\nBest wordpress data table ever!<br />\n<em>I’ve been using the free version for several months. Now I’m using the Pro version of this plugin and it works great and provides me whatever I need! Also the developer really supports the users as well. Thank you very much for developing such a valuable plugin &lt;3</em><strong>aminji</strong><br />\nAll the awesome features you need<br />\nNinja Tables brings a plethora of modern, useful, and user-centric features. And, most amazingly, it updates regularly. If you’re a pro user, you will get all the updates automatically. However, here are all under-the-hood features you can find with this table builder plugin.</p>\n<ul>\n<li>\n										Add Media Using Ninja Tables</li>\n<li>\n										Introducing Responsive Breakdowns</li>\n<li>\n										WooCommerce Integration New</li>\n<li>\n										Google Sheets Integration  New</li>\n<li>\n										WP Posts New</li>\n<li>\n										Connect Fluent Form New</li>\n<li>\n										Drag and Drop Table Data Re-Arrange</li>\n<li>\n										Customized Colors</li>\n<li>\n										Enhanced Table Styles</li>\n<li>\n										Customized Permission</li>\n<li>\n										VIP Support</li>\n</ul>\n<ul>\n<li>\n										Connect Google Sheets New</li>\n<li>\n										Conditional Column Formating New</li>\n<li>\n										Export-Import Table New</li>\n<li>\n										Table Inverse</li>\n<li>\n										Striped rows</li>\n<li>\n										Compact Table</li>\n<li>\n										Enhanced Table Styles</li>\n<li>\n										Easy Configuration Option</li>\n<li>\n										Mobile Responsive Tables</li>\n<li>\n										Optional Fixed Layout</li>\n<li>\n										Row Hover Animation</li>\n</ul>\n<p>We are Featured in<br />\nMany renowned WordPress blogs featured Ninja Tables in their posts. Below are the few examples to give you an idea of how people think about our<br />\nproduct and what honestly they say.</p>\n<p>Trusted by</p>\n<p>0<br />\n+</p>\n<p><strong>Websites are using Ninja Tables</strong></p>\n<p>Grab your copy of Ninja Tables TODAY!</p>\n<p><a href=\"#pricing\" role=\"button\"><br />\nBuy Now<br />\n</a><br />\n<a href=\"#\"></a></p>\n\";s:9:\"changelog\";s:16847:\"<p>= 5.2.2 (Date: July 10, 2025) =<br />\n* Fixes: advanced filter</p>\n<p>= 5.2.1 (Date: July 09, 2025) =<br />\n* Compatibility Release with New Ninja Tables Framework v2<br />\n* Updated Framework with Security Improvements</p>\n<p>= 5.0.20 (Date: June 17, 2025) =<br />\n* Fixes: CSV import warning for php version &gt;= 8.0</p>\n<p>= 5.0.19 (Date: May 20, 2025) =<br />\n* Added: Gutenberg block for table style<br />\n* Fixes: Rest api issue for some server<br />\n* Fixes: file_get_contents issue in Google Sheet integration<br />\n* Fixes: #colspan# and Responsive Breakpoint issue<br />\n* Fixes: Formatted sql issues<br />\n* Fixes: ACF issue for WP post table issue<br />\n* Fixes: Fixes scrolling issues on drag and drop table<br />\n* Fixes: Drag &amp; drop responsive issue for small devices</p>\n<p>= 5.0.18 (Date: April 16, 2025) =<br />\n* Fixes: Text domain loading issue.<br />\n* Improved: Rendering of the `nt_icon` and `nt_ratings` shortcodes.<br />\n* Security: Applied important security patches</p>\n<p>= 5.0.17 (Date: April 09, 2025) =<br />\n* Update: Ninja Tables Framework v2.10.41<br />\n* Update: License API endpoint<br />\n* Security: Updated Framework Library<br />\n* Added: First column sticky option<br />\n* Fixes: Hide empty items on responsive breakpoint issue<br />\n* Fixes: Order by date column issue<br />\n* Fixes: Colspan issue in frontend editing<br />\n* Fixes: Multi-select dropdown filter last item disappear issue on mobile<br />\n* Fixes: Clear all multi-select filter issue on mobile<br />\n* Fixes: Show time issue in frontend editing<br />\n* Fixes: Formatted text issue in drag &amp; drop table<br />\n* Fixes: Duplicate td id issue in drag &amp; drop table</p>\n<p>= 5.0.16 (Date: January 01, 2025) =<br />\n* Fixes: CSV &amp; google sheet import XSS issue</p>\n<p>= 5.0.15 (Date: December 02, 2024) =<br />\n* Update Ninja Tables Framework<br />\n* Fixes main menu display without capability checks issue<br />\n* Fixes table builder text input null value issue<br />\n* Fixes manual sorting checkbox value saving issue<br />\n* Fixes frontend editing datetime format issue<br />\n* Fixes timezone issue for php 8.2<br />\n* Fixes external CSV text/plain type issue<br />\n* Fixes css appearing after table<br />\n* Fixes backslash appearing issue in table cell</p>\n<p>= 5.0.9 (Date: August 23, 2024) =<br />\n* Fixes: Security vulnerability issue with svg upload<br />\n* Fixes: first of week for date picker<br />\n* Fixes: Woocommerce unpublished post appearing issue<br />\n* Fixes: lt, gt custom date filter issue</p>\n<p>= 5.0.8 (Date: May 16, 2024) =<br />\n* Removed: Empty tfoot tag<br />\n* Updated: column responsive breakpoints docs link<br />\n* Added: Nonce validation for public ajax request<br />\n* Added: Netherlands language support<br />\n* Added: Table list sorting by post-title &amp; ID<br />\n* Improved: Template choose option for Drag &amp; Drop table<br />\n* Improved: Help &amp; documentation page<br />\n* Fixed: Target attribute spelling issue for drag &amp; drop<br />\n* Fixed: Excel formula rendering for multiple table in same page<br />\n* Fixed: Color loading issue on print<br />\n* Fixed: Duplicate style loading issue</p>\n<p>= 5.0.7 (Date: February 05, 2024) =<br />\n* Fixes custom filter disappear issue</p>\n<p>= 5.0.6 (Date: January 23, 2024) =<br />\n* Fixes: Fixes CSV/JSON export permission issue<br />\n* Fixes post author name display issue in woocommerce table<br />\n* Fixes cart &amp; checkout button text save issue<br />\n* Fixes Custom filter number_range minus sing(-) issue<br />\n* Removed href if image doesn\'t have URL for drag &amp; drop table</p>\n<p>= 5.0.5 (Date: December 19, 2023) =<br />\n* Fixes: European number range filter issue with the use of transform value<br />\n* Fixes: Fixes external source pdf file download issue<br />\n* Fixes: Fixes text input strict mode filter for latin characters<br />\n* Fixes: Fixes transform value &amp; specific row colors issue in print<br />\n* Fixes: Fixes CSV/JSON export unauthorized access issue</p>\n<p>= 5.0.4 (Date: October 04, 2023) =<br />\n* Fixes table colors issue</p>\n<p>= 5.0.3 (Date: Sep 26, 2023) =<br />\n* Adds Searchable Gutenberg block for add tables shortcode<br />\n* Adds PHP 8x support<br />\n* Fixes Vue version conflict with other plugins<br />\n* Fixes Excel formula checkbox check &amp; uncheck issue<br />\n* Fixes Fullwidth searcher issue on mobile deviceFixes: Table caption update issue<br />\n* Fixes CSS appearance issue in accordion<br />\n* Fixes Force downloaded third party file from any url<br />\n* Fixes Multi-select dropdown filter last item disappear issue on mobile<br />\n* Fixes Drag and drop tables preview and margin issue<br />\n* Improves drag &amp; drop table progress bar percentage<br />\n* Improves drag &amp; drop table column width increase 500 to 1000</p>\n<p>= 5.0.2 (Date: June 15, 2023) =<br />\n* Added a dismissible option in the admin area for all notices<br />\n* Fixes double slash issue form url<br />\n* Fixes collapse expand issue for frontend editing in responsive breakpoint mode</p>\n<p>= 5.0.1 (Date: June 12, 2023) =<br />\n* Added cross sign for delete notice<br />\n* Fixes sorting icon color issue<br />\n= 5.0.0 (Date: June 08, 2023) =<br />\n* Added current user post option for wp post table<br />\n* Added custom css &amp; js for drag &amp; drop table<br />\n* Fixes Multi select number range filter issue<br />\n* Fixes property box design isue for wp post table<br />\n* Fixes accessibility issue for pagination<br />\n* Fixes media button issue for many themes &amp; plugins<br />\n* Fixes sticky header issue<br />\n* Fixes strict mode custom filter issue for checkbox, radio<br />\n* Fixes font loading issue<br />\n* Improves frontend editing input field validation<br />\n* Improves drag and drop table content editing<br />\n* Update plugin framework<br />\n* Update latest moment js library</p>\n<p>= 4.3.4 (Date: February 08, 2023) =<br />\n* Fixes strict mode custom filter issue<br />\n* Fixes table sorting by date &amp; time issue<br />\n* Fixes transform value escape date decimal(.) format issue<br />\n* Fixes external SQL query update issue<br />\n* Fixes image uploading issue for some themes<br />\n* Fixes filter selects issue<br />\n* Fixes drag and drop table shortcode issue for classic editor<br />\n* Fixes pointer issue<br />\n* Added a sorting option in the admin dashboard<br />\n* Added a few strings in the translation file</p>\n<p>= 4.3.3 (Date: December 22, 2022) =<br />\n* Fixes chunk filter loading issue<br />\n* Added custom filter for escape 0 from google-sheets<br />\n* Added woocommerce default value selection<br />\n* Fixes gt and lt issue for fraction<br />\n* Fixes hide_default_filter issue<br />\n* Added clear all for dropdown multi select filter<br />\n* Fixes tag, taxonomy filters for wp-post provider<br />\n* Fixes empty row responsive breakpoints issue<br />\n* Updated docs link from wpmanageninja to ninjatables<br />\n* Fixes parse comma-separated number strict mode issue<br />\n* Fixes dropdown filter options case-sensitive Issue<br />\n* Fixes multiple number range filters issue<br />\n* Fixes print dialog closing issue<br />\n* Added chinese simplified(zh_CN) language<br />\n* Added edit button in frontend for drag &amp; drop table<br />\n* Added un-save data detector for drag &amp; drop table<br />\n* Increase table container max height for drag &amp; drop table</p>\n<p>= 4.3.0 (Date: October 12, 2022) =<br />\n* Fixes sticky header issue<br />\n* Fixes WooCommerce custom product variations issue<br />\n* Update table id integer to big integer<br />\n* Added table column highlighter<br />\n* Added responsive view by column<br />\n* Improved UI/UX</p>\n<p>= 4.2.1 (Date: August 8, 2022) =<br />\n* Fixes array_combine issue for google sheets<br />\n* Fixes php 8 required parameter deprecated notice<br />\n* Fixes woocommerce product stock status issue<br />\n* Fixes custom filter select gt &amp; lt number<br />\n* Fixes frontend editing apply &amp; add new popup issue<br />\n* Fixes file loading issue<br />\n* Added download attribute in button<br />\n* Added filter_selects multiple value for same filter<br />\n* Added google-csv, csv &amp; fluent-form chunk loader<br />\n* Added th class in responsive breakpoint<br />\n* Added fluentform payment details<br />\n* Updated plugin docs help documentation<br />\n= 4.2.0 (Date: June 22, 2022) =<br />\n- Adds drag and drop table builder support<br />\n= 4.1.10 (Date: February 01, 2022) =<br />\n- Adds global font style<br />\n- Fixes number range filter reset issue<br />\n- Improves frontend editing sanitization<br />\n= 4.1.8 (Date: January 27, 2022) =<br />\n- Adds no follow option<br />\n- Adds font customization<br />\n- Adds time format option in the date field<br />\n- Adds header &amp; footer in print UI<br />\n- Fixes Ace library issue<br />\n- Fixes CSV library issue<br />\n- Improves data sanitization<br />\n- Improves Admin UI<br />\n= 4.1.7 (Date: September 17, 2021) =<br />\n- Added WooCommerce product variations<br />\n- Fixes date &amp; date range filter manual input date search issue<br />\n- Fixes progressive filter filter_selects<br />\n- Fixes category post filter issue<br />\n- Fixes filter shortcode for AND logical operator and phrase filter<br />\n= 4.1.6 (Date: Jun 28, 2021) =<br />\n- Fixes CSV export &amp; Print issue in frontend<br />\n- Fixes transform value reference shortcode<br />\n- Fixes filter table data print issue in frontend<br />\n- Fixes advance shortcode filters for filter_selects in frontend<br />\n- Fixes searcher flick issue in frontend<br />\n- Fixes large data loading table hide issue in frontend<br />\n- Fixes custom filter checkbox &amp; select strict mode issue in frontend<br />\n- Fixes custom filter issue for special character in frontend<br />\n- Fixes custom filter number range input value issue in frontend<br />\n- Fixes custom filter manual data multiselect table hide issue in mobile device<br />\n- Fixes special character sorting issue<br />\n= 4.1.5 (Date: Feb 13, 2021) =<br />\n- Improves formula support for European numbers.<br />\n- Fixes exact match filtering for multi-select.<br />\n= 4.1.4 (Date: Feb 08, 2021) =<br />\n- Fixes calculation for European formatted numbers.<br />\n- Fixes frontend CSV export issue for accented characters.<br />\n- Fixes TablePress import order.<br />\n- Fixes elementor popup.<br />\n- Fixes WP latest jQuery update issues.<br />\n= 4.1.3 (Date: Nov 23, 2020) =<br />\n- Fixes Google Sheets data fetching issue for some specific servers<br />\n= 4.1.2 (Date: Nov 22, 2020) =<br />\n- Fixes Google Sheets data fetching issue.<br />\n- Fixes frontend pagination issue.<br />\n- Fixes frontend data transformation issue.<br />\n= 4.1.0 (Date: Nov 18, 2020) =<br />\n- Adds default diacritics filter support.<br />\n- Fixes for diacritics sorting.<br />\n- Fixes transform value on frontend.<br />\n- Fixes Google Sheets integration.<br />\n= 3.5.12 (Date: Apr 07, 2020) =<br />\n- Fixes shortcode defaults bug.<br />\n= 3.5.11 (Date: Mar 23, 2020) =<br />\n- Adds all tables sorting.<br />\n- Adds Jetpack lazy image compatibility.<br />\n- Adds Fluent Form meta fields to display.<br />\n- Adds cart and checkout button customization.<br />\n- Adds batch insert for CSV to avoid PHP memory issue.<br />\n- Adds filters and search to be included in Print page.<br />\n- Adds removing image option in both backend and frontend.<br />\n- Adds all chunk data loaded hook for frontend (\'ninja_table_all_chunk_loaded\'\').<br />\n- Fixes Safari ellipsis bug.<br />\n- Fixes custom CSS duplication.<br />\n- Fixes iPhone table width bug.<br />\n- Fixes inline edit caching bug.<br />\n- Fixes frontend editing focus bug.<br />\n- Fixes Fluent Form entry fetcher bug.<br />\n- Fixes global appearance settings bug.<br />\n- Fixes stackables for the latest jQuery.<br />\n- Fixes Fluent Form provider variable bug.<br />\n- Fixes conditional matching issues for sorting.<br />\n- Fixes Google CSV no results error, filter \"ninja_tables_remote_csv_timeout\".<br />\n= 3.5.10 (Date: Dec 27, 2019) =<br />\n- Fixes stackable tables on different devices.<br />\n- Fixes stackable tables tbody color issues.<br />\n- Fixes CSV import table bug.<br />\n= 3.5.9 (Date: Dec 26, 2019) =<br />\n- Renders styles ahead of table load.<br />\n- Improves page speed issues.<br />\n- Adds meta query filters.<br />\n- Improves print to allow customized styles.<br />\n- Improves front end editing.<br />\n- Fixes import &amp; export issues.<br />\n- Fixes Non-ASCII characters from Google Sheet issues.<br />\n- Fixes possible browser rendering issues.<br />\n- Fixes table duplicate issues.<br />\n- Fixes stackable table with expand all issues.<br />\n- Fixes iOS rendering issues.<br />\n- Fixes custom filter loading issues.<br />\n- Fixes colored table with stackables issues.<br />\n- Fixes sticky header background issue.<br />\n= 3.5.8 (Date: Nov 09, 2019) =<br />\n- Adds plain text export support for CSV.<br />\n- Adds Non-ASCII characters support for label filtering.<br />\n- Adds dynamic table ID placeholder for custom CSS.<br />\n- Fixed Stackable table frontend editing bug.<br />\n- Fixed WooCommerce custom Buy Now button text.<br />\n- Fixed missing transform value rendering bug.<br />\n- Fixed sticky header bug.<br />\n- Fixed stackable table print issue.<br />\n- Fixed rowspan bug for paginated data.<br />\n= 3.5.7 (Date: Aug 28, 2019) =<br />\n- All Accessibility Issues fixed so far (y)<br />\n- Google Sheet integration improved<br />\n- SKU field added to WooCommerce integration<br />\n- Added advanced shortcode to Posts and WooCoomerce<br />\n- Added Remote SQL Connection<br />\n- Frontend editing image disapear issue fixed<br />\n- Spinner effect for legacy mode (Configurable)<br />\n- Added Print Header and Footer<br />\n- Improvement on integrations<br />\n- Filtering issue fixed for number range<br />\n- Date format bug fixed<br />\n- Spinner effect improved<br />\n- PHP warning fixed<br />\n- Added filter and improvements<br />\n- Number data type UX improved<br />\n= 3.5.5 (Date: June 20, 2019) =<br />\n- Add meta query to wp-posts table type<br />\n- Add Lightbox to WooCommerce featured image<br />\n- Accessibility fix for custom filters<br />\n- Frontend editing fix<br />\n- Add Page Size change option from frontend<br />\n- Fix Multi-select filter issue<br />\n- Improving inline editing<br />\n- Added table edit link from frontend<br />\n= 3.5.2 (Date: June 13, 2019) =<br />\n- Overall Improvement<br />\n- Added Woocommerce Table<br />\n- Added Image Type Data Field<br />\n- Added Built in lightbox<br />\n- Added Button Type Box<br />\n- Added Excel Formulas<br />\n- Added Many new features<br />\n- Added Inline editing<br />\n= 3.4.3 ( Date: May 25, 2019 ) =<br />\n- Overall Improvement<br />\n- Sorting bug fix<br />\n- Custom Filtering improvement<br />\n- Lots of New features<br />\n- Internal Code Refactoring<br />\n- Adding more hooks for developers<br />\n- Range Filter Added<br />\n= 3.2.4 ( Date: January 25, 2019 ) =<br />\n- Overall Improvement<br />\n- Sorting bug fix<br />\n- Custom Filtering improvement<br />\n= 3.2.3 ( Date: January 19, 2019 ) =<br />\n- Improve CSV and Print Feature<br />\n- Added Option to hide heading on Responsive Drawer and Stackable Options<br />\n- Added Option to make search bar as full width<br />\n- Added option to hide empty values on responsive breakdown<br />\n- Fix Frontend editing issues<br />\n- Fix Sorting issues for manual row sorting<br />\n= 3.2.0 ( January 16, 2018 ) =<br />\n* Fix Using Icon Markup in HTML Field<br />\n* Added Frontend Editing and Managing<br />\n* Add Cell level Color Customization<br />\n* Add Features for advanced Filter Customizations<br />\n* Improved Table Import Export Feature<br />\n* Added Global JS error handling. Now Ninja table will be initialized if other plugin throw JS error on front end.<br />\n* Added Advanced Css Classes for Table rows to styling.<br />\n* Improve overall Admin UI<br />\n* Added Performance improvement to load lots of data on frontend<br />\n= 3.1.0 ( December 24, 2018 ) =<br />\n* Added Stackable Table UI<br />\n* Added Default Table Configuration Option<br />\n* Fix Intro Screen<br />\n* Improve Table UI<br />\n* Improve overall Admin UI<br />\n* Editor Link bug fix for latest version of WordPress<br />\n* Added Advanced Custom Filters<br />\n* Added Cell Level shortcodes<br />\n* Added Get Parameter for Shortcode<br />\n* Added Limit and Skip<br />\n= 3.0.4 ( November 23, 2018 ) =<br />\n- Small Bug fixes<br />\n- Fix licensing issue<br />\n= 3.0.3 ( November 19, 2018 ) =<br />\n- Added Lots of Improvements<br />\n- Added Remote CSV File Connection<br />\n- Added Google Sheet Connection<br />\n- Added WP Posts Table<br />\n= 2.4.0 ( October 05, 2018 ) =<br />\n- Added Lots of Improvements<br />\n- Added Custom Filters<br />\n- Brand New UI and UX<br />\n= 2.3.1 ( August 19, 2018 ) =<br />\n- Added Lots of Improvements<br />\n= 2.2.1 ( June 19, 2018 ) =<br />\n- Fix License Server Issue for some hosts</p>\n\";}s:7:\"banners\";s:41:\"a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}\";s:5:\"icons\";s:208:\"a:2:{s:2:\"1x\";s:84:\"https://wpmanageninja.com/wp-content/uploads/edd/2021/05/ninja-tables-pro-banner.png\";s:2:\"2x\";s:84:\"https://wpmanageninja.com/wp-content/uploads/edd/2021/05/ninja-tables-pro-banner.png\";}\";}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373151, '_transient_timeout_as-post-store-dependencies-met', 1753199001, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373152, '_transient_as-post-store-dependencies-met', 'yes', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373164, '_transient_timeout_et_core_path', 1753199426, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373165, '_transient_et_core_path', '/home/xivabilala2253/web/impassioned-rat-e8281a.instawp.xyz/public_html/wp-content/themes/Divi/core', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373166, '_transient_timeout_et_core_version', 1753199426, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373167, '_transient_et_core_version', '4.27.4', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373168, '_site_transient_timeout_available_translations', 1753123458, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373169, '_site_transient_available_translations', 'a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.9/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-10 08:09:09\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.5/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.26/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-26 09:35:39\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-01 14:03:28\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-10 13:56:56\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-05-15 15:31:31\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 16:48:51\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-10 07:10:07\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-24 21:44:57\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-09 20:17:04\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-09 20:13:10\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-24 21:46:51\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.8.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-05 10:10:20\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-21 09:42:21\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-05 09:19:20\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-25 12:26:44\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-22 08:43:39\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-04 17:42:40\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-22 11:56:25\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-11 09:05:01\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-26 16:45:13\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-27 00:56:11\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-14 15:46:25\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 05:24:36\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-09 10:04:44\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.10/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.16/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-05 19:07:27\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.21/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-05 12:26:55\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-12 18:44:02\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-12 09:41:09\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-29 15:18:18\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-17 13:42:46\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.6/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-16 11:10:04\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-24 18:50:16\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-13 10:59:05\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-09 13:56:03\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-15 02:43:12\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 21:28:29\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 12:59:20\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-14 08:02:58\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.21/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-13 10:36:33\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-18 05:34:36\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-08 23:20:54\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-17 05:00:42\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 13:11:03\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-15 19:11:43\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.9/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-20 16:41:38\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-19 11:39:21\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.15\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.15/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 03:23:53\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-21 11:55:40\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-26 13:34:38\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-13 19:35:47\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-14 10:43:29\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-15 10:57:19\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-05 11:53:58\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-02 11:51:48\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-02 11:55:29\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-09 11:31:16\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-16 13:29:55\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.16/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-18 10:06:37\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-15 06:12:29\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-18 09:38:51\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-09-20 22:15:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-08 16:28:16\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-28 12:50:48\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.10/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-08 16:09:09\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-16 23:11:08\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-18 21:39:23\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 21:10:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.16/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-19 02:17:53\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-04 17:30:55\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-16 04:41:52\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373170, '_transient_timeout_et_onboarding_account_data', 1753116259, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373171, '_transient_et_onboarding_account_data', 'a:4:{s:15:\"et_account_data\";O:8:\"stdClass\":1:{s:18:\"et_username_status\";s:6:\"active\";}s:22:\"et_up_to_date_products\";a:1:{s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:6:\"4.27.4\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:144:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=0d0599f2cd2b8d6da8e77df897534264675ab194&username=Ehalvorson\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:7:\"api_key\";s:40:\"0d0599f2cd2b8d6da8e77df897534264675ab194\";s:8:\"username\";s:10:\"Ehalvorson\";}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373172, '_et_builder_gf_feature_cache', 'a:2:{i:0;s:75:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"enable_all_character_sets\":\"false\"}\";i:1;a:1:{s:155:\"https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext&display=swap\";a:1:{s:12:\"google-fonts\";s:7912:\"/* Original: https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&#038;subset=latin,latin-ext&#038;display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVc.ttf) format(\'truetype\');}/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVQ.woff) format(\'woff\');}/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVI.woff2) format(\'woff2\');}\";}}}', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373174, 'action_scheduler_migration_status', 'complete', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373175, 'as_has_wp_comment_logs', 'no', 'on');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373180, 'schema-ActionScheduler_StoreSchema', '7.0.1753113026', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373182, 'schema-ActionScheduler_LoggerSchema', '3.0.1753113026', 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373183, '_site_transient_timeout_wp_theme_files_patterns-5eb82e2946cdc2e84586154b52f00019', 1753114826, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373185, '_site_transient_wp_theme_files_patterns-5eb82e2946cdc2e84586154b52f00019', 'a:2:{s:7:\"version\";s:6:\"4.27.4\";s:8:\"patterns\";a:0:{}}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373186, '_transient_timeout_nfd_data_connection_throttle', 1753116626, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373187, '_transient_nfd_data_connection_throttle', 1, 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373190, 'nfd_data_connection_attempts', 1, 'auto');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373191, 'instawp_api_options', 'a:6:{s:7:\"api_key\";s:47:\"103582|HlSWMtljLyv6YAk3XWa4BvBKPBdQSRXftyEVTpgH\";s:3:\"jwt\";s:488:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FwcC5pbnN0YXdwLmlvL2FwaS92Mi9jb25uZWN0cy8xOTgwNjcvZ2VuZXJhdGUtdG9rZW4iLCJpYXQiOjE3NTMxMTMwMjcsImV4cCI6MTc1MzExNjYyNywibmJmIjoxNzUzMTEzMDI3LCJqdGkiOiJSVFBpaU1lSDBoWGNwbmxuIiwic3ViIjoiNDI3MDciLCJwcnYiOiIyM2JkNWM4OTQ5ZjYwMGFkYjM5ZTcwMWM0MDA4NzJkYjdhNTk3NmY3IiwiY2xhaW0iOnsiaWQiOjQyNzA3LCJuYW1lIjoid29yZHByZXNzLWNvZSIsImVtYWlsIjoid29yZHByZXNzLWNvZUBuZXdmb2xkLmNvbSIsInRlYW1faWQiOjQyODY1fX0.y7T3f8mtzVE_DX08Vcqo-mydDAbWu2h4xRsuBpIZ2qg\";s:6:\"origin\";s:32:\"cddfd537069b96216389aa03e47caac9\";s:8:\"response\";a:5:{s:6:\"status\";b:1;s:4:\"name\";s:13:\"wordpress-coe\";s:5:\"email\";s:25:\"wordpress-coe@newfold.com\";s:9:\"team_name\";s:8:\"Bluehost\";s:10:\"permisions\";a:1:{i:0;s:1:\"*\";}}s:10:\"connect_id\";i:198067;s:12:\"connect_uuid\";s:36:\"004bcc7b-58b7-473d-833f-b18bff73390f\";}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373192, 'instawp_staging_sites', 'a:0:{}', 'off');

INSERT IGNORE INTO `1uS_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373193, 'nfd_data_token', '8iT3jwS22MJvEUJMIYiTS21KUlRqVDhtWHk5MmUyWHAybVRycU13OVNuaU81bklPK3ZQVEIram4vR3g0c29BRitUcER1OUF1d2RWdWloOGZxd0lYSVN0WmRwMGJNU0tabE5TY0FoQVBVTFc4OXZGYS95Z2dtZzRidUtkVE9vM2V0aXEwdW5YcllwajI1TnhGV2tqYmRuNk81QTFGdHRKYVR1VWRsdmdvQzlpSzJwTEMzUT09', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=24641 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9, 38, '_wp_attached_file', '2014/09/bug-32.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:18:\"2014/09/bug-32.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11, 42, '_wp_attached_file', '2014/09/bg-1600x900-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2014/09/bg-1600x900-1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"bg-1600x900-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bg-1600x900-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bg-1600x900-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"bg-1600x900-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"bg-1600x900-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"bg-1600x900-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"bg-1600x900-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-1-1280x800.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"bg-1600x900-1-980x613.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"bg-1600x900-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13, 183, '_wp_attached_file', '2014/09/bg-1600x900-bw.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14, 183, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2014/09/bg-1600x900-bw.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-bw-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"bg-1600x900-bw-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-bw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-bw-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"bg-1600x900-bw-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-bw-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"bg-1600x900-bw-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-bw-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-bw-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"bg-1600x900-bw-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-bw-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:27:\"bg-1600x900-bw-1280x800.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-bw-980x613.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"bg-1600x900-bw-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15, 436, '_wp_attached_file', '2014/09/intro-family.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16, 436, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:651;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2014/09/intro-family.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"intro-family-195x300.png\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"intro-family-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"intro-family-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"intro-family-651x675.png\";s:5:\"width\";i:651;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"intro-family-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"intro-family-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"intro-family-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"intro-family-480x737.png\";s:5:\"width\";i:480;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17, 515, '_wp_attached_file', '2014/10/Lockton_logo_RGB.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18, 515, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:137;s:4:\"file\";s:28:\"2014/10/Lockton_logo_RGB.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Lockton_logo_RGB-150x137.png\";s:5:\"width\";i:150;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19, 1046, '_wp_attached_file', '2016/10/body-bg.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20, 1046, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:19:\"2016/10/body-bg.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21, 1048, '_wp_attached_file', '2016/10/usap-logo.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22, 1048, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:571;s:6:\"height\";i:156;s:4:\"file\";s:21:\"2016/10/usap-logo.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"usap-logo-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"usap-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"usap-logo-400x156.png\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"usap-logo-400x156.png\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"usap-logo-510x156.png\";s:5:\"width\";i:510;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"usap-logo-400x156.png\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"usap-logo-480x131.png\";s:5:\"width\";i:480;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23, 1063, '_wp_attached_file', '2016/10/usap-fav.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24, 1063, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:20:\"2016/10/usap-fav.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25, 1066, '_wp_attached_file', '2016/10/2017_USAnesthesia_-NEWSLETTER_CONV_PH3.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26, 1066, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:46:\"2017_USAnesthesia_-NEWSLETTER_CONV_PH3-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"2017_USAnesthesia_-NEWSLETTER_CONV_PH3-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"2017_USAnesthesia_-NEWSLETTER_CONV_PH3-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"2017_USAnesthesia_-NEWSLETTER_CONV_PH3-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27, 1069, '_wp_attached_file', '2016/10/docs-bottom.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28, 1069, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:390;s:4:\"file\";s:23:\"2016/10/docs-bottom.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"docs-bottom-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"docs-bottom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"docs-bottom-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"docs-bottom-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"docs-bottom-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"docs-bottom-400x390.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"docs-bottom-480x312.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:37:\"This content is subject to copyright.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29, 1072, '_wp_attached_file', '2016/10/bg-colorado.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (30, 1072, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2016/10/bg-colorado.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bg-colorado-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"bg-colorado-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bg-colorado-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bg-colorado-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"bg-colorado-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"bg-colorado-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"bg-colorado-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"bg-colorado-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"bg-colorado-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"bg-colorado-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"bg-colorado-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:24:\"bg-colorado-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"bg-colorado-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"bg-colorado-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31, 1079, '_wp_attached_file', '2016/10/bg-miami.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (32, 1079, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2016/10/bg-miami.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bg-miami-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"bg-miami-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-miami-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"bg-miami-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"bg-miami-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"bg-miami-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"bg-miami-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"bg-miami-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"bg-miami-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"bg-miami-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"bg-miami-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:21:\"bg-miami-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"bg-miami-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"bg-miami-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33, 1080, '_wp_attached_file', '2016/10/bg-texas.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34, 1080, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2016/10/bg-texas.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bg-texas-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"bg-texas-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-texas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"bg-texas-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"bg-texas-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"bg-texas-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"bg-texas-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"bg-texas-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"bg-texas-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"bg-texas-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"bg-texas-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:21:\"bg-texas-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"bg-texas-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"bg-texas-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35, 1080, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36, 1080, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37, 1083, '_wp_attached_file', '2016/10/2017_USAnesthesia_-NEWSLETTER_FLORIDA_PH3.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38, 1083, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:49:\"2017_USAnesthesia_-NEWSLETTER_FLORIDA_PH3-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"2017_USAnesthesia_-NEWSLETTER_FLORIDA_PH3-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"2017_USAnesthesia_-NEWSLETTER_FLORIDA_PH3-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"2017_USAnesthesia_-NEWSLETTER_FLORIDA_PH3-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39, 1087, '_wp_attached_file', '2016/10/bg-florida.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (40, 1087, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2016/10/bg-florida.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"bg-florida-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"bg-florida-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-florida-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bg-florida-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"bg-florida-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"bg-florida-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"bg-florida-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"bg-florida-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"bg-florida-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"bg-florida-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"bg-florida-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:23:\"bg-florida-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:22:\"bg-florida-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"bg-florida-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (41, 1090, '_wp_attached_file', '2016/10/2017_USAnesthesia_-NEWSLETTER_TX_PH2.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42, 1090, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:44:\"2017_USAnesthesia_-NEWSLETTER_TX_PH2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"2017_USAnesthesia_-NEWSLETTER_TX_PH2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"2017_USAnesthesia_-NEWSLETTER_TX_PH2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"2017_USAnesthesia_-NEWSLETTER_TX_PH2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43, 1109, '_wp_attached_file', '2014/09/docs-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44, 1109, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2014/09/docs-2.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"docs-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"docs-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"docs-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"docs-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"docs-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"docs-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"docs-2-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45, 1110, '_wp_attached_file', '2014/09/docs-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46, 1110, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2014/09/docs-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"docs-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"docs-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"docs-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"docs-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"docs-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"docs-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"docs-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47, 1111, '_wp_attached_file', '2014/09/docs-4.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48, 1111, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2014/09/docs-4.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"docs-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"docs-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"docs-4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"docs-4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"docs-4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"docs-4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"docs-4-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49, 1112, '_wp_attached_file', '2014/09/docs-3.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (50, 1112, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2014/09/docs-3.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"docs-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"docs-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"docs-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"docs-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"docs-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"docs-3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"docs-3-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (51, 1137, '_wp_attached_file', '2016/10/USAPColorado.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (52, 1137, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:438;s:6:\"height\";i:100;s:4:\"file\";s:24:\"2016/10/USAPColorado.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"USAPColorado-300x68.png\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"USAPColorado-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"USAPColorado-400x100.png\";s:5:\"width\";i:400;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"USAPColorado-400x100.png\";s:5:\"width\";i:400;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"USAPColorado-400x100.png\";s:5:\"width\";i:400;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (53, 1138, '_wp_attached_file', '2016/10/USAPFlorida-01.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (54, 1138, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:403;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2016/10/USAPFlorida-01.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"USAPFlorida-01-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"USAPFlorida-01-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"USAPFlorida-01-400x100.png\";s:5:\"width\";i:400;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"USAPFlorida-01-400x100.png\";s:5:\"width\";i:400;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"USAPFlorida-01-400x100.png\";s:5:\"width\";i:400;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (55, 1139, '_wp_attached_file', '2016/10/USAPTexas.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (56, 1139, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:444;s:6:\"height\";i:120;s:4:\"file\";s:21:\"2016/10/USAPTexas.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"USAPTexas-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"USAPTexas-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"USAPTexas-400x120.png\";s:5:\"width\";i:400;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"USAPTexas-400x120.png\";s:5:\"width\";i:400;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"USAPTexas-400x120.png\";s:5:\"width\";i:400;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (57, 1156, '_wp_attached_file', '2016/10/2017_USAnesthesia_GUIDE_TX_LR.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (58, 1156, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:37:\"2017_USAnesthesia_GUIDE_TX_LR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"2017_USAnesthesia_GUIDE_TX_LR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"2017_USAnesthesia_GUIDE_TX_LR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"2017_USAnesthesia_GUIDE_TX_LR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (59, 1175, '_wp_attached_file', '2016/10/2017_USAnesthesia_GUIDE_CO_LR.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60, 1175, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:37:\"2017_USAnesthesia_GUIDE_CO_LR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"2017_USAnesthesia_GUIDE_CO_LR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"2017_USAnesthesia_GUIDE_CO_LR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"2017_USAnesthesia_GUIDE_CO_LR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61, 1177, '_wp_attached_file', '2016/10/2017_USAnesthesia_GUIDE_FL_LR.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62, 1177, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:37:\"2017_USAnesthesia_GUIDE_FL_LR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"2017_USAnesthesia_GUIDE_FL_LR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"2017_USAnesthesia_GUIDE_FL_LR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"2017_USAnesthesia_GUIDE_FL_LR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (63, 1186, '_wp_attached_file', '2016/10/2017_USAnesthesia_GUIDE_DIRECT_LR.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (64, 1186, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:41:\"2017_USAnesthesia_GUIDE_DIRECT_LR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"2017_USAnesthesia_GUIDE_DIRECT_LR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"2017_USAnesthesia_GUIDE_DIRECT_LR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"2017_USAnesthesia_GUIDE_DIRECT_LR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65, 1229, '_wp_attached_file', '2016/11/2017_USAnesthesia_GUIDE_EMPLOYEE_CO_NV_LR.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66, 1229, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:49:\"2017_USAnesthesia_GUIDE_EMPLOYEE_CO_NV_LR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"2017_USAnesthesia_GUIDE_EMPLOYEE_CO_NV_LR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"2017_USAnesthesia_GUIDE_EMPLOYEE_CO_NV_LR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"2017_USAnesthesia_GUIDE_EMPLOYEE_CO_NV_LR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67, 1236, '_wp_attached_file', '2017/01/USAP-401k-Plan.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68, 1236, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:22:\"USAP-401k-Plan-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"USAP-401k-Plan-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"USAP-401k-Plan-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"USAP-401k-Plan-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (69, 1245, '_wp_attached_file', '2017/01/bg-washington.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70, 1245, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2017/01/bg-washington.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"bg-washington-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"bg-washington-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bg-washington-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bg-washington-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bg-washington-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"bg-washington-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"bg-washington-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"bg-washington-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"bg-washington-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"bg-washington-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"bg-washington-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:26:\"bg-washington-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"bg-washington-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"bg-washington-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (71, 1248, '_wp_attached_file', '2017/01/USAP-Washington-2017-Benefit-Guide.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72, 1248, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:42:\"USAP-Washington-2017-Benefit-Guide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"USAP-Washington-2017-Benefit-Guide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"USAP-Washington-2017-Benefit-Guide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"USAP-Washington-2017-Benefit-Guide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73, 1351, '_wp_attached_file', '2017/10/home-or-1920.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74, 1351, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1928;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2017/10/home-or-1920.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"home-or-1920-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"home-or-1920-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"home-or-1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"home-or-1920-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"home-or-1920-1536x860.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"home-or-1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"home-or-1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"home-or-1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"home-or-1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"home-or-1920-1080x605.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"home-or-1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"home-or-1920-1280x717.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"home-or-1920-980x549.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"home-or-1920-480x269.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (75, 1352, '_wp_attached_file', '2017/10/usap-1920.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (76, 1352, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1928;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2017/10/usap-1920.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"usap-1920-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"usap-1920-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"usap-1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"usap-1920-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"usap-1920-1536x860.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"usap-1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"usap-1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"usap-1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"usap-1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"usap-1920-1080x605.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"usap-1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"usap-1920-1280x717.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"usap-1920-980x549.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"usap-1920-480x269.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (77, 1357, '_wp_attached_file', '2017/10/anesth-600x400-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (78, 1357, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2017/10/anesth-600x400-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"anesth-600x400-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"anesth-600x400-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"anesth-600x400-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"anesth-600x400-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"anesth-600x400-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"anesth-600x400-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:28:\"anesth-600x400-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (79, 1358, '_wp_attached_file', '2017/10/anesth2-600x400-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (80, 1358, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2017/10/anesth2-600x400-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"anesth2-600x400-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"anesth2-600x400-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"anesth2-600x400-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"anesth2-600x400-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"anesth2-600x400-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"anesth2-600x400-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:29:\"anesth2-600x400-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (81, 1375, '_wp_attached_file', '2019/04/usap-logo.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (82, 1375, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:571;s:6:\"height\";i:156;s:4:\"file\";s:21:\"2019/04/usap-logo.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"usap-logo-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"usap-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"usap-logo-400x156.png\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"usap-logo-400x156.png\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"usap-logo-510x156.png\";s:5:\"width\";i:510;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"usap-logo-400x156.png\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"usap-logo-480x131.png\";s:5:\"width\";i:480;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (83, 1513, '_wp_attached_file', '2019/04/2018-USAP-Benefits-Guide.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (84, 1513, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:32:\"2018-USAP-Benefits-Guide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"2018-USAP-Benefits-Guide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"2018-USAP-Benefits-Guide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"2018-USAP-Benefits-Guide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85, 1514, '_wp_attached_file', '2019/04/2019-USAP-Benefits-Guide.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86, 1514, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:32:\"2019-USAP-Benefits-Guide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"2019-USAP-Benefits-Guide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"2019-USAP-Benefits-Guide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"2019-USAP-Benefits-Guide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87, 1556, '_wp_attached_file', '2019/11/2020-BENEFITS-GUIDE.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88, 1556, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:27:\"2020-BENEFITS-GUIDE-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2020-BENEFITS-GUIDE-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2020-BENEFITS-GUIDE-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2020-BENEFITS-GUIDE-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (89, 1560, '_wp_attached_file', '2019/11/2020_PhyNet_GUIDE_FINAL.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (90, 1560, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:3:{s:4:\"full\";a:4:{s:4:\"file\";s:31:\"2020_PhyNet_GUIDE_FINAL-pdf.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"2020_PhyNet_GUIDE_FINAL-pdf-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"2020_PhyNet_GUIDE_FINAL-pdf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (113, 1562, '_wp_attached_file', '2019/11/2020_PhyNet_GUIDE_LR.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (114, 1562, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:3:{s:4:\"full\";a:4:{s:4:\"file\";s:28:\"2020_PhyNet_GUIDE_LR-pdf.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2020_PhyNet_GUIDE_LR-pdf-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2020_PhyNet_GUIDE_LR-pdf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (115, 1565, '_wp_attached_file', '2019/12/2020_PhyNet_GUIDE_LR-v2.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (116, 1565, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:3:{s:4:\"full\";a:4:{s:4:\"file\";s:31:\"2020_PhyNet_GUIDE_LR-v2-pdf.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"2020_PhyNet_GUIDE_LR-v2-pdf-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"2020_PhyNet_GUIDE_LR-v2-pdf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (117, 1580, '_wp_attached_file', '2020/03/2020-Benefits-Guide.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (118, 1580, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:27:\"2020-Benefits-Guide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2020-Benefits-Guide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2020-Benefits-Guide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2020-Benefits-Guide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (119, 1584, '_wp_attached_file', '2020/03/2020-Benefit-Contact-List.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (120, 1584, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:33:\"2020-Benefit-Contact-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"2020-Benefit-Contact-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"2020-Benefit-Contact-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"2020-Benefit-Contact-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (121, 1589, '_wp_attached_file', '2020/03/2020-Benefit-Contact-List-1.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (122, 1589, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:35:\"2020-Benefit-Contact-List-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"2020-Benefit-Contact-List-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"2020-Benefit-Contact-List-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"2020-Benefit-Contact-List-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (123, 1590, '_wp_attached_file', '2020/03/2020-BENEFITS-GUIDE.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (124, 1590, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:29:\"2020-BENEFITS-GUIDE-pdf-1.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"2020-BENEFITS-GUIDE-pdf-1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"2020-BENEFITS-GUIDE-pdf-1-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2020-BENEFITS-GUIDE-pdf-1-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (125, 1609, '_wp_attached_file', '2020/10/Photo-2-Group-of-four-providers-cropped.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (126, 1609, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:910;s:6:\"height\";i:670;s:4:\"file\";s:51:\"2020/10/Photo-2-Group-of-four-providers-cropped.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Photo-2-Group-of-four-providers-cropped-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Photo-2-Group-of-four-providers-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Photo-2-Group-of-four-providers-cropped-768x565.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:51:\"Photo-2-Group-of-four-providers-cropped-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:51:\"Photo-2-Group-of-four-providers-cropped-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:51:\"Photo-2-Group-of-four-providers-cropped-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:51:\"Photo-2-Group-of-four-providers-cropped-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:51:\"Photo-2-Group-of-four-providers-cropped-480x353.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (128, 1728, '_wp_attached_file', '2020/10/2021-BENEFITS-CONTACT.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (129, 1728, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:29:\"2021-BENEFITS-CONTACT-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"2021-BENEFITS-CONTACT-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"2021-BENEFITS-CONTACT-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2021-BENEFITS-CONTACT-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (130, 1729, '_wp_attached_file', '2020/10/2021-BENEFITS-GUIDE.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (131, 1729, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:27:\"2021-BENEFITS-GUIDE-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2021-BENEFITS-GUIDE-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2021-BENEFITS-GUIDE-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2021-BENEFITS-GUIDE-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (132, 1809, '_wp_attached_file', '2021/06/909597940.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (133, 1809, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1228;s:4:\"file\";s:21:\"2021/06/909597940.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"909597940-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"909597940-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"909597940-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"909597940-768x409.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"909597940-1536x819.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1624551284\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (134, 1080, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (135, 1080, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (159, 1812, '_wp_attached_file', '2021/06/banner-logo.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (160, 1812, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:571;s:6:\"height\";i:156;s:4:\"file\";s:23:\"2021/06/banner-logo.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"banner-logo-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"banner-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"banner-logo-400x156.png\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"banner-logo-400x156.png\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"banner-logo-510x156.png\";s:5:\"width\";i:510;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"banner-logo-400x156.png\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"banner-logo-480x131.png\";s:5:\"width\";i:480;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (161, 1864, '_wp_attached_file', '2021/06/2021_Banner_Health_Benefits_Combined_Digital_D2_LR.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (162, 1864, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:58:\"2021_Banner_Health_Benefits_Combined_Digital_D2_LR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"2021_Banner_Health_Benefits_Combined_Digital_D2_LR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"2021_Banner_Health_Benefits_Combined_Digital_D2_LR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"2021_Banner_Health_Benefits_Combined_Digital_D2_LR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (163, 1875, '_wp_attached_file', '2021/06/Banner-Health-logo-1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (164, 1875, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2145;s:6:\"height\";i:276;s:4:\"file\";s:32:\"2021/06/Banner-Health-logo-1.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Banner-Health-logo-1-300x39.png\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Banner-Health-logo-1-1024x132.png\";s:5:\"width\";i:1024;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Banner-Health-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Banner-Health-logo-1-768x99.png\";s:5:\"width\";i:768;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"Banner-Health-logo-1-1536x198.png\";s:5:\"width\";i:1536;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"Banner-Health-logo-1-2048x264.png\";s:5:\"width\";i:2048;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"Banner-Health-logo-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"Banner-Health-logo-1-1080x276.png\";s:5:\"width\";i:1080;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"Banner-Health-logo-1-400x276.png\";s:5:\"width\";i:400;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"Banner-Health-logo-1-510x276.png\";s:5:\"width\";i:510;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:33:\"Banner-Health-logo-1-1080x139.png\";s:5:\"width\";i:1080;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"Banner-Health-logo-1-400x276.png\";s:5:\"width\";i:400;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:33:\"Banner-Health-logo-1-1280x165.png\";s:5:\"width\";i:1280;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:32:\"Banner-Health-logo-1-980x126.png\";s:5:\"width\";i:980;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"Banner-Health-logo-1-480x62.png\";s:5:\"width\";i:480;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (165, 1878, '_wp_attached_file', '2021/06/bh-500.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (166, 1878, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:91;s:4:\"file\";s:18:\"2021/06/bh-500.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"bh-500-300x55.png\";s:5:\"width\";i:300;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"bh-500-150x91.png\";s:5:\"width\";i:150;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"bh-500-400x91.png\";s:5:\"width\";i:400;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"bh-500-400x91.png\";s:5:\"width\";i:400;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"bh-500-400x91.png\";s:5:\"width\";i:400;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:17:\"bh-500-480x87.png\";s:5:\"width\";i:480;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (296, 1886, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:243620;s:4:\"hits\";i:1850;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6346d5ef5726e.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (314, 1908, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:140241;s:4:\"hits\";i:106;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"63daad172f2e9.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (317, 1913, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:115173;s:4:\"hits\";i:362;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd6c7b546f.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (318, 1916, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:317675;s:4:\"hits\";i:118;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd6c7ca136.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (319, 1912, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:158093;s:4:\"hits\";i:743;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd6c7ae8cc.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (320, 1911, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:145191;s:4:\"hits\";i:91;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"63daad06807e3.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (321, 1914, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:37514;s:4:\"hits\";i:106;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd6c7bbe2f.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (322, 1915, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:147396;s:4:\"hits\";i:146;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd6c7c7d7b.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (323, 1918, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:384970;s:4:\"hits\";i:291;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd6c7e6bc4.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (324, 1917, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:204736;s:4:\"hits\";i:365;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd6c7dd6a4.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (331, 1920, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:370057;s:4:\"hits\";i:98;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd6efbd2f3.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (333, 1924, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:370080;s:4:\"hits\";i:147;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd6f0b8497.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (336, 1931, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:593367;s:4:\"hits\";i:716;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"64ad69c344832.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (337, 1930, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:964781;s:4:\"hits\";i:18671;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"61f468fc62c96.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (338, 1932, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:602753;s:4:\"hits\";i:352;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"64ad69e7dd78d.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (339, 1933, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:597800;s:4:\"hits\";i:157;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"64ad6a0a7cae4.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (341, 1935, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:442439;s:4:\"hits\";i:7263;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67b6144229a7e.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (342, 1937, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:354578;s:4:\"hits\";i:283;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd726cf1eb.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (344, 1938, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:405744;s:4:\"hits\";i:1975;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd73fb973d.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (356, 1950, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:210156;s:4:\"hits\";i:5564;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"677ff54702cfe.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (358, 1952, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:305351;s:4:\"hits\";i:595;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"62507898ddd81.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (359, 1955, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:133234;s:4:\"hits\";i:294;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6250791543f46.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (361, 1957, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:463463;s:4:\"hits\";i:636;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6250785f3734a.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (368, 1960, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:137611;s:4:\"hits\";i:892;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"62507675c9d4d.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (370, 1964, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:118782;s:4:\"hits\";i:1116;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd92b66399.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (372, 1966, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:118939;s:4:\"hits\";i:344;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd93f3099c.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (373, 1967, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:294532;s:4:\"hits\";i:2767;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd95060fad.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (388, 1972, '_wp_attached_file', '2021/08/header.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (389, 1972, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1228;s:4:\"file\";s:18:\"2021/08/header.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"header-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"header-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"header-768x409.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"header-1536x819.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"header-2048x1092.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1092;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"header-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"header-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"header-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"header-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"header-1080x576.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"header-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"header-1280x682.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"header-980x522.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"header-480x256.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1624551284\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (423, 1955, '_wp_old_slug', '2021-safe-harbor-additions-to-aetna-list-1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (424, 1955, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (472, 2012, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:26124;s:4:\"hits\";i:366;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66da0821aa59a.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:1:{i:0;s:0:\"\";}s:23:\"file_multi_category_old\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (504, 1930, '_wp_old_slug', 'short-term-and-long-term-disability-frequently-asked-questions-faq');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (505, 1930, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (506, 1930, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:153134;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd723cbd70.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2021-10-21 21:49:05\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (518, 1930, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:223198;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6171e05096851.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2021-10-28 22:33:08\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2051, 1930, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1017162;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"617b2522070a6.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-01-28 22:06:54\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2126, 2049, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:186631;s:4:\"hits\";i:385;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6213e0f10b87e.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2130, 2051, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:611527;s:4:\"hits\";i:587;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6213e205bb02c.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2132, 1931, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:87142;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd7242c249.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-02-21 19:08:28\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2133, 1931, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2134, 1932, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:91385;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd724edc61.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-02-21 19:09:04\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2135, 1932, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2136, 1933, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:128135;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd72544172.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-02-21 19:09:59\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2137, 1933, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2528, 1960, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:237548;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd8930739c.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-04-08 17:52:56\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2529, 2053, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:144546;s:4:\"hits\";i:4103;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"625076818491e.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2530, 2054, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:108984;s:4:\"hits\";i:1228;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"62507681850cc.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2531, 1937, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2532, 1935, '_wp_old_slug', 'short-term-disability-summary-plan-description');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2533, 1935, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2540, 1957, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:234665;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd866e3081.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-04-08 18:01:06\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2541, 1957, '_wp_old_slug', 'how-it-works-specialty-copay-optimization-program');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2542, 1957, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2543, 1952, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:81524;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd866a7d9a.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-04-08 18:02:02\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2544, 1950, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:139039;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd864d0841.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-04-08 18:02:43\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2545, 1950, '_wp_old_slug', '2021-banner-employee-plan-bfp-0-list');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2546, 1950, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2553, 1955, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:160736;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd866d68fa.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-04-08 18:04:06\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2554, 1955, '_wp_old_slug', '2021-safe-harbor-additions-to-aetna-list');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3186, 2066, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:2110937;s:4:\"hits\";i:436;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"62c48a21db755.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3187, 2065, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:586038;s:4:\"hits\";i:331;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"62c48a217b1b7.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3188, 2067, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:243117;s:4:\"hits\";i:2039;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728f8abcf6fa.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:1:{i:0;s:0:\"\";}s:23:\"file_multi_category_old\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3197, 2074, '_wp_attached_file', '2022/07/Link.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3198, 2074, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:368;s:6:\"height\";i:458;s:4:\"file\";s:16:\"2022/07/Link.png\";s:8:\"filesize\";i:18223;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"Link-241x300.png\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14845;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"Link-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6942;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"Link-368x250.png\";s:5:\"width\";i:368;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9044;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"Link-368x284.png\";s:5:\"width\";i:368;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10322;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"Link-368x382.png\";s:5:\"width\";i:368;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12755;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3219, 2086, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1454478;s:4:\"hits\";i:20428;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"679a8bb716235.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3220, 2067, '_wp_old_slug', 'benefitnavigators');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3221, 2067, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3268, 2012, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:31662;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6171dc97a02e5.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-07-20 21:48:49\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3269, 2012, '_wp_old_slug', '2020-summary-annual-report');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3270, 2012, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3442, 2087, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:208891;s:4:\"hits\";i:161;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6328a37f6d42c.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3487, 2093, '_wpfd_file_metadata', 'a:13:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:326073;s:4:\"hits\";i:4116;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"638501286117b.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";s:0:\"\";s:16:\"file_custom_icon\";s:0:\"\";s:6:\"social\";s:0:\"\";s:19:\"file_multi_category\";a:1:{i:0;N;}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3522, 2067, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:242847;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"62c48a380a07c.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-09-29 14:42:56\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3616, 2113, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:759482;s:4:\"hits\";i:10672;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6345e901bbb71.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3617, 2051, '_wp_old_slug', '2022-fsa-claim-form-health-equity');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3618, 2051, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3629, 1886, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:361713;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd45e8dbb4.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-10-12 14:57:54\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3630, 1886, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3804, 2086, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1453650;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"62c64aaebb464.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-11-04 19:48:02\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3805, 2086, '_wp_old_slug', 'dependent-eligibility-matrix-2');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3806, 2086, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3807, 2067, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:242809;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6335aeecce7cd.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-11-04 19:48:44\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3864, 2086, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:341401;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"63656c6fada63.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-11-14 17:57:20\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3952, 2093, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:243929;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6335acadc23b6.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2022-11-28 18:42:51\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3953, 2093, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4241, 2143, '_wp_attached_file', '2023/01/2023_Banner_Download_All_NH_D1_01112023_V8.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4242, 2143, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"2023_Banner_Download_All_NH_D1_01112023_V8-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169234;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"2023_Banner_Download_All_NH_D1_01112023_V8-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25535;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"2023_Banner_Download_All_NH_D1_01112023_V8-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101950;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"2023_Banner_Download_All_NH_D1_01112023_V8-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17580;}}s:8:\"filesize\";i:15871990;}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4251, 2049, '_wp_old_slug', '2022-no-surprise-billing');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4252, 2049, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4253, 2087, '_wp_old_slug', '2022-no-surprise-billing-amendment');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4254, 2087, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4255, 2148, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:91910;s:4:\"hits\";i:72;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"63c034b3008c8.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4256, 2149, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:86129;s:4:\"hits\";i:55;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"63c034e08cd23.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4257, 2152, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:217363;s:4:\"hits\";i:69;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"63c034e0a7042.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4258, 2153, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:115810;s:4:\"hits\";i:85;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"63c034e0a7f42.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4259, 2150, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:92792;s:4:\"hits\";i:65;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"63c034e0939ba.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4260, 2151, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:113811;s:4:\"hits\";i:80;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"63c034e0a5aac.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4261, 2154, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:75848;s:4:\"hits\";i:80;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"63c034e6494ce.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4422, 1908, '_wp_old_slug', 'hippa-privacy-notice');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4423, 1908, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4424, 1911, '_wp_old_slug', 'hippa-special-enrollment-notice');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4425, 1911, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4426, 1911, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:95642;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd6c7af4c4.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2023-02-01 18:18:48\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4427, 1908, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:82214;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd6c5a5ca5.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2023-02-01 18:19:05\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4520, 2155, '_wp_attached_file', '2023/02/cropped-banner-icon.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4521, 2155, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:31:\"2023/02/cropped-banner-icon.png\";s:8:\"filesize\";i:37235;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"cropped-banner-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"cropped-banner-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8201;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"cropped-banner-icon-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21840;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"cropped-banner-icon-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23975;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"cropped-banner-icon-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34099;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"cropped-banner-icon-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31763;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"cropped-banner-icon-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35491;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4522, 2156, '_wp_attached_file', '2023/02/cropped-cropped-banner-icon.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4523, 2156, '_wp_attachment_context', 'site-icon');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4524, 2156, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:39:\"2023/02/cropped-cropped-banner-icon.png\";s:8:\"filesize\";i:37037;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-banner-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-banner-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8201;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-banner-icon-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21840;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-banner-icon-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23975;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-banner-icon-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34099;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-banner-icon-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31763;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-banner-icon-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35491;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-banner-icon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16798;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-banner-icon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11067;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-banner-icon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10201;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:37:\"cropped-cropped-banner-icon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1202;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4884, 2158, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:2118955;s:4:\"hits\";i:5455;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"642c33c6f0e43.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4981, 1950, '_wp_old_slug', '2022-banner-employee-plan-bfp-0-list');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4982, 1950, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:161296;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"625078c204a5e.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2023-05-01 17:13:19\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5366, 2165, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:599731;s:4:\"hits\";i:130;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"64ad699f8b3ca.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5367, 2166, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:599619;s:4:\"hits\";i:88;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"64ad699fadfad.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5368, 1931, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:588338;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6213e32885022.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2023-07-11 14:40:05\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5369, 1932, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:597474;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6213e34eb28e0.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2023-07-11 14:40:36\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5370, 1932, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:602753;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"64ad69e336a49.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2023-07-11 14:40:40\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5371, 1933, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:592522;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6213e38483515.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2023-07-11 14:41:17\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5372, 1933, '_wp_old_slug', 'long-term-disability-plan-certificate-residents-and-house-staff');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5701, 1935, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:774020;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"611fd725cdb92.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2023-08-29 17:49:18\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5707, 2012, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:32739;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"62d8783f95328.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2023-09-07 17:02:12\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5708, 2012, '_wp_old_slug', '2021-summary-annual-report');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5964, 2176, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:443969;s:4:\"hits\";i:1068;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6512ecd29f32f.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5965, 2177, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:4504255;s:4:\"hits\";i:223;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6512ecd7ed3cf.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5966, 2178, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1114301;s:4:\"hits\";i:224;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6512ecf3f113b.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5971, 1935, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:363209;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"64ee2f9acf9af.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2023-09-26 14:41:36\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6027, 2156, '_oembed_520337b6189f9abc281c92dbcf0ceaf9', '{{unknown}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6201, 2198, '_wpfd_file_metadata', 'a:8:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:671366;s:4:\"hits\";i:1000;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"654a57cd7fe97.pdf\";s:10:\"remote_url\";b:0;s:19:\"file_multi_category\";N;s:23:\"file_multi_category_old\";N;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6206, 2200, '_wpfd_file_metadata', 'a:8:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:667009;s:4:\"hits\";i:521;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"654a57d341407.pdf\";s:10:\"remote_url\";b:0;s:19:\"file_multi_category\";N;s:23:\"file_multi_category_old\";N;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6207, 2201, '_wpfd_file_metadata', 'a:8:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:667009;s:4:\"hits\";i:459;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"654a57d344236.pdf\";s:10:\"remote_url\";b:0;s:19:\"file_multi_category\";N;s:23:\"file_multi_category_old\";N;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6709, 36, '_wp_attached_file', '2014/09/logo-300.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6710, 36, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:54;s:4:\"file\";s:20:\"2014/09/logo-300.png\";s:8:\"filesize\";i:3116;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"logo-300-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1011;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6711, 37, '_wp_attached_file', '2014/09/B-16x16-black.gif');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6712, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:25:\"2014/09/B-16x16-black.gif\";s:8:\"filesize\";i:1406;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6713, 531, '_wp_attached_file', '2014/09/pic-couple.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6714, 531, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:22:\"2014/09/pic-couple.jpg\";s:8:\"filesize\";i:19407;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"pic-couple-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"pic-couple-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5871;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"pic-couple-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17303;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"pic-couple-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18587;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"pic-couple-510x338.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26802;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"pic-couple-400x338.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21795;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"pic-couple-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20792;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6715, 532, '_wp_attached_file', '2014/09/pic-nurse.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6716, 532, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:21:\"2014/09/pic-nurse.jpg\";s:8:\"filesize\";i:23855;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"pic-nurse-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12785;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"pic-nurse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7436;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"pic-nurse-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20822;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"pic-nurse-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23162;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"pic-nurse-510x338.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32696;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"pic-nurse-400x338.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28243;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"pic-nurse-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6717, 533, '_wp_attached_file', '2014/09/pic-family.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6718, 533, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:22:\"2014/09/pic-family.jpg\";s:8:\"filesize\";i:40164;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"pic-family-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"pic-family-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8933;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"pic-family-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29992;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"pic-family-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32503;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"pic-family-510x338.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49459;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"pic-family-400x338.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40344;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"pic-family-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37019;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6719, 539, '_wp_attached_file', '2014/09/bg-1920x1080-bluegrad.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6720, 539, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2014/09/bg-1920x1080-bluegrad.jpg\";s:8:\"filesize\";i:75611;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5038;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"bg-1920x1080-bluegrad-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27519;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17660;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"bg-1920x1080-bluegrad-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52518;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7879;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"bg-1920x1080-bluegrad-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33589;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8896;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13112;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"bg-1920x1080-bluegrad-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29781;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12822;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"bg-1920x1080-bluegrad-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39140;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25679;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9051;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6721, 562, '_wp_attached_file', '2014/11/bg-1920x1080-clouds.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6722, 562, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2014/11/bg-1920x1080-clouds.jpg\";s:8:\"filesize\";i:71336;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5903;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"bg-1920x1080-clouds-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3647;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18929;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"bg-1920x1080-clouds-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53888;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8532;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"bg-1920x1080-clouds-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33305;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9033;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12761;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"bg-1920x1080-clouds-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31006;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12538;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"bg-1920x1080-clouds-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40479;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26978;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6723, 566, '_wp_attached_file', '2014/11/active-couple.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6724, 566, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:739;s:4:\"file\";s:25:\"2014/11/active-couple.jpg\";s:8:\"filesize\";i:37614;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"active-couple-162x300.jpg\";s:5:\"width\";i:162;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10333;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"active-couple-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6060;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"active-couple-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14380;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"active-couple-400x675.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35671;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"active-couple-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15986;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"active-couple-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21489;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"active-couple-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6725, 578, '_wp_attached_file', '2014/09/new-hire-tn.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6726, 578, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:23:\"2014/09/new-hire-tn.jpg\";s:8:\"filesize\";i:32927;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14393;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7158;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20864;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21995;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-400x333.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27868;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27340;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6727, 623, '_wp_attached_file', '2014/09/2016-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6728, 623, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2014/09/2016-1.jpg\";s:8:\"filesize\";i:100861;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"2016-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25542;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"2016-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18207;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"2016-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33708;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"2016-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35846;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"2016-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38374;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"2016-1-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39590;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6729, 624, '_wp_attached_file', '2014/09/2016-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6730, 624, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2014/09/2016-2.jpg\";s:8:\"filesize\";i:164618;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"2016-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"2016-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19198;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"2016-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43182;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"2016-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47483;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"2016-2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56840;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"2016-2-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6731, 625, '_wp_attached_file', '2014/09/2016-3.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6732, 625, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2014/09/2016-3.jpg\";s:8:\"filesize\";i:163427;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"2016-3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40149;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"2016-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26570;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"2016-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54906;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"2016-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58177;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"2016-3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63808;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"2016-3-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66393;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6733, 626, '_wp_attached_file', '2014/09/2016-4.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6734, 626, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2014/09/2016-4.jpg\";s:8:\"filesize\";i:147145;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"2016-4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36177;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"2016-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24564;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"2016-4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49230;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"2016-4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52330;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"2016-4-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57566;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"2016-4-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58861;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6735, 676, '_wp_attached_file', '2014/09/bg-professional-1920x1080-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6736, 676, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:39:\"2014/09/bg-professional-1920x1080-1.jpg\";s:8:\"filesize\";i:186891;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5460;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"bg-professional-1920x1080-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57511;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3131;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31722;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"bg-professional-1920x1080-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126211;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9786;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"bg-professional-1920x1080-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72266;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11119;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19266;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"bg-professional-1920x1080-1-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64109;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20925;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:40:\"bg-professional-1920x1080-1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89747;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52878;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12267;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6737, 682, '_wp_attached_file', '2014/09/2017-01.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6738, 682, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2014/09/2017-01.jpg\";s:8:\"filesize\";i:41361;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"2017-01-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"2017-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9292;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"2017-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28507;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"2017-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31199;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"2017-01-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35329;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"2017-01-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35853;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6739, 683, '_wp_attached_file', '2014/09/2017-02.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6740, 683, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2014/09/2017-02.jpg\";s:8:\"filesize\";i:25644;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"2017-02-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12456;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"2017-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6806;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"2017-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18704;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"2017-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20487;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"2017-02-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22459;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"2017-02-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23568;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6741, 684, '_wp_attached_file', '2014/09/2017-03.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6742, 684, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2014/09/2017-03.jpg\";s:8:\"filesize\";i:49774;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"2017-03-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"2017-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10499;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"2017-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33670;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"2017-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36769;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"2017-03-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41377;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"2017-03-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42399;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6743, 685, '_wp_attached_file', '2014/09/2017-04.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6744, 685, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2014/09/2017-04.jpg\";s:8:\"filesize\";i:52338;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"2017-04-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21565;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"2017-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10708;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"2017-04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34637;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"2017-04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37769;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"2017-04-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42424;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"2017-04-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44325;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6745, 701, '_wp_attached_file', '2014/09/2017-05.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6746, 701, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2014/09/2017-05.jpg\";s:8:\"filesize\";i:50967;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"2017-05-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"2017-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10886;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"2017-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33839;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"2017-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37010;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"2017-05-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42294;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"2017-05-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42953;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6747, 706, '_wp_attached_file', '2014/09/brainshark-thumb.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6748, 706, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:536;s:4:\"file\";s:28:\"2014/09/brainshark-thumb.jpg\";s:8:\"filesize\";i:275441;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34166;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21511;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109878;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43568;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48242;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67521;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66258;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-480x322.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60017;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6749, 746, '_wp_attached_file', '2017/10/home-1920.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6750, 746, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2017/10/home-1920.jpg\";s:8:\"filesize\";i:477712;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"home-1920-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21818;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"home-1920-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158804;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"home-1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10991;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"home-1920-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98778;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"home-1920-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304503;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"home-1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36672;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"home-1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185806;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"home-1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40317;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"home-1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61750;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"home-1920-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172222;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"home-1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57905;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"home-1920-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:227296;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"home-1920-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148808;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"home-1920-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45973;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6751, 750, '_wp_attached_file', '2014/09/welcome-2018.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6752, 750, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1158;s:6:\"height\";i:217;s:4:\"file\";s:24:\"2014/09/welcome-2018.png\";s:8:\"filesize\";i:18411;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"welcome-2018-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6159;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"welcome-2018-1024x192.png\";s:5:\"width\";i:1024;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27335;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"welcome-2018-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2847;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"welcome-2018-768x144.png\";s:5:\"width\";i:768;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19328;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"welcome-2018-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5127;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"welcome-2018-1080x217.png\";s:5:\"width\";i:1080;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18737;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"welcome-2018-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5127;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"welcome-2018-510x217.png\";s:5:\"width\";i:510;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7328;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"welcome-2018-1080x202.png\";s:5:\"width\";i:1080;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29009;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"welcome-2018-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5127;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"welcome-2018-980x184.png\";s:5:\"width\";i:980;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26000;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"welcome-2018-480x90.png\";s:5:\"width\";i:480;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11229;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6753, 756, '_wp_attached_file', '2017/10/2018-Brookfield-Important-Notices.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6754, 756, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"2018-Brookfield-Important-Notices-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252364;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"2018-Brookfield-Important-Notices-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28300;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"2018-Brookfield-Important-Notices-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139237;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"2018-Brookfield-Important-Notices-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19864;}}s:8:\"filesize\";i:80164;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6755, 764, '_wp_attached_file', '2014/09/intro-family-1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6756, 764, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:651;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2014/09/intro-family-1.png\";s:8:\"filesize\";i:827073;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"intro-family-1-195x300.png\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88097;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"intro-family-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39650;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"intro-family-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158859;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"intro-family-1-651x675.png\";s:5:\"width\";i:651;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:673735;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"intro-family-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176938;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"intro-family-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:292086;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"intro-family-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:292896;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"intro-family-1-480x737.png\";s:5:\"width\";i:480;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:466934;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6757, 782, '_wp_attached_file', '2017/10/2019-wellness-premium-incentive.gif');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6758, 782, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1253;s:6:\"height\";i:272;s:4:\"file\";s:43:\"2017/10/2019-wellness-premium-incentive.gif\";s:8:\"filesize\";i:27223;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"2019-wellness-premium-incentive-300x65.gif\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:9457;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"2019-wellness-premium-incentive-1024x222.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:43333;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6823;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-768x167.gif\";s:5:\"width\";i:768;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:30896;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-400x250.gif\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:20067;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"2019-wellness-premium-incentive-1080x272.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:23441;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-400x272.gif\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:9431;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-510x272.gif\";s:5:\"width\";i:510;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:11096;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"2019-wellness-premium-incentive-1080x234.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:47883;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-400x272.gif\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:9431;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-980x213.gif\";s:5:\"width\";i:980;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:41643;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-480x104.gif\";s:5:\"width\";i:480;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:17765;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6759, 785, '_wp_attached_file', '2017/10/2019-wellness-premium-incentive-gold.gif');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6760, 785, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1197;s:6:\"height\";i:203;s:4:\"file\";s:48:\"2017/10/2019-wellness-premium-incentive-gold.gif\";s:8:\"filesize\";i:18415;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"2019-wellness-premium-incentive-gold-300x51.gif\";s:5:\"width\";i:300;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6639;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"2019-wellness-premium-incentive-gold-1024x174.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:29571;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3113;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-768x130.gif\";s:5:\"width\";i:768;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:20233;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-400x203.gif\";s:5:\"width\";i:400;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5213;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"2019-wellness-premium-incentive-gold-1080x203.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:16629;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-400x203.gif\";s:5:\"width\";i:400;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5213;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-510x203.gif\";s:5:\"width\";i:510;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7441;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:49:\"2019-wellness-premium-incentive-gold-1080x183.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:30885;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-400x203.gif\";s:5:\"width\";i:400;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5213;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-980x166.gif\";s:5:\"width\";i:980;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:28155;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"2019-wellness-premium-incentive-gold-480x81.gif\";s:5:\"width\";i:480;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:12384;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6761, 813, '_wp_attached_file', '2017/10/bwell-1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6762, 813, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:582;s:4:\"file\";s:19:\"2017/10/bwell-1.png\";s:8:\"filesize\";i:268838;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bwell-1-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"bwell-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11757;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"bwell-1-768x447.png\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152358;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"bwell-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51289;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"bwell-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57258;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"bwell-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90279;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"bwell-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57581;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"bwell-1-980x570.png\";s:5:\"width\";i:980;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231818;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"bwell-1-480x279.png\";s:5:\"width\";i:480;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66814;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6763, 816, '_wp_attached_file', '2017/10/bwell-2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6764, 816, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:4:\"file\";s:19:\"2017/10/bwell-2.png\";s:8:\"filesize\";i:740609;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bwell-2-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51279;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"bwell-2-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:459145;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"bwell-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18663;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"bwell-2-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:459145;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"bwell-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61700;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"bwell-2-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:337578;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"bwell-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72609;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"bwell-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117055;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"bwell-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142818;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"bwell-2-980x1306.png\";s:5:\"width\";i:980;s:6:\"height\";i:1306;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:702523;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"bwell-2-480x640.png\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200065;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6765, 817, '_wp_attached_file', '2017/10/bwell-2-1.png');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6766, 817, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:488;s:6:\"height\";i:1333;s:4:\"file\";s:21:\"2017/10/bwell-2-1.png\";s:8:\"filesize\";i:517300;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-110x300.png\";s:5:\"width\";i:110;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35703;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"bwell-2-1-375x1024.png\";s:5:\"width\";i:375;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:321255;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22262;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83097;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-488x675.png\";s:5:\"width\";i:488;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:239850;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92519;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-488x382.png\";s:5:\"width\";i:488;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137831;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161397;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"bwell-2-1-480x1311.png\";s:5:\"width\";i:480;s:6:\"height\";i:1311;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:496315;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6767, 818, '_wp_attached_file', '2017/10/bwell-3.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6768, 818, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:488;s:6:\"height\";i:584;s:4:\"file\";s:19:\"2017/10/bwell-3.png\";s:8:\"filesize\";i:217838;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bwell-3-251x300.png\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63733;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"bwell-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22852;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"bwell-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78484;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"bwell-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86799;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"bwell-3-488x382.png\";s:5:\"width\";i:488;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126778;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"bwell-3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161408;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"bwell-3-480x574.png\";s:5:\"width\";i:480;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200379;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6769, 850, '_wp_attached_file', '2014/09/mixed-family.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6770, 850, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:614;s:4:\"file\";s:24:\"2014/09/mixed-family.png\";s:8:\"filesize\";i:742627;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"mixed-family-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105159;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"mixed-family-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41308;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"mixed-family-768x589.png\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:624692;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"mixed-family-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151027;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"mixed-family-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167085;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"mixed-family-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:281718;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"mixed-family-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:342607;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"mixed-family-480x368.png\";s:5:\"width\";i:480;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:256082;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6771, 869, '_wp_attached_file', '2017/12/email-head-650.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6772, 869, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:650;s:6:\"height\";i:92;s:4:\"file\";s:26:\"2017/12/email-head-650.jpg\";s:8:\"filesize\";i:30578;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"email-head-650-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"email-head-650-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4240;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"email-head-650-400x92.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11187;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"email-head-650-400x92.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11187;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"email-head-650-510x92.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14987;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"email-head-650-400x92.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11187;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"email-head-650-480x68.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11451;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6773, 886, '_wp_attached_file', '2018/09/header_bg.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6774, 886, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1840;s:6:\"height\";i:786;s:4:\"file\";s:21:\"2018/09/header_bg.jpg\";s:8:\"filesize\";i:900643;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"header_bg-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31173;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"header_bg-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"header_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"header_bg-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97028;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"header_bg-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272152;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"header_bg-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49220;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"header_bg-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190096;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"header_bg-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50756;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"header_bg-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71196;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"header_bg-1080x461.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160029;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"header_bg-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60849;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"header_bg-1280x547.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204710;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"header_bg-980x419.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139070;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"header_bg-480x205.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51857;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6775, 887, '_wp_attached_file', '2018/09/header_main.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6776, 887, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1840;s:6:\"height\";i:786;s:4:\"file\";s:23:\"2018/09/header_main.jpg\";s:8:\"filesize\";i:677181;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"header_main-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19625;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"header_main-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"header_main-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15509;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"header_main-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52709;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"header_main-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138071;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"header_main-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28763;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"header_main-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97158;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"header_main-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29586;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"header_main-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39264;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"header_main-1080x461.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83390;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"header_main-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34030;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"header_main-1280x547.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105769;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"header_main-980x419.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73258;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"header_main-480x205.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29939;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6777, 939, '_wp_attached_file', '2018/10/waterdrops1920x1080.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6778, 939, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2018/10/waterdrops1920x1080.jpg\";s:8:\"filesize\";i:422202;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15051;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"waterdrops1920x1080-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124800;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72150;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"waterdrops1920x1080-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265702;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25751;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"waterdrops1920x1080-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156010;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28938;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46447;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"waterdrops1920x1080-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138072;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49848;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"waterdrops1920x1080-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189863;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115300;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6779, 958, '_wp_attached_file', '2018/10/savings.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6780, 958, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1598;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2018/10/savings.jpg\";s:8:\"filesize\";i:238546;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"savings-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15351;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"savings-1024x692.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"savings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7701;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"savings-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67247;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"savings-1536x1038.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1038;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213518;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"savings-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22588;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"savings-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113318;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"savings-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24958;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"savings-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38846;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"savings-1080x730.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118343;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"savings-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36761;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"savings-1280x865.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158192;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"savings-980x662.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101227;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"savings-480x324.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31442;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6781, 982, '_wp_attached_file', '2018/10/graphic2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6782, 982, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:488;s:6:\"height\";i:584;s:4:\"file\";s:20:\"2018/10/graphic2.png\";s:8:\"filesize\";i:1162371;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"graphic2-251x300.png\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"graphic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23791;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"graphic2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68825;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"graphic2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74464;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"graphic2-488x382.png\";s:5:\"width\";i:488;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84841;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"graphic2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157263;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"graphic2-480x574.png\";s:5:\"width\";i:480;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188766;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6783, 985, '_wp_attached_file', '2018/10/graphic1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6784, 985, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:488;s:6:\"height\";i:1333;s:4:\"file\";s:20:\"2018/10/graphic1.png\";s:8:\"filesize\";i:328070;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"graphic1-110x300.png\";s:5:\"width\";i:110;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36794;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"graphic1-375x1024.png\";s:5:\"width\";i:375;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:299766;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"graphic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22140;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"graphic1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73751;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"graphic1-488x675.png\";s:5:\"width\";i:488;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142183;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"graphic1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81528;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"graphic1-488x382.png\";s:5:\"width\";i:488;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84748;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"graphic1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140739;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"graphic1-480x1311.png\";s:5:\"width\";i:480;s:6:\"height\";i:1311;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:436292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6785, 1015, '_wp_attached_file', '2018/10/welcome-2019.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6786, 1015, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1158;s:6:\"height\";i:217;s:4:\"file\";s:24:\"2018/10/welcome-2019.png\";s:8:\"filesize\";i:1021856;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"welcome-2019-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6256;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"welcome-2019-1024x192.png\";s:5:\"width\";i:1024;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24427;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"welcome-2019-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3103;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"welcome-2019-768x144.png\";s:5:\"width\";i:768;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18013;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"welcome-2019-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4822;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"welcome-2019-1080x217.png\";s:5:\"width\";i:1080;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14527;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"welcome-2019-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4822;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"welcome-2019-510x217.png\";s:5:\"width\";i:510;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6118;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"welcome-2019-1080x202.png\";s:5:\"width\";i:1080;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26078;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"welcome-2019-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4822;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"welcome-2019-980x184.png\";s:5:\"width\";i:980;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23332;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"welcome-2019-480x90.png\";s:5:\"width\";i:480;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6787, 1017, '_wp_attached_file', '2018/10/home_header.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6788, 1017, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1840;s:6:\"height\";i:786;s:4:\"file\";s:23:\"2018/10/home_header.jpg\";s:8:\"filesize\";i:576062;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"home_header-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5537;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"home_header-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"home_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4031;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"home_header-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19245;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"home_header-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62176;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"home_header-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10321;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"home_header-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50392;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"home_header-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10994;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"home_header-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16491;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"home_header-1080x461.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33506;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"home_header-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16767;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"home_header-1280x547.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45371;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"home_header-980x419.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28867;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"home_header-480x205.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9994;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6789, 1049, '_wp_attached_file', '2018/10/logo_blue.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6790, 1049, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:54;s:4:\"file\";s:21:\"2018/10/logo_blue.png\";s:8:\"filesize\";i:80257;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"logo_blue-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2816;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6791, 1116, '_wp_attached_file', '2018/10/home1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6792, 1116, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2018/10/home1.jpg\";s:8:\"filesize\";i:1271534;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"home1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14115;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"home1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97199;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"home1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8308;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"home1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60223;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"home1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190845;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"home1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24362;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"home1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121661;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"home1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27618;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"home1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42587;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"home1-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105743;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"home1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48572;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"home1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140260;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"home1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"home1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28561;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6793, 1119, '_wp_attached_file', '2018/10/medical1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6794, 1119, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2018/10/medical1.jpg\";s:8:\"filesize\";i:1140763;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"medical1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12188;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"medical1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80101;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"medical1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7008;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"medical1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50142;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"medical1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157508;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"medical1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20698;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"medical1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100730;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"medical1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23590;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"medical1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36267;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"medical1-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87286;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"medical1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40801;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"medical1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115707;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"medical1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74841;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"medical1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24277;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6795, 1120, '_wp_attached_file', '2018/10/dental.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6796, 1120, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2018/10/dental.jpg\";s:8:\"filesize\";i:1052881;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"dental-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12766;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"dental-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79126;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"dental-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8121;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"dental-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50645;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"dental-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151578;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"dental-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21441;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"dental-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97880;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"dental-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24245;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"dental-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37137;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"dental-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86083;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"dental-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40770;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"dental-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112780;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"dental-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74073;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"dental-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25023;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6797, 2209, '_wp_attached_file', '2020/06/logo2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6798, 2209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:54;s:4:\"file\";s:17:\"2020/06/logo2.png\";s:8:\"filesize\";i:6006;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"logo2-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1944;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6799, 2210, '_wp_attached_file', '2020/06/header-top-21.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6800, 2210, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:371;s:4:\"file\";s:25:\"2020/06/header-top-21.png\";s:8:\"filesize\";i:33953;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"header-top-21-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4545;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"header-top-21-1024x274.png\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23728;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"header-top-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1525;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"header-top-21-768x205.png\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16696;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"header-top-21-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5384;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"header-top-21-1080x371.png\";s:5:\"width\";i:1080;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25799;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"header-top-21-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5481;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"header-top-21-510x371.png\";s:5:\"width\";i:510;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4904;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"header-top-21-1080x288.png\";s:5:\"width\";i:1080;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25233;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"header-top-21-400x371.png\";s:5:\"width\";i:400;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3118;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"header-top-21-1280x342.png\";s:5:\"width\";i:1280;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31497;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"header-top-21-980x262.png\";s:5:\"width\";i:980;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22365;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"header-top-21-480x128.png\";s:5:\"width\";i:480;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8849;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6801, 2211, '_wp_attached_file', '2020/06/2020_Brookfield_MULTI_Medium_Plan_Guide.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6802, 2211, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"2020_Brookfield_MULTI_Medium_Plan_Guide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170169;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"2020_Brookfield_MULTI_Medium_Plan_Guide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16391;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"2020_Brookfield_MULTI_Medium_Plan_Guide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88819;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"2020_Brookfield_MULTI_Medium_Plan_Guide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8442;}}s:8:\"filesize\";i:5401200;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6803, 2212, '_wp_attached_file', '2020/06/2020_Brookfield_Important_Notices.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6804, 2212, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"2020_Brookfield_Important_Notices-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:517311;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"2020_Brookfield_Important_Notices-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64612;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"2020_Brookfield_Important_Notices-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:282180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"2020_Brookfield_Important_Notices-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50951;}}s:8:\"filesize\";i:178112;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6805, 2213, '_wp_attached_file', '2020/06/21_header_mobile.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6806, 2213, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:594;s:4:\"file\";s:28:\"2020/06/21_header_mobile.jpg\";s:8:\"filesize\";i:496742;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"21_header_mobile-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25896;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"21_header_mobile-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76727;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"21_header_mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22163;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"21_header_mobile-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54285;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"21_header_mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35434;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"21_header_mobile-1080x594.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111840;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"21_header_mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35581;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"21_header_mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44605;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"21_header_mobile-1080x462.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82819;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"21_header_mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45175;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"21_header_mobile-1280x547.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104282;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"21_header_mobile-980x419.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72928;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"21_header_mobile-480x205.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540300442\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6807, 2214, '_wp_attached_file', '2020/06/bwell-2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6808, 2214, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:582;s:4:\"file\";s:19:\"2020/06/bwell-2.png\";s:8:\"filesize\";i:263082;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bwell-2-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29886;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"bwell-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12131;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"bwell-2-768x447.png\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151909;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"bwell-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51767;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"bwell-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58117;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"bwell-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92332;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"bwell-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60010;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"bwell-2-980x570.png\";s:5:\"width\";i:980;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:229872;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"bwell-2-480x279.png\";s:5:\"width\";i:480;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66667;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6809, 2139, '_wp_attached_file', '2020/06/2019-Important-Notices.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6810, 2139, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:30:\"2019-Important-Notices-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:527090;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2019-Important-Notices-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64697;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"2019-Important-Notices-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:283416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2019-Important-Notices-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50967;}}s:8:\"filesize\";i:179241;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6811, 2144, '_wp_attached_file', '2020/07/example-boat-scaled-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6812, 2144, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1703;s:4:\"file\";s:33:\"2020/07/example-boat-scaled-1.jpg\";s:8:\"filesize\";i:320105;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"example-boat-scaled-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32845;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"example-boat-scaled-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"example-boat-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26634;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"example-boat-scaled-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69715;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"example-boat-scaled-1-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161309;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"example-boat-scaled-1-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237094;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"example-boat-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38349;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"example-boat-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100448;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"example-boat-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39553;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"example-boat-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48657;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"example-boat-scaled-1-1080x718.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103296;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"example-boat-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45455;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"example-boat-scaled-1-1280x852.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128529;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"example-boat-scaled-1-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92539;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"example-boat-scaled-1-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44733;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:18:\"Getty Images/EyeEm\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1368082800\";s:9:\"copyright\";s:17:\"© Susanne Kuerth\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:29:\"Close-Up Of Paper Boat On Map\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:16:\"horizontal image\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7894, 930, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7895, 930, '_et_pb_truncate_post_date', '2024-11-19 21:32:00');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7896, 930, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7897, 930, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7898, 930, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7899, 930, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7900, 930, '_et_builder_version', 'VB|Divi|4.27.3');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7901, 930, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7902, 930, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7903, 930, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7904, 930, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7905, 930, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7906, 930, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7907, 930, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7908, 930, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7909, 930, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Your medical plan options</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health offers three medical plan options through Banner|Aetna. All of Banner’s medical plan options offer three levels of coverage* based on the network you choose, plus pharmacy benefits. The chart below reflects Banner Network (max savings tier) level of coverage.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health Network coverage highlights are shown here. Please review the chart below to understand the coverage offered under each Banner medical plan.</div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\"><div id=\"footable_parent_5949\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"5949\" data-filter-delay=\"1000\" aria-label=\"Medical Chart\"            id=\"footable_5949\"\n           data-unique_identifier=\"ninja_table_unique_id_944563543_5949\"\n           class=\" foo-table ninja_footable foo_table_5949 ninja_table_unique_id_944563543_5949 ui table  nt_type_ajax_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n            </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_5949\'>\n                        #footable_5949  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5949 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5949,\n    #footable_5949 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5949 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5949 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949 tr.footable-header, #footable_5949 tr.footable-header th, .colored_table #footable_5949 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5949 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5949 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5949 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5949 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 {\n                }\n                                #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact {\n                                                    }\n            #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact > * { color: inherit }\n            \n#footable_parent_5949 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5949 {\nborder: 0 !important;\n}#footable_5949 td.ninja_column_1 { text-align: center; }#footable_5949 th.ninja_column_1 { text-align: center; }#footable_5949 td.ninja_column_2 { text-align: center; }#footable_5949 th.ninja_column_2 { text-align: center; }#footable_5949 td.ninja_column_3 { text-align: center; }#footable_5949 th.ninja_column_3 { text-align: center; }#footable_5949 thead tr th.ninja_column_0,#footable_5949 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">*Out-of-area Premier Plan has two levels of coverage, see below to learn more.<br />\n**The coinsurance is after deductible on both Value and Premier for all services except preventive care.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/health-management/\">Programs to help Manage Your Health Care</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=15&#038;wpfd_file_id=7312&#038;token=&#038;preview=1\" target=\"_blank\">Team Member Premiums</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=14&#038;wpfd_file_id=7473&#038;token=&#038;preview=1\" target=\"_blank\">Resident &amp; Fellow Benefit Overview</a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health Network coverage highlights are shown here. For complete plan details, click the buttons below.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Value Plan SBC</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Premier Plan SBC</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Choice Plan SBC</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\">How Your Medical Plan and the HSA Work Together</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Out-of-area Premier Plan option<br />\nTo support our team members who live outside AZ, WY, NE and CO, we provide an out-of-area medical plan option to ensure all team members receive the Banner Health Network benefits for more savings. This plan option mirrors the Premier Plan, with Aetna network providers covered at the same levels as Banner Health Network providers, as shown below. Out-of-network coverage is also available.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=30&#038;wpfd_file_id=7622&#038;token=c814bcfa0ea85f635069f6477883515c&#038;preview=1\">Premier Out-of-Area SBC</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_5954\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_1\" data-footable_id=\"5954\" data-filter-delay=\"1000\" aria-label=\"Medical Chart 2\"            id=\"footable_5954\"\n           data-unique_identifier=\"ninja_table_unique_id_592573797_5954\"\n           class=\" foo-table ninja_footable foo_table_5954 ninja_table_unique_id_592573797_5954 ui table  nt_type_ajax_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                    </colgroup>\n            </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_5949\'>\n                        #footable_5949  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5949 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5949,\n    #footable_5949 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5949 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5949 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949 tr.footable-header, #footable_5949 tr.footable-header th, .colored_table #footable_5949 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5949 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5949 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5949 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5949 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 {\n                }\n                                #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact {\n                                                    }\n            #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact > * { color: inherit }\n            \n#footable_parent_5949 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5949 {\nborder: 0 !important;\n}#footable_5949 td.ninja_column_1 { text-align: center; }#footable_5949 th.ninja_column_1 { text-align: center; }#footable_5949 td.ninja_column_2 { text-align: center; }#footable_5949 th.ninja_column_2 { text-align: center; }#footable_5949 td.ninja_column_3 { text-align: center; }#footable_5949 th.ninja_column_3 { text-align: center; }#footable_5949 thead tr th.ninja_column_0,#footable_5949 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_5954\'>\n                        #footable_5954  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5954 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5954 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5954 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5954,\n    #footable_5954 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5954 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5954:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5954 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5954 tr.footable-header, #footable_5954 tr.footable-header th, .colored_table #footable_5954 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5954 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5954 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5954 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5954 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5954:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_parent_5954 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5954 {\nborder: 0 !important;\n}#footable_5954 td.ninja_column_1 { text-align: center; }#footable_5954 th.ninja_column_1 { text-align: center; }#footable_5954 thead tr th.ninja_column_0,#footable_5954 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                \n    \n    \n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Embedded deductible</h2><div class=\"et_pb_slide_content\">The Banner Value Plan has a deductible of $6,000 for any tier beyond single coverage, with an embedded deductible of $3,300 for plan year 2025. Once somebody in the family meets his or her individual deductible, the plan will pay coinsurance for that person ONLY. Your family deductible is met when a combination of these individual deductibles reaches the family deductible amount.<br />\n&nbsp;<br />\nFor example, Vijay and his spouse Raji, are enrolled in the Value Family Plan. In April, Vijay reaches the embedded deductible amount of $3,300, so the plan begins to pay coinsurance for any additional claims he may have until the out-of-pocket maximum is met or the plan year ends. In September of the same year, Raji reaches the remaining deductible of $2,700 ($6,000-$3,300), so the plan begins paying coinsurance for her claims through the end of the plan year as well.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"level-of-coverage\" class=\"et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Understanding network tiers<br />\nYou work for a health care organization, so it makes sense you’d get a discount on health care. Choosing Banner Health physicians, pharmacies and other facilities provides quality care for you and your family and supports the organization that supports you. Plus, you save money through lower copays or coinsurance. Here’s a look at the three levels of coverage available through the different network tiers.<br />\n&nbsp;<br />\n» Banner Health Network (max savings): You will receive the most coverage at the lowest cost under the plan using the Banner Health Network with Banner Health providers.<br />\n&nbsp;<br />\n» Aetna national network (standard savings): You can get care from Aetna network providers at a higher cost share than you would pay in the Banner Health Network. Wherever you are in the country, you’ll be able to find many excellent in-network options.<br />\n» Out of network: You are free to go to any provider you choose, but if you choose a provider that is not contracted under the Banner Health or Aetna networks, your deductible and coinsurance will be higher, as these are out of network. Out-of-network claims are paid on a Medicare-based fee schedule.<br />\n» Non-Banner Area: If you live outside a city/state where a Banner facility is located, you will (most likely) be utilizing the Aetna national network, or Tier 2 coverage. Reach out to the Banner Concierge if you have questions about the best network tier for you.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_5959\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_2\" data-footable_id=\"5959\" data-filter-delay=\"1000\" aria-label=\"Medical Chart 3\"            id=\"footable_5959\"\n           data-unique_identifier=\"ninja_table_unique_id_1399451647_5959\"\n           class=\" foo-table ninja_footable foo_table_5959 ninja_table_unique_id_1399451647_5959 ui table  nt_type_ajax_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n            </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_5949\'>\n                        #footable_5949  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5949 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5949,\n    #footable_5949 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5949 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5949 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949 tr.footable-header, #footable_5949 tr.footable-header th, .colored_table #footable_5949 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5949 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5949 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5949 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5949 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 {\n                }\n                                #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact {\n                                                    }\n            #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact > * { color: inherit }\n            \n#footable_parent_5949 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5949 {\nborder: 0 !important;\n}#footable_5949 td.ninja_column_1 { text-align: center; }#footable_5949 th.ninja_column_1 { text-align: center; }#footable_5949 td.ninja_column_2 { text-align: center; }#footable_5949 th.ninja_column_2 { text-align: center; }#footable_5949 td.ninja_column_3 { text-align: center; }#footable_5949 th.ninja_column_3 { text-align: center; }#footable_5949 thead tr th.ninja_column_0,#footable_5949 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_5954\'>\n                        #footable_5954  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5954 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5954 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5954 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5954,\n    #footable_5954 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5954 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5954:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5954 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5954 tr.footable-header, #footable_5954 tr.footable-header th, .colored_table #footable_5954 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5954 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5954 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5954 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5954 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5954:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_parent_5954 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5954 {\nborder: 0 !important;\n}#footable_5954 td.ninja_column_1 { text-align: center; }#footable_5954 th.ninja_column_1 { text-align: center; }#footable_5954 thead tr th.ninja_column_0,#footable_5954 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_5959\'>\n                        #footable_5959  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5959 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5959 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5959 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5959 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5959 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5959,\n    #footable_5959 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5959 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5959:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5959 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5959 tr.footable-header, #footable_5959 tr.footable-header th, .colored_table #footable_5959 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5959 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5959 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5959 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5959 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5959 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5959 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5959 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5959 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5959 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5959 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5959 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5959 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5959 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5959 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5959 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5959 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5959:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_parent_5959 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5959 {\nborder: 0 !important;\n}#footable_5959 td.ninja_column_1 { text-align: center; }#footable_5959 th.ninja_column_1 { text-align: center; }#footable_5959 td.ninja_column_2 { text-align: center; }#footable_5959 th.ninja_column_2 { text-align: center; }#footable_5959 td.ninja_column_3 { text-align: center; }#footable_5959 th.ninja_column_3 { text-align: center; }#footable_5959 thead tr th.ninja_column_0,#footable_5959 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_slider et_pb_slider_2 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_2 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_2\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Stay in network to avoid balance billing.</h2><div class=\"et_pb_slide_content\">Out-of-network claims could expose you to balance billing, which is when a provider bills you for the difference between the provider’s charge and the allowed amount.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_6 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Choosing the right health plan<br />\nWhen choosing a plan, first think about your health care usage and needs. Then use our decision tool, Ask ALEX, to review the plans and make the best choice for you and your family.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_8 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<style>.et_pb_accordion_0 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_text_align_left et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">SCENARIO 1: Chloe</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Saving money is priority oneChloe is 25 years old and single. She’s healthy and has few medical needs aside from the occasional cold, so she wants to spend as little on health care as possible. She likes the idea of using a Health Savings Account (HSA)  to build a health care nest egg for future expenses.<br />\nWhat is Chloe’s choice?After using ALEX, Chloe chooses the Banner Health Value Plan. Since preventive care is covered at 100% and she doesn’t anticipate any major health care expenses, Chloe opts for the lowest premiums to keep her out-of-pocket costs down. To save even more and pay nothing for premiums in 2025 for her team member-only coverage, Chloe participated in the 2024 MyWell-Being Program (Nov. 1, 2023 – Oct. 31, 2024) and met the program’s requirements.</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<style>.et_pb_accordion_1 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_1 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_text_align_left et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">SCENARIO 2: Mark &amp; Jane</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Thinking about the futureMark and his wife Jane just turned 60 and are starting to think about retirement. They’re both healthy now, but they’ll likely need more health care services in the coming years.<br />\nWhat is Mark and Jane’s choice?Mark and Jane decide that the Banner Health Premier Plan can best help them prepare for the future. They plan to fund their HSA with the premium savings, using the $900 Banner Health HSA contribution as a head start. The funds in their HSA will accumulate over time to help them save for the medical expenses they will face during retirement.</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_1 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_1 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<style>.et_pb_accordion_2 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_2 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2  et_pb_text_align_left et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">SCENARIO 3: Leslie &amp; Mario</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Looking for extra securityLeslie covers her husband Mario and their two kids on her medical plan. Between the kids’ mishaps and another baby on the way, they use health care services often and anticipate hitting their annual deductible early in the year.<br />\nWhat is Leslie and Mario’s choice?Leslie and Mario select the Banner Health Choice Plus Plan. Although this option has a higher premium, Leslie prefers the security of the lower deductible and knows that since they will meet their deductible this year, they will get the greatest benefit. Plus, Leslie can contribute to a Health Care Flexible Spending Account (FSA) and purchase eligible medical expenses tax-free for the remainder of the year.</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_2 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_2 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_7 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Use these resources to help with your benefits questions:</p>\n<p>Ask ALEX: myalex.com/bannerhealth<br />\nMyHR|Workday: Use the search box or make a selection in the Benefits application<br />\nMyBenefits Resource Center: 7 a.m. – 7 p.m. (MST), Monday – Friday at 833-849-9825<br />\nBanner|Aetna Concierge Team: 855-788-5803</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_8 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_9 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_11\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7910, 930, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"930\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7911, 930, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7912, 930, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7913, 930, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7914, 930, '_et_pb_truncate_post_date', '2024-11-19 21:32:00');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7915, 930, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7916, 930, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7917, 930, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7918, 930, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7919, 930, '_et_builder_version', 'VB|Divi|4.27.3');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7920, 930, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7921, 930, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7922, 930, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7923, 930, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7924, 930, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7925, 930, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7926, 930, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7927, 930, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7928, 930, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Your medical plan options</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health offers three medical plan options through Banner|Aetna. All of Banner’s medical plan options offer three levels of coverage* based on the network you choose, plus pharmacy benefits. The chart below reflects Banner Network (max savings tier) level of coverage.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health Network coverage highlights are shown here. Please review the chart below to understand the coverage offered under each Banner medical plan.</div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\"><div id=\"footable_parent_5949\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"5949\" data-filter-delay=\"1000\" aria-label=\"Medical Chart\"            id=\"footable_5949\"\n           data-unique_identifier=\"ninja_table_unique_id_944563543_5949\"\n           class=\" foo-table ninja_footable foo_table_5949 ninja_table_unique_id_944563543_5949 ui table  nt_type_ajax_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n            </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_5949\'>\n                        #footable_5949  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5949 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5949,\n    #footable_5949 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5949 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5949 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949 tr.footable-header, #footable_5949 tr.footable-header th, .colored_table #footable_5949 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5949 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5949 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5949 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5949 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 {\n                }\n                                #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact {\n                                                    }\n            #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact > * { color: inherit }\n            \n#footable_parent_5949 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5949 {\nborder: 0 !important;\n}#footable_5949 td.ninja_column_1 { text-align: center; }#footable_5949 th.ninja_column_1 { text-align: center; }#footable_5949 td.ninja_column_2 { text-align: center; }#footable_5949 th.ninja_column_2 { text-align: center; }#footable_5949 td.ninja_column_3 { text-align: center; }#footable_5949 th.ninja_column_3 { text-align: center; }#footable_5949 thead tr th.ninja_column_0,#footable_5949 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">*Out-of-area Premier Plan has two levels of coverage, see below to learn more.<br />\n**The coinsurance is after deductible on both Value and Premier for all services except preventive care.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/health-management/\">Programs to help Manage Your Health Care</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=15&#038;wpfd_file_id=7312&#038;token=&#038;preview=1\" target=\"_blank\">Team Member Premiums</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=14&#038;wpfd_file_id=7473&#038;token=&#038;preview=1\" target=\"_blank\">Resident &amp; Fellow Benefit Overview</a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health Network coverage highlights are shown here. For complete plan details, click the buttons below.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Value Plan SBC</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Premier Plan SBC</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Choice Plan SBC</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\">How Your Medical Plan and the HSA Work Together</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Out-of-area Premier Plan option<br />\nTo support our team members who live outside AZ, WY, NE and CO, we provide an out-of-area medical plan option to ensure all team members receive the Banner Health Network benefits for more savings. This plan option mirrors the Premier Plan, with Aetna network providers covered at the same levels as Banner Health Network providers, as shown below. Out-of-network coverage is also available.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=30&#038;wpfd_file_id=7622&#038;token=c814bcfa0ea85f635069f6477883515c&#038;preview=1\">Premier Out-of-Area SBC</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_5954\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_1\" data-footable_id=\"5954\" data-filter-delay=\"1000\" aria-label=\"Medical Chart 2\"            id=\"footable_5954\"\n           data-unique_identifier=\"ninja_table_unique_id_592573797_5954\"\n           class=\" foo-table ninja_footable foo_table_5954 ninja_table_unique_id_592573797_5954 ui table  nt_type_ajax_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                    </colgroup>\n            </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_5949\'>\n                        #footable_5949  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5949 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5949,\n    #footable_5949 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5949 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5949 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949 tr.footable-header, #footable_5949 tr.footable-header th, .colored_table #footable_5949 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5949 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5949 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5949 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5949 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 {\n                }\n                                #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact {\n                                                    }\n            #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact > * { color: inherit }\n            \n#footable_parent_5949 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5949 {\nborder: 0 !important;\n}#footable_5949 td.ninja_column_1 { text-align: center; }#footable_5949 th.ninja_column_1 { text-align: center; }#footable_5949 td.ninja_column_2 { text-align: center; }#footable_5949 th.ninja_column_2 { text-align: center; }#footable_5949 td.ninja_column_3 { text-align: center; }#footable_5949 th.ninja_column_3 { text-align: center; }#footable_5949 thead tr th.ninja_column_0,#footable_5949 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_5954\'>\n                        #footable_5954  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5954 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5954 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5954 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5954,\n    #footable_5954 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5954 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5954:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5954 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5954 tr.footable-header, #footable_5954 tr.footable-header th, .colored_table #footable_5954 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5954 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5954 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5954 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5954 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5954:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_parent_5954 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5954 {\nborder: 0 !important;\n}#footable_5954 td.ninja_column_1 { text-align: center; }#footable_5954 th.ninja_column_1 { text-align: center; }#footable_5954 thead tr th.ninja_column_0,#footable_5954 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                \n    \n    \n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Embedded deductible</h2><div class=\"et_pb_slide_content\">The Banner Value Plan has a deductible of $6,000 for any tier beyond single coverage, with an embedded deductible of $3,300 for plan year 2025. Once somebody in the family meets his or her individual deductible, the plan will pay coinsurance for that person ONLY. Your family deductible is met when a combination of these individual deductibles reaches the family deductible amount.<br />\n&nbsp;<br />\nFor example, Vijay and his spouse Raji, are enrolled in the Value Family Plan. In April, Vijay reaches the embedded deductible amount of $3,300, so the plan begins to pay coinsurance for any additional claims he may have until the out-of-pocket maximum is met or the plan year ends. In September of the same year, Raji reaches the remaining deductible of $2,700 ($6,000-$3,300), so the plan begins paying coinsurance for her claims through the end of the plan year as well.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"level-of-coverage\" class=\"et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Understanding network tiers<br />\nYou work for a health care organization, so it makes sense you’d get a discount on health care. Choosing Banner Health physicians, pharmacies and other facilities provides quality care for you and your family and supports the organization that supports you. Plus, you save money through lower copays or coinsurance. Here’s a look at the three levels of coverage available through the different network tiers.<br />\n&nbsp;<br />\n» Banner Health Network (max savings): You will receive the most coverage at the lowest cost under the plan using the Banner Health Network with Banner Health providers.<br />\n&nbsp;<br />\n» Aetna national network (standard savings): You can get care from Aetna network providers at a higher cost share than you would pay in the Banner Health Network. Wherever you are in the country, you’ll be able to find many excellent in-network options.<br />\n» Out of network: You are free to go to any provider you choose, but if you choose a provider that is not contracted under the Banner Health or Aetna networks, your deductible and coinsurance will be higher, as these are out of network. Out-of-network claims are paid on a Medicare-based fee schedule.<br />\n» Non-Banner Area: If you live outside a city/state where a Banner facility is located, you will (most likely) be utilizing the Aetna national network, or Tier 2 coverage. Reach out to the Banner Concierge if you have questions about the best network tier for you.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_5959\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_2\" data-footable_id=\"5959\" data-filter-delay=\"1000\" aria-label=\"Medical Chart 3\"            id=\"footable_5959\"\n           data-unique_identifier=\"ninja_table_unique_id_1399451647_5959\"\n           class=\" foo-table ninja_footable foo_table_5959 ninja_table_unique_id_1399451647_5959 ui table  nt_type_ajax_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n            </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_5949\'>\n                        #footable_5949  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5949 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5949 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5949,\n    #footable_5949 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5949 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5949 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5949 tr.footable-header, #footable_5949 tr.footable-header th, .colored_table #footable_5949 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5949 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5949 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5949 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5949 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5949 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5949 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5949 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5949:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 {\n                }\n                                #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact {\n                                                    }\n            #footable_5949.ninja_footable.ninja_table_pro tbody tr.nt_row_id_3 .ninja_clmn_nm_contact > * { color: inherit }\n            \n#footable_parent_5949 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5949 {\nborder: 0 !important;\n}#footable_5949 td.ninja_column_1 { text-align: center; }#footable_5949 th.ninja_column_1 { text-align: center; }#footable_5949 td.ninja_column_2 { text-align: center; }#footable_5949 th.ninja_column_2 { text-align: center; }#footable_5949 td.ninja_column_3 { text-align: center; }#footable_5949 th.ninja_column_3 { text-align: center; }#footable_5949 thead tr th.ninja_column_0,#footable_5949 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_5954\'>\n                        #footable_5954  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5954 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5954 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5954 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5954,\n    #footable_5954 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5954 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5954:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5954 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5954 tr.footable-header, #footable_5954 tr.footable-header th, .colored_table #footable_5954 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5954 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5954 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5954 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5954 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5954 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5954 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5954 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5954 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5954:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_parent_5954 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5954 {\nborder: 0 !important;\n}#footable_5954 td.ninja_column_1 { text-align: center; }#footable_5954 th.ninja_column_1 { text-align: center; }#footable_5954 thead tr th.ninja_column_0,#footable_5954 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_5959\'>\n                        #footable_5959  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_5959 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5959 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5959 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5959 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_5959 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_5959,\n    #footable_5959 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_5959 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5959:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_5959 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_5959 tr.footable-header, #footable_5959 tr.footable-header th, .colored_table #footable_5959 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_5959 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_5959 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_5959 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_5959 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5959 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_5959 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_5959 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5959 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5959 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5959 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_5959 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_5959 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_5959 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_5959 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_5959 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_5959 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_5959:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_parent_5959 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5959 {\nborder: 0 !important;\n}#footable_5959 td.ninja_column_1 { text-align: center; }#footable_5959 th.ninja_column_1 { text-align: center; }#footable_5959 td.ninja_column_2 { text-align: center; }#footable_5959 th.ninja_column_2 { text-align: center; }#footable_5959 td.ninja_column_3 { text-align: center; }#footable_5959 th.ninja_column_3 { text-align: center; }#footable_5959 thead tr th.ninja_column_0,#footable_5959 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_slider et_pb_slider_2 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_2 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_2\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Stay in network to avoid balance billing.</h2><div class=\"et_pb_slide_content\">Out-of-network claims could expose you to balance billing, which is when a provider bills you for the difference between the provider’s charge and the allowed amount.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_6 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Choosing the right health plan<br />\nWhen choosing a plan, first think about your health care usage and needs. Then use our decision tool, Ask ALEX, to review the plans and make the best choice for you and your family.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_8 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<style>.et_pb_accordion_0 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_text_align_left et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">SCENARIO 1: Chloe</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Saving money is priority oneChloe is 25 years old and single. She’s healthy and has few medical needs aside from the occasional cold, so she wants to spend as little on health care as possible. She likes the idea of using a Health Savings Account (HSA)  to build a health care nest egg for future expenses.<br />\nWhat is Chloe’s choice?After using ALEX, Chloe chooses the Banner Health Value Plan. Since preventive care is covered at 100% and she doesn’t anticipate any major health care expenses, Chloe opts for the lowest premiums to keep her out-of-pocket costs down. To save even more and pay nothing for premiums in 2025 for her team member-only coverage, Chloe participated in the 2024 MyWell-Being Program (Nov. 1, 2023 – Oct. 31, 2024) and met the program’s requirements.</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<style>.et_pb_accordion_1 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_1 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_text_align_left et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">SCENARIO 2: Mark &amp; Jane</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Thinking about the futureMark and his wife Jane just turned 60 and are starting to think about retirement. They’re both healthy now, but they’ll likely need more health care services in the coming years.<br />\nWhat is Mark and Jane’s choice?Mark and Jane decide that the Banner Health Premier Plan can best help them prepare for the future. They plan to fund their HSA with the premium savings, using the $900 Banner Health HSA contribution as a head start. The funds in their HSA will accumulate over time to help them save for the medical expenses they will face during retirement.</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_1 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_1 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<style>.et_pb_accordion_2 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_2 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2  et_pb_text_align_left et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">SCENARIO 3: Leslie &amp; Mario</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Looking for extra securityLeslie covers her husband Mario and their two kids on her medical plan. Between the kids’ mishaps and another baby on the way, they use health care services often and anticipate hitting their annual deductible early in the year.<br />\nWhat is Leslie and Mario’s choice?Leslie and Mario select the Banner Health Choice Plus Plan. Although this option has a higher premium, Leslie prefers the security of the lower deductible and knows that since they will meet their deductible this year, they will get the greatest benefit. Plus, Leslie can contribute to a Health Care Flexible Spending Account (FSA) and purchase eligible medical expenses tax-free for the remainder of the year.</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_2 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_2 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_7 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Use these resources to help with your benefits questions:</p>\n<p>Ask ALEX: myalex.com/bannerhealth<br />\nMyHR|Workday: Use the search box or make a selection in the Benefits application<br />\nMyBenefits Resource Center: 7 a.m. – 7 p.m. (MST), Monday – Friday at 833-849-9825<br />\nBanner|Aetna Concierge Team: 855-788-5803</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_8 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_9 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_11\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7929, 930, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"930\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7930, 930, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7931, 930, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7932, 930, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7933, 930, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8223, 2224, '_wp_attached_file', '2020/12/2020_Brookfield_MULTI_Medium_Plan_Guide.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8571, 2224, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"2020_Brookfield_MULTI_Medium_Plan_Guide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170169;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"2020_Brookfield_MULTI_Medium_Plan_Guide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16391;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"2020_Brookfield_MULTI_Medium_Plan_Guide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88819;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"2020_Brookfield_MULTI_Medium_Plan_Guide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8442;}}s:8:\"filesize\";i:5401200;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8901, 2225, '_wp_attached_file', '2020/12/2021_Brookfield_MULTI_Medium_Plan_Guide_LR.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9155, 2225, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"2021_Brookfield_MULTI_Medium_Plan_Guide_LR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98952;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"2021_Brookfield_MULTI_Medium_Plan_Guide_LR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13346;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"2021_Brookfield_MULTI_Medium_Plan_Guide_LR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61191;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"2021_Brookfield_MULTI_Medium_Plan_Guide_LR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7642;}}s:8:\"filesize\";i:1571751;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9169, 2226, '_wp_attached_file', '2020/12/2021_MULTI_Important_Notices-1.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9388, 2226, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"2021_MULTI_Important_Notices-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:537918;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"2021_MULTI_Important_Notices-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64854;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"2021_MULTI_Important_Notices-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:281377;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"2021_MULTI_Important_Notices-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50935;}}s:8:\"filesize\";i:178485;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9448, 2230, '_wp_attached_file', '2020/12/yoga_2020b.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9452, 2230, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:599;s:6:\"height\";i:370;s:4:\"file\";s:22:\"2020/12/yoga_2020b.png\";s:8:\"filesize\";i:17011;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8646;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5636;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12046;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13830;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-510x370.png\";s:5:\"width\";i:510;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15428;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-400x370.png\";s:5:\"width\";i:400;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14064;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-480x296.png\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14651;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9495, 2231, '_wp_attached_file', '2020/12/heart_2020b.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9496, 2231, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:599;s:6:\"height\";i:370;s:4:\"file\";s:23:\"2020/12/heart_2020b.png\";s:8:\"filesize\";i:13413;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"heart_2020b-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"heart_2020b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5813;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"heart_2020b-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10680;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"heart_2020b-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12622;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"heart_2020b-510x370.png\";s:5:\"width\";i:510;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11414;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"heart_2020b-400x370.png\";s:5:\"width\";i:400;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11159;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"heart_2020b-480x296.png\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13579;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9497, 2232, '_wp_attached_file', '2020/12/family_2020b.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9498, 2232, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:599;s:6:\"height\";i:370;s:4:\"file\";s:24:\"2020/12/family_2020b.png\";s:8:\"filesize\";i:16564;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"family_2020b-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8387;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"family_2020b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6437;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"family_2020b-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11704;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"family_2020b-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13384;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"family_2020b-510x370.png\";s:5:\"width\";i:510;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15234;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"family_2020b-400x370.png\";s:5:\"width\";i:400;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14861;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"family_2020b-480x296.png\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14179;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9499, 2233, '_wp_attached_file', '2020/12/pig_2020b.png');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9500, 2233, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:599;s:6:\"height\";i:370;s:4:\"file\";s:21:\"2020/12/pig_2020b.png\";s:8:\"filesize\";i:20728;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"pig_2020b-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11248;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"pig_2020b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7063;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"pig_2020b-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15576;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"pig_2020b-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17753;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"pig_2020b-510x370.png\";s:5:\"width\";i:510;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19478;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"pig_2020b-400x370.png\";s:5:\"width\";i:400;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16200;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"pig_2020b-480x296.png\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18855;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9501, 5490, '_wp_attached_file', '2020/12/logo2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9502, 5490, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:54;s:4:\"file\";s:17:\"2020/12/logo2.png\";s:8:\"filesize\";i:6006;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"logo2-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1944;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9503, 5491, '_wp_attached_file', '2020/12/login-logo.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9504, 5491, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:312;s:6:\"height\";i:138;s:4:\"file\";s:22:\"2020/12/login-logo.png\";s:8:\"filesize\";i:4440;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"login-logo-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3832;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"login-logo-150x138.png\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1792;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9505, 2285, '_wp_attached_file', '2021/08/Header-BG-21.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9506, 2285, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:371;s:4:\"file\";s:24:\"2021/08/Header-BG-21.jpg\";s:8:\"filesize\";i:209580;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Header-BG-21-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21496;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Header-BG-21-1024x274.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51847;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20642;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-768x205.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39299;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29982;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"Header-BG-21-1080x371.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57866;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31427;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-510x371.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39438;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"Header-BG-21-1080x288.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54038;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-400x371.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35577;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"Header-BG-21-1280x342.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64968;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-980x262.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49302;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-480x128.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27214;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540300442\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9507, 2286, '_wp_attached_file', '2021/08/header-top-21.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9508, 2286, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:371;s:4:\"file\";s:25:\"2021/08/header-top-21.png\";s:8:\"filesize\";i:33953;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"header-top-21-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4545;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"header-top-21-1024x274.png\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23728;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"header-top-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1525;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"header-top-21-768x205.png\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16696;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"header-top-21-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5384;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"header-top-21-1080x371.png\";s:5:\"width\";i:1080;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25799;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"header-top-21-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5481;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"header-top-21-510x371.png\";s:5:\"width\";i:510;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4904;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"header-top-21-1080x288.png\";s:5:\"width\";i:1080;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25233;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"header-top-21-400x371.png\";s:5:\"width\";i:400;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3118;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"header-top-21-1280x342.png\";s:5:\"width\";i:1280;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31497;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"header-top-21-980x262.png\";s:5:\"width\";i:980;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22365;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"header-top-21-480x128.png\";s:5:\"width\";i:480;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8849;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9509, 2287, '_wp_attached_file', '2021/08/21_header_mobile_final.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9510, 2287, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:594;s:4:\"file\";s:34:\"2021/08/21_header_mobile_final.jpg\";s:8:\"filesize\";i:347429;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28499;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"21_header_mobile_final-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80359;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23238;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58765;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37603;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"21_header_mobile_final-1080x594.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99823;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37087;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44863;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"21_header_mobile_final-1080x462.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85330;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40417;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"21_header_mobile_final-1280x547.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103965;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-980x419.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77036;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-480x205.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540300442\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9511, 2290, '_wp_attached_file', '2021/08/Header-BG-21-pages.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9512, 2290, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:371;s:4:\"file\";s:30:\"2021/08/Header-BG-21-pages.jpg\";s:8:\"filesize\";i:471009;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Header-BG-21-pages-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25437;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Header-BG-21-pages-1024x274.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23289;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-768x205.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44914;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34063;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"Header-BG-21-pages-1080x371.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78865;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35128;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-510x371.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46918;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"Header-BG-21-pages-1080x288.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62292;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-400x371.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40270;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"Header-BG-21-pages-1280x342.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77339;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-980x262.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56478;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-480x128.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31801;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540300442\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9513, 2291, '_wp_attached_file', '2021/08/medical-21.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9514, 2291, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1623;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2021/08/medical-21.jpg\";s:8:\"filesize\";i:781327;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"medical-21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20564;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"medical-21-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80881;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"medical-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16175;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"medical-21-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53304;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"medical-21-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152685;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"medical-21-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25227;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"medical-21-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83621;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"medical-21-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26694;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"medical-21-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34982;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"medical-21-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87190;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"medical-21-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38169;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"medical-21-1280x852.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113880;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"medical-21-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76105;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"medical-21-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30247;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9515, 2292, '_wp_attached_file', '2021/08/multi-21-medical.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9516, 2292, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2169;s:6:\"height\";i:2275;s:4:\"file\";s:28:\"2021/08/multi-21-medical.png\";s:8:\"filesize\";i:265083;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"multi-21-medical-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38817;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"multi-21-medical-976x1024.png\";s:5:\"width\";i:976;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:240613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"multi-21-medical-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15817;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"multi-21-medical-768x806.png\";s:5:\"width\";i:768;s:6:\"height\";i:806;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173681;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"multi-21-medical-1464x1536.png\";s:5:\"width\";i:1464;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:402821;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"multi-21-medical-1953x2048.png\";s:5:\"width\";i:1953;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:575566;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"multi-21-medical-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43689;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"multi-21-medical-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181571;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"multi-21-medical-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47555;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"multi-21-medical-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71198;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"multi-21-medical-1080x1133.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:276219;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"multi-21-medical-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80328;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:30:\"multi-21-medical-2169x1800.png\";s:5:\"width\";i:2169;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:276732;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"multi-21-medical-1280x1343.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1343;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:344315;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"multi-21-medical-980x1028.png\";s:5:\"width\";i:980;s:6:\"height\";i:1028;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:238999;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"multi-21-medical-480x503.png\";s:5:\"width\";i:480;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86457;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9517, 2295, '_wp_attached_file', '2021/08/multi-21-dental.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9518, 2295, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2169;s:6:\"height\";i:1111;s:4:\"file\";s:27:\"2021/08/multi-21-dental.png\";s:8:\"filesize\";i:106974;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"multi-21-dental-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25661;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"multi-21-dental-1024x525.png\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149606;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"multi-21-dental-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"multi-21-dental-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103669;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"multi-21-dental-1536x787.png\";s:5:\"width\";i:1536;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:246458;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"multi-21-dental-2048x1049.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1049;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:344010;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"multi-21-dental-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44545;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"multi-21-dental-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166414;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"multi-21-dental-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45911;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"multi-21-dental-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64214;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"multi-21-dental-1080x553.png\";s:5:\"width\";i:1080;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160314;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"multi-21-dental-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50319;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"multi-21-dental-1280x656.png\";s:5:\"width\";i:1280;s:6:\"height\";i:656;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:197590;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"multi-21-dental-980x502.png\";s:5:\"width\";i:980;s:6:\"height\";i:502;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140434;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"multi-21-dental-480x246.png\";s:5:\"width\";i:480;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52887;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9519, 2298, '_wp_attached_file', '2021/08/vision-21.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9520, 2298, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1623;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2021/08/vision-21.jpg\";s:8:\"filesize\";i:868478;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"vision-21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31242;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"vision-21-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"vision-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22835;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"vision-21-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79329;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"vision-21-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202734;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"vision-21-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38375;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"vision-21-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117153;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"vision-21-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40678;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"vision-21-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53041;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"vision-21-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122911;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"vision-21-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55115;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"vision-21-1280x852.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155678;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"vision-21-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108666;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"vision-21-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9521, 2299, '_wp_attached_file', '2021/08/multi-21-vision.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9522, 2299, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2169;s:6:\"height\";i:1058;s:4:\"file\";s:27:\"2021/08/multi-21-vision.png\";s:8:\"filesize\";i:128560;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"multi-21-vision-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21794;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"multi-21-vision-1024x499.png\";s:5:\"width\";i:1024;s:6:\"height\";i:499;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"multi-21-vision-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13461;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"multi-21-vision-768x375.png\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92038;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"multi-21-vision-1536x749.png\";s:5:\"width\";i:1536;s:6:\"height\";i:749;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:223935;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:28:\"multi-21-vision-2048x999.png\";s:5:\"width\";i:2048;s:6:\"height\";i:999;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:318418;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"multi-21-vision-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43862;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"multi-21-vision-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172502;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"multi-21-vision-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49797;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"multi-21-vision-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72817;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"multi-21-vision-1080x527.png\";s:5:\"width\";i:1080;s:6:\"height\";i:527;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144319;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"multi-21-vision-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66234;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"multi-21-vision-1280x624.png\";s:5:\"width\";i:1280;s:6:\"height\";i:624;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:179389;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"multi-21-vision-980x478.png\";s:5:\"width\";i:980;s:6:\"height\";i:478;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121079;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"multi-21-vision-480x234.png\";s:5:\"width\";i:480;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44139;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9523, 2300, '_wp_attached_file', '2021/08/21-BAM-lensdeals-final.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9524, 2300, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2327;s:6:\"height\";i:1349;s:4:\"file\";s:34:\"2021/08/21-BAM-lensdeals-final.png\";s:8:\"filesize\";i:350312;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30533;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"21-BAM-lensdeals-final-1024x594.png\";s:5:\"width\";i:1024;s:6:\"height\";i:594;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160555;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13945;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-768x445.png\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110332;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"21-BAM-lensdeals-final-1536x890.png\";s:5:\"width\";i:1536;s:6:\"height\";i:890;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:271166;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:36:\"21-BAM-lensdeals-final-2048x1187.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1187;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:392559;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50345;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"21-BAM-lensdeals-final-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:186987;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51521;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72215;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"21-BAM-lensdeals-final-1080x626.png\";s:5:\"width\";i:1080;s:6:\"height\";i:626;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172153;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62010;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"21-BAM-lensdeals-final-1280x742.png\";s:5:\"width\";i:1280;s:6:\"height\";i:742;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:214197;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-980x568.png\";s:5:\"width\";i:980;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151957;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-480x278.png\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58874;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9525, 2301, '_wp_attached_file', '2021/08/Screen-Shot-2020-11-05-at-12.34.02-PM.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9526, 2301, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:49:\"2021/08/Screen-Shot-2020-11-05-at-12.34.02-PM.png\";s:8:\"filesize\";i:36252;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2020-11-05-at-12.34.02-PM-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13765;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screen-Shot-2020-11-05-at-12.34.02-PM-1024x190.png\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84348;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12853;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-768x142.png\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54378;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12329;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12329;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-510x200.png\";s:5:\"width\";i:510;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14286;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12329;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-980x181.png\";s:5:\"width\";i:980;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78865;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2020-11-05-at-12.34.02-PM-480x89.png\";s:5:\"width\";i:480;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9527, 2304, '_wp_attached_file', '2021/08/multi-21-silver-status.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9528, 2304, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3267;s:6:\"height\";i:916;s:4:\"file\";s:34:\"2021/08/multi-21-silver-status.png\";s:8:\"filesize\";i:103919;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"multi-21-silver-status-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18669;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"multi-21-silver-status-1024x287.png\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"multi-21-silver-status-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13388;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"multi-21-silver-status-768x215.png\";s:5:\"width\";i:768;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62896;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"multi-21-silver-status-1536x431.png\";s:5:\"width\";i:1536;s:6:\"height\";i:431;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143616;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"multi-21-silver-status-2048x574.png\";s:5:\"width\";i:2048;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192660;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"multi-21-silver-status-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41668;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"multi-21-silver-status-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124211;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"multi-21-silver-status-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46309;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"multi-21-silver-status-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59804;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"multi-21-silver-status-1080x303.png\";s:5:\"width\";i:1080;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95969;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"multi-21-silver-status-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38611;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:35:\"multi-21-silver-status-2880x916.png\";s:5:\"width\";i:2880;s:6:\"height\";i:916;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47173;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"multi-21-silver-status-1280x359.png\";s:5:\"width\";i:1280;s:6:\"height\";i:359;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118011;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"multi-21-silver-status-980x275.png\";s:5:\"width\";i:980;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80630;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"multi-21-silver-status-480x135.png\";s:5:\"width\";i:480;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34480;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9529, 2305, '_wp_attached_file', '2021/08/multi-21-gold-status.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9530, 2305, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3266;s:6:\"height\";i:653;s:4:\"file\";s:32:\"2021/08/multi-21-gold-status.png\";s:8:\"filesize\";i:71434;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"multi-21-gold-status-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11659;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"multi-21-gold-status-1024x205.png\";s:5:\"width\";i:1024;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"multi-21-gold-status-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5749;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"multi-21-gold-status-768x154.png\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41279;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"multi-21-gold-status-1536x307.png\";s:5:\"width\";i:1536;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94358;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"multi-21-gold-status-2048x409.png\";s:5:\"width\";i:2048;s:6:\"height\";i:409;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126723;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"multi-21-gold-status-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19928;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"multi-21-gold-status-1080x653.png\";s:5:\"width\";i:1080;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10229;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"multi-21-gold-status-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20235;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"multi-21-gold-status-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25188;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"multi-21-gold-status-1080x216.png\";s:5:\"width\";i:1080;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63166;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"multi-21-gold-status-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14707;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:33:\"multi-21-gold-status-2880x653.png\";s:5:\"width\";i:2880;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32621;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"multi-21-gold-status-1280x256.png\";s:5:\"width\";i:1280;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77310;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"multi-21-gold-status-980x196.png\";s:5:\"width\";i:980;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53776;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"multi-21-gold-status-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9531, 2306, '_wp_attached_file', '2021/08/wellness-21.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9532, 2306, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1623;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2021/08/wellness-21.jpg\";s:8:\"filesize\";i:1784007;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"wellness-21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44390;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"wellness-21-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"wellness-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29808;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1604338004\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9678, 5538, '_wp_attached_file', '2024/01/banner-header.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9679, 5538, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:594;s:4:\"file\";s:25:\"2024/01/banner-header.jpg\";s:8:\"filesize\";i:672319;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"banner-header-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25459;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"banner-header-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95542;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"banner-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23699;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"banner-header-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62055;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"banner-header-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40477;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"banner-header-1080x594.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173958;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"banner-header-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43242;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"banner-header-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61371;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"banner-header-1080x462.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104080;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"banner-header-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68043;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"banner-header-1280x547.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137368;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"banner-header-980x419.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89397;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"banner-header-480x205.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35926;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540300442\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9702, 5550, '_wp_attached_file', '2024/01/clouds.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9703, 5550, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:594;s:4:\"file\";s:18:\"2024/01/clouds.jpg\";s:8:\"filesize\";i:549452;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"clouds-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26460;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"clouds-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"clouds-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22876;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"clouds-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52854;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"clouds-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33739;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"clouds-1080x594.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94106;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"clouds-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35033;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"clouds-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43384;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"clouds-1080x462.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78077;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"clouds-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42085;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"clouds-1280x547.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97550;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"clouds-980x419.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69865;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"clouds-480x205.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35133;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540300442\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9704, 5557, '_wp_attached_file', '2024/01/1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9705, 5557, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:847;s:6:\"height\";i:537;s:4:\"file\";s:13:\"2024/01/1.png\";s:8:\"filesize\";i:27956;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10905;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5779;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x487.png\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27610;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:13:\"1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14702;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:13:\"1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15547;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:13:\"1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19841;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:13:\"1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15183;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:13:\"1-480x304.png\";s:5:\"width\";i:480;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17591;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9718, 5584, '_wp_attached_file', '2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9719, 5584, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:124;s:6:\"height\";i:132;s:4:\"file\";s:49:\"2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\";s:8:\"filesize\";i:11258;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9720, 5585, '_wp_attached_file', '2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9721, 5585, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:178;s:6:\"height\";i:152;s:4:\"file\";s:49:\"2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\";s:8:\"filesize\";i:24058;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-01-02-at-3.40.31 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16076;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9722, 5586, '_wp_attached_file', '2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9723, 5586, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:136;s:6:\"height\";i:130;s:4:\"file\";s:49:\"2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\";s:8:\"filesize\";i:15957;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9757, 5601, '_wp_attached_file', '2024/01/medical-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9758, 5601, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1886;s:4:\"file\";s:26:\"2024/01/medical-scaled.jpg\";s:8:\"filesize\";i:867994;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"medical-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32753;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"medical-1024x754.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175485;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"medical-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24187;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"medical-768x566.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107195;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"medical-1536x1131.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1131;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:358774;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"medical-2048x1509.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:591053;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"medical-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39429;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"medical-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161755;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"medical-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42136;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"medical-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58472;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"medical-1080x796.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192481;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"medical-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65879;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1272585600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:73:\"Senior couple holding hands and spinning on grassy hill overlooking ocean\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:54:{i:0;s:11:\"65-69 years\";i:1;s:9:\"affection\";i:2;s:17:\"african ethnicity\";i:3;s:8:\"blue sky\";i:4;s:7:\"bonding\";i:5;s:10:\"california\";i:6;s:8:\"carefree\";i:7;s:15:\"casual clothing\";i:8;s:9:\"clear sky\";i:9;s:11:\"color image\";i:10;s:10:\"copy space\";i:11;s:7:\"dancing\";i:12;s:3:\"day\";i:13;s:6:\"energy\";i:14;s:9:\"enjoyment\";i:15;s:10:\"enthusiasm\";i:16;s:12:\"face to face\";i:17;s:7:\"freedom\";i:18;s:11:\"full length\";i:19;s:24:\"getting away from it all\";i:20;s:5:\"grass\";i:21;s:9:\"happiness\";i:22;s:19:\"heterosexual couple\";i:23;s:4:\"hill\";i:24;s:13:\"holding hands\";i:25;s:10:\"horizontal\";i:26;s:4:\"love\";i:27;s:6:\"malibu\";i:28;s:3:\"man\";i:29;s:6:\"motion\";i:30;s:6:\"nature\";i:31;s:5:\"ocean\";i:32;s:8:\"outdoors\";i:33;s:6:\"people\";i:34;s:11:\"photography\";i:35;s:10:\"retirement\";i:36;s:7:\"romance\";i:37;s:12:\"senior adult\";i:38;s:13:\"senior couple\";i:39;s:10:\"senior men\";i:40;s:12:\"senior women\";i:41;s:9:\"side view\";i:42;s:8:\"spinning\";i:43;s:6:\"summer\";i:44;s:5:\"sunny\";i:45;s:12:\"togetherness\";i:46;s:6:\"travel\";i:47;s:10:\"two people\";i:48;s:13:\"united states\";i:49;s:9:\"vacations\";i:50;s:8:\"vitality\";i:51;s:5:\"woman\";i:52;s:14:\"young at heart\";i:53;s:11:\"60-64 years\";}}s:14:\"original_image\";s:11:\"medical.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9759, 5602, '_wp_attached_file', '2024/01/med-chart-1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9760, 5602, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:936;s:6:\"height\";i:1352;s:4:\"file\";s:23:\"2024/01/med-chart-1.png\";s:8:\"filesize\";i:514382;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"med-chart-1-208x300.png\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48599;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"med-chart-1-709x1024.png\";s:5:\"width\";i:709;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:376923;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"med-chart-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18490;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"med-chart-1-768x1109.png\";s:5:\"width\";i:768;s:6:\"height\";i:1109;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441255;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"med-chart-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45966;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"med-chart-1-936x675.png\";s:5:\"width\";i:936;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:186154;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"med-chart-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58486;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"med-chart-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88851;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"med-chart-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119997;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"med-chart-1-480x693.png\";s:5:\"width\";i:480;s:6:\"height\";i:693;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:180538;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9761, 5603, '_wp_attached_file', '2024/01/Chart-2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9762, 5603, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:918;s:6:\"height\";i:860;s:4:\"file\";s:19:\"2024/01/Chart-2.png\";s:8:\"filesize\";i:235903;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Chart-2-300x281.png\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Chart-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11469;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Chart-2-768x719.png\";s:5:\"width\";i:768;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:210966;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"Chart-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31490;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"Chart-2-918x675.png\";s:5:\"width\";i:918;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133226;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"Chart-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39766;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"Chart-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60621;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"Chart-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52289;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"Chart-2-480x450.png\";s:5:\"width\";i:480;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66400;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9763, 5606, '_wp_attached_file', '2024/01/med-chart-3.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9764, 5606, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:934;s:6:\"height\";i:429;s:4:\"file\";s:23:\"2024/01/med-chart-3.png\";s:8:\"filesize\";i:116022;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"med-chart-3-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21248;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"med-chart-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10453;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"med-chart-3-768x353.png\";s:5:\"width\";i:768;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121728;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"med-chart-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37998;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"med-chart-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40016;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"med-chart-3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86834;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"med-chart-3-400x429.png\";s:5:\"width\";i:400;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48521;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"med-chart-3-480x220.png\";s:5:\"width\";i:480;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43673;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9801, 5621, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:2637291;s:4:\"hits\";i:532;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67b50c6669dd1.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9802, 5622, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:285148;s:4:\"hits\";i:288;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"677ff569690e8.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9828, 5630, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9829, 5630, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9830, 5630, '_menu_item_object_id', 5630);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9831, 5630, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9832, 5630, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9833, 5630, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9834, 5630, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9835, 5630, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9849, 930, '_edit_lock', '1727734329:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9850, 930, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9906, 5641, '_wp_attached_file', '2024/01/QLE.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9907, 5641, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:3972540;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:63;s:16:\"length_formatted\";s:4:\"1:03\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9912, 5644, '_wp_attached_file', '2024/01/mobile-header.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9913, 5644, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2398;s:6:\"height\";i:690;s:4:\"file\";s:25:\"2024/01/mobile-header.png\";s:8:\"filesize\";i:2636499;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"mobile-header-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40004;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"mobile-header-1024x295.png\";s:5:\"width\";i:1024;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:430098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"mobile-header-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38737;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"mobile-header-768x221.png\";s:5:\"width\";i:768;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:244974;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"mobile-header-1536x442.png\";s:5:\"width\";i:1536;s:6:\"height\";i:442;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:916130;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"mobile-header-2048x589.png\";s:5:\"width\";i:2048;s:6:\"height\";i:589;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1520325;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"mobile-header-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168083;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"mobile-header-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1050888;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"mobile-header-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:190756;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"mobile-header-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:320366;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"mobile-header-1080x311.png\";s:5:\"width\";i:1080;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:475648;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"mobile-header-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:340543;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"mobile-header-1280x368.png\";s:5:\"width\";i:1280;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:654752;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"mobile-header-980x282.png\";s:5:\"width\";i:980;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:393972;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"mobile-header-480x138.png\";s:5:\"width\";i:480;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97907;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10295, 5657, '_wp_attached_file', '2024/02/gettyimages-498253926-2048x2048-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10296, 5657, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2304;s:6:\"height\";i:1228;s:4:\"file\";s:45:\"2024/02/gettyimages-498253926-2048x2048-1.jpg\";s:8:\"filesize\";i:1211356;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-1-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21848;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"gettyimages-498253926-2048x2048-1-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84870;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19390;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-1-768x409.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56040;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"gettyimages-498253926-2048x2048-1-1536x819.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163208;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:47:\"gettyimages-498253926-2048x2048-1-2048x1092.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1092;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256135;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30069;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"gettyimages-498253926-2048x2048-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111938;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33142;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45930;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"gettyimages-498253926-2048x2048-1-1080x576.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92981;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53329;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"gettyimages-498253926-2048x2048-1-1280x682.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121812;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-1-980x522.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80029;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-1-480x256.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31484;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1624551284\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10297, 5658, '_wp_attached_file', '2024/02/gettyimages-498253926-2048x2048-2-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10298, 5658, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:951;s:4:\"file\";s:52:\"2024/02/gettyimages-498253926-2048x2048-2-scaled.jpg\";s:8:\"filesize\";i:249930;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-2-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18399;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"gettyimages-498253926-2048x2048-2-1024x380.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15737;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-2-768x285.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38571;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"gettyimages-498253926-2048x2048-2-1536x571.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107458;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"gettyimages-498253926-2048x2048-2-2048x761.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173958;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27355;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"gettyimages-498253926-2048x2048-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101371;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27993;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36805;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"gettyimages-498253926-2048x2048-2-1080x401.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61322;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27986;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:47:\"gettyimages-498253926-2048x2048-2-2880x1228.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363499;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"gettyimages-498253926-2048x2048-2-1280x476.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79654;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-2-980x364.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53177;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"gettyimages-498253926-2048x2048-2-480x178.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24345;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1624551284\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:37:\"gettyimages-498253926-2048x2048-2.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10302, 5661, '_wp_attached_file', '2024/02/Devices.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10303, 5661, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:19:\"2024/02/Devices.png\";s:8:\"filesize\";i:11428838;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Devices-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45366;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Devices-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:393030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Devices-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21724;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Devices-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:233423;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"Devices-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:849943;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"Devices-2048x1365.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1470405;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"Devices-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74307;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"Devices-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:434558;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"Devices-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82793;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"Devices-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133261;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"Devices-1080x720.png\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:434581;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"Devices-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144013;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:21:\"Devices-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2732473;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10304, 5662, '_wp_attached_file', '2024/02/Devices-1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10305, 5662, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2964;s:6:\"height\";i:1755;s:4:\"file\";s:21:\"2024/02/Devices-1.png\";s:8:\"filesize\";i:11416637;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Devices-1-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46278;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Devices-1-1024x606.png\";s:5:\"width\";i:1024;s:6:\"height\";i:606;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:400991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Devices-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23789;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Devices-1-768x455.png\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:238542;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Devices-1-1536x909.png\";s:5:\"width\";i:1536;s:6:\"height\";i:909;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:864419;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"Devices-1-2048x1213.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1213;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1498532;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Devices-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82799;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Devices-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:489496;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Devices-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94750;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Devices-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151115;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"Devices-1-1080x639.png\";s:5:\"width\";i:1080;s:6:\"height\";i:639;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:442984;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Devices-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155382;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10330, 5686, '_wp_attached_file', '2024/02/GettyImages-498253926.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10331, 5686, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:951;s:4:\"file\";s:33:\"2024/02/GettyImages-498253926.jpg\";s:8:\"filesize\";i:1657925;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"GettyImages-498253926-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19243;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"GettyImages-498253926-1024x380.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58507;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"GettyImages-498253926-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16580;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"GettyImages-498253926-768x285.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38885;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"GettyImages-498253926-1536x571.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120872;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:34:\"GettyImages-498253926-2048x761.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210211;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"GettyImages-498253926-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28510;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"GettyImages-498253926-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120811;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"GettyImages-498253926-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28885;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"GettyImages-498253926-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38753;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"GettyImages-498253926-1080x401.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64045;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"GettyImages-498253926-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30791;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"GettyImages-498253926-1280x476.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85819;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"GettyImages-498253926-980x364.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54716;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"GettyImages-498253926-480x178.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24861;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1624551284\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10332, 5688, '_wp_attached_file', '2024/02/GettyImages-498253926-alt.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10333, 5688, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:881;s:4:\"file\";s:37:\"2024/02/GettyImages-498253926-alt.jpg\";s:8:\"filesize\";i:1595456;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"GettyImages-498253926-alt-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19956;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"GettyImages-498253926-alt-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"GettyImages-498253926-alt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17193;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"GettyImages-498253926-alt-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38638;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"GettyImages-498253926-alt-1536x529.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116544;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:38:\"GettyImages-498253926-alt-2048x705.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200975;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"GettyImages-498253926-alt-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29154;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:38:\"GettyImages-498253926-alt-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120725;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"GettyImages-498253926-alt-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29523;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"GettyImages-498253926-alt-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39412;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:38:\"GettyImages-498253926-alt-1080x372.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62719;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"GettyImages-498253926-alt-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31757;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:38:\"GettyImages-498253926-alt-1280x441.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83540;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:37:\"GettyImages-498253926-alt-980x337.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53956;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"GettyImages-498253926-alt-480x165.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1624551284\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10801, 2086, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1453088;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6372817e1fe79.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2024-04-23 17:04:16\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10844, 5630, '_wp_old_date', '2024-01-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11440, 5630, '_wp_old_date', '2024-05-02');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11618, 5736, '_wp_attached_file', '2024/05/gettyimages-1299264135-2048x2048-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11619, 5736, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:46:\"2024/05/gettyimages-1299264135-2048x2048-1.jpg\";s:8:\"filesize\";i:251635;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"gettyimages-1299264135-2048x2048-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15609;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"gettyimages-1299264135-2048x2048-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91208;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"gettyimages-1299264135-2048x2048-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8112;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"gettyimages-1299264135-2048x2048-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60913;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"gettyimages-1299264135-2048x2048-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160704;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1299264135-2048x2048-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22137;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"gettyimages-1299264135-2048x2048-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91347;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1299264135-2048x2048-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24509;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1299264135-2048x2048-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36096;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:47:\"gettyimages-1299264135-2048x2048-1-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98711;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"gettyimages-1299264135-2048x2048-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35796;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:47:\"gettyimages-1299264135-2048x2048-1-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124188;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"gettyimages-1299264135-2048x2048-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85628;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"gettyimages-1299264135-2048x2048-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:103:\"A kid around 7 years old and his dad laugh together while playing football on a lawn in the summertime.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11620, 5738, '_wp_attached_file', '2024/05/gettyimages-934866236-2048x2048-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11621, 5738, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:4:\"file\";s:45:\"2024/05/gettyimages-934866236-2048x2048-1.jpg\";s:8:\"filesize\";i:190669;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"gettyimages-934866236-2048x2048-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10400;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"gettyimages-934866236-2048x2048-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62387;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"gettyimages-934866236-2048x2048-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5654;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"gettyimages-934866236-2048x2048-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40447;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"gettyimages-934866236-2048x2048-1-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116471;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-934866236-2048x2048-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14663;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"gettyimages-934866236-2048x2048-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62103;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-934866236-2048x2048-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16370;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-934866236-2048x2048-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23847;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"gettyimages-934866236-2048x2048-1-1080x718.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67790;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"gettyimages-934866236-2048x2048-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23599;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"gettyimages-934866236-2048x2048-1-1280x851.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:851;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88574;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"gettyimages-934866236-2048x2048-1-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58798;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"gettyimages-934866236-2048x2048-1-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20178;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11622, 5739, '_wp_attached_file', '2024/05/gettyimages-482149091-2048x2048-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11623, 5739, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:45:\"2024/05/gettyimages-482149091-2048x2048-1.jpg\";s:8:\"filesize\";i:294643;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"gettyimages-482149091-2048x2048-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14064;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"gettyimages-482149091-2048x2048-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96164;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"gettyimages-482149091-2048x2048-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6792;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"gettyimages-482149091-2048x2048-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61748;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"gettyimages-482149091-2048x2048-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179382;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-482149091-2048x2048-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21078;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"gettyimages-482149091-2048x2048-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100024;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-482149091-2048x2048-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22843;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-482149091-2048x2048-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34598;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"gettyimages-482149091-2048x2048-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104825;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"gettyimages-482149091-2048x2048-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33215;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"gettyimages-482149091-2048x2048-1-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136013;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"gettyimages-482149091-2048x2048-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90630;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"gettyimages-482149091-2048x2048-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:28:\"Getty Images/Tetra images RF\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11624, 5740, '_wp_attached_file', '2024/05/gettyimages-1379117423-2048x2048-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11625, 5740, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:46:\"2024/05/gettyimages-1379117423-2048x2048-1.jpg\";s:8:\"filesize\";i:160702;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"gettyimages-1379117423-2048x2048-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9462;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"gettyimages-1379117423-2048x2048-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49559;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"gettyimages-1379117423-2048x2048-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6222;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"gettyimages-1379117423-2048x2048-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32545;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"gettyimages-1379117423-2048x2048-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93113;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1379117423-2048x2048-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13180;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"gettyimages-1379117423-2048x2048-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52235;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1379117423-2048x2048-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13996;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1379117423-2048x2048-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20485;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:47:\"gettyimages-1379117423-2048x2048-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53563;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"gettyimages-1379117423-2048x2048-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24935;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:47:\"gettyimages-1379117423-2048x2048-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70530;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"gettyimages-1379117423-2048x2048-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46285;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"gettyimages-1379117423-2048x2048-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16759;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"Getty Images/500px Plus\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:109:\"Funny asian girl look through hand binoculars, watching you, standing in summer clothes on yellow background.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:18:\"Cookie Studio 2017\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11736, 5752, '_wp_attached_file', '2024/06/logo-white.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11737, 5752, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:91;s:4:\"file\";s:22:\"2024/06/logo-white.png\";s:8:\"filesize\";i:10794;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"logo-white-300x55.png\";s:5:\"width\";i:300;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"logo-white-150x91.png\";s:5:\"width\";i:150;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1826;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"logo-white-400x91.png\";s:5:\"width\";i:400;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5651;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"logo-white-400x91.png\";s:5:\"width\";i:400;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5651;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"logo-white-400x91.png\";s:5:\"width\";i:400;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5651;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"logo-white-480x87.png\";s:5:\"width\";i:480;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9280;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11857, 5788, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11858, 5788, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11859, 5788, '_menu_item_object_id', 5788);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11860, 5788, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11861, 5788, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11862, 5788, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11863, 5788, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11864, 5788, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11866, 5789, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11867, 5789, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11868, 5789, '_menu_item_object_id', 5789);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11869, 5789, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11870, 5789, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11871, 5789, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11872, 5789, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11873, 5789, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11875, 5790, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11876, 5790, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11877, 5790, '_menu_item_object_id', 5790);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11878, 5790, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11879, 5790, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11880, 5790, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11881, 5790, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11882, 5790, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11884, 5630, '_wp_old_date', '2024-05-16');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11897, 5792, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11898, 5792, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11899, 5792, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11900, 5792, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11901, 5792, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11902, 5792, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11903, 5792, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11904, 5792, '_oembed_6248d2e6003a41bc7d5616b231d36896', '{{unknown}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11905, 5792, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11906, 5792, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11907, 5792, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11908, 5792, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11909, 5792, '_et_builder_version', 'VB|Divi|4.25.1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11910, 5792, '_et_pb_color_palette', '#000000|#FFFFFF|#E02B20|#E09900|#EDF000|#7CDA24|#0C71C3|#8300E9');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11911, 5792, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11912, 5792, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11913, 5792, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"920\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11914, 5792, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11915, 5792, '_dp_original', 41);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11916, 5792, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11917, 5792, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11918, 5792, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11919, 5792, '_et_builder_dynamic_assets_loading_attr_threshold', 12);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11920, 5792, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11921, 5792, '_edit_lock', '1718379924:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11922, 5792, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11926, 5799, '_wp_attached_file', '2024/06/99cc3540dd8528f6f6b189d6660ed9e3-IMAGE.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11927, 5799, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:6600;s:6:\"height\";i:73;s:4:\"file\";s:50:\"2024/06/99cc3540dd8528f6f6b189d6660ed9e3-IMAGE.png\";s:8:\"filesize\";i:3281;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-300x3.png\";s:5:\"width\";i:300;s:6:\"height\";i:3;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-1024x11.png\";s:5:\"width\";i:1024;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-150x73.png\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-768x8.png\";s:5:\"width\";i:768;s:6:\"height\";i:8;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-1536x17.png\";s:5:\"width\";i:1536;s:6:\"height\";i:17;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:50:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-2048x23.png\";s:5:\"width\";i:2048;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:264;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-400x73.png\";s:5:\"width\";i:400;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-1080x73.png\";s:5:\"width\";i:1080;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-400x73.png\";s:5:\"width\";i:400;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-510x73.png\";s:5:\"width\";i:510;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-1080x12.png\";s:5:\"width\";i:1080;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-400x73.png\";s:5:\"width\";i:400;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:50:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-2880x73.png\";s:5:\"width\";i:2880;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:216;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-1280x14.png\";s:5:\"width\";i:1280;s:6:\"height\";i:14;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:185;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-980x11.png\";s:5:\"width\";i:980;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"99cc3540dd8528f6f6b189d6660ed9e3-IMAGE-480x5.png\";s:5:\"width\";i:480;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11958, 5803, '_wp_attached_file', '2024/06/Screenshot-2024-06-07-at-7.22.10 AM.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11959, 5803, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:676;s:6:\"height\";i:746;s:4:\"file\";s:49:\"2024/06/Screenshot-2024-06-07-at-7.22.10 AM.png\";s:8:\"filesize\";i:436666;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-06-07-at-7.22.10 AM-272x300.png\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-06-07-at-7.22.10 AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27201;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-06-07-at-7.22.10 AM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85177;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-06-07-at-7.22.10 AM-676x675.png\";s:5:\"width\";i:676;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:276373;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-06-07-at-7.22.10 AM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96940;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-06-07-at-7.22.10 AM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:147625;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-06-07-at-7.22.10 AM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159948;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-06-07-at-7.22.10 AM-480x530.png\";s:5:\"width\";i:480;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11960, 5804, '_wp_attached_file', '2024/06/bg.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11961, 5804, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:762;s:4:\"file\";s:14:\"2024/06/bg.jpg\";s:8:\"filesize\";i:561574;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"bg-300x112.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18385;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"bg-1024x381.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47800;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16622;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"bg-768x286.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35922;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"bg-1536x572.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76194;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:14:\"bg-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25623;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:15:\"bg-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67251;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:14:\"bg-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26641;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:14:\"bg-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33141;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:15:\"bg-1080x402.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50750;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:14:\"bg-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31974;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:15:\"bg-1280x476.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61282;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:14:\"bg-980x365.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45699;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:14:\"bg-480x179.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24505;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:6:\"run co\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11966, 5810, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11967, 5810, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11968, 5810, '_menu_item_object_id', 5810);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11969, 5810, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11970, 5810, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11971, 5810, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11972, 5810, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11973, 5810, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11975, 5788, '_wp_old_date', '2024-06-06');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11976, 5630, '_wp_old_date', '2024-06-06');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11977, 5789, '_wp_old_date', '2024-06-06');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11978, 5790, '_wp_old_date', '2024-06-06');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12022, 5832, '_wp_attached_file', '2024/06/gettyimages-171363860-2048x2048-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12023, 5832, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:45:\"2024/06/gettyimages-171363860-2048x2048-1.jpg\";s:8:\"filesize\";i:506829;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18681;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"gettyimages-171363860-2048x2048-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8864;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98340;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"gettyimages-171363860-2048x2048-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298654;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29945;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"gettyimages-171363860-2048x2048-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164242;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33499;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54650;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"gettyimages-171363860-2048x2048-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172725;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59310;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"gettyimages-171363860-2048x2048-1-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226300;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148130;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43427;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:20:\"Bubbles in the water\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Mutlu Kurtbas\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:20:\"Bubbles in the water\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12024, 5833, '_wp_attached_file', '2024/06/gettyimages-171363860-2048x2048-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12025, 5833, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:45:\"2024/06/gettyimages-171363860-2048x2048-2.jpg\";s:8:\"filesize\";i:1966592;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33752;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"gettyimages-171363860-2048x2048-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127515;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"gettyimages-171363860-2048x2048-2-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:386317;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46327;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"gettyimages-171363860-2048x2048-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211111;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50484;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75321;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"gettyimages-171363860-2048x2048-2-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221667;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81766;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"gettyimages-171363860-2048x2048-2-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291036;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-2-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190136;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"gettyimages-171363860-2048x2048-2-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61773;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:20:\"Bubbles in the water\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Mutlu Kurtbas\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:20:\"Bubbles in the water\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12026, 5834, '_wp_attached_file', '2024/06/gettyimages-1134457857-2048x2048-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12027, 5834, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:46:\"2024/06/gettyimages-1134457857-2048x2048-1.jpg\";s:8:\"filesize\";i:276839;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"gettyimages-1134457857-2048x2048-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14997;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"gettyimages-1134457857-2048x2048-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92581;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"gettyimages-1134457857-2048x2048-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"gettyimages-1134457857-2048x2048-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60874;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"gettyimages-1134457857-2048x2048-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169251;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1134457857-2048x2048-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21960;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"gettyimages-1134457857-2048x2048-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95996;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1134457857-2048x2048-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23945;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1134457857-2048x2048-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35865;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:47:\"gettyimages-1134457857-2048x2048-1-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101012;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"gettyimages-1134457857-2048x2048-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41011;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:47:\"gettyimages-1134457857-2048x2048-1-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129234;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"gettyimages-1134457857-2048x2048-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87251;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"gettyimages-1134457857-2048x2048-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12035, 5844, '_wp_attached_file', '2024/06/GettyImages-543198955-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12036, 5844, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:40:\"2024/06/GettyImages-543198955-scaled.jpg\";s:8:\"filesize\";i:436102;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"GettyImages-543198955-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19841;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"GettyImages-543198955-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95565;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"GettyImages-543198955-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14057;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"GettyImages-543198955-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60769;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"GettyImages-543198955-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:41:\"Caucasian woman riding bicycle near beach\";s:17:\"created_timestamp\";s:10:\"1411193217\";s:9:\"copyright\";s:32:\"©Peathegee Inc/Blend Images LLC\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:41:\"Caucasian woman riding bicycle near beach\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:11:\"60-64 years\";i:1;s:14:\"active seniors\";i:2;s:5:\"aging\";i:3;s:11:\"arms raised\";i:4;s:5:\"beach\";i:5;s:7:\"bicycle\";i:6;s:11:\"bike riding\";i:7;s:6:\"biking\";i:8;s:8:\"blue sky\";i:9;s:10:\"California\";i:10;s:9:\"caucasian\";i:11;s:9:\"clear sky\";i:12;s:11:\"color image\";i:13;s:10:\"copy space\";i:14;s:3:\"day\";i:15;s:8:\"enjoying\";i:16;s:7:\"fitness\";i:17;s:7:\"freedom\";i:18;s:11:\"full length\";i:19;s:9:\"gray hair\";i:20;s:5:\"happy\";i:21;s:7:\"holding\";i:22;s:10:\"horizontal\";i:23;s:3:\"joy\";i:24;s:16:\"leisure activity\";i:25;s:10:\"lens flare\";i:26;s:6:\"motion\";i:27;s:6:\"nature\";i:28;s:5:\"ocean\";i:29;s:10:\"one person\";i:30;s:8:\"outdoors\";i:31;s:6:\"people\";i:32;s:11:\"photography\";i:33;s:10:\"recreation\";i:34;s:13:\"Redondo Beach\";i:35;s:10:\"retirement\";i:36;s:6:\"riding\";i:37;s:12:\"senior adult\";i:38;s:12:\"senior women\";i:39;s:9:\"side view\";i:40;s:7:\"smiling\";i:41;s:5:\"sunny\";i:42;s:14:\"transportation\";i:43;s:6:\"travel\";i:44;s:19:\"travel destinations\";i:45;s:13:\"United States\";i:46;s:9:\"vacations\";i:47;s:18:\"weekend activities\";i:48;s:5:\"woman\";}}s:14:\"original_image\";s:25:\"GettyImages-543198955.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12094, 5864, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12095, 5864, '_et_pb_truncate_post_date', '2024-06-28 19:02:47');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12096, 5864, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12097, 5864, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12098, 5864, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12099, 5864, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12100, 5864, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12101, 5864, '_oembed_6248d2e6003a41bc7d5616b231d36896', '{{unknown}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12102, 5864, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12103, 5864, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12104, 5864, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12105, 5864, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12106, 5864, '_et_builder_version', 'VB|Divi|4.25.2');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12107, 5864, '_et_pb_color_palette', '#000000|#FFFFFF|#E02B20|#E09900|#EDF000|#7CDA24|#0C71C3|#8300E9');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12108, 5864, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12109, 5864, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_10 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_11\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_3 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_3 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_3\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h1 class=\"et_pb_slide_title\">WELCOME TO BANNER BENEFITS</h1>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"#\" data-icon=\"&#x3d;\">Example Button</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_11 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_12\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty\">\n				\n				\n				\n				\n				\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_12 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_13\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_0 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">At Banner, we’re all about you.</h2><div>At Banner, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being — your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. As you take care of others, we’ll take care of you with comprehensive, affordable benefits.</div></div>\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_13 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_14\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_4 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_4 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay et-pb-active-slide\" data-slide-id=\"et_pb_slide_4\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Team Members</h2><div class=\"et_pb_slide_content\">Varius morbi enim nunc faucibus a pellentesque sit amet. Duis ultricies lacus sed turpis tincidunt id aliquet risus. Vel orci porta non pulvinar neque. Diam quis enim lobortis scelerisque fermentum dui. Ullamcorper velit sed ullamcorper morbi. Ornare quam viverra orci sagittis eu volutpat odio. Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Tellus molestie nunc non blandit. Tortor consequat id porta nibh venenatis cras sed felis.</div>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"#\" data-icon=\"&#x3d;\">Click Here</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			<div class=\"et_pb_slide et_pb_slide_5 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay\" data-slide-id=\"et_pb_slide_5\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">New Hires</h2><div class=\"et_pb_slide_content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et click here to view documents.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			<div class=\"et_pb_slide et_pb_slide_6 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay\" data-slide-id=\"et_pb_slide_6\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Recruits</h2><div class=\"et_pb_slide_content\">In ante metus dictum at tempor. Nunc faucibus a pellentesque sit amet porttitor eget dolor morbi. Tellus in hac habitasse platea dictumst vestibulum rhoncus est. Eros donec ac odio tempor orci dapibus ultrices in. Elementum sagittis vitae et leo duis. Bibendum ut tristique et egestas. Fermentum posuere urna nec tincidunt praesent.</div>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"#\" data-icon=\"&#x3d;\">Click Here</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			<div class=\"et_pb_slide et_pb_slide_7 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay\" data-slide-id=\"et_pb_slide_7\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">News</h2><div class=\"et_pb_slide_content\">Sit amet consectetur adipiscing elit pellentesque habitant. Sit amet mattis vulputate enim. Cras tincidunt lobortis feugiat vivamus at augue eget. Tincidunt dui ut ornare lectus sit amet est placerat in. Porttitor massa id neque aliquam vestibulum morbi blandit. Donec ultrices tincidunt arcu non. Pellentesque habitant morbi tristique senectus et. Sagittis purus sit amet volutpat. </div>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"#\" data-icon=\"&#x3d;\">Click Here</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_14 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_15\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_7_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_7 et_pb_bg_layout_light\" href=\"http://flimp.live/banner-resident-fellow-24\" data-icon=\"&#x3d;\">Ask Alex</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_8_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_8 et_pb_bg_layout_light\" href=\"http://flimp.live/banner-resident-fellow-24\" data-icon=\"&#x3d;\">Residents &amp; Fellows</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_9_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_9 et_pb_bg_layout_light\" href=\"http://flimp.live/banner-resident-fellow-24\" data-icon=\"&#x3d;\">Enroll Now</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_15 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_16\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_26  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_14 kmod1-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">DESIGNED WITH YOU IN MIND<br />\nBanner&#8217;s benefits are designed to support our team member&#8217;s total well-being. We offer:</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_17 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_27  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_3 my_accordion  et_pb_text_align_left\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_3  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">CORE COVERAGE</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network<br />\nThree dental and two vision plan options to choose from for more complete health care coverage<br />\nSpending accounts to help you cover out-of-pocket expenses and save on taxes</div>\n			</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_28  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_4 my_accordion  et_pb_text_align_left\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_4  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">VOLUNTARY BENEFITS</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<p>	Pet insurance<br />\n	Financial wellness &amp; ID theft protection<br />\n	Life insurance<br />\n	Supplemental medical coverage<br />\n	Legal coverage</div>\n			</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_29  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_5 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_5  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">FREE RESOURCES &amp; PERKS</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>The MyWell-Being Program offers the support you need to live a healthy life, plus a chance to earn discounted premiums and other rewards<br />\nResources for Living provides mental health and daily living support<br />\nBeneplace provides exclusive discounts for Banner team members</div>\n			</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_16 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_18\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_30  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_0 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"3498\" data-bar-bg-color=\"#e6863e\" data-alpha=\"0.1\">\n				\n				\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\"></span></p></div>\n					<h3 class=\"et_pb_module_header\">Cups of Coffee</h3>\n				</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_31  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_1 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"504\" data-bar-bg-color=\"#162b68\" data-alpha=\"0.1\">\n				\n				\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\"></span></p></div>\n					<h3 class=\"et_pb_module_header\">Employees Enrolled</h3>\n				</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_32  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_2 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"100\" data-bar-bg-color=\"#78b956\" data-alpha=\"0.1\">\n				\n				\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Total Benefits</h3>\n				</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_17 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_19\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_33  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_countdown_timer et_pb_countdown_timer_0 et_pb_bg_layout_dark\" data-end-timestamp=\"1730476800\">\n				\n				\n				\n				\n				<div class=\"et_pb_countdown_timer_container clearfix\">\n					<h4 class=\"title\">ENROLLMENT STARTS SOON</h4>\n					<div class=\"days section values\" data-short=\"Day\" data-full=\"Day(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Day(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"hours section values\" data-short=\"Hrs\" data-full=\"Hour(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Hour(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"minutes section values\" data-short=\"Min\" data-full=\"Minute(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Minute(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"seconds section values\" data-short=\"Sec\" data-full=\"Second(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Second(s)</p>\n					</div>\n				</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_18 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_20\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_34  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask AlexEnroll NowResidents &amp; FellowsContact Banner</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_35  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_36  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" data-recalc-dims=\"1\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\"><a href=\"#\" rel=\"nofollow\" onClick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\"><img decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  data-recalc-dims=\"1\" /></a></div></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12110, 5864, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"5864\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12111, 5864, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12112, 5864, '_dp_original', 41);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12113, 5864, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12114, 5864, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12115, 5864, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12116, 5864, '_et_builder_dynamic_assets_loading_attr_threshold', 15);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12117, 5864, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12118, 5864, '_edit_lock', '1721665614:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12142, 5883, '_wp_attached_file', '2024/06/avess-berge-ua2IF9HNaXs-unsplash-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12143, 5883, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1182;s:4:\"file\";s:51:\"2024/06/avess-berge-ua2IF9HNaXs-unsplash-scaled.jpg\";s:8:\"filesize\";i:224285;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"avess-berge-ua2IF9HNaXs-unsplash-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11725;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"avess-berge-ua2IF9HNaXs-unsplash-1024x473.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55741;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"avess-berge-ua2IF9HNaXs-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8046;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"avess-berge-ua2IF9HNaXs-unsplash-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37488;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"avess-berge-ua2IF9HNaXs-unsplash-1536x709.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101014;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:45:\"avess-berge-ua2IF9HNaXs-unsplash-2048x946.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:946;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156319;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"avess-berge-ua2IF9HNaXs-unsplash-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19071;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"avess-berge-ua2IF9HNaXs-unsplash-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73612;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"avess-berge-ua2IF9HNaXs-unsplash-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20198;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"avess-berge-ua2IF9HNaXs-unsplash-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28694;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:45:\"avess-berge-ua2IF9HNaXs-unsplash-1080x499.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60531;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"avess-berge-ua2IF9HNaXs-unsplash-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25484;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:36:\"avess-berge-ua2IF9HNaXs-unsplash.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12154, 5889, '_wp_attached_file', '2024/06/BG-2-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12155, 5889, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1182;s:4:\"file\";s:23:\"2024/06/BG-2-scaled.jpg\";s:8:\"filesize\";i:246911;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"BG-2-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22149;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"BG-2-1024x473.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70397;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"BG-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17993;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"BG-2-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50601;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"BG-2-1536x709.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118598;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"BG-2-2048x946.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:946;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176473;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"BG-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30251;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"BG-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88749;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"BG-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31599;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"BG-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40746;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"BG-2-1080x499.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75246;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"BG-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36983;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:8:\"BG-2.jpg\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12163, 5892, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12164, 5892, '_et_pb_truncate_post_date', '2024-09-30 22:23:30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12165, 5892, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12166, 5892, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12167, 5892, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12168, 5892, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12169, 5892, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12170, 5892, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12171, 5892, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12172, 5892, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12173, 5892, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12174, 5892, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12175, 5892, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12176, 5892, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12177, 5892, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12178, 5892, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_12 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_15\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_27  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_2 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_2 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_2\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Eligibility and enrollment</h2><div class=\"et_pb_slide_content\">Open Enrollment is Nov. 4 – 15, 2024</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_13 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_16\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_28  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_countdown_timer et_pb_countdown_timer_0 et_pb_bg_layout_dark\" data-end-timestamp=\"1730736000\">\n				\n				\n				\n				\n				<div class=\"et_pb_countdown_timer_container clearfix\">\n					<h4 class=\"title\">ENROLLMENT STARTS SOON</h4>\n					<div class=\"days section values\" data-short=\"Day\" data-full=\"Day(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Day(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"hours section values\" data-short=\"Hrs\" data-full=\"Hour(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Hour(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"minutes section values\" data-short=\"Min\" data-full=\"Minute(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Minute(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"seconds section values\" data-short=\"Sec\" data-full=\"Second(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Second(s)</p>\n					</div>\n				</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_14 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_17\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_29  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_31  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Open Enrollment is your opportunity to select the benefits you need and want next year. You’re eligible to enroll in benefits if you’re a team member with a total Full-Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_32  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_15 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_18\">\n				<div class=\"et_pb_column et_pb_column_3_5 et_pb_column_30  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_33  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Open Enrollment<br />\nOpen Enrollment runs from Nov. 4 – 15, 2024. This is your opportunity to choose new benefits for 2025. Even if you don’t want to make any changes, we encourage you to review your current elections and update your beneficiaries. Your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a Qualifying Life Event (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_3\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"580\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/elig-2.jpg?resize=1080%2C580&#038;ssl=1\" alt=\"\" title=\"Screenshot\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/elig-2.jpg?w=1228&ssl=1 1228w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/elig-2.jpg?resize=300%2C161&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/elig-2.jpg?resize=1024%2C550&ssl=1 1024w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/elig-2.jpg?resize=768%2C413&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/elig-2.jpg?resize=1080%2C580&ssl=1 1080w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/elig-2.jpg?resize=980%2C527&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/elig-2.jpg?resize=480%2C258&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-6579\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_2_5 et_pb_column_31  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_3 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_3 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_3\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\">Premiums</a></h2><div class=\"et_pb_slide_content\">Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program.</div>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" target=\"_blank\">Tobacco Cessation Programs</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_16 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_19\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_32  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_10_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_10 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_33  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_11_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_11 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_17 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_20\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_34  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_34  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_35  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_35  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_36  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_4\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_36  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12179, 5892, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"5892\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12180, 5892, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12181, 5892, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12182, 5892, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12183, 5892, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12184, 5892, '_edit_lock', '1721767204:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12185, 5892, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12186, 5892, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12190, 5895, '_wp_attached_file', '2024/06/eligibility-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12191, 5895, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:30:\"2024/06/eligibility-scaled.jpg\";s:8:\"filesize\";i:305310;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"eligibility-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26270;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"eligibility-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83692;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"eligibility-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23163;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"eligibility-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58504;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"eligibility-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145433;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"eligibility-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219617;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"eligibility-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37373;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"eligibility-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118351;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"eligibility-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39287;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"eligibility-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51465;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"eligibility-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89854;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"eligibility-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48095;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:15:\"eligibility.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12192, 5902, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12193, 5903, '_wp_attached_file', '2024/06/gettyimages-902827524-2048x2048-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12194, 5903, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:45:\"2024/06/gettyimages-902827524-2048x2048-1.jpg\";s:8:\"filesize\";i:174327;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11590;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"gettyimages-902827524-2048x2048-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6195;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41070;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"gettyimages-902827524-2048x2048-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109919;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16069;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"gettyimages-902827524-2048x2048-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62394;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17179;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23993;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"gettyimages-902827524-2048x2048-1-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66451;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23073;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"gettyimages-902827524-2048x2048-1-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84202;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57491;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21281;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:102:\"Portrait of a cheerful young mother giving her little daughter a piggyback ride outside during the day\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12195, 5904, '_wp_attached_file', '2024/06/gettyimages-902827524-2048x2048-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12196, 5904, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1108;s:4:\"file\";s:45:\"2024/06/gettyimages-902827524-2048x2048-2.jpg\";s:8:\"filesize\";i:674359;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-2-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24941;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"gettyimages-902827524-2048x2048-2-1024x554.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78691;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19317;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-2-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55880;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"gettyimages-902827524-2048x2048-2-1536x831.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130903;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31259;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"gettyimages-902827524-2048x2048-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88185;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32149;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40412;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"gettyimages-902827524-2048x2048-2-1080x584.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83467;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40942;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"gettyimages-902827524-2048x2048-2-1280x693.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103719;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-2-980x530.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74971;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"gettyimages-902827524-2048x2048-2-480x260.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35368;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:102:\"Portrait of a cheerful young mother giving her little daughter a piggyback ride outside during the day\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12212, 5908, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12213, 5908, '_menu_item_menu_item_parent', 6373);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12214, 5908, '_menu_item_object_id', 930);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12215, 5908, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12216, 5908, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12217, 5908, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12218, 5908, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12219, 5908, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12221, 5788, '_wp_old_date', '2024-06-07');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12222, 5630, '_wp_old_date', '2024-06-07');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12223, 5789, '_wp_old_date', '2024-06-07');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12224, 5790, '_wp_old_date', '2024-06-07');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12225, 5810, '_wp_old_date', '2024-06-07');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12230, 5909, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12231, 5910, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12232, 5913, '_wp_attached_file', '2024/06/medical-bg-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12233, 5913, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:29:\"2024/06/medical-bg-scaled.jpg\";s:8:\"filesize\";i:359742;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"medical-bg-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21182;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"medical-bg-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67697;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"medical-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18802;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"medical-bg-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44888;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"medical-bg-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137849;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"medical-bg-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234343;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"medical-bg-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29498;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"medical-bg-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119701;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"medical-bg-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30708;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"medical-bg-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41569;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"medical-bg-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74323;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"medical-bg-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41871;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:14:\"medical-bg.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12240, 5923, '_wp_attached_file', '2024/06/mario.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12241, 5923, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:616;s:6:\"height\";i:610;s:4:\"file\";s:17:\"2024/06/mario.jpg\";s:8:\"filesize\";i:323458;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"mario-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41103;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"mario-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25258;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"mario-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41686;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"mario-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44672;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"mario-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59685;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"mario-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61743;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"mario-480x475.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67005;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12245, 5924, '_wp_attached_file', '2024/06/chloe.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12246, 5924, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:616;s:6:\"height\";i:610;s:4:\"file\";s:17:\"2024/06/chloe.png\";s:8:\"filesize\";i:878408;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"chloe-300x297.png\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177963;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"chloe-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49904;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"chloe-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192837;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"chloe-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:220349;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"chloe-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:368826;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"chloe-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:424037;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"chloe-480x475.png\";s:5:\"width\";i:480;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:432505;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12247, 5925, '_wp_attached_file', '2024/06/mark-june.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12248, 5925, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:616;s:6:\"height\";i:610;s:4:\"file\";s:21:\"2024/06/mark-june.jpg\";s:8:\"filesize\";i:210049;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"mark-june-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27010;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"mark-june-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18396;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"mark-june-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28765;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"mark-june-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29950;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"mark-june-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37974;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"mark-june-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40440;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"mark-june-480x475.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40648;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12252, 930, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12285, 5949, '_ninja_table_columns', 'a:4:{i:0;a:17:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:20:\"rgba(71, 140, 77, 1)\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";s:5:\"width\";s:0:\"\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:12:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:5:\"VALUE\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:10:\"unsortable\";s:3:\"yes\";}i:2;a:13:{s:3:\"key\";s:6:\"vendor\";s:4:\"name\";s:8:\"PREMIER*\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:3;a:13:{s:3:\"key\";s:7:\"contact\";s:4:\"name\";s:11:\"CHOICE PLUS\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12286, 5949, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:1:\"1\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:10:\"ajax_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12287, 5949, '_ninja_table_cache_object', 'a:13:{i:0;a:5:{s:7:\"benefit\";s:27:\"High-Deductible Health Plan\";s:6:\"vendor\";s:27:\"High-Deductible Health Plan\";s:7:\"contact\";s:14:\"Defined copays\";s:5:\"blank\";s:23:\"<strong>Plan highlights\";s:8:\"___id___\";i:1;}i:1;a:5:{s:5:\"blank\";s:23:\"<strong>Plan highlights\";s:7:\"benefit\";s:15:\"Lowest premiums\";s:6:\"vendor\";s:17:\"Low-cost premiums\";s:7:\"contact\";s:16:\"Lower deductible\";s:8:\"___id___\";i:27;}i:2;a:5:{s:5:\"blank\";s:23:\"<strong>Plan highlights\";s:7:\"benefit\";s:73:\"Opportunity for $0 team member-only premiums through MyWell-Being Program\";s:6:\"vendor\";s:41:\"Eligible for Health Savings Account (HSA)\";s:7:\"contact\";s:31:\"No deductible for Tier 1 visits\";s:8:\"___id___\";i:28;}i:3;a:5:{s:5:\"blank\";s:23:\"<strong>Plan highlights\";s:7:\"benefit\";s:35:\"Eligible for Health Savings Account\";s:6:\"vendor\";s:37:\"Eligible for Banner HSA contributions\";s:7:\"contact\";s:23:\"Higher monthly premiums\";s:8:\"___id___\";i:29;}i:4;a:5:{s:7:\"benefit\";s:13:\"$3,000/$6,000\";s:6:\"vendor\";s:13:\"$1,700/$3,400\";s:7:\"contact\";s:7:\"$0/$400\";s:5:\"blank\";s:50:\"<strong>Deductible<BR></STRONG>(Individual/Family)\";s:8:\"___id___\";i:2;}i:5;a:5:{s:5:\"blank\";s:27:\"<strong>Embedded deductible\";s:7:\"benefit\";s:6:\"$3,300\";s:6:\"vendor\";s:3:\"N/A\";s:7:\"contact\";s:3:\"N/A\";s:8:\"___id___\";i:3;}i:6;a:5:{s:7:\"benefit\";s:14:\"$5,000/$10,000\";s:6:\"vendor\";s:13:\"$4,500/$9,000\";s:7:\"contact\";s:13:\"$4,000/$8,000\";s:5:\"blank\";s:61:\"<strong>Out-of-pocket maximum<BR></STRONG>(Individual/Family)\";s:8:\"___id___\";i:4;}i:7;a:5:{s:7:\"benefit\";s:3:\"N/A\";s:6:\"vendor\";s:9:\"$450/$900\";s:7:\"contact\";s:3:\"N/A\";s:5:\"blank\";s:63:\"<strong>Banner HSA contribution<BR></STRONG>(Individual/Family)\";s:8:\"___id___\";i:5;}i:8;a:5:{s:7:\"benefit\";s:9:\"No Charge\";s:6:\"vendor\";s:9:\"No Charge\";s:7:\"contact\";s:9:\"No Charge\";s:5:\"blank\";s:23:\"<strong>Preventive care\";s:8:\"___id___\";i:6;}i:9;a:5:{s:7:\"benefit\";s:17:\"20% coinsurance**\";s:6:\"vendor\";s:17:\"15% coinsurance**\";s:7:\"contact\";s:10:\"No Charge \";s:5:\"blank\";s:26:\"<strong>Primary care visit\";s:8:\"___id___\";i:7;}i:10;a:5:{s:7:\"benefit\";s:18:\"20% coinsurance** \";s:6:\"vendor\";s:18:\"15% coinsurance** \";s:7:\"contact\";s:9:\"$50 copay\";s:5:\"blank\";s:24:\"<strong>Specialist visit\";s:8:\"___id___\";i:8;}i:11;a:5:{s:7:\"benefit\";s:19:\"20% coinsurance**  \";s:6:\"vendor\";s:19:\"15% coinsurance**  \";s:7:\"contact\";s:15:\"10% coinsurance\";s:5:\"blank\";s:36:\"<strong>Inpatient/outpatient surgery\";s:8:\"___id___\";i:9;}i:12;a:5:{s:7:\"benefit\";s:20:\"20% coinsurance**   \";s:6:\"vendor\";s:20:\"15% coinsurance**   \";s:7:\"contact\";s:10:\"$150 copay\";s:5:\"blank\";s:28:\"<strong>Emergency room visit\";s:8:\"___id___\";i:10;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12288, 5949, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12289, 5949, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12290, 5949, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12291, 5949, '__ninja_cached_table_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12292, 5949, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12293, 5949, '_last_edited_time', '2024-09-21 15:47:18');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12308, 5949, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12309, 5949, '_ninja_tables_custom_css', '#footable_parent_NT_ID th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5949 {\nborder: 0 !important;\n}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12310, 5949, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12311, 5954, '_ninja_table_columns', 'a:2:{i:0;a:17:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:20:\"rgba(71, 140, 77, 1)\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";s:5:\"width\";s:2:\"50\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:13:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:59:\"PREMIER<br>(Banner Health Network and Aetna Health Network)\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";s:10:\"unsortable\";s:3:\"yes\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12312, 5954, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:1:\"1\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:10:\"ajax_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12313, 5954, '_ninja_table_cache_object', 'a:8:{i:0;a:5:{s:7:\"benefit\";s:13:\"$1,700/$3,400\";s:6:\"vendor\";s:27:\"High-Deductible Health Plan\";s:7:\"contact\";s:14:\"Defined copays\";s:5:\"blank\";s:50:\"<strong>Deductible<BR></STRONG>(Individual/Family)\";s:8:\"___id___\";i:30;}i:1;a:5:{s:5:\"blank\";s:61:\"<strong>Out-of-pocket maximum<BR></STRONG>(Individual/Family)\";s:7:\"benefit\";s:13:\"$4,500/$9,000\";s:6:\"vendor\";s:17:\"Low cost premiums\";s:7:\"contact\";s:16:\"Lower deductible\";s:8:\"___id___\";i:40;}i:2;a:5:{s:5:\"blank\";s:63:\"<strong>Banner HSA contribution<BR></STRONG>(Individual/Family)\";s:7:\"benefit\";s:9:\"$450/$900\";s:6:\"vendor\";s:41:\"Eligible for Health Savings Account (HSA)\";s:7:\"contact\";s:31:\"No deductible for Tier 1 visits\";s:8:\"___id___\";i:41;}i:3;a:5:{s:7:\"benefit\";s:9:\"No Charge\";s:6:\"vendor\";s:9:\"No Charge\";s:7:\"contact\";s:9:\"No Charge\";s:5:\"blank\";s:23:\"<strong>Preventive care\";s:8:\"___id___\";i:35;}i:4;a:5:{s:7:\"benefit\";s:17:\"15% coinsurance**\";s:6:\"vendor\";s:17:\"15% coinsurance**\";s:7:\"contact\";s:10:\"No Charge \";s:5:\"blank\";s:26:\"<strong>Primary care visit\";s:8:\"___id___\";i:36;}i:5;a:5:{s:7:\"benefit\";s:18:\"15% coinsurance** \";s:6:\"vendor\";s:18:\"15% coinsurance** \";s:7:\"contact\";s:9:\"$50 copay\";s:5:\"blank\";s:24:\"<strong>Specialist visit\";s:8:\"___id___\";i:37;}i:6;a:5:{s:7:\"benefit\";s:19:\"15% coinsurance**  \";s:6:\"vendor\";s:19:\"15% coinsurance**  \";s:7:\"contact\";s:15:\"10% coinsurance\";s:5:\"blank\";s:36:\"<strong>Inpatient/outpatient surgery\";s:8:\"___id___\";i:38;}i:7;a:5:{s:7:\"benefit\";s:20:\"15% coinsurance**   \";s:6:\"vendor\";s:20:\"15% coinsurance**   \";s:7:\"contact\";s:10:\"$150 copay\";s:5:\"blank\";s:28:\"<strong>Emergency room visit\";s:8:\"___id___\";i:39;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12314, 5954, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12315, 5954, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12316, 5954, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12317, 5954, '__ninja_cached_table_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12318, 5954, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12319, 5954, '_last_edited_time', '2024-08-09 17:15:31');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12320, 5954, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12321, 5954, '_ninja_tables_custom_css', '#footable_parent_NT_ID th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5954 {\nborder: 0 !important;\n}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12322, 5954, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12329, 5959, '_ninja_table_columns', 'a:4:{i:0;a:17:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:20:\"rgba(71, 140, 77, 1)\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:13:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:11:\"MAX SAVINGS\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:2;a:13:{s:3:\"key\";s:6:\"vendor\";s:4:\"name\";s:16:\"STANDARD SAVINGS\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:3;a:13:{s:3:\"key\";s:7:\"contact\";s:4:\"name\";s:14:\"OUT-OF-NETWORK\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12330, 5959, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:1:\"1\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:10:\"ajax_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12331, 5959, '_ninja_table_cache_object', 'a:2:{i:0;a:5:{s:7:\"benefit\";s:34:\"Banner Health Network of providers\";s:6:\"vendor\";s:39:\"Aetna’s national network of providers\";s:7:\"contact\";s:90:\"All other providers who do not participate in the Banner Health or Aetna provider networks\";s:5:\"blank\";s:27:\"<strong>Available providers\";s:8:\"___id___\";i:45;}i:1;a:5:{s:5:\"blank\";s:12:\"<strong>Cost\";s:7:\"benefit\";s:9:\"<strong>$\";s:6:\"vendor\";s:10:\"<strong>$$\";s:7:\"contact\";s:11:\"<strong>$$$\";s:8:\"___id___\";i:55;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12332, 5959, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12333, 5959, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12334, 5959, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12335, 5959, '__ninja_cached_table_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12336, 5959, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12337, 5959, '_last_edited_time', '2024-08-09 17:15:57');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12338, 5959, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12339, 5959, '_ninja_tables_custom_css', '#footable_parent_NT_ID th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_5959 {\nborder: 0 !important;\n}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12340, 5959, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12359, 5965, '_wp_attached_file', '2024/06/gettyimages-179725595-2048x2048-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12360, 5965, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1214;s:4:\"file\";s:45:\"2024/06/gettyimages-179725595-2048x2048-1.jpg\";s:8:\"filesize\";i:268477;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"gettyimages-179725595-2048x2048-1-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12983;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"gettyimages-179725595-2048x2048-1-1024x607.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"gettyimages-179725595-2048x2048-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7059;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"gettyimages-179725595-2048x2048-1-768x455.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51080;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"gettyimages-179725595-2048x2048-1-1536x911.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151414;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-179725595-2048x2048-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19859;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"gettyimages-179725595-2048x2048-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90687;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-179725595-2048x2048-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21282;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-179725595-2048x2048-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31488;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"gettyimages-179725595-2048x2048-1-1080x640.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86711;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"gettyimages-179725595-2048x2048-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29276;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"gettyimages-179725595-2048x2048-1-1280x759.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113656;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"gettyimages-179725595-2048x2048-1-980x581.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74513;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"gettyimages-179725595-2048x2048-1-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24927;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:55:\"Smiling hipster covered in holi powder at holi festival\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"wundervisuals\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:55:\"Smiling hipster covered in holi powder at holi festival\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12409, 5978, '_wp_attached_file', '2024/06/gettyimages-1475023842-2048x2048-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12410, 5978, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:46:\"2024/06/gettyimages-1475023842-2048x2048-1.jpg\";s:8:\"filesize\";i:288956;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"gettyimages-1475023842-2048x2048-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13549;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"gettyimages-1475023842-2048x2048-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85219;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"gettyimages-1475023842-2048x2048-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8318;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"gettyimages-1475023842-2048x2048-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53886;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"gettyimages-1475023842-2048x2048-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163179;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1475023842-2048x2048-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19864;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"gettyimages-1475023842-2048x2048-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90487;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1475023842-2048x2048-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21938;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"gettyimages-1475023842-2048x2048-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33656;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:47:\"gettyimages-1475023842-2048x2048-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92725;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"gettyimages-1475023842-2048x2048-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42042;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:47:\"gettyimages-1475023842-2048x2048-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122370;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"gettyimages-1475023842-2048x2048-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79403;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"gettyimages-1475023842-2048x2048-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26343;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:143:\"Excited young woman with afro hairstyle wearing colorful dress and pink eyeglasses looking away and laughing. Studio shot on yellow background.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12411, 5979, '_wp_attached_file', '2024/06/gettyimages-891604336-2048x2048-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12412, 5979, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:774;s:4:\"file\";s:45:\"2024/06/gettyimages-891604336-2048x2048-1.jpg\";s:8:\"filesize\";i:454975;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"gettyimages-891604336-2048x2048-1-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16783;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"gettyimages-891604336-2048x2048-1-1024x387.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46456;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"gettyimages-891604336-2048x2048-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15803;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"gettyimages-891604336-2048x2048-1-768x290.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33537;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"gettyimages-891604336-2048x2048-1-1536x581.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77631;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-891604336-2048x2048-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24155;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"gettyimages-891604336-2048x2048-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69202;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-891604336-2048x2048-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25656;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"gettyimages-891604336-2048x2048-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33360;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"gettyimages-891604336-2048x2048-1-1080x408.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49542;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"gettyimages-891604336-2048x2048-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28493;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"gettyimages-891604336-2048x2048-1-1280x484.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61181;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"gettyimages-891604336-2048x2048-1-980x370.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44097;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"gettyimages-891604336-2048x2048-1-480x181.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21983;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:89:\"Shot of a father and his two little sons enjoying some quality time together at the beach\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12428, 5991, '_wp_attached_file', '2024/06/gettyimages-891604336-2048x2048-1-alt.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12429, 5991, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:774;s:4:\"file\";s:49:\"2024/06/gettyimages-891604336-2048x2048-1-alt.jpg\";s:8:\"filesize\";i:428982;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"gettyimages-891604336-2048x2048-1-alt-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17114;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"gettyimages-891604336-2048x2048-1-alt-1024x387.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"gettyimages-891604336-2048x2048-1-alt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16307;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"gettyimages-891604336-2048x2048-1-alt-768x290.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31374;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"gettyimages-891604336-2048x2048-1-alt-1536x581.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69297;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"gettyimages-891604336-2048x2048-1-alt-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23470;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"gettyimages-891604336-2048x2048-1-alt-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62547;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"gettyimages-891604336-2048x2048-1-alt-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24777;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"gettyimages-891604336-2048x2048-1-alt-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31543;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"gettyimages-891604336-2048x2048-1-alt-1080x408.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45095;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"gettyimages-891604336-2048x2048-1-alt-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26981;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"gettyimages-891604336-2048x2048-1-alt-1280x484.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55002;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"gettyimages-891604336-2048x2048-1-alt-980x370.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40427;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"gettyimages-891604336-2048x2048-1-alt-480x181.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21643;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:89:\"Shot of a father and his two little sons enjoying some quality time together at the beach\";s:17:\"created_timestamp\";s:10:\"1718710075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12433, 5993, '_wp_attached_file', '2024/06/header-new.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12434, 5993, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2050;s:6:\"height\";i:841;s:4:\"file\";s:22:\"2024/06/header-new.jpg\";s:8:\"filesize\";i:1019125;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"header-new-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21429;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"header-new-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91221;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"header-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18935;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"header-new-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57960;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"header-new-1536x630.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178397;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"header-new-2048x840.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278653;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"header-new-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34545;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"header-new-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149266;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"header-new-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37122;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"header-new-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53013;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"header-new-1080x443.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99569;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"header-new-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47098;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"header-new-1280x525.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131844;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"header-new-980x402.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85045;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"header-new-480x197.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31626;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:89:\"Shot of a father and his two little sons enjoying some quality time together at the beach\";s:17:\"created_timestamp\";s:10:\"1718710075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12435, 5995, '_wp_attached_file', '2024/06/banner-header-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12436, 5995, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2050;s:6:\"height\";i:841;s:4:\"file\";s:27:\"2024/06/banner-header-2.jpg\";s:8:\"filesize\";i:1126812;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"banner-header-2-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22640;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"banner-header-2-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102425;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"banner-header-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19976;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"banner-header-2-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64402;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"banner-header-2-1536x630.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201880;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:28:\"banner-header-2-2048x840.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:315948;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"banner-header-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37887;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"banner-header-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169058;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"banner-header-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41080;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"banner-header-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59485;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"banner-header-2-1080x443.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112229;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"banner-header-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53705;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"banner-header-2-1280x525.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149209;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"banner-header-2-980x402.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95533;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"banner-header-2-480x197.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34204;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:89:\"Shot of a father and his two little sons enjoying some quality time together at the beach\";s:17:\"created_timestamp\";s:10:\"1718710075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12641, 5998, '_wp_attached_file', '2024/06/GettyImages-934866236-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12642, 5998, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1703;s:4:\"file\";s:40:\"2024/06/GettyImages-934866236-scaled.jpg\";s:8:\"filesize\";i:294961;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"GettyImages-934866236-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17376;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"GettyImages-934866236-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"GettyImages-934866236-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12010;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"GettyImages-934866236-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50643;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"GettyImages-934866236-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135654;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Daniel Ingold\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:66:\"Spain, Lanzarote, father cuddling his little daughter on the beach\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:16:{i:0;s:7:\"hugging\";i:1;s:7:\"parents\";i:2;s:7:\"relaxed\";i:3;s:8:\"enjoying\";i:4;s:5:\"close\";i:5;s:10:\"tenderness\";i:6;s:7:\"leisure\";i:7;s:5:\"peace\";i:8;s:8:\"together\";i:9;s:9:\"affection\";i:10;s:8:\"vacation\";i:11;s:5:\"cloud\";i:12;s:11:\"sandy beach\";i:13;s:6:\"casual\";i:14;s:12:\"rubbing nose\";i:15;s:13:\"paternal love\";}}s:14:\"original_image\";s:25:\"GettyImages-934866236.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12643, 5999, '_wp_attached_file', '2024/06/new.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12644, 5999, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2024/06/new.jpg\";s:8:\"filesize\";i:1109127;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"new-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18650;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"new-1024x540.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75475;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13752;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"new-768x405.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51306;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"new-1536x810.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137695;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"new-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25641;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"new-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89970;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"new-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27165;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"new-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36474;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"new-1080x570.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82156;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"new-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32315;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"new-1280x675.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104747;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"new-980x517.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71653;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"new-480x253.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29238;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12645, 6000, '_wp_attached_file', '2024/06/new-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12646, 6000, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:17:\"2024/06/new-2.jpg\";s:8:\"filesize\";i:820537;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"new-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32771;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"new-2-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128065;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"new-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23700;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"new-2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87338;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"new-2-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206167;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"new-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40633;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"new-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124106;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"new-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43613;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"new-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57609;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"new-2-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132788;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"new-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56970;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"new-2-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163604;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"new-2-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117455;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"new-2-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50858;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:103:\"A kid around 7 years old and his dad laugh together while playing football on a lawn in the summertime.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12647, 6001, '_wp_attached_file', '2024/06/new-3.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12648, 6001, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:17:\"2024/06/new-3.jpg\";s:8:\"filesize\";i:576774;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"new-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22020;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"new-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68046;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"new-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18518;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"new-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47285;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"new-3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115233;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"new-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25977;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"new-3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69138;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"new-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27198;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"new-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34247;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"new-3-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71013;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"new-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40791;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"new-3-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89554;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"new-3-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62948;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"new-3-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"Getty Images/500px Plus\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:109:\"Funny asian girl look through hand binoculars, watching you, standing in summer clothes on yellow background.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:18:\"Cookie Studio 2017\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12652, 6003, '_wp_attached_file', '2024/06/color.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12653, 6003, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1214;s:4:\"file\";s:17:\"2024/06/color.jpg\";s:8:\"filesize\";i:1210351;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"color-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27549;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"color-1024x607.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107508;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"color-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19923;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"color-768x455.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72925;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"color-1536x911.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191059;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"color-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35906;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"color-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118837;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"color-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37356;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"color-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49453;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"color-1080x640.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115038;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"color-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46317;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"color-1280x759.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146411;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"color-980x581.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101030;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"color-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42157;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12657, 6006, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12658, 6006, '_et_pb_truncate_post_date', '2024-11-18 23:12:09');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12659, 6006, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12660, 6006, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12661, 6006, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12662, 6006, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12663, 6006, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12664, 6006, '_oembed_6248d2e6003a41bc7d5616b231d36896', '{{unknown}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12665, 6006, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12666, 6006, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12667, 6006, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12668, 6006, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12669, 6006, '_et_builder_version', 'VB|Divi|4.27.3');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12670, 6006, '_et_pb_color_palette', '#000000|#FFFFFF|#E02B20|#E09900|#EDF000|#7CDA24|#0C71C3|#8300E9');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12671, 6006, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12672, 6006, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover dbdb-has-custom-padding\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\"><a href=\"https://start.myalex.com/bannerhealth/\">WELCOME TO BANNER HEALTH BENEFITS</a></h2>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://start.myalex.com/bannerhealth/\" data-icon=\"&#x3d;\">Explore ALEX—Your Virtual Benefits Counselor</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover dbdb-has-custom-padding\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\"><a href=\"https://start.myalex.com/bannerhealth/\">WELCOME TO BANNER HEALTH BENEFITS</a></h2>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://start.myalex.com/bannerhealth/\" data-icon=\"&#x3d;\">Explore ALEX—Your Virtual Benefits Counselor</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_video et_pb_video_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner-OE-25.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Screenshot-2024-09-24-at-1.50.06 PM.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Open Enrollment is Nov. 4–15<br />\nThis is your chance to review your coverage and make changes to your benefits for 2025! Check out this video to learn what’s new.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://flimp.live/bannerbenefits\" data-icon=\"&#x3d;\">Looking for 2024 benefits?</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_3_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner is Great Place to Work Certified<br />\nBecause of the hard work and dedication of our team members, Banner has earned Great Place to Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.<br />\n&nbsp;<br />\nThe Great Place to Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">At Banner, we’re all about you.<br />\nWe’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_7 et_pb_gutters1.2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_0 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">With you in mind</h2><div>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</div></div>\n				\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" data-icon=\"&#x3d;\">Learn more</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_1 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark dbdb-icon-on-right dbdb-icon-on-hover\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">The bottom line</h2><div>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</div></div>\n				\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" data-icon=\"&#x3d;\">Learn more</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_2 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">An empowered life</h2><div>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</div></div>\n				\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" target=\"_blank\" data-icon=\"&#x3d;\">Learn more</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_2 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_2 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover\" data-slide-id=\"et_pb_slide_2\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Team Members</h2><div class=\"et_pb_slide_content\">At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</div>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" data-icon=\"&#x3d;\">Document Portal</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			<div class=\"et_pb_slide et_pb_slide_3 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay dbdb-icon-on-left dbdb-icon-on-hover\" data-slide-id=\"et_pb_slide_3\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">New Hires</h2><div class=\"et_pb_slide_content\">Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our Enrollment Checklist, learn about Dependent Verification and visit ALEX your virtual benefits counselor. Finally, explore this site to discover all the benefit options and resources available to you and your family.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			<div class=\"et_pb_slide et_pb_slide_4 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay dbdb-icon-on-left dbdb-icon-on-hover\" data-slide-id=\"et_pb_slide_4\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Recruits</h2><div class=\"et_pb_slide_content\">At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that supports total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			<div class=\"et_pb_slide et_pb_slide_5 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay dbdb-icon-on-left dbdb-icon-on-hover\" data-slide-id=\"et_pb_slide_5\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\">News</a></h2><div class=\"et_pb_slide_content\">We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</div>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" data-icon=\"&#x3d;\">Read All About It</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_7 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth/\" data-icon=\"&#x3d;\">Ask ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=14&#038;wpfd_file_id=7473&#038;token=&#038;preview=1\" data-icon=\"&#x3d;\">Residents &amp; Fellows</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com\" data-icon=\"&#x3d;\">Enroll Now</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_8 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4 kmod1-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">DESIGNED WITH YOU IN MIND<br />\nBanner&#8217;s benefits are designed to support our team members&#8217; total well-being. We offer:</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_11 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion  et_pb_text_align_left\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">CORE COVERAGE</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network<br />\nThree dental and two vision plan options to choose from for more complete health care coverage<br />\nSpending accounts to help you cover out-of-pocket expenses and save on taxes</div>\n			</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_1 my_accordion  et_pb_text_align_left\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">VOLUNTARY BENEFITS</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<p>	Pet insurance<br />\n	Financial wellness &amp; ID theft protection<br />\n	Life insurance<br />\n	Supplemental medical coverage<br />\n	Legal coverage</div>\n			</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_2 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">FREE RESOURCES &amp; PERKS</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>The MyWell-Being Program offers the support you need to live a healthy life, plus a chance to earn discounted premiums and other rewards<br />\nResources for Living provides mental health and daily living support<br />\nBeneplace provides exclusive discounts for Banner team members</div>\n			</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_10 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_12\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_0 clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				\n				\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\">Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.<br />\n <br />\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you!</div></div>\n					<span class=\"et_pb_testimonial_author\">David J. Schuitema, CEBS</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">SR. Director Benefits</span></p>\n				</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_11 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_13\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12673, 6006, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6006\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12674, 6006, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12675, 6006, '_dp_original', 41);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12676, 6006, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12677, 6006, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12678, 6006, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12679, 6006, '_et_builder_dynamic_assets_loading_attr_threshold', 7);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12680, 6006, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12681, 6006, '_edit_lock', '1734038110:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12692, 5864, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12699, 6014, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12700, 6014, '_et_pb_truncate_post_date', '2025-02-11 02:09:27');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12701, 6014, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12702, 6014, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12703, 6014, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12704, 6014, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12705, 6014, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12706, 6014, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12707, 6014, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12708, 6014, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12709, 6014, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12710, 6014, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12711, 6014, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12712, 6014, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12713, 6014, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12714, 6014, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Dependent verification</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dependent verification is required for new family members to be covered:</p>\n<p>You’ll need to provide certain documents to prove any newly enrolled family members you add for coverage (spouse, children, etc.) meet the eligibility requirements.<br />\nReview and/or provide your dependent’s Social Security number (SSN) and phone number.<br />\nCheck the Dependent Eligibility Matrix for a list of the required documents.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Collecting proof of eligibility helps us comply with requirements for our benefits plans. More importantly, it helps manage costs for you and for Banner by ensuring we aren’t paying claims for individuals who shouldn’t be enrolled. Be sure to submit your documents by the deadline listed in the enrollment system.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12715, 6014, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6014\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12716, 6014, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12717, 6014, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12718, 6014, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12719, 6014, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12720, 6014, '_edit_lock', '1738181239:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12721, 6014, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12739, 5788, '_wp_old_date', '2024-06-14');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12741, 5630, '_wp_old_date', '2024-06-14');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12742, 5908, '_wp_old_date', '2024-06-14');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12743, 5789, '_wp_old_date', '2024-06-14');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12744, 5790, '_wp_old_date', '2024-06-14');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12745, 5810, '_wp_old_date', '2024-06-14');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12750, 6021, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12751, 6021, '_et_pb_truncate_post_date', '2025-01-29 20:15:57');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12752, 6021, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12753, 6021, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12754, 6021, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12755, 6021, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12756, 6021, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12757, 6021, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12758, 6021, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12759, 6021, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12760, 6021, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12761, 6021, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12762, 6021, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12763, 6021, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12764, 6021, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12765, 6021, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Qualifying Life Events</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Did you get married or have a baby this year? When you experience a Qualifying Life Event, your enrollment must be completed within 31 days of the Qualifying Life Event date, and you will be required to supply additional documents to support your life event. Click here to learn more about specific life events and your ability to request changes.</p>\n<p>Some of the most common Qualifying Life Events include:</p>\n<p>	Change in marital status (e.g., marriage, divorce, deceased spouse)<br />\n	Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)<br />\n	Change in your spouse’s employment status resulting in a loss or gain of coverage<br />\n	Change in your employment status resulting in a loss or gain of coverage<br />\n	Enrollment in Medicare or Medicaid</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12766, 6021, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6021\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12767, 6021, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12768, 6021, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12769, 6021, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12770, 6021, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12771, 6021, '_edit_lock', '1721840474:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12772, 6021, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12777, 6021, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12793, 6029, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12794, 6029, '_et_pb_truncate_post_date', '2024-10-03 18:36:15');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12795, 6029, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12796, 6029, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12797, 6029, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12798, 6029, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12799, 6029, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12800, 6029, '_et_pb_first_image', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12801, 6029, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12802, 6029, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12803, 6029, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12804, 6029, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12805, 6029, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12806, 6029, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12807, 6029, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12808, 6029, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<div class=\"et_pb_slide_content\">High-Deductible HealthPlans (HDHPs) and the HealthSavings Account (HSA)<br />\nHow they work together to save you money</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">What is an HDHP?<br />\nThe Value Plan and Premier Plan are both HDHPs featuring low premiums and a high deductible. HDHPs let you pay less money from your paycheck for coverage, but you’ll pay the full cost of medical services until you reach your deductible. That’s where the HSA can help you save.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">What is an HSA?<br />\nAn HSA is a tax-advantaged medical savings account available to taxpayers in the United States who are enrolled in an HDHP. The funds contributed to an account are not subject to federal income tax at the time of deposit, and if used for qualified health care expenses, are never taxed.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How do an HDHP and an<br />\nHSA work together?<br />\nYou can use money from your HSA to help pay for the higher deductible of the Value or Premier Plan and other qualified health care expenses. So, you benefit from a lower monthly premium, and you can use tax-free money to help you reach your deductible.<br />\nRefer to IRS Publication 502 for a list of the qualified health care expenses.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Save on health care. Stay in the Banner Health Network.</h2><div class=\"et_pb_slide_content\">Use fewer HSA dollars while you’re working toward your deductible when you get care in the Banner Health Network. You will get more for your HSA money when you use Banner physicians, pharmacies, laboratories and other services.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_6032\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"6032\" data-filter-delay=\"1000\" aria-label=\"HSA\"            id=\"footable_6032\"\n           data-unique_identifier=\"ninja_table_unique_id_372871426_6032\"\n           class=\" foo-table ninja_footable foo_table_6032 ninja_table_unique_id_372871426_6032 ui table  nt_type_ajax_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                    </colgroup>\n            </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_6032\'>\n                        #footable_6032  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6032 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6032 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_6032 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6032 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_6032 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6032,\n    #footable_6032 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_6032 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6032:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6032 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6032 tr.footable-header, #footable_6032 tr.footable-header th, .colored_table #footable_6032 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6032 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6032 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6032 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_6032 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6032 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_6032 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_6032 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_6032 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_6032 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6032 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6032 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_6032 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_6032 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6032 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6032 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6032 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6032:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_parent_6032 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_6032 {\nborder: 0 !important;\n}#footable_6032 td.ninja_column_1 { text-align: center; }#footable_6032 th.ninja_column_1 { text-align: center; }#footable_6032 td.ninja_column_2 { text-align: center; }#footable_6032 th.ninja_column_2 { text-align: center; }#footable_6032 thead tr th.ninja_column_0,#footable_6032 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 0); color: rgba(0, 0, 0, 1); }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health’s contribution does count toward annual maximum.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How much should I contribute to an HSA?<br />\nThe IRS regulates how much you can contribute to your HSA every year. These limits include any money Banner deposits into your HSA on the Premier Plan.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Here are some suggestions on what amount to contribute to an HSA:</p>\n<p>	At least the amount of your deductible, so you’re ready for those expenses you would have to pay out of pocket<br />\n	The amount you’re saving on your premiums<br />\n	The maximum allowed by the IRS to benefit from the tax advantages<br />\n	Don’t forget about non-covered dental and vision expenses; HSA contributions can be used for those services as well</p>\n<p>&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_2_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">More ways to grow your savings<br />\nYour contributions are tax-deductible, so they will reduce the amount of money you pay in federal income taxes. Then your HSA will earn tax-free interest on the balance. When your HSA reaches a certain level ($1,000), you can invest your money in mutual funds to achieve an even higher rate of growth.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hsa-fsa/\" target=\"_blank\">Health Savings and Spending Accounts</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/medical/\" target=\"_blank\">Medical Plan Options</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12809, 6029, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6029\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12810, 6029, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12811, 6029, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12812, 6029, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12813, 6029, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12814, 6029, '_edit_lock', '1722012142:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12815, 6029, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12829, 6032, '_ninja_table_columns', 'a:3:{i:0;a:17:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:20:\"rgba(71, 140, 77, 0)\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:16:\"rgba(0, 0, 0, 1)\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:13:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:10:\"INDIVIDUAL\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:2;a:13:{s:3:\"key\";s:6:\"vendor\";s:4:\"name\";s:6:\"FAMILY\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12830, 6032, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:1:\"1\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:10:\"ajax_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12831, 6032, '_ninja_table_cache_object', 'a:3:{i:0;a:5:{s:7:\"benefit\";s:6:\"$4,300\";s:6:\"vendor\";s:6:\"$8,550\";s:7:\"contact\";s:90:\"All other providers who do not participate in the Banner Health or Aetna provider networks\";s:5:\"blank\";s:33:\"<strong>2025 maximum contribution\";s:8:\"___id___\";i:60;}i:1;a:5:{s:5:\"blank\";s:74:\"<strong>Annual Banner Health contribution (Premier Plan participants only)\";s:7:\"benefit\";s:4:\"$450\";s:6:\"vendor\";s:4:\"$900\";s:7:\"contact\";s:11:\"<strong>$$$\";s:8:\"___id___\";i:61;}i:2;a:4:{s:5:\"blank\";s:35:\"<strong>Catch-up contribution (55+)\";s:7:\"benefit\";s:6:\"$1,000\";s:6:\"vendor\";s:6:\"$1,000\";s:8:\"___id___\";i:63;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12832, 6032, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12833, 6032, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12834, 6032, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12835, 6032, '__ninja_cached_table_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12836, 6032, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12837, 6032, '_last_edited_time', '2024-08-27 23:33:38');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12838, 6032, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12839, 6032, '_ninja_tables_custom_css', '#footable_parent_NT_ID th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_6032 {\nborder: 0 !important;\n}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12840, 6032, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12850, 6039, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12851, 6039, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12852, 6039, '_et_pb_truncate_post_date', '2024-10-18 20:34:58');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12853, 6039, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12854, 6039, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12855, 6039, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12856, 6039, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12857, 6039, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12858, 6039, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12859, 6039, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12860, 6039, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12861, 6039, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12862, 6039, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12863, 6039, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12864, 6039, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12865, 6039, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12866, 6039, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Dental through Cigna</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Shaping a healthy smile<br />\nDental health goes beyond a pretty smile. Banner Health offers three different dental plans through Cigna. Each plan offers different coverage levels and costs to fit your unique needs. </p>\n<p>To get the most out of your dental benefits, select a provider within your plan&#8217;s network. </div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_text_align_left et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">COMPREHENSIVE</h5>\n				<div class=\"et_pb_toggle_content clearfix\">This dental health maintenance organization (DHMO) plan has the lowest premiums, no deductibles and no annual maximums. You pay a flat copay amount based on the covered service. You must select a general dentist from the DHMO network who will refer you to dental specialists as needed. There is no coverage for care from non-DHMO providers.This plan is only offered based on the availability of network providers near your home ZIP code. If you move out of the network area, you will need to change plans. (If your home ZIP code has DHMO providers, this option will be displayed in Workday System during enrollment.)</div>\n			</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_1 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_text_align_left et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">VALUE</h5>\n				<div class=\"et_pb_toggle_content clearfix\">This dental preferred provider option (DPPO) plan has deductibles for most services, and you pay a percentage of the costs for covered services. You may go to any dentist; however, you will receive discounted rates at a DPPO network provider. This plan does not include orthodontia coverage.</div>\n			</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_2 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2  et_pb_text_align_left et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">PREMIER</h5>\n				<div class=\"et_pb_toggle_content clearfix\">This DPPO plan has the highest premiums but offers the most coverage. It is similar to the Value Dental Plan, but also includes coverage for orthodontia and has higher annual maximums.</div>\n			</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\"><div id=\"footable_parent_6048\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"6048\" data-filter-delay=\"1000\" aria-label=\"Dental\"            id=\"footable_6048\"\n           data-unique_identifier=\"ninja_table_unique_id_2123261026_6048\"\n           class=\" foo-table ninja_footable foo_table_6048 ninja_table_unique_id_2123261026_6048 ui table  nt_type_legacy_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                            <col class=\"ninja_column_4 \">\n                            <col class=\"ninja_column_5 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_benefit \">COMPREHENSIVE DENTAL PLAN<br>(DHMO)*</th><th scope=\"col\" colspan=\"2\" class=\"ninja_column_2 ninja_clmn_nm_vendor \">VALUE<br>DENTAL PLAN<br>(PPO)</th><td class=\"ninja_temp_cell\"></td><th scope=\"col\" colspan=\"2\" class=\"ninja_column_4 ninja_clmn_nm_value_dental_plan_ppo \">PREMIER<br>DENTAL PLAN<br>(PPO)</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"64\" class=\"ninja_table_row_0 nt_row_id_64\">\n            <td></td><td>Network provider</td><td>Network provider</td><td>Out-of-network provider</td><td>Network provider</td><td>Out-of-network provider</td>        </tr>\n            <tr data-row_id=\"79\" class=\"ninja_table_row_1 nt_row_id_79\">\n            <td><b>Choice of dentists</b></td><td>You must choose a general dentist from the Network Provider list to manage your dental care. If you need specialty care, your general dentist gives you a referral to another dentist in the DHMO network. Out-of-network benefits are not offered with this plan.</td><td colspan=\"2\">You may go to any dentist; however, you will receive discounted rates at a Network Provider.</td><td class=\"ninja_temp_cell\"></td><td colspan=\"2\">You may go to any dentist; however, you will receive discounted rates at a Network Provider.</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"74\" class=\"ninja_table_row_2 nt_row_id_74\">\n            <td><b>Annual deductible</b><br>(waived for preventive care, routine cleaning, X-rays)</td><td>No deductibles</td><td colspan=\"2\">$50 per person $150 family</td><td class=\"ninja_temp_cell\"></td><td colspan=\"2\">$50 per person $150 family</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"75\" class=\"ninja_table_row_3 nt_row_id_75\">\n            <td><b>Routine exam, cleaning and X-rays</td><td>Covered at 100%</td><td colspan=\"2\">Covered at 100%</td><td class=\"ninja_temp_cell\"></td><td colspan=\"2\">Covered at 100%</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"76\" class=\"ninja_table_row_4 nt_row_id_76\">\n            <td><b>Basic restorative care benefit</td><td>The DHMO is a copay plan. When you get a dental service, your dentist is allowed to charge a certain amount; you pay a fixed portion of that cost and the plan pays the rest.</td><td>You pay 10% after deductible</td><td>You pay 30% after deductible</td><td>You pay 10% after deductible</td><td>You pay 30% after deductible</td>        </tr>\n            <tr data-row_id=\"66\" class=\"ninja_table_row_5 nt_row_id_66\">\n            <td><b>Major restorative care benefit</td><td>The DHMO is a copayment plan. When you get a dental service, your dentist is allowed to charge a certain amount; you pay a fixed portion of that cost and the plan pays the rest.</td><td>You pay 20% after deductible</td><td>You pay 50% after deductible</td><td>You pay 20% after deductible</td><td>You pay 50% after deductible</td>        </tr>\n            <tr data-row_id=\"67\" class=\"ninja_table_row_6 nt_row_id_67\">\n            <td><b>Orthodontia</td><td>Covered</td><td colspan=\"2\">Not Covered</td><td class=\"ninja_temp_cell\"></td><td>You pay 50%, $2,500 lifetime benefit maximum</td><td>You pay 50%, $1,500 lifetime benefit maximum</td>        </tr>\n            <tr data-row_id=\"68\" class=\"ninja_table_row_7 nt_row_id_68\">\n            <td><b>Annual maximum benefit</td><td>No annual maximum</td><td>$1,500 per member</td><td>$1,000 per member</td><td>$2,500 per member (orthodontia is separate)</td><td>$2,000 per member (orthodontia is separate)</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_6048\'>\n                        #footable_6048  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6048 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6048 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_6048 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6048 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_6048 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6048,\n    #footable_6048 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_6048 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6048:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6048 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6048 tr.footable-header, #footable_6048 tr.footable-header th, .colored_table #footable_6048 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6048 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6048 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6048 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_6048 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6048 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_6048 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_6048 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_6048 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_6048 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6048 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6048 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_6048 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_6048 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6048 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6048 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6048 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6048:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_6048.ninja_footable.ninja_table_pro tbody tr.nt_row_id_64 {\n        background: rgba(71, 140, 77, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n            \n#footable_parent_6048 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}#footable_6048 td.ninja_column_1 { text-align: center; }#footable_6048 th.ninja_column_1 { text-align: center; }#footable_6048 td.ninja_column_2 { text-align: center; }#footable_6048 th.ninja_column_2 { text-align: center; }#footable_6048 td.ninja_column_3 { text-align: center; }#footable_6048 th.ninja_column_3 { text-align: center; }#footable_6048 td.ninja_column_4 { text-align: center; }#footable_6048 th.ninja_column_4 { text-align: center; }#footable_6048 td.ninja_column_5 { text-align: center; }#footable_6048 th.ninja_column_5 { text-align: center; }#footable_6048 thead tr th.ninja_column_0,#footable_6048 tbody tr td.ninja_column_0{ color: rgba(0, 0, 0, 1); }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">*The dental plans pay based on Reasonable and Customary (R&amp;C) limits.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">NOTE: If you participate in the MyWell-Being Program, you can earn the Comprehensive Dental Plan at no cost for team member-only coverage. Team members in non-DHMO service areas will receive a $10 monthly credit.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Find a contracted dental provider<br />\nVisit my.cigna.com, call 800-244-6224 or use the myCigna app available in the Apple App Store or Google Play.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Take the Cigna<br />\nDental quiz<br />\nCan’t decide? Answer a few questions to find the plan that’s right for you.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fdentalplanquiz&#038;data=05%7C02%7Cevlester%40lockton.com%7C786512f020e544502dbf08dcee141ae8%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638647017350094706%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&#038;sdata=dF0Yd%2Fm3wEihyaemQTACgOMq%2BLyF6KU43MgF84KAjbg%3D&#038;reserved=0\" target=\"_blank\">Take the Dental Quiz</a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=15&#038;wpfd_file_id=7312&#038;token=&#038;preview=1\" target=\"_blank\">Team Member Premiums</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=14&#038;wpfd_file_id=7473&#038;token=&#038;preview=1\" target=\"_blank\">Resident and Fellow Benefits</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12867, 6039, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6039\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12868, 6039, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12869, 6039, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12870, 6039, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12871, 6039, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12872, 6039, '_edit_lock', '1723663440:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12873, 6039, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12874, 6039, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12891, 6048, '_ninja_table_columns', 'a:6:{i:0;a:17:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:16:\"rgba(0, 0, 0, 1)\";s:5:\"width\";s:4:\"16.6\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:13:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:36:\"COMPREHENSIVE DENTAL PLAN<br>(DHMO)*\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:10:\"unsortable\";s:3:\"yes\";s:5:\"width\";s:4:\"33.2\";}i:2;a:13:{s:3:\"key\";s:6:\"vendor\";s:4:\"name\";s:29:\"VALUE<br>DENTAL PLAN<br>(PPO)\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:4:\"16.6\";s:10:\"unsortable\";s:3:\"yes\";}i:3;a:13:{s:3:\"key\";s:7:\"contact\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:4:\"16.6\";s:10:\"unsortable\";s:3:\"yes\";}i:4;a:13:{s:4:\"name\";s:31:\"PREMIER<br>DENTAL PLAN<br>(PPO)\";s:3:\"key\";s:21:\"value_dental_plan_ppo\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:4:\"16.6\";}i:5;a:13:{s:4:\"name\";s:9:\"#colspan#\";s:3:\"key\";s:23:\"premier_dental_plan_ppo\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:4:\"16.6\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12892, 6048, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12893, 6048, '_ninja_table_cache_object', 'a:8:{i:0;a:7:{s:5:\"blank\";s:0:\"\";s:7:\"benefit\";s:16:\"Network provider\";s:6:\"vendor\";s:16:\"Network provider\";s:7:\"contact\";s:23:\"Out-of-network provider\";s:21:\"value_dental_plan_ppo\";s:16:\"Network provider\";s:23:\"premier_dental_plan_ppo\";s:23:\"Out-of-network provider\";s:8:\"___id___\";i:64;}i:1;a:7:{s:5:\"blank\";s:25:\"<b>Choice of dentists</b>\";s:7:\"benefit\";s:258:\"You must choose a general dentist from the Network Provider list to manage your dental care. If you need specialty care, your general dentist gives you a referral to another dentist in the DHMO network. Out-of-network benefits are not offered with this plan.\";s:6:\"vendor\";s:92:\"You may go to any dentist; however, you will receive discounted rates at a Network Provider.\";s:7:\"contact\";s:9:\"#colspan#\";s:21:\"value_dental_plan_ppo\";s:92:\"You may go to any dentist; however, you will receive discounted rates at a Network Provider.\";s:23:\"premier_dental_plan_ppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:79;}i:2;a:7:{s:5:\"blank\";s:82:\"<b>Annual deductible</b><br>(waived for preventive care, routine cleaning, X-rays)\";s:7:\"benefit\";s:14:\"No deductibles\";s:6:\"vendor\";s:26:\"$50 per person $150 family\";s:7:\"contact\";s:9:\"#colspan#\";s:21:\"value_dental_plan_ppo\";s:26:\"$50 per person $150 family\";s:23:\"premier_dental_plan_ppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:74;}i:3;a:7:{s:5:\"blank\";s:36:\"<b>Routine exam, cleaning and X-rays\";s:7:\"benefit\";s:15:\"Covered at 100%\";s:6:\"vendor\";s:15:\"Covered at 100%\";s:7:\"contact\";s:9:\"#colspan#\";s:23:\"premier_dental_plan_ppo\";s:9:\"#colspan#\";s:21:\"value_dental_plan_ppo\";s:15:\"Covered at 100%\";s:8:\"___id___\";i:75;}i:4;a:7:{s:5:\"blank\";s:33:\"<b>Basic restorative care benefit\";s:7:\"benefit\";s:173:\"The DHMO is a copay plan. When you get a dental service, your dentist is allowed to charge a certain amount; you pay a fixed portion of that cost and the plan pays the rest.\";s:6:\"vendor\";s:28:\"You pay 10% after deductible\";s:7:\"contact\";s:28:\"You pay 30% after deductible\";s:21:\"value_dental_plan_ppo\";s:28:\"You pay 10% after deductible\";s:23:\"premier_dental_plan_ppo\";s:28:\"You pay 30% after deductible\";s:8:\"___id___\";i:76;}i:5;a:7:{s:7:\"benefit\";s:177:\"The DHMO is a copayment plan. When you get a dental service, your dentist is allowed to charge a certain amount; you pay a fixed portion of that cost and the plan pays the rest.\";s:6:\"vendor\";s:28:\"You pay 20% after deductible\";s:7:\"contact\";s:28:\"You pay 50% after deductible\";s:5:\"blank\";s:33:\"<b>Major restorative care benefit\";s:21:\"value_dental_plan_ppo\";s:28:\"You pay 20% after deductible\";s:23:\"premier_dental_plan_ppo\";s:28:\"You pay 50% after deductible\";s:8:\"___id___\";i:66;}i:6;a:7:{s:7:\"benefit\";s:7:\"Covered\";s:6:\"vendor\";s:11:\"Not Covered\";s:7:\"contact\";s:9:\"#colspan#\";s:5:\"blank\";s:14:\"<b>Orthodontia\";s:23:\"premier_dental_plan_ppo\";s:44:\"You pay 50%, $1,500 lifetime benefit maximum\";s:21:\"value_dental_plan_ppo\";s:44:\"You pay 50%, $2,500 lifetime benefit maximum\";s:8:\"___id___\";i:67;}i:7;a:7:{s:7:\"benefit\";s:17:\"No annual maximum\";s:6:\"vendor\";s:17:\"$1,500 per member\";s:7:\"contact\";s:17:\"$1,000 per member\";s:5:\"blank\";s:25:\"<b>Annual maximum benefit\";s:21:\"value_dental_plan_ppo\";s:43:\"$2,500 per member (orthodontia is separate)\";s:23:\"premier_dental_plan_ppo\";s:43:\"$2,000 per member (orthodontia is separate)\";s:8:\"___id___\";i:68;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12894, 6048, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12895, 6048, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12896, 6048, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12897, 6048, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_benefit \">COMPREHENSIVE DENTAL PLAN<br>(DHMO)*</th><th scope=\"col\" colspan=\"2\" class=\"ninja_column_2 ninja_clmn_nm_vendor \">VALUE<br>DENTAL PLAN<br>(PPO)</th><td class=\"ninja_temp_cell\"></td><th scope=\"col\" colspan=\"2\" class=\"ninja_column_4 ninja_clmn_nm_value_dental_plan_ppo \">PREMIER<br>DENTAL PLAN<br>(PPO)</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"64\" class=\"ninja_table_row_0 nt_row_id_64\">\n            <td></td><td>Network provider</td><td>Network provider</td><td>Out-of-network provider</td><td>Network provider</td><td>Out-of-network provider</td>        </tr>\n            <tr data-row_id=\"79\" class=\"ninja_table_row_1 nt_row_id_79\">\n            <td><b>Choice of dentists</b></td><td>You must choose a general dentist from the Network Provider list to manage your dental care. If you need specialty care, your general dentist gives you a referral to another dentist in the DHMO network. Out-of-network benefits are not offered with this plan.</td><td colspan=\"2\">You may go to any dentist; however, you will receive discounted rates at a Network Provider.</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td colspan=\"2\">You may go to any dentist; however, you will receive discounted rates at a Network Provider.</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n            <tr data-row_id=\"74\" class=\"ninja_table_row_2 nt_row_id_74\">\n            <td><b>Annual deductible</b><br>(waived for preventive care, routine cleaning, X-rays)</td><td>No deductibles</td><td colspan=\"2\">$50 per person $150 family</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td colspan=\"2\">$50 per person $150 family</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n            <tr data-row_id=\"75\" class=\"ninja_table_row_3 nt_row_id_75\">\n            <td><b>Routine exam, cleaning and X-rays</td><td>Covered at 100%</td><td colspan=\"2\">Covered at 100%</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td colspan=\"2\">Covered at 100%</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n            <tr data-row_id=\"76\" class=\"ninja_table_row_4 nt_row_id_76\">\n            <td><b>Basic restorative care benefit</td><td>The DHMO is a copay plan. When you get a dental service, your dentist is allowed to charge a certain amount; you pay a fixed portion of that cost and the plan pays the rest.</td><td>You pay 10% after deductible</td><td>You pay 30% after deductible</td><td>You pay 10% after deductible</td><td>You pay 30% after deductible</td>        </tr>\n            <tr data-row_id=\"66\" class=\"ninja_table_row_5 nt_row_id_66\">\n            <td><b>Major restorative care benefit</td><td>The DHMO is a copayment plan. When you get a dental service, your dentist is allowed to charge a certain amount; you pay a fixed portion of that cost and the plan pays the rest.</td><td>You pay 20% after deductible</td><td>You pay 50% after deductible</td><td>You pay 20% after deductible</td><td>You pay 50% after deductible</td>        </tr>\n            <tr data-row_id=\"67\" class=\"ninja_table_row_6 nt_row_id_67\">\n            <td><b>Orthodontia</td><td>Covered</td><td colspan=\"2\">Not Covered</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td>You pay 50%, $2,500 lifetime benefit maximum</td><td>You pay 50%, $1,500 lifetime benefit maximum</td>        </tr>\n            <tr data-row_id=\"68\" class=\"ninja_table_row_7 nt_row_id_68\">\n            <td><b>Annual maximum benefit</td><td>No annual maximum</td><td>$1,500 per member</td><td>$1,000 per member</td><td>$2,500 per member (orthodontia is separate)</td><td>$2,000 per member (orthodontia is separate)</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12898, 6048, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12899, 6048, '_last_edited_time', '2024-09-21 15:55:44');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12900, 6048, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12901, 6048, '_ninja_tables_custom_css', '#footable_parent_NT_ID th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12902, 6048, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12911, 6052, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12912, 6052, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12913, 6052, '_et_pb_truncate_post_date', '2024-10-01 00:20:05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12914, 6052, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12915, 6052, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12916, 6052, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12917, 6052, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12918, 6052, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12919, 6052, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12920, 6052, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12921, 6052, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12922, 6052, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12923, 6052, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12924, 6052, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12925, 6052, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12926, 6052, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12927, 6052, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Vision through VSP</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Prescribing a clearer vision<br />\nEven those with perfect eyesight should get their eyes checked on a regular basis. Banner Health offers two similar plans through Vision Service Plan (VSP). Both plans cover preventive exams, have the same network and offer discounts through certain providers. Our vision network includes local providers as well as national companies such as Costco and Visionworks.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_text_align_left et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Value Plan</h5>\n				<div class=\"et_pb_toggle_content clearfix\">The Value Plan offers access to VSP’s large network of providers at a lower premium. On this plan, you’re covered for an eye exam and lenses or contacts every 12 months and frames every 24 months. You pay a flat copay for in-network services and frames.</div>\n			</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_1 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_text_align_left et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Premier Plan with EasyOptions enhancements</h5>\n				<div class=\"et_pb_toggle_content clearfix\">The Premier Plan has a higher premium but offers the most coverage. It’s like the Value Plan but also includes an allowance for laser vision care and a greater allowance for eyeglass frames every 12 months. And with the EasyOptions enhancements, you can choose one annual upgrade: a $250 frame allowance, a $300 featured frame brands allowance OR an anti-reflective coating.</div>\n			</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\"><div id=\"footable_parent_6061\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"6061\" data-filter-delay=\"1000\" aria-label=\"Vision\"            id=\"footable_6061\"\n           data-unique_identifier=\"ninja_table_unique_id_642134445_6061\"\n           class=\" foo-table ninja_footable foo_table_6061 ninja_table_unique_id_642134445_6061 ui table  nt_type_legacy_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_benefit \">VALUE PLAN</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_vendor \">PREMIER PLAN VSP EASYOPTIONS</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"87\" class=\"ninja_table_row_0 nt_row_id_87\">\n            <td><b>Annual eye exam</td><td>Every plan year</td><td>Every plan year</td>        </tr>\n            <tr data-row_id=\"84\" class=\"ninja_table_row_1 nt_row_id_84\">\n            <td><b>Eyeglass lenses</td><td>Every plan year (single, bifocal, progressive)</td><td>Every plan year (single, bifocal, progressive, polycarbonate, photochromic)</td>        </tr>\n            <tr data-row_id=\"85\" class=\"ninja_table_row_2 nt_row_id_85\">\n            <td><b>Frames</td><td>Every other plan year</td><td>Every plan year (single, bifocal, progressive)</td>        </tr>\n            <tr data-row_id=\"86\" class=\"ninja_table_row_3 nt_row_id_86\">\n            <td></b>In-network coverage copay</b><br>Annual eye exam<br>Materials<br>Laser vision care (LASIK)</td><td>$10<br>$10<br>Discounted services available</td><td>$10<br>$10<br>Allowance of up to $500 per eye</td>        </tr>\n            <tr data-row_id=\"81\" class=\"ninja_table_row_4 nt_row_id_81\">\n            <td><b>VSP network allowances</b><br>Retail frame value<br>Elective contact lenses</td><td>$130<br>$130</td><td>$200<br>$250</td>        </tr>\n            <tr data-row_id=\"82\" class=\"ninja_table_row_5 nt_row_id_82\">\n            <td><b>Out-of-network coverage copay</b><br> Annual eye exam<br> Single vision lenses<br> Bifocal lenses<br> Trifocal lenses<br> Frame<br> Elective contact lenses<br> Laser vision care (LASIK)</td><td>Up to $45<br> Up to $30<br> Up to $50<br> Up to $65<br> Up to $70<br> Up to $105<br> Not covered</td><td>Up to $45<br> Up to $30<br> Up to $50<br> Up to $65<br> Up to $70<br> Up to $105<br> Allowance of up to $500 per eye</td>        </tr>\n            <tr data-row_id=\"83\" class=\"ninja_table_row_6 nt_row_id_83\">\n            <td><b>EasyOptions enhancements</td><td></td><td>Choose one annual upgrade: $250 frame allowance OR $300 featured frame brand allowance OR anti-reflective (anti-glare) coating</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_6061\'>\n                        #footable_6061  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6061 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6061 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_6061 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6061 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_6061 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6061,\n    #footable_6061 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_6061 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6061:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6061 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6061 tr.footable-header, #footable_6061 tr.footable-header th, .colored_table #footable_6061 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6061 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6061 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6061 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_6061 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6061 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_6061 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_6061 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_6061 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_6061 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6061 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6061 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_6061 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_6061 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6061 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6061 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6061 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6061:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_parent_6061 th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_6061 {\nborder: 0 !important;\n}#footable_6061 td.ninja_column_1 { text-align: center; }#footable_6061 th.ninja_column_1 { text-align: center; }#footable_6061 td.ninja_column_2 { text-align: center; }#footable_6061 th.ninja_column_2 { text-align: center; }#footable_6061 thead tr th.ninja_column_0,#footable_6061 tbody tr td.ninja_column_0{ color: rgba(0, 0, 0, 1); }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">NOTE: If you participate in the MyWell-Being Program, you can earn the Value Vision Plan at no cost for team member-only coverage. </div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">When scheduling an appointment, be sure to provide your member ID<br />\nQ: What is my member ID?A: When you verify your vision coverage with VSP or with a provider, your member ID is three zeros followed by your Lawson ID# (ex. 000303479).<br />\n&nbsp;</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=15&#038;wpfd_file_id=7312&#038;token=&#038;preview=1\" target=\"_blank\">Team Member Premiums</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=14&#038;wpfd_file_id=7473&#038;token=&#038;preview=1\" target=\"_blank\">Resident and Fellow Benefits</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\"><a href=\"https://www.vsp.com/\">Find a contracted VSP provider</a></h2><div class=\"et_pb_slide_content\">Visit vsp.com, call 800-877-7195 or download the VSP app from the Apple App Store or Google Play.</div>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://www.vsp.com/\" target=\"_blank\">Visit VSP</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1014\" height=\"500\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/vision-2.jpg?resize=1014%2C500&#038;ssl=1\" alt=\"\" title=\"Screenshot\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/vision-2.jpg?w=1014&ssl=1 1014w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/vision-2.jpg?resize=300%2C148&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/vision-2.jpg?resize=768%2C379&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/vision-2.jpg?resize=980%2C483&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/vision-2.jpg?resize=480%2C237&ssl=1 480w\" sizes=\"(max-width: 1014px) 100vw, 1014px\" class=\"wp-image-6615\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12928, 6052, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6052\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12929, 6052, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12930, 6052, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12931, 6052, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12932, 6052, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12933, 6052, '_edit_lock', '1719548881:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12934, 6052, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12935, 6052, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12951, 6061, '_ninja_table_columns', 'a:3:{i:0;a:17:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:16:\"rgba(0, 0, 0, 1)\";s:5:\"width\";s:2:\"33\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:13:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:10:\"VALUE PLAN\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:10:\"unsortable\";s:3:\"yes\";s:5:\"width\";s:2:\"33\";}i:2;a:13:{s:3:\"key\";s:6:\"vendor\";s:4:\"name\";s:28:\"PREMIER PLAN VSP EASYOPTIONS\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"33\";s:10:\"unsortable\";s:3:\"yes\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12952, 6061, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12953, 6061, '_ninja_table_cache_object', 'a:7:{i:0;a:7:{s:5:\"blank\";s:18:\"<b>Annual eye exam\";s:7:\"benefit\";s:15:\"Every plan year\";s:6:\"vendor\";s:15:\"Every plan year\";s:7:\"contact\";s:9:\"#colspan#\";s:21:\"value_dental_plan_ppo\";s:91:\"You may go to any dentist; however you will receive discounted rates at a Network Provider.\";s:23:\"premier_dental_plan_ppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:87;}i:1;a:7:{s:5:\"blank\";s:18:\"<b>Eyeglass lenses\";s:7:\"benefit\";s:46:\"Every plan year (single, bifocal, progressive)\";s:6:\"vendor\";s:75:\"Every plan year (single, bifocal, progressive, polycarbonate, photochromic)\";s:7:\"contact\";s:9:\"#colspan#\";s:21:\"value_dental_plan_ppo\";s:26:\"$50 per person $150 family\";s:23:\"premier_dental_plan_ppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:84;}i:2;a:7:{s:5:\"blank\";s:9:\"<b>Frames\";s:7:\"benefit\";s:21:\"Every other plan year\";s:6:\"vendor\";s:46:\"Every plan year (single, bifocal, progressive)\";s:7:\"contact\";s:9:\"#colspan#\";s:23:\"premier_dental_plan_ppo\";s:9:\"#colspan#\";s:21:\"value_dental_plan_ppo\";s:15:\"Covered at 100%\";s:8:\"___id___\";i:85;}i:3;a:7:{s:5:\"blank\";s:94:\"</b>In-network coverage copay</b><br>Annual eye exam<br>Materials<br>Laser vision care (LASIK)\";s:7:\"benefit\";s:43:\"$10<br>$10<br>Discounted services available\";s:6:\"vendor\";s:45:\"$10<br>$10<br>Allowance of up to $500 per eye\";s:7:\"contact\";s:28:\"You pay 30% after deductible\";s:21:\"value_dental_plan_ppo\";s:28:\"You pay 10% after deductible\";s:23:\"premier_dental_plan_ppo\";s:28:\"You pay 30% after deductible\";s:8:\"___id___\";i:86;}i:4;a:7:{s:7:\"benefit\";s:12:\"$130<br>$130\";s:6:\"vendor\";s:12:\"$200<br>$250\";s:7:\"contact\";s:28:\"You pay 50% after deductible\";s:5:\"blank\";s:78:\"<b>VSP network allowances</b><br>Retail frame value<br>Elective contact lenses\";s:21:\"value_dental_plan_ppo\";s:28:\"You pay 20% after deductible\";s:23:\"premier_dental_plan_ppo\";s:28:\"You pay 50% after deductible\";s:8:\"___id___\";i:81;}i:5;a:7:{s:7:\"benefit\";s:96:\"Up to $45<br> Up to $30<br> Up to $50<br> Up to $65<br> Up to $70<br> Up to $105<br> Not covered\";s:6:\"vendor\";s:116:\"Up to $45<br> Up to $30<br> Up to $50<br> Up to $65<br> Up to $70<br> Up to $105<br> Allowance of up to $500 per eye\";s:7:\"contact\";s:9:\"#colspan#\";s:5:\"blank\";s:188:\"<b>Out-of-network coverage copay</b><br> Annual eye exam<br> Single vision lenses<br> Bifocal lenses<br> Trifocal lenses<br> Frame<br> Elective contact lenses<br> Laser vision care (LASIK)\";s:23:\"premier_dental_plan_ppo\";s:44:\"You pay 50%, $1,500 lifetime benefit maximum\";s:21:\"value_dental_plan_ppo\";s:44:\"You pay 50%, $2,500 lifetime benefit maximum\";s:8:\"___id___\";i:82;}i:6;a:7:{s:7:\"benefit\";s:0:\"\";s:6:\"vendor\";s:126:\"Choose one annual upgrade: $250 frame allowance OR $300 featured frame brand allowance OR anti-reflective (anti-glare) coating\";s:7:\"contact\";s:17:\"$1,000 per member\";s:5:\"blank\";s:27:\"<b>EasyOptions enhancements\";s:21:\"value_dental_plan_ppo\";s:43:\"$2,500 per member (orthodontia is separate)\";s:23:\"premier_dental_plan_ppo\";s:43:\"$2,000 per member (orthodontia is separate)\";s:8:\"___id___\";i:83;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12954, 6061, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12955, 6061, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12956, 6061, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12957, 6061, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_benefit \">VALUE PLAN</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_vendor \">PREMIER PLAN VSP EASYOPTIONS</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"87\" class=\"ninja_table_row_0 nt_row_id_87\">\n            <td><b>Annual eye exam</td><td>Every plan year</td><td>Every plan year</td>        </tr>\n            <tr data-row_id=\"84\" class=\"ninja_table_row_1 nt_row_id_84\">\n            <td><b>Eyeglass lenses</td><td>Every plan year (single, bifocal, progressive)</td><td>Every plan year (single, bifocal, progressive, polycarbonate, photochromic)</td>        </tr>\n            <tr data-row_id=\"85\" class=\"ninja_table_row_2 nt_row_id_85\">\n            <td><b>Frames</td><td>Every other plan year</td><td>Every plan year (single, bifocal, progressive)</td>        </tr>\n            <tr data-row_id=\"86\" class=\"ninja_table_row_3 nt_row_id_86\">\n            <td></b>In-network coverage copay</b><br>Annual eye exam<br>Materials<br>Laser vision care (LASIK)</td><td>$10<br>$10<br>Discounted services available</td><td>$10<br>$10<br>Allowance of up to $500 per eye</td>        </tr>\n            <tr data-row_id=\"81\" class=\"ninja_table_row_4 nt_row_id_81\">\n            <td><b>VSP network allowances</b><br>Retail frame value<br>Elective contact lenses</td><td>$130<br>$130</td><td>$200<br>$250</td>        </tr>\n            <tr data-row_id=\"82\" class=\"ninja_table_row_5 nt_row_id_82\">\n            <td><b>Out-of-network coverage copay</b><br> Annual eye exam<br> Single vision lenses<br> Bifocal lenses<br> Trifocal lenses<br> Frame<br> Elective contact lenses<br> Laser vision care (LASIK)</td><td>Up to $45<br> Up to $30<br> Up to $50<br> Up to $65<br> Up to $70<br> Up to $105<br> Not covered</td><td>Up to $45<br> Up to $30<br> Up to $50<br> Up to $65<br> Up to $70<br> Up to $105<br> Allowance of up to $500 per eye</td>        </tr>\n            <tr data-row_id=\"83\" class=\"ninja_table_row_6 nt_row_id_83\">\n            <td><b>EasyOptions enhancements</td><td></td><td>Choose one annual upgrade: $250 frame allowance OR $300 featured frame brand allowance OR anti-reflective (anti-glare) coating</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12958, 6061, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12959, 6061, '_last_edited_time', '2024-08-27 23:24:24');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12960, 6061, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12961, 6061, '_ninja_tables_custom_css', '#footable_parent_NT_ID th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_6061 {\nborder: 0 !important;\n}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12962, 6061, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12966, 6063, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12967, 6063, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12968, 6063, '_et_pb_truncate_post_date', '2025-01-06 15:02:19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12969, 6063, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12970, 6063, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12971, 6063, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12972, 6063, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12973, 6063, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12974, 6063, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12975, 6063, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12976, 6063, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12977, 6063, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12978, 6063, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12979, 6063, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12980, 6063, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12981, 6063, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12982, 6063, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Health Management Resources</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Your health and well-being are important to us. That’s why we offer a collection of Health Management Programs to better assist you in dealing with certain ailments. If you’re enrolled in a Banner Health medical plan, these are provided at no cost to you. Many of our Health Management Programs are part of our MyWell-Being Program points system and can be accessed through Virgin Pulse. Check out how you can earn points for taking care of your health.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Hello Heart empowers you to understand and improve your cardiovascular health, including managing and preventing high blood pressure, high cholesterol and heart disease. It includes tracking tools, personalized insight and recommendations, a dedicated support team and more. Learn more and enroll at join.helloheart.com/Banner. Or contact Hello Heart at 800-767-3471 or support@helloheart.com for more information.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Hinge Health is a digital exercise therapy program for back, knee, hip, neck and shoulder pain and women’s pelvic health. It features wearable motion sensors to guide you through the program, a library of educational resources and a personalized health coach who will be there to support you every step of the way. Visit hingehealth.com to learn more. For questions, call 855-902-2777 or email hello@hingehealth.com.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Virta offers personalized support to help manage health risks and improve overall well-being, whether you&#8217;re focused on reversing Type 2 diabetes or prediabetes or managing weight. Virta can help you put your diagnosed Type 2 diabetes or prediabetes into remission, reduce your need for medication and improve your overall health. With medical supervision, a dedicated health coach, biomarker tracking tools and a personalized treatment plan, Virta offers comprehensive support—all 100% online, so you can access care from the privacy of your own home. Plus, Virta Weight Loss is available for individuals with a BMI of 27 or greater so you can get the support you need to reduce weight and feel your best. This service is offered at no cost to you and your dependents through your Banner medical plan. To get started, visit virtahealth.com or email support@virtahealth.com.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Banner and Aetna have teamed up with AbleTo, a personalized, leading behavioral health care provider, to provide real support that fits your schedule. AbleTo provides virtual therapy and coaching to help you reduce feelings of stress, anxiety and depression. It also helps you build positive self-care routines to cope with everyday challenges. Take advantage of confidential, 24/7 access to the tools you need and engage with qualified and supportive therapists and coaches. Sign up today at no cost to you. Email help@ableto.com, call 866-287-1802 or visit ableto.com.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">To learn more about Banner’s Health Management Programs, click here:</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_left et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Pages/Health-Management-Programs.aspx\" target=\"_blank\">Health Management</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hm-2.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"Portrait of two happy friends lying on a meadow\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hm-2-scaled.jpg?w=2560&ssl=1 2560w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hm-2-scaled.jpg?resize=300%2C154&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hm-2-scaled.jpg?resize=1024%2C527&ssl=1 1024w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hm-2-scaled.jpg?resize=768%2C396&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hm-2-scaled.jpg?resize=1536%2C791&ssl=1 1536w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hm-2-scaled.jpg?w=2160&ssl=1 2160w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-6623\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">See what team members are saying about our Health Management Programs:</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_right et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/pages/Health-Management-Testimonial-Board.aspx\" target=\"_blank\">Testimonials</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12983, 6063, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6063\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12984, 6063, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12985, 6063, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12986, 6063, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12987, 6063, '_et_builder_dynamic_assets_loading_attr_threshold', 9);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12988, 6063, '_edit_lock', '1735587340:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12989, 6063, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12997, 6071, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12998, 6071, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12999, 6071, '_et_pb_truncate_post_date', '2024-11-03 23:17:32');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13000, 6071, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13001, 6071, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13002, 6071, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13003, 6071, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13004, 6071, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13005, 6071, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13006, 6071, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13007, 6071, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13008, 6071, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13009, 6071, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13010, 6071, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13011, 6071, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13012, 6071, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13013, 6071, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Important contacts</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\"><div id=\"footable_parent_6075\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"6075\" data-filter-delay=\"1000\" aria-label=\"Contacts\"            id=\"footable_6075\"\n           data-unique_identifier=\"ninja_table_unique_id_477308738_6075\"\n           class=\" foo-table ninja_footable foo_table_6075 ninja_table_unique_id_477308738_6075 ui table  nt_type_legacy_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \">Vendor</th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_benefit \">Contact</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_vendor \">Phone number</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_value_dental_plan_ppo \">Website</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"102\" class=\"ninja_table_row_0 nt_row_id_102\">\n            <td><b>Banner Health</b></td><td>Banner Benefits<br>Resource Center</td><td><span style=\"color: #3574AE;\">833-849-9825</td><td><a href=\"http://myhr.bannerhealth.com\"><span style=\"color: #478C4D;\">myhr.bannerhealth.com</a></td>        </tr>\n            <tr data-row_id=\"99\" class=\"ninja_table_row_1 nt_row_id_99\">\n            <td><b>Aetna</td><td>Medical Plans—Banner|Aetna</td><td><span style=\"color: #3574AE;\">855-788-5803</td><td><a href=\"http://banneraetna.com\"><span style=\"color: #478C4D;\">banneraetna.com</a></td>        </tr>\n            <tr data-row_id=\"168\" class=\"ninja_table_row_2 nt_row_id_168\">\n            <td><b>Aetna</td><td>Pharmacy—Banner|Aetna</td><td><span style=\"color: #3574AE;\">855-788-5803 </td><td><a href=\"http://banneraetna.com\"><span style=\"color: #478C4D;\">banneraetna.com </a></td>        </tr>\n            <tr data-row_id=\"169\" class=\"ninja_table_row_3 nt_row_id_169\">\n            <td><b>Aetna</td><td>Supplemental Benefits (Accident, Hospital Indemnity, Critical Illness)—Aetna</td><td><span style=\"color: #3574AE;\">855-788-5803   </td><td><a href=\"http://myaetnasupplemental.com\"><span style=\"color: #478C4D;\">myaetnasupplemental.com</td>        </tr>\n            <tr data-row_id=\"170\" class=\"ninja_table_row_4 nt_row_id_170\">\n            <td><b>Aetna</td><td>Resources for Living (EAP)—Aetna</td><td><span style=\"color: #3574AE;\">866-568-7554</td><td><a href=\"http://resourcesforliving.com\"><span style=\"color: #478C4D;\">resourcesforliving.com</a><br> Username: Banner<br> Password: EAP</td>        </tr>\n            <tr data-row_id=\"100\" class=\"ninja_table_row_5 nt_row_id_100\">\n            <td><b>Cigna</b></td><td>Cigna Dental Plans</td><td><span style=\"color: #3574AE;\">800-CIGNA24<br><span style=\"color: #3574AE;\">800-244-6224</td><td><a href=\"http://mycigna.com\"><span style=\"color: #478C4D;\">mycigna.com</a></td>        </tr>\n            <tr data-row_id=\"101\" class=\"ninja_table_row_6 nt_row_id_101\">\n            <td><b>Vision Service Plan (VSP)</td><td>VSP Vision Plans<br>Member number is<br>000 + Employee ID#</td><td><span style=\"color: #3574AE;\">800-877-7195</td><td><a href=\"http://vsp.com\"><span style=\"color: #478C4D;\">vsp.com</a></td>        </tr>\n            <tr data-row_id=\"96\" class=\"ninja_table_row_7 nt_row_id_96\">\n            <td><b>HealthEquity</td><td>Flexible Spending<br> Accounts (FSAs)</td><td><span style=\"color: #3574AE;\"><span style=\"color: #3574AE;\"> 866-346-5800</td><td><a href=\"http://healthequity.com/ed/BannerHealth\"><span style=\"color: #478C4D;\">healthequity.com</a></td>        </tr>\n            <tr data-row_id=\"167\" class=\"ninja_table_row_8 nt_row_id_167\">\n            <td><b>HealthEquity</td><td>Health Savings /<br> Reimbursement Accounts<br> (HSAs/HRAs)</td><td><span style=\"color: #3574AE;\"> 866-346-5800</td><td><a href=\"https://healthequity.com/ed/BannerHealth\"><span style=\"color: #478C4D;\">healthequity.com/ed/BannerHealth</a></td>        </tr>\n            <tr data-row_id=\"166\" class=\"ninja_table_row_9 nt_row_id_166\">\n            <td><b>Wageworks</td><td>COBRA</td><td><span style=\"color: #3574AE;\">866-678-4881</td><td><a href=\"https://mybenefits.wageworks.com\"><span style=\"color: #478C4D;\">mybenefits.wageworks.com</a></td>        </tr>\n            <tr data-row_id=\"97\" class=\"ninja_table_row_10 nt_row_id_97\">\n            <td><b>Reliance Matrix</b></td><td>Matrix Leave Plans<br>(FMLA, LOA, STD, LTD)</td><td><span style=\"color: #3574AE;\">888-295-7840</td><td><a href=\"http://matrixabsence.com\"><span style=\"color: #478C4D;\">matrixabsence.com</a></td>        </tr>\n            <tr data-row_id=\"98\" class=\"ninja_table_row_11 nt_row_id_98\">\n            <td><b>MyWell-Being platform</b></td><td>Virgin Pulse</td><td><span style=\"color: #3574AE;\">844-982-2217</td><td><a href=\"http://join.virginpulse.com/BannerHealth\"><span style=\"color: #478C4D;\">join.virginpulse.com/BannerHealth</a></td>        </tr>\n            <tr data-row_id=\"110\" class=\"ninja_table_row_12 nt_row_id_110\">\n            <td><b>ALEX</b></td><td>Ask ALEX decision tool</td><td>Available online only</td><td><a href=\"http://start.myalex.com/bannerhealth\"><span style=\"color: #478C4D;\">start.myalex.com/BannerHealth</a></td>        </tr>\n            <tr data-row_id=\"111\" class=\"ninja_table_row_13 nt_row_id_111\">\n            <td><b>Fidelity</a></td><td>Fidelity – 401(k) and 403(b) Retirement Plans</td><td><span style=\"color: #3574AE;\">800-343-0860<br><span style=\"color: #3574AE;\">877-297-3017<br>(Spanish)</td><td><a href=\"http://netbenefits.com/BannerHealth\"><span style=\"color: #478C4D;\">netbenefits.com/BannerHealth</a></td>        </tr>\n            <tr data-row_id=\"112\" class=\"ninja_table_row_14 nt_row_id_112\">\n            <td><b>MetLife</b></td><td>MetLife Legal Plan</td><td><span style=\"color: #3574AE;\">800-821-6400</td><td><a href=\"http://info.legalplans.com\"><span style=\"color: #478C4D;\">info.legalplans.com</a><br> Access code: 3090010<br> Current enrollees: click on<br> Members Log In</td>        </tr>\n            <tr data-row_id=\"113\" class=\"ninja_table_row_15 nt_row_id_113\">\n            <td><b>Experian</b></td><td>Experian Financial 24/7/365</td><td><span style=\"color: #3574AE;\">855-797-0052</td><td><a href=\"http://experian.myfinancialexpert.com\"><span style=\"color: #478C4D;\">experian.myfinancialexpert.com</a></td>        </tr>\n            <tr data-row_id=\"114\" class=\"ninja_table_row_16 nt_row_id_114\">\n            <td><b>Bright Horizons</b></td><td>Bright Horizons<br>(care programs, education support and parenting resources)</td><td>Available online only</td><td><a href=\"http://clients.brighthorizons.com/ Banner\"><span style=\"color: #478C4D;\">clients.brighthorizons.com/ Banner</a></td>        </tr>\n            <tr data-row_id=\"115\" class=\"ninja_table_row_17 nt_row_id_115\">\n            <td><b>PetPartners</b></td><td>PetPartners Pet Insurance</td><td><span style=\"color: #3574AE;\">800-956-2495</td><td><a href=\"http://independenceamerican.com\"><span style=\"color: #478C4D;\">independenceamerican.com</a></td>        </tr>\n            <tr data-row_id=\"116\" class=\"ninja_table_row_18 nt_row_id_116\">\n            <td><b>Beneplace</b></td><td>Beneplace – Discount Marketplace</td><td><span style=\"color: #3574AE;\">800-683-2886</td><td><a href=\"http://bannerhealth.savings.beneplace.com\"><span style=\"color: #478C4D;\">bannerhealth.savings.beneplace.com</a></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_6075\'>\n                        #footable_6075  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6075 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6075 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_6075 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6075 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_6075 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6075,\n    #footable_6075 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_6075 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6075:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6075 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6075 tr.footable-header, #footable_6075 tr.footable-header th, .colored_table #footable_6075 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6075 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6075 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6075 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_6075 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6075 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_6075 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_6075 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_6075 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_6075 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6075 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6075 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_6075 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_6075 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6075 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6075 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6075 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6075:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6075 th.ninja_column_0 { text-align: center; }#footable_6075 td.ninja_column_1 { text-align: center; }#footable_6075 th.ninja_column_1 { text-align: center; }#footable_6075 td.ninja_column_2 { text-align: center; }#footable_6075 th.ninja_column_2 { text-align: center; }#footable_6075 td.ninja_column_3 { text-align: center; }#footable_6075 th.ninja_column_3 { text-align: center; }#footable_6075 thead tr th.ninja_column_0,#footable_6075 tbody tr td.ninja_column_0{ color: rgba(0, 0, 0, 1); }                </style>\n                \n    \n    \n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13014, 6071, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6071\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13015, 6071, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13016, 6071, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13017, 6071, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13018, 6071, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13019, 6071, '_edit_lock', '1748442499:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13020, 6071, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13021, 6071, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13028, 6075, '_ninja_table_columns', 'a:4:{i:0;a:17:{s:4:\"name\";s:6:\"Vendor\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:16:\"rgba(0, 0, 0, 1)\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:13:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:7:\"Contact\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:10:\"unsortable\";s:3:\"yes\";s:5:\"width\";s:2:\"25\";}i:2;a:13:{s:3:\"key\";s:6:\"vendor\";s:4:\"name\";s:12:\"Phone number\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:3;a:13:{s:4:\"name\";s:7:\"Website\";s:3:\"key\";s:21:\"value_dental_plan_ppo\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13029, 6075, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13030, 6075, '_ninja_table_cache_object', 'a:20:{i:0;a:5:{s:5:\"blank\";s:20:\"<b>Banner Health</b>\";s:7:\"benefit\";s:34:\"Banner Benefits<br>Resource Center\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">833-849-9825\";s:21:\"value_dental_plan_ppo\";s:94:\"<a href=\"http://myhr.bannerhealth.com\"><span style=\"color: #478C4D;\">myhr.bannerhealth.com</a>\";s:8:\"___id___\";i:102;}i:1;a:7:{s:5:\"blank\";s:8:\"<b>Aetna\";s:7:\"benefit\";s:28:\"Medical Plans—Banner|Aetna\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">855-788-5803\";s:7:\"contact\";s:9:\"#colspan#\";s:21:\"value_dental_plan_ppo\";s:82:\"<a href=\"http://banneraetna.com\"><span style=\"color: #478C4D;\">banneraetna.com</a>\";s:23:\"premier_dental_plan_ppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:99;}i:2;a:5:{s:5:\"blank\";s:8:\"<b>Aetna\";s:7:\"benefit\";s:23:\"Pharmacy—Banner|Aetna\";s:6:\"vendor\";s:43:\"<span style=\"color: #3574AE;\">855-788-5803 \";s:21:\"value_dental_plan_ppo\";s:83:\"<a href=\"http://banneraetna.com\"><span style=\"color: #478C4D;\">banneraetna.com </a>\";s:8:\"___id___\";i:168;}i:3;a:5:{s:5:\"blank\";s:8:\"<b>Aetna\";s:7:\"benefit\";s:78:\"Supplemental Benefits (Accident, Hospital Indemnity, Critical Illness)—Aetna\";s:6:\"vendor\";s:45:\"<span style=\"color: #3574AE;\">855-788-5803   \";s:21:\"value_dental_plan_ppo\";s:94:\"<a href=\"http://myaetnasupplemental.com\"><span style=\"color: #478C4D;\">myaetnasupplemental.com\";s:8:\"___id___\";i:169;}i:4;a:5:{s:5:\"blank\";s:8:\"<b>Aetna\";s:7:\"benefit\";s:34:\"Resources for Living (EAP)—Aetna\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">866-568-7554\";s:21:\"value_dental_plan_ppo\";s:135:\"<a href=\"http://resourcesforliving.com\"><span style=\"color: #478C4D;\">resourcesforliving.com</a><br> Username: Banner<br> Password: EAP\";s:8:\"___id___\";i:170;}i:5;a:7:{s:5:\"blank\";s:12:\"<b>Cigna</b>\";s:7:\"benefit\";s:18:\"Cigna Dental Plans\";s:6:\"vendor\";s:87:\"<span style=\"color: #3574AE;\">800-CIGNA24<br><span style=\"color: #3574AE;\">800-244-6224\";s:7:\"contact\";s:9:\"#colspan#\";s:23:\"premier_dental_plan_ppo\";s:9:\"#colspan#\";s:21:\"value_dental_plan_ppo\";s:74:\"<a href=\"http://mycigna.com\"><span style=\"color: #478C4D;\">mycigna.com</a>\";s:8:\"___id___\";i:100;}i:6;a:7:{s:5:\"blank\";s:28:\"<b>Vision Service Plan (VSP)\";s:7:\"benefit\";s:58:\"VSP Vision Plans<br>Member number is<br>000 + Employee ID#\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">800-877-7195\";s:7:\"contact\";s:28:\"You pay 30% after deductible\";s:21:\"value_dental_plan_ppo\";s:66:\"<a href=\"http://vsp.com\"><span style=\"color: #478C4D;\">vsp.com</a>\";s:23:\"premier_dental_plan_ppo\";s:28:\"You pay 30% after deductible\";s:8:\"___id___\";i:101;}i:7;a:7:{s:7:\"benefit\";s:37:\"Flexible Spending<br> Accounts (FSAs)\";s:6:\"vendor\";s:73:\"<span style=\"color: #3574AE;\"><span style=\"color: #3574AE;\"> 866-346-5800\";s:7:\"contact\";s:28:\"You pay 50% after deductible\";s:5:\"blank\";s:15:\"<b>HealthEquity\";s:21:\"value_dental_plan_ppo\";s:100:\"<a href=\"http://healthequity.com/ed/BannerHealth\"><span style=\"color: #478C4D;\">healthequity.com</a>\";s:23:\"premier_dental_plan_ppo\";s:28:\"You pay 50% after deductible\";s:8:\"___id___\";i:96;}i:8;a:5:{s:5:\"blank\";s:15:\"<b>HealthEquity\";s:7:\"benefit\";s:59:\"Health Savings /<br> Reimbursement Accounts<br> (HSAs/HRAs)\";s:6:\"vendor\";s:43:\"<span style=\"color: #3574AE;\"> 866-346-5800\";s:21:\"value_dental_plan_ppo\";s:117:\"<a href=\"https://healthequity.com/ed/BannerHealth\"><span style=\"color: #478C4D;\">healthequity.com/ed/BannerHealth</a>\";s:8:\"___id___\";i:167;}i:9;a:5:{s:5:\"blank\";s:12:\"<b>Wageworks\";s:7:\"benefit\";s:5:\"COBRA\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">866-678-4881\";s:21:\"value_dental_plan_ppo\";s:101:\"<a href=\"https://mybenefits.wageworks.com\"><span style=\"color: #478C4D;\">mybenefits.wageworks.com</a>\";s:8:\"___id___\";i:166;}i:10;a:7:{s:7:\"benefit\";s:43:\"Matrix Leave Plans<br>(FMLA, LOA, STD, LTD)\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">888-295-7840\";s:7:\"contact\";s:9:\"#colspan#\";s:5:\"blank\";s:22:\"<b>Reliance Matrix</b>\";s:23:\"premier_dental_plan_ppo\";s:44:\"You pay 50%, $1,500 lifetime benefit maximum\";s:21:\"value_dental_plan_ppo\";s:86:\"<a href=\"http://matrixabsence.com\"><span style=\"color: #478C4D;\">matrixabsence.com</a>\";s:8:\"___id___\";i:97;}i:11;a:7:{s:7:\"benefit\";s:16:\"Personify Health\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">844-982-2217\";s:7:\"contact\";s:17:\"$1,000 per member\";s:5:\"blank\";s:28:\"<b>MyWell-Being platform</b>\";s:21:\"value_dental_plan_ppo\";s:126:\"<a href=\"http://join.personifyhealth.com/BannerHealth\"><span style=\"color: #478C4D;\">join.personifyhealth.com/BannerHealth</a>\";s:23:\"premier_dental_plan_ppo\";s:43:\"$2,000 per member (orthodontia is separate)\";s:8:\"___id___\";i:98;}i:12;a:5:{s:5:\"blank\";s:11:\"<b>ALEX</b>\";s:7:\"benefit\";s:22:\"Ask ALEX decision tool\";s:6:\"vendor\";s:21:\"Available online only\";s:21:\"value_dental_plan_ppo\";s:110:\"<a href=\"http://start.myalex.com/bannerhealth\"><span style=\"color: #478C4D;\">start.myalex.com/BannerHealth</a>\";s:8:\"___id___\";i:110;}i:13;a:5:{s:5:\"blank\";s:15:\"<b>Fidelity</a>\";s:7:\"benefit\";s:47:\"Fidelity – 401(k) and 403(b) Retirement Plans\";s:6:\"vendor\";s:101:\"<span style=\"color: #3574AE;\">800-343-0860<br><span style=\"color: #3574AE;\">877-297-3017<br>(Spanish)\";s:21:\"value_dental_plan_ppo\";s:108:\"<a href=\"http://netbenefits.com/BannerHealth\"><span style=\"color: #478C4D;\">netbenefits.com/BannerHealth</a>\";s:8:\"___id___\";i:111;}i:14;a:5:{s:5:\"blank\";s:14:\"<b>MetLife</b>\";s:7:\"benefit\";s:18:\"MetLife Legal Plan\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">800-821-6400\";s:21:\"value_dental_plan_ppo\";s:166:\"<a href=\"http://info.legalplans.com\"><span style=\"color: #478C4D;\">info.legalplans.com</a><br> Access code: 3090010<br> Current enrollees: click on<br> Members Log In\";s:8:\"___id___\";i:112;}i:15;a:5:{s:5:\"blank\";s:15:\"<b>Experian</b>\";s:7:\"benefit\";s:27:\"Experian Financial 24/7/365\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">855-797-0052\";s:21:\"value_dental_plan_ppo\";s:112:\"<a href=\"http://experian.myfinancialexpert.com\"><span style=\"color: #478C4D;\">experian.myfinancialexpert.com</a>\";s:8:\"___id___\";i:113;}i:16;a:5:{s:5:\"blank\";s:22:\"<b>Bright Horizons</b>\";s:7:\"benefit\";s:77:\"Bright Horizons<br>(care programs, education support and parenting resources)\";s:6:\"vendor\";s:21:\"Available online only\";s:21:\"value_dental_plan_ppo\";s:120:\"<a href=\"http://clients.brighthorizons.com/ Banner\"><span style=\"color: #478C4D;\">clients.brighthorizons.com/ Banner</a>\";s:8:\"___id___\";i:114;}i:17;a:5:{s:5:\"blank\";s:18:\"<b>PetPartners</b>\";s:7:\"benefit\";s:25:\"PetPartners Pet Insurance\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">800-956-2495\";s:21:\"value_dental_plan_ppo\";s:100:\"<a href=\"http://independenceamerican.com\"><span style=\"color: #478C4D;\">independenceamerican.com</a>\";s:8:\"___id___\";i:115;}i:18;a:5:{s:5:\"blank\";s:16:\"<b>Beneplace</b>\";s:7:\"benefit\";s:34:\"Beneplace – Discount Marketplace\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">800-683-2886\";s:21:\"value_dental_plan_ppo\";s:120:\"<a href=\"http://bannerhealth.savings.beneplace.com\"><span style=\"color: #478C4D;\">bannerhealth.savings.beneplace.com</a>\";s:8:\"___id___\";i:116;}i:19;a:5:{s:5:\"blank\";s:25:\"<b>Securian Financial</b>\";s:7:\"benefit\";s:14:\"Life Insurance\";s:6:\"vendor\";s:42:\"<span style=\"color: #3574AE;\">866-365-2374\";s:21:\"value_dental_plan_ppo\";s:92:\"<a href=\"http://www.lifebenefits.com\"><span style=\"color: #478C4D;\">www.lifebenefits.com</a>\";s:8:\"___id___\";i:188;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13031, 6075, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13032, 6075, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13033, 6075, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13034, 6075, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \">Vendor</th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_benefit \">Contact</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_vendor \">Phone number</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_value_dental_plan_ppo \">Website</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"102\" class=\"ninja_table_row_0 nt_row_id_102\">\n            <td><b>Banner Health</b></td><td>Banner Benefits<br>Resource Center</td><td><span style=\"color: #3574AE;\">833-849-9825</td><td><a href=\"http://myhr.bannerhealth.com\"><span style=\"color: #478C4D;\">myhr.bannerhealth.com</a></td>        </tr>\n            <tr data-row_id=\"99\" class=\"ninja_table_row_1 nt_row_id_99\">\n            <td><b>Aetna</td><td>Medical Plans—Banner|Aetna</td><td><span style=\"color: #3574AE;\">855-788-5803</td><td><a href=\"http://banneraetna.com\"><span style=\"color: #478C4D;\">banneraetna.com</a></td>        </tr>\n            <tr data-row_id=\"168\" class=\"ninja_table_row_2 nt_row_id_168\">\n            <td><b>Aetna</td><td>Pharmacy—Banner|Aetna</td><td><span style=\"color: #3574AE;\">855-788-5803 </td><td><a href=\"http://banneraetna.com\"><span style=\"color: #478C4D;\">banneraetna.com </a></td>        </tr>\n            <tr data-row_id=\"169\" class=\"ninja_table_row_3 nt_row_id_169\">\n            <td><b>Aetna</td><td>Supplemental Benefits (Accident, Hospital Indemnity, Critical Illness)—Aetna</td><td><span style=\"color: #3574AE;\">855-788-5803   </td><td><a href=\"http://myaetnasupplemental.com\"><span style=\"color: #478C4D;\">myaetnasupplemental.com</td>        </tr>\n            <tr data-row_id=\"170\" class=\"ninja_table_row_4 nt_row_id_170\">\n            <td><b>Aetna</td><td>Resources for Living (EAP)—Aetna</td><td><span style=\"color: #3574AE;\">866-568-7554</td><td><a href=\"http://resourcesforliving.com\"><span style=\"color: #478C4D;\">resourcesforliving.com</a><br> Username: Banner<br> Password: EAP</td>        </tr>\n            <tr data-row_id=\"100\" class=\"ninja_table_row_5 nt_row_id_100\">\n            <td><b>Cigna</b></td><td>Cigna Dental Plans</td><td><span style=\"color: #3574AE;\">800-CIGNA24<br><span style=\"color: #3574AE;\">800-244-6224</td><td><a href=\"http://mycigna.com\"><span style=\"color: #478C4D;\">mycigna.com</a></td>        </tr>\n            <tr data-row_id=\"101\" class=\"ninja_table_row_6 nt_row_id_101\">\n            <td><b>Vision Service Plan (VSP)</td><td>VSP Vision Plans<br>Member number is<br>000 + Employee ID#</td><td><span style=\"color: #3574AE;\">800-877-7195</td><td><a href=\"http://vsp.com\"><span style=\"color: #478C4D;\">vsp.com</a></td>        </tr>\n            <tr data-row_id=\"96\" class=\"ninja_table_row_7 nt_row_id_96\">\n            <td><b>HealthEquity</td><td>Flexible Spending<br> Accounts (FSAs)</td><td><span style=\"color: #3574AE;\"><span style=\"color: #3574AE;\"> 866-346-5800</td><td><a href=\"http://healthequity.com/ed/BannerHealth\"><span style=\"color: #478C4D;\">healthequity.com</a></td>        </tr>\n            <tr data-row_id=\"167\" class=\"ninja_table_row_8 nt_row_id_167\">\n            <td><b>HealthEquity</td><td>Health Savings /<br> Reimbursement Accounts<br> (HSAs/HRAs)</td><td><span style=\"color: #3574AE;\"> 866-346-5800</td><td><a href=\"https://healthequity.com/ed/BannerHealth\"><span style=\"color: #478C4D;\">healthequity.com/ed/BannerHealth</a></td>        </tr>\n            <tr data-row_id=\"166\" class=\"ninja_table_row_9 nt_row_id_166\">\n            <td><b>Wageworks</td><td>COBRA</td><td><span style=\"color: #3574AE;\">866-678-4881</td><td><a href=\"https://mybenefits.wageworks.com\"><span style=\"color: #478C4D;\">mybenefits.wageworks.com</a></td>        </tr>\n            <tr data-row_id=\"97\" class=\"ninja_table_row_10 nt_row_id_97\">\n            <td><b>Reliance Matrix</b></td><td>Matrix Leave Plans<br>(FMLA, LOA, STD, LTD)</td><td><span style=\"color: #3574AE;\">888-295-7840</td><td><a href=\"http://matrixabsence.com\"><span style=\"color: #478C4D;\">matrixabsence.com</a></td>        </tr>\n            <tr data-row_id=\"98\" class=\"ninja_table_row_11 nt_row_id_98\">\n            <td><b>MyWell-Being platform</b></td><td>Personify Health</td><td><span style=\"color: #3574AE;\">844-982-2217</td><td><a href=\"http://join.personifyhealth.com/BannerHealth\"><span style=\"color: #478C4D;\">join.personifyhealth.com/BannerHealth</a></td>        </tr>\n            <tr data-row_id=\"110\" class=\"ninja_table_row_12 nt_row_id_110\">\n            <td><b>ALEX</b></td><td>Ask ALEX decision tool</td><td>Available online only</td><td><a href=\"http://start.myalex.com/bannerhealth\"><span style=\"color: #478C4D;\">start.myalex.com/BannerHealth</a></td>        </tr>\n            <tr data-row_id=\"111\" class=\"ninja_table_row_13 nt_row_id_111\">\n            <td><b>Fidelity</a></td><td>Fidelity – 401(k) and 403(b) Retirement Plans</td><td><span style=\"color: #3574AE;\">800-343-0860<br><span style=\"color: #3574AE;\">877-297-3017<br>(Spanish)</td><td><a href=\"http://netbenefits.com/BannerHealth\"><span style=\"color: #478C4D;\">netbenefits.com/BannerHealth</a></td>        </tr>\n            <tr data-row_id=\"112\" class=\"ninja_table_row_14 nt_row_id_112\">\n            <td><b>MetLife</b></td><td>MetLife Legal Plan</td><td><span style=\"color: #3574AE;\">800-821-6400</td><td><a href=\"http://info.legalplans.com\"><span style=\"color: #478C4D;\">info.legalplans.com</a><br> Access code: 3090010<br> Current enrollees: click on<br> Members Log In</td>        </tr>\n            <tr data-row_id=\"113\" class=\"ninja_table_row_15 nt_row_id_113\">\n            <td><b>Experian</b></td><td>Experian Financial 24/7/365</td><td><span style=\"color: #3574AE;\">855-797-0052</td><td><a href=\"http://experian.myfinancialexpert.com\"><span style=\"color: #478C4D;\">experian.myfinancialexpert.com</a></td>        </tr>\n            <tr data-row_id=\"114\" class=\"ninja_table_row_16 nt_row_id_114\">\n            <td><b>Bright Horizons</b></td><td>Bright Horizons<br>(care programs, education support and parenting resources)</td><td>Available online only</td><td><a href=\"http://clients.brighthorizons.com/ Banner\"><span style=\"color: #478C4D;\">clients.brighthorizons.com/ Banner</a></td>        </tr>\n            <tr data-row_id=\"115\" class=\"ninja_table_row_17 nt_row_id_115\">\n            <td><b>PetPartners</b></td><td>PetPartners Pet Insurance</td><td><span style=\"color: #3574AE;\">800-956-2495</td><td><a href=\"http://independenceamerican.com\"><span style=\"color: #478C4D;\">independenceamerican.com</a></td>        </tr>\n            <tr data-row_id=\"116\" class=\"ninja_table_row_18 nt_row_id_116\">\n            <td><b>Beneplace</b></td><td>Beneplace – Discount Marketplace</td><td><span style=\"color: #3574AE;\">800-683-2886</td><td><a href=\"http://bannerhealth.savings.beneplace.com\"><span style=\"color: #478C4D;\">bannerhealth.savings.beneplace.com</a></td>        </tr>\n            <tr data-row_id=\"188\" class=\"ninja_table_row_19 nt_row_id_188\">\n            <td><b>Securian Financial</b></td><td>Life Insurance</td><td><span style=\"color: #3574AE;\">866-365-2374</td><td><a href=\"http://www.lifebenefits.com\"><span style=\"color: #478C4D;\">www.lifebenefits.com</a></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13035, 6075, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13036, 6075, '_last_edited_time', '2025-05-28 14:34:22');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13037, 6075, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13038, 6075, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13039, 6075, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13043, 6078, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13044, 6078, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13045, 6078, '_et_pb_truncate_post_date', '2024-11-04 18:12:18');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13046, 6078, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13047, 6078, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13048, 6078, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13049, 6078, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13050, 6078, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13051, 6078, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13052, 6078, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13053, 6078, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13054, 6078, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13055, 6078, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13056, 6078, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13057, 6078, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13058, 6078, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13059, 6078, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Required notices</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner complies with applicable federal civil rights laws and does not discriminate, exclude or treat people differently because of race, color, national origin, age, disability or sex.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Resources</p>\n<p>	Free aids and services to people with disabilities to communicate effectively with us, such as qualified sign language interpreters or written information in other formats (large print, audio, accessible<br />\nelectronic formats, other formats)<br />\n	Free language services to people whose primary language is not English, such as qualified interpreters or information written in other languages<br />\n	Contact MyHR at 602-747-6947</p>\n<p>&nbsp;</p>\n<p>You can find our required notices on the Documents Page to help you understand your benefits. Paper copies may be requested, free of charge, by calling Banner Benefits Resource Center at 833-849-9825.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"649\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?resize=1080%2C649&#038;ssl=1\" alt=\"\" title=\"Excited girl playing hockey with boy at yard against blue sky\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?w=2360&ssl=1 2360w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?resize=300%2C180&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?resize=1024%2C615&ssl=1 1024w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?resize=768%2C461&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?resize=1536%2C923&ssl=1 1536w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?resize=2048%2C1231&ssl=1 2048w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?resize=1080%2C649&ssl=1 1080w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?resize=1280%2C769&ssl=1 1280w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?resize=980%2C589&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?resize=480%2C288&ssl=1 480w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/rn-2.jpg?w=2160&ssl=1 2160w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-6635\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13060, 6078, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6078\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13061, 6078, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13062, 6078, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13063, 6078, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13064, 6078, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13065, 6078, '_edit_lock', '1719597438:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13066, 6078, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13071, 6078, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13075, 6083, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13076, 6083, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13077, 6083, '_et_pb_truncate_post_date', '2024-10-03 18:36:16');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13078, 6083, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13079, 6083, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13080, 6083, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13081, 6083, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13082, 6083, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13083, 6083, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13084, 6083, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13085, 6083, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13086, 6083, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13087, 6083, '_dp_original', 765);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13088, 6083, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13089, 6083, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13090, 6083, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13091, 6083, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_7 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_2 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_2 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_2\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Video Library</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_8 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Check out this video library to better understand common health and benefit topics, so you can make smarter, money-saving decisions. But please note, these videos do not specifically reflect Banner Health plans and are only intended to serve as a general educational resource.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_9 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_video et_pb_video_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/QLE.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/QLE.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Qualifying Life Events</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_1\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Dental.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Dental.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dental Insurance</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_2\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Accident.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/accident.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Accident Insurance</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_3\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/telehealth.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Telehealth</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_4\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embedded-vs-aggregate.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embed.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Embedded vs. Aggregate Deductible</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_video et_pb_video_5\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/401k.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/401k.jpg)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_17  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">401(k) Retirement</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_6\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vision.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Vision Insurance</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_7\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Critical.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/critical.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_19  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Critical Illness Insurance</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_8\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Preventive-Care.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/preventivre-care.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_20  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Preventive Care</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_9\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Key-Terms.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/key-terms.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_21  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefit Key Terms</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_video et_pb_video_10\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Disability.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/disability.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_22  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Disability Insurance</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_11\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Life-ADD.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/life-add.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_23  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Life and AD&#038;D Insurance</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_12\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/EAP.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/eap.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_24  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Employee Assistance Program</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_13\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Primary-vs-Urgent.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embed-v-aggregate.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_25  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Primary Care / Urgent Care</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_14\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/optimize-HSA.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_26  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How To Optimize your HSA</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_10 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_11 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_11\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_27  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_28  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_29  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13092, 6083, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6083\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13093, 6083, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13094, 6083, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13095, 6083, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13096, 6083, '_et_builder_dynamic_assets_loading_attr_threshold', 32);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13097, 6083, '_edit_lock', '1719598057:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13098, 6083, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13109, 6083, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13110, 6090, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13111, 6090, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13112, 6090, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13113, 6090, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13114, 6090, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13115, 6090, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13116, 6090, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13117, 6090, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13118, 6090, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13119, 6090, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13120, 6090, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13121, 6090, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13122, 6090, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13123, 6090, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13124, 6090, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13125, 6090, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13126, 6090, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13127, 6090, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6090\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13128, 6090, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13129, 6090, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13130, 6090, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13131, 6090, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13132, 6090, '_edit_lock', '1723473717:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13133, 6090, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13160, 6115, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13161, 6115, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13162, 6115, '_et_pb_truncate_post_date', '2024-10-02 14:15:22');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13163, 6115, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13164, 6115, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13165, 6115, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13166, 6115, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13167, 6115, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13168, 6115, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13169, 6115, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13170, 6115, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13171, 6115, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13172, 6115, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13173, 6115, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13174, 6115, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13175, 6115, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13176, 6115, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_5 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Planned Time Off programs</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_6 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Paid Time Off<br />\nYou must use your Paid Time Off (PTO) hours for vacation time, holidays, other personal time off from work and, when applicable, sick days. You must obtain approval in advance from your leader before using your PTO hours.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Who is eligible: You are eligible for PTO if you are a regular full-time or part-time team member assigned a total FTE (full-time equivalent) of 50% or greater.<br />\nPTO benefits are accrued in hours based on working a maximum of 80 hours per pay period. No PTO credit is earned for hours worked more than 80 hours per pay period. For those who worked less than 80 hours per pay period, the earned hours will be prorated based on actual hours worked.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">PTO Donation Program<br />\nBanner Health allows PTO donations to assist team members with unexpected needs. This program allows us to help each other. For program details and eligibility criteria, click here.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_7 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Physician Time Off<br />\nPhysician Time Off, also referenced as Approved Time Off (ATO), is paid time off for a variety of circumstances, including holidays, personal/ vacation time, sick days and leaves of absence. The Physician Time Off plan provides flexibility, allowing you to take personal time off with pay, subject to business needs and scheduling. </div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Who is eligible: You are eligible for Physician Time Off if you are classified as a regular full-time or part-time physician assigned a total FTE of 50% or greater. <br />\nShift-based physicians (i.e., hospitalists and intensivists) are ineligible to participate in the Physician Time Off plan. </div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_8 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Mandated Sick Time<br />\nTeam members are entitled to Paid Sick Time as designated by law based on the state in which they work.<br />\nEarned Paid Sick Time may be used for the following purposes: (1) medical care or mental or physical illness, injury or health condition; (2) a public health emergency; or (3) absence due to domestic violence, sexual violence, abuse or stalking. Team members may use earned Paid Sick Time for themselves or for family members. Certain states offer expanded use. </div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_9 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_11 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner automatically provides this coverage for eligible team members. No enrollment is required. To view details regarding your time away from work, search planned time off on Banner Connect or visit:</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_8_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_8 et_pb_bg_layout_light\" href=\"http://myhr.bannerhealth.com/\" target=\"_blank\">PLANNED TIME OFF</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"720\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/pto-2.jpg?resize=1080%2C720&#038;ssl=1\" alt=\"\" title=\"pto-2\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/pto-2.jpg?w=2048&ssl=1 2048w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/pto-2.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/pto-2.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/pto-2.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/pto-2.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/pto-2.jpg?resize=1080%2C720&ssl=1 1080w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/pto-2.jpg?resize=1280%2C853&ssl=1 1280w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/pto-2.jpg?resize=980%2C653&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/pto-2.jpg?resize=480%2C320&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-6684\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_10 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_12\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_9_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_9 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_10_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_10 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_11 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_13\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_17  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_26  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_19  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13177, 6115, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6115\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13178, 6115, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13179, 6115, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13180, 6115, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13181, 6115, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13182, 6115, '_edit_lock', '1719600375:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13183, 6115, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13184, 6115, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13194, 6119, '_wp_attached_file', '2024/06/2024-Banner-Team-Member-Premiums.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13195, 6119, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:40:\"2024-Banner-Team-Member-Premiums-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212110;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"2024-Banner-Team-Member-Premiums-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19701;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"2024-Banner-Team-Member-Premiums-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128009;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"2024-Banner-Team-Member-Premiums-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8490;}}s:8:\"filesize\";i:201207;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13196, 6120, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13197, 6120, '_menu_item_menu_item_parent', 5630);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13198, 6120, '_menu_item_object_id', 6120);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13199, 6120, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13200, 6120, '_menu_item_target', '_blank');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13201, 6120, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13202, 6120, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13203, 6120, '_menu_item_url', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13245, 6124, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13246, 6124, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13247, 6124, '_et_pb_truncate_post_date', '2024-10-22 02:37:46');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13248, 6124, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13249, 6124, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13250, 6124, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13251, 6124, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13252, 6124, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13253, 6124, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13254, 6124, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13255, 6124, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13256, 6124, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13257, 6124, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13258, 6124, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13259, 6124, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13260, 6124, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13261, 6124, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Disability and leave plans</h2><div class=\"et_pb_slide_content\">through Reliance Matrix</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health is committed to helping you take the time you need away from work—whether you spend it at home healing from a health condition, caring for a seriously ill family member or returning to school to take classes.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Different types of leave</p>\n<p>	Family Medical Leave (FML) provides 12 weeks of job-protected leave if qualified team members or their immediate family members have a serious health condition. Under FML, you are eligible if you’ve been a Banner team member for at least 12 months and have worked at least 1,250 hours in the 12-month period before FML begins.<br />\n	Medical Leave covers up to 12 weeks for serious health conditions for team members who aren’t eligible for FML.<br />\n	Personal Leave provides up to 12 weeks for non-FML personal matters.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Submit your request<br />\nContact the Banner-dedicated leave-of-absence team at Reliance Matrix by calling 888-295-7840 or visiting matrixabsence.com. You’ll need to provide your name, address, phone number, the last four digits of your Social Security number (SSN), physician’s contact and fax information, a description of your illness or injury, job title and a brief description of your job. Also, you should be ready to provide medical certification or other documents to validate your reason for leave.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=18&#038;wpfd_file_id=1930&#038;token=&#038;preview=1\" target=\"_blank\">DISABILITY AND LEAVES FAQ</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Short-Term Disability Plan<br />\nShort-Term Disability (STD) Plan provides you with pay at 60% of your pre-disability base pay for up to 182 days for lost time at work due to your own illness or non-work-related injury. Benefits begin after seven consecutive calendar days away from your job for nonoccupational illness or injury. Any Paid Time Off* and/or Sick Time* you have available must be used to pay yourself during the seven consecutive days of the elimination period and to supplement your STD pay so that it approximates your pre-disability base pay.Maternity STD is 100% of your pre-disability base pay for six weeks with no elimination period.*Any medical condition requiring disability leave beyond the six weeks for maternity at 100% coverage, including cesarean birth, will be covered at the standard 60% Short-Term Disability payment for the remainder of the leave. </p>\n<p>Note: FOR STATES WITH PAID FAMILY LEAVE: Team members may be entitled to paid leave benefits as designated by law based on the state in which they work. Please refer to Banner Connect -&gt; Human Resources -&gt; HR Policies -&gt; Labor Law Posters for additional information.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1012\" height=\"646\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/09/1.jpg?resize=1012%2C646&#038;ssl=1\" alt=\"\" title=\"Screenshot\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/09/1.jpg?w=1012&ssl=1 1012w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/09/1.jpg?resize=300%2C192&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/09/1.jpg?resize=768%2C490&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/09/1.jpg?resize=980%2C626&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/09/1.jpg?resize=480%2C306&ssl=1 480w\" sizes=\"(max-width: 1012px) 100vw, 1012px\" class=\"wp-image-7376\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Long-Term Disability Plan<br />\nThe Long-Term Disability Plan provides 60% of your base earnings up to the maximum of $10,000 per month. The benefit is reduced by certain offsets such as primary Social Security benefits and Workers’ Compensation payments. If you are on an approved disability such as Short-Term Disability or Workers’ Compensation, benefits may begin at the end of 182 days plus any applicable PTO days.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_4 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=18&#038;wpfd_file_id=2113&#038;token=&#038;preview=1\" target=\"_blank\">SHORT-TERM DISABILITY PROCESS</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=18&#038;wpfd_file_id=1935&#038;token=7e675482b84e3db0d1bf9a2a5ea7441d&#038;preview=1\" target=\"_blank\">SHORT-TERM DISABILITY PROGRAM DESCRIPTION</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=18&#038;wpfd_file_id=2113&#038;token=&#038;preview=1\" target=\"_blank\">LONG-TERM DISABILITY PROCESS</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/#9-18-disability-leave-benefits\" target=\"_blank\">LONG-TERM DISABILITY CERTIFICATES</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13262, 6124, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6124\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13263, 6124, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13264, 6124, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13265, 6124, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13266, 6124, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13267, 6124, '_edit_lock', '1729278440:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13268, 6124, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13282, 6132, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13283, 6132, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13284, 6132, '_et_pb_truncate_post_date', '2024-10-03 00:38:14');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13285, 6132, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13286, 6132, '_et_pb_page_layout', 'et_right_sidebar');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13287, 6132, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13288, 6132, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13289, 6132, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13290, 6132, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13291, 6132, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13292, 6132, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13293, 6132, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13294, 6132, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13295, 6132, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13296, 6132, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13297, 6132, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13298, 6132, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Life and AD&D insurance</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Life and AD&amp;D coverage protects your loved ones should the unthinkable happen to you.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health provides Basic Life and Accidental Death and Dismemberment (AD&amp;D) insurance to all benefits-eligible team members equal to your annual compensation (up to plan limits). When newly eligible, you can elect up to 10x your annual earnings in additional Voluntary Life and AD&amp;D insurance. The maximum amount of coverage is subject to a $2,000,000 maximum that is combined with your Basic Life Insurance amount. Evidence of Insurability will be required for any Voluntary Life election that exceeds the lesser of 5x your annual earnings or $1 million.</p>\n<p>During Open Enrollment or if you experience a Qualifying Life Event, you may also increase your coverage by an amount equal to your annual earnings provided the resulting amount of insurance does not exceed the guaranteed issue amount of the lesser of 5x your annual earnings or $1 million. You may apply for additional coverage increases up to 10x your annual earnings subject to Evidence of Insurability limits.</p>\n<p>By enrolling in the plan, you understand that you must be actively at work on the effective date of coverage.<br />\nAge reductions in team member coverage begin at age 65.</p>\n<p>Coverage options are also available for your spouse/domestic partner and children.</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">As a Banner team member, you are provided Basic Life and AD&amp;D insurance equal to your annual benefit annual compensation (up to plan limits).</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_6142\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"6142\" data-filter-delay=\"1000\" aria-label=\"Life Insurance\"            id=\"footable_6142\"\n           data-unique_identifier=\"ninja_table_unique_id_1666924949_6142\"\n           class=\" foo-table ninja_footable foo_table_6142 ninja_table_unique_id_1666924949_6142 ui table  nt_type_legacy_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \">Spouse, domestic partner and child Life and AD&amp;D coverage</th><th scope=\"col\" colspan=\"2\" class=\"ninja_column_1 ninja_clmn_nm_benefit \">OPTIONS</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"117\" class=\"ninja_table_row_0 nt_row_id_117\">\n            <td><strong>Spouse/domestic partner*</td><td>$5,000</td><td>$20,000</td>        </tr>\n            <tr data-row_id=\"120\" class=\"ninja_table_row_1 nt_row_id_120\">\n            <td><strong>Spouse/domestic partner*</td><td>$10,000</td><td>$25,000</td>        </tr>\n            <tr data-row_id=\"121\" class=\"ninja_table_row_2 nt_row_id_121\">\n            <td><strong>Spouse/domestic partner*</td><td>$15,000</td><td>$50,000</td>        </tr>\n            <tr data-row_id=\"118\" class=\"ninja_table_row_3 nt_row_id_118\">\n            <td><strong>Child/children*</td><td>$2,500</td><td>$10,000</td>        </tr>\n            <tr data-row_id=\"122\" class=\"ninja_table_row_4 nt_row_id_122\">\n            <td><strong>Child/children*</td><td>$5,000</td><td>$15,000</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_6142\'>\n                        #footable_6142  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6142 tbody tr td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6142 tbody tr td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_6142 tbody tr:hover td span.fooicon-plus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6142 tbody tr:hover td span.fooicon-minus:before {\n    background-color: rgba(0, 0, 0, 1) !important;\n    }\n\n    #footable_6142 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6142,\n    #footable_6142 table {\n    background-color: rgba(255, 255, 255, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    border-color:  !important;\n    }\n    #footable_6142 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6142:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6142 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6142 tr.footable-header, #footable_6142 tr.footable-header th, .colored_table #footable_6142 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(53, 116, 174, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6142 tbody tr:hover {\n    background-color: rgba(232, 232, 232, 1) !important;\n    color: rgba(0, 0, 0, 1) !important;\n    }\n    #footable_6142 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6142 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color:  !important;\n        }\n        #footable_6142 tbody tr:nth-child(odd) {\n        background-color: rgba(249, 249, 249, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6142 tbody tr:nth-child(even):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n        #footable_6142 tbody tr:nth-child(odd):hover {\n        background-color: rgba(232, 232, 232, 1) !important;\n        }\n\n        #footable_6142 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_6142 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_6142 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6142 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6142 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color:  !important;\n        }\n        #footable_6142 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color:  !important;\n        }\n\n        #footable_6142 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6142 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6142 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6142 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6142:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6142 th.ninja_column_0 { text-align: center; }#footable_6142 td.ninja_column_1 { text-align: center; }#footable_6142 th.ninja_column_1 { text-align: center; }#footable_6142 td.ninja_column_2 { text-align: center; }#footable_6142 th.ninja_column_2 { text-align: center; }#footable_6142 thead tr th.ninja_column_0,#footable_6142 tbody tr td.ninja_column_0{ background-color: rgba(71, 140, 77, 1); color: rgba(255, 255, 255, 1); }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">*Cannot be more than your annual compensation</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=15&#038;wpfd_file_id=7312&#038;token=&#038;preview=1\" target=\"_blank\">TEAM MEMBER PREMIUMS</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=14&#038;wpfd_file_id=7473&#038;token=&#038;preview=1\" target=\"_blank\">RESIDENT AND FELLOW BENEFITS</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Beneficiary information<br />\nIf your covered spouse, domestic partner or child(ren) die, their Life and AD&amp;D benefit payments are made to you. In the event of your death, benefit payments are made in the order listed below unless you choose adifferent beneficiary:</p>\n<p>Your spouse (does not include a domestic partner)<br />\nYour children (including legally adopted children, but excludingstepchildren)<br />\nYour parents<br />\nYour brothers and sisters<br />\nYour estate</p>\n<p>If you are changing or adding a beneficiary during Open Enrollment,you must include the names and phone numbers of your beneficiaries inorder to complete enrollment.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefit Scout<br />\nWe understand there’s a lot to consider when choosing your life insurance coverages. That’s why we’re excited about Securian Financial’s tool Benefit Scout—an online decision support experience to help you decide what lifeinsurance options make sense for you and your family. Click here to learn your options, get cost estimates based upon recommendations and enroll with confidence.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Additional resources</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=19&#038;wpfd_file_id=1938&#038;token=&#038;preview=1\" target=\"_blank\">LIFE INSURANCE PROCESS MAP</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=19&#038;wpfd_file_id=2176&#038;token=&#038;preview=1\" target=\"_blank\">TERM LIFE CERTIFICATE</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=19&#038;wpfd_file_id=2176&#038;token=&#038;preview=1\" target=\"_blank\">TERM LIFE POLICY AND AMMENDMENTS</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13299, 6132, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6132\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13300, 6132, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13301, 6132, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13302, 6132, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13303, 6132, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13304, 6132, '_edit_lock', '1724090664:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13305, 6132, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13312, 6142, '_ninja_table_columns', 'a:3:{i:0;a:17:{s:4:\"name\";s:61:\"Spouse, domestic partner and child Life and AD&amp;D coverage\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:20:\"rgba(71, 140, 77, 1)\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";s:5:\"width\";s:2:\"50\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:13:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:7:\"OPTIONS\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:2;a:13:{s:3:\"key\";s:6:\"vendor\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13313, 6142, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:1:\"1\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13314, 6142, '_ninja_table_cache_object', 'a:5:{i:0;a:4:{s:5:\"blank\";s:32:\"<strong>Spouse/domestic partner*\";s:7:\"benefit\";s:6:\"$5,000\";s:6:\"vendor\";s:7:\"$20,000\";s:8:\"___id___\";i:117;}i:1;a:4:{s:5:\"blank\";s:32:\"<strong>Spouse/domestic partner*\";s:7:\"benefit\";s:7:\"$10,000\";s:6:\"vendor\";s:7:\"$25,000\";s:8:\"___id___\";i:120;}i:2;a:4:{s:5:\"blank\";s:32:\"<strong>Spouse/domestic partner*\";s:7:\"benefit\";s:7:\"$15,000\";s:6:\"vendor\";s:7:\"$50,000\";s:8:\"___id___\";i:121;}i:3;a:5:{s:5:\"blank\";s:23:\"<strong>Child/children*\";s:7:\"benefit\";s:6:\"$2,500\";s:6:\"vendor\";s:7:\"$10,000\";s:7:\"contact\";s:11:\"<strong>$$$\";s:8:\"___id___\";i:118;}i:4;a:4:{s:5:\"blank\";s:23:\"<strong>Child/children*\";s:7:\"benefit\";s:6:\"$5,000\";s:6:\"vendor\";s:7:\"$15,000\";s:8:\"___id___\";i:122;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13315, 6142, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13316, 6142, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13317, 6142, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13318, 6142, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \">Spouse, domestic partner and child Life and AD&amp;D coverage</th><th scope=\"col\" colspan=\"2\" class=\"ninja_column_1 ninja_clmn_nm_benefit \">OPTIONS</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"117\" class=\"ninja_table_row_0 nt_row_id_117\">\n            <td><strong>Spouse/domestic partner*</td><td>$5,000</td><td>$20,000</td>        </tr>\n            <tr data-row_id=\"120\" class=\"ninja_table_row_1 nt_row_id_120\">\n            <td><strong>Spouse/domestic partner*</td><td>$10,000</td><td>$25,000</td>        </tr>\n            <tr data-row_id=\"121\" class=\"ninja_table_row_2 nt_row_id_121\">\n            <td><strong>Spouse/domestic partner*</td><td>$15,000</td><td>$50,000</td>        </tr>\n            <tr data-row_id=\"118\" class=\"ninja_table_row_3 nt_row_id_118\">\n            <td><strong>Child/children*</td><td>$2,500</td><td>$10,000</td>        </tr>\n            <tr data-row_id=\"122\" class=\"ninja_table_row_4 nt_row_id_122\">\n            <td><strong>Child/children*</td><td>$5,000</td><td>$15,000</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13319, 6142, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13320, 6142, '_last_edited_time', '2024-08-28 20:26:21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13321, 6142, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13322, 6142, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13323, 6142, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13330, 6147, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13331, 6147, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13332, 6147, '_et_pb_truncate_post_date', '2024-10-06 04:08:35');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13333, 6147, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13334, 6147, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13335, 6147, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13336, 6147, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13337, 6147, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13338, 6147, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13339, 6147, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13340, 6147, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13341, 6147, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13342, 6147, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13343, 6147, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13344, 6147, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13345, 6147, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13346, 6147, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Retirement Plan through Fidelity</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health partners with Fidelity Investments to offer you retirement plan options. You can enroll or change your election at any time by contacting Fidelity.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">401(k)<br />\nThe Banner Health 401(k) plan is a great way to save money on a pre-tax and Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS annual allowable limits. The first 4% of your contributions must be on a pre-tax basis, then any additional contribution may be pre-tax, Roth post-tax or both. Your 401(k) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</p>\n<p>You are eligible to participate in the 401(k) if you are a regular full-time, part-time, per-diem or flat-rate team member.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">401(k) employer match<br />\nAfter your one-year anniversary, Banner will match your 401(k) pre-tax contributions, dollar for dollar, up to 4% of your eligible compensation.The match is not included in your annual contributions limit.<br />\nThe employer match is calculated and deposited to your account every pay period. However, Banner will evaluate your earnings and contributions from the prior calendar year to determine what the employer match would’ve been had the calculation been done on a full-year basis. Banner will make a true-up matching contribution during the first quarter to reconcile the difference if you meet certain eligibility and timing requirements. When calculating the true-up match, Banner will consider the earnings and contributions for the pay periods during which you were eligible for the match.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">403(b)<br />\nAs a registry (Banner Staffing Services) team member, the Banner Health 403(b) Plan allows you to save money on a pre-tax and/or Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS allowable annual limits. Your 403(b) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1010\" height=\"514\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/401k-2.jpg?resize=1010%2C514&#038;ssl=1\" alt=\"\" title=\"Screenshot\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/401k-2.jpg?w=1010&ssl=1 1010w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/401k-2.jpg?resize=300%2C153&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/401k-2.jpg?resize=768%2C391&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/401k-2.jpg?resize=980%2C499&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/401k-2.jpg?resize=480%2C244&ssl=1 480w\" sizes=\"(max-width: 1010px) 100vw, 1010px\" class=\"wp-image-6679\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Investing<br />\nYou can invest all contributions, including any matching contributions and rollovers, in your choice of available investment funds. If you do not specify the investment funds when you enroll, your contributions will be defaulted into a target date fund appropriate for your retirement age.</p>\n<p>Before investing in any mutual fund, please carefully consider the investment objectives, risks, charges and expenses. For this and other information, call or write Fidelity for a free prospectus. Read it carefully before you invest.</p>\n<p>You can enroll or change your election at any time by contacting Fidelity.</p>\n<p>Phone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)<br />\nWebsite: netbenefits.com/BannerHealth or netbenefits.com/easy</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Contact Fidelity<br />\nPhone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)<br />\nWebsite: netbenefits.com/BannerHealth or<br />\nnetbenefits.com/easy</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://workplaceservices.fidelity.com/mybenefits/employerservices/navigation/es2/ContributionCalculator\" target=\"_blank\">Contribution Calculator</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://nb.fidelity.com/public/nbpreloginnav/app/nurdomestic?AuthRedUrl=https://workplaceservices.fidelity.com/mybenefits/savings/navigation/dc/EZELanding#/nurDomestic/verifyIdentity\" target=\"_blank\">Fidelity Enrollment</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13347, 6147, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6147\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13348, 6147, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13349, 6147, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13350, 6147, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13351, 6147, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13352, 6147, '_edit_lock', '1719611453:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13353, 6147, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13354, 6147, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13358, 6153, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13359, 6153, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13360, 6153, '_et_pb_truncate_post_date', '2025-02-13 00:36:02');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13361, 6153, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13362, 6153, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13363, 6153, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13364, 6153, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13365, 6153, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13366, 6153, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13367, 6153, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13368, 6153, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13369, 6153, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13370, 6153, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13371, 6153, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13372, 6153, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13373, 6153, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13374, 6153, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Voluntary Benefits</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"pet-insurance\" class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">These voluntary benefits are designed to complement your traditional benefit plans by supporting other areas of your life. Use these plans to support your pets, financial and legal wellness.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=15&#038;wpfd_file_id=7312&#038;token=&#038;preview=1\" target=\"_blank\">TEAM MEMBER PREMIUMS</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=14&#038;wpfd_file_id=7473&#038;token=&#038;preview=1\" target=\"_blank\">RESIDENT AND FELLOW BENEFITS</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"pet-insurance\" class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">PetPartners<br />\nYour pets are part of your family, so it’s important to your emotional and financial well-being to get them the care they need. PetPartners pet insurance, underwritten by Independence American Insurance Company, provides you reimbursement toward the cost of veterinary and pet health care expenses for your cats and dogs. It’s simple to use—take your pet to any licensed vet of your choice (no networks), submit a claim and get reimbursed for eligible expenses. Coverage is provided for accidents, injuries, illnesses, surgeries, medications and pre-existing conditions.* It even includes coverage for preventive care like vaccinations, parasite prevention and wellness exams, and there is no deductible for covered wellness services. Click here to learn more about PetPartners pet insurance.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_2_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Here’s a few things to know:</div>\n			</div><div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">What pets are eligible for coverage?</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Dogs and cats at least eight weeks old up to 10 years old are eligible to enroll.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Will my pets lose coverage due to age?</h5>\n				<div class=\"et_pb_toggle_content clearfix\">No. Your pet must be under 11 years old as of the policy effective date, but once your pet is enrolled, we will never cancel your pet’s coverage because of their age.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Are wellness services covered under the plan?</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Yes, the plan covers wellness items like vaccinations, routine testing, dental claims related to accidents and trauma, spaying/neutering and microchipping.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_3  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">What veterinarians can I visit?</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Visit any licensed veterinarian or veterinarian clinic. Simply pay for the service, then submit a claim and get reimbursed for eligible expenses.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_4  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">After enrolling my pet in coverage, what should I do?</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Log in to your pet portal to add your pet’s information.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_5  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Can I receive coverage if my pet has pre-existing conditions?</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Yes! PetPartners offers coverage for pre-existing conditions on Accident and Illness plans after a 12-month waiting period. We cover commonly excluded conditions such as cancer, urinary tract infections, chronic ear infections, gastrointestinal issues and more. Contact the Customer Care team at 800-956-2495 or mypolicy@petpartners.com.</div>\n			</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">*Pre-existing condition coverage may require a 365-day waiting period. Waiting period may be waived with prior coverage for Accident and Illness plans. Participation in this plan is voluntary and not subject to ERISA.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Here’s how PetPartners<br />\npet insurance works:</p>\n<p>	Visit your vet (or any licensed vet or clinic)<br />\n	Pay your vet then submit a claim<br />\n	Get reimbursed for eligible expenses</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=10&#038;wpfd_file_id=7954&#038;token=b310b1d9d70bc6beb1cfe853cbe47309&#038;preview=1\" target=\"_blank\">PET PARTNERS</a>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img fetchpriority=\"high\" decoding=\"async\" width=\"652\" height=\"642\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pp-1.jpg\" alt=\"\" title=\"Screenshot\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pp-1.jpg 652w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pp-1-480x473.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 652px, 100vw\" class=\"wp-image-6746\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"metlife-legal\" class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_2_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">MetLife Legal Plans<br />\nQuality legal assistance can be pricey. And it can be hard to know where to turn to find an attorney you trust. For $6 per paycheck, you can have a team of top attorneys ready to help you take care of life’s planned and unplanned legal events, such as:</p>\n<p>Getting married<br />\nStarting a family<br />\nSending kids off to college<br />\nCaregiving for aging parents<br />\nCivil litigation and incompetency defense<br />\nAdoption and legitimization (contested)<br />\nProtection from domestic violence<br />\nAnd more</p>\n<p>&nbsp;<br />\nTo learn more, visit info.legalplans.com and enter access code 3090010 or call 800-821-6400, 8 a.m. – 8 p.m. (MST), Monday through Friday.<br />\n&nbsp;</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"616\" height=\"610\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/1.jpg\" alt=\"\" title=\"1\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/1.jpg 616w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/1-480x475.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 616px, 100vw\" class=\"wp-image-6658\" /></span>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=10&#038;wpfd_file_id=7474&#038;token=&#038;preview=1\" target=\"_blank\">METLIFE LEGAL PLAN OVERVIEW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_6 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_2_5 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_7032\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"7032\" data-filter-delay=\"1000\" aria-label=\"MetLife\"            id=\"footable_7032\"\n           data-unique_identifier=\"ninja_table_unique_id_823167953_7032\"\n           class=\" foo-table ninja_footable foo_table_7032 ninja_table_unique_id_823167953_7032 ui table  nt_type_legacy_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \">Covered Services</th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_benefit \">Without Plan</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_vendor \">Average Annual Cost<br>with Plan</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"157\" class=\"ninja_table_row_0 nt_row_id_157\">\n            <td><b>Legal contract review</b></td><td>$1,173</td><td>$0 out of pocket </td>        </tr>\n            <tr data-row_id=\"154\" class=\"ninja_table_row_1 nt_row_id_154\">\n            <td><b>Traffic ticket defense</td><td>$3,519</td><td>$0 out of pocket  </td>        </tr>\n            <tr data-row_id=\"158\" class=\"ninja_table_row_2 nt_row_id_158\">\n            <td><b>Will, living will, power of attorney</b></td><td>$782</td><td>$13 per month</td>        </tr>\n            <tr data-row_id=\"164\" class=\"ninja_table_row_3 nt_row_id_164\">\n            <td><b>Total cost</b></td><td>$1,564</td><td>$0 out of pocket</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n    \n    \n    \n</div>\n</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_3_5 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"id-theft\" class=\"et_pb_with_border et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"616\" height=\"610\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2.jpg\" alt=\"\" title=\"2\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2.jpg 616w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2-480x475.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 616px, 100vw\" class=\"wp-image-6659\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">With this program, you’ll have access to a mobile app with one-touch, 24/7 assistance from a knowledgeable Resolution Center Support Team that will work with you until your issues are completely resolved.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://www.experian.com\" target=\"_blank\">VISIT EXPERIAN.COM</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_2_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Financial Wellness and Identity Theft Protection with Experian<br />\nRest easy knowing your online and financial health is being looked out for. With the Financial Wellness with Identity Protection plan through Experian, you’ll get access to a variety of tools to improve your financial wellness, plus active identity monitoring and protection. The online financial management center connects all your accounts in one place and provides insights to help you reach your goals. The Identity Theft Protection Program monitors:</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">	Your credit<br />\n	Social Security number<br />\n	Bank account<br />\n	Credit cards<br />\n	Court records<br />\n	Dark web<br />\n	Data breaches</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">The Financial Wellness Program includes: </p>\n<p>Personalized financial insights and recommendations to help you achieve your goals and improve your credit<br />\nAutomated budgeting and cash flow management tools powered by AI<br />\nReal-time credit alerts and easy disputes<br />\nDevice protection services: Secure VPN, Password Manager, Safe Browser<br />\nCredit monitoring with real time alerts and CreditLock<br />\nSocial media and child monitoring</p>\n<p>&nbsp;<br />\n&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"long-term-care\" class=\"et_pb_with_border et_pb_section et_pb_section_6 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Long-term care insurance<br />\nPrepare for the future with long-term care insurance<br />\nFortify the future for you and your family. Home health care, assisted living and nursing home care can be costly. Long-term care insurance through Legacy Services can provide an extra layer of security in the next season of life. Learn the ins and outs through education seminars, chat with an expert about the application process and costs and view sample pricing for both traditional- and hybrid-care options. A member of Legacy Services walks through the following topics for team members, spouses and extended family: </p>\n<p>Determining coverage options, price comparisons and plan details<br />\nPotential tax advantages<br />\nThe costs of long-term care<br />\nWhether long-term care insurance is the right option<br />\nThe application and underwriting process</p>\n<p>You may apply any time during the year. Applicants must be age 18 – 79 and reside in the U.S. Eligible applicants include all team members, spouses/partners and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.Questions? Visit legacyltci.com.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_0 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><div>Contact Legacy Services to schedule your comprehensive phone consultation at 800-230-3398 or online at legacyltci.com/phone-consultation. When you schedule a phone consultation, Legacy will email you personal price sheets comparing the top traditional and hybrid policies. For sample pricing, visit legacyltci.com/sample-pricing.</div></div>\n				\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_3\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"998\" height=\"520\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/ltc-new.jpg\" alt=\"\" title=\"ltc-new\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/ltc-new.jpg 998w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/ltc-new-980x511.jpg 980w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/ltc-new-480x250.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 998px, 100vw\" class=\"wp-image-7422\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_7 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_8 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_4\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13375, 6153, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6153\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13376, 6153, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13377, 6153, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13378, 6153, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13379, 6153, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13380, 6153, '_edit_lock', '1738098595:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13381, 6153, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13392, 6161, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13393, 6161, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13394, 6161, '_et_pb_truncate_post_date', '2024-10-01 16:33:09');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13395, 6161, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13396, 6161, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13397, 6161, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13398, 6161, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13399, 6161, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13400, 6161, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13401, 6161, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13402, 6161, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13403, 6161, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13404, 6161, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13405, 6161, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13406, 6161, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13407, 6161, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13408, 6161, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Supporting Our Staff (SOS)</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Financial assistance when you need it<br />\nBanner Health is there for you even when times are challenging. The Supporting Our Staff (SOS) program provides financial assistance to Banner team members facing a temporary financial hardship. The SOS Fund was founded in 2011 as a partnership between the Banner Health Foundation and Banner’s Human Resources team and is funded through the generosity of fellow team members.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Requirements and qualifications<br />\nAll eligible team members at Banner Health facilities, systemwide, qualify for the SOS program with supporting documentation. To qualify, you must be classified as regular full time or part time in Workday AND have served a minimum of six continuous months of employment with Banner. Each team member is eligible for one $750 gift once in a 12-month period. Team members can qualify for SOS up to twice in a Banner career lifetime.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Better Together<br />\nWe are better together! SOS is funded by fellow team members through online donations and annual giving campaigns so we can all support each other during difficult times. If you’d like to contribute to the SOS fund, you can do so through:</p>\n<p>	Better Together, your region or facility’s annual team member giving campaign<br />\n	Online donations<br />\n	Payroll deductions</p>\n<p>To learn more or to donate, click here:</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_left et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://bannerhealth.sharepoint.com/sites/Connect/better-together\" target=\"_blank\">BETTER TOGETHER</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"640\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-2.jpg?resize=1080%2C640&#038;ssl=1\" alt=\"\" title=\"sos-2\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-2.jpg?w=2048&ssl=1 2048w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-2.jpg?resize=300%2C178&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-2.jpg?resize=1024%2C607&ssl=1 1024w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-2.jpg?resize=768%2C455&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-2.jpg?resize=1536%2C911&ssl=1 1536w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-2.jpg?resize=1080%2C640&ssl=1 1080w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-2.jpg?resize=1280%2C759&ssl=1 1280w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-2.jpg?resize=980%2C581&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-2.jpg?resize=480%2C285&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-6669\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-1.png?resize=450%2C450&#038;ssl=1\" alt=\"\" title=\"sos-circle-1\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-1.png?w=450&ssl=1 450w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-1.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-1.png?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 450px) 100vw, 450px\" class=\"wp-image-6850\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-2.png?resize=450%2C450&#038;ssl=1\" alt=\"\" title=\"sos-circle-2\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-2.png?w=450&ssl=1 450w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-2.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-2.png?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 450px) 100vw, 450px\" class=\"wp-image-6853\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_3\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-3.png?resize=450%2C450&#038;ssl=1\" alt=\"\" title=\"sos-circle-3\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-3.png?w=450&ssl=1 450w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-3.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/sos-circle-3.png?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 450px) 100vw, 450px\" class=\"wp-image-6854\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_4 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">2023 program statistics</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_5 my_accordion et_pb_row_empty\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_4\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"640\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-3.jpg?resize=1080%2C640&#038;ssl=1\" alt=\"\" title=\"sos-3\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-3.jpg?w=2048&ssl=1 2048w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-3.jpg?resize=300%2C178&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-3.jpg?resize=1024%2C607&ssl=1 1024w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-3.jpg?resize=768%2C455&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-3.jpg?resize=1536%2C911&ssl=1 1536w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-3.jpg?resize=1080%2C640&ssl=1 1080w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-3.jpg?resize=1280%2C759&ssl=1 1280w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-3.jpg?resize=980%2C581&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/sos-3.jpg?resize=480%2C285&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-6670\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et_pb_column_empty\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>How to apply<br />\nIf you’re in need of temporary financial assistance, follow the steps below to apply and receive SOS funds:</p>\n<p>Gather document(s) showing proof of the financial hardship, such as utility shut-off notices or a statement of foreclosure or eviction from your primary residence, dated within the past 30 days.</p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13409, 6161, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6161\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13410, 6161, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13411, 6161, '_et_pb_ab_subjects', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13412, 6161, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13413, 6161, '_et_builder_dynamic_assets_loading_attr_threshold', 7);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13414, 6161, '_edit_lock', '1719613743:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13415, 6161, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13416, 6161, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13423, 6171, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13424, 6171, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13425, 6171, '_et_pb_truncate_post_date', '2024-10-03 22:20:56');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13426, 6171, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13427, 6171, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13428, 6171, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13429, 6171, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13430, 6171, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13431, 6171, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13432, 6171, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13433, 6171, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13434, 6171, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13435, 6171, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13436, 6171, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13437, 6171, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13438, 6171, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13439, 6171, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Discount marketplace</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Discounts through Beneplace<br />\nBanner Health’s discounts and services website through Beneplace allows you to save money on products and services you use every day. Just click the link below and enter your username and password, or click the Create an Account button. Contact Beneplace at 800-683-2886 if you need help. Visit bannerhealth.savings.beneplace.com to start saving today on:</p>\n<p>	Automotive discounts<br />\n	Dining and grocery<br />\n	Electronics<br />\n	Entertainment<br />\n	Sports and outdoors<br />\n	Travel<br />\n	Wireless phones <br />\n	Gym memberships</p>\n<p>&nbsp;</p>\n<p>&nbsp;</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Voluntary benefits<br />\nBanner also provides additional voluntary benefits, like auto and home insurance and Purchasing Power, that you can enroll in through Beneplace and have the convenience of payroll deductions. Visit bannerhealth.savings.beneplace.com to learn more.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"640\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/dm-2.jpg?resize=1080%2C640&#038;ssl=1\" alt=\"\" title=\"dm-2\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/dm-2.jpg?w=2048&ssl=1 2048w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/dm-2.jpg?resize=300%2C178&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/dm-2.jpg?resize=1024%2C607&ssl=1 1024w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/dm-2.jpg?resize=768%2C455&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/dm-2.jpg?resize=1536%2C911&ssl=1 1536w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/dm-2.jpg?resize=1080%2C640&ssl=1 1080w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/dm-2.jpg?resize=1280%2C759&ssl=1 1280w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/dm-2.jpg?resize=980%2C581&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/dm-2.jpg?resize=480%2C285&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-6665\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13440, 6171, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6171\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13441, 6171, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13442, 6171, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13443, 6171, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13444, 6171, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13445, 6171, '_edit_lock', '1723484512:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13446, 6171, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13447, 6171, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13454, 6178, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13455, 6178, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13456, 6178, '_et_pb_truncate_post_date', '2024-09-30 23:47:10');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13457, 6178, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13458, 6178, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13459, 6178, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13460, 6178, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13461, 6178, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13462, 6178, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13463, 6178, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13464, 6178, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13465, 6178, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13466, 6178, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13467, 6178, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13468, 6178, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13469, 6178, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13470, 6178, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_14 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_18\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_30  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_3 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_3 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_3\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Non-Tobacco User Discount</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_15 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_19 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_2_5 et_pb_column_31  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_3\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"834\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/tobacco-3.jpg?resize=800%2C834&#038;ssl=1\" alt=\"\" title=\"Screenshot\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/tobacco-3.jpg?w=800&ssl=1 800w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/tobacco-3.jpg?resize=288%2C300&ssl=1 288w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/tobacco-3.jpg?resize=768%2C801&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/tobacco-3.jpg?resize=480%2C500&ssl=1 480w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"wp-image-7028\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_3_5 et_pb_column_32  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_24  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health offers a Non-Tobacco User Discount on premiums to encourage members not to use tobacco products. Tobacco products include cigarettes, cigars, pipes, smokeless tobacco and electronic devices such as e-cigarettes or any other product manufactured from tobacco and intended for use by smoking, inhalation, chewing, sniffing or sucking.<br />\nThe Non-Tobacco User Discount is available to all plan members in one of two ways: </p>\n<p>If you and each of your enrolled dependents do not use tobacco products, you indicate your non-tobacco user status during enrollment and receive the premium discount. If you or any of your enrolled dependents later begin using tobacco products, you must notify the MyBenefits Resource Center at 833-849-9825 immediately of this change in your non-tobacco status.<br />\nIf you or a covered dependent uses a tobacco product, you may still qualify for the Non-Tobacco User Discount by successfully completing an online tobacco cessation program, available at no cost through the Freedom From Smoking Plus program. The program consists of nine sessions to assist you in a step-by-step quitting process at your own pace, along with continuous telephonic support from the American Lung Association’s tobacco treatment counselors whenever you need it.</p>\n<p>&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_16 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_20 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_33  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_25  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">To get started, register for and complete the designated online Tobacco Cessation Program. Follow these steps:</p>\n<p>&nbsp;</p>\n<p>	Log in to freedomfromsmoking.org. You will be prompted to set a username and password.<br />\n	Complete the program and get a certificate of completion.<br />\n	Go to MyHR|Workday to provide Banner Health with your certificate of completion and request the discount.</p>\n<p>&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_21 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_2_3 et_pb_column_34  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_26  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">To receive the discount retroactive to your first day of coverage in the 2025 plan year, you must complete all required steps within 90 days of your first day of coverage. If you complete all the required steps outside these time frames, your discount will become effective on the first day of the following month.If your doctor states that the Tobacco Cessation Program is not medically appropriate for you, please contact the MyBenefits Resource Center at 833-849-9825 for assistance. We will work with your doctor, if you wish, to find an alternative that is right for your health status and provides you with the same discount.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_35  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_1 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><div>For more information about the Tobacco Cessation Program, visit the Banner Documents Portal and select the Tobacco Cessation Program under additional resources.</div></div>\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_17 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_22\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_36  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_7_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_7 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_37  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_8_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_8 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_18 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_23\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_38  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_27  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_39  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_28  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_40  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_4\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_29  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13471, 6178, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6178\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13472, 6178, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13473, 6178, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13474, 6178, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13475, 6178, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13476, 6178, '_edit_lock', '1723255284:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13477, 6178, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13482, 6178, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13486, 6185, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13487, 6185, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13488, 6185, '_et_pb_truncate_post_date', '2025-04-27 21:40:07');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13489, 6185, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13490, 6185, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13491, 6185, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13492, 6185, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13493, 6185, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13494, 6185, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13495, 6185, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13496, 6185, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13497, 6185, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13498, 6185, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13499, 6185, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13500, 6185, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13501, 6185, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13502, 6185, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Pharmacy through Aetna</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">The Banner Health pharmacy plans provide prescription drug benefits through a network of participating pharmacies that includes most major drug store chains, Banner Family Pharmacy and a mail-order program. Pharmacy benefits are administered by Aetna. The chart represents Banner Network (max savings tier) level of coverage.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Network coverage highlights</div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\"><div id=\"footable_parent_6190\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"6190\" data-filter-delay=\"1000\" aria-label=\"Pharmacy\"            id=\"footable_6190\"\n           data-unique_identifier=\"ninja_table_unique_id_887770464_6190\"\n           class=\" foo-table ninja_footable foo_table_6190 ninja_table_unique_id_887770464_6190 ui table  nt_type_ajax_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n            </table>\n    \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">*After deductible unless they are on $0 Medications List or First Dollar list. Applies to Value and Premier.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Stay in network<br />\nPharmacy plans don’t cover medications purchased at non-network pharmacies. If you use an out-of-network pharmacy, you will be responsible for the entire cost of the medication. In-network pharmacies include BFP, CVS, Safeway, Walmart, Kroger, Albertson&#8217;s and more. Walgreens pharmacies are not included. </div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Network coverage highlights are shown here. For complete plan details, click the buttons below.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Value Plan SBC</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Premier Plan SBC</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Choice Plan SBC</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/UTF-82025-Maintenance-Medicine-Drug-List.pdf\" target=\"_blank\">Maintenance Medications</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/UTF-82025-Specialty-Drug-List.pdf\" target=\"_blank\">Specialty Medications</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-Banner-Employee-Plan-BFP-0-List.pdf\" target=\"_blank\">$0 Medications List</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ongoing or maintenance prescriptions</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Filling prescriptions<br />\nWhen you are prescribed a medication that needs to be filled on a monthly basis (for example, birth control, hormones, blood pressure, etc.), you have two options for ordering it after two Rx fills at any in-network retail pharmacy. Subsequent fills must be made by those listed below.</p>\n<p>Banner Family Pharmacy: Banner Family Retail or Home Delivery Service (mail order): Prescriptions are delivered to your door. You will receive a discount of 50% off one month’s copay on the Choice Plus Plan by using our Home Delivery Service for your 93-day supply.<br />\n93-day retail supply: You can receive up to a 93-day supply of your medication at any retail Banner Family Pharmacy.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Specialty medications<br />\nSpecialty medications are dispensed by Banner Family Pharmacy — Chandler for 30% coinsurance for the Choice Plus Medical Plan. However, if you participate in the PrudentRx program, you could pay a $0 copay. PrudentRx will find the best savings from manufacturers to help you lower the cost of specialty prescriptions. Choice Plus Plan members will be counseled by Banner Family Pharmacy Specialty upon enrolling in the PrudentRx program.<br />\n&nbsp;<br />\nThe Value and Premier Medical Plans cover specialty medications after the deductible and then the applicable coinsurance.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Zero-dollar medications<br />\nUnder all Banner Health medical plans, if you or dependents have specific medical conditions such as asthma, COPD, cardiovascular disease or diabetes, your medications may be free. These medications must be obtained from Banner Family Pharmacy. To view the $0 Medications List, click here.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406-scaled.jpg\" alt=\"\" title=\"Smiling man spinning basketball on finger against city skyline\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406-scaled.jpg 2560w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406-300x200.jpg 300w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406-1024x683.jpg 1024w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406-768x512.jpg 768w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406-1536x1024.jpg 1536w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" class=\"wp-image-7363\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13503, 6185, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6185\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13504, 6185, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13505, 6185, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13506, 6185, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13507, 6185, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13508, 6185, '_edit_lock', '1736438858:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13509, 6185, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13514, 6185, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13515, 6190, '_ninja_table_columns', 'a:4:{i:0;a:17:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:20:\"rgba(71, 140, 77, 1)\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:13:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:6:\"VALUE*\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:10:\"unsortable\";s:3:\"yes\";s:5:\"width\";s:2:\"25\";}i:2;a:13:{s:3:\"key\";s:6:\"vendor\";s:4:\"name\";s:8:\"PREMIER*\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:3;a:13:{s:3:\"key\";s:7:\"contact\";s:4:\"name\";s:11:\"CHOICE PLUS\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13516, 6190, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:1:\"1\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:10:\"ajax_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13517, 6190, '_ninja_table_cache_object', 'a:3:{i:0;a:5:{s:7:\"benefit\";s:15:\"20% coinsurance\";s:6:\"vendor\";s:15:\"15% coinsurance\";s:7:\"contact\";s:15:\"$7.50<br>$18.75\";s:5:\"blank\";s:85:\"<strong>Generic<br></strong>Retail: 31-day supply<br>Mail order: 32- to 93-day supply\";s:8:\"___id___\";i:123;}i:1;a:5:{s:5:\"blank\";s:88:\"<strong>Brand name</strong><br>Retail: 31-day supply<br>Mail order: 32- to 93-day supply\";s:7:\"benefit\";s:16:\"20% coinsurance \";s:6:\"vendor\";s:16:\"15% coinsurance \";s:7:\"contact\";s:13:\"$35<br>$87.50\";s:8:\"___id___\";i:133;}i:2;a:5:{s:5:\"blank\";s:23:\"<strong>Specialty drugs\";s:7:\"benefit\";s:17:\"20% coinsurance  \";s:6:\"vendor\";s:17:\"15% coinsurance  \";s:7:\"contact\";s:106:\"$250 copay; 30% for PrudentRx eligible specialty prescriptions ($0 out-of-pocket if enrolled in PrudentRx)\";s:8:\"___id___\";i:134;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13518, 6190, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13519, 6190, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13520, 6190, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13521, 6190, '__ninja_cached_table_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13522, 6190, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13523, 6190, '_last_edited_time', '2024-09-21 15:52:48');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13524, 6190, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13525, 6190, '_ninja_tables_custom_css', '#footable_parent_NT_ID th.ninja_column_0.ninja_clmn_nm_blank {\nbackground-color: white !important;\n}\ntable#footable_6190 {\nborder: 0 !important;\n}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13526, 6190, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13536, 6196, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13537, 6196, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13538, 6196, '_et_pb_truncate_post_date', '2024-10-01 14:46:43');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13539, 6196, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13540, 6196, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13541, 6196, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13542, 6196, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13543, 6196, '_et_builder_version', 'VB|Divi|4.27.0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13544, 6196, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13545, 6196, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13546, 6196, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13547, 6196, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13548, 6196, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13549, 6196, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13550, 6196, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13551, 6196, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13552, 6196, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Adoption Assistance plan overview</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health wants to support you if you’re in the process of growing your family through adoption by reimbursing eligible adoption expenses.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Who is eligible<br />\nBanner team members who are classified as regular FT/PT assigned a total FTE (full-time equivalent) of 50% or greater and have completed one year of service prior to the start of the adoption proceedings for which reimbursement is to be provided.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How it works</p>\n<p>The plan will reimburse eligible team members for costs incurred to adopt either a child under the age of 18 or someone of any age physically or mentally incapable of self-care.<br />\n$10,000 is the maximum amount of expenses that Banner will reimburse under this plan.</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">General provisions<br />\nBanner Health administers the plan and has sole discretionary authority to interpret the plan, to make eligibility and benefit determinations and to make factual determinations in connection with the plan, which are final and binding.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">What Banner will reimburse<br />\nThe expenses related to an adoption that are reimbursable under this program as qualified adoption expenses are the substantiated, reasonable and necessary adoption fees, court costs, attorney fees and other expenses (excluding, however, (i) travel expenses, (ii) living, medical and delivery expenses of a birth mother and (iii) any other expenses not permitted for reimbursement under the Code) that:</p>\n<p>a)  are directly related to, and the principal purpose of which is for, the legal adoption of an Eligible Child by the Eligible team member;<br />\nb)  are not incurred in violation of state or federal law or in carrying out any surrogate parenting arrangement; and<br />\nc)  are not expenses in connection with the adoption of a child who is the child of the Eligible team member’s spouse. (However, see Special Non-Qualified Benefit in plan.)</p>\n<p>Approved reimbursements are awarded on the final paycheck each month. If you submit an application and/or documentation near the end of the month, your reimbursement will process in the following month.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_2_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Important tax considerations<br />\nThis plan benefits all eligible team members, and its eligibility requirements do not discriminate in favor of highly compensated employees or their dependents as required under §137 of the Internal Revenue Code. Federal and state taxes may apply to qualified adoption expenses reimbursed under this plan. A portion of the reimbursements under the plan may be excludable from your income for federal income taxes to the extent you qualify under Internal Revenue Code §137 and by filing Form 8839 with your federal income taxes.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">1. For domestic adoptions, reimbursements for qualified adoption expenses may be excludable from a team member’s gross income for the tax year in which the qualified adoption expenses are reimbursed.<br />\n2. For foreign adoptions, this exclusion may only be available for the tax year in which the adoption becomes final.<br />\n3. Banner is required to withhold applicable federal employment taxes (FICA and FUTA) and to report the total amount of reimbursements on your Form W-2. Banner Health will not withhold other federal income taxes for reimbursements made under this plan, and you may be required to pay taxes on these reimbursements when you file your tax returns.<br />\na) You also may be entitled to a federal income tax credit for adoption expenses that are not reimbursed under this plan or elsewhere. You will need to coordinate the income exclusion and tax credit to determine the greatest tax benefit for you and your family.<br />\n&nbsp;<br />\n&nbsp;</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">For additional information about the federal income exclusion and tax credit, please refer to the Instructions to Form 8839, available from the IRS and on the IRS website at irs.gov. Banner does not make any commitment or guarantee that any reimbursements under the plan will be excludable in whole or in part from your gross income for federal or state income tax purposes, or that any other federal or state tax treatment will apply to or be available to you.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"662\" height=\"1360\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/aa-2.jpg?resize=662%2C1360&#038;ssl=1\" alt=\"\" title=\"Screenshot\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/aa-2.jpg?w=662&ssl=1 662w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/aa-2.jpg?resize=146%2C300&ssl=1 146w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/aa-2.jpg?resize=498%2C1024&ssl=1 498w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/aa-2.jpg?resize=480%2C986&ssl=1 480w\" sizes=\"(max-width: 662px) 100vw, 662px\" class=\"wp-image-6674\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">The tax treatment of reimbursements of qualified adoption expenses under this plan is complex and will depend on your personal tax situation. Banner does not provide team members with personal tax advice. We strongly recommend that you speak to your personal tax advisor.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This plan overview is not the plan. Click the Service Hub button and type in “Adoption Assistance” to find the policy information and application.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://svcnowprod.service-now.com/sp/?id=index\" target=\"_blank\">Service Hub</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13553, 6196, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6196\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13554, 6196, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13555, 6196, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13556, 6196, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13557, 6196, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13558, 6196, '_edit_lock', '1719847957:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13559, 6196, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13570, 6217, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13571, 6217, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13572, 6217, '_et_pb_truncate_post_date', '2025-02-25 21:02:07');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13573, 6217, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13574, 6217, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13575, 6217, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13576, 6217, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13577, 6217, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13578, 6217, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13579, 6217, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13580, 6217, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13581, 6217, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13582, 6217, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13583, 6217, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13584, 6217, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13585, 6217, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13586, 6217, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Supplemental health plans</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">If there’s an emergency or you end up in the hospital, health insurance helps with the medical expenses. These voluntary insurance options, available through Aetna, are designed to complement your medical plan and help cover any extra expenses that may arise. They pay a cash benefit you can use for your deductible, coinsurance or even things like child care, utility bills or mortgage payments.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Hospital indemnity<br />\nThe Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you’re admitted to the hospital, mental disorder treatment facility or substance abuse treatment facility.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Critical illness<br />\nThe Aetna Critical Illness Plan pays you a lump-sum benefit to help cover health care costs and other expenses when you’re diagnosed with a covered condition, like heart attack, cancer or stroke. And when you complete a qualified health screening test, you can receive $50 per plan year.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Accident<br />\nThe Aetna Accident Plan helps you pay for health care costs and other expenses when you have a covered injury.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_4 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=24&#038;wpfd_file_id=7465&#038;token=&#038;preview=1\" target=\"_blank\">HOSPITAL INDEMNITY (ENG)</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=24&#038;wpfd_file_id=7470&#038;token=&#038;preview=1\" target=\"_blank\">HOSPITAL INDEMNITY (SPA)</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=24&#038;wpfd_file_id=7466&#038;token=&#038;preview=1\" target=\"_blank\">CRITICAL ILLNESS (ENG)</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=24&#038;wpfd_file_id=7469&#038;token=&#038;preview=1\" target=\"_blank\">CRITICAL ILLNESS (SPA)</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=24&#038;wpfd_file_id=7467&#038;token=&#038;preview=1\" target=\"_blank\">ACCIDENT PLAN (ENG)</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=24&#038;wpfd_file_id=7468&#038;token=&#038;preview=1\" target=\"_blank\">ACCIDENT PLAN (SPA)</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_7_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_7 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13587, 6217, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6217\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13588, 6217, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13589, 6217, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13590, 6217, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13591, 6217, '_et_builder_dynamic_assets_loading_attr_threshold', 7);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13592, 6217, '_edit_lock', '1740503420:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13593, 6217, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13601, 6223, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13602, 6223, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13603, 6223, '_et_pb_truncate_post_date', '2025-01-04 10:44:26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13604, 6223, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13605, 6223, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13606, 6223, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13607, 6223, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13608, 6223, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13609, 6223, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13610, 6223, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13611, 6223, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13612, 6223, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13613, 6223, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13614, 6223, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13615, 6223, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13616, 6223, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13617, 6223, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">2025 MyWell-Being Program</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_2_3 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health wants to see all our team members thrive in every area of life—which is why we take a holistic approach to your well-being.<br />\nThe MyWell-Being Program gives you the tools to be active, stay healthy and be your best self. And when you take steps to improve your well-being, you can enjoy the added benefit of lower medical premiums or other MyWell-Being incentives.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/mwb-circle.png?resize=450%2C450&#038;ssl=1\" alt=\"\" title=\"mwb-circle\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/mwb-circle.png?w=450&ssl=1 450w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/mwb-circle.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/mwb-circle.png?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 450px) 100vw, 450px\" class=\"wp-image-6846\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_countdown_timer et_pb_countdown_timer_0 et_pb_bg_layout_dark\" data-end-timestamp=\"1761976800\">\n				\n				\n				\n				\n				<div class=\"et_pb_countdown_timer_container clearfix\">\n					<h4 class=\"title\">END OF THE CURRENT PROGRAM YEAR</h4>\n					<div class=\"days section values\" data-short=\"Day\" data-full=\"Day(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Day(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"hours section values\" data-short=\"Hrs\" data-full=\"Hour(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Hour(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"minutes section values\" data-short=\"Min\" data-full=\"Minute(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Minute(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"seconds section values\" data-short=\"Sec\" data-full=\"Second(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Second(s)</p>\n					</div>\n				</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-MWB-Program-Guide.pdf\" target=\"_blank\">2025 MyWell-Being Program Guide</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://app.member.virginpulse.com/?kc_idp_hint=banner-health\" target=\"_blank\">MyWell-Being Platform</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">2026 MyWell-Being incentive<br />\nThe MyWell-Being Program is for everybody, and if you want to earn points toward your 2026 MyWell-Being incentive, it’s as easy as making healthy decisions. Team members who participate in the MyWell-Being Program this year, Nov. 1, 2024 – Oct. 31, 2025, and achieve certain point levels by the deadline can earn these rewards in 2026:</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Those enrolled in a Banner Health medical plan in 2025 can earn a $35 – $50 medical premium discount per month. Premium discounts are noted in the adjacent table and based upon your total points earned.<br />\nThose earning a $50/month premium discount will pay NOTHING when enrolled in the Value Plan for team member-only coverage.<br />\nThose not enrolled in a Banner Health medical plan in 2025 can earn a $180 one-time cash incentive.*<br />\nBanner offers Comprehensive (DHMO) Dental and Value Vision at no cost for team member-only coverage to team members achieving level 3+ in Well-Being activities. NOTE: Team members in non-DHMO service areas will receive a $10 monthly credit.</p>\n<p>Newly hired team members that enroll in a Banner Health medical plan for 2024 will automatically receive the $35 medical premium discount per month for calendar year 2024.</p>\n<p>&nbsp;<br />\n*Non-medical plan team members, as well as Banner residents and fellows on a medical plan, will receive a $180 one-time cash award in 2026. Cash incentive is taxable.<br />\nNOTE: If you participated in the 2024 MyWell-Being Program, the reduced 2025 premiums will not show in the system during the 2025 Open Enrollment. If you met the MyWell-Being qualification by Oct. 31, 2024, your rates will be adjusted in time for the January 2025 payroll deductions.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_2_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_6228\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"6228\" data-filter-delay=\"1000\" aria-label=\"MyWell-Being\"            id=\"footable_6228\"\n           data-unique_identifier=\"ninja_table_unique_id_558810612_6228\"\n           class=\" foo-table ninja_footable foo_table_6228 ninja_table_unique_id_558810612_6228 ui table  nt_type_legacy_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                            <col class=\"ninja_column_4 \">\n                            <col class=\"ninja_column_5 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                                                <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \">Date of hire</th><th scope=\"col\" colspan=\"4\" class=\"ninja_column_1 ninja_clmn_nm_benefit \">Points achieved and discount earned </th><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><th scope=\"col\"  class=\"ninja_column_5 ninja_clmn_nm_new_2  \">Deadline</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"138\" class=\"ninja_table_row_0 nt_row_id_138\">\n            <td></td><td><b>30,000</b><br>Level 1</td><td><b>50,000</b><br>Level 2</td><td><b>70,000</b><br>Level 3</td><td><b>100,000</b><br>Level 1</td><td></td>        </tr>\n            <tr data-row_id=\"148\" class=\"ninja_table_row_1 nt_row_id_148\">\n            <td><strong>Current team members</td><td>$20</td><td>$35</td><td>$50*</td><td>Drawing<br>Entry</td><td>10/31/25</td>        </tr>\n            <tr data-row_id=\"149\" class=\"ninja_table_row_2 nt_row_id_149\">\n            <td><strong>Q1 (1/1/25 – 3/31/25)</td><td>$20 </td><td>$35 </td><td>$50* </td><td>Drawing<br>Entry </td><td>10/31/25 </td>        </tr>\n            <tr data-row_id=\"150\" class=\"ninja_table_row_3 nt_row_id_150\">\n            <td><strong>Q2 (4/1/25 – 6/30/25)</td><td>$35</td><td>$50*</td><td>Drawing<br>Entry</td><td>—</td><td>10/31/25  </td>        </tr>\n            <tr data-row_id=\"139\" class=\"ninja_table_row_4 nt_row_id_139\">\n            <td><strong>Q3 (7/1/25 – 9/30/25)</td><td>$50*</td><td>Drawing<br>Entry</td><td>—</td><td>— </td><td>10/31/25   </td>        </tr>\n            <tr data-row_id=\"140\" class=\"ninja_table_row_5 nt_row_id_140\">\n            <td><B>Q4 (10/1/25 – 12/31/25)</td><td colspan=\"4\">Grandfathered into 2026 Incentive</td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><td>N/A</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n    \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">*The total premium discount available to earn will be $50 a month, plus complimentary Comprehensive (DHMO) Dental and Value Vision Plans for team member-only coverage.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1080\" height=\"443\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/mwb-3.jpg?resize=1080%2C443&#038;ssl=1\" alt=\"\" title=\"Screenshot\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/mwb-3.jpg?w=1360&ssl=1 1360w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/mwb-3.jpg?resize=300%2C123&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/mwb-3.jpg?resize=1024%2C420&ssl=1 1024w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/mwb-3.jpg?resize=768%2C315&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/mwb-3.jpg?resize=1080%2C443&ssl=1 1080w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/mwb-3.jpg?resize=1280%2C525&ssl=1 1280w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/mwb-3.jpg?resize=980%2C402&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/mwb-3.jpg?resize=480%2C197&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-6738\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How to get started<br />\n1. Join today by visiting our MyWell-Being platform, join.personifyhealth.com/BannerHealth.2. Download the Personify Health mobile app for iOS or Android by scanning the QR code. The first time you log in, you’ll earn bonus points.3. Connect an activity tracker to get credit for your steps, active minutes and sleep. You can sync with many devices and apps    (Apple Health, Fitbit, Withings, Misfit, etc. )4. Upload a profile picture and add some friends and team members.5. Set your interests to get personalized daily tips to help you eat healthy, get active, reduce stress, sleep well and more.6. Participate in the MyWell-Being Program.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_6 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Reminder for new hires after Oct. 1, 2024:</h2><div class=\"et_pb_slide_content\">If you’re hired after Oct. 1, you’re already eligible for both the 2024 and 2025 incentives—but register now in the MyWell-Being Program to take care of your well-being. You&#8217;ll begin to earn points for the 2025 program year starting Nov. 1, 2024, and work your way toward your 2026 incentive.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_7 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div id=\"working-spouse-surcharge\" class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Here to support your well-being<br />\nOur MyWell-Being Program encourages all our team members to enhance their lives through our five pillars: MyGrowth, MyPurpose, MyCommunity, MyHealth and MyWealth. Along with our library of well-being tools and resources located within Virgin Pulse, our team offers well-being services to help you stay healthy and empower you to be your best self. Our services include:</p>\n<p>Health coaching: Our health coaches provide evidence-based information, positive encouragement and motivation for individuals to achieve their health and wellness goals. Our health coaches provide a personal and tailored approach, accountability, problem solving and client-focused solutions.<br />\nWell-being classes: Our team and partners offer a variety of classes to help you be your best self. We provide opportunities on a variety of topics including, but not limited to, physical activity, nutrition, self-care, stress management, gratitude, goal setting and finding your purpose.<br />\nMental health awareness class: This class creates an awareness and knowledge of the prevalence of mental illness in the workplace and how to get support for yourself or a fellow team member and decrease the stigma surrounding mental health.<br />\nOn-site/Virtual Counseling Services: On-site counseling is available at most Banner acute medical facilities, and virtual counseling is also available through our Employee Assistance Program (Resources for Living). Both options are open to all team members. You can make an appointment today with an on-site or virtual counselor. To learn more about mental health support, read about Resources for Living.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_8 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_9 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13618, 6223, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6223\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13619, 6223, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13620, 6223, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13621, 6223, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13622, 6223, '_et_builder_dynamic_assets_loading_attr_threshold', 6);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13623, 6223, '_edit_lock', '1735847383:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13624, 6223, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13629, 6228, '_ninja_table_columns', 'a:6:{i:0;a:17:{s:4:\"name\";s:12:\"Date of hire\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:16:\"rgba(0, 0, 0, 1)\";s:5:\"width\";s:2:\"30\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:13:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:36:\"Points achieved and discount earned \";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:10:\"unsortable\";s:3:\"yes\";s:5:\"width\";s:2:\"10\";}i:2;a:13:{s:3:\"key\";s:6:\"vendor\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"10\";s:10:\"unsortable\";s:3:\"yes\";}i:3;a:13:{s:3:\"key\";s:7:\"contact\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"10\";s:10:\"unsortable\";s:3:\"yes\";}i:4;a:13:{s:4:\"name\";s:9:\"#colspan#\";s:3:\"key\";s:3:\"new\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"10\";}i:5;a:14:{s:4:\"name\";s:8:\"Deadline\";s:3:\"key\";s:5:\"new_2\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:7:\"classes\";s:0:\"\";s:5:\"width\";s:2:\"30\";s:9:\"textAlign\";s:6:\"center\";s:12:\"contentAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:14:\"force_download\";s:0:\"\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13630, 6228, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:1:\"1\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13631, 6228, '_ninja_table_cache_object', 'a:6:{i:0;a:7:{s:7:\"benefit\";s:24:\"<b>30,000</b><br>Level 1\";s:6:\"vendor\";s:24:\"<b>50,000</b><br>Level 2\";s:7:\"contact\";s:24:\"<b>70,000</b><br>Level 3\";s:5:\"blank\";s:0:\"\";s:5:\"new_2\";s:0:\"\";s:3:\"new\";s:25:\"<b>100,000</b><br>Level 1\";s:8:\"___id___\";i:138;}i:1;a:7:{s:5:\"blank\";s:28:\"<strong>Current team members\";s:7:\"benefit\";s:3:\"$20\";s:6:\"vendor\";s:3:\"$35\";s:7:\"contact\";s:4:\"$50*\";s:3:\"new\";s:16:\"Drawing<br>Entry\";s:5:\"new_2\";s:8:\"10/31/25\";s:8:\"___id___\";i:148;}i:2;a:7:{s:5:\"blank\";s:31:\"<strong>Q1 (1/1/25 – 3/31/25)\";s:7:\"benefit\";s:4:\"$20 \";s:6:\"vendor\";s:4:\"$35 \";s:7:\"contact\";s:5:\"$50* \";s:3:\"new\";s:17:\"Drawing<br>Entry \";s:5:\"new_2\";s:9:\"10/31/25 \";s:8:\"___id___\";i:149;}i:3;a:7:{s:5:\"blank\";s:31:\"<strong>Q2 (4/1/25 – 6/30/25)\";s:7:\"benefit\";s:3:\"$35\";s:6:\"vendor\";s:4:\"$50*\";s:7:\"contact\";s:16:\"Drawing<br>Entry\";s:3:\"new\";s:3:\"—\";s:5:\"new_2\";s:10:\"10/31/25  \";s:8:\"___id___\";i:150;}i:4;a:7:{s:7:\"benefit\";s:4:\"$50*\";s:6:\"vendor\";s:16:\"Drawing<br>Entry\";s:7:\"contact\";s:3:\"—\";s:5:\"blank\";s:31:\"<strong>Q3 (7/1/25 – 9/30/25)\";s:3:\"new\";s:4:\"— \";s:5:\"new_2\";s:11:\"10/31/25   \";s:8:\"___id___\";i:139;}i:5;a:7:{s:7:\"benefit\";s:33:\"Grandfathered into 2026 Incentive\";s:6:\"vendor\";s:9:\"#colspan#\";s:7:\"contact\";s:9:\"#colspan#\";s:5:\"blank\";s:28:\"<B>Q4 (10/1/25 – 12/31/25)\";s:3:\"new\";s:9:\"#colspan#\";s:5:\"new_2\";s:3:\"N/A\";s:8:\"___id___\";i:140;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13632, 6228, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13633, 6228, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13634, 6228, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13635, 6228, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                                                <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \">Date of hire</th><th scope=\"col\" colspan=\"4\" class=\"ninja_column_1 ninja_clmn_nm_benefit \">Points achieved and discount earned </th><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><th scope=\"col\"  class=\"ninja_column_5 ninja_clmn_nm_new_2  \">Deadline</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"138\" class=\"ninja_table_row_0 nt_row_id_138\">\n            <td></td><td><b>30,000</b><br>Level 1</td><td><b>50,000</b><br>Level 2</td><td><b>70,000</b><br>Level 3</td><td><b>100,000</b><br>Level 1</td><td></td>        </tr>\n            <tr data-row_id=\"148\" class=\"ninja_table_row_1 nt_row_id_148\">\n            <td><strong>Current team members</td><td>$20</td><td>$35</td><td>$50*</td><td>Drawing<br>Entry</td><td>10/31/25</td>        </tr>\n            <tr data-row_id=\"149\" class=\"ninja_table_row_2 nt_row_id_149\">\n            <td><strong>Q1 (1/1/25 – 3/31/25)</td><td>$20 </td><td>$35 </td><td>$50* </td><td>Drawing<br>Entry </td><td>10/31/25 </td>        </tr>\n            <tr data-row_id=\"150\" class=\"ninja_table_row_3 nt_row_id_150\">\n            <td><strong>Q2 (4/1/25 – 6/30/25)</td><td>$35</td><td>$50*</td><td>Drawing<br>Entry</td><td>—</td><td>10/31/25  </td>        </tr>\n            <tr data-row_id=\"139\" class=\"ninja_table_row_4 nt_row_id_139\">\n            <td><strong>Q3 (7/1/25 – 9/30/25)</td><td>$50*</td><td>Drawing<br>Entry</td><td>—</td><td>— </td><td>10/31/25   </td>        </tr>\n            <tr data-row_id=\"140\" class=\"ninja_table_row_5 nt_row_id_140\">\n            <td><B>Q4 (10/1/25 – 12/31/25)</td><td colspan=\"4\">Grandfathered into 2026 Incentive</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td>N/A</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13636, 6228, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13637, 6228, '_last_edited_time', '2024-09-21 16:22:32');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13638, 6228, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13639, 6228, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13640, 6228, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13653, 6245, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13654, 6245, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13655, 6245, '_et_pb_truncate_post_date', '2025-01-10 12:00:58');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13656, 6245, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13657, 6245, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13658, 6245, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13659, 6245, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13660, 6245, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13661, 6245, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13662, 6245, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13663, 6245, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13664, 6245, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13665, 6245, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13666, 6245, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13667, 6245, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13668, 6245, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13669, 6245, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Resources For Living</h2><div class=\"et_pb_slide_content\">Life happens. Stress less. Live more.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Resources For Living, Banner’s Employee Assistance Program (EAP), is here to help make your life easier. You can find services for all aspects of your well-being, including:</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Emotional support—Talk to a counselor about what’s on your mind—stress, relationships, mood issues and more. Meet face-to-face or by video stream, or get in-the-moment support by phone.</p>\n<p>Legal—Speak with an attorney about legal issues, like estate planning and family and domestic issues.<br />\nDaily Life Assistance—Let our specialists help you solve everyday issues and coordinate caregiving needs.</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Financial—Discuss budgeting, credit and more with a financial expert.<br />\nDaily life assistance—Let our specialists help you solve everyday issues and coordinate caregiving needs.<br />\nWebsite—Check out video resources, articles, assessments, webinars and more at resourcesforliving.com. </p>\n<p>&nbsp;<br />\n&nbsp;<br />\n&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-Mental-Health-Support.pdf\" target=\"_blank\">2025 Mental Health Support</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Confidential<br />\nResources For Living is available to you and your household members 24 hours a day, 365 days a year. The services are free and confidential.</p>\n<p>866-568-7554<br />\nresourcesforliving.com<br />\nUsername: Banner<br />\nPassword: EAP</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13670, 6245, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6245\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13671, 6245, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13672, 6245, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13673, 6245, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13674, 6245, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13675, 6245, '_edit_lock', '1736438773:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13676, 6245, '_last_editor_used_jetpack', 'classic-editor');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13677, 6245, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13681, 6249, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13682, 6249, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13683, 6249, '_et_pb_truncate_post_date', '2024-11-05 19:58:06');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13684, 6249, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13685, 6249, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13686, 6249, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13687, 6249, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13688, 6249, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13689, 6249, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13690, 6249, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13691, 6249, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13692, 6249, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13693, 6249, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13694, 6249, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13695, 6249, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13696, 6249, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13697, 6249, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Banner|Aetna Concierge:</h2><div class=\"et_pb_slide_content\">Your personal assistant for health care</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Not sure where to turn?<br />\nWe’ve all been there—needing help with our health plan but not sure where to turn.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Your concierge has answers<br />\nIt’s a big, complex world of health care out there. Your Banner|Aetna concierge can help you make sense of it.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">You may be wondering:</p>\n<p>Something doesn’t appear correct on my Explanation of Benefits (EOB). Can you help me?How can I find the right specialist?<br />\nI’ve been diagnosed. Now what?<br />\nIs my health plan going to cover this?<br />\nHow much is this going to cost me?</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Get support to:</p>\n<p>Choose the right doctor<br />\nLearn about your coverage<br />\nUnderstand a diagnosis<br />\nPlan for upcoming treatment</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Health care help is here<br />\nSpeak with a concierge. Call 855-788-5803. Your concierge is available 8 a.m. to 6 p.m. (MST), Monday through Friday.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13698, 6249, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6249\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13699, 6249, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13700, 6249, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13701, 6249, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13702, 6249, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13703, 6249, '_edit_lock', '1719678122:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13704, 6249, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13705, 6249, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13709, 6253, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13710, 6253, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13711, 6253, '_et_pb_truncate_post_date', '2024-09-30 22:23:30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13712, 6253, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13713, 6253, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13714, 6253, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13715, 6253, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13716, 6253, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13717, 6253, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13718, 6253, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13719, 6253, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13720, 6253, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13721, 6253, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13722, 6253, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13723, 6253, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13724, 6253, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13725, 6253, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_5 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Health Savings and Spending Accounts</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_6 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Health Savings Accounts (HSAs)<br />\nAn HSA is a bank account used for qualified health care expenses (medical, prescription, dental and vision). Contributions are pre-tax, and it is your personal account to use now and in the future. There is no “use it or lose it” rule, so funds roll over from year to year. You can even take it with you if you leave Banner Health.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_7_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_7 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" target=\"_blank\">How Your Medical Plan &amp; the HSA Work Together</a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">For 2025, Banner’s funding will be:<br />\nPremier Plan: Banner Health will contribute $450 for individual coverage or $900 for family coverage. Contributions are made on a per-paycheck basis in 2025.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_8 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">There are multiple ways to fund your HSA:</p>\n<p>	Contribute your own money through payroll deductions.<br />\n	Contribute your own post-tax money directly to the account.<br />\n	Banner Health makes per-paycheck contributions to your HSA.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Log in to your account at healthequity.com/ed/BannerHealth to manage your HSA.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1022\" height=\"518\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hsa-2.jpg?resize=1022%2C518&#038;ssl=1\" alt=\"\" title=\"Screenshot\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hsa-2.jpg?w=1022&ssl=1 1022w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hsa-2.jpg?resize=300%2C152&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hsa-2.jpg?resize=768%2C389&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hsa-2.jpg?resize=980%2C497&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/hsa-2.jpg?resize=480%2C243&ssl=1 480w\" sizes=\"(max-width: 1022px) 100vw, 1022px\" class=\"wp-image-6605\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Important information about your HSA<br />\nBanner’s contributions to your HSA will be made on a per-paycheck basis.<br />\n Note: Due to rounding, your actual annual contribution may vary from your elected amount by a few cents, but will never exceed the allowable annual maximum.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Manage your accounts with HealthEquity<br />\nVisit the HealthEquity Education Center to learn more about how to manage your health care spending and maximize your savings. Log in to get started:</p>\n<p>HSA/FSA/COBRA education portal: healthequity.com/ed/BannerHealth<br />\nHSA/FSA account login: healthequity.com<br />\nCOBRA account login: wageworks.com</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_7 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_17  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefits of HSAs</p>\n<p>	Your HSA contributions come out of your paycheck pre-tax.<br />\n	You earn tax-free interest.<br />\n	You can take money out tax-free if you use the money for qualified expenses for you and your eligible dependents—even if the dependents are not enrolled in your medical plan.<br />\n&nbsp;<br />\nNOTE: HSA funds can’t be used on a domestic partner’s health care expenses even if he or she is covered on your medical plan, as he or she is not considered an eligible tax dependent by the IRS. </div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">	HSA funds are yours to keep. There is no “use it or lose it” rule, and you can take the HSA with you if you change jobs and/or insurance plans.<br />\n	Once your savings reach $1,000, you can invest your money in mutual funds to achieve a higher rate of growth.<br />\n	After you retire, you can use the money for Medicare premiums.<br />\n	You can only use the funds in your HSA for qualified health care expenses.<br />\n	You can change your HSA contribution at any time throughout the year.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_19  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">HSA eligibility<br />\nYou are eligible to fund an HSA if you are enrolled in the Banner Health Value or Premier High-Deductible Health Plans. You are not eligible if you are:</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_20  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Covered by a non-HSA eligible medical plan, Health Care FSA (including an account provided through your spouse’s employer) orhealth reimbursement arrangement<br />\nEligible to be claimed as a dependent on someone else’s tax return<br />\nEnrolled in Medicare or TRICARE for Life.<br />\nReceiving Veterans Affairs (VA) benefits or have received<br />\nVA benefits in the last six months</p>\n<p>Refer to IRS Publication 969 for additional eligibility details.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_8 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_21  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Flexible Spending Accounts<br />\nBanner offers our team members two FSAs. These FSAs let you set aside money for health care or dependent care expenses on a per-paycheck basis. This reduces your taxable income, which lowers the amount of federal and state taxes withheld from each paycheck.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_22  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">You can enroll in FSAs even if you aren’t enrolled in a Banner medical plan. However, you are not eligible to participate in the Health Care FSA if you are enrolled in the Value or Premier High-Deductible Health Plans.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_11 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_23  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">There are two ways to fund your Health Care FSA:</p>\n<p>You can save up to $3,200 per year in a Health Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.<br />\nYou can make claims on the entire planned contribution even before you make the actual payroll contributions.<br />\nYou can use the Health Care FSA for eligible medical, pharmacy, dental and vision expenses for you and your eligible dependents, even if they are not covered by your Banner Health plans.<br />\nWhen using the debit card, you may still be required to mail or fax proof of your expenses, or the payment will become taxable.<br />\nIf you don’t use the debit card, you file a claim for reimbursement.<br />\nThere is a “use it or lose it” rule, so plan wisely. Any unused balance at the end of the plan year is forfeited.<br />\nYou can’t use the money for non-eligible expenses. If you do, you must pay regular income tax on the expenses.<br />\nIRS guidelines require substantiation of claims processed through a debit card. Example: providing a copy of an Explanation of Benefits.</p>\n<p>&nbsp;</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_24  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Using a Dependent Care FSA</p>\n<p>&nbsp;</p>\n<p>You can save up to $5,000 per year in a Dependent Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.<br />\nAs you incur expenses, you file a claim for reimbursement.<br />\nYou can only make claims on the contributions that have come out of your paycheck.<br />\nYou can use the Dependent Care FSA for eligible day care expenses for children up to age 13 and elder care.</p>\n<p>&nbsp;<br />\n&nbsp;</p>\n<p>For details about eligible expenses under the FSAs, review IRS Publication 502 at irs.gov/forms-pubs/about-publication-502.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_9 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_12\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_25  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Non-discrimination testing rules apply</p>\n<p>To ensure non-highly compensated team members receive a fair share of the tax benefits offered through these plans, non-discrimination testing rules apply to prevent plans from allowing highly paid individuals to benefit at a higher percentage than non-highly paid individuals. Depending on the results of the testing, a highly compensated team member may not be eligible to contribute the maximum amount to an FSA. You will be notified if this applies to you.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_26  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">COBRA benefits by Health Equity<br />\nBeginning Jan. 1, 2023, benefit coverage ends on the date of your job change, qualifying life event or termination. Health Equity will send you a packet in the mail with your benefit options, costs, etc. for you to decide if you want to continue your benefits. If you elect COBRA, coverage will begin the day after your Banner benefits end. The first month&#8217;s COBRA payment will be pro-rated for the days you are covered. You will have the option to elect up to 18 months of COBRA (other special circumstances-could allow longer timeframe).  </div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_27  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Log in to your account at healthequity.com/ed/BannerHealth to manage your FSA.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_10 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_13\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_8_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_8 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_9_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_9 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_11 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_14\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_28  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_29  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_26  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_30  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13726, 6253, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6253\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13727, 6253, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13728, 6253, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13729, 6253, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13730, 6253, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13731, 6253, '_edit_lock', '1722547383:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13732, 6253, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13743, 6262, '_wp_attached_file', '2024/06/2024-Banner-In-Network-Providers.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13744, 6262, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:40:\"2024-Banner-In-Network-Providers-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169650;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"2024-Banner-In-Network-Providers-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16421;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"2024-Banner-In-Network-Providers-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"2024-Banner-In-Network-Providers-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7275;}}s:8:\"filesize\";i:91989;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13745, 6263, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13746, 6263, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13747, 6263, '_et_pb_truncate_post_date', '2024-09-23 21:16:50');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13748, 6263, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13749, 6263, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13750, 6263, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13751, 6263, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13752, 6263, '_et_builder_version', 'VB|Divi|4.25.2');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13753, 6263, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13754, 6263, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13755, 6263, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13756, 6263, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13757, 6263, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13758, 6263, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13759, 6263, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13760, 6263, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13761, 6263, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Long-Term CareInsurance</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner Health partners with Legacy Services to offer youvoluntary long-term care insurance.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">What is Long-Term Care Insurance?<br />\nLong-term care insurance pays for home health care, assisted living and nursing home care. People use these services when they need help with activities of daily living (bathing, toileting, dressing, continence, eating and transferring) or supervision because of cognitive impairment. Long-term care insurance protects financial assets and makes quality care more affordable.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">About Legacy Services<br />\n	Legacy is an independent broker that specializes in long-term care insurance. They represent the top carriers for traditional and hybrid policies.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Sample Pricing<br />\nTo see sample pricing for traditional and hybrid long-term care insurance click on this link: www.legacyltci.com/sample-pricing.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Phone Consultations<br />\nLegacy offers phone consultations to help you choose the best product, coverage options and carrier for your situation. Topics discussed include:</p>\n<p>	Comparing your pricing for the top traditional and hybrid policies<br />\n	Determining what coverage options are best for you<br />\n	The importance of choosing a financially strong carrier<br />\n	Potential tax advantages<br />\n	The application/underwriting process</p>\n<p>Click on this link to schedule a no obligation phone consultation: www.legacyltci.com/phone-consultation</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"> Contact Legacy<br />\nPhone: 800-230-3398Website: legacyltci.com</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">When you schedule a phone consultation Legacy will email you personal price sheets comparing the top traditional and hybrid policies.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://www.legacyltci.com/sample-pricing/\" target=\"_blank\">SAMPLE PRICING</a>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://www.legacyltci.com/phone-consultation/\" target=\"_blank\">PHONE CONSULTATION</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Educational Seminar<br />\nTo learn about the key issues regarding long-term care insurance click on the tab “LTCi Seminar” at : www.legacyltci.com/learn-more</p>\n<p>Topics discussed include:</p>\n<p>	The cost of long-term care<br />\n	Government assistance for long term care<br />\n	What does long term care insurance pay for<br />\n	Is long term care insurance right for you<br />\n	When are benefits paid<br />\n	Partnership programs<br />\n	Potential tax advantages<br />\n	The application/underwriting process<br />\n	Phone consultation topics</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Contact Legacy<br />\nPhone: 800-230-3398<br />\nWebsite: legacyltci.com</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Eligibility<br />\nYou may apply any time during the year. Applicants must be age 18-79 and<br />\nreside in the U.S. Eligible applicants include all team members, spouses/partners, and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How to Enroll<br />\nThe first step is to schedule a no obligation phone consultation. After you select a product, coverage options, and carrier, Legacy helps you fill out the application. They also explain the underwriting process. When you receiveyour policy they review the key contract details and share policyholder recommendations. Coverage is fully portable. Premiums are paid by the policyholder directly to the carrier.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Residents &amp; FellowsContact Banner</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13762, 6263, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6263\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13763, 6263, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13764, 6263, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13765, 6263, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13766, 6263, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13767, 6263, '_edit_lock', '1719690474:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13768, 6263, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13769, 6263, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13782, 6272, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13811, 6281, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13815, 6282, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13816, 6282, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13817, 6282, '_et_pb_truncate_post_date', '2025-01-31 08:59:45');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13818, 6282, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13819, 6282, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13820, 6282, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13821, 6282, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13822, 6282, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13823, 6282, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13824, 6282, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13825, 6282, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13826, 6282, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13827, 6282, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13828, 6282, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13829, 6282, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13830, 6282, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13831, 6282, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Plan Documents</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Eligibility Section<br />\nUse the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-box\">    {{#with file}}    <div class=\"dropblock\">        <a href=\"javascript:void(0)\" class=\"wpfd-close\"></a>        <div class=\"filecontent\">            {{#if file_custom_icon}}                    <div class=\"icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\" /></div>                    {{else}}                    <div class=\"ext ext-{{ext}} wpfd-icon-set-svg\"><span class=\"txt\">{{ext}}</span></div>                    {{/if}}<h3><a href=\"{{linkdownload}}\"   class=\"wpfd_downloadlink\" title=\"{{post_title}}\" target=\"{{#if remote_file}}_blank{{/if}}\">{{{crop_title}}}</a></h3>            <div class=\"wpfd-extra\">                {{#if versionNumber}}<div class=\"file-version\"><span>Version:</span> {{versionNumber}}</div>{{/if}}            </div>        </div>        <div class=\"extra-downloadlink\"><a class=\"downloadlink wpfd_downloadlink\"  href=\"{{linkdownload}}\"  style=\"background-color:#76bc58;color:#ffffff;\" target=\"{{#if remote_file}}_blank{{/if}}\">Download<i class=\"zmdi zmdi-cloud-download wpfd-download\"></i></a>{{#if openpdflink}}<a class=\"openlink wpfd_previewlink\" href=\"{{openpdflink}}\"  target=\"_blank\">Preview                            <i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{else}}{{#if viewerlink}}<a                            href=\"{{viewerlink}}\"                                                        class=\"openlink wpfd_previewlink\"                            target=\"_blank\"                            data-id=\"{{ID}}\"                            data-catid=\"{{catid}}\"                            data-file-type=\"{{ext}}\">Preview<i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{/if}}{{/if}}</div>    {{/with}}</script>    <script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-categories\">        {{#if categories}}        {{#each categories}}        <li class=\"directory collapsed\">            <a class=\"catlink\" href=\"#\" data-idcat=\"{{termID}}\">                <div class=\"icon-open-close\" data-id=\"{{termID}}\"></div>                <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: {{color}}\"></i>                <span>{{name}}</span>            </a>        </li>        {{/each}}        {{/if}}    </script><script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-files\">    {{#if files}}    {{#each files}}    <li class=\"ext {{ext}}\">                    {{#if file_custom_icon}}            <span class=\"wpfd-file ext icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\"></span>            {{else}}            <i class=\"wpfd-file ext ext-{{ext}} wpfd-icon-set-svg\"></i>            {{/if}}                                    <a class=\"wpfd-file-link\" data-category_id=\"{{catid}}\" href=\"#\" data-id=\"{{ID}}\"               title=\"{{post_title}}\">{{{crop_title}}}</a>            </li>    {{/each}}    </div>    {{/if}}</script><div class=\"wpfd-content wpfd-content-tree wpfd-content-multi\" data-category=\"26\"             style=\"background-color: transparent\"><input type=\"hidden\" id=\"current_category_26\" value=\"26\" />                    <input type=\"hidden\" id=\"current_category_slug_26\" value=\"eligibility-section\" />                    <input type=\"hidden\" id=\"current_ordering_26\" value=\"title\" />                    <input type=\"hidden\" id=\"current_ordering_direction_26\" value=\"asc\" />                    <input type=\"hidden\" id=\"page_limit_26\" value=\"10\" /><input type=\"hidden\" id=\"wpfd_display_empty_category_message\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_empty_category_message_val\" value=\"This file category has no files to display\" /><input type=\"hidden\" id=\"wpfd_display_empty_folder\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_is_empty_subcategories\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_files\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_root_category_id\" class=\"wpfd_root_category_id\" value=\"26\" /><input type=\"hidden\" id=\"wpfd_root_category_theme\" class=\"wpfd_root_category_theme\" value=\"tree\" /><input type=\"hidden\" id=\"wpfd_root_category_clone_theme_type\" class=\"wpfd_root_category_clone_theme_type\" value=\"none\" /><input type=\"hidden\" id=\"wpfd_root_category_type\" class=\"wpfd_root_category_type\" value=\"26\" /><ul class=\"breadcrumbs wpfd-breadcrumbs-tree head-category-tree\">                            <li class=\"active\">Eligibility Section</li>                        </ul><ul class=\"wpfd-tree-categories-files\">                                                        <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"22\">                        <div class=\"icon-open-close\" data-id=\"22\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Qualifying Life Events</span>                    </a>                </li>                            </ul></div><br />\n&nbsp;</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_1 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefits Documents<br />\nThese various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.<script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-box\">    {{#with file}}    <div class=\"dropblock\">        <a href=\"javascript:void(0)\" class=\"wpfd-close\"></a>        <div class=\"filecontent\">            {{#if file_custom_icon}}                    <div class=\"icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\" /></div>                    {{else}}                    <div class=\"ext ext-{{ext}} wpfd-icon-set-svg\"><span class=\"txt\">{{ext}}</span></div>                    {{/if}}            <div class=\"wpfd-extra\">                {{#if description}}<div class=\"file-desc\">{{{description}}}</div>{{/if}}{{#if versionNumber}}<div class=\"file-version\"><span>Version:</span> {{versionNumber}}</div>{{/if}}            </div>        </div>        <div class=\"extra-downloadlink\"><a class=\"downloadlink wpfd_downloadlink\"  href=\"{{linkdownload}}\"  style=\"background-color:#76bc58;color:#ffffff;\" target=\"{{#if remote_file}}_blank{{/if}}\">Download<i class=\"zmdi zmdi-cloud-download wpfd-download\"></i></a>{{#if openpdflink}}<a class=\"openlink wpfd_previewlink\" href=\"{{openpdflink}}\"  target=\"_blank\">Preview                            <i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{else}}{{#if viewerlink}}<a                            href=\"{{viewerlink}}\"                                                        class=\"openlink wpfd_previewlink\"                            target=\"_blank\"                            data-id=\"{{ID}}\"                            data-catid=\"{{catid}}\"                            data-file-type=\"{{ext}}\">Preview<i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{/if}}{{/if}}</div>    {{/with}}</script>    <script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-categories\">        {{#if categories}}        {{#each categories}}        <li class=\"directory collapsed\">            <a class=\"catlink\" href=\"#\" data-idcat=\"{{termID}}\">                <div class=\"icon-open-close\" data-id=\"{{termID}}\"></div>                <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: {{color}}\"></i>                <span>{{name}}</span>            </a>        </li>        {{/each}}        {{/if}}    </script><script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-files\">    {{#if files}}    {{#each files}}    <li class=\"ext {{ext}}\">                    {{#if file_custom_icon}}            <span class=\"wpfd-file ext icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\"></span>            {{else}}            <i class=\"wpfd-file ext ext-{{ext}} wpfd-icon-set-svg\"></i>            {{/if}}                                    <a class=\"wpfd-file-link\" data-category_id=\"{{catid}}\" href=\"#\" data-id=\"{{ID}}\"               title=\"{{post_title}}\">{{{crop_title}}}</a>            </li>    {{/each}}    </div>    {{/if}}</script><div class=\"wpfd-content wpfd-content-tree wpfd-content-multi\" data-category=\"9\"             style=\"background-color: rgba(255, 255, 255, 0)\"><input type=\"hidden\" id=\"current_category_9\" value=\"9\" />                    <input type=\"hidden\" id=\"current_category_slug_9\" value=\"benefits-documents\" />                    <input type=\"hidden\" id=\"current_ordering_9\" value=\"title\" />                    <input type=\"hidden\" id=\"current_ordering_direction_9\" value=\"asc\" />                    <input type=\"hidden\" id=\"page_limit_9\" value=\"10\" /><input type=\"hidden\" id=\"wpfd_display_empty_category_message\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_empty_category_message_val\" value=\"This file category has no files to display\" /><input type=\"hidden\" id=\"wpfd_display_empty_folder\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_is_empty_subcategories\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_files\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_root_category_id\" class=\"wpfd_root_category_id\" value=\"9\" /><input type=\"hidden\" id=\"wpfd_root_category_theme\" class=\"wpfd_root_category_theme\" value=\"tree\" /><input type=\"hidden\" id=\"wpfd_root_category_clone_theme_type\" class=\"wpfd_root_category_clone_theme_type\" value=\"none\" /><input type=\"hidden\" id=\"wpfd_root_category_type\" class=\"wpfd_root_category_type\" value=\"9\" /><ul class=\"breadcrumbs wpfd-breadcrumbs-tree head-category-tree\">                            <li class=\"active\">Benefits Documents</li>                        </ul><ul class=\"wpfd-tree-categories-files\">                                                        <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"17\">                        <div class=\"icon-open-close\" data-id=\"17\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Dental Plan Information</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"18\">                        <div class=\"icon-open-close\" data-id=\"18\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Disability &amp; Leave Benefits</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"28\">                        <div class=\"icon-open-close\" data-id=\"28\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Disability &amp; Leave Benefits - New York</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"20\">                        <div class=\"icon-open-close\" data-id=\"20\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Medical Plan Information</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"19\">                        <div class=\"icon-open-close\" data-id=\"19\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Life and AD&amp;D</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"21\">                        <div class=\"icon-open-close\" data-id=\"21\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Pharmacy</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"23\">                        <div class=\"icon-open-close\" data-id=\"23\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Spending Accounts</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"24\">                        <div class=\"icon-open-close\" data-id=\"24\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Supplemental Benefit Summaries</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"25\">                        <div class=\"icon-open-close\" data-id=\"25\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Vision Plan Information</span>                    </a>                </li>                            </ul></div><br />\n&nbsp;</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefit Overviews<br />\nThe enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status.<script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-box\">    {{#with file}}    <div class=\"dropblock\">        <a href=\"javascript:void(0)\" class=\"wpfd-close\"></a>        <div class=\"filecontent\">            {{#if file_custom_icon}}                    <div class=\"icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\" /></div>                    {{else}}                    <div class=\"ext ext-{{ext}} wpfd-icon-set-svg\"><span class=\"txt\">{{ext}}</span></div>                    {{/if}}<h3><a href=\"{{linkdownload}}\"   class=\"wpfd_downloadlink\" title=\"{{post_title}}\" target=\"{{#if remote_file}}_blank{{/if}}\">{{{crop_title}}}</a></h3>            <div class=\"wpfd-extra\">                {{#if versionNumber}}<div class=\"file-version\"><span>Version:</span> {{versionNumber}}</div>{{/if}}            </div>        </div>        <div class=\"extra-downloadlink\"><a class=\"downloadlink wpfd_downloadlink\"  href=\"{{linkdownload}}\"  style=\"background-color:#76bc58;color:#ffffff;\" target=\"{{#if remote_file}}_blank{{/if}}\">Download<i class=\"zmdi zmdi-cloud-download wpfd-download\"></i></a>{{#if openpdflink}}<a class=\"openlink wpfd_previewlink\" href=\"{{openpdflink}}\"  target=\"_blank\">Preview                            <i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{else}}{{#if viewerlink}}<a                            href=\"{{viewerlink}}\"                                                        class=\"openlink wpfd_previewlink\"                            target=\"_blank\"                            data-id=\"{{ID}}\"                            data-catid=\"{{catid}}\"                            data-file-type=\"{{ext}}\">Preview<i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{/if}}{{/if}}</div>    {{/with}}</script>    <script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-categories\">        {{#if categories}}        {{#each categories}}        <li class=\"directory collapsed\">            <a class=\"catlink\" href=\"#\" data-idcat=\"{{termID}}\">                <div class=\"icon-open-close\" data-id=\"{{termID}}\"></div>                <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: {{color}}\"></i>                <span>{{name}}</span>            </a>        </li>        {{/each}}        {{/if}}    </script><script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-files\">    {{#if files}}    {{#each files}}    <li class=\"ext {{ext}}\">                    {{#if file_custom_icon}}            <span class=\"wpfd-file ext icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\"></span>            {{else}}            <i class=\"wpfd-file ext ext-{{ext}} wpfd-icon-set-svg\"></i>            {{/if}}                                    <a class=\"wpfd-file-link\" data-category_id=\"{{catid}}\" href=\"#\" data-id=\"{{ID}}\"               title=\"{{post_title}}\">{{{crop_title}}}</a>            </li>    {{/each}}    </div>    {{/if}}</script><div class=\"wpfd-content wpfd-content-tree wpfd-content-multi\" data-category=\"14\"             style=\"background-color: transparent\"><input type=\"hidden\" id=\"current_category_14\" value=\"14\" />                    <input type=\"hidden\" id=\"current_category_slug_14\" value=\"benefit-overviews\" />                    <input type=\"hidden\" id=\"current_ordering_14\" value=\"title\" />                    <input type=\"hidden\" id=\"current_ordering_direction_14\" value=\"asc\" />                    <input type=\"hidden\" id=\"page_limit_14\" value=\"10\" /><input type=\"hidden\" id=\"wpfd_display_empty_category_message\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_empty_category_message_val\" value=\"This file category has no files to display\" /><input type=\"hidden\" id=\"wpfd_display_empty_folder\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_is_empty_subcategories\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_files\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_root_category_id\" class=\"wpfd_root_category_id\" value=\"14\" /><input type=\"hidden\" id=\"wpfd_root_category_theme\" class=\"wpfd_root_category_theme\" value=\"tree\" /><input type=\"hidden\" id=\"wpfd_root_category_clone_theme_type\" class=\"wpfd_root_category_clone_theme_type\" value=\"none\" /><input type=\"hidden\" id=\"wpfd_root_category_type\" class=\"wpfd_root_category_type\" value=\"14\" /><ul class=\"breadcrumbs wpfd-breadcrumbs-tree head-category-tree\">                            <li class=\"active\">Benefit Overviews</li>                        </ul><ul class=\"wpfd-tree-categories-files\">                                <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"14\"                   data-id=\"2182\"                   title=\"2024 Employee Benefits Overview\" target=\"\">2024 Employee Benefits Overview</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"14\"                   data-id=\"2181\"                   title=\"2024 Physician Benefits Overview\" target=\"\">2024 Physician Benefits Overview</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"14\"                   data-id=\"5702\"                   title=\"2024 Resident &amp; Fellow Benefits Overview\" target=\"\">2024 Resident &amp; Fellow Benefits Overview</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"14\"                   data-id=\"7471\"                   title=\"2025 Employee Benefits Overview\" target=\"\">2025 Employee Benefits Overview</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"14\"                   data-id=\"7472\"                   title=\"2025 Physician Benefits Overview\" target=\"\">2025 Physician Benefits Overview</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"14\"                   data-id=\"7473\"                   title=\"2025 Resident &amp; Fellow Benefits Overview\" target=\"\">2025 Resident &amp; Fellow Benefits Overview</a>            </li>                        </ul></div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefit Premiums<br />\nOur benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-box\">    {{#with file}}    <div class=\"dropblock\">        <a href=\"javascript:void(0)\" class=\"wpfd-close\"></a>        <div class=\"filecontent\">            {{#if file_custom_icon}}                    <div class=\"icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\" /></div>                    {{else}}                    <div class=\"ext ext-{{ext}} wpfd-icon-set-svg\"><span class=\"txt\">{{ext}}</span></div>                    {{/if}}<h3><a href=\"{{linkdownload}}\"   class=\"wpfd_downloadlink\" title=\"{{post_title}}\" target=\"{{#if remote_file}}_blank{{/if}}\">{{{crop_title}}}</a></h3>            <div class=\"wpfd-extra\">                {{#if versionNumber}}<div class=\"file-version\"><span>Version:</span> {{versionNumber}}</div>{{/if}}            </div>        </div>        <div class=\"extra-downloadlink\"><a class=\"downloadlink wpfd_downloadlink\"  href=\"{{linkdownload}}\"  style=\"background-color:#76bc58;color:#ffffff;\" target=\"{{#if remote_file}}_blank{{/if}}\">Download<i class=\"zmdi zmdi-cloud-download wpfd-download\"></i></a>{{#if openpdflink}}<a class=\"openlink wpfd_previewlink\" href=\"{{openpdflink}}\"  target=\"_blank\">Preview                            <i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{else}}{{#if viewerlink}}<a                            href=\"{{viewerlink}}\"                                                        class=\"openlink wpfd_previewlink\"                            target=\"_blank\"                            data-id=\"{{ID}}\"                            data-catid=\"{{catid}}\"                            data-file-type=\"{{ext}}\">Preview<i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{/if}}{{/if}}</div>    {{/with}}</script>    <script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-categories\">        {{#if categories}}        {{#each categories}}        <li class=\"directory collapsed\">            <a class=\"catlink\" href=\"#\" data-idcat=\"{{termID}}\">                <div class=\"icon-open-close\" data-id=\"{{termID}}\"></div>                <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: {{color}}\"></i>                <span>{{name}}</span>            </a>        </li>        {{/each}}        {{/if}}    </script><script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-files\">    {{#if files}}    {{#each files}}    <li class=\"ext {{ext}}\">                    {{#if file_custom_icon}}            <span class=\"wpfd-file ext icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\"></span>            {{else}}            <i class=\"wpfd-file ext ext-{{ext}} wpfd-icon-set-svg\"></i>            {{/if}}                                    <a class=\"wpfd-file-link\" data-category_id=\"{{catid}}\" href=\"#\" data-id=\"{{ID}}\"               title=\"{{post_title}}\">{{{crop_title}}}</a>            </li>    {{/each}}    </div>    {{/if}}</script><div class=\"wpfd-content wpfd-content-tree wpfd-content-multi\" data-category=\"15\"             style=\"background-color: transparent\"><input type=\"hidden\" id=\"current_category_15\" value=\"15\" />                    <input type=\"hidden\" id=\"current_category_slug_15\" value=\"benefit-premiums\" />                    <input type=\"hidden\" id=\"current_ordering_15\" value=\"title\" />                    <input type=\"hidden\" id=\"current_ordering_direction_15\" value=\"asc\" />                    <input type=\"hidden\" id=\"page_limit_15\" value=\"10\" /><input type=\"hidden\" id=\"wpfd_display_empty_category_message\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_empty_category_message_val\" value=\"This file category has no files to display\" /><input type=\"hidden\" id=\"wpfd_display_empty_folder\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_is_empty_subcategories\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_files\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_root_category_id\" class=\"wpfd_root_category_id\" value=\"15\" /><input type=\"hidden\" id=\"wpfd_root_category_theme\" class=\"wpfd_root_category_theme\" value=\"tree\" /><input type=\"hidden\" id=\"wpfd_root_category_clone_theme_type\" class=\"wpfd_root_category_clone_theme_type\" value=\"none\" /><input type=\"hidden\" id=\"wpfd_root_category_type\" class=\"wpfd_root_category_type\" value=\"15\" /><ul class=\"breadcrumbs wpfd-breadcrumbs-tree head-category-tree\">                            <li class=\"active\">Benefit Premiums</li>                        </ul><ul class=\"wpfd-tree-categories-files\">                                <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"15\"                   data-id=\"2172\"                   title=\"2024 Benefit Premiums\" target=\"\">2024 Benefit Premiums</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"15\"                   data-id=\"2171\"                   title=\"2024 Benefit Premiums - Residents &amp;Fellows\" target=\"\">2024 Benefit Premiums - Residents &amp;Fellows</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"15\"                   data-id=\"2170\"                   title=\"2024 Monthly COBRA Premiums\" target=\"\">2024 Monthly COBRA Premiums</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"15\"                   data-id=\"7312\"                   title=\"2025 Benefit Premiums\" target=\"\">2025 Benefit Premiums</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"15\"                   data-id=\"7313\"                   title=\"2025 Benefit Premiums - Residents &amp; Fellows\" target=\"\">2025 Benefit Premiums - Residents &amp; Fellows</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"15\"                   data-id=\"7311\"                   title=\"2025 COBRA Rates\" target=\"\">2025 COBRA Rates</a>            </li>                        </ul></div><br />\n&nbsp;</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Additional Resources<br />\nExplore these additional resources to learn more about some of our well-being programs.<script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-box\">    {{#with file}}    <div class=\"dropblock\">        <a href=\"javascript:void(0)\" class=\"wpfd-close\"></a>        <div class=\"filecontent\">            {{#if file_custom_icon}}                    <div class=\"icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\" /></div>                    {{else}}                    <div class=\"ext ext-{{ext}} wpfd-icon-set-svg\"><span class=\"txt\">{{ext}}</span></div>                    {{/if}}<h3><a href=\"{{linkdownload}}\"   class=\"wpfd_downloadlink\" title=\"{{post_title}}\" target=\"{{#if remote_file}}_blank{{/if}}\">{{{crop_title}}}</a></h3>            <div class=\"wpfd-extra\">                {{#if description}}<div class=\"file-desc\">{{{description}}}</div>{{/if}}{{#if versionNumber}}<div class=\"file-version\"><span>Version:</span> {{versionNumber}}</div>{{/if}}            </div>        </div>        <div class=\"extra-downloadlink\"><a class=\"downloadlink wpfd_downloadlink\"  href=\"{{linkdownload}}\"  style=\"background-color:#76bc58;color:#ffffff;\" target=\"{{#if remote_file}}_blank{{/if}}\">Download<i class=\"zmdi zmdi-cloud-download wpfd-download\"></i></a>{{#if openpdflink}}<a class=\"openlink wpfd_previewlink\" href=\"{{openpdflink}}\"  target=\"_blank\">Preview                            <i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{else}}{{#if viewerlink}}<a                            href=\"{{viewerlink}}\"                                                        class=\"openlink wpfd_previewlink\"                            target=\"_blank\"                            data-id=\"{{ID}}\"                            data-catid=\"{{catid}}\"                            data-file-type=\"{{ext}}\">Preview<i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{/if}}{{/if}}</div>    {{/with}}</script><script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-files\">    {{#if files}}    {{#each files}}    <li class=\"ext {{ext}}\">                    {{#if file_custom_icon}}            <span class=\"wpfd-file ext icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\"></span>            {{else}}            <i class=\"wpfd-file ext ext-{{ext}} wpfd-icon-set-svg\"></i>            {{/if}}                                    <a class=\"wpfd-file-link\" data-category_id=\"{{catid}}\" href=\"#\" data-id=\"{{ID}}\"               title=\"{{post_title}}\">{{{crop_title}}}</a>            </li>    {{/each}}    </div>    {{/if}}</script><div class=\"wpfd-content wpfd-content-tree wpfd-content-multi\" data-category=\"10\"             style=\"background-color: transparent\"><input type=\"hidden\" id=\"current_category_10\" value=\"10\" />                    <input type=\"hidden\" id=\"current_category_slug_10\" value=\"additional-resources\" />                    <input type=\"hidden\" id=\"current_ordering_10\" value=\"ordering\" />                    <input type=\"hidden\" id=\"current_ordering_direction_10\" value=\"asc\" />                    <input type=\"hidden\" id=\"page_limit_10\" value=\"10\" /><input type=\"hidden\" id=\"wpfd_display_empty_category_message\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_empty_category_message_val\" value=\"This file category has no files to display\" /><input type=\"hidden\" id=\"wpfd_display_empty_folder\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_is_empty_subcategories\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_files\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_root_category_id\" class=\"wpfd_root_category_id\" value=\"10\" /><input type=\"hidden\" id=\"wpfd_root_category_theme\" class=\"wpfd_root_category_theme\" value=\"tree\" /><input type=\"hidden\" id=\"wpfd_root_category_clone_theme_type\" class=\"wpfd_root_category_clone_theme_type\" value=\"none\" /><input type=\"hidden\" id=\"wpfd_root_category_type\" class=\"wpfd_root_category_type\" value=\"10\" /><ul class=\"breadcrumbs wpfd-breadcrumbs-tree head-category-tree\">                            <li class=\"active\">Additional Resources</li>                        </ul><ul class=\"wpfd-tree-categories-files\">                                <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"10\"                   data-id=\"2048\"                   title=\"2025 Mental Health Support\" target=\"\">2025 Mental Health Support</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"10\"                   data-id=\"2067\"                   title=\"Benefits Navigators\" target=\"\">Benefits Navigators</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"10\"                   data-id=\"7474\"                   title=\"2025 MetLife Legal Plan Overview\" target=\"\">2025 MetLife Legal Plan Overview</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"10\"                   data-id=\"7475\"                   title=\"2025 MyWell-Being Program\" target=\"\">2025 MyWell-Being Program</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"10\"                   data-id=\"2112\"                   title=\"2024 MyWell-Being Program\" target=\"\">2024 MyWell-Being Program</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"10\"                   data-id=\"1886\"                   title=\"Tobacco Cessation Program\" target=\"\">Tobacco Cessation Program</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"10\"                   data-id=\"2158\"                   title=\"Long-Term Care Insurance\" target=\"\">Long-Term Care Insurance</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"10\"                   data-id=\"2169\"                   title=\"2024 PetPartners Coverage Summary\" target=\"\">2024 PetPartners Coverage Summary</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"10\"                   data-id=\"5621\"                   title=\"Experian - My Financial Expert Plan Document\" target=\"\">Experian - My Financial Expert Plan Document</a>            </li>                        </ul></div><br />\n&nbsp;</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefit Legal Notices<br />\nBenefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-box\">    {{#with file}}    <div class=\"dropblock\">        <a href=\"javascript:void(0)\" class=\"wpfd-close\"></a>        <div class=\"filecontent\">            {{#if file_custom_icon}}                    <div class=\"icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\" /></div>                    {{else}}                    <div class=\"ext ext-{{ext}} wpfd-icon-set-svg\"><span class=\"txt\">{{ext}}</span></div>                    {{/if}}<h3><a href=\"{{linkdownload}}\"   class=\"wpfd_downloadlink\" title=\"{{post_title}}\" target=\"{{#if remote_file}}_blank{{/if}}\">{{{crop_title}}}</a></h3>            <div class=\"wpfd-extra\">                {{#if versionNumber}}<div class=\"file-version\"><span>Version:</span> {{versionNumber}}</div>{{/if}}            </div>        </div>        <div class=\"extra-downloadlink\"><a class=\"downloadlink wpfd_downloadlink\"  href=\"{{linkdownload}}\"  style=\"background-color:#76bc58;color:#ffffff;\" target=\"{{#if remote_file}}_blank{{/if}}\">Download<i class=\"zmdi zmdi-cloud-download wpfd-download\"></i></a>{{#if openpdflink}}<a class=\"openlink wpfd_previewlink\" href=\"{{openpdflink}}\"  target=\"_blank\">Preview                            <i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{else}}{{#if viewerlink}}<a                            href=\"{{viewerlink}}\"                                                        class=\"openlink wpfd_previewlink\"                            target=\"_blank\"                            data-id=\"{{ID}}\"                            data-catid=\"{{catid}}\"                            data-file-type=\"{{ext}}\">Preview<i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{/if}}{{/if}}</div>    {{/with}}</script>    <script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-categories\">        {{#if categories}}        {{#each categories}}        <li class=\"directory collapsed\">            <a class=\"catlink\" href=\"#\" data-idcat=\"{{termID}}\">                <div class=\"icon-open-close\" data-id=\"{{termID}}\"></div>                <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: {{color}}\"></i>                <span>{{name}}</span>            </a>        </li>        {{/each}}        {{/if}}    </script><script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-files\">    {{#if files}}    {{#each files}}    <li class=\"ext {{ext}}\">                    {{#if file_custom_icon}}            <span class=\"wpfd-file ext icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\"></span>            {{else}}            <i class=\"wpfd-file ext ext-{{ext}} wpfd-icon-set-svg\"></i>            {{/if}}                                    <a class=\"wpfd-file-link\" data-category_id=\"{{catid}}\" href=\"#\" data-id=\"{{ID}}\"               title=\"{{post_title}}\">{{{crop_title}}}</a>            </li>    {{/each}}    </div>    {{/if}}</script><div class=\"wpfd-content wpfd-content-tree wpfd-content-multi\" data-category=\"16\"             style=\"background-color: transparent\"><input type=\"hidden\" id=\"current_category_16\" value=\"16\" />                    <input type=\"hidden\" id=\"current_category_slug_16\" value=\"benefit-legal-notices\" />                    <input type=\"hidden\" id=\"current_ordering_16\" value=\"ordering\" />                    <input type=\"hidden\" id=\"current_ordering_direction_16\" value=\"asc\" />                    <input type=\"hidden\" id=\"page_limit_16\" value=\"10\" /><input type=\"hidden\" id=\"wpfd_display_empty_category_message\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_empty_category_message_val\" value=\"This file category has no files to display\" /><input type=\"hidden\" id=\"wpfd_display_empty_folder\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_is_empty_subcategories\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_files\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_root_category_id\" class=\"wpfd_root_category_id\" value=\"16\" /><input type=\"hidden\" id=\"wpfd_root_category_theme\" class=\"wpfd_root_category_theme\" value=\"tree\" /><input type=\"hidden\" id=\"wpfd_root_category_clone_theme_type\" class=\"wpfd_root_category_clone_theme_type\" value=\"none\" /><input type=\"hidden\" id=\"wpfd_root_category_type\" class=\"wpfd_root_category_type\" value=\"16\" /><ul class=\"breadcrumbs wpfd-breadcrumbs-tree head-category-tree\">                            <li class=\"active\">Benefit Legal Notices</li>                        </ul><ul class=\"wpfd-tree-categories-files\">                                <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"7706\"                   title=\"2024 Banner Health - Model Medicare Part D Notice\" target=\"\">2024 Banner Health - Model Medicare Part D Notice</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"2148\"                   title=\"Illinois Essential Health Benefit comparison\" target=\"\">Illinois Essential Health Benefit comparison</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"2012\"                   title=\"2023 Summary Annual Report\" target=\"\">2023 Summary Annual Report</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"2049\"                   title=\"No Surprise Billing\" target=\"\">No Surprise Billing</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"2087\"                   title=\"No Surprise Billing - Amendment\" target=\"\">No Surprise Billing - Amendment</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"1917\"                   title=\"Childrens Health Insurance Program notice\" target=\"\">Childrens Health Insurance Program notice</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"1912\"                   title=\"General COBRA Notice\" target=\"\">General COBRA Notice</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"1908\"                   title=\"HIPAA Privacy Notice\" target=\"\">HIPAA Privacy Notice</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"1911\"                   title=\"HIPAA Special Enrollment Notice\" target=\"\">HIPAA Special Enrollment Notice</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"1918\"                   title=\"MarketPlace Information\" target=\"\">MarketPlace Information</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"1915\"                   title=\"Model Notice - End of Outbreak Period\" target=\"\">Model Notice - End of Outbreak Period</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"1914\"                   title=\"Right to Designate PCP Patient Protection Notice\" target=\"\">Right to Designate PCP Patient Protection Notice</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"1916\"                   title=\"USERRA_notice\" target=\"\">USERRA_notice</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"16\"                   data-id=\"1913\"                   title=\"Womens Health and Cancer Rights Act Notice\" target=\"\">Womens Health and Cancer Rights Act Notice</a>            </li>                        </ul></div>Click here to view the Transparency in Coverage MRF.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13832, 6282, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6282\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13833, 6282, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13834, 6282, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13835, 6282, '_global_colors_info', '{}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13836, 6282, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13837, 6282, '_edit_lock', '1727117694:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13838, 6282, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13844, 6286, '_wp_attached_file', '2024/07/2024-Banner-Benefit-Guide.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13845, 6286, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"2024-Banner-Benefit-Guide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161584;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"2024-Banner-Benefit-Guide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16521;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"2024-Banner-Benefit-Guide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97704;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"2024-Banner-Benefit-Guide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8654;}}s:8:\"filesize\";i:13757627;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13868, 6295, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13883, 6303, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14036, 6337, '_wp_attached_file', '2024/07/Picture1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14037, 6337, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:74;s:6:\"height\";i:74;s:4:\"file\";s:20:\"2024/07/Picture1.png\";s:8:\"filesize\";i:12854;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14038, 6344, '_wp_attached_file', '2024/07/Cost_Comparison_Team_Member_Flyer.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14039, 6344, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"Cost_Comparison_Team_Member_Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:283800;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Cost_Comparison_Team_Member_Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22818;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Cost_Comparison_Team_Member_Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158933;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Cost_Comparison_Team_Member_Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9816;}}s:8:\"filesize\";i:254856;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14040, 6345, '_wp_attached_file', '2024/07/Strategy_Campaign_Team_Member_Flyer.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14041, 6345, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:43:\"Strategy_Campaign_Team_Member_Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:482231;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Strategy_Campaign_Team_Member_Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34352;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Strategy_Campaign_Team_Member_Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263330;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Strategy_Campaign_Team_Member_Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13301;}}s:8:\"filesize\";i:1903275;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14042, 6346, '_wp_attached_file', '2024/07/Utilization_Campaign_Team_Member_Flyer.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14043, 6346, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"Utilization_Campaign_Team_Member_Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:491662;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"Utilization_Campaign_Team_Member_Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32581;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"Utilization_Campaign_Team_Member_Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:259056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"Utilization_Campaign_Team_Member_Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12375;}}s:8:\"filesize\";i:1477661;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14050, 6351, '_et_pb_row_layout', '1_3,1_3,1_3');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14051, 6351, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14076, 6366, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14077, 6366, '_menu_item_menu_item_parent', 5788);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14078, 6366, '_menu_item_object_id', 6014);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14079, 6366, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14080, 6366, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14081, 6366, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14082, 6366, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14083, 6366, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14094, 6368, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14095, 6368, '_menu_item_menu_item_parent', 5788);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14096, 6368, '_menu_item_object_id', 6021);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14097, 6368, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14098, 6368, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14099, 6368, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14100, 6368, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14101, 6368, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14103, 6369, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14104, 6369, '_menu_item_menu_item_parent', 5788);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14105, 6369, '_menu_item_object_id', 6369);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14106, 6369, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14107, 6369, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14108, 6369, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14109, 6369, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14110, 6369, '_menu_item_url', 'http://myhr.bannerhealth.com/');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14112, 6370, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14113, 6370, '_menu_item_menu_item_parent', 6373);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14114, 6370, '_menu_item_object_id', 6249);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14115, 6370, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14116, 6370, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14117, 6370, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14118, 6370, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14119, 6370, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14121, 6371, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14122, 6371, '_menu_item_menu_item_parent', 6373);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14123, 6371, '_menu_item_object_id', 6029);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14124, 6371, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14125, 6371, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14126, 6371, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14127, 6371, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14128, 6371, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14130, 6372, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14131, 6372, '_menu_item_menu_item_parent', 6373);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14132, 6372, '_menu_item_object_id', 6253);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14133, 6372, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14134, 6372, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14135, 6372, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14136, 6372, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14137, 6372, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14139, 6373, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14140, 6373, '_menu_item_menu_item_parent', 5630);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14141, 6373, '_menu_item_object_id', 6373);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14142, 6373, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14143, 6373, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14144, 6373, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14145, 6373, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14146, 6373, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14148, 5788, '_wp_old_date', '2024-06-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14150, 5630, '_wp_old_date', '2024-06-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14151, 5908, '_wp_old_date', '2024-06-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14152, 6120, '_wp_old_date', '2024-06-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14153, 5790, '_wp_old_date', '2024-06-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14154, 5789, '_wp_old_date', '2024-06-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14155, 5810, '_wp_old_date', '2024-06-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14160, 6374, '_wp_attached_file', '2024/07/565ef7f387b78f0bbcc52cda389a9fd0-FILE.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14161, 6374, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"565ef7f387b78f0bbcc52cda389a9fd0-FILE-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169650;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"565ef7f387b78f0bbcc52cda389a9fd0-FILE-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16421;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"565ef7f387b78f0bbcc52cda389a9fd0-FILE-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"565ef7f387b78f0bbcc52cda389a9fd0-FILE-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7275;}}s:8:\"filesize\";i:91989;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14162, 6375, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14163, 6375, '_menu_item_menu_item_parent', 6373);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14164, 6375, '_menu_item_object_id', 6375);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14165, 6375, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14166, 6375, '_menu_item_target', '_blank');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14167, 6375, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14168, 6375, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14169, 6375, '_menu_item_url', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/565ef7f387b78f0bbcc52cda389a9fd0-FILE.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14171, 6376, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14172, 6376, '_menu_item_menu_item_parent', 5630);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14173, 6376, '_menu_item_object_id', 6039);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14174, 6376, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14175, 6376, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14176, 6376, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14177, 6376, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14178, 6376, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14180, 6377, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14181, 6377, '_menu_item_menu_item_parent', 5630);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14182, 6377, '_menu_item_object_id', 6063);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14183, 6377, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14184, 6377, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14185, 6377, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14186, 6377, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14187, 6377, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14189, 6378, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14190, 6378, '_menu_item_menu_item_parent', 5630);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14191, 6378, '_menu_item_object_id', 6185);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14192, 6378, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14193, 6378, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14194, 6378, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14195, 6378, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14196, 6378, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14198, 6379, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14199, 6379, '_menu_item_menu_item_parent', 5630);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14200, 6379, '_menu_item_object_id', 6217);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14201, 6379, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14202, 6379, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14203, 6379, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14204, 6379, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14205, 6379, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14207, 6380, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14208, 6380, '_menu_item_menu_item_parent', 5630);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14209, 6380, '_menu_item_object_id', 6052);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14210, 6380, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14211, 6380, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14212, 6380, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14213, 6380, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14214, 6380, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14216, 6381, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14217, 6381, '_menu_item_menu_item_parent', 5790);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14218, 6381, '_menu_item_object_id', 6124);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14219, 6381, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14220, 6381, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14221, 6381, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14222, 6381, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14223, 6381, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14225, 6382, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14226, 6382, '_menu_item_menu_item_parent', 5790);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14227, 6382, '_menu_item_object_id', 6132);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14228, 6382, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14229, 6382, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14230, 6382, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14231, 6382, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14232, 6382, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14234, 6383, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14235, 6383, '_menu_item_menu_item_parent', 5790);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14236, 6383, '_menu_item_object_id', 6115);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14237, 6383, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14238, 6383, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14239, 6383, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14240, 6383, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14241, 6383, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14243, 6384, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14244, 6384, '_menu_item_menu_item_parent', 5790);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14245, 6384, '_menu_item_object_id', 6147);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14246, 6384, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14247, 6384, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14248, 6384, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14249, 6384, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14250, 6384, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14252, 6385, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14253, 6385, '_menu_item_menu_item_parent', 5790);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14254, 6385, '_menu_item_object_id', 6196);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14255, 6385, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14256, 6385, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14257, 6385, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14258, 6385, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14259, 6385, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14261, 6386, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14262, 6386, '_menu_item_menu_item_parent', 5790);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14263, 6386, '_menu_item_object_id', 6171);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14264, 6386, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14265, 6386, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14266, 6386, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14267, 6386, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14268, 6386, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14270, 6387, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14271, 6387, '_menu_item_menu_item_parent', 5790);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14272, 6387, '_menu_item_object_id', 6161);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14273, 6387, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14274, 6387, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14275, 6387, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14276, 6387, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14277, 6387, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14288, 6389, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14289, 6389, '_menu_item_menu_item_parent', 5790);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14290, 6389, '_menu_item_object_id', 6153);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14291, 6389, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14292, 6389, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14293, 6389, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14294, 6389, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14295, 6389, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14297, 6390, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14298, 6390, '_menu_item_menu_item_parent', 6389);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14299, 6390, '_menu_item_object_id', 6390);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14300, 6390, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14301, 6390, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14302, 6390, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14303, 6390, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14304, 6390, '_menu_item_url', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/voluntary/#metlife-legal');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14306, 6391, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14307, 6391, '_menu_item_menu_item_parent', 6389);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14308, 6391, '_menu_item_object_id', 6391);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14309, 6391, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14310, 6391, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14311, 6391, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14312, 6391, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14313, 6391, '_menu_item_url', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/voluntary/#pet-insurance');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14315, 6392, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14316, 6392, '_menu_item_menu_item_parent', 6389);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14317, 6392, '_menu_item_object_id', 6392);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14318, 6392, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14319, 6392, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14320, 6392, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14321, 6392, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14322, 6392, '_menu_item_url', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/voluntary/#id-theft');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14324, 6393, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14325, 6393, '_menu_item_menu_item_parent', 6389);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14326, 6393, '_menu_item_object_id', 6393);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14327, 6393, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14328, 6393, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14329, 6393, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14330, 6393, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14331, 6393, '_menu_item_url', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/voluntary/#long-term-care');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14333, 6394, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14334, 6394, '_menu_item_menu_item_parent', 5789);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14335, 6394, '_menu_item_object_id', 6245);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14336, 6394, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14337, 6394, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14338, 6394, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14339, 6394, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14340, 6394, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14342, 6395, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14343, 6395, '_menu_item_menu_item_parent', 5789);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14344, 6395, '_menu_item_object_id', 6223);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14345, 6395, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14346, 6395, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14347, 6395, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14348, 6395, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14349, 6395, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14351, 6396, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14352, 6396, '_menu_item_menu_item_parent', 5789);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14353, 6396, '_menu_item_object_id', 6178);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14354, 6396, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14355, 6396, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14356, 6396, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14357, 6396, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14358, 6396, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14360, 6397, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14361, 6397, '_menu_item_menu_item_parent', 5810);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14362, 6397, '_menu_item_object_id', 6071);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14363, 6397, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14364, 6397, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14365, 6397, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14366, 6397, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14367, 6397, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14369, 6398, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14370, 6398, '_menu_item_menu_item_parent', 5810);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14371, 6398, '_menu_item_object_id', 6078);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14372, 6398, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14373, 6398, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14374, 6398, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14375, 6398, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14376, 6398, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14378, 6399, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14379, 6399, '_menu_item_menu_item_parent', 5810);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14380, 6399, '_menu_item_object_id', 6083);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14381, 6399, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14382, 6399, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14383, 6399, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14384, 6399, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14385, 6399, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14713, 6422, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:277577;s:4:\"hits\";i:82;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6696f79372ce5.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14714, 6421, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:170041;s:4:\"hits\";i:194;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6696f7934a458.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14787, 2012, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:26167;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"64fa0211ef363.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2024-07-19 15:07:58\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14839, 5788, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14842, 6366, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14843, 6368, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14844, 6369, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14845, 5630, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14846, 6373, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14847, 5908, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14848, 6371, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14849, 6375, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14850, 6370, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14851, 6372, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14852, 6378, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14853, 6376, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14854, 6380, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14855, 6379, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14856, 6377, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14857, 6120, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14858, 5790, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14859, 6383, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14860, 6381, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14861, 6382, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14862, 6384, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14863, 6385, '_wp_old_date', '2024-07-03');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14864, 6387, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14865, 6386, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14866, 6389, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14867, 6391, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14868, 6390, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14869, 6392, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14870, 6393, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14871, 5789, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14872, 6395, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14873, 6394, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14874, 6396, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14875, 5810, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14878, 6398, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14879, 6397, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14880, 6399, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14909, 6459, '_wp_attached_file', '2024/07/video-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14910, 6459, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2024/07/video-1.jpg\";s:8:\"filesize\";i:242034;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"video-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14079;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"video-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"video-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12802;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"video-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25570;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"video-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51040;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"video-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16989;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"video-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38364;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"video-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18177;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"video-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22080;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"video-1-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35438;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"video-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24360;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"video-1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42036;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"video-1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32060;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"video-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17918;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14911, 6465, '_wp_attached_file', '2024/07/video-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14912, 6465, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2024/07/video-2.jpg\";s:8:\"filesize\";i:239490;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"video-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14052;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"video-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32420;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"video-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12760;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"video-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24912;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"video-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49227;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"video-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16783;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"video-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37082;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"video-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17793;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"video-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21687;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"video-2-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34203;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"video-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23253;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"video-2-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40646;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"video-2-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31072;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"video-2-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14913, 6466, '_wp_attached_file', '2024/07/video-3.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14914, 6466, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2024/07/video-3.jpg\";s:8:\"filesize\";i:276778;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"video-3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15498;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"video-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39647;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"video-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14006;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"video-3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29767;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"video-3-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60027;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"video-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19342;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"video-3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45292;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"video-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20667;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"video-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25823;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"video-3-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41612;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"video-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29029;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"video-3-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49455;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"video-3-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37585;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"video-3-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20444;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14945, 5788, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14948, 6366, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14949, 6368, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14950, 6369, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14951, 5630, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14952, 6373, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14953, 5908, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14954, 6371, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14955, 6375, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14956, 6370, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14957, 6372, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14958, 6378, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14959, 6376, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14960, 6380, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14961, 6379, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14962, 6377, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14963, 6120, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14964, 5790, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14965, 6383, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14966, 6381, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14967, 6382, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14968, 6384, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14969, 6385, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14970, 6387, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14971, 6386, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14972, 6389, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14973, 6391, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14974, 6390, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14975, 6392, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14976, 6393, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14977, 5789, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14978, 6395, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14979, 6394, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14980, 6396, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14981, 5810, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14984, 6398, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14985, 6397, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14986, 6399, '_wp_old_date', '2024-07-19');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14987, 6488, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15039, 6196, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15067, 6282, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15268, 5788, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15271, 6366, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15272, 6368, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15273, 6369, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15274, 5630, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15275, 6373, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15276, 5908, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15277, 6371, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15278, 6375, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15279, 6370, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15280, 6372, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15281, 6378, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15282, 6376, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15283, 6380, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15284, 6379, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15285, 6377, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15286, 6120, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15287, 5790, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15288, 6383, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15289, 6381, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15290, 6382, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15291, 6384, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15292, 6385, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15293, 6387, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15294, 6386, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15295, 6389, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15296, 6391, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15297, 6390, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15298, 6392, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15299, 6393, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15300, 5789, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15301, 6395, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15302, 6394, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15303, 6396, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15304, 5810, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15307, 6398, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15308, 6397, '_wp_old_date', '2024-07-20');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15309, 6399, '_wp_old_date', '2024-07-20');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15450, 6578, '_wp_attached_file', '2024/07/Eligibility-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15451, 6578, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:30:\"2024/07/Eligibility-scaled.jpg\";s:8:\"filesize\";i:183289;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Eligibility-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22422;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Eligibility-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54895;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Eligibility-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19480;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Eligibility-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40825;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Eligibility-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90017;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"Eligibility-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132370;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"Eligibility-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27824;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"Eligibility-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70371;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"Eligibility-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27776;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"Eligibility-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33378;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"Eligibility-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58585;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"Eligibility-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30326;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:15:\"Eligibility.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15452, 6579, '_wp_attached_file', '2024/07/elig-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15453, 6579, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1228;s:6:\"height\";i:660;s:4:\"file\";s:18:\"2024/07/elig-2.jpg\";s:8:\"filesize\";i:691444;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"elig-2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31885;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"elig-2-1024x550.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"elig-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25347;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"elig-2-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92683;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"elig-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46922;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"elig-2-1080x660.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178958;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"elig-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51094;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"elig-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71849;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"elig-2-1080x580.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149011;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"elig-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71808;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"elig-2-980x527.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129871;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"elig-2-480x258.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51718;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15457, 6582, '_wp_attached_file', '2024/07/checklist-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15458, 6582, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:28:\"2024/07/checklist-scaled.jpg\";s:8:\"filesize\";i:226868;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"checklist-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22533;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"checklist-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"checklist-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20607;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"checklist-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43980;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"checklist-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103933;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"checklist-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158860;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"checklist-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30515;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"checklist-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88633;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"checklist-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31571;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"checklist-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39964;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"checklist-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64930;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"checklist-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40768;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:13:\"checklist.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15462, 6585, '_wp_attached_file', '2024/07/dep-verification-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15463, 6585, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:35:\"2024/07/dep-verification-scaled.jpg\";s:8:\"filesize\";i:219645;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"dep-verification-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22296;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"dep-verification-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"dep-verification-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18709;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"dep-verification-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44435;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"dep-verification-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104662;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"dep-verification-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156099;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"dep-verification-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29100;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"dep-verification-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82813;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"dep-verification-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29117;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"dep-verification-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35956;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"dep-verification-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65612;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"dep-verification-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31806;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:20:\"dep-verification.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15467, 6589, '_wp_attached_file', '2024/07/qle-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15468, 6589, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:22:\"2024/07/qle-scaled.jpg\";s:8:\"filesize\";i:173977;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"qle-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22796;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"qle-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55014;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"qle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19353;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"qle-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41709;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"qle-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87685;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"qle-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127089;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"qle-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28602;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"qle-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69600;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"qle-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27854;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"qle-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31944;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"qle-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58506;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"qle-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28903;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:7:\"qle.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15472, 6592, '_wp_attached_file', '2024/07/medical-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15473, 6592, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:26:\"2024/07/medical-scaled.jpg\";s:8:\"filesize\";i:214019;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"medical-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21223;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"medical-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50214;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"medical-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17843;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"medical-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37349;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"medical-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87447;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"medical-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141096;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"medical-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24293;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"medical-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63497;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"medical-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23988;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"medical-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27699;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"medical-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53528;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"medical-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27295;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:11:\"medical.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15477, 6596, '_wp_attached_file', '2024/07/hdhp-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15478, 6596, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:23:\"2024/07/hdhp-scaled.jpg\";s:8:\"filesize\";i:340785;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"hdhp-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24300;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"hdhp-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"hdhp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20756;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"hdhp-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53710;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"hdhp-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145280;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"hdhp-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:232635;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"hdhp-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33528;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"hdhp-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118207;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"hdhp-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35073;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"hdhp-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46638;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"hdhp-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85007;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"hdhp-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44671;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:8:\"hdhp.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15482, 6600, '_wp_attached_file', '2024/07/concierge-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15486, 6600, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:28:\"2024/07/concierge-scaled.jpg\";s:8:\"filesize\";i:196248;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"concierge-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24743;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"concierge-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64006;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"concierge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21559;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"concierge-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47967;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"concierge-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101890;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"concierge-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145246;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"concierge-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32972;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"concierge-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85005;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"concierge-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34141;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"concierge-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41933;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"concierge-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67970;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"concierge-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38205;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:13:\"concierge.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15487, 6604, '_wp_attached_file', '2024/07/hsa-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15488, 6604, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:22:\"2024/07/hsa-scaled.jpg\";s:8:\"filesize\";i:234789;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"hsa-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22269;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"hsa-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"hsa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"hsa-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42837;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"hsa-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99078;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"hsa-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157782;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"hsa-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29327;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"hsa-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87768;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"hsa-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29576;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"hsa-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36778;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"hsa-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62555;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"hsa-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29604;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:7:\"hsa.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15489, 6605, '_wp_attached_file', '2024/07/hsa-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15490, 6605, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1022;s:6:\"height\";i:518;s:4:\"file\";s:17:\"2024/07/hsa-2.jpg\";s:8:\"filesize\";i:334649;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"hsa-2-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"hsa-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19941;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"hsa-2-768x389.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58706;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"hsa-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33549;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"hsa-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36078;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"hsa-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48983;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"hsa-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54898;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"hsa-2-980x497.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80474;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"hsa-2-480x243.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34654;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15494, 6608, '_wp_attached_file', '2024/07/pharmacy-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15495, 6608, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:27:\"2024/07/pharmacy-scaled.jpg\";s:8:\"filesize\";i:318081;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"pharmacy-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23278;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"pharmacy-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74138;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"pharmacy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20780;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"pharmacy-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50981;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"pharmacy-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137436;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"pharmacy-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218900;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"pharmacy-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33390;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"pharmacy-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118887;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"pharmacy-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35035;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"pharmacy-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46729;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"pharmacy-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80527;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"pharmacy-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46154;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:12:\"pharmacy.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15499, 6611, '_wp_attached_file', '2024/07/dental-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15500, 6611, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:25:\"2024/07/dental-scaled.jpg\";s:8:\"filesize\";i:462553;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"dental-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28810;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"dental-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"dental-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24348;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"dental-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74792;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"dental-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207612;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"dental-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324163;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"dental-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44861;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"dental-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168687;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"dental-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47215;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"dental-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64076;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"dental-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121234;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"dental-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60949;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:10:\"dental.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15504, 6614, '_wp_attached_file', '2024/07/vision-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15505, 6614, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:25:\"2024/07/vision-scaled.jpg\";s:8:\"filesize\";i:399537;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"vision-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22447;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"vision-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79425;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"vision-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18833;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"vision-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51982;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"vision-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160025;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"vision-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266031;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"vision-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30675;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"vision-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120835;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"vision-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31238;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"vision-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41890;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"vision-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87231;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"vision-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42571;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:10:\"vision.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15506, 6615, '_wp_attached_file', '2024/07/vision-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15507, 6615, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1014;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2024/07/vision-2.jpg\";s:8:\"filesize\";i:530869;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"vision-2-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26338;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"vision-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21092;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"vision-2-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89101;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"vision-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42866;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"vision-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48218;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"vision-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70701;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"vision-2-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76380;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"vision-2-980x483.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131593;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"vision-2-480x237.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44608;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15511, 6618, '_wp_attached_file', '2024/07/sup-health-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15512, 6618, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:29:\"2024/07/sup-health-scaled.jpg\";s:8:\"filesize\";i:321639;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"sup-health-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26922;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"sup-health-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"sup-health-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23610;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"sup-health-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58655;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"sup-health-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141127;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"sup-health-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220688;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"sup-health-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37893;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"sup-health-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118220;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"sup-health-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39851;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"sup-health-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51995;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"sup-health-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87816;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"sup-health-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52553;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:14:\"sup-health.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15516, 6621, '_wp_attached_file', '2024/07/health-mgmt-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15517, 6621, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:30:\"2024/07/health-mgmt-scaled.jpg\";s:8:\"filesize\";i:442772;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"health-mgmt-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25270;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"health-mgmt-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93395;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"health-mgmt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21952;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"health-mgmt-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61484;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"health-mgmt-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183394;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"health-mgmt-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:299918;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"health-mgmt-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38084;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"health-mgmt-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157148;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"health-mgmt-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40323;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"health-mgmt-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56316;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"health-mgmt-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101922;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"health-mgmt-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58499;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:15:\"health-mgmt.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15518, 6622, '_wp_attached_file', '2024/07/GettyImages-1223177728-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15519, 6623, '_wp_attached_file', '2024/07/hm-2-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15520, 6622, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:41:\"2024/07/GettyImages-1223177728-scaled.jpg\";s:8:\"filesize\";i:1699593;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"GettyImages-1223177728-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38149;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"GettyImages-1223177728-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:302089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"GettyImages-1223177728-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23310;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"GettyImages-1223177728-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174463;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"GettyImages-1223177728-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:652457;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1583689247\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:47:\"Portrait of two happy friends lying on a meadow\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:22:{i:0;s:11:\"40-50 years\";i:1;s:6:\"adults\";i:2;s:11:\"best friend\";i:3;s:13:\"bright colour\";i:4;s:5:\"close\";i:5;s:6:\"colour\";i:6;s:13:\"elevated view\";i:7;s:8:\"enjoying\";i:8;s:9:\"excursion\";i:9;s:11:\"familiarity\";i:10;s:14:\"female friends\";i:11;s:5:\"happy\";i:12;s:12:\"head to head\";i:13;s:7:\"leisure\";i:14;s:13:\"mature adults\";i:15;s:12:\"mature woman\";i:16;s:13:\"overhead view\";i:17;s:8:\"pleasure\";i:18;s:20:\"three-quarter length\";i:19;s:9:\"turquoise\";i:20;s:7:\"twosome\";i:21;s:5:\"woman\";}}s:14:\"original_image\";s:26:\"GettyImages-1223177728.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15524, 6623, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1318;s:4:\"file\";s:23:\"2024/07/hm-2-scaled.jpg\";s:8:\"filesize\";i:1305931;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"hm-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39198;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"hm-2-1024x527.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234903;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"hm-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29396;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"hm-2-768x396.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142873;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"hm-2-1536x791.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:504241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1585785600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:47:\"Portrait of two happy friends lying on a meadow\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:22:{i:0;s:11:\"40-50 years\";i:1;s:6:\"adults\";i:2;s:11:\"best friend\";i:3;s:13:\"bright colour\";i:4;s:5:\"close\";i:5;s:6:\"colour\";i:6;s:13:\"elevated view\";i:7;s:8:\"enjoying\";i:8;s:9:\"excursion\";i:9;s:11:\"familiarity\";i:10;s:14:\"female friends\";i:11;s:5:\"happy\";i:12;s:12:\"head to head\";i:13;s:7:\"leisure\";i:14;s:13:\"mature adults\";i:15;s:12:\"mature woman\";i:16;s:13:\"overhead view\";i:17;s:8:\"pleasure\";i:18;s:20:\"three-quarter length\";i:19;s:9:\"turquoise\";i:20;s:7:\"twosome\";i:21;s:5:\"woman\";}}s:14:\"original_image\";s:8:\"hm-2.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15525, 6626, '_wp_attached_file', '2024/07/videos-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15526, 6626, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:25:\"2024/07/videos-scaled.jpg\";s:8:\"filesize\";i:758988;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"videos-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29135;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"videos-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153961;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"videos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25314;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"videos-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94034;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"videos-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:317619;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"videos-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:521750;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"videos-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52772;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"videos-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:268394;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"videos-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58011;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"videos-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88187;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"videos-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169590;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"videos-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:10:\"videos.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15530, 6630, '_wp_attached_file', '2024/07/contacts-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15531, 6630, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:27:\"2024/07/contacts-scaled.jpg\";s:8:\"filesize\";i:549969;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"contacts-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27875;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"contacts-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"contacts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23566;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"contacts-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78809;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"contacts-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238444;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"contacts-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:381067;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"contacts-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45919;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"contacts-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195532;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"contacts-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48899;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"contacts-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69215;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"contacts-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133961;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"contacts-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69953;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:12:\"contacts.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15535, 6634, '_wp_attached_file', '2024/07/rn-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15536, 6634, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:21:\"2024/07/rn-scaled.jpg\";s:8:\"filesize\";i:155816;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"rn-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20719;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"rn-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48840;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"rn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17787;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"rn-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36600;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"rn-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78880;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:15:\"rn-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114312;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:14:\"rn-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26032;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:15:\"rn-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65533;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:14:\"rn-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26086;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:14:\"rn-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30995;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:15:\"rn-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51965;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:14:\"rn-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:6:\"rn.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15537, 6635, '_wp_attached_file', '2024/07/rn-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15538, 6635, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2360;s:6:\"height\";i:1418;s:4:\"file\";s:16:\"2024/07/rn-2.jpg\";s:8:\"filesize\";i:1965681;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"rn-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31802;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"rn-2-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"rn-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25062;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"rn-2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86520;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"rn-2-1536x923.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:923;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254869;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"rn-2-2048x1231.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:403587;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"rn-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40891;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"rn-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150648;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"rn-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44086;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"rn-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60177;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"rn-2-1080x649.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144745;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"rn-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59873;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:17:\"rn-2-1280x769.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189838;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"rn-2-980x589.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125085;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"rn-2-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47513;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:19:\"Getty Images/Maskot\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1429599600\";s:9:\"copyright\";s:18:\"Copyright Maskot .\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:61:\"Excited girl playing hockey with boy at yard against blue sky\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:62:{i:0;s:9:\"6-7 years\";i:1;s:11:\"arms raised\";i:2;s:15:\"Casual clothing\";i:3;s:9:\"childhood\";i:4;s:8:\"Children\";i:5;s:17:\"mixed race person\";i:6;s:4:\"blue\";i:7;s:3:\"day\";i:8;s:6:\"Europe\";i:9;s:6:\"family\";i:10;s:11:\"celebration\";i:11;s:5:\"girls\";i:12;s:11:\"photography\";i:13;s:7:\"Success\";i:14;s:16:\"leisure activity\";i:15;s:11:\"color image\";i:16;s:12:\"togetherness\";i:17;s:11:\"full length\";i:18;s:3:\"sky\";i:19;s:6:\"hockey\";i:20;s:16:\"Ice Hockey Stick\";i:21;s:11:\"Hockey Goal\";i:22;s:7:\"jumping\";i:23;s:10:\"Horizontal\";i:24;s:7:\"holding\";i:25;s:7:\"Mid-Air\";i:26;s:20:\"Indonesian Ethnicity\";i:27;s:19:\"caucasian ethnicity\";i:28;s:18:\"Gender Stereotypes\";i:29;s:7:\"playing\";i:30;s:7:\"playful\";i:31;s:9:\"lifestyle\";i:32;s:9:\"happiness\";i:33;s:14:\"elementary age\";i:34;s:18:\"Multi-Ethnic Group\";i:35;s:6:\"Goalie\";i:36;s:18:\"Human Relationship\";i:37;s:22:\"Net - Sports Equipment\";i:38;s:4:\"boys\";i:39;s:9:\"enjoyment\";i:40;s:3:\"fun\";i:41;s:6:\"motion\";i:42;s:7:\"victory\";i:43;s:11:\"Scandinavia\";i:44;s:5:\"sunny\";i:45;s:8:\"sunlight\";i:46;s:5:\"sport\";i:47;s:6:\"sports\";i:48;s:12:\"exhilaration\";i:49;s:10:\"excitement\";i:50;s:9:\"Stockholm\";i:51;s:6:\"Sweden\";i:52;s:7:\"Sibling\";i:53;s:6:\"sister\";i:54;s:10:\"copy space\";i:55;s:10:\"Two people\";i:56;s:8:\"outdoors\";i:57;s:7:\"winning\";i:58;s:8:\"Vitality\";i:59;s:6:\"friend\";i:60;s:10:\"friendship\";i:61;s:6:\"Candid\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15542, 6639, '_wp_attached_file', '2024/07/docs-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15543, 6639, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:23:\"2024/07/docs-scaled.jpg\";s:8:\"filesize\";i:168514;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"docs-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20923;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"docs-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"docs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17678;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"docs-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37765;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"docs-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82056;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"docs-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121881;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"docs-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26415;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"docs-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67827;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"docs-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26001;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"docs-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30347;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"docs-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53040;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"docs-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24125;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:8:\"docs.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15544, 6640, '_wp_attached_file', '2024/07/docs-2-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15545, 6640, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:25:\"2024/07/docs-2-scaled.jpg\";s:8:\"filesize\";i:149296;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"docs-2-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19801;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"docs-2-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44751;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"docs-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17016;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"docs-2-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34076;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"docs-2-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72937;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"docs-2-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107725;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"docs-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24378;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"docs-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60734;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"docs-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23584;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"docs-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26932;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"docs-2-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47911;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"docs-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24296;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:10:\"docs-2.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15549, 6643, '_wp_attached_file', '2024/07/tobacco-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15550, 6643, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:26:\"2024/07/tobacco-scaled.jpg\";s:8:\"filesize\";i:214603;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"tobacco-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20312;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"tobacco-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52004;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"tobacco-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18017;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"tobacco-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37201;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"tobacco-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94614;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"tobacco-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149121;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"tobacco-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25906;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"tobacco-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84400;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"tobacco-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26387;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"tobacco-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33881;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"tobacco-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55845;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"tobacco-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:11:\"tobacco.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15554, 6646, '_wp_attached_file', '2024/07/rfl-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15555, 6646, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:22:\"2024/07/rfl-scaled.jpg\";s:8:\"filesize\";i:575055;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"rfl-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28599;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"rfl-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"rfl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24115;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"rfl-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78941;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"rfl-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238956;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"rfl-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:389862;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"rfl-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46061;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"rfl-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198353;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"rfl-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49148;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"rfl-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69650;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"rfl-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133146;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"rfl-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:7:\"rfl.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15556, 6649, '_wp_attached_file', '2024/07/rfl-2-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15557, 6649, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:963;s:4:\"file\";s:24:\"2024/07/rfl-2-scaled.jpg\";s:8:\"filesize\";i:515199;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"rfl-2-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27763;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"rfl-2-1024x385.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116563;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"rfl-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24218;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"rfl-2-768x289.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75806;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"rfl-2-1536x578.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223977;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"rfl-2-2048x771.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359439;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"rfl-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43967;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"rfl-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165481;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"rfl-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47034;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"rfl-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64435;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"rfl-2-1080x406.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126189;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"rfl-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64062;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"rfl-2-1280x482.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166329;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"rfl-2-980x369.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109124;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"rfl-2-480x181.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42054;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:37:\"lovely family running at outdoor park\";s:17:\"created_timestamp\";s:10:\"1607212800\";s:9:\"copyright\";s:24:\"MARCUS CHUNG PHOTOGRAPHY\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:80:\"Asian chinese family running togethers in the public park during weekend morning\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:9:\"rfl-2.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15561, 6652, '_wp_attached_file', '2024/07/mwb-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15562, 6652, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:22:\"2024/07/mwb-scaled.jpg\";s:8:\"filesize\";i:151068;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"mwb-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20659;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"mwb-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46166;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"mwb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18490;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"mwb-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35170;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"mwb-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74043;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"mwb-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108657;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"mwb-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26185;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"mwb-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66976;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"mwb-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26713;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"mwb-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31883;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"mwb-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49011;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"mwb-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28061;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:7:\"mwb.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15563, 6653, '_wp_attached_file', '2024/07/mwb-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15564, 6653, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1022;s:6:\"height\";i:540;s:4:\"file\";s:17:\"2024/07/mwb-2.jpg\";s:8:\"filesize\";i:595877;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"mwb-2-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31471;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"mwb-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23730;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"mwb-2-768x406.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99922;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"mwb-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47615;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"mwb-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51475;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"mwb-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73036;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"mwb-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73781;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"mwb-2-980x518.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142517;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"mwb-2-480x254.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15574, 6658, '_wp_attached_file', '2024/07/1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15575, 6658, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:616;s:6:\"height\";i:610;s:4:\"file\";s:13:\"2024/07/1.jpg\";s:8:\"filesize\";i:332035;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40985;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24592;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:13:\"1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43883;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:13:\"1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46240;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:13:\"1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62342;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:13:\"1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63148;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:13:\"1-480x475.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68773;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15576, 6659, '_wp_attached_file', '2024/07/2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15577, 6659, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:616;s:6:\"height\";i:610;s:4:\"file\";s:13:\"2024/07/2.jpg\";s:8:\"filesize\";i:375890;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42515;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24000;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:13:\"2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41378;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:13:\"2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45202;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:13:\"2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62481;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:13:\"2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73869;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:13:\"2-480x475.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76551;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15578, 6662, '_wp_attached_file', '2024/07/voluntary-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15582, 6662, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:28:\"2024/07/voluntary-scaled.jpg\";s:8:\"filesize\";i:312055;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"voluntary-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23830;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"voluntary-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76103;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"voluntary-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20769;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"voluntary-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52682;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"voluntary-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139826;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"voluntary-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217679;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"voluntary-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34629;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"voluntary-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118187;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"voluntary-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36048;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"voluntary-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47130;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"voluntary-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82562;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"voluntary-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44642;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:13:\"voluntary.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15583, 6665, '_wp_attached_file', '2024/07/dm-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15584, 6665, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1214;s:4:\"file\";s:16:\"2024/07/dm-2.jpg\";s:8:\"filesize\";i:1738195;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"dm-2-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33381;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"dm-2-1024x607.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161646;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"dm-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23598;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"dm-2-768x455.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105302;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"dm-2-1536x911.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:313942;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"dm-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46196;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"dm-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189263;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"dm-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49958;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"dm-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69855;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"dm-2-1080x640.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178297;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"dm-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71051;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:17:\"dm-2-1280x759.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234741;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"dm-2-980x581.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154430;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"dm-2-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55456;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15585, 6666, '_wp_attached_file', '2024/07/dm-1-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15586, 6666, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:23:\"2024/07/dm-1-scaled.jpg\";s:8:\"filesize\";i:361509;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"dm-1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22674;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"dm-1-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"dm-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19397;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"dm-1-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49304;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"dm-1-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146833;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"dm-1-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243009;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"dm-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32262;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"dm-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123540;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"dm-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32617;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"dm-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43271;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"dm-1-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80757;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"dm-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40673;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:8:\"dm-1.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15590, 6669, '_wp_attached_file', '2024/07/sos-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15591, 6669, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1214;s:4:\"file\";s:17:\"2024/07/sos-2.jpg\";s:8:\"filesize\";i:1756493;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"sos-2-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32209;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"sos-2-1024x607.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149137;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"sos-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23370;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"sos-2-768x455.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98813;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"sos-2-1536x911.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:279598;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"sos-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44132;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"sos-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170162;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"sos-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47383;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"sos-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66133;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"sos-2-1080x640.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162822;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"sos-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66199;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"sos-2-1280x759.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211318;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"sos-2-980x581.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141880;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"sos-2-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52927;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15592, 6670, '_wp_attached_file', '2024/07/sos-3.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15593, 6670, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1214;s:4:\"file\";s:17:\"2024/07/sos-3.jpg\";s:8:\"filesize\";i:1682639;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"sos-3-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36144;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"sos-3-1024x607.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"sos-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25649;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"sos-3-768x455.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103572;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"sos-3-1536x911.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276033;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"sos-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48671;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"sos-3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170757;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"sos-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51464;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"sos-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69550;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"sos-3-1080x640.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165439;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"sos-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67972;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"sos-3-1280x759.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211238;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"sos-3-980x581.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145387;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"sos-3-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57993;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15594, 6671, '_wp_attached_file', '2024/07/sos-1-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15595, 6671, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:24:\"2024/07/sos-1-scaled.jpg\";s:8:\"filesize\";i:149555;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"sos-1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19752;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"sos-1-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"sos-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16683;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"sos-1-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33445;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"sos-1-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71525;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"sos-1-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106449;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"sos-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20811;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"sos-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44237;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"sos-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20723;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"sos-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23595;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"sos-1-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46689;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"sos-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22489;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:9:\"sos-1.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15599, 6674, '_wp_attached_file', '2024/07/aa-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15600, 6674, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:662;s:6:\"height\";i:1360;s:4:\"file\";s:16:\"2024/07/aa-2.jpg\";s:8:\"filesize\";i:951609;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"aa-2-146x300.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31548;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"aa-2-498x1024.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175159;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"aa-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23369;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"aa-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45782;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"aa-2-662x675.jpg\";s:5:\"width\";i:662;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149384;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"aa-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49773;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"aa-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70680;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"aa-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81450;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"aa-2-480x986.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:986;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164104;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15601, 6675, '_wp_attached_file', '2024/07/aa-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15602, 6675, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:21:\"2024/07/aa-scaled.jpg\";s:8:\"filesize\";i:465485;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"aa-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31228;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"aa-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121302;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"aa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26873;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"aa-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82292;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"aa-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218164;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:15:\"aa-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:333037;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:14:\"aa-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49461;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:15:\"aa-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174118;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:14:\"aa-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52335;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:14:\"aa-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71228;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:15:\"aa-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131134;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:14:\"aa-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70955;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:6:\"aa.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15606, 6678, '_wp_attached_file', '2024/07/401k-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15607, 6678, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:23:\"2024/07/401k-scaled.jpg\";s:8:\"filesize\";i:272776;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"401k-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23086;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"401k-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67515;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"401k-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19247;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"401k-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48011;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"401k-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120070;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"401k-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188444;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"401k-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29086;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"401k-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83488;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"401k-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28977;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"401k-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35329;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"401k-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72831;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"401k-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28994;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:8:\"401k.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15608, 6679, '_wp_attached_file', '2024/07/401k-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15609, 6679, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1010;s:6:\"height\";i:514;s:4:\"file\";s:18:\"2024/07/401k-2.jpg\";s:8:\"filesize\";i:424207;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"401k-2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24538;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"401k-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19389;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"401k-2-768x391.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73018;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"401k-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36374;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"401k-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39690;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"401k-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55747;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"401k-2-400x514.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58708;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"401k-2-980x499.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104974;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"401k-2-480x244.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39170;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15613, 6683, '_wp_attached_file', '2024/07/pto-1-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15614, 6684, '_wp_attached_file', '2024/07/pto-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15615, 6684, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:17:\"2024/07/pto-2.jpg\";s:8:\"filesize\";i:2912801;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"pto-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32224;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"pto-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208254;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"pto-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21718;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"pto-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123486;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"pto-2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:449866;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"pto-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43102;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"pto-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219295;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"pto-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47094;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"pto-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69604;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"pto-2-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231497;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"pto-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72968;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"pto-2-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:320080;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"pto-2-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194284;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"pto-2-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57607;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15616, 6683, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:24:\"2024/07/pto-1-scaled.jpg\";s:8:\"filesize\";i:493438;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"pto-1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20882;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"pto-1-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92921;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"pto-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18176;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"pto-1-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54997;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"pto-1-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202631;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"pto-1-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:339003;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"pto-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32554;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"pto-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169150;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"pto-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35272;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"pto-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53177;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"pto-1-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103320;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"pto-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55989;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:9:\"pto-1.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15620, 6687, '_wp_attached_file', '2024/07/disability-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15624, 6687, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:29:\"2024/07/disability-scaled.jpg\";s:8:\"filesize\";i:159703;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"disability-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21919;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"disability-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52601;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"disability-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18776;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"disability-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40016;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"disability-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82527;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"disability-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117973;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"disability-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28023;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"disability-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68483;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"disability-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28123;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"disability-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33027;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"disability-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55826;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"disability-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:14:\"disability.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15625, 6691, '_wp_attached_file', '2024/07/life-add-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15629, 6691, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:27:\"2024/07/life-add-scaled.jpg\";s:8:\"filesize\";i:185608;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"life-add-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20817;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"life-add-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48626;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"life-add-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18019;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"life-add-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36432;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"life-add-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82234;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"life-add-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127096;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"life-add-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25957;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"life-add-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70855;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"life-add-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25573;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"life-add-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30262;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"life-add-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51829;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"life-add-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28273;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:12:\"life-add.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15637, 6694, '_wp_attached_file', '2024/07/qle-2-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15638, 6694, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:24:\"2024/07/qle-2-scaled.jpg\";s:8:\"filesize\";i:172412;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"qle-2-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22740;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"qle-2-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"qle-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"qle-2-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41336;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"qle-2-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86742;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"qle-2-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125801;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"qle-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28337;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"qle-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68522;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"qle-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27555;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"qle-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31445;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"qle-2-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57974;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"qle-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28110;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:9:\"qle-2.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15654, 6253, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15670, 6708, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15671, 6708, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15672, 6708, '_et_pb_truncate_post_date', '2024-08-29 15:02:09');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15673, 6708, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15674, 6708, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15675, 6708, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15676, 6708, '_et_pb_use_builder', 'on');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15677, 6708, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15678, 6708, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15679, 6708, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15680, 6708, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15681, 6708, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15682, 6708, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15683, 6708, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15684, 6708, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15685, 6708, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15686, 6708, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Your well-being</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">There is a very purposeful reason we continue to begin our 2025 Open Enrollment introduction and welcome with your well-being. At Banner Health, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being—your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. Whenever and wherever possible, we strive to keep your costs affordable while providing the best possible value and benefit.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">It’s all about YOU!</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Your 2025 Banner benefits are created with one goal in mind: to provide you the best possible care. So, as you take care of others, we’ll continue to take care of you with comprehensive, affordable benefits. While you don’t have to actively enroll to maintain your benefits in 2025, now is a good time to review your current benefits to make sure they still meet your current and future needs. This is also a good time to review all of the benefit enhancements we are making for next year to see how those changes can add more value to your 2025 elections.</p>\n<p>Remember, if you contribute to the Flexible Spending Accounts (FSAs), you must elect your contributions for 2025 during Open Enrollment.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img fetchpriority=\"high\" decoding=\"async\" width=\"1016\" height=\"678\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/ywb-2.jpg?resize=1016%2C678&#038;ssl=1\" alt=\"\" title=\"Screenshot\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/ywb-2.jpg?w=1016&ssl=1 1016w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/ywb-2.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/ywb-2.jpg?resize=768%2C513&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/ywb-2.jpg?resize=980%2C654&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/ywb-2.jpg?resize=480%2C320&ssl=1 480w\" sizes=\"(max-width: 1016px) 100vw, 1016px\" class=\"wp-image-6711\" data-recalc-dims=\"1\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask AlexEnroll NowResidents &amp; FellowsBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" data-recalc-dims=\"1\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\"><a href=\"#\" rel=\"nofollow\" onClick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\"><img decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  data-recalc-dims=\"1\" /></a></div></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15687, 6708, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6708\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15688, 6708, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15689, 6708, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15690, 6708, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15691, 6708, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15692, 6708, '_edit_lock', '1722014287:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15693, 6708, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15694, 6708, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15698, 6711, '_wp_attached_file', '2024/07/ywb-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15699, 6711, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1016;s:6:\"height\";i:678;s:4:\"file\";s:17:\"2024/07/ywb-2.jpg\";s:8:\"filesize\";i:521434;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ywb-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ywb-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21754;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ywb-2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96895;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"ywb-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40639;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"ywb-2-1016x675.jpg\";s:5:\"width\";i:1016;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153144;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"ywb-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43092;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"ywb-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59816;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"ywb-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59325;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"ywb-2-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137807;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"ywb-2-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51387;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15700, 6712, '_wp_attached_file', '2024/07/ywb-1-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15701, 6712, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:24:\"2024/07/ywb-1-scaled.jpg\";s:8:\"filesize\";i:245557;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ywb-1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24274;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"ywb-1-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69629;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ywb-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20484;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ywb-1-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50418;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"ywb-1-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118673;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"ywb-1-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176866;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"ywb-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31927;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"ywb-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88769;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"ywb-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32608;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"ywb-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40724;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"ywb-1-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74988;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"ywb-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:9:\"ywb-1.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15711, 6718, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15712, 6718, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15713, 6718, '_et_pb_truncate_post_date', '2025-07-09 20:08:55');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15714, 6718, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15715, 6718, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15716, 6718, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15717, 6718, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15718, 6718, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15719, 6718, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15720, 6718, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15721, 6718, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15722, 6718, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15723, 6718, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15724, 6718, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15725, 6718, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15726, 6718, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15727, 6718, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">News</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Beyond basic coverage</p>\n<p>Tap into your supplemental health plans<br />\nSupplemental health plans provide additional coverage beyond standard insurance, helping reduce out-of-pocket costs. Utilizing these benefits gives you the most value from your plan while supporting your overall well-being.</p>\n<p>Explore our Aetna supplemental plans:</p>\n<p>&nbsp;</p>\n<p>	Aetna Accident Plan helps pay for health care costs and other expenses related to a covered injury; can be used to pay doctor bills, coinsurance or everyday bills, such as mortgage payments, utility bills or even child care<br />\n	Aetna Critical Illness insurance pays a lump-sum benefit to help cover health care costs and other expenses when diagnosed with a covered condition, like heart attack, cancer or stroke<br />\n	Bonus: get a qualified health screening and earn $50 for each plan member per year for covered preventive tests<br />\n	Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you&#8217;re admitted to the hospital; can be used to cover your deductible, coinsurance or even child care and utility bills</p>\n<p>Learn more and view your benefit summary plans.</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img fetchpriority=\"high\" decoding=\"async\" width=\"1776\" height=\"1596\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/aetna-scaled-2.png\" alt=\"\" title=\"aetna-scaled-2\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/aetna-scaled-2.png 1776w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/aetna-scaled-2-1280x1150.png 1280w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/aetna-scaled-2-980x881.png 980w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/aetna-scaled-2-480x431.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1776px, 100vw\" class=\"wp-image-8029\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Filing a claim is easy<br />\nWe’ve made it simple to submit following these steps:</p>\n<p>&nbsp;</p>\n<p>	Access your account at myaetnasupplemental.com or the My Aetna Supplemental app<br />\n	Click Report New Claim and answer a few quick questions<br />\n	Upload a copy of your medical bill</p>\n<p>&nbsp;<br />\nFor Aetna medical plan members, it’s effortless. Aetna Easy File uses information from your medical claim to process under your supplemental plans.<br />\n <br />\nQuestions? Email benefits@bannerhealth.com or call the Benefit Resource Center 7 a.m. – 7 p.m. (MST), Monday – Friday at 833-849-9825.<br />\n&nbsp;</p>\n<p>&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Seamless prescription access<br />\nEnsure pharmacy coverage no matter where you are</p>\n<p>Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop-shop for convenient, prescription services. And since BFP is not located in every state, we offer overrides to ensure pharmacy coverage, no matter where you are.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_5 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dependent override<br />\nWhen your dependents reside in non-BFP service locations (e.g., child away at college) you’ll need to:</p>\n<p>	Obtain a pharmacy override (may be required for each prescription and can be approved for up to 12 months through CVS)<br />\n	No action is needed if the subscriber’s (covered team member) home address is in a state outside BFP-coverage areas (AZ, CO, NE, NM, NV, UT, WY)—your pharmacy assignment includes access to CVS network pharmacies</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Vacation override<br />\nPlanning a trip, but don’t have enough medication? There’s an override for that. Vacation overrides let members get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance.<br />\nTo get a vacation override, you must provide:</p>\n<p>Vacation departure date<br />\nDate member is picking up medication from the pharmacy<br />\nVacation return date</p>\n<p>Contact Banner|Aetna Concierge 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803 for dependent or vacation overrides.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Meds at the ready<br />\nCoordinate your medication with MedSync<br />\nLife moves fast, and time is a precious commodity. And unless you’re waiting in line for a sweet treat, ride attraction or concert, we’re sure you’d rather be doing something else with your time. That’s why Banner Family Pharmacy’s medication synchronization program, MedSync, makes the most of your time, keeping pharmacy trips to a minimum.<br />\n <br />\nMedSync not only lets you pick up medications in a single day, but they’re also eliminating the need to pick them up at all. By coordinating refills of regular maintenance medications and using home delivery, we’re:</p>\n<p>	Reducing or eliminating trips to the pharmacy<br />\n	Minimizing calls to your provider to get refills authorized<br />\n	Decreasing confusion related to multiple prescription orders</p>\n<p> <br />\nSign up for MedSync by speaking to a member of our pharmacy team, in person or over the phone. Once enrolled, you’ll work closely with them to tailor a 90-day medication fill shipping or pickup cycle that works for you.<br />\nCheck out our MedSync FAQs for additional information about the program. For contact information, see the list of Banner Family Pharmacy locations.<br />\n <br />\n“I have several prescriptions filled at Banner Baywood Family Pharmacy and Ashley, the pharmacist, has been very kind and worked with me to coordinate them, so I don’t have to make so many trips. This last time I had six prescriptions and Cathy, a pharmacy tech, went over all of them and was able to fill them so only one trip was needed. I really appreciate the staff and would not go anywhere else.”</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Questions?<br />\nEmail BHMyWell-Being@bannerhealth.com.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Care at every age<br />\nExplore our elder- and child-care resources<br />\nLife can feel overwhelming balancing work while caring for family members, whether they’re children or aging relatives. That’s why our benefits are designed with you in mind, offering tools and resources that support you and your family.<br />\nOur partnerships with Bright Horizons and Aetna Resources for Living* provide caregiving support to help manage your responsibilities—because while you’re taking care of others, we’re here to take care of you.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Elder care<br />\nWhen the time comes to care for your caretaker, take advantage of these resources to ensure loved ones are comfortable in their later years.<br />\nBright Horizons offers:</p>\n<p>	Decision-support tools to help you plan ahead, finding and evaluating care providers<br />\nAn online needs assessment<br />\nInformation on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities<br />\n	Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</p>\n<p>Aetna Resources for Living offers:</p>\n<p>	Aging-adult care provider search<br />\n	Health, financial and legal information for older adults<br />\n	Tailored education and support for caregivers<br />\n	Retirement resources</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"1008\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/elder-care.jpg\" alt=\"\" title=\"elder-care\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/elder-care.jpg 940w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/elder-care-480x515.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 940px, 100vw\" class=\"wp-image-8022\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"936\" height=\"1108\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/child-care.jpg\" alt=\"\" title=\"child-care\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/child-care.jpg 936w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/child-care-480x568.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 936px, 100vw\" class=\"wp-image-8023\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Child care<br />\nUse these resources to help with high child-care costs, demanding career schedules and the learning curves of new parenthood.<br />\nBright Horizons offers:</p>\n<p>Free premium membership to Sittercity to help find child care options<br />\nDiscounts at participating child care centers<br />\nParental leave toolkits<br />\nEducational materials on raising children, pregnancy, childbirth and adoption</p>\n<p> <br />\nAetna Resources for Living offers educational resources on:</p>\n<p>Child care<br />\nAdoption<br />\nPregnancy and childbirth<br />\nRaising children<br />\nBalancing work and family</p>\n<p>Also, check out Beneplace, our discount marketplace, for even more child care discounts.<br />\n*Sign into Aetna Resources for Living with username: Banner, password: EAP.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_7 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_11 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner earns Great Place To Work certification<br />\nFind out how we earned this designation together as One Team<br />\nCongratulations, as One Team we’ve become a certified Great Place To Work.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">The certification is a national designation measuring workplace culture and tells the world we exemplify qualities of an extraordinary workplace—one where you trust the people you work for, have pride in what you do and enjoy the people you work with.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">We submitted an application outlining our benefits, programs and initiatives designed to support and care for our teams. As a part of the certification process, a comprehensive survey was sent to 5,000 team members earlier this year asking about trust, pride, leadership and communication. The results showed that 76% believe we’re a great place to work compared to 57% of employees at a typical U.S.-based company.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">“This recognition belongs to every team member and reflects the profound impact they have in the communities we serve,” says Amy Perry, president and CEO, in response to the certification news. “You truly make Banner a great place to work.”</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This certification enhances our reputation and assists us in recruiting and retaining top talent. It also signals to our patients and visitors that we not only care about our teams but also work with the best and brightest.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">We’ve also recently been recognized for the second year in a row on Newsweek’s list of Most Trustworthy Companies in America as one of the top 10 hospitals or health systems, as well as a three-year champion of Fortune&#8217;s America’s Most Innovative Companies list.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_3\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"651\" height=\"439\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png\" alt=\"\" title=\"news-awards-2\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png 651w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2-480x324.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 651px, 100vw\" class=\"wp-image-7985\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_8 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_12 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/archived-news\">ARCHIVED NEWS</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_9 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_13\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_10 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_14\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_17  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_4\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15728, 6718, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6718\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15729, 6718, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15730, 6718, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15731, 6718, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15732, 6718, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15733, 6718, '_edit_lock', '1752073264:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15734, 6718, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15743, 6724, '_wp_attached_file', '2024/07/news-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15744, 6724, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:18:\"2024/07/news-2.jpg\";s:8:\"filesize\";i:1769443;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"news-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21610;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"news-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"news-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17467;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"news-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58409;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"news-2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191170;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"news-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26301;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"news-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95939;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"news-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28637;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"news-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38873;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"news-2-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101254;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"news-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46803;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"news-2-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137038;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"news-2-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86168;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"news-2-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32317;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15745, 6725, '_wp_attached_file', '2024/07/news-1-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15746, 6725, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:25:\"2024/07/news-1-scaled.jpg\";s:8:\"filesize\";i:299523;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"news-1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22081;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"news-1-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62617;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"news-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18877;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"news-1-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43593;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"news-1-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119219;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"news-1-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197735;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"news-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29329;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"news-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102844;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"news-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29822;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"news-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37978;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"news-1-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67871;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"news-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36162;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:10:\"news-1.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15747, 6726, '_wp_attached_file', '2024/07/news-2b.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15748, 6726, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:19:\"2024/07/news-2b.jpg\";s:8:\"filesize\";i:1676567;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"news-2b-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26348;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"news-2b-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112621;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"news-2b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20851;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"news-2b-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72347;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"news-2b-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224502;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"news-2b-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32808;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"news-2b-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119119;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"news-2b-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35271;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"news-2b-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47982;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"news-2b-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122652;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"news-2b-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54092;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"news-2b-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163643;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"news-2b-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104991;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"news-2b-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40043;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1721998614\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15752, 6728, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15753, 6728, '_menu_item_menu_item_parent', 5810);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15754, 6728, '_menu_item_object_id', 6718);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15755, 6728, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15756, 6728, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15757, 6728, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15758, 6728, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15759, 6728, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15761, 6729, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15762, 6729, '_menu_item_menu_item_parent', 5810);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15763, 6729, '_menu_item_object_id', 6282);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15764, 6729, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15765, 6729, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15766, 6729, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15767, 6729, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15768, 6729, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15770, 5788, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15773, 6366, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15774, 6368, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15775, 6369, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15776, 5630, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15777, 6373, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15778, 5908, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15779, 6371, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15780, 6375, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15781, 6370, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15782, 6372, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15783, 6378, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15784, 6376, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15785, 6380, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15786, 6379, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15787, 6377, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15788, 6120, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15789, 5790, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15790, 6383, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15791, 6381, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15792, 6382, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15793, 6384, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15794, 6385, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15795, 6387, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15796, 6386, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15797, 6389, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15798, 6391, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15799, 6390, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15800, 6392, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15801, 6393, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15802, 5789, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15803, 6395, '_wp_old_date', '2024-07-21');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15804, 6394, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15805, 6396, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15806, 5810, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15808, 6398, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15809, 6397, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15810, 6399, '_wp_old_date', '2024-07-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15900, 6738, '_wp_attached_file', '2024/07/mwb-3.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15901, 6738, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1360;s:6:\"height\";i:558;s:4:\"file\";s:17:\"2024/07/mwb-3.jpg\";s:8:\"filesize\";i:567903;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"mwb-3-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26611;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"mwb-3-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109193;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"mwb-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21955;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"mwb-3-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75221;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"mwb-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43158;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"mwb-3-1080x558.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140137;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"mwb-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45355;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"mwb-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61302;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"mwb-3-1080x443.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117968;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"mwb-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59581;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"mwb-3-1280x525.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148334;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"mwb-3-980x402.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103151;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"mwb-3-480x197.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41883;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15905, 6746, '_wp_attached_file', '2024/07/pp-1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15906, 6746, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:652;s:6:\"height\";i:642;s:4:\"file\";s:16:\"2024/07/pp-1.jpg\";s:8:\"filesize\";i:318424;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"pp-1-300x295.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"pp-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22474;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"pp-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35540;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"pp-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38850;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"pp-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51557;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"pp-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56683;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"pp-1-480x473.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58372;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15931, 6775, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15932, 6775, '_menu_item_menu_item_parent', 5630);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15933, 6775, '_menu_item_object_id', 6775);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15934, 6775, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15935, 6775, '_menu_item_target', '_blank');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15936, 6775, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15937, 6775, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15938, 6775, '_menu_item_url', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15940, 5788, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15943, 6366, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15944, 6368, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15945, 6369, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15946, 5630, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15947, 6373, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15948, 5908, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15949, 6371, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15950, 6375, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15951, 6370, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15952, 6372, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15953, 6378, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15954, 6376, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15955, 6380, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15956, 6379, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15957, 6377, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15958, 6120, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15959, 5790, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15960, 6383, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15961, 6381, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15962, 6382, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15963, 6384, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15964, 6385, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15965, 6387, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15966, 6386, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15967, 6389, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15968, 6391, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15969, 6390, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15970, 6392, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15971, 6393, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15972, 5789, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15973, 6395, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15974, 6394, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15975, 6396, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15976, 5810, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15977, 6729, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15979, 6728, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15980, 6398, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15981, 6397, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15982, 6399, '_wp_old_date', '2024-07-26');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15983, 6776, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15984, 6776, '_menu_item_menu_item_parent', 6949);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15985, 6776, '_menu_item_object_id', 6776);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15986, 6776, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15987, 6776, '_menu_item_target', '_blank');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15988, 6776, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15989, 6776, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15990, 6776, '_menu_item_url', 'https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Additional-Resources/Documents/Employment%20Status%20Changes/Changes%20in%20Benefit%20Eligibility.pdf?csf=1&web=1&e=X1ZWnF');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15992, 6777, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15993, 6777, '_menu_item_menu_item_parent', 6949);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15994, 6777, '_menu_item_object_id', 6777);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15995, 6777, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15996, 6777, '_menu_item_target', '_blank');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15997, 6777, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15998, 6777, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15999, 6777, '_menu_item_url', 'https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Additional-Resources/Documents/Employment%20Status%20Changes/Termination%20Checklist%20-%20For%20Employees.pdf?csf=1&web=1&e=JdvtHB');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16022, 6793, '_wp_attached_file', '2024/08/aa-new-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16023, 6793, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:25:\"2024/08/aa-new-scaled.jpg\";s:8:\"filesize\";i:198288;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"aa-new-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22037;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"aa-new-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57418;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"aa-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18441;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"aa-new-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41662;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"aa-new-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96738;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"aa-new-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144237;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"aa-new-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28209;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"aa-new-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79172;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"aa-new-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28118;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"aa-new-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33788;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"aa-new-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61210;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"aa-new-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:10:\"aa-new.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16027, 6796, '_wp_attached_file', '2024/08/aa-2-new-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16028, 6796, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:27:\"2024/08/aa-2-new-scaled.jpg\";s:8:\"filesize\";i:254898;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"aa-2-new-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21562;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"aa-2-new-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62397;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"aa-2-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19176;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"aa-2-new-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43635;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"aa-2-new-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113255;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"aa-2-new-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177017;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"aa-2-new-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30747;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"aa-2-new-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102878;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"aa-2-new-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31488;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"aa-2-new-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40533;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"aa-2-new-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67602;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"aa-2-new-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37076;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:12:\"aa-2-new.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16032, 6802, '_wp_attached_file', '2024/08/AbleTo_FullColor_Logo_320x132px.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16033, 6802, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:320;s:6:\"height\";i:132;s:4:\"file\";s:43:\"2024/08/AbleTo_FullColor_Logo_320x132px.png\";s:8:\"filesize\";i:3998;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"AbleTo_FullColor_Logo_320x132px-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6721;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"AbleTo_FullColor_Logo_320x132px-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2441;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16034, 6803, '_wp_attached_file', '2024/08/HH-Logo.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16035, 6803, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1960;s:6:\"height\";i:518;s:4:\"file\";s:19:\"2024/08/HH-Logo.png\";s:8:\"filesize\";i:67522;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"HH-Logo-300x79.png\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4909;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"HH-Logo-1024x271.png\";s:5:\"width\";i:1024;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20246;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"HH-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"HH-Logo-768x203.png\";s:5:\"width\";i:768;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14487;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"HH-Logo-1536x406.png\";s:5:\"width\";i:1536;s:6:\"height\";i:406;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32379;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"HH-Logo-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4038;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"HH-Logo-1080x518.png\";s:5:\"width\";i:1080;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12005;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"HH-Logo-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4299;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"HH-Logo-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5619;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"HH-Logo-1080x285.png\";s:5:\"width\";i:1080;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21763;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"HH-Logo-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5654;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"HH-Logo-1280x338.png\";s:5:\"width\";i:1280;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26441;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"HH-Logo-980x259.png\";s:5:\"width\";i:980;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19430;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"HH-Logo-480x127.png\";s:5:\"width\";i:480;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16036, 6804, '_wp_attached_file', '2024/08/virta-logo.webp');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16037, 6804, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:420;s:6:\"height\";i:160;s:4:\"file\";s:23:\"2024/08/virta-logo.webp\";s:8:\"filesize\";i:7804;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"virta-logo-300x114.webp\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"virta-logo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3344;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"virta-logo-400x160.webp\";s:5:\"width\";i:400;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10378;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"virta-logo-400x160.webp\";s:5:\"width\";i:400;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10378;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"virta-logo-400x160.webp\";s:5:\"width\";i:400;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10378;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16038, 6805, '_wp_attached_file', '2024/08/60df7addd03c585936e5685a_Hinge-Health.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16039, 6805, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:400;s:4:\"file\";s:49:\"2024/08/60df7addd03c585936e5685a_Hinge-Health.png\";s:8:\"filesize\";i:33517;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"60df7addd03c585936e5685a_Hinge-Health-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8083;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"60df7addd03c585936e5685a_Hinge-Health-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4945;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"60df7addd03c585936e5685a_Hinge-Health-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34366;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"60df7addd03c585936e5685a_Hinge-Health-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15156;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"60df7addd03c585936e5685a_Hinge-Health-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15897;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"60df7addd03c585936e5685a_Hinge-Health-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24046;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"60df7addd03c585936e5685a_Hinge-Health-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18168;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"60df7addd03c585936e5685a_Hinge-Health-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15683;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16040, 6806, '_wp_attached_file', '2024/08/hinge-health.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16041, 6806, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:706;s:6:\"height\";i:141;s:4:\"file\";s:24:\"2024/08/hinge-health.png\";s:8:\"filesize\";i:30171;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"hinge-health-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9027;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"hinge-health-150x141.png\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7553;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"hinge-health-400x141.png\";s:5:\"width\";i:400;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16445;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"hinge-health-400x141.png\";s:5:\"width\";i:400;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16445;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"hinge-health-510x141.png\";s:5:\"width\";i:510;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19997;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"hinge-health-400x141.png\";s:5:\"width\";i:400;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16445;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"hinge-health-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17746;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16076, 6830, '_wp_attached_file', '2024/08/david-2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16077, 6830, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1432;s:6:\"height\";i:1432;s:4:\"file\";s:19:\"2024/08/david-2.png\";s:8:\"filesize\";i:7294693;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"david-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114804;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"david-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:892263;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"david-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33849;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"david-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:552667;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"david-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133369;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"david-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:694697;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"david-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149237;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"david-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:234521;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"david-2-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:975114;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"david-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:249105;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"david-2-1280x1280.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1291870;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"david-2-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:829237;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"david-2-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:253934;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16078, 6831, '_wp_attached_file', '2024/08/awards.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16079, 6831, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:957;s:6:\"height\";i:585;s:4:\"file\";s:18:\"2024/08/awards.png\";s:8:\"filesize\";i:1240991;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"awards-300x183.png\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46090;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"awards-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"awards-768x469.png\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:202361;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"awards-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72891;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"awards-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86113;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"awards-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132296;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"awards-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93755;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"awards-480x293.png\";s:5:\"width\";i:480;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16097, 6835, '_wp_attached_file', '2024/08/awards-2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16098, 6835, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2541;s:6:\"height\";i:439;s:4:\"file\";s:20:\"2024/08/awards-2.png\";s:8:\"filesize\";i:1176595;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"awards-2-300x52.png\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19171;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"awards-2-1024x177.png\";s:5:\"width\";i:1024;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114395;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"awards-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9812;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"awards-2-768x133.png\";s:5:\"width\";i:768;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76906;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"awards-2-1536x265.png\";s:5:\"width\";i:1536;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212581;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"awards-2-2048x354.png\";s:5:\"width\";i:2048;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:332100;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"awards-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44121;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"awards-2-1080x439.png\";s:5:\"width\";i:1080;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135579;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"awards-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44994;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"awards-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63547;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"awards-2-1080x187.png\";s:5:\"width\";i:1080;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124350;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"awards-2-400x439.png\";s:5:\"width\";i:400;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33474;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"awards-2-1280x221.png\";s:5:\"width\";i:1280;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160303;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"awards-2-980x169.png\";s:5:\"width\";i:980;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107466;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"awards-2-480x83.png\";s:5:\"width\";i:480;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38638;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16234, 6846, '_wp_attached_file', '2024/08/mwb-circle.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16235, 6846, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2024/08/mwb-circle.png\";s:8:\"filesize\";i:34698;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"mwb-circle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36060;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"mwb-circle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15051;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"mwb-circle-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36850;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"mwb-circle-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39812;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"mwb-circle-450x382.png\";s:5:\"width\";i:450;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28228;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"mwb-circle-400x450.png\";s:5:\"width\";i:400;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27678;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16239, 6850, '_wp_attached_file', '2024/08/sos-circle-1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16240, 6850, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2024/08/sos-circle-1.png\";s:8:\"filesize\";i:31524;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"sos-circle-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29990;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"sos-circle-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12343;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"sos-circle-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28310;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"sos-circle-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31022;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"sos-circle-1-450x382.png\";s:5:\"width\";i:450;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25402;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"sos-circle-1-400x450.png\";s:5:\"width\";i:400;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25071;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16241, 6853, '_wp_attached_file', '2024/08/sos-circle-2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16242, 6853, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2024/08/sos-circle-2.png\";s:8:\"filesize\";i:20395;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"sos-circle-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18663;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"sos-circle-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8076;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"sos-circle-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17402;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"sos-circle-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19255;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"sos-circle-2-450x382.png\";s:5:\"width\";i:450;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18844;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"sos-circle-2-400x450.png\";s:5:\"width\";i:400;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18312;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16243, 6854, '_wp_attached_file', '2024/08/sos-circle-3.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16244, 6854, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2024/08/sos-circle-3.png\";s:8:\"filesize\";i:20518;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"sos-circle-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18388;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"sos-circle-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7837;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"sos-circle-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17156;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"sos-circle-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19064;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"sos-circle-3-450x382.png\";s:5:\"width\";i:450;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19235;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"sos-circle-3-400x450.png\";s:5:\"width\";i:400;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18365;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16248, 6857, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16270, 6029, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16597, 5788, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16600, 6366, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16601, 6368, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16602, 6369, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16603, 5630, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16604, 6373, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16605, 5908, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16606, 6371, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16607, 6375, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16608, 6370, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16609, 6372, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16610, 6378, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16611, 6376, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16612, 6380, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16613, 6379, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16614, 6377, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16615, 6120, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16616, 6775, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16617, 5790, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16618, 6383, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16619, 6381, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16620, 6382, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16621, 6384, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16622, 6385, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16623, 6387, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16624, 6386, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16625, 6389, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16626, 6391, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16627, 6390, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16628, 6392, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16629, 6393, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16630, 5789, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16631, 6395, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16632, 6394, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16633, 6396, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16634, 5810, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16635, 6729, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16637, 6398, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16638, 6397, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16639, 6399, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16640, 6728, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16641, 6776, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16642, 6777, '_wp_old_date', '2024-08-01');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16643, 6949, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16644, 6949, '_menu_item_menu_item_parent', 5810);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16645, 6949, '_menu_item_object_id', 6949);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16646, 6949, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16647, 6949, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16648, 6949, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16649, 6949, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16650, 6949, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16656, 6957, '_wp_attached_file', '2024/08/2025_Banner_8.5x11_OE_OE_Checklist_V1.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16657, 6957, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"2025_Banner_8.5x11_OE_OE_Checklist_V1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213490;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"2025_Banner_8.5x11_OE_OE_Checklist_V1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27034;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"2025_Banner_8.5x11_OE_OE_Checklist_V1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131103;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"2025_Banner_8.5x11_OE_OE_Checklist_V1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17927;}}s:8:\"filesize\";i:262877;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16658, 6958, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16659, 6958, '_menu_item_menu_item_parent', 5788);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16660, 6958, '_menu_item_object_id', 6958);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16661, 6958, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16662, 6958, '_menu_item_target', '_blank');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16663, 6958, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16664, 6958, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16665, 6958, '_menu_item_url', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/2025_Banner_8.5x11_New_Hire_Checklist_HR.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16673, 6970, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16686, 6980, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16702, 6995, '_wp_attached_file', '2024/08/vision-2-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16703, 6995, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:27:\"2024/08/vision-2-scaled.jpg\";s:8:\"filesize\";i:180185;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"vision-2-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21310;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"vision-2-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54262;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"vision-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17862;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"vision-2-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40070;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"vision-2-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87675;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"vision-2-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129177;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"vision-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26968;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"vision-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67321;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"vision-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27171;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"vision-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32450;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"vision-2-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57762;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"vision-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25811;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:12:\"vision-2.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16707, 7000, '_wp_attached_file', '2024/08/401k-2-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16711, 7000, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:25:\"2024/08/401k-2-scaled.jpg\";s:8:\"filesize\";i:270089;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"401k-2-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23521;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"401k-2-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"401k-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20198;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"401k-2-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49961;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"401k-2-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124978;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"401k-2-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191495;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"401k-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32438;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"401k-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101859;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"401k-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33641;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"401k-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42935;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"401k-2-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76467;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"401k-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38932;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:10:\"401k-2.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16718, 7006, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16719, 7006, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16720, 7006, '_et_pb_truncate_post_date', '2024-10-27 21:19:40');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16721, 7006, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16722, 7006, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16723, 7006, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16724, 7006, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16725, 7006, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16726, 7006, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16727, 7006, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16728, 7006, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16729, 7006, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16730, 7006, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16731, 7006, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16732, 7006, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16733, 7006, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16734, 7006, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Ask ALEX</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Need help choosing the right plan?<br />\nAsk ALEX, our virtual benefits counselor, can help. Just answer a few questions about yourself, your family and your health, and ALEX will recommend a plan that may be right for you.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">Get started with ALEX</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"319\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/10/ask-alex-strech.jpg?resize=1080%2C319&#038;ssl=1\" alt=\"\" title=\"ask-alex-strech\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/10/ask-alex-strech.jpg?w=1288&ssl=1 1288w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/10/ask-alex-strech.jpg?resize=300%2C89&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/10/ask-alex-strech.jpg?resize=1024%2C302&ssl=1 1024w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/10/ask-alex-strech.jpg?resize=768%2C227&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/10/ask-alex-strech.jpg?resize=1080%2C319&ssl=1 1080w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/10/ask-alex-strech.jpg?resize=1280%2C378&ssl=1 1280w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/10/ask-alex-strech.jpg?resize=980%2C289&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/10/ask-alex-strech.jpg?resize=480%2C142&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-7720\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16735, 7006, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7006\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16736, 7006, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16737, 7006, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16738, 7006, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16739, 7006, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16740, 7006, '_edit_lock', '1723477575:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16741, 7006, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16742, 7006, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16746, 7008, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16747, 7008, '_menu_item_menu_item_parent', 5810);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16748, 7008, '_menu_item_object_id', 7006);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16749, 7008, '_menu_item_object', 'page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16750, 7008, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16751, 7008, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16752, 7008, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16753, 7008, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16758, 7011, '_wp_attached_file', '2024/08/aa-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16759, 7011, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1016;s:6:\"height\";i:676;s:4:\"file\";s:16:\"2024/08/aa-2.jpg\";s:8:\"filesize\";i:1158218;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"aa-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41493;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"aa-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25982;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"aa-2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190858;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"aa-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59442;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"aa-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65384;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"aa-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102347;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"aa-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105308;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"aa-2-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:296571;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"aa-2-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82925;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16760, 7014, '_wp_attached_file', '2024/08/aa-1-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16764, 7014, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:23:\"2024/08/aa-1-scaled.jpg\";s:8:\"filesize\";i:284355;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"aa-1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24432;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"aa-1-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76452;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"aa-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20850;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"aa-1-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53478;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"aa-1-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134996;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"aa-1-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203750;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"aa-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33499;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"aa-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106415;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"aa-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35234;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"aa-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45789;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"aa-1-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82576;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"aa-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43893;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:8:\"aa-1.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16771, 7023, '_wp_attached_file', '2024/08/mwb-2-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16775, 7023, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:24:\"2024/08/mwb-2-scaled.jpg\";s:8:\"filesize\";i:256175;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"mwb-2-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24997;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"mwb-2-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"mwb-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21539;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"mwb-2-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51612;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"mwb-2-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121022;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"mwb-2-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183226;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"mwb-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35697;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"mwb-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108703;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"mwb-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36424;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"mwb-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46028;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"mwb-2-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75949;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"mwb-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38608;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:9:\"mwb-2.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16776, 7027, '_wp_attached_file', '2024/08/tobacco-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16777, 7027, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:834;s:4:\"file\";s:21:\"2024/08/tobacco-2.jpg\";s:8:\"filesize\";i:715860;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"tobacco-2-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44690;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"tobacco-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26501;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"tobacco-2-768x801.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169866;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"tobacco-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50183;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"tobacco-2-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176669;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"tobacco-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54053;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"tobacco-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76639;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"tobacco-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75905;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"tobacco-2-480x500.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84843;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16778, 7028, '_wp_attached_file', '2024/08/tobacco-3.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16779, 7028, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:834;s:4:\"file\";s:21:\"2024/08/tobacco-3.jpg\";s:8:\"filesize\";i:715696;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"tobacco-3-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44704;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"tobacco-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26534;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"tobacco-3-768x801.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169840;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"tobacco-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50187;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"tobacco-3-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176811;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"tobacco-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54108;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"tobacco-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76756;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"tobacco-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76118;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"tobacco-3-480x500.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84877;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16786, 7032, '_ninja_table_columns', 'a:3:{i:0;a:17:{s:4:\"name\";s:16:\"Covered Services\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:16:\"rgba(0, 0, 0, 1)\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:13:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:12:\"Without Plan\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:10:\"unsortable\";s:3:\"yes\";s:5:\"width\";s:2:\"25\";}i:2;a:13:{s:3:\"key\";s:6:\"vendor\";s:4:\"name\";s:32:\"Average Annual Cost<br>with Plan\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16787, 7032, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16788, 7032, '_ninja_table_cache_object', 'a:4:{i:0;a:5:{s:5:\"blank\";s:28:\"<b>Legal contract review</b>\";s:7:\"benefit\";s:6:\"$1,173\";s:6:\"vendor\";s:17:\"$0 out of pocket \";s:21:\"value_dental_plan_ppo\";s:94:\"<a href=\"http://myhr.bannerhealth.com\"><span style=\"color: #478C4D;\">myhr.bannerhealth.com</a>\";s:8:\"___id___\";i:157;}i:1;a:7:{s:5:\"blank\";s:25:\"<b>Traffic ticket defense\";s:7:\"benefit\";s:6:\"$3,519\";s:6:\"vendor\";s:18:\"$0 out of pocket  \";s:7:\"contact\";s:9:\"#colspan#\";s:21:\"value_dental_plan_ppo\";s:424:\"<a href=\"http://banneraetna.com\"><span style=\"color: #478C4D;\">banneraetna.com</a><br><br> <a href=\"http://banneraetna.com\"><span style=\"color: #478C4D;\">banneraetna.com</a><br><br> <a href=\"http://myaetnasupplemental.com\"><span style=\"color: #478C4D;\">myaetnasupplemental.com</a><br><br> <a href=\"http://resourcesforliving.com\"><span style=\"color: #478C4D;\">resourcesforliving.com</a><br> Username: Banner<br> Password: EAP\";s:23:\"premier_dental_plan_ppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:154;}i:2;a:5:{s:5:\"blank\";s:43:\"<b>Will, living will, power of attorney</b>\";s:7:\"benefit\";s:4:\"$782\";s:6:\"vendor\";s:13:\"$13 per month\";s:21:\"value_dental_plan_ppo\";s:112:\"<a href=\"http://start.myalex.com/ bannerhealth\"><span style=\"color: #478C4D;\">start.myalex.com/ bannerhealth</a>\";s:8:\"___id___\";i:158;}i:3;a:5:{s:5:\"blank\";s:17:\"<b>Total cost</b>\";s:7:\"benefit\";s:6:\"$1,564\";s:6:\"vendor\";s:16:\"$0 out of pocket\";s:21:\"value_dental_plan_ppo\";s:120:\"<a href=\"http://bannerhealth.savings.beneplace.com\"><span style=\"color: #478C4D;\">bannerhealth.savings.beneplace.com</a>\";s:8:\"___id___\";i:164;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16789, 7032, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16790, 7032, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16791, 7032, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16792, 7032, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \">Covered Services</th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_benefit \">Without Plan</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_vendor \">Average Annual Cost<br>with Plan</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"157\" class=\"ninja_table_row_0 nt_row_id_157\">\n            <td><b>Legal contract review</b></td><td>$1,173</td><td>$0 out of pocket </td>        </tr>\n            <tr data-row_id=\"154\" class=\"ninja_table_row_1 nt_row_id_154\">\n            <td><b>Traffic ticket defense</td><td>$3,519</td><td>$0 out of pocket  </td>        </tr>\n            <tr data-row_id=\"158\" class=\"ninja_table_row_2 nt_row_id_158\">\n            <td><b>Will, living will, power of attorney</b></td><td>$782</td><td>$13 per month</td>        </tr>\n            <tr data-row_id=\"164\" class=\"ninja_table_row_3 nt_row_id_164\">\n            <td><b>Total cost</b></td><td>$1,564</td><td>$0 out of pocket</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16793, 7032, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16794, 7032, '_last_edited_time', '2024-08-12 16:36:29');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16795, 7032, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16796, 7032, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16797, 7032, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17179, 6014, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17189, 7097, '_wp_attached_file', '2024/08/1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17190, 7097, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:593;s:6:\"height\";i:209;s:4:\"file\";s:13:\"2024/08/1.png\";s:8:\"filesize\";i:62582;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35883;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22687;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:13:\"1-400x209.png\";s:5:\"width\";i:400;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40268;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:13:\"1-400x209.png\";s:5:\"width\";i:400;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40268;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:13:\"1-510x209.png\";s:5:\"width\";i:510;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51875;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:13:\"1-400x209.png\";s:5:\"width\";i:400;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40268;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:13:\"1-480x169.png\";s:5:\"width\";i:480;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71108;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17191, 7100, '_wp_attached_file', '2024/08/1-alt.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17192, 7100, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:574;s:6:\"height\";i:191;s:4:\"file\";s:17:\"2024/08/1-alt.jpg\";s:8:\"filesize\";i:164167;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"1-alt-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20847;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"1-alt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19317;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"1-alt-400x191.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47071;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"1-alt-400x191.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47071;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"1-alt-510x191.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59458;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"1-alt-400x191.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47071;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"1-alt-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39674;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17326, 7155, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17327, 7155, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17328, 7155, '_et_pb_truncate_post_date', '2024-09-30 23:47:10');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17329, 7155, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17330, 7155, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17331, 7155, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17332, 7155, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17333, 7155, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17334, 7155, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17335, 7155, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17336, 7155, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17337, 7155, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17338, 7155, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17339, 7155, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17340, 7155, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17341, 7155, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17342, 7155, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_8 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_2 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_2 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_2\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Child Care / Elder Care</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_9 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Elder- and early-care resources<br />\nIf you’re caring for family members at home, life is often a balancing act. Bright Horizons and Aetna Resources for Living can both support your caregiving responsibilities. Click the links below to learn more.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_10 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_11\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Elder care<br />\nWhen the time comes to take care of your caretaker, take advantage of these resources to ensure your loved ones are comfortable in their later years. </div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_12\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Bright Horizons offers: </p>\n<p>	Decision support tools to help you plan ahead<br />\n	An online needs assessment<br />\n	Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities<br />\n	A search tool for finding and evaluating care providers<br />\n	Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_17  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Aetna Resources for Living (​username: Banner; password: EAP) offers: </p>\n<p>	Aging adult care provider search<br />\n	Health, financial and legal information for older adults<br />\n	Tailored education and support for caregivers<br />\n	Retirement resources</p>\n<p>&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_11 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_13\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Child care<br />\nWith the cost of child care, the scheduling demands of a thriving career and the learning curve for first-time parents, it can be hard to balance work and family. </div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_14\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_19  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Bright Horizons offers: </p>\n<p>	Free premium membership to Sittercity to help find child care options<br />\n	Discounts at participating child care centers<br />\n	Parental leave toolkits<br />\n	Educational materials on raising children, pregnancy, childbirth and adoption</p>\n<p>&nbsp;</p>\n<p>&nbsp;</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_20  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Aetna Resources for Living (​username: Banner; password: EAP) offers educational resources on: </p>\n<p>	Child care<br />\n	Adoption <br />\n	Pregnancy and childbirth <br />\n	Raising children <br />\n	Balancing work and family </p>\n<p>&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_15\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"http://bannerhealth.savings.beneplace.com/\" target=\"_blank\">Check out Beneplace for even more child care discounts.</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_12 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_16\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_26  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_13 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_17\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_27  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_21  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_28  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_22  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_29  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_23  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17343, 7155, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7155\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17344, 7155, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17345, 7155, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17346, 7155, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17347, 7155, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17348, 7155, '_edit_lock', '1724267149:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17349, 7155, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17350, 7155, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17357, 7163, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17358, 7163, '_menu_item_menu_item_parent', 5790);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17359, 7163, '_menu_item_object_id', 7155);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17360, 7163, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17361, 7163, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17362, 7163, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17363, 7163, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17364, 7163, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17366, 5788, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17368, 6958, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17369, 6366, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17370, 6368, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17371, 6369, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17372, 5630, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17373, 6373, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17374, 5908, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17375, 6371, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17376, 6375, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17377, 6370, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17378, 6372, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17379, 6378, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17380, 6376, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17381, 6380, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17382, 6379, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17383, 6377, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17384, 6120, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17385, 6775, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17386, 5790, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17387, 6383, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17388, 6381, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17389, 6382, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17390, 6384, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17391, 6385, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17392, 6387, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17393, 6386, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17394, 6389, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17395, 6391, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17396, 6390, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17397, 6392, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17398, 6393, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17399, 5789, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17400, 6395, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17401, 6394, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17402, 6396, '_wp_old_date', '2024-08-12');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17403, 5810, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17404, 6729, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17405, 7008, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17406, 6398, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17407, 6397, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17408, 6399, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17409, 6728, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17410, 6949, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17411, 6776, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17412, 6777, '_wp_old_date', '2024-08-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17413, 7165, '_wp_attached_file', '2024/08/child-care-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17414, 7165, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:29:\"2024/08/child-care-scaled.jpg\";s:8:\"filesize\";i:308389;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"child-care-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24360;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"child-care-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78045;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"child-care-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20261;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"child-care-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54504;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"child-care-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139519;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"child-care-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215313;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"child-care-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35844;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"child-care-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121001;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"child-care-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36286;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"child-care-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47030;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"child-care-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84402;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"child-care-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36682;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:14:\"child-care.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17654, 6132, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17667, 7228, '_wp_attached_file', '2024/08/2025_Banner_8.5x11_OE_OE_Checklist_V2.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17668, 7228, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"2025_Banner_8.5x11_OE_OE_Checklist_V2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215809;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"2025_Banner_8.5x11_OE_OE_Checklist_V2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27197;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"2025_Banner_8.5x11_OE_OE_Checklist_V2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"2025_Banner_8.5x11_OE_OE_Checklist_V2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17928;}}s:8:\"filesize\";i:276342;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17669, 5788, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17671, 6958, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17672, 6366, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17673, 6368, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17674, 6369, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17675, 5630, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17676, 6373, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17677, 5908, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17678, 6371, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17679, 6375, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17680, 6370, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17681, 6372, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17682, 6378, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17683, 6376, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17684, 6380, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17685, 6379, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17686, 6377, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17687, 6120, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17688, 6775, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17689, 5790, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17690, 6383, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17691, 6381, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17692, 6382, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17693, 6384, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17694, 7163, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17695, 6385, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17696, 6387, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17697, 6386, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17698, 6389, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17699, 6391, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17700, 6390, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17701, 6392, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17702, 6393, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17703, 5789, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17704, 6395, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17705, 6394, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17706, 6396, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17707, 5810, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17708, 6729, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17709, 7008, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17710, 6398, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17711, 6397, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17712, 6399, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17713, 6728, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17714, 6949, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17715, 6776, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17716, 6777, '_wp_old_date', '2024-08-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17726, 7236, '_wp_attached_file', '2024/08/banner-header-mobile.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17727, 7236, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1117;s:6:\"height\";i:1717;s:4:\"file\";s:32:\"2024/08/banner-header-mobile.jpg\";s:8:\"filesize\";i:1108811;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"banner-header-mobile-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27055;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"banner-header-mobile-666x1024.jpg\";s:5:\"width\";i:666;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133663;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"banner-header-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20131;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"banner-header-mobile-768x1181.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1181;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169168;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"banner-header-mobile-999x1536.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257155;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"banner-header-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29039;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"banner-header-mobile-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97680;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"banner-header-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31494;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"banner-header-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42411;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"banner-header-mobile-1080x1660.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:290758;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"banner-header-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51769;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"banner-header-mobile-980x1506.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250673;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"banner-header-mobile-480x738.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78559;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:89:\"Shot of a father and his two little sons enjoying some quality time together at the beach\";s:17:\"created_timestamp\";s:10:\"1718710075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17738, 7239, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17742, 5788, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17744, 6958, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17745, 6366, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17746, 6368, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17747, 6369, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17748, 5630, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17749, 6373, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17750, 5908, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17751, 6371, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17752, 6375, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17753, 6370, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17754, 6372, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17755, 6378, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17756, 6376, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17757, 6380, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17758, 6379, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17759, 6377, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17760, 6120, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17761, 6775, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17762, 5790, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17763, 6383, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17764, 6381, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17765, 6382, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17766, 6384, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17767, 7163, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17768, 6385, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17769, 6387, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17770, 6386, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17771, 6389, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17772, 6391, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17773, 6390, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17774, 6392, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17775, 6393, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17776, 5789, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17777, 6395, '_wp_old_date', '2024-08-28');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17778, 6394, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17779, 6396, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17780, 5810, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17781, 6729, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17782, 7008, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17783, 6398, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17784, 6397, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17785, 6399, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17786, 6728, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17787, 6949, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17788, 6776, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17789, 6777, '_wp_old_date', '2024-08-28');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17854, 7297, '_wp_attached_file', '2024/09/awards-2b.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17855, 7297, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2872;s:6:\"height\";i:439;s:4:\"file\";s:21:\"2024/09/awards-2b.png\";s:8:\"filesize\";i:1272451;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"awards-2b-300x46.png\";s:5:\"width\";i:300;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17859;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"awards-2b-1024x157.png\";s:5:\"width\";i:1024;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110246;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"awards-2b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6777;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"awards-2b-768x117.png\";s:5:\"width\";i:768;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73324;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"awards-2b-1536x235.png\";s:5:\"width\";i:1536;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198542;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"awards-2b-2048x313.png\";s:5:\"width\";i:2048;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:306558;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"awards-2b-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23295;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"awards-2b-1080x439.png\";s:5:\"width\";i:1080;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123999;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"awards-2b-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20803;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"awards-2b-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27666;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"awards-2b-1080x165.png\";s:5:\"width\";i:1080;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116786;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"awards-2b-400x439.png\";s:5:\"width\";i:400;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17856;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"awards-2b-1280x196.png\";s:5:\"width\";i:1280;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150391;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"awards-2b-980x150.png\";s:5:\"width\";i:980;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103068;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"awards-2b-480x73.png\";s:5:\"width\";i:480;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36730;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17856, 7300, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17881, 7312, '_wpfd_file_metadata', 'a:12:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:212182;s:4:\"hits\";i:18824;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728f929413d3.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17882, 7311, '_wpfd_file_metadata', 'a:12:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:118315;s:4:\"hits\";i:759;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"672a6ae53b72d.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17883, 7313, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:173401;s:4:\"hits\";i:241;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66da07e6bffa0.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17884, 2012, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:26124;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"669a814b9f021.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2024-09-05 19:36:05\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17885, 2012, '_wp_old_slug', '2022-summary-annual-report');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17886, 7315, '_wp_attached_file', '2024/09/Banner_Health_US_English_2024_Certification_Badge.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17887, 7315, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2480;s:6:\"height\";i:3508;s:4:\"file\";s:61:\"2024/09/Banner_Health_US_English_2024_Certification_Badge.png\";s:8:\"filesize\";i:179421;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"Banner_Health_US_English_2024_Certification_Badge-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20815;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"Banner_Health_US_English_2024_Certification_Badge-724x1024.png\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77104;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"Banner_Health_US_English_2024_Certification_Badge-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10700;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"Banner_Health_US_English_2024_Certification_Badge-768x1086.png\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82132;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"Banner_Health_US_English_2024_Certification_Badge-1086x1536.png\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121876;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:63:\"Banner_Health_US_English_2024_Certification_Badge-1448x2048.png\";s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166801;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:61:\"Banner_Health_US_English_2024_Certification_Badge-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17226;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:62:\"Banner_Health_US_English_2024_Certification_Badge-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52742;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:61:\"Banner_Health_US_English_2024_Certification_Badge-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19478;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:61:\"Banner_Health_US_English_2024_Certification_Badge-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26120;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:63:\"Banner_Health_US_English_2024_Certification_Badge-1080x1528.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1528;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121322;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:61:\"Banner_Health_US_English_2024_Certification_Badge-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39982;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:63:\"Banner_Health_US_English_2024_Certification_Badge-2480x1800.png\";s:5:\"width\";i:2480;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87937;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17903, 5788, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17905, 6958, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17906, 6366, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17907, 6368, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17908, 6369, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17909, 5630, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17910, 6373, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17911, 5908, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17912, 6371, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17913, 6375, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17914, 6370, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17915, 6372, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17916, 6378, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17917, 6376, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17918, 6380, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17919, 6379, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17920, 6377, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17921, 6120, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17922, 6775, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17923, 5790, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17924, 6383, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17925, 6381, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17926, 6382, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17927, 6384, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17928, 7163, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17929, 6385, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17930, 6387, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17931, 6386, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17932, 6389, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17933, 6391, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17934, 6390, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17935, 6392, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17936, 6393, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17937, 5789, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17938, 6395, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17939, 6394, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17940, 6396, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17941, 5810, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17942, 6729, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17943, 7008, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17944, 6398, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17945, 6397, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17946, 6399, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17947, 6728, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17948, 6949, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17949, 6776, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17950, 6777, '_wp_old_date', '2024-09-04');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18861, 7363, '_wp_attached_file', '2024/09/GettyImages-961072406-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18862, 7363, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:40:\"2024/09/GettyImages-961072406-scaled.jpg\";s:8:\"filesize\";i:316020;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"GettyImages-961072406-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21396;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"GettyImages-961072406-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"GettyImages-961072406-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15004;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"GettyImages-961072406-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58312;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"GettyImages-961072406-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146581;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:28:\"Getty Images/Cavan Images RF\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:28:\"USA, New York, New York City\";s:17:\"created_timestamp\";s:10:\"1460706806\";s:9:\"copyright\";s:15:\"©Jules Slutsky\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:10:\"0.00015625\";s:5:\"title\";s:62:\"Smiling man spinning basketball on finger against city skyline\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:13:{i:0;s:10:\"basketball\";i:1;s:8:\"landmark\";i:2;s:9:\"lifestyle\";i:3;s:4:\"male\";i:4;s:3:\"man\";i:5;s:10:\"millennial\";i:6;s:8:\"new york\";i:7;s:16:\"office buildings\";i:8;s:7:\"skyline\";i:9;s:11:\"skyscrapers\";i:10;s:4:\"tall\";i:11;s:6:\"towers\";i:12;s:9:\"young man\";}}s:14:\"original_image\";s:25:\"GettyImages-961072406.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18872, 5788, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18874, 6958, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18875, 6366, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18876, 6368, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18877, 6369, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18878, 5630, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18879, 6373, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18880, 5908, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18881, 6371, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18882, 6375, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18883, 6370, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18884, 6372, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18885, 6378, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18886, 6376, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18887, 6380, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18888, 6379, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18889, 6377, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18890, 6120, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18891, 6775, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18892, 5790, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18893, 6383, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18894, 6381, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18895, 6382, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18896, 6384, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18897, 7163, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18898, 6385, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18899, 6387, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18900, 6386, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18901, 6389, '_wp_old_date', '2024-09-05');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18902, 6391, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18903, 6390, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18904, 6392, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18905, 6393, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18906, 5789, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18907, 6395, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18908, 6394, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18909, 6396, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18910, 5810, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18911, 6729, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18912, 7008, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18913, 6398, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18914, 6397, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18915, 6399, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18916, 6728, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18917, 6949, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18918, 6776, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18919, 6777, '_wp_old_date', '2024-09-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18920, 7369, '_menu_item_type', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18921, 7369, '_menu_item_menu_item_parent', 5630);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18922, 7369, '_menu_item_object_id', 7369);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18923, 7369, '_menu_item_object', 'custom');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18924, 7369, '_menu_item_target', '_blank');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18925, 7369, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18926, 7369, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18927, 7369, '_menu_item_url', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/11/2025-COBRA-Rates.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18932, 7375, '_wp_attached_file', '2024/09/Screenshot-2024-09-12-at-7.09.45 AM.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18933, 7375, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1012;s:6:\"height\";i:692;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-12-at-7.09.45 AM.png\";s:8:\"filesize\";i:61411;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-12-at-7.09.45 AM-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-12-at-7.09.45 AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9460;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-12-at-7.09.45 AM-768x525.png\";s:5:\"width\";i:768;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65731;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-12-at-7.09.45 AM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19923;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-12-at-7.09.45 AM-1012x675.png\";s:5:\"width\";i:1012;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40248;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-12-at-7.09.45 AM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26881;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-12-at-7.09.45 AM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41067;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-12-at-7.09.45 AM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37910;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-12-at-7.09.45 AM-980x670.png\";s:5:\"width\";i:980;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84031;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-12-at-7.09.45 AM-480x328.png\";s:5:\"width\";i:480;s:6:\"height\";i:328;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34102;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18934, 7376, '_wp_attached_file', '2024/09/1.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18935, 7376, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1012;s:6:\"height\";i:646;s:4:\"file\";s:13:\"2024/09/1.jpg\";s:8:\"filesize\";i:529403;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28425;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21447;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x490.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89626;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:13:\"1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37743;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:13:\"1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40899;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:13:\"1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57841;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:13:\"1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68384;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:13:\"1-980x626.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129212;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:13:\"1-480x306.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47029;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18960, 7398, '_wp_attached_file', '2024/09/vol-bottom.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18961, 7398, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:998;s:6:\"height\";i:520;s:4:\"file\";s:22:\"2024/09/vol-bottom.jpg\";s:8:\"filesize\";i:985631;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"vol-bottom-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37695;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"vol-bottom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26284;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"vol-bottom-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160573;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"vol-bottom-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62083;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"vol-bottom-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69270;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"vol-bottom-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109471;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"vol-bottom-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117257;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"vol-bottom-980x511.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252081;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"vol-bottom-480x250.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71617;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18962, 7401, '_wp_attached_file', '2024/09/new-callout-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18963, 7401, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:847;s:4:\"file\";s:30:\"2024/09/new-callout-scaled.jpg\";s:8:\"filesize\";i:346125;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"new-callout-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14794;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"new-callout-1024x339.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"new-callout-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12523;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"new-callout-768x254.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62821;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"new-callout-1536x508.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170815;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"new-callout-2048x678.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257517;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"new-callout-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34875;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"new-callout-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124229;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"new-callout-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34986;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"new-callout-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50102;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"new-callout-1080x357.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108913;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"new-callout-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54963;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"new-callout.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18964, 7404, '_wp_attached_file', '2024/09/new-callout-1-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18965, 7404, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:847;s:4:\"file\";s:32:\"2024/09/new-callout-1-scaled.jpg\";s:8:\"filesize\";i:346892;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"new-callout-1-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14876;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"new-callout-1-1024x339.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100693;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"new-callout-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12523;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"new-callout-1-768x254.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62917;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"new-callout-1-1536x508.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171031;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"new-callout-1-2048x678.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257760;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"new-callout-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34975;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"new-callout-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124635;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"new-callout-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35069;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"new-callout-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50102;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"new-callout-1-1080x357.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109013;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"new-callout-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54963;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:17:\"new-callout-1.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18987, 7415, '_wp_attached_file', '2024/09/HE-1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18988, 7415, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1462;s:6:\"height\";i:398;s:4:\"file\";s:16:\"2024/09/HE-1.png\";s:8:\"filesize\";i:15506;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"HE-1-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3832;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"HE-1-1024x279.png\";s:5:\"width\";i:1024;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12635;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"HE-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2060;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"HE-1-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9560;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"HE-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5079;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"HE-1-1080x398.png\";s:5:\"width\";i:1080;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9315;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"HE-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4515;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"HE-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5481;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"HE-1-1080x294.png\";s:5:\"width\";i:1080;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13254;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"HE-1-400x398.png\";s:5:\"width\";i:400;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3317;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:17:\"HE-1-1280x348.png\";s:5:\"width\";i:1280;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15730;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"HE-1-980x267.png\";s:5:\"width\";i:980;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12035;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"HE-1-480x131.png\";s:5:\"width\";i:480;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18995, 7422, '_wp_attached_file', '2024/09/ltc-new.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18996, 7422, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:998;s:6:\"height\";i:520;s:4:\"file\";s:19:\"2024/09/ltc-new.jpg\";s:8:\"filesize\";i:662508;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"ltc-new-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32523;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"ltc-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"ltc-new-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120856;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"ltc-new-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51391;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"ltc-new-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56429;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"ltc-new-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85406;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"ltc-new-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85391;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"ltc-new-980x511.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184187;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"ltc-new-480x250.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57602;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19017, 7432, '_wp_attached_file', '2024/09/QLE.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19018, 7432, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:429870;s:8:\"filesize\";i:3972540;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:63;s:16:\"length_formatted\";s:4:\"1:03\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64103;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.045424461451247164;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19019, 7433, '_wp_attached_file', '2024/09/401k.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19020, 7433, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:391041;s:8:\"filesize\";i:10413317;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:180;s:16:\"length_formatted\";s:4:\"3:00\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64033;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04537485827664399;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19021, 7434, '_wp_attached_file', '2024/09/Disability.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19022, 7434, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:374443;s:8:\"filesize\";i:7034041;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:126;s:16:\"length_formatted\";s:4:\"2:06\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64050;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04538690476190476;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19023, 7435, '_wp_attached_file', '2024/09/Dental.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19024, 7435, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:322739;s:8:\"filesize\";i:4943090;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:100;s:16:\"length_formatted\";s:4:\"1:40\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64045;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04538336167800454;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19025, 7436, '_wp_attached_file', '2024/09/Vision.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19026, 7436, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:337224;s:8:\"filesize\";i:5677768;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:111;s:16:\"length_formatted\";s:4:\"1:51\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64051;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.045387613378684806;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19027, 7437, '_wp_attached_file', '2024/09/Life-ADD.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19028, 7437, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:469288;s:8:\"filesize\";i:6163183;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:91;s:16:\"length_formatted\";s:4:\"1:31\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64032;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.045374149659863944;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19029, 7438, '_wp_attached_file', '2024/09/Accident.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19030, 7438, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:393495;s:8:\"filesize\";i:6364940;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:109;s:16:\"length_formatted\";s:4:\"1:49\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64054;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04538973922902494;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19031, 7439, '_wp_attached_file', '2024/09/Critical.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19032, 7439, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:339640;s:8:\"filesize\";i:4362543;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:85;s:16:\"length_formatted\";s:4:\"1:25\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64065;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04539753401360544;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19033, 7440, '_wp_attached_file', '2024/09/EAP.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19034, 7440, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:256492;s:8:\"filesize\";i:2746101;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:67;s:16:\"length_formatted\";s:4:\"1:07\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64099;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04542162698412698;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19035, 7441, '_wp_attached_file', '2024/09/Telehealth.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19036, 7441, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:305275;s:8:\"filesize\";i:4485108;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:95;s:16:\"length_formatted\";s:4:\"1:35\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64057;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04539186507936508;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19037, 7442, '_wp_attached_file', '2024/09/Preventive-Care.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19038, 7442, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:331136;s:8:\"filesize\";i:3606291;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:71;s:16:\"length_formatted\";s:4:\"1:11\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64092;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04541666666666667;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19039, 7443, '_wp_attached_file', '2024/09/Primary-vs-Urgent.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19040, 7443, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:281159;s:8:\"filesize\";i:4158521;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:94;s:16:\"length_formatted\";s:4:\"1:34\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64075;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.0454046201814059;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19041, 7444, '_wp_attached_file', '2024/09/embedded-vs-aggregate.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19042, 7444, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:243947;s:8:\"filesize\";i:5930859;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:150;s:16:\"length_formatted\";s:4:\"2:30\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64018;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04536422902494331;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19046, 2086, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:379902;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6627ea0d163ea.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2024-09-13 16:37:54\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19052, 7447, '_wp_attached_file', '2024/09/Key-Terms.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19053, 7447, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:318292;s:8:\"filesize\";i:9080785;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:186;s:16:\"length_formatted\";s:4:\"3:06\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64029;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04537202380952381;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19054, 7448, '_wp_attached_file', '2024/09/Optimize-Your-HSA.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19055, 7448, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:318045;s:8:\"filesize\";i:11722661;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:240;s:16:\"length_formatted\";s:4:\"4:00\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64024;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.045368480725623585;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19062, 7452, '_wp_attached_file', '2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19063, 7452, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:77:\"2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:282387;}s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22403;}s:5:\"large\";a:5:{s:4:\"file\";s:86:\"2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156339;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9640;}}s:8:\"filesize\";i:1259546;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19064, 7454, '_wp_attached_file', '2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19065, 7454, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:73:\"2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298862;}s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22845;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9803;}}s:8:\"filesize\";i:828846;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19066, 7455, '_wp_attached_file', '2024/09/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19067, 7455, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:68:\"2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:321099;}s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32210;}s:5:\"large\";a:5:{s:4:\"file\";s:77:\"2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180142;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19113;}}s:8:\"filesize\";i:501268;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19074, 7458, '_wp_attached_file', '2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19075, 7458, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:80:\"2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:343100;}s:6:\"medium\";a:5:{s:4:\"file\";s:88:\"2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55205;}s:5:\"large\";a:5:{s:4:\"file\";s:89:\"2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203733;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:88:\"2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41736;}}s:8:\"filesize\";i:761760;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19098, 7463, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:262830;s:4:\"hits\";i:918;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d440225e4.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19099, 7460, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:191570;s:4:\"hits\";i:351;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d43fe58be.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19100, 7461, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:256931;s:4:\"hits\";i:772;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d440141f8.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19101, 7462, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:262871;s:4:\"hits\";i:262;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d44021f42.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19102, 7464, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:262546;s:4:\"hits\";i:718;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d44037bc0.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19103, 1950, '_wp_old_slug', '2023-banner-employee-plan-bfp-0-list');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19104, 1950, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:212046;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"644ff32e1c517.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2024-09-17 19:11:50\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19105, 7465, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:877133;s:4:\"hits\";i:1179;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d4915116f.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19106, 7467, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1165438;s:4:\"hits\";i:1050;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d492399da.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19107, 7466, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1153528;s:4:\"hits\";i:1098;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d49235d4a.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19108, 7469, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1344244;s:4:\"hits\";i:62;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d49276497.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19109, 7468, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1841342;s:4:\"hits\";i:48;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d49273a39.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19110, 7470, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1223727;s:4:\"hits\";i:94;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d497e3217.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19111, 7471, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1354055;s:4:\"hits\";i:5068;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d4aaaa15a.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19112, 7472, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1036199;s:4:\"hits\";i:359;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d4aaf0bc6.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19113, 7473, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1508888;s:4:\"hits\";i:5898;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d4abcfc09.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19114, 2067, '_wp_old_slug', 'benefit-navigators');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19115, 7474, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:541938;s:4:\"hits\";i:1155;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d4d6aac01.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19116, 7475, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1330312;s:4:\"hits\";i:12636;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d4d7d62c0.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19127, 7485, '_ninja_table_columns', 'a:4:{i:0;a:17:{s:4:\"name\";s:7:\"Service\";s:3:\"key\";s:5:\"blank\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"text_color\";s:16:\"rgba(0, 0, 0, 1)\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:1;a:13:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:12:\"Health Issue\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:4:\"left\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:10:\"unsortable\";s:3:\"yes\";s:5:\"width\";s:2:\"25\";}i:2;a:13:{s:3:\"key\";s:6:\"vendor\";s:4:\"name\";s:4:\"Cost\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:4:\"left\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"unsortable\";s:3:\"yes\";}i:3;a:13:{s:4:\"name\";s:15:\"How to Get Care\";s:3:\"key\";s:21:\"value_dental_plan_ppo\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:4:\"left\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19128, 7485, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_search_color_primary\";s:0:\"\";s:26:\"table_header_color_primary\";s:21:\"rgba(53, 116, 174, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:21:\"table_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_color_primary_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_color_secondary_hover\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(249, 249, 249, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(232, 232, 232, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19129, 7485, '_ninja_table_cache_object', 'a:5:{i:0;a:5:{s:5:\"blank\";s:30:\"<b>Nurse Call Line  (24/7/365)\";s:7:\"benefit\";s:50:\"• Answer health questions<br>• Get care advice\";s:6:\"vendor\";s:4:\"Free\";s:21:\"value_dental_plan_ppo\";s:73:\"Call the 888-747-7990 number found on back of your medical insurance card\";s:8:\"___id___\";i:177;}i:1;a:5:{s:5:\"blank\";s:20:\"<b>98point6 Telecare\";s:7:\"benefit\";s:219:\"• Answer health questions<br> • Diagnose/treat any primary care type visit<br> • Outline care options<br> • Order prescriptions or labs<br> • Refer you to specialists and resources in the Banner|Aetna network\";s:6:\"vendor\";s:5:\"Free \";s:21:\"value_dental_plan_ppo\";s:56:\"Download 98point6 app, create an account and begin using\";s:8:\"___id___\";i:187;}i:2;a:5:{s:5:\"blank\";s:22:\"<b>Banner Urgent Care \";s:7:\"benefit\";s:115:\"• Fevers<br> • Flu and cold<br> • Simple fractures and sprains<br> • Work injuries<br> • Sports physicals\";s:6:\"vendor\";s:414:\"<b>Choice Plus:</b> $30 copay for Banner entities; $100 copay for non-Banner entities. Deductible doesn’t apply.  <br> <b>Value/Premier:</b> $75 at time of service, then balance will be billed.  <br> After deductible for Banner Insurance: <br> ·      Premier: 15% coinsurance Max Saving tier, 25% standard savings tier <br> ·      Value: 20% coinsurance Max Saving tier, 30% standard savings tier\";s:21:\"value_dental_plan_ppo\";s:109:\"<a href=\"https://www.bannerhealth.com/services/urgent-care\"><span style=\"color: #478C4D;\">Learn more here</a>\";s:8:\"___id___\";i:185;}i:3;a:7:{s:7:\"benefit\";s:145:\"• Any severe or life-threatening conditions<br> • Chest pain<br> • Coughing blood<br> • Loss of consciousness<br> • Shortness of breath\";s:6:\"vendor\";s:349:\"<b>Choice Plus:</b> $150 copay for Banner entities; $400 copay for non-Banner entities. Deductible doesn’t apply.<br><b>Premier:</b >15% coinsurance Max Saving tier, 25% standard savings tier. After deductible for Banner Insurance.<br><b>Value:</b> 20% coinsurance Max Saving tier, 30% standard savings tier. After deductible for Banner Insurance.\";s:7:\"contact\";s:9:\"#colspan#\";s:5:\"blank\";s:9:\"<b>ED</b>\";s:23:\"premier_dental_plan_ppo\";s:44:\"You pay 50%, $1,500 lifetime benefit maximum\";s:21:\"value_dental_plan_ppo\";s:49:\"Visit closest ED for life-threatening conditions.\";s:8:\"___id___\";i:172;}i:4;a:7:{s:7:\"benefit\";s:9:\"#colspan#\";s:6:\"vendor\";s:9:\"#colspan#\";s:7:\"contact\";s:17:\"$1,000 per member\";s:5:\"blank\";s:101:\"<h6>NOTE: If you use the ED and it’s determined not an emergency, the expense might not be covered.\";s:21:\"value_dental_plan_ppo\";s:9:\"#colspan#\";s:23:\"premier_dental_plan_ppo\";s:43:\"$2,000 per member (orthodontia is separate)\";s:8:\"___id___\";i:173;}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19130, 7485, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19131, 7485, '_external_cached_data', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19132, 7485, '_last_external_cached_time', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19133, 7485, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \">Service</th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_benefit \">Health Issue</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_vendor \">Cost</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_value_dental_plan_ppo \">How to Get Care</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"177\" class=\"ninja_table_row_0 nt_row_id_177\">\n            <td><b>Nurse Call Line  (24/7/365)</td><td>• Answer health questions<br>• Get care advice</td><td>Free</td><td>Call the 888-747-7990 number found on back of your medical insurance card</td>        </tr>\n            <tr data-row_id=\"187\" class=\"ninja_table_row_1 nt_row_id_187\">\n            <td><b>98point6 Telecare</td><td>• Answer health questions<br> • Diagnose/treat any primary care type visit<br> • Outline care options<br> • Order prescriptions or labs<br> • Refer you to specialists and resources in the Banner|Aetna network</td><td>Free </td><td>Download 98point6 app, create an account and begin using</td>        </tr>\n            <tr data-row_id=\"185\" class=\"ninja_table_row_2 nt_row_id_185\">\n            <td><b>Banner Urgent Care </td><td>• Fevers<br> • Flu and cold<br> • Simple fractures and sprains<br> • Work injuries<br> • Sports physicals</td><td><b>Choice Plus:</b> $30 copay for Banner entities; $100 copay for non-Banner entities. Deductible doesn’t apply.  <br> <b>Value/Premier:</b> $75 at time of service, then balance will be billed.  <br> After deductible for Banner Insurance: <br> ·      Premier: 15% coinsurance Max Saving tier, 25% standard savings tier <br> ·      Value: 20% coinsurance Max Saving tier, 30% standard savings tier</td><td><a href=\"https://www.bannerhealth.com/services/urgent-care\"><span style=\"color: #478C4D;\">Learn more here</a></td>        </tr>\n            <tr data-row_id=\"172\" class=\"ninja_table_row_3 nt_row_id_172\">\n            <td><b>ED</b></td><td>• Any severe or life-threatening conditions<br> • Chest pain<br> • Coughing blood<br> • Loss of consciousness<br> • Shortness of breath</td><td><b>Choice Plus:</b> $150 copay for Banner entities; $400 copay for non-Banner entities. Deductible doesn’t apply.<br><b>Premier:</b >15% coinsurance Max Saving tier, 25% standard savings tier. After deductible for Banner Insurance.<br><b>Value:</b> 20% coinsurance Max Saving tier, 30% standard savings tier. After deductible for Banner Insurance.</td><td>Visit closest ED for life-threatening conditions.</td>        </tr>\n            <tr data-row_id=\"173\" class=\"ninja_table_row_4 nt_row_id_173\">\n            <td colspan=\"4\"><h6>NOTE: If you use the ED and it’s determined not an emergency, the expense might not be covered.</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19134, 7485, '_last_edited_by', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19135, 7485, '_last_edited_time', '2024-09-23 18:54:12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19136, 7485, '_ninja_table_caption', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19137, 7485, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19138, 7485, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19197, 7495, '_wp_attached_file', '2024/09/new-dental-iphone.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19198, 7495, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:744;s:6:\"height\";i:1551;s:4:\"file\";s:29:\"2024/09/new-dental-iphone.png\";s:8:\"filesize\";i:813616;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"new-dental-iphone-144x300.png\";s:5:\"width\";i:144;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21797;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"new-dental-iphone-491x1024.png\";s:5:\"width\";i:491;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:257703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"new-dental-iphone-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7369;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"new-dental-iphone-737x1536.png\";s:5:\"width\";i:737;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:611759;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"new-dental-iphone-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44996;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"new-dental-iphone-744x675.png\";s:5:\"width\";i:744;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:322218;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"new-dental-iphone-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50970;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"new-dental-iphone-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96842;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"new-dental-iphone-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94210;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"new-dental-iphone-480x1001.png\";s:5:\"width\";i:480;s:6:\"height\";i:1001;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243722;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19201, 7501, '_wp_attached_file', '2024/09/vacation-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19202, 7501, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2232;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2024/09/vacation-scaled.jpg\";s:8:\"filesize\";i:655339;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"vacation-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32472;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"vacation-893x1024.jpg\";s:5:\"width\";i:893;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128134;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"vacation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"vacation-768x881.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104493;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"vacation-1339x1536.jpg\";s:5:\"width\";i:1339;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238284;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:11:\"Canon EOS R\";s:7:\"caption\";s:66:\"Young happy family enjoying while swimming in the sea. Copy space.\";s:17:\"created_timestamp\";s:10:\"1554940800\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:66:\"Happy parents and their kids having fun while swimming in the sea.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"vacation.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19203, 7502, '_wp_attached_file', '2024/09/vacation-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19204, 7502, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2524;s:6:\"height\";i:2093;s:4:\"file\";s:22:\"2024/09/vacation-2.jpg\";s:8:\"filesize\";i:3995675;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"vacation-2-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33694;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"vacation-2-1024x849.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137092;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"vacation-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23836;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"vacation-2-768x637.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92089;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"vacation-2-1536x1274.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260940;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"vacation-2-2048x1698.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1698;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:476963;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"vacation-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38997;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:11:\"Canon EOS R\";s:7:\"caption\";s:66:\"Young happy family enjoying while swimming in the sea. Copy space.\";s:17:\"created_timestamp\";s:10:\"1554940800\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:66:\"Happy parents and their kids having fun while swimming in the sea.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19230, 7504, '_wp_attached_file', '2024/09/Banner-OE-25.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19231, 7504, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:497118;s:8:\"filesize\";i:10341266;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:145;s:16:\"length_formatted\";s:4:\"2:25\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64041;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.045380527210884355;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19330, 7507, '_wp_attached_file', '2024/09/news-awards.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19331, 7507, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2541;s:6:\"height\";i:439;s:4:\"file\";s:23:\"2024/09/news-awards.png\";s:8:\"filesize\";i:1176959;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"news-awards-300x52.png\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19186;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"news-awards-1024x177.png\";s:5:\"width\";i:1024;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114430;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"news-awards-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9816;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"news-awards-768x133.png\";s:5:\"width\";i:768;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76925;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"news-awards-1536x265.png\";s:5:\"width\";i:1536;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212621;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"news-awards-2048x354.png\";s:5:\"width\";i:2048;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:332243;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"news-awards-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44152;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"news-awards-1080x439.png\";s:5:\"width\";i:1080;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135652;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"news-awards-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44945;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"news-awards-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63517;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"news-awards-1080x187.png\";s:5:\"width\";i:1080;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124314;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"news-awards-400x439.png\";s:5:\"width\";i:400;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33463;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"news-awards-1280x221.png\";s:5:\"width\";i:1280;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160349;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"news-awards-980x169.png\";s:5:\"width\";i:980;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107415;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"news-awards-480x83.png\";s:5:\"width\";i:480;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38659;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19480, 7539, '_wp_attached_file', '2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V3.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19481, 7539, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"2025_Banner_8.5x11_OE_OE_Checklist_V3-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210731;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"2025_Banner_8.5x11_OE_OE_Checklist_V3-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26910;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"2025_Banner_8.5x11_OE_OE_Checklist_V3-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"2025_Banner_8.5x11_OE_OE_Checklist_V3-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17868;}}s:8:\"filesize\";i:252766;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19482, 5788, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19484, 6958, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19485, 6366, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19486, 6368, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19487, 6369, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19488, 5630, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19489, 6373, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19490, 5908, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19491, 6371, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19492, 6375, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19493, 6370, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19494, 6372, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19495, 6378, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19496, 6376, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19497, 6380, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19498, 6379, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19499, 6377, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19500, 6120, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19501, 6775, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19502, 7369, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19503, 5790, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19504, 6383, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19505, 6381, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19506, 6382, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19507, 6384, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19508, 7163, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19509, 6385, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19510, 6387, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19511, 6386, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19512, 6389, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19513, 6391, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19514, 6390, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19515, 6392, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19516, 6393, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19517, 5789, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19518, 6395, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19519, 6394, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19520, 6396, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19521, 5810, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19522, 6729, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19523, 7008, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19524, 6398, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19525, 6397, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19526, 6399, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19527, 6728, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19528, 6949, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19529, 6776, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19530, 6777, '_wp_old_date', '2024-09-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19531, 7540, '_wp_attached_file', '2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19532, 7540, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"2025_Banner_8.5x11_OE_OE_Checklist_V4-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210731;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"2025_Banner_8.5x11_OE_OE_Checklist_V4-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26910;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"2025_Banner_8.5x11_OE_OE_Checklist_V4-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"2025_Banner_8.5x11_OE_OE_Checklist_V4-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17868;}}s:8:\"filesize\";i:252986;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19569, 7560, '_wp_attached_file', '2024/09/202420Resident202620Fellow20Benefits20Overview.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19570, 7560, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:54:\"202420Resident202620Fellow20Benefits20Overview-pdf.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118661;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"202420Resident202620Fellow20Benefits20Overview-pdf-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16182;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"202420Resident202620Fellow20Benefits20Overview-pdf-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"202420Resident202620Fellow20Benefits20Overview-pdf-113x150.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8220;}}s:8:\"filesize\";i:953190;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19595, 7579, '_wp_attached_file', '2024/09/new-1-2-3.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19596, 7579, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2550;s:6:\"height\";i:852;s:4:\"file\";s:21:\"2024/09/new-1-2-3.png\";s:8:\"filesize\";i:199269;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"new-1-2-3-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31106;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"new-1-2-3-1024x342.png\";s:5:\"width\";i:1024;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"new-1-2-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21596;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"new-1-2-3-768x257.png\";s:5:\"width\";i:768;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116540;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"new-1-2-3-1536x513.png\";s:5:\"width\";i:1536;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:288515;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"new-1-2-3-2048x684.png\";s:5:\"width\";i:2048;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:399882;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"new-1-2-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61492;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"new-1-2-3-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:207204;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"new-1-2-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51034;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"new-1-2-3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87473;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"new-1-2-3-1080x361.png\";s:5:\"width\";i:1080;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188319;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"new-1-2-3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92513;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"new-1-2-3-1280x428.png\";s:5:\"width\";i:1280;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:230996;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"new-1-2-3-980x327.png\";s:5:\"width\";i:980;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166002;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"new-1-2-3-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62291;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19655, 7614, '_wp_attached_file', '2024/09/Screenshot-2024-09-24-at-1.50.06 PM.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19656, 7614, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1702;s:6:\"height\";i:898;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-24-at-1.50.06 PM.png\";s:8:\"filesize\";i:435062;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-24-at-1.50.06 PM-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19714;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-24-at-1.50.06 PM-1024x540.png\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128509;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-24-at-1.50.06 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16686;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-24-at-1.50.06 PM-768x405.png\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81963;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-24-at-1.50.06 PM-1536x810.png\";s:5:\"width\";i:1536;s:6:\"height\";i:810;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:242658;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-24-at-1.50.06 PM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38833;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-24-at-1.50.06 PM-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:179815;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-24-at-1.50.06 PM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46661;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-24-at-1.50.06 PM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73273;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-24-at-1.50.06 PM-1080x570.png\";s:5:\"width\";i:1080;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139678;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-24-at-1.50.06 PM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95024;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-24-at-1.50.06 PM-1280x675.png\";s:5:\"width\";i:1280;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:182733;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-24-at-1.50.06 PM-980x517.png\";s:5:\"width\";i:980;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119766;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-24-at-1.50.06 PM-480x253.png\";s:5:\"width\";i:480;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39988;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19683, 7616, '_wp_attached_file', '2024/09/2025-Choice-Plus-Plan-Summary-of-Benefits-Coverage.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19684, 7616, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:58:\"2025-Choice-Plus-Plan-Summary-of-Benefits-Coverage-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1093;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:391863;}s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"2025-Choice-Plus-Plan-Summary-of-Benefits-Coverage-pdf-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26753;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"2025-Choice-Plus-Plan-Summary-of-Benefits-Coverage-pdf-1024x795.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"2025-Choice-Plus-Plan-Summary-of-Benefits-Coverage-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10794;}}s:8:\"filesize\";i:1050336;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19685, 7617, '_wp_attached_file', '2024/09/2025-Premier-Out-of-Area-Plan-Summary-of-Benefits-Coverage.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19686, 7617, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:66:\"2025-Premier-Out-of-Area-Plan-Summary-of-Benefits-Coverage-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1093;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375556;}s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"2025-Premier-Out-of-Area-Plan-Summary-of-Benefits-Coverage-pdf-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26428;}s:5:\"large\";a:5:{s:4:\"file\";s:75:\"2025-Premier-Out-of-Area-Plan-Summary-of-Benefits-Coverage-pdf-1024x795.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216450;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"2025-Premier-Out-of-Area-Plan-Summary-of-Benefits-Coverage-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10771;}}s:8:\"filesize\";i:1038205;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19687, 7618, '_wp_attached_file', '2024/09/2025-Premier-Plan-Summary-of-Benefits-Coverage.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19688, 7618, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:54:\"2025-Premier-Plan-Summary-of-Benefits-Coverage-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1093;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:368509;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"2025-Premier-Plan-Summary-of-Benefits-Coverage-pdf-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26079;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"2025-Premier-Plan-Summary-of-Benefits-Coverage-pdf-1024x795.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"2025-Premier-Plan-Summary-of-Benefits-Coverage-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10657;}}s:8:\"filesize\";i:1041004;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19689, 7619, '_wp_attached_file', '2024/09/2025-Value-Plan-Summary-of-Benefits-Coverage.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19690, 7619, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:52:\"2025-Value-Plan-Summary-of-Benefits-Coverage-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1093;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:400489;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"2025-Value-Plan-Summary-of-Benefits-Coverage-pdf-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27425;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"2025-Value-Plan-Summary-of-Benefits-Coverage-pdf-1024x795.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226530;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"2025-Value-Plan-Summary-of-Benefits-Coverage-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10879;}}s:8:\"filesize\";i:1040893;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19691, 7620, '_wp_attached_file', '2024/09/Hospital-Indemnity-Plan-Notice.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19692, 7620, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"Hospital-Indemnity-Plan-Notice-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108856;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Hospital-Indemnity-Plan-Notice-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10851;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Hospital-Indemnity-Plan-Notice-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61958;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Hospital-Indemnity-Plan-Notice-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5773;}}s:8:\"filesize\";i:144547;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19693, 7621, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1050336;s:4:\"hits\";i:10427;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fb126d8b58c.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19694, 7622, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1038205;s:4:\"hits\";i:1039;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fb1278df89a.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19695, 7623, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1041004;s:4:\"hits\";i:6969;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fb12820d46d.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19696, 7624, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1040893;s:4:\"hits\";i:5967;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fb128ad446f.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19697, 7625, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:144547;s:4:\"hits\";i:135;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fb129a156c2.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19707, 5788, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19709, 6958, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19710, 6366, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19711, 6368, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19712, 6369, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19713, 5630, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19714, 6373, '_wp_old_date', '2024-09-21');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19715, 5908, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19716, 6371, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19717, 6375, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19718, 6370, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19719, 6372, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19720, 6378, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19721, 6376, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19722, 6380, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19723, 6379, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19724, 6377, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19725, 6120, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19726, 6775, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19727, 7369, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19728, 5790, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19729, 6383, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19730, 6381, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19731, 6382, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19732, 6384, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19733, 7163, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19734, 6385, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19735, 6387, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19736, 6386, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19737, 6389, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19738, 6391, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19739, 6390, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19740, 6392, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19741, 6393, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19742, 5789, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19743, 6395, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19744, 6394, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19745, 6396, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19746, 5810, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19747, 6729, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19748, 7008, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19749, 6398, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19750, 6397, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19751, 6399, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19752, 6728, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19753, 6949, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19754, 6776, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19755, 6777, '_wp_old_date', '2024-09-21');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19856, 7684, '_wp_attached_file', '2024/09/401k.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19857, 7684, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1508;s:6:\"height\";i:844;s:4:\"file\";s:16:\"2024/09/401k.jpg\";s:8:\"filesize\";i:180885;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"401k-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15699;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"401k-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"401k-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"401k-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28980;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"401k-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19066;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"401k-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43070;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"401k-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20338;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"401k-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24839;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"401k-1080x604.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39934;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"401k-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21076;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:17:\"401k-1280x716.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47509;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"401k-980x548.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36165;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"401k-480x269.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19858, 7685, '_wp_attached_file', '2024/09/accident.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19859, 7685, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1502;s:6:\"height\";i:844;s:4:\"file\";s:20:\"2024/09/accident.png\";s:8:\"filesize\";i:224669;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"accident-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21039;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"accident-1024x575.png\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"accident-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"accident-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83503;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"accident-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36408;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"accident-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161633;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"accident-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42904;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"accident-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65415;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"accident-1080x607.png\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140626;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"accident-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81919;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"accident-1280x719.png\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:182257;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"accident-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120755;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"accident-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41425;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19860, 7686, '_wp_attached_file', '2024/09/critical.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19861, 7686, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1508;s:6:\"height\";i:846;s:4:\"file\";s:20:\"2024/09/critical.png\";s:8:\"filesize\";i:170546;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"critical-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15232;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"critical-1024x574.png\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"critical-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5881;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"critical-768x431.png\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65055;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"critical-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27520;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"critical-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129818;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"critical-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32660;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"critical-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48988;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"critical-1080x606.png\";s:5:\"width\";i:1080;s:6:\"height\";i:606;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111145;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"critical-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23524;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"critical-1280x718.png\";s:5:\"width\";i:1280;s:6:\"height\";i:718;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145780;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"critical-980x550.png\";s:5:\"width\";i:980;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95076;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"critical-480x269.png\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31358;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19862, 7687, '_wp_attached_file', '2024/09/Dental.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19863, 7687, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1506;s:6:\"height\";i:842;s:4:\"file\";s:18:\"2024/09/Dental.png\";s:8:\"filesize\";i:118236;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Dental-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10949;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Dental-1024x573.png\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68378;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Dental-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7848;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Dental-768x429.png\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44616;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"Dental-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18930;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"Dental-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87934;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"Dental-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22669;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"Dental-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35098;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"Dental-1080x604.png\";s:5:\"width\";i:1080;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75290;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"Dental-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37197;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"Dental-1280x716.png\";s:5:\"width\";i:1280;s:6:\"height\";i:716;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98568;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"Dental-980x548.png\";s:5:\"width\";i:980;s:6:\"height\";i:548;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65157;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"Dental-480x268.png\";s:5:\"width\";i:480;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21766;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19864, 7688, '_wp_attached_file', '2024/09/disability.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19865, 7688, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1504;s:6:\"height\";i:844;s:4:\"file\";s:22:\"2024/09/disability.png\";s:8:\"filesize\";i:298812;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"disability-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25387;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"disability-1024x575.png\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170008;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"disability-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19770;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"disability-768x431.png\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108501;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"disability-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45754;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"disability-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:213318;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"disability-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55293;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"disability-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86843;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"disability-1080x606.png\";s:5:\"width\";i:1080;s:6:\"height\";i:606;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:184345;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"disability-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100717;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"disability-1280x718.png\";s:5:\"width\";i:1280;s:6:\"height\";i:718;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:240760;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"disability-980x550.png\";s:5:\"width\";i:980;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158546;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"disability-480x269.png\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52187;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19866, 7689, '_wp_attached_file', '2024/09/eap.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19867, 7689, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1498;s:6:\"height\";i:842;s:4:\"file\";s:15:\"2024/09/eap.png\";s:8:\"filesize\";i:139366;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"eap-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13311;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"eap-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"eap-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"eap-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54014;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"eap-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22927;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"eap-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104785;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"eap-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26667;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"eap-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38935;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"eap-1080x607.png\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91707;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"eap-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34138;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"eap-1280x719.png\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119104;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"eap-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78298;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"eap-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26519;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19868, 7690, '_wp_attached_file', '2024/09/embed.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19869, 7690, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1506;s:6:\"height\";i:844;s:4:\"file\";s:17:\"2024/09/embed.png\";s:8:\"filesize\";i:172342;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"embed-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16365;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"embed-1024x574.png\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"embed-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10299;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"embed-768x430.png\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66461;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"embed-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28396;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"embed-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130529;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"embed-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33886;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"embed-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51950;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"embed-1080x605.png\";s:5:\"width\";i:1080;s:6:\"height\";i:605;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112361;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"embed-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41951;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"embed-1280x717.png\";s:5:\"width\";i:1280;s:6:\"height\";i:717;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146778;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"embed-980x549.png\";s:5:\"width\";i:980;s:6:\"height\";i:549;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96459;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"embed-480x269.png\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32452;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19870, 7691, '_wp_attached_file', '2024/09/embed-v-aggregate.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19871, 7691, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:840;s:4:\"file\";s:29:\"2024/09/embed-v-aggregate.png\";s:8:\"filesize\";i:202140;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"embed-v-aggregate-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18333;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"embed-v-aggregate-1024x573.png\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"embed-v-aggregate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13476;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"embed-v-aggregate-768x430.png\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77425;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"embed-v-aggregate-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32715;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"embed-v-aggregate-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153125;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"embed-v-aggregate-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39692;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"embed-v-aggregate-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62334;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"embed-v-aggregate-1080x605.png\";s:5:\"width\";i:1080;s:6:\"height\";i:605;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131355;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"embed-v-aggregate-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52432;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"embed-v-aggregate-1280x717.png\";s:5:\"width\";i:1280;s:6:\"height\";i:717;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172369;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"embed-v-aggregate-980x549.png\";s:5:\"width\";i:980;s:6:\"height\";i:549;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112988;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"embed-v-aggregate-480x269.png\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37581;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19872, 7692, '_wp_attached_file', '2024/09/key-terms.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19873, 7692, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:840;s:4:\"file\";s:21:\"2024/09/key-terms.png\";s:8:\"filesize\";i:167290;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"key-terms-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16352;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"key-terms-1024x573.png\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"key-terms-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12143;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"key-terms-768x430.png\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64669;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"key-terms-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28048;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"key-terms-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126292;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"key-terms-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33417;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"key-terms-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51795;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"key-terms-1080x605.png\";s:5:\"width\";i:1080;s:6:\"height\";i:605;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108783;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"key-terms-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63771;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"key-terms-1280x717.png\";s:5:\"width\";i:1280;s:6:\"height\";i:717;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142005;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"key-terms-980x549.png\";s:5:\"width\";i:980;s:6:\"height\";i:549;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93690;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"key-terms-480x269.png\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32003;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19874, 7693, '_wp_attached_file', '2024/09/life-add.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19875, 7693, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1498;s:6:\"height\";i:842;s:4:\"file\";s:20:\"2024/09/life-add.png\";s:8:\"filesize\";i:445052;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"life-add-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24052;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"life-add-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"life-add-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12885;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"life-add-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99378;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"life-add-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42669;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"life-add-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:197745;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"life-add-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46521;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"life-add-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69745;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"life-add-1080x607.png\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169084;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"life-add-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66141;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"life-add-1280x719.png\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:221892;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"life-add-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144852;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"life-add-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19876, 7694, '_wp_attached_file', '2024/09/optimize-HSA.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19877, 7694, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:842;s:4:\"file\";s:24:\"2024/09/optimize-HSA.png\";s:8:\"filesize\";i:121104;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"optimize-HSA-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10408;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"optimize-HSA-1024x575.png\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72959;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"optimize-HSA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8058;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"optimize-HSA-768x431.png\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46321;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"optimize-HSA-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18867;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"optimize-HSA-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92035;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"optimize-HSA-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22766;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"optimize-HSA-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36205;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"optimize-HSA-1080x606.png\";s:5:\"width\";i:1080;s:6:\"height\";i:606;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79888;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"optimize-HSA-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55612;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"optimize-HSA-1280x719.png\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103526;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"optimize-HSA-980x550.png\";s:5:\"width\";i:980;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67442;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"optimize-HSA-480x269.png\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21830;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19878, 7695, '_wp_attached_file', '2024/09/preventivre-care.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19879, 7695, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1506;s:6:\"height\";i:840;s:4:\"file\";s:28:\"2024/09/preventivre-care.png\";s:8:\"filesize\";i:254689;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"preventivre-care-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21044;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"preventivre-care-1024x571.png\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143579;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"preventivre-care-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13582;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"preventivre-care-768x428.png\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91043;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"preventivre-care-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38458;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"preventivre-care-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:183860;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"preventivre-care-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45892;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"preventivre-care-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71141;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"preventivre-care-1080x602.png\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156266;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"preventivre-care-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70027;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"preventivre-care-1280x714.png\";s:5:\"width\";i:1280;s:6:\"height\";i:714;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204317;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"preventivre-care-980x547.png\";s:5:\"width\";i:980;s:6:\"height\";i:547;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133534;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"preventivre-care-480x268.png\";s:5:\"width\";i:480;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43662;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19880, 7696, '_wp_attached_file', '2024/09/QLE.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19881, 7696, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1504;s:6:\"height\";i:838;s:4:\"file\";s:15:\"2024/09/QLE.png\";s:8:\"filesize\";i:184352;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"QLE-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16742;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"QLE-1024x571.png\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"QLE-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12572;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"QLE-768x428.png\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70290;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"QLE-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30056;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"QLE-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139685;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"QLE-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36343;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"QLE-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57017;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"QLE-1080x602.png\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119905;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"QLE-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58000;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"QLE-1280x713.png\";s:5:\"width\";i:1280;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156368;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"QLE-980x546.png\";s:5:\"width\";i:980;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101949;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"QLE-480x267.png\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19882, 7697, '_wp_attached_file', '2024/09/telehealth.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19883, 7697, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1502;s:6:\"height\";i:842;s:4:\"file\";s:22:\"2024/09/telehealth.png\";s:8:\"filesize\";i:188180;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"telehealth-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17203;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"telehealth-1024x574.png\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"telehealth-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10463;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"telehealth-768x431.png\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71811;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"telehealth-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30335;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"telehealth-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140295;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"telehealth-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35009;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"telehealth-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54416;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"telehealth-1080x605.png\";s:5:\"width\";i:1080;s:6:\"height\";i:605;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122496;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"telehealth-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52080;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"telehealth-1280x718.png\";s:5:\"width\";i:1280;s:6:\"height\";i:718;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160104;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"telehealth-980x549.png\";s:5:\"width\";i:980;s:6:\"height\";i:549;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103921;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"telehealth-480x269.png\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34663;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19884, 7698, '_wp_attached_file', '2024/09/vision.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19885, 7698, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1498;s:6:\"height\";i:838;s:4:\"file\";s:18:\"2024/09/vision.png\";s:8:\"filesize\";i:429925;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"vision-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23563;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"vision-1024x573.png\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"vision-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17232;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"vision-768x430.png\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99048;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"vision-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42477;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"vision-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198344;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"vision-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51167;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"vision-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80063;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"vision-1080x604.png\";s:5:\"width\";i:1080;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168670;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"vision-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97519;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"vision-1280x716.png\";s:5:\"width\";i:1280;s:6:\"height\";i:716;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:219977;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"vision-980x548.png\";s:5:\"width\";i:980;s:6:\"height\";i:548;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144280;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"vision-480x269.png\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47721;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20015, 7706, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:163301;s:4:\"hits\";i:183;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fd7d7bd6bfe.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20315, 7720, '_wp_attached_file', '2024/10/ask-alex-strech.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20316, 7720, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1288;s:6:\"height\";i:380;s:4:\"file\";s:27:\"2024/10/ask-alex-strech.jpg\";s:8:\"filesize\";i:743225;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"ask-alex-strech-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23617;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"ask-alex-strech-1024x302.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141733;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"ask-alex-strech-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"ask-alex-strech-768x227.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86829;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"ask-alex-strech-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56874;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"ask-alex-strech-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203336;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"ask-alex-strech-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61833;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"ask-alex-strech-510x380.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104802;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"ask-alex-strech-1080x319.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155390;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"ask-alex-strech-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83985;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"ask-alex-strech-1280x378.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:209808;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"ask-alex-strech-980x289.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132643;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"ask-alex-strech-480x142.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40768;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20329, 6124, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20357, 6006, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22189, 2067, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:243136;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"63656c9a637c1.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2024-11-04 16:39:10\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22190, 7312, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:212337;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66da07e6a571b.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2024-11-04 16:41:15\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22191, 7312, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22192, 7737, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:724716;s:4:\"hits\";i:1023;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728f95f36264.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22193, 7738, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:3296612;s:4:\"hits\";i:396;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728f978c145d.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22194, 7741, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:336386;s:4:\"hits\";i:666;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728f9e31784d.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22195, 7739, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:207027;s:4:\"hits\";i:148;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728f9e2df2ef.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22196, 7740, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:206562;s:4:\"hits\";i:188;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728f9e2eceeb.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22197, 7744, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:188569;s:4:\"hits\";i:61;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728fa43b236d.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22198, 7743, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:204821;s:4:\"hits\";i:62;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728fa43a07ea.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22199, 7742, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:188575;s:4:\"hits\";i:73;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728fa43a05d0.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22200, 7746, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:329542;s:4:\"hits\";i:146;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728fa43c4ce3.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22201, 7745, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:333844;s:4:\"hits\";i:240;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728fa43bd4a1.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22202, 7747, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:204776;s:4:\"hits\";i:85;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728fa495b1f4.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22203, 7750, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:205562;s:4:\"hits\";i:77;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728fa8430047.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22204, 7748, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:335168;s:4:\"hits\";i:369;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728fa842b475.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22205, 7749, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:205512;s:4:\"hits\";i:133;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6728fa842ddf5.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22255, 7753, '_wp_attached_file', '2024/11/2025-COBRA-Rates.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22256, 7753, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"2025-COBRA-Rates-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125716;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"2025-COBRA-Rates-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13770;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"2025-COBRA-Rates-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73675;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"2025-COBRA-Rates-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7128;}}s:8:\"filesize\";i:118315;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22257, 5788, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22259, 6958, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22260, 6366, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22261, 6368, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22262, 6369, '_wp_old_date', '2024-09-30');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22263, 5630, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22264, 6373, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22265, 5908, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22266, 6371, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22267, 6375, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22268, 6370, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22269, 6372, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22270, 6378, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22271, 6376, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22272, 6380, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22273, 6379, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22274, 6377, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22275, 6120, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22276, 6775, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22277, 7369, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22278, 5790, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22279, 6383, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22280, 6381, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22281, 6382, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22282, 6384, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22283, 7163, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22284, 6385, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22285, 6387, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22286, 6386, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22287, 6389, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22288, 6391, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22289, 6390, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22290, 6392, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22291, 6393, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22292, 5789, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22293, 6395, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22294, 6394, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22295, 6396, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22296, 5810, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22297, 6729, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22298, 7008, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22299, 6398, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22300, 6397, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22301, 6399, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22302, 6728, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22303, 6949, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22304, 6776, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22305, 6777, '_wp_old_date', '2024-09-30');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22306, 7311, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:173778;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66da07e6946fa.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2024-11-05 18:58:48\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22307, 7311, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22748, 6006, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22749, 6006, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22750, 6006, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22751, 6006, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22752, 6006, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22753, 6006, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22754, 6006, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22755, 6006, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22756, 6006, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22785, 930, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22786, 930, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22787, 930, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22788, 930, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22789, 930, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22790, 930, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22791, 930, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22792, 930, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22793, 930, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22797, 6185, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22798, 6185, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22799, 6185, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22800, 6185, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22801, 6185, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22802, 6185, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22803, 6185, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22804, 6185, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22805, 6185, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22823, 7765, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22824, 7765, '_et_pb_truncate_post_date', '2025-04-07 23:30:42');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22825, 7765, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22826, 7765, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22827, 7765, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22828, 7765, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22829, 7765, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22830, 7765, '_oembed_6248d2e6003a41bc7d5616b231d36896', '{{unknown}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22831, 7765, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22832, 7765, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22833, 7765, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22834, 7765, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22835, 7765, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22836, 7765, '_et_pb_color_palette', '#000000|#FFFFFF|#E02B20|#E09900|#EDF000|#7CDA24|#0C71C3|#8300E9');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22837, 7765, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22838, 7765, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover dbdb-has-custom-padding\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\"><a href=\"https://start.myalex.com/bannerhealth/\">WELCOME TO BANNER HEALTH BENEFITS</a></h2>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://start.myalex.com/bannerhealth/\" data-icon=\"&#x3d;\">Explore ALEX—Your Virtual Benefits Counselor</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover dbdb-has-custom-padding\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\"><a href=\"https://start.myalex.com/bannerhealth/\">WELCOME TO BANNER HEALTH BENEFITS</a></h2>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://start.myalex.com/bannerhealth/\" data-icon=\"&#x3d;\">Explore ALEX—Your Virtual Benefits Counselor</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">At Banner, we’re all about you.<br />\nWe’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_4 et_pb_gutters1.2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_0 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">With you in mind</h2><div>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</div></div>\n				\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" data-icon=\"&#x3d;\">Learn more</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_1 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark dbdb-icon-on-right dbdb-icon-on-hover\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">The bottom line</h2><div>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</div></div>\n				\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" data-icon=\"&#x3d;\">Learn more</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_2 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">An empowered life</h2><div>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</div></div>\n				\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" target=\"_blank\" data-icon=\"&#x3d;\">Learn more</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_3_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner is Great Place To Work Certified<br />\nBecause of the hard work and dedication of our team members, Banner has earned Great Place To Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.</p>\n<p>The Great Place To Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_left et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://www.bannerhealth.com/careers/great-place-to-work\" data-icon=\"&#x3d;\">Learn More</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_2 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_2 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover\" data-slide-id=\"et_pb_slide_2\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Team members</h2><div class=\"et_pb_slide_content\">At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</div>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" data-icon=\"&#x3d;\">Document Portal</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			<div class=\"et_pb_slide et_pb_slide_3 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay dbdb-icon-on-left dbdb-icon-on-hover\" data-slide-id=\"et_pb_slide_3\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">New hires</h2><div class=\"et_pb_slide_content\">Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our Enrollment Checklist, learn about Dependent Verification and visit ALEX your virtual benefits counselor. Finally, explore this site to discover all the benefits options and resources available to you and your family.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			<div class=\"et_pb_slide et_pb_slide_4 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay dbdb-icon-on-left dbdb-icon-on-hover\" data-slide-id=\"et_pb_slide_4\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Recruits</h2><div class=\"et_pb_slide_content\">At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that support total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			<div class=\"et_pb_slide et_pb_slide_5 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay dbdb-icon-on-left dbdb-icon-on-hover\" data-slide-id=\"et_pb_slide_5\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\">News</a></h2><div class=\"et_pb_slide_content\">We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</div>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" data-icon=\"&#x3d;\">Read All About It</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_7 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth/\" data-icon=\"&#x3d;\">Ask ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&#038;action=wpfd&#038;task=file.download&#038;wpfd_category_id=14&#038;wpfd_file_id=7473&#038;token=&#038;preview=1\" data-icon=\"&#x3d;\">Residents and Fellows</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com\" data-icon=\"&#x3d;\">Enroll Now</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_8 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3 kmod1-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">DESIGNED WITH YOU IN MIND<br />\nBanner&#8217;s benefits are designed to support our team members&#8217; total well-being. We offer:</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_9 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion  et_pb_text_align_left\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">CORE COVERAGE</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network<br />\nThree dental and two vision plan options to choose from for more complete health care coverage<br />\nSpending accounts to help you cover out-of-pocket expenses and save on taxes</div>\n			</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_1 my_accordion  et_pb_text_align_left\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">VOLUNTARY BENEFITS</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Choose from a wide range of additional coverage options for extra security, like:<br />\n&nbsp;</p>\n<p>Pet insurance<br />\nFinancial wellness and ID theft protection<br />\nLife insurance<br />\nSupplemental medical coverage<br />\nLegal coverage</div>\n			</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_2 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">FREE RESOURCES AND PERKS</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>The MyWell-Being Program offers the support you need to live a healthy life, plus a chance to earn discounted premiums and other rewards<br />\nResources for Living provides mental health and daily living support<br />\nBeneplace provides exclusive discounts for Banner team members</div>\n			</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_10 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_0 clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				\n				\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\">Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.<br />\n <br />\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you!</div></div>\n					<span class=\"et_pb_testimonial_author\">David J. Schuitema, CEBS</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">SR. Director Benefits</span></p>\n				</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_11 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_11\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &#038; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img fetchpriority=\"high\" decoding=\"async\" width=\"2503\" height=\"597\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/2503x597_news-awards.png\" alt=\"\" title=\"2503x597_news-awards\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/2503x597_news-awards.png 2503w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/2503x597_news-awards-1280x305.png 1280w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/2503x597_news-awards-980x234.png 980w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/2503x597_news-awards-480x114.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2503px, 100vw\" class=\"wp-image-7991\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22839, 7765, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7765\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22840, 7765, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22841, 7765, '_dp_original', 41);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22842, 7765, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22843, 7765, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22844, 7765, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22845, 7765, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22846, 7765, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22847, 7765, '_edit_lock', '1744066014:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22849, 7765, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22850, 7765, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22851, 7765, '_aioseo_keywords', 'a:0:{}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22852, 7765, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22853, 7765, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22854, 7765, '_aioseo_og_article_section', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22855, 7765, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22856, 7765, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22857, 7765, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22864, 7767, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22865, 7767, '_et_pb_truncate_post_date', '2024-12-12 21:48:51');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22866, 7767, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22867, 7767, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22868, 7767, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22869, 7767, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22870, 7767, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22871, 7767, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22872, 7767, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22873, 7767, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22874, 7767, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22875, 7767, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22876, 7767, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22877, 7767, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22878, 7767, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22879, 7767, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Eligibility and enrollment</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Enrollment—whether you’re a new team member or experiencing a Qualifying Life Event—is your opportunity to select the benefits you need and want. You’re eligible to enroll in benefits if you’re a team member with a total Full-Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_0 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"31\" data-bar-bg-color=\"#0977b3\">\n				\n				\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\"></span></p></div>\n					<h3 class=\"et_pb_module_header\">Days to enroll</h3>\n				</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">If eligible, you will have 31 days from your hire date (date of hire is included in the 31-day period) to complete your enrollment for benefits. Whether you enroll on day one, day 10 or day 31 of your enrollment period, your benefits coverage will begin on the first day of the month following your hire date. If your hire date falls on the first day of the month, you still have 31 days to enroll, but your coverage would be effective on your hire date. If you don’t enroll during your 31-day enrollment period, your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a Qualifying Life Event (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\">Premiums</a></h2><div class=\"et_pb_slide_content\">Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program.</div>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" target=\"_blank\">Tobacco Cessation Programs</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1014\" height=\"1070\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/12/kids.jpg?resize=1014%2C1070&#038;ssl=1\" alt=\"\" title=\"kids\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/12/kids.jpg?w=1014&ssl=1 1014w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/12/kids.jpg?resize=284%2C300&ssl=1 284w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/12/kids.jpg?resize=970%2C1024&ssl=1 970w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/12/kids.jpg?resize=768%2C810&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/12/kids.jpg?resize=980%2C1034&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/12/kids.jpg?resize=480%2C507&ssl=1 480w\" sizes=\"(max-width: 1014px) 100vw, 1014px\" class=\"wp-image-7798\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22880, 7767, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7767\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22881, 7767, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22882, 7767, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22883, 7767, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22884, 7767, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22885, 7767, '_edit_lock', '1734028153:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22886, 7767, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22891, 7767, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22892, 7767, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22893, 7767, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22894, 7767, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22895, 7767, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22896, 7767, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22897, 7767, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22898, 7767, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22899, 7767, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22912, 7775, '_wp_attached_file', '2024/11/nh-welcome.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22913, 7775, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1016;s:6:\"height\";i:676;s:4:\"file\";s:22:\"2024/11/nh-welcome.jpg\";s:8:\"filesize\";i:702347;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"nh-welcome-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27468;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"nh-welcome-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20952;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"nh-welcome-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83691;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"nh-welcome-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34744;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"nh-welcome-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37355;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"nh-welcome-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52167;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"nh-welcome-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58725;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"nh-welcome-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125712;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"nh-welcome-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23276, 7765, '_monsterinsights_sitenote_active', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23277, 7765, '_uf_disable_surveys', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23278, 7765, 'om_disable_all_campaigns', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23283, 7767, '_monsterinsights_sitenote_active', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23284, 7767, '_uf_disable_surveys', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23285, 7767, 'om_disable_all_campaigns', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23286, 7791, '_wp_attached_file', '2024/12/enroll-circle-graphic.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23287, 7791, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:33:\"2024/12/enroll-circle-graphic.png\";s:8:\"filesize\";i:16768;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"enroll-circle-graphic-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14713;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"enroll-circle-graphic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6455;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"enroll-circle-graphic-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12031;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"enroll-circle-graphic-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13837;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"enroll-circle-graphic-450x382.png\";s:5:\"width\";i:450;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15056;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"enroll-circle-graphic-400x450.png\";s:5:\"width\";i:400;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23288, 7767, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23432, 7794, '_wp_attached_file', '2024/12/nh-e.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23433, 7794, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2090;s:6:\"height\";i:658;s:4:\"file\";s:16:\"2024/12/nh-e.jpg\";s:8:\"filesize\";i:1332656;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"nh-e-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21481;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"nh-e-1024x322.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88264;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"nh-e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20754;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"nh-e-768x242.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59025;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"nh-e-1536x484.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166251;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"nh-e-2048x645.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264121;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"nh-e-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42428;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"nh-e-1080x658.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198647;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"nh-e-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45872;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"nh-e-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65025;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"nh-e-1080x340.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96443;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"nh-e-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65307;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:17:\"nh-e-1280x403.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124282;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"nh-e-980x309.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82821;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"nh-e-480x151.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33055;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23437, 7798, '_wp_attached_file', '2024/12/kids.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23438, 7798, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1014;s:6:\"height\";i:1070;s:4:\"file\";s:16:\"2024/12/kids.jpg\";s:8:\"filesize\";i:943889;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"kids-284x300.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46932;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"kids-970x1024.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237153;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"kids-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27213;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"kids-768x810.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168336;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"kids-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52662;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"kids-1014x675.jpg\";s:5:\"width\";i:1014;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202077;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"kids-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56349;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"kids-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78388;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"kids-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81355;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"kids-980x1034.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1034;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241226;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"kids-480x507.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87762;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23454, 5788, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23456, 6958, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23457, 6366, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23458, 6368, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23459, 6369, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23460, 5630, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23461, 6373, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23462, 5908, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23463, 6371, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23464, 6375, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23465, 6370, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23466, 6372, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23467, 6378, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23468, 6376, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23469, 6380, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23470, 6379, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23471, 6377, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23472, 6120, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23473, 6775, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23474, 7369, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23475, 5790, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23476, 6383, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23477, 6381, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23478, 6382, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23479, 6384, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23480, 7163, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23481, 6385, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23482, 6387, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23483, 6386, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23484, 6389, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23485, 6391, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23486, 6390, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23487, 6392, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23488, 6393, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23489, 5789, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23490, 6395, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23491, 6394, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23492, 6396, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23493, 5810, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23494, 6729, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23495, 7008, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23496, 6398, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23497, 6397, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23498, 6399, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23499, 6728, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23500, 6949, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23501, 6776, '_wp_old_date', '2024-11-05');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23502, 6777, '_wp_old_date', '2024-11-05');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23512, 7812, '_wp_attached_file', '2024/12/2025_Banner_8.5x11_New_Hire_Checklist_HR.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23513, 7812, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"2025_Banner_8.5x11_New_Hire_Checklist_HR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:400374;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"2025_Banner_8.5x11_New_Hire_Checklist_HR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34279;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"2025_Banner_8.5x11_New_Hire_Checklist_HR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212121;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"2025_Banner_8.5x11_New_Hire_Checklist_HR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20012;}}s:8:\"filesize\";i:898502;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23514, 7813, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23515, 7813, '_menu_item_menu_item_parent', 5788);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23516, 7813, '_menu_item_object_id', 7767);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23517, 7813, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23518, 7813, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23519, 7813, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23520, 7813, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23521, 7813, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23542, 7816, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23543, 7816, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23544, 7816, '_et_pb_truncate_post_date', '2025-01-04 08:46:39');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23545, 7816, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23546, 7816, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23547, 7816, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23548, 7816, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23549, 7816, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23550, 7816, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23551, 7816, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23552, 7816, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23553, 7816, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23554, 7816, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23555, 7816, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23556, 7816, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23557, 7816, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23558, 7816, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">98point6 Telecare</h2><div class=\"et_pb_slide_content\">Get the care you need—anytime, anywhere</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">On-demand, virtual care 24/7, 365<br />\nAt Banner, we know life’s demands can make it hard to prioritize a visit to the doctor. Whether you struggle to find time in your busy work schedule, you’re nervous about uncomfortable face-to-face conversations or simply wish to avoid waiting rooms, 98point6 offers a high-quality, convenient solution for you through your Banner|Aetna plan. </div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">With 98point6, you can access text-based care straight from your mobile device. Chat with board-certified physicians about specific health issues or schedule routine preventive care visits at home, at work or on the go. Audio and video support services are also available as needed.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Keep up with preventive care and get help with common conditions like:<br />\n•	Flu<br />\n•	Hypertension<br />\n•	Fungal infections<br />\n•	Prostate questions<br />\n•	Menstrual health<br />\n•	And more</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How much will virtual care cost me?<br />\n• Cost for Value Plan and Premier Plan members: $5 out-of-pocket cost per visit• Cost for all others: $0 out-of-pocket cost per visit</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Plus, 98point6 physicians can diagnose, treat and order labs as needed at no additional cost.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Start a visit as soon and as often as you need<br />\nBoard-certified physicians are available on demand 24/7 for enrolled members and dependents age 1 and older in all states within the U.S. This may be particularly useful if you’re a Banner team member living outside of Banner domestic network service areas.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Visit 98point6.com/banner-aetna-members to learn more.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<a href=\"https://98point6.onelink.me/nn3X/71fd964b?af_qr=true\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"345\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2025/01/main-qr-image-new.jpg?resize=1080%2C345&#038;ssl=1\" alt=\"\" title=\"main-qr-image-new\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2025/01/main-qr-image-new.jpg?w=2092&ssl=1 2092w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2025/01/main-qr-image-new.jpg?resize=300%2C96&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2025/01/main-qr-image-new.jpg?resize=1024%2C327&ssl=1 1024w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2025/01/main-qr-image-new.jpg?resize=768%2C245&ssl=1 768w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2025/01/main-qr-image-new.jpg?resize=1536%2C490&ssl=1 1536w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2025/01/main-qr-image-new.jpg?resize=2048%2C654&ssl=1 2048w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2025/01/main-qr-image-new.jpg?resize=1080%2C345&ssl=1 1080w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2025/01/main-qr-image-new.jpg?resize=1280%2C409&ssl=1 1280w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2025/01/main-qr-image-new.jpg?resize=980%2C313&ssl=1 980w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2025/01/main-qr-image-new.jpg?resize=480%2C153&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-7859\" /></span></a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=500%2C91&#038;ssl=1\" alt=\"\" title=\"logo-white\" srcset=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=500&ssl=1 500w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=300%2C55&ssl=1 300w, https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?resize=480%2C87&ssl=1 480w\" sizes=\"(max-width: 500px) 100vw, 500px\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23559, 7816, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7816\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23560, 7816, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23561, 7816, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23562, 7816, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23563, 7816, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23564, 7816, '_edit_lock', '1735918713:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23565, 7816, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23566, 7816, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23570, 7816, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23571, 7816, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23572, 7816, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23573, 7816, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23574, 7816, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23575, 7816, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23576, 7816, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23577, 7816, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23578, 7816, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23581, 7819, '_wp_attached_file', '2024/12/986-image.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23582, 7819, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1737;s:6:\"height\";i:1418;s:4:\"file\";s:21:\"2024/12/986-image.png\";s:8:\"filesize\";i:2043328;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"986-image-300x245.png\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65893;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"986-image-1024x836.png\";s:5:\"width\";i:1024;s:6:\"height\";i:836;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:589351;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"986-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"986-image-768x627.png\";s:5:\"width\";i:768;s:6:\"height\";i:627;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:340963;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"986-image-1536x1254.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1254;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1315994;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"986-image-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94112;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"986-image-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:577276;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"986-image-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103175;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"986-image-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:162015;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"986-image-1080x882.png\";s:5:\"width\";i:1080;s:6:\"height\";i:882;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:653347;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"986-image-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:202458;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"986-image-1280x1045.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1045;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:916969;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"986-image-980x800.png\";s:5:\"width\";i:980;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:538945;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"986-image-480x392.png\";s:5:\"width\";i:480;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148105;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23583, 6718, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23584, 6718, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23585, 6718, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23586, 6718, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23587, 6718, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23588, 6718, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23589, 6718, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23590, 6718, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23591, 6718, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23595, 7822, '_wp_attached_file', '2024/12/986-image2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23596, 7822, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:677;s:4:\"file\";s:22:\"2024/12/986-image2.jpg\";s:8:\"filesize\";i:260647;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"986-image2-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"986-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41812;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"986-image2-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97358;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"986-image2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56261;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"986-image2-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135988;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"986-image2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58324;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"986-image2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70420;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"986-image2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73088;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"986-image2-980x648.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126319;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"986-image2-480x317.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64349;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1659513488\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:34:\"PRJ1792 Product Page Refresh 05_R3\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23597, 7823, '_wp_attached_file', '2024/12/986-qr.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23598, 7823, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1318;s:6:\"height\";i:1318;s:4:\"file\";s:18:\"2024/12/986-qr.png\";s:8:\"filesize\";i:40020;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"986-qr-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12809;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"986-qr-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44203;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"986-qr-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6743;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"986-qr-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32417;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"986-qr-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11747;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"986-qr-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32888;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"986-qr-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12852;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"986-qr-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16934;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"986-qr-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48555;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"986-qr-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18421;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"986-qr-1280x1280.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58507;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"986-qr-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42605;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"986-qr-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20458;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23602, 7826, '_wp_attached_file', '2024/12/main-qr-image.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23603, 7826, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2092;s:6:\"height\";i:668;s:4:\"file\";s:25:\"2024/12/main-qr-image.jpg\";s:8:\"filesize\";i:812196;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"main-qr-image-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22649;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"main-qr-image-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77385;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"main-qr-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18206;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"main-qr-image-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55203;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"main-qr-image-1536x490.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129053;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"main-qr-image-2048x654.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190347;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"main-qr-image-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33671;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"main-qr-image-1080x668.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116418;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"main-qr-image-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33981;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"main-qr-image-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44858;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"main-qr-image-1080x345.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82662;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"main-qr-image-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36497;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"main-qr-image-1280x409.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101820;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"main-qr-image-980x313.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73450;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"main-qr-image-480x153.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23607, 7829, '_wp_attached_file', '2024/12/986-header-1-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23608, 7829, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:31:\"2024/12/986-header-1-scaled.jpg\";s:8:\"filesize\";i:229178;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"986-header-1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25516;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"986-header-1-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"986-header-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21459;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"986-header-1-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50552;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"986-header-1-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111863;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"986-header-1-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164596;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"986-header-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33953;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"986-header-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93532;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"986-header-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34564;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"986-header-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42839;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"986-header-1-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72720;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"986-header-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35766;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}s:14:\"original_image\";s:16:\"986-header-1.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23621, 7838, '_wp_attached_file', '2024/12/main-qr-image-alt.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23622, 7838, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2092;s:6:\"height\";i:668;s:4:\"file\";s:29:\"2024/12/main-qr-image-alt.jpg\";s:8:\"filesize\";i:537452;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"main-qr-image-alt-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23204;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"main-qr-image-alt-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76480;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"main-qr-image-alt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18764;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"main-qr-image-alt-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55130;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"main-qr-image-alt-1536x490.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126984;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"main-qr-image-alt-2048x654.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184629;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"main-qr-image-alt-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33940;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"main-qr-image-alt-1080x668.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113080;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"main-qr-image-alt-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34239;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"main-qr-image-alt-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44710;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"main-qr-image-alt-1080x345.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81810;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"main-qr-image-alt-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36515;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"main-qr-image-alt-1280x409.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100443;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"main-qr-image-alt-980x313.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72913;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"main-qr-image-alt-480x153.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33761;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23644, 6223, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23645, 6223, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23646, 6223, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23647, 6223, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23648, 6223, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23649, 6223, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23650, 6223, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23651, 6223, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23652, 6223, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23659, 6063, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23660, 6063, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23661, 6063, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23662, 6063, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23663, 6063, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23664, 6063, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23665, 6063, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23666, 6063, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23667, 6063, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23668, 6063, '_monsterinsights_sitenote_active', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23669, 6063, '_uf_disable_surveys', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23670, 6063, 'om_disable_all_campaigns', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23671, 6063, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23681, 7852, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23682, 7852, '_menu_item_menu_item_parent', 6373);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23683, 7852, '_menu_item_object_id', 7816);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23684, 7852, '_menu_item_object', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23685, 7852, '_menu_item_target', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23686, 7852, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23687, 7852, '_menu_item_xfn', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23688, 7852, '_menu_item_url', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23690, 5788, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23691, 7813, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23692, 6958, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23693, 6366, '_wp_old_date', '2024-12-12');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23694, 6368, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23695, 6369, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23696, 5630, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23697, 6373, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23698, 5908, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23699, 6371, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23700, 6375, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23701, 6370, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23702, 6372, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23703, 6378, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23704, 6376, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23705, 6380, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23706, 6379, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23707, 6377, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23708, 6120, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23709, 6775, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23710, 7369, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23711, 5790, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23712, 6383, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23713, 6381, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23714, 6382, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23715, 6384, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23716, 7163, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23717, 6385, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23718, 6387, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23719, 6386, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23720, 6389, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23721, 6391, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23722, 6390, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23723, 6392, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23724, 6393, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23725, 5789, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23726, 6395, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23727, 6394, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23728, 6396, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23729, 5810, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23730, 6729, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23731, 7008, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23732, 6398, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23733, 6397, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23734, 6399, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23735, 6728, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23736, 6949, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23737, 6776, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23738, 6777, '_wp_old_date', '2024-12-12');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23741, 7854, '_wp_attached_file', '2025/01/2025-MWB-Program-Guide.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23742, 7854, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:30:\"2025-MWB-Program-Guide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:392995;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2025-MWB-Program-Guide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33701;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"2025-MWB-Program-Guide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213687;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2025-MWB-Program-Guide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14111;}}s:8:\"filesize\";i:1696515;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23746, 6223, '_monsterinsights_sitenote_active', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23747, 6223, '_uf_disable_surveys', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23748, 6223, 'om_disable_all_campaigns', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23752, 7859, '_wp_attached_file', '2025/01/main-qr-image-new.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23753, 7859, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2092;s:6:\"height\";i:668;s:4:\"file\";s:29:\"2025/01/main-qr-image-new.jpg\";s:8:\"filesize\";i:558806;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"main-qr-image-new-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24446;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"main-qr-image-new-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81497;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"main-qr-image-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19849;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"main-qr-image-new-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57919;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"main-qr-image-new-1536x490.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133848;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"main-qr-image-new-2048x654.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190825;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"main-qr-image-new-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35140;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"main-qr-image-new-1080x668.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114595;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"main-qr-image-new-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35222;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"main-qr-image-new-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45816;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"main-qr-image-new-1080x345.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87340;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"main-qr-image-new-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37648;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"main-qr-image-new-1280x409.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107142;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"main-qr-image-new-980x313.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77437;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"main-qr-image-new-480x153.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1734952685\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23757, 6223, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23886, 7865, '_wp_attached_file', '2025/01/2025-Banner-Employee-Plan-BFP-0-List.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23887, 7865, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"2025-Banner-Employee-Plan-BFP-0-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271939;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"2025-Banner-Employee-Plan-BFP-0-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18370;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"2025-Banner-Employee-Plan-BFP-0-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156246;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"2025-Banner-Employee-Plan-BFP-0-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7586;}}s:8:\"filesize\";i:210156;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23888, 7866, '_wp_attached_file', '2025/01/2025-Mental-Health-Support.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23889, 7866, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"2025-Mental-Health-Support-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223046;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"2025-Mental-Health-Support-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19123;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"2025-Mental-Health-Support-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124342;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"2025-Mental-Health-Support-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9168;}}s:8:\"filesize\";i:721034;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23890, 7867, '_wp_attached_file', '2025/01/2025-Preventive-Medicine-List-High-Value.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23891, 7867, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"2025-Preventive-Medicine-List-High-Value-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72491;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"2025-Preventive-Medicine-List-High-Value-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12977;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"2025-Preventive-Medicine-List-High-Value-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47250;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"2025-Preventive-Medicine-List-High-Value-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8388;}}s:8:\"filesize\";i:285148;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23892, 6245, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23893, 6245, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23894, 6245, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23895, 6245, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23896, 6245, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23897, 6245, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23898, 6245, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23899, 6245, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23900, 6245, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23909, 1950, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:209126;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e9d47584da4.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-01-09 16:11:51\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23910, 1950, '_wp_old_slug', '2024-banner-employee-plan-bfp-0-list');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23911, 5622, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:75487;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6594f0b0e63d2.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-01-09 16:12:25\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23912, 5622, '_wp_old_slug', '2024-preventive-medicine-list-high-value');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23913, 5622, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24168, 7870, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24169, 7870, '_et_pb_truncate_post_date', '2025-01-21 22:14:45');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24170, 7870, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24171, 7870, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24172, 7870, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24173, 7870, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24174, 7870, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24175, 7870, '_oembed_6248d2e6003a41bc7d5616b231d36896', '{{unknown}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24176, 7870, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24177, 7870, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24178, 7870, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24179, 7870, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24180, 7870, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24181, 7870, '_et_pb_color_palette', '#000000|#FFFFFF|#E02B20|#E09900|#EDF000|#7CDA24|#0C71C3|#8300E9');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24182, 7870, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24183, 7870, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_section_video et_pb_preload et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover dbdb-has-custom-padding\" data-slide-id=\"et_pb_slide_0\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\"><a href=\"https://start.myalex.com/bannerhealth/\">WELCOME TO BANNER HEALTH BENEFITS</a></h2>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://start.myalex.com/bannerhealth/\" data-icon=\"&#x3d;\">Explore ALEX—Your Virtual Benefits Counselor</a></div>\n						</div>\n					</div>\n				</div>\n				<span class=\"et_pb_section_video_bg  \">\n					\n			<video loop=\"loop\" autoplay playsinline muted >\n				<source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/example-3.mp4\" />\n				\n			</video>\n				</span>\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover dbdb-has-custom-padding\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\"><a href=\"https://start.myalex.com/bannerhealth/\">WELCOME TO BANNER HEALTH BENEFITS</a></h2>\n							<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_more_button\" href=\"https://start.myalex.com/bannerhealth/\" data-icon=\"&#x3d;\">Explore ALEX—Your Virtual Benefits Counselor</a></div>\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/blue.gif\" alt=\"\" title=\"blue\" class=\"wp-image-7891\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"800\" height=\"800\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/orange.gif\" alt=\"\" title=\"orange\" class=\"wp-image-7892\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"800\" height=\"800\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/green.gif\" alt=\"\" title=\"green\" class=\"wp-image-7890\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3 et_pb_section_parallax\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_countdown_timer et_pb_countdown_timer_0 et_pb_bg_layout_dark\" data-end-timestamp=\"1763276400\">\n				\n				\n				\n				\n				<div class=\"et_pb_countdown_timer_container clearfix\">\n					<h4 class=\"title\">ENROLLMENT STARTS SOON</h4>\n					<div class=\"days section values\" data-short=\"Day\" data-full=\"Day(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Day(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"hours section values\" data-short=\"Hrs\" data-full=\"Hour(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Hour(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"minutes section values\" data-short=\"Min\" data-full=\"Minute(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Minute(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"seconds section values\" data-short=\"Sec\" data-full=\"Second(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Second(s)</p>\n					</div>\n				</div>\n			</div>\n			</div>\n				<span class=\"et_parallax_bg_wrap\"><span\n						class=\"et_parallax_bg\"\n						style=\"background-image: url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/boris-misevic-crqFmUw5MrE-unsplash.jpg);\"\n					></span></span>\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Accordion Q&#038;A<br />\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</div>\n			</div><style>.et_pb_accordion_0 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Telehealth</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<p><div style=\"width: 1080px;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-7870-1\" width=\"1080\" height=\"608\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4?_=1\" /><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\">https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4</a></video></div></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Dental</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br />\n<div style=\"width: 1080px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-7870-2\" width=\"1080\" height=\"608\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4?_=2\" /><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\">https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4</a></video></div></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Vision</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br />\n<div style=\"width: 1080px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-7870-3\" width=\"1080\" height=\"608\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4?_=3\" /><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\">https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4</a></video></div></div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How the HDHP Works<br />\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</div>\n			</div><ul class=\"et_pb_module et_pb_counters et_pb_counters_0 et-waypoint et_pb_bg_layout_light\">\n				<li class=\"et_pb_counter et_pb_counter_0\">\n				<span class=\"et_pb_counter_title\">You pay until you reach the deductible.</span>\n				<span class=\"et_pb_counter_container\">\n					\n					\n					\n					\n					<span class=\"et_pb_counter_amount\" style=\"\" data-width=\"100%\"><span class=\"et_pb_counter_amount_number\"><span class=\"et_pb_counter_amount_number_inner\">100%</span></span></span>\n					<span class=\"et_pb_counter_amount overlay\" style=\"\" data-width=\"100%\"><span class=\"et_pb_counter_amount_number\"><span class=\"et_pb_counter_amount_number_inner\">100%</span></span></span>\n				</span>\n			</li><li class=\"et_pb_counter et_pb_counter_1\">\n				<span class=\"et_pb_counter_title\">You pay after you reach the deductible and before the out-of-pocket maximum.</span>\n				<span class=\"et_pb_counter_container\">\n					\n					\n					\n					\n					<span class=\"et_pb_counter_amount\" style=\"\" data-width=\"20%\"><span class=\"et_pb_counter_amount_number\"><span class=\"et_pb_counter_amount_number_inner\">20%</span></span></span>\n					<span class=\"et_pb_counter_amount overlay\" style=\"\" data-width=\"20%\"><span class=\"et_pb_counter_amount_number\"><span class=\"et_pb_counter_amount_number_inner\">20%</span></span></span>\n				</span>\n			</li><li class=\"et_pb_counter et_pb_counter_2\">\n				<span class=\"et_pb_counter_title\">You pay after you reach the out-of-pocket maximum.</span>\n				<span class=\"et_pb_counter_container\">\n					\n					\n					\n					\n					<span class=\"et_pb_counter_amount\" style=\"\" data-width=\"0%\"><span class=\"et_pb_counter_amount_number\"><span class=\"et_pb_counter_amount_number_inner\">0%</span></span></span>\n					<span class=\"et_pb_counter_amount overlay\" style=\"\" data-width=\"0%\"><span class=\"et_pb_counter_amount_number\"><span class=\"et_pb_counter_amount_number_inner\">0%</span></span></span>\n				</span>\n			</li>\n			</ul>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_number_counter et_pb_number_counter_0  et_pb_text_align_center et_pb_bg_layout_light\" data-number-value=\"100\" data-number-separator=\"\">\n				\n				\n				\n				\n				<div class=\"percent\" ><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_number_counter et_pb_number_counter_1  et_pb_text_align_center et_pb_bg_layout_light\" data-number-value=\"20\" data-number-separator=\"\">\n				\n				\n				\n				\n				<div class=\"percent\" ><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_number_counter et_pb_number_counter_2  et_pb_text_align_center et_pb_bg_layout_light\" data-number-value=\"0\" data-number-separator=\"\">\n				\n				\n				\n				\n				<div class=\"percent\" ><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_7 et_pb_section_parallax et_pb_with_background et_section_regular\" >\n				\n				<span class=\"et_parallax_bg_wrap\"><span\n						class=\"et_parallax_bg\"\n						style=\"background-image: url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/bg-dark-scaled.jpg);\"\n					></span></span>\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_testimonial et_pb_testimonial_0 et_animated clearfix  et_pb_text_align_left et_pb_bg_layout_dark et_pb_testimonial_no_image\">\n				\n				\n				\n				\n				<div style=\"background-image:url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/jim.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</div></div>\n					<span class=\"et_pb_testimonial_author\">Jim Halpert</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">Assistant Regional Manager</span></p>\n				</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_8 et_pb_section_parallax et_pb_with_background et_section_regular\" >\n				\n				<span class=\"et_parallax_bg_wrap\"><span\n						class=\"et_parallax_bg\"\n						style=\"background-image: url(https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg);\"\n					></span></span>\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_text et_pb_text_2 kmod1-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Parallax Background<br />\nCheck out the cool effect on the background while scrolling!</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_9 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_1 my_accordion  et_pb_text_align_left\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_3  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">CORE COVERAGE</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network<br />\nThree dental and two vision plan options to choose from for more complete health care coverage<br />\nSpending accounts to help you cover out-of-pocket expenses and save on taxes</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_1 .et_pb_toggle_close\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_1 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_2 my_accordion  et_pb_text_align_left\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_4  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">VOLUNTARY BENEFITS</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Choose from a wide range of additional coverage options for extra security, like:<br />\n&nbsp;</p>\n<p>Pet insurance<br />\nFinancial wellness and ID theft protection<br />\nLife insurance<br />\nSupplemental medical coverage<br />\nLegal coverage</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_2 .et_pb_toggle_close\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_2 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_3 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_5  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">FREE RESOURCES &amp; PERKS</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>The MyWell-Being Program offers the support you need to live a healthy life, plus a chance to earn discounted premiums and other rewards<br />\nResources for Living provides mental health and daily living support<br />\nBeneplace provides exclusive discounts for Banner team members</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_3 .et_pb_toggle_close\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_3 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_9 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Save Money on Health Care</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_3 et_animated et-waypoint\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"1893\" height=\"536\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-2.png\" alt=\"\" title=\"infographic-2\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-2.png 1893w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-2-1280x362.png 1280w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-2-980x277.png 980w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-2-480x136.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1893px, 100vw\" class=\"wp-image-7903\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_10 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_11\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &#038; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_4\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24184, 7870, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7870\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24185, 7870, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24186, 7870, '_dp_original', 41);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24187, 7870, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24188, 7870, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24189, 7870, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24190, 7870, '_et_builder_dynamic_assets_loading_attr_threshold', 8);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24191, 7870, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24192, 7870, '_edit_lock', '1740251453:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24193, 7870, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24194, 7870, '_aioseo_description', NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24195, 7870, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24196, 7870, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24197, 7870, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24198, 7870, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24199, 7870, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24200, 7870, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24201, 7870, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24202, 7870, '_monsterinsights_sitenote_active', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24203, 7870, '_uf_disable_surveys', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24204, 7870, 'om_disable_all_campaigns', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24211, 7875, '_wp_attached_file', '2025/01/infographic-1.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24212, 7875, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1893;s:6:\"height\";i:536;s:4:\"file\";s:25:\"2025/01/infographic-1.png\";s:8:\"filesize\";i:65731;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"infographic-1-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13072;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"infographic-1-1024x290.png\";s:5:\"width\";i:1024;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"infographic-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8812;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"infographic-1-768x217.png\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45505;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"infographic-1-1536x435.png\";s:5:\"width\";i:1536;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111645;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"infographic-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27090;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"infographic-1-1080x536.png\";s:5:\"width\";i:1080;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43735;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"infographic-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27984;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"infographic-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37763;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"infographic-1-1080x306.png\";s:5:\"width\";i:1080;s:6:\"height\";i:306;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71318;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"infographic-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27031;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"infographic-1-1280x362.png\";s:5:\"width\";i:1280;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87427;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"infographic-1-980x277.png\";s:5:\"width\";i:980;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62286;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"infographic-1-480x136.png\";s:5:\"width\";i:480;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24936;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24213, 7870, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24217, 7877, '_wp_attached_file', '2025/01/example-2.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24218, 7877, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:19627628;s:8:\"filesize\";i:161990384;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:65;s:16:\"length_formatted\";s:4:\"1:05\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:317291;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.20656966145833333;}s:17:\"created_timestamp\";i:1736892554;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24247, 7888, '_wp_attached_file', '2025/01/Sequence-01.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24248, 7888, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:2790221;s:8:\"filesize\";i:3963949;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:10;s:16:\"length_formatted\";s:4:\"0:10\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:316833;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.206271484375;}s:17:\"created_timestamp\";i:1737154394;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24249, 7889, '_wp_attached_file', '2025/01/Sequence-02.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24250, 7889, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:9405140;s:8:\"filesize\";i:7968453;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:7;s:16:\"length_formatted\";s:4:\"0:07\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:316538;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.20607942708333332;}s:17:\"created_timestamp\";i:1737156694;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24251, 7890, '_wp_attached_file', '2025/01/green.gif');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24252, 7890, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2025/01/green.gif\";s:8:\"filesize\";i:13901942;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"green-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:4638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"green-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1880;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"green-768x768.gif\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:15392;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"green-400x250.gif\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3841;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"green-800x675.gif\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:9760;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"green-400x284.gif\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:4485;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"green-510x382.gif\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6150;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"green-400x516.gif\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7235;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"green-480x480.gif\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:8498;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24253, 7891, '_wp_attached_file', '2025/01/blue.gif');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24254, 7891, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:16:\"2025/01/blue.gif\";s:8:\"filesize\";i:6033208;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"blue-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3621;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"blue-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1476;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"blue-768x768.gif\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:12792;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"blue-400x250.gif\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:4972;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"blue-800x675.gif\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:9883;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"blue-400x284.gif\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5070;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"blue-510x382.gif\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6652;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"blue-400x516.gif\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7122;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"blue-480x480.gif\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7288;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24255, 7892, '_wp_attached_file', '2025/01/orange.gif');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24256, 7892, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2025/01/orange.gif\";s:8:\"filesize\";i:7282725;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"orange-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"orange-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2964;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"orange-768x768.gif\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:26580;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"orange-400x250.gif\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:8426;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"orange-800x675.gif\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:19545;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"orange-400x284.gif\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:8953;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"orange-510x382.gif\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:13249;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"orange-400x516.gif\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:12051;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"orange-480x480.gif\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:14077;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24260, 7899, '_wp_attached_file', '2025/01/boris-misevic-crqFmUw5MrE-unsplash-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24261, 7899, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:53:\"2025/01/boris-misevic-crqFmUw5MrE-unsplash-scaled.jpg\";s:8:\"filesize\";i:517171;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"boris-misevic-crqFmUw5MrE-unsplash-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12657;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"boris-misevic-crqFmUw5MrE-unsplash-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95217;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"boris-misevic-crqFmUw5MrE-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7696;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"boris-misevic-crqFmUw5MrE-unsplash-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56136;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"boris-misevic-crqFmUw5MrE-unsplash-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202594;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:38:\"boris-misevic-crqFmUw5MrE-unsplash.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24262, 7903, '_wp_attached_file', '2025/01/infographic-2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24263, 7903, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1893;s:6:\"height\";i:536;s:4:\"file\";s:25:\"2025/01/infographic-2.png\";s:8:\"filesize\";i:68328;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"infographic-2-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13913;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"infographic-2-1024x290.png\";s:5:\"width\";i:1024;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71989;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"infographic-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9405;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"infographic-2-768x217.png\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48222;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"infographic-2-1536x435.png\";s:5:\"width\";i:1536;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118562;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"infographic-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29077;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"infographic-2-1080x536.png\";s:5:\"width\";i:1080;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47324;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"infographic-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30045;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"infographic-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40585;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"infographic-2-1080x306.png\";s:5:\"width\";i:1080;s:6:\"height\";i:306;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75039;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"infographic-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30465;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"infographic-2-1280x362.png\";s:5:\"width\";i:1280;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92810;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"infographic-2-980x277.png\";s:5:\"width\";i:980;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66259;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"infographic-2-480x136.png\";s:5:\"width\";i:480;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26228;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24264, 7906, '_wp_attached_file', '2025/01/jim.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24265, 7906, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2025/01/jim.jpg\";s:8:\"filesize\";i:74868;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"jim-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"jim-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9850;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"jim-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19058;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"jim-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21180;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"jim-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32132;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"jim-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34960;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"jim-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35877;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24266, 7909, '_wp_attached_file', '2025/01/bg-dark-scaled.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24267, 7909, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1306;s:4:\"file\";s:26:\"2025/01/bg-dark-scaled.jpg\";s:8:\"filesize\";i:368088;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bg-dark-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19601;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"bg-dark-1024x522.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89918;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"bg-dark-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16097;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"bg-dark-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58233;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"bg-dark-1536x783.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"bg-dark.jpg\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24277, 7921, '_wp_attached_file', '2025/01/example-3.mp4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24278, 7921, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:19501583;s:8:\"filesize\";i:132790421;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:54;s:16:\"length_formatted\";s:4:\"0:54\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:317273;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.20655794270833333;}s:17:\"created_timestamp\";i:1737492209;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24290, 6153, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24291, 6153, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24292, 6153, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24293, 6153, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24294, 6153, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24295, 6153, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24296, 6153, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24297, 6153, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24298, 6153, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24302, 6153, '_monsterinsights_sitenote_active', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24303, 6153, '_uf_disable_surveys', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24304, 6153, 'om_disable_all_campaigns', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24306, 6153, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24310, 7936, '_wp_attached_file', '2025/01/2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24311, 7936, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:76:\"2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250878;}s:6:\"medium\";a:5:{s:4:\"file\";s:84:\"2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27686;}s:5:\"large\";a:5:{s:4:\"file\";s:85:\"2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139009;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:84:\"2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18101;}}s:8:\"filesize\";i:1454478;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24312, 7937, '_wp_attached_file', '2025/01/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_01282025_V3.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24313, 7937, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:68:\"2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_01282025_V3-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:320955;}s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_01282025_V3-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32001;}s:5:\"large\";a:5:{s:4:\"file\";s:77:\"2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_01282025_V3-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_01282025_V3-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19102;}}s:8:\"filesize\";i:705456;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24314, 6014, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24315, 6014, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24316, 6014, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24317, 6014, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24318, 6014, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24319, 6014, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24320, 6014, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24321, 6014, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24322, 6014, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24329, 2086, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:985414;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66e46a6038ec0.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-01-29 20:12:40\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24330, 6021, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24331, 6021, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24332, 6021, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24333, 6021, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24334, 6021, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24335, 6021, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24336, 6021, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24337, 6021, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24338, 6021, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24342, 6282, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24343, 6282, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24344, 6282, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24345, 6282, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24346, 6282, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24347, 6282, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24348, 6282, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24349, 6282, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24350, 6282, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24356, 7943, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:162438;s:4:\"hits\";i:19;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67abceb86bab0.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24357, 7944, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:135828;s:4:\"hits\";i:10;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67abceb882a1d.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24358, 7945, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:394714;s:4:\"hits\";i:38;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67abceb914bcc.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24359, 7946, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:394735;s:4:\"hits\";i:101;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67abceb932cfb.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24360, 7947, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1109781;s:4:\"hits\";i:53;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67abceba227ac.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24361, 7948, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:391420;s:4:\"hits\";i:89;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67abcebd31a56.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24362, 7949, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:185539;s:4:\"hits\";i:127;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67abcf684d795.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24363, 7951, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:204377;s:4:\"hits\";i:161;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67abcf686b43f.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24364, 7950, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:160596;s:4:\"hits\";i:128;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67abcf6862a1f.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24365, 7952, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:721034;s:4:\"hits\";i:220;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67abd00ba6abd.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24366, 7953, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:80814;s:4:\"hits\";i:76;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67abd137c4d70.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24389, 7954, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1493944;s:4:\"hits\";i:781;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67ad0d62ef14a.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24396, 7954, '_wp_old_slug', '2024-petpartners-coverage-summary');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24397, 7954, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24398, 5621, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1765734;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6594f0561e173.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-02-18 22:40:38\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24401, 1935, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:363209;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6512ed9d745d4.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-02-19 17:26:26\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24409, 6217, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24410, 6217, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24411, 6217, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24412, 6217, '_aioseo_og_title', NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24413, 6217, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24414, 6217, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24415, 6217, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24416, 6217, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24417, 6217, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24418, 6217, '_monsterinsights_sitenote_active', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24419, 6217, '_uf_disable_surveys', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24420, 6217, 'om_disable_all_campaigns', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24421, 6217, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24437, 7965, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24438, 7965, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24439, 7965, '_et_pb_truncate_post_date', '2025-07-09 15:24:09');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24440, 7965, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24441, 7965, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24442, 7965, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24443, 7965, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24444, 7965, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24445, 7965, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24446, 7965, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24447, 7965, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24448, 7965, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24449, 7965, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24450, 7965, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24451, 7965, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24452, 7965, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24453, 7965, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_14 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_16\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_26  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Archived News 2024</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_15 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_17 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_27  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_26  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_16 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_18 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_28  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_27  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">When life changesKnow when to make changes to your benefits<br />\nWhether you’re having a baby or getting married, notify the benefits department when you have a Qualifying Life Event (QLE) so you can make the necessary changes to your benefits elections.&nbsp;<br />\nChanges due to a QLE must be made within 31 days of the qualifying event date and are effective the first day of the month following the event. The only exception to this rule is newborns or newly adopted children; QLE changes are effective on their date of birth or adoption.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_29  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_28  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Common QLEs include:</p>\n<p>	Change in marital status (e.g., marriage, divorce, deceased spouse)<br />\n	Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)<br />\n	Change in your spouse’s employment status, resulting in a loss or gain of coverage<br />\n	Change in your employment status, resulting in a loss or gain of coverage<br />\n	Enrollment in Medicare or Medicaid</p>\n<p>&nbsp;</p>\n<p>&nbsp;<br />\nNote: Before your changes are approved, you’ll need to provide proof of your QLE. Review the Dependent Eligibility Matrix for documentation requirements.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_17 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_19 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_30  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_29  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Questions?<br />\nRead the QLE FAQs to get answers to many common questions or contact our Benefits Resource Center, 7 a.m. – 7 p.m. (MST),Monday – Friday, by calling 833-849-9825.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_18 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_20 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_31  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_30  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Rx your way: on vacay or off to school<br />\nKnow when to make changes to your benefits<br />\nBanner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop shop for convenient, expert care and service. Since BFP isn’t located everywhere team members and their dependents need coverage, we offer a way to ensure pharmacy coverage, no matter where you are.<br />\nIf you, the covered team member, have a home address in a state outside BFP coverage areas (AZ, CA, CO, NE, NV and WY), there’s no action you have to take. Your pharmacy assignment includes access to CVS network pharmacies.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_21\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_32  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_31  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dependent override<br />\nWhen your dependents reside in non-BFP service locations (e.g., child away at college), you’ll need to obtain an override to allow prescription fills outside of the custom network. Note: A pharmacy override may be required for each prescription and can be approved for up to 12 months through CVS.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_32  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Vacation override<br />\nVacation overrides allow members to get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance. To get a vacation override, you must provide three specific dates:</p>\n<p>Departure date<br />\nDate member is picking up medication from the pharmacy<br />\nReturn date</p>\n<p>Those needing either a dependent or vacation override must contact Banner|Aetna Concierge, 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_33  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_6\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"2524\" height=\"2093\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" alt=\"\" title=\"Happy parents and their kids having fun while swimming in the sea.\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg 2524w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2-300x249.jpg 300w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2-1024x849.jpg 1024w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2-768x637.jpg 768w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2-1536x1274.jpg 1536w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2-2048x1698.jpg 2048w\" sizes=\"(max-width: 2524px) 100vw, 2524px\" class=\"wp-image-7502\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_19 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_22 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_34  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_33  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Health made simple<br />\nGet the best care when you’re sick<br />\nWhen you or a family member is sick or short of breath, do you know where to seek care? Should you go to urgent care, the ED or somewhere else?<br />\nBanner|Aetna plans provide several points of access for your health care needs, and receiving care at the right location can even save you time and money. For example, did you know if you use the ED and your condition is determined a non-emergency, the expense might not be covered? We’ve put together a list of services available to get you the care you need, when you need it most.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_34  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_7485\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_1\" data-footable_id=\"7485\" data-filter-delay=\"1000\" aria-label=\"Health Made Simple\"            id=\"footable_7485\"\n           data-unique_identifier=\"ninja_table_unique_id_268244968_7485\"\n           class=\" foo-table ninja_footable foo_table_7485 ninja_table_unique_id_268244968_7485 ui table  nt_type_legacy_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \">Service</th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_benefit \">Health Issue</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_vendor \">Cost</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_value_dental_plan_ppo \">How to Get Care</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"177\" class=\"ninja_table_row_0 nt_row_id_177\">\n            <td><b>Nurse Call Line  (24/7/365)</td><td>• Answer health questions<br>• Get care advice</td><td>Free</td><td>Call the 888-747-7990 number found on back of your medical insurance card</td>        </tr>\n            <tr data-row_id=\"187\" class=\"ninja_table_row_1 nt_row_id_187\">\n            <td><b>98point6 Telecare</td><td>• Answer health questions<br> • Diagnose/treat any primary care type visit<br> • Outline care options<br> • Order prescriptions or labs<br> • Refer you to specialists and resources in the Banner|Aetna network</td><td>Free </td><td>Download 98point6 app, create an account and begin using</td>        </tr>\n            <tr data-row_id=\"185\" class=\"ninja_table_row_2 nt_row_id_185\">\n            <td><b>Banner Urgent Care </td><td>• Fevers<br> • Flu and cold<br> • Simple fractures and sprains<br> • Work injuries<br> • Sports physicals</td><td><b>Choice Plus:</b> $30 copay for Banner entities; $100 copay for non-Banner entities. Deductible doesn’t apply.  <br> <b>Value/Premier:</b> $75 at time of service, then balance will be billed.  <br> After deductible for Banner Insurance: <br> ·      Premier: 15% coinsurance Max Saving tier, 25% standard savings tier <br> ·      Value: 20% coinsurance Max Saving tier, 30% standard savings tier</td><td><a href=\"https://www.bannerhealth.com/services/urgent-care\"><span style=\"color: #478C4D;\">Learn more here</a></td>        </tr>\n            <tr data-row_id=\"172\" class=\"ninja_table_row_3 nt_row_id_172\">\n            <td><b>ED</b></td><td>• Any severe or life-threatening conditions<br> • Chest pain<br> • Coughing blood<br> • Loss of consciousness<br> • Shortness of breath</td><td><b>Choice Plus:</b> $150 copay for Banner entities; $400 copay for non-Banner entities. Deductible doesn’t apply.<br><b>Premier:</b >15% coinsurance Max Saving tier, 25% standard savings tier. After deductible for Banner Insurance.<br><b>Value:</b> 20% coinsurance Max Saving tier, 30% standard savings tier. After deductible for Banner Insurance.</td><td>Visit closest ED for life-threatening conditions.</td>        </tr>\n            <tr data-row_id=\"173\" class=\"ninja_table_row_4 nt_row_id_173\">\n            <td colspan=\"4\"><h6>NOTE: If you use the ED and it’s determined not an emergency, the expense might not be covered.</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n    \n    \n    \n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_20 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_23 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_35  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_35  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">50,000+ pharmacies available<br />\nGet your medications from one of many pharmacy options<br />\nWhen you’re not feeling well or simply need to fill a regular prescription, it can be confusing to know where to go. Between Banner Family Pharmacies (BFP) and our network of other pharmacy options, we’ve got you covered.<br />\nTeams located within a BFP state (AZ, CO, NE, NV, NM, UT, WY) can explore the details below. Those in non-BFP states should check out your specific pharmacy coverage.</p>\n<p>General prescriptions—Include antibiotics, pain and anti-nausea medications, etc. Controlled substances are also included in this category, even if they’d normally be considered a maintenance medication.<br />\n&nbsp;</p>\n<p>Fill these prescription types at any in-network pharmacy; however, you’ll receive the lowest cost when utilizing a BFP.</p>\n<p>&nbsp;<br />\n&nbsp;</p>\n<p>Maintenance medications*—A small list of medications taken regularly for long-term (chronic) conditions, including birth control, high blood pressure, diabetes, high cholesterol medications, etc. For member convenience, your plan covers the first two fills at any network retail pharmacy location, but subsequent fills need to be via BFP location or home delivery.</p>\n<p>&nbsp;<br />\n&nbsp;</p>\n<p>Specialty medications —Treat complex, chronic conditions and include drugs classes such as antiparkinsonian and multiple sclerosis agents, antivirals and more. These must be filled via BFP Chandler Specialty Pharmacy for home delivery only. Contact them at 844-747-6441.</p>\n<p>&nbsp;<br />\n&nbsp;<br />\nNetwork of pharmacies<br />\nEnjoy a broad network of in-network pharmacies, including CVS, BFP, Safeway, Walmart, Kroger, Albertson’s and more. There are approximately 53,000 locations.</p>\n<p>Find an in-network pharmacy near you when you enter your ZIP code and select Aetna Managed Network.</p>\n<p>&nbsp;<br />\n&nbsp;<br />\nBFP resources</p>\n<p>Banner Home Delivery—This is the most convenient method to receive your medications, allowing for up to a 90-day supply to be sent to you directly and minimizing your out-of-pocket costs.<br />\nDownload the BFP app or visit the BFP website for prescriptions made easy.</p>\n<p>&nbsp;<br />\n&nbsp;<br />\n*The list isn’t all-inclusive, and the information is subject to change. Some prescription benefit plans may not cover certain categories of medicines, regardless of their appearance in this document. To check coverage and copay information, visit Aetna.com and log in to member website. For questions, please call the toll-free number on your member ID card.<br />\n&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_21 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_24 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_36  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_36  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dental care at home<br />\nReceive a free oral health screening<br />\nAre you enrolled in a dental plan but don’t use it? If you’re avoiding dental visits due to costs, inconvenience or dental anxiety, SmartScan* provides a fast, free and painless way to stay on top of your dental needs.<br />\nSmartScan is a unique, at-home dental screening tool that lets you use your smartphone to take a series of guided dental photos. Within minutes, you’ll receive a professional assessment from a Cigna Healthcare dentist. However, this isn’t a replacement for a full exam and X-rays done in a dental office, which are important ways to protect your teeth, gums and oral health.<br />\n*SmartScan screenings are available at no additional cost to those enrolled in a Cigna dental plan.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_37  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How it works<br />\n&nbsp;</p>\n<p>	Take guided dental photos of your teeth/mouth<br />\n	​Upload your photos to dental.com, where artificial intelligence and a Cigna Healthcare network dentist examine your teeth and gums<br />\n	You’ll receive a report with an overall rating indicating your oral health status</p>\n<p>&nbsp;<br />\nIf your oral rating is green, you’ll have peace of mind knowing your mouth is healthy. If your rating is yellow or red, you can book a teledentistry appointment through Cigna Healthcare Dental virtual care or be referred to a Cigna Healthcare Dental in-network provider.<br />\nQuestions? Visit mycigna.com or call 800-244-6224.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_37  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_7\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"744\" height=\"1551\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png\" alt=\"\" title=\"new-dental-iphone\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png 744w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone-480x1001.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 744px, 100vw\" class=\"wp-image-7495\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_22 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_25 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_2_5 et_pb_column_38  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_8\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"1737\" height=\"1418\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png\" alt=\"\" title=\"986-image\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png 1737w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image-1280x1045.png 1280w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image-980x800.png 980w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image-480x392.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1737px, 100vw\" class=\"wp-image-7819\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_3_5 et_pb_column_39  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_38  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Takin&#8217; care of business<br />\nTake charge of your health virtually with 98point6<br />\nWith no waiting rooms, no time off work and no uncomfortable face-to-face conversations, 98point6 is a more convenient, affordable way to take charge of your health through Banner|Aetna, right from your mobile device.</p>\n<p> <br />\nFor common conditions such as flu and hypertension to more specific concerns like COVID-19, fungal infections and prostate and menstrual health, 98point6 has board-certified physicians available on-demand, 24/7, who can:• Answer health-related questions• Diagnose and treat• Outline care options• Order prescriptions and labs as appropriate• Refer you to specialists and resources in the Banner|Aetna network98point6 is for team members and dependents ages one and older enrolled in the Banner|Aetna employee plan. There’s $0 out of pocket per visit for Choice Plus Plan members and $5* out of pocket per visit for Value and Premier Plan members.*The $5 cost share for Banner|Aetna members, with HSA-compatible plans, will be waived for all 98point6 virtual care visits through Dec. 31, 2024, in response to provisions of the Consolidated Appropriations Act, 2023.Consider Banner TelehealthAdditionally, Banner Telehealth also offers quality health care from your primary and specialty doctors in the comfort of your own home using a video-enabled device such as a laptop, tablet or smartphone. Nearly all Banner doctors and health care providers can provide telehealth care.Questions?• Learn more about 98point6• Learn more about Banner Telehealth</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_23 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_26 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_40  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_39  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Winning in trust, innovation, places to work<br />\nCelebrate three major recognitions we earned as One Team<br />\nThanks to you—our amazing teams—Banner was recently included in three widely recognized lists that prove the impact of your hard work. Together as One Team, we’re making life easier for our communities and earning Sofia’s trust all while striving to make this a great place not only to receive care but to work.<br />\n&nbsp;<br />\n2024 Most Innovative Companies—FortuneOut of 200 companies on Fortune’s list, 21 of those health systems, we’re honored to be included for the second year in a row. Ranking was based on three dimensions: product innovation, innovation culture and process innovation. Read more. <br />\nMost Trustworthy Companies in America—NewsweekEverything we do is centered around making health care and life easier for Sofia—and as our Vision states, we aim to become her most trusted health partner. That’s why it means so much to be included in Newsweek’s list of companies that customers said they could trust based on an independent survey. Read more.<br />\n <br />\n150 top places to work in healthcare 2024—Becker’s Hospital ReviewWe’re focused on being a great place to work and receive care, so we’re proud to be included in this list among other hospitals, health systems and health care companies prioritizing workplace excellence and the happiness, satisfaction, well-being and fulfillment of their teams. Read more.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_9\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"2541\" height=\"439\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards.png\" alt=\"\" title=\"news-awards\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards.png 2541w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards-1280x221.png 1280w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards-980x169.png 980w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards-480x83.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2541px, 100vw\" class=\"wp-image-7507\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_24 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_27\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_41  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_42  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_25 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_28\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_43  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_40  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_44  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_45  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_10\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_41  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24454, 7965, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7965\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24455, 7965, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24456, 7965, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24457, 7965, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24458, 7965, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24459, 7965, '_edit_lock', '1752073211:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24460, 7965, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24461, 7965, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24462, 7965, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24463, 7965, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24464, 7965, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24465, 7965, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24466, 7965, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24467, 7965, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24468, 7965, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24469, 7965, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24470, 7965, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24477, 7968, '_wp_attached_file', '2025/04/news-2.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24478, 7968, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:977;s:4:\"file\";s:18:\"2025/04/news-2.jpg\";s:8:\"filesize\";i:1250664;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"news-2-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24897;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"news-2-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79833;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"news-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21394;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"news-2-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55107;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"news-2-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149220;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"news-2-2048x782.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:232705;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"news-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33081;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"news-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110818;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"news-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34231;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"news-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44132;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"news-2-1080x412.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87388;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"news-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44375;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"news-2-1280x489.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112169;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"news-2-980x374.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75835;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"news-2-480x183.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33471;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Getty Images/Westend61\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:130:\"Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept\";s:17:\"created_timestamp\";s:10:\"1618790400\";s:9:\"copyright\";s:27:\"Westend61 / Davide Angelini\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"Young woman enjoying electric scooter ride on footpath\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:11:\"20-30 years\";i:1;s:6:\"adults\";i:2;s:6:\"casual\";i:3;s:9:\"caucasian\";i:4;s:6:\"colour\";i:5;s:7:\"ecology\";i:6;s:16:\"electric scooter\";i:7;s:16:\"environmentalism\";i:8;s:14:\"female tourist\";i:9;s:5:\"happy\";i:10;s:7:\"leisure\";i:11;s:11:\"millennials\";i:12;s:8:\"mobility\";i:13;s:4:\"path\";i:14;s:7:\"scooter\";i:15;s:14:\"sustainability\";i:16;s:5:\"woman\";i:17;s:12:\"young adults\";}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24507, 7985, '_wp_attached_file', '2025/04/news-awards-2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24508, 7985, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:651;s:6:\"height\";i:439;s:4:\"file\";s:25:\"2025/04/news-awards-2.png\";s:8:\"filesize\";i:573413;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"news-awards-2-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"news-awards-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25452;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"news-awards-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79362;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"news-awards-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88105;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"news-awards-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139434;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"news-awards-2-400x439.png\";s:5:\"width\";i:400;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118618;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"news-awards-2-480x324.png\";s:5:\"width\";i:480;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109365;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24520, 7991, '_wp_attached_file', '2025/04/2503x597_news-awards.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24521, 7991, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2503;s:6:\"height\";i:597;s:4:\"file\";s:32:\"2025/04/2503x597_news-awards.png\";s:8:\"filesize\";i:296778;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2503x597_news-awards-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30066;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"2503x597_news-awards-1024x244.png\";s:5:\"width\";i:1024;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:205100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"2503x597_news-awards-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17795;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"2503x597_news-awards-768x183.png\";s:5:\"width\";i:768;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131700;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"2503x597_news-awards-1536x366.png\";s:5:\"width\";i:1536;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:466361;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"2503x597_news-awards-2048x488.png\";s:5:\"width\";i:2048;s:6:\"height\";i:488;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:874213;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"2503x597_news-awards-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73820;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"2503x597_news-awards-1080x597.png\";s:5:\"width\";i:1080;s:6:\"height\";i:597;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:274300;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"2503x597_news-awards-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85401;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"2503x597_news-awards-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145738;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"2503x597_news-awards-1080x258.png\";s:5:\"width\";i:1080;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227033;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"2503x597_news-awards-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152136;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"2503x597_news-awards-1280x305.png\";s:5:\"width\";i:1280;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:314883;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"2503x597_news-awards-980x234.png\";s:5:\"width\";i:980;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:189423;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"2503x597_news-awards-480x114.png\";s:5:\"width\";i:480;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59285;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24529, 7765, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24533, 7995, '_wp_attached_file', '2025/04/UTF-82025-Maintenance-Medicine-Drug-List.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24534, 7995, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"UTF-82025-Maintenance-Medicine-Drug-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67719;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"UTF-82025-Maintenance-Medicine-Drug-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13201;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"UTF-82025-Maintenance-Medicine-Drug-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"UTF-82025-Maintenance-Medicine-Drug-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8901;}}s:8:\"filesize\";i:160596;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24535, 7997, '_wp_attached_file', '2025/04/UTF-82025-Specialty-Drug-List.pdf');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24536, 7997, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"UTF-82025-Specialty-Drug-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54890;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"UTF-82025-Specialty-Drug-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11690;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"UTF-82025-Specialty-Drug-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"UTF-82025-Specialty-Drug-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7903;}}s:8:\"filesize\";i:204377;}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24546, 6718, '_monsterinsights_sitenote_active', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24547, 6718, '_uf_disable_surveys', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24548, 6718, 'om_disable_all_campaigns', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24549, 8004, '_wp_attached_file', '2025/05/98point6.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24550, 8004, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:916;s:6:\"height\";i:1470;s:4:\"file\";s:20:\"2025/05/98point6.png\";s:8:\"filesize\";i:820604;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"98point6-187x300.png\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11280;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"98point6-638x1024.png\";s:5:\"width\";i:638;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66891;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"98point6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5815;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"98point6-768x1232.png\";s:5:\"width\";i:768;s:6:\"height\";i:1232;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92530;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"98point6-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15482;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"98point6-916x675.png\";s:5:\"width\";i:916;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65127;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"98point6-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16547;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"98point6-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24097;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24551, 6718, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24560, 8009, '_has_ninja_tables', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24561, 8009, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24562, 8009, '_et_pb_truncate_post_date', '2025-07-09 15:24:09');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24563, 8009, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24564, 8009, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24565, 8009, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24566, 8009, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24567, 8009, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24568, 8009, '_et_pb_first_image', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24569, 8009, '_et_pb_old_content', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24570, 8009, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24571, 8009, '_et_pb_custom_css', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24572, 8009, '_dp_original', 765);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24573, 8009, '_edit_last', 1);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24574, 8009, '_wp_page_template', 'default');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24575, 8009, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24576, 8009, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Archived News</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Map your health care journey<br />\nNavigating your health care should be simple and stress-free. With easy access to your benefits, personalized support and cost-saving tools, we&#8217;re here to guide you every step of the way. Explore the resources below to make the most of your health care offerings.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Personalized benefits support every step of the way<br />\nNeed help navigating your benefits? Our Benefits Navigators are here to provide one-on-one assistance. Larger locations have navigators on-site, but you can also get assistance via phone or email. Find specific contact information on the Documents page.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Get started with seamless access to your Aetna member account<br />\nGood news! The Banner|Aetna single sign-on (SSO) is now live, making it easier to access your Aetna member account.</p>\n<p>	Inside Banner IT network: Use your Banner credentials to log in through Banner Connect. Simply search &#8220;Banner|Aetna&#8221; to find the SSO link and bookmark it for future use.<br />\n	Outside Banner IT network: Visit banneraetna.com and log in with your username and password.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_3_5 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Your road to quality care when you need it<br />\nChoosing the right location for care can save time and money. Here’s your line of defense when seeking care:</p>\n<p> 1. Nurse call line: Get expert advice, 24/7, 365, by calling 888-747-7990.<br />\n	 2. 98point6 telecare: For primary care, diagnoses, prescriptions and referrals.<br />\nAvailable to U.S. residents aged 1 year and up. Chat with board-certified physicians anytime, anywhere. If you live outside the Banner domestic area, this is a great way to get routine care for little to no cost:<br />\n	Value Plan and Premier Plan members: $5 out-of-pocket cost per visit<br />\n	All others: $0 out-of-pocket cost per visit</p>\n<p>Check out the 98point6 page on this site to learn more and download the app.</p>\n<p>	 3. Banner Urgent Care: For non-life-threatening issues like cold, flu or fractures.<br />\n	 4. ED: Save the Emergency Department for severe or life-threatening conditions only.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_2_5 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img fetchpriority=\"high\" decoding=\"async\" width=\"916\" height=\"1470\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/05/98point6.png\" alt=\"\" title=\"98point6\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/05/98point6.png 916w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/05/98point6-187x300.png 187w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/05/98point6-638x1024.png 638w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/05/98point6-768x1232.png 768w\" sizes=\"(max-width: 916px) 100vw, 916px\" class=\"wp-image-8004\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_4 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">On track toward maximum pharmacy savings<br />\nSave on prescription medications by using Banner Family Pharmacies if you&#8217;re in our care areas. If you&#8217;re outside those areas, use the CVS national network. To find a participating pharmacy:</p>\n<p>	Visit the Aetna Managed Pharmacy Network site<br />\n	Fill in the required information<br />\n	Under Select Pharmacy Network, select Aetna Managed Network<br />\n	Click Search</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Understanding your Explanation of Benefits (EOBs)<br />\nYour EOB is a snapshot of your insurance coverage and potential costs. Always review it before paying your medical bills to avoid any surprises.<br />\nFor more tips on understanding your EOB, visit banneraetna.com or call the Banner|Aetna Concierge at 855-788-5803, 8 a.m. to 6 p.m. (MST), Monday – Friday.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Wellness redefinedFind out how preventive care opportunities have expanded<br />\nPreventive screenings are an important part of your well-being, allowing for early detection of health issues and reducing the risk of serious illness. Being proactive with your health can have a huge impact on your quality of life.<br />\nPreventive services are important, which is why we’ve removed age limits for things like colorectal, cervical, diabetes and lung cancer screenings, mammograms and more if you’re enrolled in a Banner medical plan. Additionally, to allow for more convenient scheduling, you’ll be able to receive these screenings once every plan year, instead of every 12 months.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">In addition to this expanded coverage, you’ll have more ways to earn MyWell-Being points by:<br />\n&nbsp;<br />\n&nbsp;</p>\n<p>Scheduling your preventive screenings—600 points (3X/year)<br />\nEncouraging loved ones to schedule preventive screenings—300 points (3X/year)<br />\nCompleting preventive screenings—1,000 points (3X/year)</p>\n<p>&nbsp;<br />\nMake 2025 the year to achieve optimal wellness—schedule preventive screenings and encourage your loved ones to do so as well.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_5 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Questions?<br />\nEmail BHMyWell-Being@bannerhealth.com.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_6 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Feel better, live better<br />\nEnroll in Virta Health’s new weight management program<br />\nGet healthier and shed the pounds this year, with the guided assistance of a medical care team, through your Banner medical plan.</p>\n<p>Claim your covered benefit now to lose weight with our expanded Virta offerings. The new weight management program, alongside pre-diabetes and type 2 diabetes care, is available at no cost to team members and eligible dependents with a BMI of 27 or greater.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_8\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This is a guided nutrition program where you’ll receive expert support and a free starter kit to help you lose weight, including:</p>\n<p>	Digital weight scale that syncs with your phone to track progress<br />\n	Connected meter to monitor blood sugar and metabolic health<br />\n	One-on-one support from an expert health coach<br />\n	Dedicated medical provider to safely reduce medications<br />\n	Personalized nutrition plan with easy, delicious recipes</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Whether you&#8217;re interested in improving your health, gaining energy, eliminating unwanted medications or looking and feeling better, start by claiming your benefit now or visiting Health Management Programs resource page.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"2524\" height=\"2093\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" alt=\"\" title=\"Happy parents and their kids having fun while swimming in the sea.\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg 2524w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2-300x249.jpg 300w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2-1024x849.jpg 1024w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2-768x637.jpg 768w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2-1536x1274.jpg 1536w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2-2048x1698.jpg 2048w\" sizes=\"(max-width: 2524px) 100vw, 2524px\" class=\"wp-image-7502\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_7 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Simplifying access to care when you need it<br />\nLocate the best place to go based on your illness<br />\nWhen you or a family member are sick or experiencing a medical emergency, do you know where to seek care? In a medical emergency, every second counts. And the urgency of the situation necessitates you know where to turn—be it calling 9-1-1, heading to the nearest ED or utilizing urgent care—to ensure you get the care you need quickly.<br />\nBanner|Aetna plans provide several points of access for your health care needs, helping you receive care at the right location, saving you time and money (i.e., if you go to the ED and your condition is determined a non-emergency, the medical expense might not be covered). That’s why we’ve put together a list of services available to get you the care you need, when you need it most.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_7485\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"7485\" data-filter-delay=\"1000\" aria-label=\"Health Made Simple\"            id=\"footable_7485\"\n           data-unique_identifier=\"ninja_table_unique_id_788686047_7485\"\n           class=\" foo-table ninja_footable foo_table_7485 ninja_table_unique_id_788686047_7485 ui table  nt_type_legacy_table selectable striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_blank  \">Service</th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_benefit \">Health Issue</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_vendor \">Cost</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_value_dental_plan_ppo \">How to Get Care</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"177\" class=\"ninja_table_row_0 nt_row_id_177\">\n            <td><b>Nurse Call Line  (24/7/365)</td><td>• Answer health questions<br>• Get care advice</td><td>Free</td><td>Call the 888-747-7990 number found on back of your medical insurance card</td>        </tr>\n            <tr data-row_id=\"187\" class=\"ninja_table_row_1 nt_row_id_187\">\n            <td><b>98point6 Telecare</td><td>• Answer health questions<br> • Diagnose/treat any primary care type visit<br> • Outline care options<br> • Order prescriptions or labs<br> • Refer you to specialists and resources in the Banner|Aetna network</td><td>Free </td><td>Download 98point6 app, create an account and begin using</td>        </tr>\n            <tr data-row_id=\"185\" class=\"ninja_table_row_2 nt_row_id_185\">\n            <td><b>Banner Urgent Care </td><td>• Fevers<br> • Flu and cold<br> • Simple fractures and sprains<br> • Work injuries<br> • Sports physicals</td><td><b>Choice Plus:</b> $30 copay for Banner entities; $100 copay for non-Banner entities. Deductible doesn’t apply.  <br> <b>Value/Premier:</b> $75 at time of service, then balance will be billed.  <br> After deductible for Banner Insurance: <br> ·      Premier: 15% coinsurance Max Saving tier, 25% standard savings tier <br> ·      Value: 20% coinsurance Max Saving tier, 30% standard savings tier</td><td><a href=\"https://www.bannerhealth.com/services/urgent-care\"><span style=\"color: #478C4D;\">Learn more here</a></td>        </tr>\n            <tr data-row_id=\"172\" class=\"ninja_table_row_3 nt_row_id_172\">\n            <td><b>ED</b></td><td>• Any severe or life-threatening conditions<br> • Chest pain<br> • Coughing blood<br> • Loss of consciousness<br> • Shortness of breath</td><td><b>Choice Plus:</b> $150 copay for Banner entities; $400 copay for non-Banner entities. Deductible doesn’t apply.<br><b>Premier:</b >15% coinsurance Max Saving tier, 25% standard savings tier. After deductible for Banner Insurance.<br><b>Value:</b> 20% coinsurance Max Saving tier, 30% standard savings tier. After deductible for Banner Insurance.</td><td>Visit closest ED for life-threatening conditions.</td>        </tr>\n            <tr data-row_id=\"173\" class=\"ninja_table_row_4 nt_row_id_173\">\n            <td colspan=\"4\"><h6>NOTE: If you use the ED and it’s determined not an emergency, the expense might not be covered.</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n    \n    \n    \n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_8 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dental care at home<br />\nReceive a free oral health screening<br />\nAre you enrolled in a dental plan but don’t use it? If you’re avoiding dental visits due to costs, inconvenience or dental anxiety, SmartScan* provides a fast, free and painless way to stay on top of your dental needs.<br />\nSmartScan is a unique, at-home dental screening tool that lets you use your smartphone to take a series of guided dental photos. Within minutes, you’ll receive a professional assessment from a Cigna Healthcare dentist. However, this isn’t a replacement for a full exam and X-rays done in a dental office, which are important ways to protect your teeth, gums and oral health.<br />\n*SmartScan screenings are available at no additional cost to those enrolled in a Cigna dental plan.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How it works<br />\n&nbsp;</p>\n<p>	Take guided dental photos of your teeth/mouth<br />\n	​Upload your photos to dental.com, where artificial intelligence and a Cigna Healthcare network dentist examine your teeth and gums<br />\n	You’ll receive a report with an overall rating indicating your oral health status</p>\n<p>&nbsp;<br />\nIf your oral rating is green, you’ll have peace of mind knowing your mouth is healthy. If your rating is yellow or red, you can book a teledentistry appointment through Cigna Healthcare Dental virtual care or be referred to a Cigna Healthcare Dental in-network provider.<br />\nQuestions? Visit mycigna.com or call 800-244-6224.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"744\" height=\"1551\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png\" alt=\"\" title=\"new-dental-iphone\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png 744w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone-480x1001.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 744px, 100vw\" class=\"wp-image-7495\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_9 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_11 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_2_5 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_3\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"1737\" height=\"1418\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png\" alt=\"\" title=\"986-image\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png 1737w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image-1280x1045.png 1280w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image-980x800.png 980w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image-480x392.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1737px, 100vw\" class=\"wp-image-7819\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_3_5 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_17  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Takin&#8217; care of business<br />\nTake charge of your health virtually with 98point6<br />\nWith no waiting rooms, no time off work and no uncomfortable face-to-face conversations, 98point6 is a more convenient, affordable way to take charge of your health through Banner|Aetna, right from your mobile device.</p>\n<p> <br />\nFor common conditions such as flu and hypertension to more specific concerns like COVID-19, fungal infections and prostate and menstrual health, 98point6 has board-certified physicians available on-demand, 24/7, who can:• Answer health-related questions• Diagnose and treat• Outline care options• Order prescriptions and labs as appropriate• Refer you to specialists and resources in the Banner|Aetna network98point6 is for team members and dependents ages one and older enrolled in the Banner|Aetna employee plan. There’s $0 out of pocket per visit for Choice Plus Plan members and $5* out of pocket per visit for Value and Premier Plan members.*The $5 cost share for Banner|Aetna members, with HSA-compatible plans, will be waived for all 98point6 virtual care visits through Dec. 31, 2024, in response to provisions of the Consolidated Appropriations Act, 2023.Consider Banner TelehealthAdditionally, Banner Telehealth also offers quality health care from your primary and specialty doctors in the comfort of your own home using a video-enabled device such as a laptop, tablet or smartphone. Nearly all Banner doctors and health care providers can provide telehealth care.Questions?• Learn more about 98point6• Learn more about Banner Telehealth</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_10 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_12 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Banner earns Great Place To Work certification<br />\nFind out how we earned this designation together as One Team<br />\nCongratulations, as One Team we’ve become a certified Great Place To Work.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_19  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">The certification is a national designation measuring workplace culture and tells the world we exemplify qualities of an extraordinary workplace—one where you trust the people you work for, have pride in what you do and enjoy the people you work with.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_20  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">We submitted an application outlining our benefits, programs and initiatives designed to support and care for our teams. As a part of the certification process, a comprehensive survey was sent to 5,000 team members earlier this year asking about trust, pride, leadership and communication. The results showed that 76% believe we’re a great place to work compared to 57% of employees at a typical U.S.-based company.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_21  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">“This recognition belongs to every team member and reflects the profound impact they have in the communities we serve,” says Amy Perry, president and CEO, in response to the certification news. “You truly make Banner a great place to work.”</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_22  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This certification enhances our reputation and assists us in recruiting and retaining top talent. It also signals to our patients and visitors that we not only care about our teams but also work with the best and brightest.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_23  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">We’ve also recently been recognized for the second year in a row on Newsweek’s list of Most Trustworthy Companies in America as one of the top 10 hospitals or health systems, as well as a three-year champion of Fortune&#8217;s America’s Most Innovative Companies list.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_4\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"651\" height=\"439\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png\" alt=\"\" title=\"news-awards-2\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png 651w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2-480x324.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 651px, 100vw\" class=\"wp-image-7985\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_11 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_13 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/archived-news\">ARCHIVED NEWS</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_with_border et_pb_section et_pb_section_12 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_14\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_13 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_15\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_24  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask ALEX<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_5\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"91\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" alt=\"\" title=\"logo-white\" srcset=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png 500w, https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white-480x87.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-5752\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_25  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img decoding=\"async\" class=\"pf-button-img\" src=\"https://cdn.printfriendly.com/buttons/printfriendly-pdf-email-button-notext.png\" alt=\"Print Friendly, PDF & Email\" style=\"width: 110px;height: 30px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24577, 8009, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"8009\" /]');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24578, 8009, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24579, 8009, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24580, 8009, '_global_colors_info', '{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24581, 8009, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24582, 8009, '_edit_lock', '1752073130:1');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24583, 8009, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24584, 8009, '_aioseo_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24585, 8009, '_aioseo_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24586, 8009, '_aioseo_keywords', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24587, 8009, '_aioseo_og_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24588, 8009, '_aioseo_og_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24589, 8009, '_aioseo_og_article_section', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24590, 8009, '_aioseo_og_article_tags', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24591, 8009, '_aioseo_twitter_title', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24592, 8009, '_aioseo_twitter_description', NULL);

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24593, 8009, '_monsterinsights_sitenote_active', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24594, 8009, '_uf_disable_surveys', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24595, 8009, 'om_disable_all_campaigns', '');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24596, 8009, '_thumbnail_id', '0');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24609, 8022, '_wp_attached_file', '2025/07/elder-care.jpg');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24610, 8022, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:940;s:6:\"height\";i:1008;s:4:\"file\";s:22:\"2025/07/elder-care.jpg\";s:8:\"filesize\";i:1242366;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"elder-care-280x300.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47988;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"elder-care-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28649;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"elder-care-768x824.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197289;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"elder-care-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51969;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"elder-care-940x675.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243990;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"elder-care-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55997;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"elder-care-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79183;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"elder-care-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79922;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"elder-care-480x515.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92688;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24611, 8023, '_wp_attached_file', '2025/07/child-care.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24612, 8023, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:936;s:6:\"height\";i:1108;s:4:\"file\";s:22:\"2025/07/child-care.jpg\";s:8:\"filesize\";i:504668;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"child-care-253x300.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31158;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"child-care-865x1024.jpg\";s:5:\"width\";i:865;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114166;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"child-care-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21226;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"child-care-768x909.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:909;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97782;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"child-care-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34524;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"child-care-936x675.jpg\";s:5:\"width\";i:936;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93975;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"child-care-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36279;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"child-care-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46829;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"child-care-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48237;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"child-care-480x568.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56136;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24613, 8026, '_wp_attached_file', '2025/07/aetna-scaled.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24614, 8026, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1596;s:4:\"file\";s:24:\"2025/07/aetna-scaled.png\";s:8:\"filesize\";i:314468;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"aetna-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11747;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"aetna-1024x638.png\";s:5:\"width\";i:1024;s:6:\"height\";i:638;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68677;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"aetna-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"aetna-768x479.png\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45194;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"aetna-1536x958.png\";s:5:\"width\";i:1536;s:6:\"height\";i:958;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126163;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"aetna-2048x1277.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:211050;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"aetna-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17767;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"aetna-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74937;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"aetna-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21158;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"aetna-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32363;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"aetna-1080x673.png\";s:5:\"width\";i:1080;s:6:\"height\";i:673;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:9:\"aetna.png\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24618, 8029, '_wp_attached_file', '2025/07/aetna-scaled-2.png');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24619, 8029, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1776;s:6:\"height\";i:1596;s:4:\"file\";s:26:\"2025/07/aetna-scaled-2.png\";s:8:\"filesize\";i:790863;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"aetna-scaled-2-300x270.png\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19949;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"aetna-scaled-2-1024x920.png\";s:5:\"width\";i:1024;s:6:\"height\";i:920;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121359;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"aetna-scaled-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8846;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"aetna-scaled-2-768x690.png\";s:5:\"width\";i:768;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75637;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"aetna-scaled-2-1536x1380.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1380;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:242618;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"aetna-scaled-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26427;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"aetna-scaled-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115651;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"aetna-scaled-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28870;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"aetna-scaled-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41694;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"aetna-scaled-2-1080x971.png\";s:5:\"width\";i:1080;s:6:\"height\";i:971;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131308;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"aetna-scaled-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47024;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"aetna-scaled-2-1280x1150.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175612;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"aetna-scaled-2-980x881.png\";s:5:\"width\";i:980;s:6:\"height\";i:881;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112233;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"aetna-scaled-2-480x431.png\";s:5:\"width\";i:480;s:6:\"height\";i:431;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39022;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24629, 7765, '_et_dynamic_cached_shortcodes', 'a:14:{i:0;s:11:\"et_pb_slide\";i:1;s:20:\"et_pb_accordion_item\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:15:\"et_pb_accordion\";i:6;s:12:\"et_pb_button\";i:7;s:21:\"et_pb_countdown_timer\";i:8;s:9:\"et_pb_cta\";i:9;s:11:\"et_pb_image\";i:10;s:12:\"et_pb_search\";i:11;s:12:\"et_pb_slider\";i:12;s:17:\"et_pb_testimonial\";i:13;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24630, 7765, '_et_dynamic_cached_attributes', 'a:3:{s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x3d;||divi||400\";}s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:3:\"1.2\";}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24631, 7765, '_et_builder_module_features_cache', 'a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"tb\":[],\"wpe\":[]}\";i:1;a:68:{s:46:\"et_pb_section_d0b99aee4d4b5a222619c6d6f4b3a921\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8b544a59e54b8cadfe0a61dc4f0c2a25\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_slider_76874adb92b5f21d701af6941a0fbf48\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"46\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"16\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_333ebd378ead5070356399f21f345e22\";a:9:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c77d6dc0171f35eef9aa67bee9608990\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_00f40e48a2cc60c35d9e06a68463ed39\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f332e0732fa35ba5110d1250afdfef13\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_slider_1dec42fd381f2a2b6c8977207bea6b3a\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"46\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"16\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_e092a27c26067685ee191be7993b8cf1\";a:9:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_bde4ed54942636bcbee60a53ef528f50\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0f266749abce9d8a94a8268f2823b8fb\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_55ab83fe66362ccf6ce6516cfc857d3a\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_92a2c5baf19d6161130f957e960a1b79\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3695b3625e5fdcfd9e59be61981e9ae7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_00695b5807c1486e3aed038b9eeaf8b1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5b817faa123cf17a7e0734a65976c276\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_e007bdc6f3ce621b9a8274575131a71d\";a:10:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_018699039193ba8d1864eb3ce5629b83\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4930915d9d340dfa5e05d0f4e9e4f137\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_86f727f757ceaabbc5f4caeff7b0dc2a\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_09ff453b9fe95f367432fc40142a0368\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_283962bb160b096339afacf403d58e05\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_96e533f7e588a65a4baedd1f37635e0a\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_f04dfb75cdb92e483404e536c38a1031\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_10f45701357718c8835ca84f68314a63\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e5728ef62eb4cb9025e92f4722abcb94\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cbb21b54c7ae411d731cf9c8121a69d1\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_53797a637fae492b41779d948a034963\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_ce5c6c3aa0ae6122d9ee8acdb380d8fc\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_5593f33a8a3ef3d89b8e963ac99e2e5c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_f899ec0dfb0d4d5a9162d35de4cd8f17\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_b1b4f95f62191dad23c3ba7f1eb63e82\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8513e1c287eb79a1f381319c80a8797d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_slider_8b39082ebf5e5150dee5356903fc9ef8\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"46\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"16\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_b312b3aaea1040b9a3d1d5958a6fb10a\";a:7:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_f0783a09c7beeeeee5202b99593efd94\";a:7:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_a7f8f52cf8754bba6057b677697633c7\";a:7:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_face8bedf019e8a1d0c03e30c8aeda1e\";a:7:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_b1632da47ffe78ce18cb2acc2f3f78b1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e300230fdfb2d3a6ecd9f4dafcf33c25\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a55b22aeb42f0c2ed7184530653c831c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_05a3a3b1e8dce86ee7bc61a0c0891218\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_d69be44d121c4b0cc64633d007d9d230\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_36a6548ba0780220eb49ead2377b855b\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3fbec02b050c069e6df04779e3559d0f\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e760b210032d16075acd8147e80b3938\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8661a830c8422f4fa7dcf63ce57b6205\";a:8:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b21e827980ce57ce82ce240ae4c0fb90\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_ef8290c53d1d4f40460edb269a0170fb\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_fd0699eb674b4d49b3a4b6a17a99692f\";a:10:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_8336745d6d58b44f0d4c177e0867bb85\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_70a4db68246d8cf2cd340c2a089022ae\";a:10:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_1196f73fbf17add1ec26047f5aec255c\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b9b07ac2844a22931246cb0e0fcb5b82\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_723a2a85fc989c0482ab17628fb47c07\";a:10:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_77ab0d34beba6f6415fd2a8803dc7a4c\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c9c84f66bc10a25cf364592880ac70d8\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f8c4bf7f9edf9fd0d1c594fc941389e9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_9b33e7270523df585834cd0bb6062ca7\";a:6:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_798e14518ec47507caf8b562f07a06dc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0d722eac26e1a447bfd9dd4fba31b77b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_aaf307763252d494a430460f0f580e6c\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_search_0578481a351657366d3b056508aacd40\";a:9:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_42884ef306b4e3bf23b5c4877b470388\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f64cbf8d25a9e51e404604475a78f572\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_0e100ef456f2a10848589f9104305ebb\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24632, 6171, '_et_dynamic_cached_shortcodes', 'a:9:{i:0;s:11:\"et_pb_slide\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:12:\"et_pb_search\";i:7;s:12:\"et_pb_slider\";i:8;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24633, 6171, '_et_dynamic_cached_attributes', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24634, 6171, '_et_builder_module_features_cache', 'a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"tb\":[],\"wpe\":[]}\";i:1;a:24:{s:46:\"et_pb_section_273d58f99a3a6f28b702e2fa072f9dcf\";a:6:{s:3:\"fil\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_1c230be61a95d5330397c6329429be37\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_1ba3535effd2d2db50ae5639752f2572\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_slider_20bd14f8676bb1f0449e5599a04a61ab\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"46\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"16\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_678168452c41f030d692427c017292cd\";a:8:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_5701390d6dfe92e242ddb33787696884\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c8bf6848b6695864c74ba364fd75dd19\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_7751c32f807ee3ec2ead145eca8c0cc5\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_53797a637fae492b41779d948a034963\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_6617fa9cfc2648e31d4ad2ebecc2fdbc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_affc61f384c2613b0684279fbe479595\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_13414d6f2de384c53550f11ceb53bf70\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_58fb4d588d09799ff3ff370d75444d02\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_ced0257a7ca04bf6e6c563f75c758419\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_ba6c69f782040713a6d17881687fd42a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_fc6b636955903974a76831ce091b1cc5\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_79b57cf92ced12070f0d32f600af8ed2\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0d722eac26e1a447bfd9dd4fba31b77b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a55b22aeb42f0c2ed7184530653c831c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b1dd6be46ad6267897bc5abe7fdec4d6\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_search_0578481a351657366d3b056508aacd40\";a:9:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_42884ef306b4e3bf23b5c4877b470388\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f64cbf8d25a9e51e404604475a78f572\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_bc08b014ae2c7d7e69a937813b173f06\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24635, 6282, '_et_dynamic_cached_shortcodes', 'a:10:{i:0;s:11:\"et_pb_slide\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:9:\"et_pb_cta\";i:6;s:11:\"et_pb_image\";i:7;s:12:\"et_pb_search\";i:8;s:12:\"et_pb_slider\";i:9;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24636, 6282, '_et_dynamic_cached_attributes', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24637, 6282, '_et_builder_module_features_cache', 'a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"tb\":[],\"wpe\":[]}\";i:1;a:24:{s:46:\"et_pb_section_273d58f99a3a6f28b702e2fa072f9dcf\";a:6:{s:3:\"fil\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_1c230be61a95d5330397c6329429be37\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_1ba3535effd2d2db50ae5639752f2572\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_slider_20bd14f8676bb1f0449e5599a04a61ab\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"46\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"16\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_ad939985535cf28d76e5cf6455607511\";a:8:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_d07000baaf6ff63f7e570559a3f4e252\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9179cc3740518b9127ddeaa2e6efac4b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_ced0257a7ca04bf6e6c563f75c758419\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4dd5fc577ada182c66abd322c15b50be\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e5b1a0c8a76b8c881744f9df3b0fbf87\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7d0c569db9a3e4dcdcea687b2c012d16\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_bd405a6b22bc420090239571bdf898fd\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_13414d6f2de384c53550f11ceb53bf70\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_58fb4d588d09799ff3ff370d75444d02\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_ba6c69f782040713a6d17881687fd42a\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_fc6b636955903974a76831ce091b1cc5\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_79b57cf92ced12070f0d32f600af8ed2\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0d722eac26e1a447bfd9dd4fba31b77b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a55b22aeb42f0c2ed7184530653c831c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_53797a637fae492b41779d948a034963\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_search_0578481a351657366d3b056508aacd40\";a:9:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_42884ef306b4e3bf23b5c4877b470388\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f64cbf8d25a9e51e404604475a78f572\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_bc08b014ae2c7d7e69a937813b173f06\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24638, 6147, '_et_dynamic_cached_shortcodes', 'a:9:{i:0;s:11:\"et_pb_slide\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:12:\"et_pb_button\";i:5;s:11:\"et_pb_image\";i:6;s:12:\"et_pb_search\";i:7;s:12:\"et_pb_slider\";i:8;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24639, 6147, '_et_dynamic_cached_attributes', 'a:0:{}');

INSERT IGNORE INTO `1uS_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24640, 6147, '_et_builder_module_features_cache', 'a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"tb\":[],\"wpe\":[]}\";i:1;a:29:{s:46:\"et_pb_section_273d58f99a3a6f28b702e2fa072f9dcf\";a:6:{s:3:\"fil\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_1c230be61a95d5330397c6329429be37\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_1ba3535effd2d2db50ae5639752f2572\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_slider_20bd14f8676bb1f0449e5599a04a61ab\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"46\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"16\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_3b506d7cca16e244e8493b4123951cc8\";a:8:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_5701390d6dfe92e242ddb33787696884\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ae621c85ec75207e0ad441593f7a1155\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_6617fa9cfc2648e31d4ad2ebecc2fdbc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_dcb0a29b1589cc2d4e757a2e799aae9c\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c8bf6848b6695864c74ba364fd75dd19\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_7751c32f807ee3ec2ead145eca8c0cc5\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_53797a637fae492b41779d948a034963\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_75c3da534472b7f5274f30e4e06b19c0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_cdde75108ba1a4e1fa1ab008457b1028\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_63cb288a349fc4b63ab453f316975a96\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3e347adc387f22c13f663985fbea06fe\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_13414d6f2de384c53550f11ceb53bf70\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_58fb4d588d09799ff3ff370d75444d02\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_ced0257a7ca04bf6e6c563f75c758419\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_dd0ea0e69fe0eca2a3c8d0c0b4b3de1c\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_3ba4b93c07a11acecb102ad22662de5d\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_79b57cf92ced12070f0d32f600af8ed2\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0d722eac26e1a447bfd9dd4fba31b77b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a55b22aeb42f0c2ed7184530653c831c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b1dd6be46ad6267897bc5abe7fdec4d6\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_search_0578481a351657366d3b056508aacd40\";a:9:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_42884ef306b4e3bf23b5c4877b470388\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f64cbf8d25a9e51e404604475a78f572\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_bc08b014ae2c7d7e69a937813b173f06\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=8032 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7, 1, '2021-08-20 15:47:25', '2021-08-20 15:47:25', '.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #7FB8E4 (light blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #7FB8E4 !important;}\r\n.kmod1 {border: 2px solid #7FB8E4; padding: 20px !important; background-color: #7FB8E4 !important;}\r\n.kmod1-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod8-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod9-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kbtn1 {background: #7FB8E4; color: #FFFFFF !important;}\r\n.kbtn1:hover {background: rgba(0,0,0,.5)!important;}\r\n\r\n/*----------------------- Accent Color 2 - #1C82C5 (dark blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #1C82C5 !important;}\r\n.kmod2 {border: 2px solid #1C82C5; padding: 20px !important; background-color: #1C82C5 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #1C82C5; padding: 10px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod3-line {border: 2px solid #000000; padding: 10px !important;\r\n     border-radius: 20px;}\r\n.kbtn2 {background: #1C82C5; color: #FFFFFF !important;}\r\n.kbtn2:hover {background: rgba(0,0,0,.5)!important;}\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #7FB8E4 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #1C82C5 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\n/* background: url(https://usap.benefitmain.com/wp-content/uploads/sites/64/2014/09/bg-1600x900.jpg); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\npadding-top: 200px; \r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head h2 {font-size:2.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n\r\n.ksec {background-color: rgba(153,204,51,.9) !important;}\r\n\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color: rgba(226,226,226,.75) !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 2px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod5-line {border: 2px solid #e5863d; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod6-line {border: 2px solid #78b956; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #0F3557 !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #0F3557 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0F3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 4px solid #FFC20E;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n/*----------------------- Misc CSS -----------------------*/\r\nbody.home {background-color: #1d2757;}\r\n.big-head h1 {font-size:3.5em; line-height: 1.05em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n.treeview {padding-top: 20px !important; font-weight: bold;}\r\n.pdfemb-poweredby {display: none !important;}\r\ndiv.pdfemb-viewer {border: 0px !important;}\r\n.menu-logout-link-item {display: none !important;}\r\n.fullwidth-menu .menu-logout-link-item {display: none !important;}\r\n.menu-logout-link-item {text-transform: uppercase;}\r\n#menu-item-1149 a {color: #FFFFFF !important;}\r\n.big-slide h2 {font-size: 8em !important; line-height: 1.05em !important; text-shadow: 4px 4px 4px #000;}\r\n.big-slide .et_pb_container {width: 100%;}\r\n.big-slide .et_pb_slide_description {padding-left: 0px !important; padding-right: 0px !important;} \r\n.wpfd-content-tree h2 {font-weight: bold; color: #FFFFFF !important; background: #1C82C5 !important;}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a{\r\ndisplay: inline !important;\r\n}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a {\r\n\r\n\r\n\r\n\r\nwidth: calc( 100% - 50px);\r\n\r\n\r\nvertical-align: middle;\r\n\r\n\r\nfont-size: 14px !important;\r\n\r\n\r\n\r\n\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi', '', '', '2024-09-18 13:27:51', '2024-09-18 13:27:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (36, 1, '2014-09-13 07:15:01', '2014-09-13 07:15:01', '\n						', 'logo-300', '\n						', 'inherit', 'open', 'open', '', 'logo-300', '', '', '2014-09-13 07:15:01', '2014-09-13 07:15:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/logo-300.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (37, 1, '2014-09-13 07:16:03', '2014-09-13 07:16:03', '\n						', 'B-16x16-black', '\n						', 'inherit', 'open', 'open', '', 'b-16x16-black', '', '', '2014-09-13 07:16:03', '2014-09-13 07:16:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/B-16x16-black.gif', '0', 'attachment', 'image/gif', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (38, 1, '2014-09-13 07:16:31', '2014-09-13 07:16:31', '\n						', 'bug-32', '\n						', 'inherit', 'open', 'open', '', 'bug-32', '', '', '2014-09-13 07:16:31', '2014-09-13 07:16:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/bug-32.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (42, 1, '2014-09-14 04:17:38', '2014-09-14 04:17:38', '\n						', 'bg-1600x900', '\n						', 'inherit', 'open', 'open', '', 'bg-1600x900', '', '', '2014-09-14 04:17:38', '2014-09-14 04:17:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/bg-1600x900-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (183, 1, '2014-09-15 10:55:48', '2014-09-15 10:55:48', '\n						', 'bg-1600x900-bw', '\n						', 'inherit', 'closed', 'closed', '', 'bg-1600x900-bw', '', '', '2014-09-15 10:55:48', '2014-09-15 10:55:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/bg-1600x900-bw.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (436, 1, '2014-10-09 00:40:38', '2014-10-09 07:40:38', '\n						', 'intro-family', '\n						', 'inherit', 'closed', 'closed', '', 'intro-family', '', '', '2014-10-09 00:40:38', '2014-10-09 07:40:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/intro-family.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (515, 1, '2014-10-10 14:43:10', '2014-10-10 21:43:10', '\n						', 'Lockton_logo_RGB', '\n						', 'inherit', 'closed', 'closed', '', 'lockton_logo_rgb', '', '', '2014-10-10 14:43:10', '2014-10-10 21:43:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/10/Lockton_logo_RGB.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (531, 1, '2014-11-03 12:50:38', '2014-11-03 20:50:38', '\n						', 'pic-couple', '\n						', 'inherit', 'closed', 'closed', '', 'pic-couple', '', '', '2014-11-03 12:50:38', '2014-11-03 20:50:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/pic-couple.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (532, 1, '2014-11-03 12:51:05', '2014-11-03 20:51:05', '\n						', 'pic-nurse', '\n						', 'inherit', 'closed', 'closed', '', 'pic-nurse', '', '', '2014-11-03 12:51:05', '2014-11-03 20:51:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/pic-nurse.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (533, 1, '2014-11-03 12:51:15', '2014-11-03 20:51:15', '\n						', 'pic-family', '\n						', 'inherit', 'closed', 'closed', '', 'pic-family', '', '', '2014-11-03 12:51:15', '2014-11-03 20:51:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/pic-family.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (539, 1, '2014-11-03 13:00:47', '2014-11-03 21:00:47', '\n						', 'bg-1920x1080-bluegrad', '\n						', 'inherit', 'closed', 'closed', '', 'bg-1920x1080-bluegrad', '', '', '2014-11-03 13:00:47', '2014-11-03 21:00:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/bg-1920x1080-bluegrad.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (562, 1, '2014-11-03 13:52:45', '2014-11-03 21:52:45', '\n						', 'bg-1920x1080-clouds', '\n						', 'inherit', 'closed', 'closed', '', 'bg-1920x1080-clouds', '', '', '2014-11-03 13:52:45', '2014-11-03 21:52:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/11/bg-1920x1080-clouds.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (566, 1, '2014-11-04 10:58:53', '2014-11-04 18:58:53', '\n						', 'active-couple', '\n						', 'inherit', 'closed', 'closed', '', 'active-couple', '', '', '2014-11-04 10:58:53', '2014-11-04 18:58:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/11/active-couple.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (578, 1, '2015-01-02 09:55:25', '2015-01-02 17:55:25', '\n						', 'new-hire-tn', '\n						', 'inherit', 'closed', 'closed', '', 'new-hire-tn', '', '', '2015-01-02 09:55:25', '2015-01-02 17:55:25', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/new-hire-tn.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (623, 1, '2015-10-23 11:38:33', '2015-10-23 18:38:33', '\n						', '2016-1', '\n						', 'inherit', 'closed', 'closed', '', '2016-1', '', '', '2015-10-23 11:38:33', '2015-10-23 18:38:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/2016-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (624, 1, '2015-10-23 11:38:35', '2015-10-23 18:38:35', '\n						', '2016-2', '\n						', 'inherit', 'closed', 'closed', '', '2016-2', '', '', '2015-10-23 11:38:35', '2015-10-23 18:38:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/2016-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (625, 1, '2015-10-23 11:38:36', '2015-10-23 18:38:36', '\n						', '2016-3', '\n						', 'inherit', 'closed', 'closed', '', '2016-3', '', '', '2015-10-23 11:38:36', '2015-10-23 18:38:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/2016-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (626, 1, '2015-10-23 11:38:38', '2015-10-23 18:38:38', '\n						', '2016-4', '\n						', 'inherit', 'closed', 'closed', '', '2016-4', '', '', '2015-10-23 11:38:38', '2015-10-23 18:38:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/2016-4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (676, 1, '2016-10-11 21:10:51', '2016-10-12 04:10:51', '\n						', 'bg-professional-1920x1080', '\n						', 'inherit', 'closed', 'closed', '', 'bg-professional-1920x1080', '', '', '2016-10-11 21:10:51', '2016-10-12 04:10:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/bg-professional-1920x1080-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (682, 1, '2016-10-11 21:19:08', '2016-10-12 04:19:08', '\n						', '2017-01', '\n						', 'inherit', 'closed', 'closed', '', '2017-01', '', '', '2016-10-11 21:19:08', '2016-10-12 04:19:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/2017-01.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (683, 1, '2016-10-11 21:19:09', '2016-10-12 04:19:09', '\n						', '2017-02', '\n						', 'inherit', 'closed', 'closed', '', '2017-02', '', '', '2016-10-11 21:19:09', '2016-10-12 04:19:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/2017-02.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (684, 1, '2016-10-11 21:19:11', '2016-10-12 04:19:11', '\n						', '2017-03', '\n						', 'inherit', 'closed', 'closed', '', '2017-03', '', '', '2016-10-11 21:19:11', '2016-10-12 04:19:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/2017-03.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (685, 1, '2016-10-11 21:19:13', '2016-10-12 04:19:13', '\n						', '2017-04', '\n						', 'inherit', 'closed', 'closed', '', '2017-04', '', '', '2016-10-11 21:19:13', '2016-10-12 04:19:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/2017-04.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (701, 1, '2016-10-18 11:42:06', '2016-10-18 18:42:06', '\n						', '2017-05', '\n						', 'inherit', 'closed', 'closed', '', '2017-05', '', '', '2016-10-18 11:42:06', '2016-10-18 18:42:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/2017-05.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (706, 1, '2016-10-27 16:54:19', '2016-10-27 23:54:19', '\n						', 'brainshark-thumb', '\n						', 'inherit', 'closed', 'closed', '', 'brainshark-thumb', '', '', '2016-10-27 16:54:19', '2016-10-27 23:54:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/brainshark-thumb.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (708, 1, '2016-12-07 22:23:13', '2016-12-08 06:23:13', '/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #00529b;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #f47d20;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;} \n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #00529b;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #f47d20;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;}		', 'Divi-child', '\n						', 'publish', 'closed', 'closed', '', 'divi-child-2', '', '', '2016-12-07 22:23:13', '2016-12-08 06:23:13', '', '0', 'https://brookfield.benefitmain.com/divi-child/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (746, 1, '2017-10-13 03:23:11', '2017-10-13 10:23:11', '\n						', 'home-1920', '\n						', 'inherit', 'closed', 'closed', '', 'home-1920', '', '', '2017-10-13 03:23:11', '2017-10-13 10:23:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/home-1920.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (750, 1, '2017-10-13 03:27:35', '2017-10-13 10:27:35', '\n						', 'welcome-2018', '\n						', 'inherit', 'closed', 'closed', '', 'welcome-2018', '', '', '2017-10-13 03:27:35', '2017-10-13 10:27:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/welcome-2018.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (756, 1, '2017-10-15 02:31:26', '2017-10-15 09:31:26', '\n						', '2018 Brookfield Important Notices', '\n						', 'inherit', 'closed', 'closed', '', '2018-brookfield-important-notices', '', '', '2017-10-15 02:31:26', '2017-10-15 09:31:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/2018-Brookfield-Important-Notices.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (764, 1, '2017-10-15 02:59:22', '2017-10-15 09:59:22', '\n						', 'intro-family', '\n						', 'inherit', 'closed', 'closed', '', 'intro-family-2', '', '', '2017-10-15 02:59:22', '2017-10-15 09:59:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/intro-family-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (782, 1, '2017-10-15 05:59:08', '2017-10-15 12:59:08', '						', '2019-wellness-premium-incentive', '						', 'inherit', 'closed', 'closed', '', '2019-wellness-premium-incentive', '', '', '2017-10-15 05:59:08', '2017-10-15 12:59:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/2019-wellness-premium-incentive.gif', '0', 'attachment', 'image/gif', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (785, 1, '2017-10-15 06:05:46', '2017-10-15 13:05:46', '						', '2019-wellness-premium-incentive-gold', '						', 'inherit', 'closed', 'closed', '', '2019-wellness-premium-incentive-gold', '', '', '2017-10-15 06:05:46', '2017-10-15 13:05:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/2019-wellness-premium-incentive-gold.gif', '0', 'attachment', 'image/gif', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (813, 1, '2017-10-15 14:49:17', '2017-10-15 21:49:17', '						', 'bwell-1', '						', 'inherit', 'closed', 'closed', '', 'bwell-1', '', '', '2017-10-15 14:49:17', '2017-10-15 21:49:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/bwell-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (816, 1, '2017-10-15 14:51:32', '2017-10-15 21:51:32', '						', 'bwell-2', '						', 'inherit', 'closed', 'closed', '', 'bwell-2', '', '', '2017-10-15 14:51:32', '2017-10-15 21:51:32', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/bwell-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (817, 1, '2017-10-15 14:53:50', '2017-10-15 21:53:50', '						', 'bwell-2', '						', 'inherit', 'closed', 'closed', '', 'bwell-2-2', '', '', '2017-10-15 14:53:50', '2017-10-15 21:53:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/bwell-2-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (818, 1, '2017-10-15 14:53:52', '2017-10-15 21:53:52', '						', 'bwell-3', '						', 'inherit', 'closed', 'closed', '', 'bwell-3', '', '', '2017-10-15 14:53:52', '2017-10-15 21:53:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/bwell-3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (850, 1, '2017-10-18 16:51:55', '2017-10-18 23:51:55', '						', 'mixed-family', '						', 'inherit', 'closed', 'closed', '', 'mixed-family', '', '', '2017-10-18 16:51:55', '2017-10-18 23:51:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/mixed-family.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (869, 1, '2017-12-19 15:02:08', '2017-12-19 23:02:08', '						', 'email-head-650', '						', 'inherit', 'closed', 'closed', '', 'email-head-650', '', '', '2017-12-19 15:02:08', '2017-12-19 23:02:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/12/email-head-650.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (886, 1, '2018-09-28 08:59:51', '2018-09-28 15:59:51', '\n						', 'header_bg', '\n						', 'inherit', 'closed', 'closed', '', 'header_bg', '', '', '2018-09-28 08:59:51', '2018-09-28 15:59:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/09/header_bg.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (887, 1, '2018-09-28 09:02:01', '2018-09-28 16:02:01', '						', 'header_main', '						', 'inherit', 'closed', 'closed', '', 'header_main', '', '', '2018-09-28 09:02:01', '2018-09-28 16:02:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/09/header_main.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (930, 1, '2018-10-18 07:18:06', '2018-10-18 14:18:06', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Your medical plan options\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/medical.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"ksec-trans\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.25.2\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-50px||-50px||false|false\" global_colors_info=\"{}\"]<p>Banner Health offers <strong>three</strong> medical plan options through Banner|Aetna. All of Banner’s medical plan options offer <strong><a href=\"#level-of-coverage\">three levels of coverage*</a></strong> based on the network you choose, plus <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/pharmacy/\" target=\"_blank\" rel=\"noopener\">pharmacy benefits</a></strong>. T<span>he chart below reflects Banner Network (max savings tier) level of coverage.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. Please review the chart below to understand the coverage offered under each Banner medical plan.</p>[/et_pb_text][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"5949\"][/et_pb_code][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*Out-of-area Premier Plan has two levels of coverage, see below to learn more.</h6>\n<h6>**The coinsurance is after deductible on both Value and Premier for all services except preventive care.</h6>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/health-management/\" button_text=\"Programs to help Manage Your Health Care\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident & Fellow Benefit Overview\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<hr>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. For complete plan details, click the buttons below.</p>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=31&wpfd_file_id=7624&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Value Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7623&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Premier Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=29&wpfd_file_id=7621&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Choice Plan SBC</span></strong></h4>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" button_text=\"How Your Medical Plan and the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\" button_text_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Out-of-area Premier Plan option</span></h1>\n<p>To support our team members who live outside AZ, WY, NE and CO, <span>we provide</span> an out-of-area medical plan option to ensure all team members receive the Banner Health Network benefits for more savings. This plan option mirrors the Premier Plan, with Aetna network providers covered at the same levels as Banner Health Network providers, as shown below. Out-of-network coverage is also available.</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7622&token=c814bcfa0ea85f635069f6477883515c&preview=1\" button_text=\"Premier Out-of-Area SBC\" button_alignment=\"center\" _builder_version=\"4.27.3\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5954\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#ededed\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"45px||45px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Embedded deductible\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e6863e\" background_enable_color=\"on\" custom_button=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>The Banner Value Plan has a deductible of $6,000 for any tier beyond single coverage, with an embedded deductible of $3,300 for plan year 2025. Once somebody in the family meets his or her individual deductible, the plan will pay coinsurance for that person ONLY. Your family deductible is met when a combination of these individual deductibles reaches the family deductible amount.</p>\n<p>&nbsp;</p>\n<p>For example, Vijay and his spouse Raji, are enrolled in the Value Family Plan. In April, Vijay reaches the embedded deductible amount of $3,300, so the plan begins to pay coinsurance for any additional claims he may have until the out-of-pocket maximum is met or the plan year ends. In September of the same year, Raji reaches the remaining deductible of $2,700 ($6,000-$3,300), so the plan begins paying coinsurance for her claims through the end of the plan year as well.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"level-of-coverage\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Understanding network tiers</span></h1>\n<p>You work for a health care organization, so it makes sense you’d get a discount on health care. Choosing Banner Health physicians, pharmacies and other facilities provides quality care for you and your family and supports the organization that supports you. Plus, you save money through lower copays or coinsurance. Here’s a look at the three levels of coverage available through the different network tiers.</p>\n<p>&nbsp;</p>\n<p><strong>» Banner Health Network <span>(max savings)</span>:</strong> You will receive the most coverage at the lowest cost under the plan using the Banner Health Network with Banner Health providers.</p>\n<p>&nbsp;</p>\n<p><strong>» Aetna national network <span>(standard savings)</span>:</strong> You can get care from Aetna network providers at a higher cost share than you would pay in the Banner Health Network. Wherever you are in the country, you’ll be able to find many excellent in-network options.</p>\n<p><strong>» Out of network: </strong>You are free to go to any provider you choose, but if you choose a provider that is not contracted under the Banner Health or Aetna networks, your deductible and coinsurance will be higher, as these are out of network. Out-of-network claims are paid on a Medicare-based fee schedule.</p>\n<p><strong>» Non-Banner Area:</strong> If you live outside a city/state where a Banner facility is located, you will (most likely) be utilizing the Aetna national network, or Tier 2 coverage. Reach out to the Banner Concierge if you have questions about the best network tier for you.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5959\"][/et_pb_text][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Stay in network to avoid balance billing.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Out-of-network claims could expose you to balance billing, which is when a provider bills you for the difference between the provider’s charge and the allowed amount.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.27.0\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#78b956\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #3\" open=\"on\" open_toggle_text_color=\"#78b956\" closed_toggle_text_color=\"#78b956\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#78b956\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270460/c7f244a29b9e94350f934460609911f7\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">Choosing the right health plan</span></strong></h1>\n<p>When choosing a plan, first think about your health care usage and needs. Then use our decision tool, <strong><a href=\"https://start.myalex.com/bannerhealth/\" target=\"_blank\" rel=\"noopener\">Ask ALEX</a></strong>, to review the plans and make the best choice for you and your family.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 1: Chloe\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/chloe.png\" /></p>\n<p><strong>Saving money is priority one</strong><br />Chloe is 25 years old and single. She’s healthy and has few medical needs aside from the occasional cold, so she wants to spend as little on health care as possible. She likes the idea of using a Health Savings Account (HSA)  to build a health care nest egg for future expenses.</p>\n<p><strong>What is Chloe’s choice?</strong><br />After using ALEX, Chloe chooses the Banner Health Value Plan. Since preventive care is covered at 100% and she doesn’t anticipate any major health care expenses, Chloe opts for the lowest premiums to keep her out-of-pocket costs down. To save even more and pay nothing for premiums in 2025 for her team member-only coverage, Chloe participated in the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being\" target=\"_blank\" rel=\"noopener\">2024 MyWell-Being Program</a></strong> <span>(Nov. 1, 2023 – Oct. 31, 2024) </span>and met the program’s requirements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 2: Mark & Jane\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mark-june.jpg\" /></p>\n<p><strong>Thinking about the future</strong><br />Mark and his wife Jane just turned 60 and are starting to think about retirement. They’re both healthy now, but they’ll likely need more health care services in the coming years.</p>\n<p><strong>What is Mark and Jane’s choice?</strong><br />Mark and Jane decide that the Banner Health Premier Plan can best help them prepare for the future. They plan to fund their HSA with the premium savings, using the $900 Banner Health HSA contribution as a head start. The funds in their HSA will accumulate over time to help them save for the medical expenses they will face during retirement.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 3: Leslie & Mario\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mario.jpg\" /></p>\n<p><strong>Looking for extra security</strong><br />Leslie covers her husband Mario and their two kids on her medical plan. Between the kids’ mishaps and another baby on the way, they use health care services often and anticipate hitting their annual deductible early in the year.</p>\n<p><strong>What is Leslie and Mario’s choice?</strong><br />Leslie and Mario select the Banner Health Choice Plus Plan. Although this option has a higher premium, Leslie prefers the security of the lower deductible and knows that since they will meet their deductible this year, they will get the greatest benefit. Plus, Leslie can contribute to a Health Care Flexible Spending Account (FSA) and purchase eligible medical expenses tax-free for the remainder of the year.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fc\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p>Use these resources to help with your benefits questions:</p>\n<ul>\n<li>Ask ALEX: <strong><a href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\">myalex.com/bannerhealth</a></strong></li>\n<li><strong><a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\">MyHR|Workday:</a></strong> Use the search box or make a selection in the Benefits application</li>\n<li>MyBenefits Resource Center: 7 a.m. – 7 p.m. (MST), Monday – Friday at <span style=\"color: #0977b3;\"><strong>833-849-9825</strong></span></li>\n<li>Banner|Aetna Concierge Team:<span style=\"color: #0977b3;\"><strong> 855-788-5803</strong></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical', '						', 'publish', 'closed', 'closed', '', 'medical', '', '', '2024-11-18 19:24:19', '2024-11-18 19:24:19', '', '0', 'http://brookfield.benefitmain.com/?page_id=930', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (939, 1, '2018-10-18 07:43:03', '2018-10-18 14:43:03', '						', 'waterdrops1920x1080', '						', 'inherit', 'closed', 'closed', '', 'waterdrops1920x1080', '', '', '2018-10-18 07:43:03', '2018-10-18 14:43:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/10/waterdrops1920x1080.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (958, 1, '2018-10-18 09:25:08', '2018-10-18 16:25:08', '						', 'savings', '						', 'inherit', 'closed', 'closed', '', 'savings', '', '', '2018-10-18 09:25:08', '2018-10-18 16:25:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/10/savings.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (982, 1, '2018-10-18 10:29:22', '2018-10-18 17:29:22', '						', 'graphic2', '						', 'inherit', 'closed', 'closed', '', 'graphic2', '', '', '2018-10-18 10:29:22', '2018-10-18 17:29:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/10/graphic2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (985, 1, '2018-10-18 10:55:27', '2018-10-18 17:55:27', '						', 'graphic1', '						', 'inherit', 'closed', 'closed', '', 'graphic1', '', '', '2018-10-18 10:55:27', '2018-10-18 17:55:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/10/graphic1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1015, 1, '2018-10-18 12:07:14', '2018-10-18 19:07:14', '\n						', 'welcome-2019', '\n						', 'inherit', 'closed', 'closed', '', 'welcome-2019', '', '', '2018-10-18 12:07:14', '2018-10-18 19:07:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/10/welcome-2019.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1017, 1, '2018-10-18 12:10:07', '2018-10-18 19:10:07', '\n						', 'home_header', '\n						', 'inherit', 'closed', 'closed', '', 'home_header', '', '', '2018-10-18 12:10:07', '2018-10-18 19:10:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/10/home_header.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1046, 1, '2016-10-18 23:01:19', '2016-10-19 06:01:19', '						', 'body-bg', '						', 'inherit', 'closed', 'closed', '', 'body-bg', '', '', '2016-10-18 23:01:19', '2016-10-19 06:01:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/body-bg.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1048, 1, '2016-10-18 23:35:41', '2016-10-19 06:35:41', '						', 'usap-logo', '						', 'inherit', 'closed', 'closed', '', 'usap-logo', '', '', '2016-10-18 23:35:41', '2016-10-19 06:35:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/usap-logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1049, 1, '2018-10-19 06:17:48', '2018-10-19 13:17:48', '\n						', 'logo_blue', '\n						', 'inherit', 'closed', 'closed', '', 'logo_blue', '', '', '2018-10-19 06:17:48', '2018-10-19 13:17:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/10/logo_blue.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1063, 1, '2016-10-19 00:50:08', '2016-10-19 07:50:08', '						', 'usap-fav', '						', 'inherit', 'closed', 'closed', '', 'usap-fav', '', '', '2016-10-19 00:50:08', '2016-10-19 07:50:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/usap-fav.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1066, 1, '2016-10-19 01:00:26', '2016-10-19 08:00:26', '\n						', '2017_usanesthesia_-newsletter_conv_ph3', '\n						', 'inherit', 'closed', 'closed', '', '2017_usanesthesia_-newsletter_conv_ph3', '', '', '2016-10-19 01:00:26', '2016-10-19 08:00:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/2017_USAnesthesia_-NEWSLETTER_CONV_PH3.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1069, 1, '2016-10-19 01:07:41', '2016-10-19 08:07:41', '						', 'docs-bottom', '						', 'inherit', 'closed', 'closed', '', 'docs-bottom', '', '', '2016-10-19 01:07:41', '2016-10-19 08:07:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/docs-bottom.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1072, 1, '2016-10-19 01:15:53', '2016-10-19 08:15:53', '\n						', 'bg-colorado', '\n						', 'inherit', 'closed', 'closed', '', 'bg-colorado', '', '', '2016-10-19 01:15:53', '2016-10-19 08:15:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/bg-colorado.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1079, 1, '2016-10-19 01:41:07', '2016-10-19 08:41:07', '\n						', 'bg-miami', '\n						', 'inherit', 'closed', 'closed', '', 'bg-miami', '', '', '2016-10-19 01:41:07', '2016-10-19 08:41:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/bg-miami.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1080, 1, '2016-10-19 01:41:10', '2016-10-19 08:41:10', '\n						', 'bg-texas', '\n						', 'inherit', 'closed', 'closed', '', 'bg-texas', '', '', '2016-10-19 01:41:10', '2016-10-19 08:41:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/bg-texas.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1083, 1, '2016-10-19 01:45:39', '2016-10-19 08:45:39', '\n						', '2017_usanesthesia_-newsletter_florida_ph3', '\n						', 'inherit', 'closed', 'closed', '', '2017_usanesthesia_-newsletter_florida_ph3', '', '', '2016-10-19 01:45:39', '2016-10-19 08:45:39', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/2017_USAnesthesia_-NEWSLETTER_FLORIDA_PH3.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1087, 1, '2016-10-19 01:56:10', '2016-10-19 08:56:10', '\n						', 'bg-florida', '\n						', 'inherit', 'closed', 'closed', '', 'bg-florida', '', '', '2016-10-19 01:56:10', '2016-10-19 08:56:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/bg-florida.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1090, 1, '2016-10-19 02:06:05', '2016-10-19 09:06:05', '\n						', '2017_usanesthesia_-newsletter_tx_ph2', '\n						', 'inherit', 'closed', 'closed', '', '2017_usanesthesia_-newsletter_tx_ph2', '', '', '2016-10-19 02:06:05', '2016-10-19 09:06:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/2017_USAnesthesia_-NEWSLETTER_TX_PH2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1109, 1, '2016-10-19 02:53:40', '2016-10-19 09:53:40', '						', 'docs-2', '						', 'inherit', 'closed', 'closed', '', 'docs-2', '', '', '2016-10-19 02:53:40', '2016-10-19 09:53:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/docs-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1110, 1, '2016-10-19 02:53:41', '2016-10-19 09:53:41', '						', 'docs-1', '						', 'inherit', 'closed', 'closed', '', 'docs-1', '', '', '2016-10-19 02:53:41', '2016-10-19 09:53:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/docs-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1111, 1, '2016-10-19 02:53:43', '2016-10-19 09:53:43', '						', 'docs-4', '						', 'inherit', 'closed', 'closed', '', 'docs-4', '', '', '2016-10-19 02:53:43', '2016-10-19 09:53:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/docs-4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1112, 1, '2016-10-19 02:53:44', '2016-10-19 09:53:44', '						', 'docs-3', '						', 'inherit', 'closed', 'closed', '', 'docs-3', '', '', '2016-10-19 02:53:44', '2016-10-19 09:53:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2014/09/docs-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1116, 1, '2018-10-20 07:58:38', '2018-10-20 14:58:38', '						', 'home1', '						', 'inherit', 'closed', 'closed', '', 'home1', '', '', '2018-10-20 07:58:38', '2018-10-20 14:58:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/10/home1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1119, 1, '2018-10-20 08:17:05', '2018-10-20 15:17:05', '						', 'medical1', '						', 'inherit', 'closed', 'closed', '', 'medical1', '', '', '2018-10-20 08:17:05', '2018-10-20 15:17:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/10/medical1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1120, 1, '2018-10-20 08:21:16', '2018-10-20 15:21:16', '						', 'dental', '						', 'inherit', 'closed', 'closed', '', 'dental-2', '', '', '2018-10-20 08:21:16', '2018-10-20 15:21:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2018/10/dental.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1137, 1, '2016-10-28 22:37:38', '2016-10-29 05:37:38', '						', 'USAPColorado', '						', 'inherit', 'closed', 'closed', '', 'usapcolorado', '', '', '2016-10-28 22:37:38', '2016-10-29 05:37:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/USAPColorado.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1138, 1, '2016-10-28 22:37:40', '2016-10-29 05:37:40', '						', 'USAPFlorida-01', '						', 'inherit', 'closed', 'closed', '', 'usapflorida-01', '', '', '2016-10-28 22:37:40', '2016-10-29 05:37:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/USAPFlorida-01.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1139, 1, '2016-10-28 22:37:41', '2016-10-29 05:37:41', '						', 'USAPTexas', '						', 'inherit', 'closed', 'closed', '', 'usaptexas', '', '', '2016-10-28 22:37:41', '2016-10-29 05:37:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/USAPTexas.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1156, 1, '2016-10-28 23:02:08', '2016-10-29 06:02:08', '\n						', '2017_usanesthesia_guide_tx_lr', '\n						', 'inherit', 'closed', 'closed', '', '2017_usanesthesia_guide_tx_lr', '', '', '2016-10-28 23:02:08', '2016-10-29 06:02:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/2017_USAnesthesia_GUIDE_TX_LR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1175, 1, '2016-10-31 12:50:15', '2016-10-31 19:50:15', '\n						', '2017_usanesthesia_guide_co_lr', '\n						', 'inherit', 'closed', 'closed', '', '2017_usanesthesia_guide_co_lr', '', '', '2016-10-31 12:50:15', '2016-10-31 19:50:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/2017_USAnesthesia_GUIDE_CO_LR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1177, 1, '2016-10-31 12:55:16', '2016-10-31 19:55:16', '\n						', '2017_usanesthesia_guide_fl_lr', '\n						', 'inherit', 'closed', 'closed', '', '2017_usanesthesia_guide_fl_lr', '', '', '2016-10-31 12:55:16', '2016-10-31 19:55:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/2017_USAnesthesia_GUIDE_FL_LR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1186, 1, '2016-10-31 13:06:11', '2016-10-31 20:06:11', '\n						', '2017_usanesthesia_guide_direct_lr', '\n						', 'inherit', 'closed', 'closed', '', '2017_usanesthesia_guide_direct_lr', '', '', '2016-10-31 13:06:11', '2016-10-31 20:06:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/10/2017_USAnesthesia_GUIDE_DIRECT_LR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1229, 1, '2016-11-30 10:57:50', '2016-11-30 18:57:50', '\n						', '2017_usanesthesia_guide_employee_co_nv_lr', '\n						', 'inherit', 'closed', 'closed', '', '2017_usanesthesia_guide_employee_co_nv_lr', '', '', '2016-11-30 10:57:50', '2016-11-30 18:57:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2016/11/2017_USAnesthesia_GUIDE_EMPLOYEE_CO_NV_LR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1233, 1, '2016-12-07 20:56:34', '2016-12-08 04:56:34', '\n				/*----------------------- Accent Color 1 - #7FB8E4 (light blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #7FB8E4 !important;}\n.kmod1 {border: 1px solid #7FB8E4; padding: 20px !important; background-color: #7FB8E4 !important;}\n.kmod1-line {border: 1px solid #7FB8E4; padding: 20px !important;\n    -moz-border-radius: 20px;\n    -webkit-border-radius: 20px;\n    -khtml-border-radius: 20px;\n     border-radius: 20px;}\n.kbtn1 {background: #7FB8E4; color: #FFFFFF !important;}\n.kbtn1:hover {background: rgba(0,0,0,.5)!important;}\n\n/*----------------------- Accent Color 2 - #1C82C5 (dark blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #1C82C5 !important;}\n.kmod2 {border: 1px solid #1C82C5; padding: 20px !important; background-color: #1C82C5 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #1C82C5; padding: 20px !important;\n    -moz-border-radius: 20px;\n    -webkit-border-radius: 20px;\n    -khtml-border-radius: 20px;\n     border-radius: 20px;}\n.kbtn2 {background: #1C82C5; color: #FFFFFF !important;}\n.kbtn2:hover {background: rgba(0,0,0,.5)!important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #7FB8E4 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #1C82C5 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\n/* background: url(https://usap.benefitmain.com/wp-content/uploads/sites/64/2014/09/bg-1600x900.jpg); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\npadding-top: 200px; \n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\n.ksec-head h2 {font-size:2.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n\n.ksec {background-color: rgba(153,204,51,.9) !important;}\n\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color: rgba(226,226,226,.75) !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\nbody.home {background-color: #171717;}\n.big-head h1 {font-size:3.5em; line-height: 1.05em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n.treeview {padding-top: 20px !important; font-weight: bold;}\n.pdfemb-poweredby {display: none !important;}\ndiv.pdfemb-viewer {border: 0px !important;}\n.menu-logout-link-item {display: none !important;}\n.fullwidth-menu .menu-logout-link-item {display: none !important;}\n.menu-logout-link-item {text-transform: uppercase;}\n#menu-item-1149 a {color: #FFFFFF !important;}\n.big-slide h2 {font-size: 8em !important; line-height: 1.05em !important; text-shadow: 4px 4px 4px #000;}\n.big-slide .et_pb_container {width: 100%;}\n.big-slide .et_pb_slide_description {padding-left: 0px !important; padding-right: 0px !important;} \n.wpfd-content-tree h2 {font-weight: bold; color: #FFFFFF !important; background: #1C82C5 !important;}		', 'Divi-child', '\n						', 'publish', 'closed', 'closed', '', 'divi-child', '', '', '2016-12-07 20:56:34', '2016-12-08 04:56:34', '', '0', 'https://usap.benefitmain.com/divi-child/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1236, 1, '2017-01-18 08:44:05', '2017-01-18 16:44:05', '\n						', 'USAP 401(k) Plan', '\n						', 'inherit', 'closed', 'closed', '', 'usap-401k-plan', '', '', '2017-01-18 08:44:05', '2017-01-18 16:44:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/01/USAP-401k-Plan.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1245, 1, '2017-01-31 13:44:36', '2017-01-31 21:44:36', '						', 'bg-washington', '						', 'inherit', 'closed', 'closed', '', 'bg-washington', '', '', '2017-01-31 13:44:36', '2017-01-31 21:44:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/01/bg-washington.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1248, 1, '2017-01-31 13:45:43', '2017-01-31 21:45:43', '\n						', 'USAP Washington - 2017 Benefit Guide', '\n						', 'inherit', 'closed', 'closed', '', 'usap-washington-2017-benefit-guide', '', '', '2017-01-31 13:45:43', '2017-01-31 21:45:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/01/USAP-Washington-2017-Benefit-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1351, 1, '2017-10-24 00:58:49', '2017-10-24 07:58:49', '						', 'home-or-1920', '						', 'inherit', 'closed', 'closed', '', 'home-or-1920', '', '', '2017-10-24 00:58:49', '2017-10-24 07:58:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/home-or-1920.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1352, 1, '2017-10-24 00:58:51', '2017-10-24 07:58:51', '						', 'usap-1920', '						', 'inherit', 'closed', 'closed', '', 'usap-1920', '', '', '2017-10-24 00:58:51', '2017-10-24 07:58:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/usap-1920.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1357, 1, '2017-10-25 01:57:20', '2017-10-25 08:57:20', '						', 'anesth-600x400', '						', 'inherit', 'closed', 'closed', '', 'anesth-600x400', '', '', '2017-10-25 01:57:20', '2017-10-25 08:57:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/anesth-600x400-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1358, 1, '2017-10-25 01:57:31', '2017-10-25 08:57:31', '						', 'anesth2-600x400', '						', 'inherit', 'closed', 'closed', '', 'anesth2-600x400', '', '', '2017-10-25 01:57:31', '2017-10-25 08:57:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2017/10/anesth2-600x400-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1375, 1, '2019-04-09 18:22:43', '2019-04-09 18:22:43', '', 'usap-logo', '', 'inherit', 'open', 'closed', '', 'usap-logo-2', '', '', '2019-04-09 18:22:43', '2019-04-09 18:22:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2019/04/usap-logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1376, 1, '2019-04-09 18:23:27', '2019-04-09 18:23:27', '/*----------------------- Accent Color 1 - #7FB8E4 (light blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #7FB8E4 !important;}\n.kmod1 {border: 1px solid #7FB8E4; padding: 20px !important; background-color: #7FB8E4 !important;}\n.kmod1-line {border: 1px solid #7FB8E4; padding: 20px !important;\n    -moz-border-radius: 20px;\n    -webkit-border-radius: 20px;\n    -khtml-border-radius: 20px;\n     border-radius: 20px;}\n.kbtn1 {background: #7FB8E4; color: #FFFFFF !important;}\n.kbtn1:hover {background: rgba(0,0,0,.5)!important;}\n\n/*----------------------- Accent Color 2 - #1C82C5 (dark blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #1C82C5 !important;}\n.kmod2 {border: 1px solid #1C82C5; padding: 20px !important; background-color: #1C82C5 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #1C82C5; padding: 20px !important;\n    -moz-border-radius: 20px;\n    -webkit-border-radius: 20px;\n    -khtml-border-radius: 20px;\n     border-radius: 20px;}\n.kbtn2 {background: #1C82C5; color: #FFFFFF !important;}\n.kbtn2:hover {background: rgba(0,0,0,.5)!important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #7FB8E4 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #1C82C5 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\n/* background: url(https://usap.benefitmain.com/wp-content/uploads/sites/64/2014/09/bg-1600x900.jpg); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\npadding-top: 200px; \n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\n.ksec-head h2 {font-size:2.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n\n.ksec {background-color: rgba(153,204,51,.9) !important;}\n\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color: rgba(226,226,226,.75) !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\nbody.home {background-color: #171717;}\n.big-head h1 {font-size:3.5em; line-height: 1.05em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n.treeview {padding-top: 20px !important; font-weight: bold;}\n.pdfemb-poweredby {display: none !important;}\ndiv.pdfemb-viewer {border: 0px !important;}\n.menu-logout-link-item {display: none !important;}\n.fullwidth-menu .menu-logout-link-item {display: none !important;}\n.menu-logout-link-item {text-transform: uppercase;}\n#menu-item-1149 a {color: #FFFFFF !important;}\n.big-slide h2 {font-size: 8em !important; line-height: 1.05em !important; text-shadow: 4px 4px 4px #000;}\n.big-slide .et_pb_container {width: 100%;}\n.big-slide .et_pb_slide_description {padding-left: 0px !important; padding-right: 0px !important;} \n.wpfd-content-tree h2 {font-weight: bold; color: #FFFFFF !important; background: #1C82C5 !important;}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-2', '', '', '2019-04-09 18:23:27', '2019-04-09 18:23:27', '', '0', 'https://usap.mybenefitport.com/2019/04/09/divi/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1471, 1, '2019-04-09 16:37:30', '2019-04-09 16:37:30', '/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #00529b;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #f47d20;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-2-2', '', '', '2019-04-09 16:37:30', '2019-04-09 16:37:30', '', '0', 'https://brookfield.mybenefitport.com/2019/04/09/divi/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1513, 1, '2019-04-25 18:57:09', '2019-04-25 18:57:09', '', '2018 USAP Benefits Guide', '', 'inherit', 'open', 'closed', '', '2018-usap-benefits-guide-2', '', '', '2019-04-25 18:57:09', '2019-04-25 18:57:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2019/04/2018-USAP-Benefits-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1514, 1, '2019-04-25 18:57:12', '2019-04-25 18:57:12', '', '2019 USAP Benefits Guide', '', 'inherit', 'open', 'closed', '', '2019-usap-benefits-guide', '', '', '2019-04-25 18:57:12', '2019-04-25 18:57:12', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2019/04/2019-USAP-Benefits-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1556, 1, '2019-11-04 17:49:49', '2019-11-04 17:49:49', '', '2020 BENEFITS GUIDE', '', 'inherit', 'open', 'closed', '', '2020-benefits-guide', '', '', '2019-11-04 17:49:49', '2019-11-04 17:49:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2019/11/2020-BENEFITS-GUIDE.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1560, 1, '2019-11-09 02:34:10', '2019-11-09 02:34:10', '', '2020_PhyNet_GUIDE_FINAL', '', 'inherit', 'open', 'closed', '', '2020_phynet_guide_final', '', '', '2019-11-09 02:34:10', '2019-11-09 02:34:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2019/11/2020_PhyNet_GUIDE_FINAL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1561, 1, '2020-10-02 20:46:20', '2020-10-02 20:46:20', '/*----------------------- Accent Color 1 - #7FB8E4 (light blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #7FB8E4 !important;}\n.kmod1 {border: 1px solid #7FB8E4; padding: 20px !important; background-color: #7FB8E4 !important;}\n.kmod1-line {border: 1px solid #7FB8E4; padding: 20px !important;\n    -moz-border-radius: 20px;\n    -webkit-border-radius: 20px;\n    -khtml-border-radius: 20px;\n     border-radius: 20px;}\n.kbtn1 {background: #7FB8E4; color: #FFFFFF !important;}\n.kbtn1:hover {background: rgba(0,0,0,.5)!important;}\n\n/*----------------------- Accent Color 2 - #1C82C5 (dark blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #1C82C5 !important;}\n.kmod2 {border: 1px solid #1C82C5; padding: 20px !important; background-color: #1C82C5 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #1C82C5; padding: 20px !important;\n    -moz-border-radius: 20px;\n    -webkit-border-radius: 20px;\n    -khtml-border-radius: 20px;\n     border-radius: 20px;}\n.kbtn2 {background: #1C82C5; color: #FFFFFF !important;}\n.kbtn2:hover {background: rgba(0,0,0,.5)!important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #7FB8E4 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #1C82C5 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\n/* background: url(https://usap.benefitmain.com/wp-content/uploads/sites/64/2014/09/bg-1600x900.jpg); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\npadding-top: 200px; \n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\n.ksec-head h2 {font-size:2.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n\n.ksec {background-color: rgba(153,204,51,.9) !important;}\n\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color: rgba(226,226,226,.75) !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\nbody.home {background-color: #171717;}\n.big-head h1 {font-size:3.5em; line-height: 1.05em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n.treeview {padding-top: 20px !important; font-weight: bold;}\n.pdfemb-poweredby {display: none !important;}\ndiv.pdfemb-viewer {border: 0px !important;}\n.menu-logout-link-item {display: none !important;}\n.fullwidth-menu .menu-logout-link-item {display: none !important;}\n.menu-logout-link-item {text-transform: uppercase;}\n#menu-item-1149 a {color: #FFFFFF !important;}\n.big-slide h2 {font-size: 8em !important; line-height: 1.05em !important; text-shadow: 4px 4px 4px #000;}\n.big-slide .et_pb_container {width: 100%;}\n.big-slide .et_pb_slide_description {padding-left: 0px !important; padding-right: 0px !important;} \n.wpfd-content-tree h2 {font-weight: bold; color: #FFFFFF !important; background: #1C82C5 !important;}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-3', '', '', '2020-10-02 20:46:20', '2020-10-02 20:46:20', '', '0', 'https://usap21.mybenefitport.com/?p=6', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1562, 1, '2019-11-14 20:41:40', '2019-11-14 20:41:40', '', '2020_PhyNet_GUIDE_LR', '', 'inherit', 'open', 'closed', '', '2020_phynet_guide_lr', '', '', '2019-11-14 20:41:40', '2019-11-14 20:41:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2019/11/2020_PhyNet_GUIDE_LR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1565, 1, '2019-12-18 15:58:11', '2019-12-18 15:58:11', '', '2020_PhyNet_GUIDE_LR v2', '', 'inherit', 'open', 'closed', '', '2020_phynet_guide_lr-v2', '', '', '2019-12-18 15:58:11', '2019-12-18 15:58:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2019/12/2020_PhyNet_GUIDE_LR-v2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1580, 1, '2020-03-02 14:24:21', '2020-03-02 14:24:21', '', '2020 Benefits Guide', '', 'inherit', 'open', 'closed', '', '2020-benefits-guide-2', '', '', '2020-03-02 14:24:21', '2020-03-02 14:24:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/03/2020-Benefits-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1584, 1, '2020-03-02 16:47:50', '2020-03-02 16:47:50', '', '2020 Benefit Contact List', '', 'inherit', 'open', 'closed', '', '2020-benefit-contact-list-2', '', '', '2020-03-02 16:47:50', '2020-03-02 16:47:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/03/2020-Benefit-Contact-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1589, 1, '2020-03-04 19:41:00', '2020-03-04 19:41:00', '', '2020 Benefit Contact List', '', 'inherit', 'open', 'closed', '', '2020-benefit-contact-list-3', '', '', '2020-03-04 19:41:00', '2020-03-04 19:41:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/03/2020-Benefit-Contact-List-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1590, 1, '2020-03-04 19:41:10', '2020-03-04 19:41:10', '', '2020 BENEFITS GUIDE', '', 'inherit', 'open', 'closed', '', '2020-benefits-guide-3', '', '', '2020-03-04 19:41:10', '2020-03-04 19:41:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/03/2020-BENEFITS-GUIDE.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1609, 1, '2020-10-02 14:17:42', '2020-10-02 14:17:42', '', 'Photo 2 - Group of four providers (cropped)', '', 'inherit', 'open', 'closed', '', 'photo-2-group-of-four-providers-cropped', '', '', '2020-10-02 14:17:42', '2020-10-02 14:17:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/10/Photo-2-Group-of-four-providers-cropped.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1728, 1, '2020-10-04 17:01:03', '2020-10-04 17:01:03', '', '2021 BENEFITS CONTACT', '', 'inherit', 'open', 'closed', '', '2021-benefits-contact', '', '', '2020-10-04 17:01:03', '2020-10-04 17:01:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/10/2021-BENEFITS-CONTACT.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1729, 1, '2020-10-04 17:01:12', '2020-10-04 17:01:12', '', '2021 BENEFITS GUIDE', '', 'inherit', 'open', 'closed', '', '2021-benefits-guide', '', '', '2020-10-04 17:01:12', '2020-10-04 17:01:12', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/10/2021-BENEFITS-GUIDE.pdf', '0', 'attachment', 'application/pdf', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1809, 1, '2021-06-25 13:47:19', '2021-06-25 13:47:19', '', 909597940, '', 'inherit', 'open', 'closed', '', 909597940, '', '', '2021-06-25 13:47:19', '2021-06-25 13:47:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/06/909597940.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1812, 1, '2021-06-25 14:31:09', '2021-06-25 14:31:09', '', 'banner-logo', '', 'inherit', 'open', 'closed', '', 'banner-logo', '', '', '2021-06-25 14:31:09', '2021-06-25 14:31:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/06/banner-logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1862, 1, '2021-06-25 16:55:50', '2021-06-25 16:55:50', '/*----------------------- Accent Color 1 - #7FB8E4 (light blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #7FB8E4 !important;}\n.kmod1 {border: 1px solid #7FB8E4; padding: 20px !important; background-color: #7FB8E4 !important;}\n.kmod1-line {border: 1px solid #7FB8E4; padding: 20px !important;\n    -moz-border-radius: 20px;\n    -webkit-border-radius: 20px;\n    -khtml-border-radius: 20px;\n     border-radius: 20px;}\n.kbtn1 {background: #7FB8E4; color: #FFFFFF !important;}\n.kbtn1:hover {background: rgba(0,0,0,.5)!important;}\n\n/*----------------------- Accent Color 2 - #1C82C5 (dark blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #1C82C5 !important;}\n.kmod2 {border: 1px solid #1C82C5; padding: 20px !important; background-color: #1C82C5 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #1C82C5; padding: 20px !important;\n    -moz-border-radius: 20px;\n    -webkit-border-radius: 20px;\n    -khtml-border-radius: 20px;\n     border-radius: 20px;}\n.kbtn2 {background: #1C82C5; color: #FFFFFF !important;}\n.kbtn2:hover {background: rgba(0,0,0,.5)!important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #7FB8E4 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #1C82C5 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\n/* background: url(https://usap.benefitmain.com/wp-content/uploads/sites/64/2014/09/bg-1600x900.jpg); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\npadding-top: 200px; \n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\n.ksec-head h2 {font-size:2.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n\n.ksec {background-color: rgba(153,204,51,.9) !important;}\n\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color: rgba(226,226,226,.75) !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\nbody.home {background-color: #1d2757;}\n.big-head h1 {font-size:3.5em; line-height: 1.05em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n.treeview {padding-top: 20px !important; font-weight: bold;}\n.pdfemb-poweredby {display: none !important;}\ndiv.pdfemb-viewer {border: 0px !important;}\n.menu-logout-link-item {display: none !important;}\n.fullwidth-menu .menu-logout-link-item {display: none !important;}\n.menu-logout-link-item {text-transform: uppercase;}\n#menu-item-1149 a {color: #FFFFFF !important;}\n.big-slide h2 {font-size: 8em !important; line-height: 1.05em !important; text-shadow: 4px 4px 4px #000;}\n.big-slide .et_pb_container {width: 100%;}\n.big-slide .et_pb_slide_description {padding-left: 0px !important; padding-right: 0px !important;} \n.wpfd-content-tree h2 {font-weight: bold; color: #FFFFFF !important; background: #1C82C5 !important;}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-3-2', '', '', '2021-06-25 16:55:50', '2021-06-25 16:55:50', '', '0', 'https://banner.mybenefitport.com/divi-3/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1864, 1, '2021-06-25 17:01:30', '2021-06-25 17:01:30', '', '2021_Banner_Health_Benefits_Combined_Digital_D2_LR', '', 'inherit', 'open', 'closed', '', '2021_banner_health_benefits_combined_digital_d2_lr', '', '', '2021-06-25 17:01:30', '2021-06-25 17:01:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/06/2021_Banner_Health_Benefits_Combined_Digital_D2_LR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1875, 1, '2021-06-25 17:16:02', '2021-06-25 17:16:02', '', 'Banner Health logo (1)', '', 'inherit', 'open', 'closed', '', 'banner-health-logo-1', '', '', '2021-06-25 17:16:02', '2021-06-25 17:16:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/06/Banner-Health-logo-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1878, 1, '2021-06-25 20:29:23', '2021-06-25 20:29:23', '', 'bh-500', '', 'inherit', 'open', 'closed', '', 'bh-500', '', '', '2021-06-25 20:29:23', '2021-06-25 20:29:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/06/bh-500.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1886, 1, '2021-08-20 16:12:00', '2021-08-20 16:12:00', '', 'Tobacco Cessation Program', '', 'publish', 'closed', 'closed', '', 'tobacco-cessation-program', '', '', '2022-10-12 14:57:59', '2022-10-12 14:57:59', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/611fd45e8dbb4.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1908, 1, '2021-08-20 16:22:00', '2021-08-20 16:22:00', '', 'HIPAA Privacy Notice', '', 'publish', 'closed', 'closed', '', 'hipaa-privacy-notice', '', '', '2023-02-01 18:19:08', '2023-02-01 18:19:08', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/611fd6c5a5ca5.pdf', 6, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1911, 1, '2021-08-20 16:22:00', '2021-08-20 16:22:00', '', 'HIPAA Special Enrollment Notice', '', 'publish', 'closed', 'closed', '', 'hipaa-special-enrollment-notice', '', '', '2023-02-01 18:18:52', '2023-02-01 18:18:52', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/611fd6c7af4c4.pdf', 7, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1912, 1, '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', 'General COBRA Notice', '', 'publish', 'closed', 'closed', '', 'general-cobra-notice', '', '', '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/611fd6c7ae8cc.pdf', 5, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1913, 1, '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', 'Womens Health and Cancer Rights Act Notice', '', 'publish', 'closed', 'closed', '', 'womens-health-and-cancer-rights-act-notice', '', '', '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/611fd6c7b546f.pdf', 12, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1914, 1, '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', 'Right to Designate PCP Patient Protection Notice', '', 'publish', 'closed', 'closed', '', 'right-to-designate-pcp-patient-protection-notice', '', '', '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/611fd6c7bbe2f.pdf', 10, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1915, 1, '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', 'Model Notice - End of Outbreak Period', '', 'publish', 'closed', 'closed', '', 'model-notice-end-of-outbreak-period', '', '', '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/611fd6c7c7d7b.pdf', 9, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1916, 1, '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', 'USERRA_notice', '', 'publish', 'closed', 'closed', '', 'userra_notice', '', '', '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/611fd6c7ca136.pdf', 11, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1917, 1, '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', 'Childrens Health Insurance Program notice', '', 'publish', 'closed', 'closed', '', 'childrens-health-insurance-program-notice', '', '', '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/611fd6c7dd6a4.pdf', 4, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1918, 1, '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', 'MarketPlace Information', '', 'publish', 'closed', 'closed', '', 'marketplace-information', '', '', '2021-08-20 16:22:31', '2021-08-20 16:22:31', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/611fd6c7e6bc4.pdf', 8, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1920, 1, '2021-08-20 16:23:11', '2021-08-20 16:23:11', '', 'Annual Compliance Rider CDC', '', 'publish', 'closed', 'closed', '', 'annual-compliance-rider-cdc', '', '', '2021-08-20 16:23:11', '2021-08-20 16:23:11', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/611fd6efbd2f3.pdf', 12, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1924, 1, '2021-08-20 16:23:12', '2021-08-20 16:23:12', '', 'Annual Compliance Rider DPPO', '', 'publish', 'closed', 'closed', '', 'annual-compliance-rider-dppo', '', '', '2021-08-20 16:23:12', '2021-08-20 16:23:12', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/611fd6f0b8497.pdf', 13, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1930, 1, '2021-08-20 04:24:03', '2021-08-20 04:24:03', '', 'Leave, Short-Term and Long-Term Disability FAQ', '', 'publish', 'closed', 'closed', '', 'leave-short-term-and-long-term-disability-faq', '', '', '2022-01-28 22:06:59', '2022-01-28 22:06:59', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/611fd723cbd70.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1931, 1, '2021-08-20 16:24:00', '2021-08-20 16:24:00', '', 'Long-Term Disability Plan Certificate Employees', '', 'publish', 'closed', 'closed', '', 'long-term-disability-plan-certificate-employees', '', '', '2023-07-11 14:40:08', '2023-07-11 14:40:08', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/611fd7242c249.pdf', 1, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1932, 1, '2021-08-20 16:24:00', '2021-08-20 16:24:00', '', 'Long-Term Disability Plan Certificate Physicians', '', 'publish', 'closed', 'closed', '', 'long-term-disability-plan-certificate-physicians', '', '', '2023-07-11 14:40:44', '2023-07-11 14:40:44', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/611fd724edc61.pdf', 2, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1933, 1, '2021-08-20 16:24:00', '2021-08-20 16:24:00', '', 'Long-Term Disability Plan Certificate – Residents and Fellow', '', 'publish', 'closed', 'closed', '', 'long-term-disability-plan-certificate-residents-and-fellow', '', '', '2023-07-11 14:41:20', '2023-07-11 14:41:20', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/611fd72544172.pdf', 3, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1935, 1, '2021-08-20 16:24:00', '2021-08-20 16:24:00', '', 'Short-Term Disability Program Description', '', 'publish', 'closed', 'closed', '', 'short-term-disability-program-description', '', '', '2025-02-19 17:26:30', '2025-02-19 17:26:30', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/611fd725cdb92.pdf', 4, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1937, 1, '2021-08-20 16:24:00', '2021-08-20 16:24:00', '', 'Short-Term Disability Return to Work Authorization', '', 'publish', 'closed', 'closed', '', 'short-term-disability-return-to-work-authorization', '', '', '2022-04-08 17:55:12', '2022-04-08 17:55:12', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/611fd726cf1eb.pdf', 5, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1938, 1, '2021-08-20 16:24:31', '2021-08-20 16:24:31', '', 'Life Insurance Process Map', '', 'publish', 'closed', 'closed', '', 'life-insurance-process-map', '', '', '2021-08-20 16:24:31', '2021-08-20 16:24:31', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/19/611fd73fb973d.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1950, 1, '2021-08-20 16:29:00', '2021-08-20 16:29:00', '', '2025 Banner Employee Plan BFP $0 List', '', 'publish', 'closed', 'closed', '', '2025-banner-employee-plan-bfp-0-list', '', '', '2025-01-09 16:11:54', '2025-01-09 16:11:54', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/611fd864d0841.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1952, 1, '2021-08-20 16:29:26', '2021-08-20 16:29:26', '', 'Specialty Copay Optimization Drug List', '', 'publish', 'closed', 'closed', '', 'specialty-copay-optimization-drug-list', '', '', '2022-04-08 18:02:00', '2022-04-08 18:02:00', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/611fd866a7d9a.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1955, 1, '2021-08-20 04:29:00', '2021-08-20 04:29:00', '', '2022 Safe Harbor Additions to Aetna List', '', 'publish', 'closed', 'closed', '', '2022-safe-harbor-additions-to-aetna-list', '', '', '2022-04-08 18:04:08', '2022-04-08 18:04:08', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/611fd866d68fa.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1957, 1, '2021-08-20 16:29:00', '2021-08-20 16:29:00', '', 'How it works - PrudentRx Copay Optimization Program', '', 'publish', 'closed', 'closed', '', 'how-it-works-prudentrx-copay-optimization-program', '', '', '2022-04-08 18:01:11', '2022-04-08 18:01:11', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/611fd866e3081.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1960, 1, '2021-08-20 16:30:11', '2021-08-20 16:30:11', '', 'Common Law Affidavit', '', 'publish', 'closed', 'closed', '', 'common-law-affidavit', '', '', '2022-04-08 17:52:53', '2022-04-08 17:52:53', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/22/611fd8930739c.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1964, 1, '2021-08-20 16:32:43', '2021-08-20 16:32:43', '', 'FSA Plan Document', '', 'publish', 'closed', 'closed', '', 'fsa-plan-document', '', '', '2021-08-20 16:32:43', '2021-08-20 16:32:43', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/23/611fd92b66399.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1966, 1, '2021-08-20 16:33:03', '2021-08-20 16:33:03', '', 'Aetna Critical Illness Certificate Amendment', '', 'publish', 'closed', 'closed', '', 'aetna-critical-illness-certificate-amendment', '', '', '2021-08-20 16:33:03', '2021-08-20 16:33:03', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/611fd93f3099c.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1967, 1, '2021-08-20 16:33:20', '2021-08-20 16:33:20', '', 'VSP Summary Plan Document', '', 'publish', 'closed', 'closed', '', 'vsp-summary-plan-document', '', '', '2021-08-20 16:33:20', '2021-08-20 16:33:20', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/25/611fd95060fad.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1972, 1, '2021-08-20 16:52:11', '2021-08-20 16:52:11', '', 'header', '', 'inherit', 'open', 'closed', '', 'header', '', '', '2021-08-20 16:52:11', '2021-08-20 16:52:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/header.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2012, 1, '2021-10-21 21:33:00', '2021-10-21 21:33:00', '', '2023 Summary Annual Report', '', 'publish', 'closed', 'closed', '', '2023-summary-annual-report', '', '', '2024-09-05 19:36:08', '2024-09-05 19:36:08', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/6171dc97a02e5.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2049, 1, '2022-02-21 18:58:00', '2022-02-21 18:58:00', '', 'No Surprise Billing', '', 'publish', 'closed', 'closed', '', 'no-surprise-billing', '', '', '2023-01-12 16:26:05', '2023-01-12 16:26:05', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/6213e0f10b87e.pdf', 2, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2051, 1, '2022-02-21 19:03:00', '2022-02-21 19:03:00', '', 'FSA Claim Form - Health Equity', '', 'publish', 'closed', 'closed', '', 'fsa-claim-form-health-equity', '', '', '2022-10-12 14:52:01', '2022-10-12 14:52:01', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/23/6213e205bb02c.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2053, 1, '2022-04-08 17:53:05', '2022-04-08 17:53:05', '', 'Domestic-Partner-Affidavit', '', 'publish', 'closed', 'closed', '', 'domestic-partner-affidavit', '', '', '2022-04-08 17:53:05', '2022-04-08 17:53:05', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/22/625076818491e.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2054, 1, '2022-04-08 17:53:05', '2022-04-08 17:53:05', '', 'Termination-of-Domestic-Partnership', '', 'publish', 'closed', 'closed', '', 'termination-of-domestic-partnership', '', '', '2022-04-08 17:53:05', '2022-04-08 17:53:05', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/22/62507681850cc.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2065, 1, '2022-07-05 18:59:45', '2022-07-05 18:59:45', '', 'Hospital Indemnity - (HSA) with Facility Rider', '', 'publish', 'closed', 'closed', '', 'hospital-indemnity-hsa-with-facility-rider', '', '', '2022-07-05 18:59:45', '2022-07-05 18:59:45', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/62c48a217b1b7.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2066, 1, '2022-07-05 18:59:45', '2022-07-05 18:59:45', '', 'Aetna Supplemental Health Plan - CVS Health Discount', '', 'publish', 'closed', 'closed', '', 'aetna-supplemental-health-plan-cvs-health-discount', '', '', '2022-07-05 18:59:45', '2022-07-05 18:59:45', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/62c48a21db755.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2067, 1, '2022-07-05 19:00:00', '2022-07-05 19:00:00', '', 'Benefits Navigators', '', 'publish', 'closed', 'closed', '', 'benefits-navigators', '', '', '2024-11-04 16:39:14', '2024-11-04 16:39:14', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/62c48a380a07c.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2068, 1, '2022-07-05 19:04:41', '2022-07-05 19:04:41', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'a7f99fad0faa19314867ecf4b9289c00', '', '', '2022-07-05 19:04:41', '2022-07-05 19:04:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/a7f99fad0faa19314867ecf4b9289c00/', '0', 'oembed_cache', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2074, 1, '2022-07-05 21:28:03', '2022-07-05 21:28:03', '', 'Link', '', 'inherit', 'open', 'closed', '', 'link', '', '', '2022-07-05 21:28:03', '2022-07-05 21:28:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2022/07/Link.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2082, 1, '2022-07-06 15:20:08', '2022-07-06 15:20:08', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-divi', '', '', '2022-07-06 15:20:08', '2022-07-06 15:20:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-global-styles-divi/', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2086, 1, '2022-07-07 02:53:00', '2022-07-07 02:53:00', '', 'Dependent Eligibility Matrix', '', 'publish', 'closed', 'closed', '', 'dependent-eligibility-matrix', '', '', '2025-01-29 20:12:41', '2025-01-29 20:12:41', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/22/62c64aaebb464.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2087, 1, '2022-09-19 17:14:00', '2022-09-19 17:14:00', '', 'No Surprise Billing - Amendment', '', 'publish', 'closed', 'closed', '', 'no-surprise-billing-amendment', '', '', '2023-01-12 16:26:17', '2023-01-12 16:26:17', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/6328a37f6d42c.pdf', 3, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2093, 1, '2022-09-29 14:33:00', '2022-09-29 14:33:00', '', 'GME Vacation and Leaves of Absence Summary & FAQ', '', 'publish', 'closed', 'closed', '', 'gme-vacation-and-leaves-of-absence-summary-faq', '', '', '2022-11-28 18:43:04', '2022-11-28 18:43:04', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/6335acadc23b6.pdf', 6, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2113, 1, '2022-10-11 22:06:57', '2022-10-11 22:06:57', '', 'Short-Term and Long-Term Disability Process', '', 'publish', 'closed', 'closed', '', 'short-term-and-long-term-disability-process', '', '', '2022-10-11 22:06:57', '2022-10-11 22:06:57', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/6345e901bbb71.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2139, 1, '2020-06-29 16:56:26', '2020-06-29 16:56:26', '', '2019-Important-Notices', '', 'inherit', 'open', 'closed', '', '2019-important-notices', '', '', '2020-06-29 16:56:26', '2020-06-29 16:56:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/06/2019-Important-Notices.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2143, 1, '2023-01-11 19:02:03', '2023-01-11 19:02:03', '', '2023_Banner_Download_All_NH_D1_01112023_V8', '', 'inherit', 'open', 'closed', '', '2023_banner_download_all_nh_d1_01112023_v8', '', '', '2023-01-11 19:02:03', '2023-01-11 19:02:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2023/01/2023_Banner_Download_All_NH_D1_01112023_V8.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2144, 1, '2020-07-02 18:32:48', '2020-07-02 18:32:48', '', 'Close-Up Of Paper Boat On Map', '', 'inherit', 'open', 'closed', '', 'close-up-of-paper-boat-on-map', '', '', '2020-07-02 18:32:48', '2020-07-02 18:32:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/07/example-boat-scaled-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2148, 1, '2023-01-12 16:26:27', '2023-01-12 16:26:27', '', 'Illinois Essential Health Benefit comparison', '', 'publish', 'closed', 'closed', '', 'illinois-essential-health-benefit-comparison', '', '', '2023-01-12 16:26:27', '2023-01-12 16:26:27', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/63c034b3008c8.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2149, 1, '2023-01-12 16:27:12', '2023-01-12 16:27:12', '', 'Disability Statement of Compliance - New York', '', 'publish', 'closed', 'closed', '', 'disability-statement-of-compliance-new-york', '', '', '2023-01-12 16:27:12', '2023-01-12 16:27:12', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e08cd23.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2150, 1, '2023-01-12 16:27:12', '2023-01-12 16:27:12', '', 'Disability Statement of Rights - New York', '', 'publish', 'closed', 'closed', '', 'disability-statement-of-rights-new-york', '', '', '2023-01-12 16:27:12', '2023-01-12 16:27:12', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e0939ba.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2151, 1, '2023-01-12 16:27:12', '2023-01-12 16:27:12', '', 'Disability Certificate of Insurance - New York', '', 'publish', 'closed', 'closed', '', 'disability-certificate-of-insurance-new-york', '', '', '2023-01-12 16:27:12', '2023-01-12 16:27:12', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e0a5aac.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2152, 1, '2023-01-12 16:27:12', '2023-01-12 16:27:12', '', 'Disability Policy - New York', '', 'publish', 'closed', 'closed', '', 'disability-policy-new-york', '', '', '2023-01-12 16:27:12', '2023-01-12 16:27:12', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e0a7042.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2153, 1, '2023-01-12 16:27:12', '2023-01-12 16:27:12', '', 'Disability and Paid Family Leave Notice to Employees - New York', '', 'publish', 'closed', 'closed', '', 'disability-and-paid-family-leave-notice-to-employees-new-york', '', '', '2023-01-12 16:27:12', '2023-01-12 16:27:12', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e0a7f42.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2154, 1, '2023-01-12 16:27:18', '2023-01-12 16:27:18', '', 'Paid Family Leave Statement of Rights - New York', '', 'publish', 'closed', 'closed', '', 'paid-family-leave-statement-of-rights-new-york', '', '', '2023-01-12 16:27:18', '2023-01-12 16:27:18', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/28/63c034e6494ce.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2155, 1, '2023-02-20 21:48:42', '2023-02-20 21:48:42', '', 'cropped-banner-icon', '', 'inherit', 'open', 'closed', '', 'cropped-banner-icon', '', '', '2023-02-20 21:48:42', '2023-02-20 21:48:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2023/02/cropped-banner-icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2156, 1, '2023-02-20 21:48:45', '2023-02-20 21:48:45', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2023/02/cropped-cropped-banner-icon.png', 'cropped-cropped-banner-icon.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-banner-icon-png', '', '', '2023-02-20 21:48:45', '2023-02-20 21:48:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2023/02/cropped-cropped-banner-icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2158, 1, '2023-04-04 14:27:19', '2023-04-04 14:27:19', '', 'Long-Term Care Insurance', '', 'publish', 'closed', 'closed', '', 'long-term-care-insurance', '', '', '2023-04-04 14:27:19', '2023-04-04 14:27:19', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/642c33c6f0e43.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2165, 1, '2023-07-11 14:39:27', '2023-07-11 14:39:27', '', 'Long-Term Disability Plan Certificate - Executives', '', 'publish', 'closed', 'closed', '', 'long-term-disability-plan-certificate-executives', '', '', '2023-07-11 14:39:27', '2023-07-11 14:39:27', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/64ad699f8b3ca.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2166, 1, '2023-07-11 14:39:27', '2023-07-11 14:39:27', '', 'Long-Term Disability Plan Certificate - Sr. Directors', '', 'publish', 'closed', 'closed', '', 'long-term-disability-plan-certificate-sr-directors', '', '', '2023-07-11 14:39:27', '2023-07-11 14:39:27', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/18/64ad699fadfad.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2176, 1, '2023-09-26 14:38:10', '2023-09-26 14:38:10', '', '2024 Term Life Certificate', '', 'publish', 'closed', 'closed', '', '2024-term-life-certificate', '', '', '2023-09-26 14:38:10', '2023-09-26 14:38:10', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/19/6512ecd29f32f.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2177, 1, '2023-09-26 14:38:15', '2023-09-26 14:38:15', '', 'Term Life Policy and Amendment #R16', '', 'publish', 'closed', 'closed', '', 'term-life-policy-and-amendment-r16', '', '', '2023-09-26 14:38:15', '2023-09-26 14:38:15', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/19/6512ecd7ed3cf.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2178, 1, '2023-09-26 14:38:43', '2023-09-26 14:38:43', '', 'Banner Family Pharmacy Medication Synchronization (MedSync) FAQ', '', 'publish', 'closed', 'closed', '', 'banner-family-pharmacy-medication-synchronization-medsync-faq', '', '', '2023-09-26 14:38:43', '2023-09-26 14:38:43', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/6512ecf3f113b.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2198, 1, '2023-11-07 15:29:17', '2023-11-07 15:29:17', '', 'Choice Plus Summary Plan Description (SPD) w Pharmacy Book', '', 'publish', 'closed', 'closed', '', 'choice-plus-summary-plan-description-spd-w-pharmacy-book', '', '', '2023-11-07 15:29:17', '2023-11-07 15:29:17', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/20/654a57cd7fe97.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2200, 1, '2023-11-07 15:29:23', '2023-11-07 15:29:23', '', 'Premier Summary Plan Description (SPD) w Pharmacy Book', '', 'publish', 'closed', 'closed', '', 'premier-summary-plan-description-spd-w-pharmacy-book', '', '', '2023-11-07 15:29:23', '2023-11-07 15:29:23', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/20/654a57d341407.pdf', 6, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2201, 1, '2023-11-07 15:29:23', '2023-11-07 15:29:23', '', 'Value Summary Plan Description (SPD) w Pharmacy Book', '', 'publish', 'closed', 'closed', '', 'value-summary-plan-description-spd-w-pharmacy-book', '', '', '2023-11-07 15:29:23', '2023-11-07 15:29:23', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/20/654a57d344236.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2209, 1, '2020-06-15 22:17:41', '2020-06-15 22:17:41', '', 'logo2', '', 'inherit', 'open', 'closed', '', 'logo2', '', '', '2020-06-15 22:17:41', '2020-06-15 22:17:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/06/logo2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2210, 1, '2020-06-15 22:21:55', '2020-06-15 22:21:55', '', 'header-top-21', '', 'inherit', 'open', 'closed', '', 'header-top-21', '', '', '2020-06-15 22:21:55', '2020-06-15 22:21:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/06/header-top-21.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2211, 1, '2020-06-15 22:23:13', '2020-06-15 22:23:13', '', '2020_Brookfield_MULTI_Medium_Plan_Guide', '', 'inherit', 'open', 'closed', '', '2020_brookfield_multi_medium_plan_guide', '', '', '2020-06-15 22:23:13', '2020-06-15 22:23:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/06/2020_Brookfield_MULTI_Medium_Plan_Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2212, 1, '2020-06-15 22:24:38', '2020-06-15 22:24:38', '', '2020_Brookfield_Important_Notices', '', 'inherit', 'open', 'closed', '', '2020_brookfield_important_notices', '', '', '2020-06-15 22:24:38', '2020-06-15 22:24:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/06/2020_Brookfield_Important_Notices.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2213, 1, '2020-06-16 00:05:01', '2020-06-16 00:05:01', '', '21_header_mobile', '', 'inherit', 'open', 'closed', '', '21_header_mobile', '', '', '2020-06-16 00:05:01', '2020-06-16 00:05:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/06/21_header_mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2214, 1, '2020-06-16 16:25:38', '2020-06-16 16:25:38', '', 'bwell-2', '', 'inherit', 'open', 'closed', '', 'bwell-2-3', '', '', '2020-06-16 16:25:38', '2020-06-16 16:25:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/06/bwell-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2216, 1, '2020-06-15 22:13:27', '2020-06-15 22:13:27', '.custm-txt .et_pb_text_inner span {\n    font-size: 7px !important;\n}\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #00529b;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #f47d20;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;} \n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #00529b;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #f47d20;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-4', '', '', '2020-06-15 22:13:27', '2020-06-15 22:13:27', '', '0', 'https://multifamily21.mybenefitport.com/divi/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2224, 1, '2020-12-08 00:56:10', '2020-12-08 00:56:10', '', '2020_Brookfield_MULTI_Medium_Plan_Guide', '', 'inherit', 'open', 'closed', '', '2020_brookfield_multi_medium_plan_guide-2', '', '', '2020-12-08 00:56:10', '2020-12-08 00:56:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/12/2020_Brookfield_MULTI_Medium_Plan_Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2225, 1, '2020-12-08 00:56:14', '2020-12-08 00:56:14', '', '2021_Brookfield_MULTI_Medium_Plan_Guide_LR', '', 'inherit', 'open', 'closed', '', '2021_brookfield_multi_medium_plan_guide_lr', '', '', '2020-12-08 00:56:14', '2020-12-08 00:56:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/12/2021_Brookfield_MULTI_Medium_Plan_Guide_LR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2226, 1, '2020-12-08 00:56:16', '2020-12-08 00:56:16', '', '2021_MULTI_Important_Notices-1', '', 'inherit', 'open', 'closed', '', '2021_multi_important_notices-1', '', '', '2020-12-08 00:56:16', '2020-12-08 00:56:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/12/2021_MULTI_Important_Notices-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2230, 1, '2020-12-08 01:00:51', '2020-12-08 01:00:51', '', 'yoga_2020b', '', 'inherit', 'open', 'closed', '', 'yoga_2020b', '', '', '2020-12-08 01:00:51', '2020-12-08 01:00:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/12/yoga_2020b.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2231, 1, '2020-12-08 01:01:07', '2020-12-08 01:01:07', '', 'heart_2020b', '', 'inherit', 'open', 'closed', '', 'heart_2020b', '', '', '2020-12-08 01:01:07', '2020-12-08 01:01:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/12/heart_2020b.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2232, 1, '2020-12-08 01:01:25', '2020-12-08 01:01:25', '', 'family_2020b', '', 'inherit', 'open', 'closed', '', 'family_2020b', '', '', '2020-12-08 01:01:25', '2020-12-08 01:01:25', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/12/family_2020b.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2233, 1, '2020-12-08 01:01:41', '2020-12-08 01:01:41', '', 'pig_2020b', '', 'inherit', 'open', 'closed', '', 'pig_2020b', '', '', '2020-12-08 01:01:41', '2020-12-08 01:01:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/12/pig_2020b.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2236, 1, '2020-12-08 01:02:15', '2020-12-08 01:02:15', '.custm-txt .et_pb_text_inner span {\n    font-size: 7px !important;\n}\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #0F3557 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #0F3557;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #FFC20E;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol > li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol > li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;} \n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #0F3557 !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #0F3557 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #0F3557;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #FFC20E;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol > li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol > li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-3-3', '', '', '2020-12-08 01:02:15', '2020-12-08 01:02:15', '', '0', 'https://multifamily.mybenefitport.com/divi-3/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2285, 1, '2021-08-25 21:04:19', '2021-08-25 21:04:19', '', 'Header-BG-21', '', 'inherit', 'open', 'closed', '', 'header-bg-21', '', '', '2021-08-25 21:04:19', '2021-08-25 21:04:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/Header-BG-21.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2286, 1, '2021-08-25 21:04:47', '2021-08-25 21:04:47', '', 'header-top-21', '', 'inherit', 'open', 'closed', '', 'header-top-21-2', '', '', '2021-08-25 21:04:47', '2021-08-25 21:04:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/header-top-21.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2287, 1, '2021-08-25 21:05:06', '2021-08-25 21:05:06', '', '21_header_mobile_final', '', 'inherit', 'open', 'closed', '', '21_header_mobile_final', '', '', '2021-08-25 21:05:06', '2021-08-25 21:05:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/21_header_mobile_final.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2290, 1, '2021-08-25 21:06:03', '2021-08-25 21:06:03', '', 'Header-BG-21-pages', '', 'inherit', 'open', 'closed', '', 'header-bg-21-pages', '', '', '2021-08-25 21:06:03', '2021-08-25 21:06:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/Header-BG-21-pages.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2291, 1, '2021-08-25 21:07:12', '2021-08-25 21:07:12', '', 'medical-21', '', 'inherit', 'open', 'closed', '', 'medical-21', '', '', '2021-08-25 21:07:12', '2021-08-25 21:07:12', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/medical-21.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2292, 1, '2021-08-25 21:07:43', '2021-08-25 21:07:43', '', 'multi-21-medical', '', 'inherit', 'open', 'closed', '', 'multi-21-medical', '', '', '2021-08-25 21:07:43', '2021-08-25 21:07:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/multi-21-medical.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2295, 1, '2021-08-25 21:09:33', '2021-08-25 21:09:33', '', 'multi-21-dental', '', 'inherit', 'open', 'closed', '', 'multi-21-dental', '', '', '2021-08-25 21:09:33', '2021-08-25 21:09:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/multi-21-dental.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2298, 1, '2021-08-25 21:11:06', '2021-08-25 21:11:06', '', 'vision-21', '', 'inherit', 'open', 'closed', '', 'vision-21', '', '', '2021-08-25 21:11:06', '2021-08-25 21:11:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/vision-21.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2299, 1, '2021-08-25 21:11:33', '2021-08-25 21:11:33', '', 'multi-21-vision', '', 'inherit', 'open', 'closed', '', 'multi-21-vision', '', '', '2021-08-25 21:11:33', '2021-08-25 21:11:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/multi-21-vision.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2300, 1, '2021-08-25 21:12:09', '2021-08-25 21:12:09', '', '21-BAM-lensdeals-final', '', 'inherit', 'open', 'closed', '', '21-bam-lensdeals-final', '', '', '2021-08-25 21:12:09', '2021-08-25 21:12:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/21-BAM-lensdeals-final.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2301, 1, '2021-08-25 21:12:49', '2021-08-25 21:12:49', '', 'Screen-Shot-2020-11-05-at-12.34.02-PM', '', 'inherit', 'open', 'closed', '', 'screen-shot-2020-11-05-at-12-34-02-pm', '', '', '2021-08-25 21:12:49', '2021-08-25 21:12:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/Screen-Shot-2020-11-05-at-12.34.02-PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2304, 1, '2021-08-25 21:13:57', '2021-08-25 21:13:57', '', 'multi-21-silver-status', '', 'inherit', 'open', 'closed', '', 'multi-21-silver-status', '', '', '2021-08-25 21:13:57', '2021-08-25 21:13:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/multi-21-silver-status.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2305, 1, '2021-08-25 21:14:30', '2021-08-25 21:14:30', '', 'multi-21-gold-status', '', 'inherit', 'open', 'closed', '', 'multi-21-gold-status', '', '', '2021-08-25 21:14:30', '2021-08-25 21:14:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/multi-21-gold-status.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2306, 1, '2021-08-25 21:15:07', '2021-08-25 21:15:07', '', 'wellness-21', '', 'inherit', 'open', 'closed', '', 'wellness-21', '', '', '2021-08-25 21:15:07', '2021-08-25 21:15:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2021/08/wellness-21.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5490, 1, '2020-12-08 01:02:31', '2020-12-08 01:02:31', '', 'logo2', '', 'inherit', 'open', 'closed', '', 'logo2-2', '', '', '2020-12-08 01:02:31', '2020-12-08 01:02:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/12/logo2.png', '0', 'attachment', 'image/png', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5491, 1, '2020-12-08 01:06:42', '2020-12-08 01:06:42', '', 'login-logo', '', 'inherit', 'open', 'closed', '', 'login-logo', '', '', '2020-12-08 01:06:42', '2020-12-08 01:06:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2020/12/login-logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5529, 1, '2024-01-02 19:47:53', '2024-01-02 19:47:53', '{\n    \"et_divi[boxed_layout]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 19:47:53\"\n    },\n    \"et_divi[section_padding]\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 19:47:53\"\n    },\n    \"et_divi[row_padding]\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 19:47:53\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'debabf2e-672c-47b9-9606-aacc2d6efd1c', '', '', '2024-01-02 19:47:53', '2024-01-02 19:47:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/debabf2e-672c-47b9-9606-aacc2d6efd1c/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5535, 1, '2024-01-02 19:55:40', '2024-01-02 19:55:40', '{\n    \"et_divi[section_padding]\": {\n        \"value\": \"4\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 19:55:40\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'f1259620-24d4-4b93-8ca3-ba6a4453f68f', '', '', '2024-01-02 19:55:40', '2024-01-02 19:55:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/f1259620-24d4-4b93-8ca3-ba6a4453f68f/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5538, 1, '2024-01-02 20:08:27', '2024-01-02 20:08:27', '', 'banner header', '', 'inherit', 'open', 'closed', '', 'banner-header', '', '', '2024-01-02 20:08:27', '2024-01-02 20:08:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/banner-header.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5541, 1, '2024-01-02 20:31:14', '2024-01-02 20:31:14', '{\n    \"et_divi[custom_footer_credits]\": {\n        \"value\": \"\\u00a9 2024 Lockton Companies. All Rights Reserved.\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 20:31:14\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '6c0987d7-9b9f-4237-b367-c00b7d8e122a', '', '', '2024-01-02 20:31:14', '2024-01-02 20:31:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/6c0987d7-9b9f-4237-b367-c00b7d8e122a/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5542, 1, '2024-01-02 20:33:43', '2024-01-02 20:33:43', '{\n    \"et_divi[show_footer_social_icons]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 20:33:43\"\n    },\n    \"et_divi[bottom_bar_background_color]\": {\n        \"value\": \"rgba(232,232,232,0.32)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 20:33:43\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '0dbc592c-f036-4db7-adcd-b6f08f68badb', '', '', '2024-01-02 20:33:43', '2024-01-02 20:33:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/0dbc592c-f036-4db7-adcd-b6f08f68badb/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5543, 1, '2024-01-02 20:34:11', '2024-01-02 20:34:11', '{\n    \"et_divi[bottom_bar_text_color]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 20:34:11\"\n    },\n    \"et_divi[bottom_bar_social_icon_color]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 20:34:11\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '450e1cc5-8a4a-43e0-80c9-545f46e47e1e', '', '', '2024-01-02 20:34:11', '2024-01-02 20:34:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/450e1cc5-8a4a-43e0-80c9-545f46e47e1e/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5547, 1, '2024-01-02 20:41:40', '2024-01-02 20:41:40', '{\n    \"et_divi[custom_footer_credits]\": {\n        \"value\": \"\\u00a9 2024 Banner Health. All Rights Reserved.\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 20:41:40\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'fc28f326-29a3-4d31-9d4d-4226c250fa7a', '', '', '2024-01-02 20:41:40', '2024-01-02 20:41:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/fc28f326-29a3-4d31-9d4d-4226c250fa7a/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5550, 1, '2024-01-02 20:50:34', '2024-01-02 20:50:34', '', 'clouds', '', 'inherit', 'open', 'closed', '', 'clouds', '', '', '2024-01-02 20:50:34', '2024-01-02 20:50:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/clouds.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5557, 1, '2024-01-02 21:00:17', '2024-01-02 21:00:17', '', 1, '', 'inherit', 'open', 'closed', '', 1, '', '', '2024-01-02 21:00:17', '2024-01-02 21:00:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5573, 1, '2024-01-02 21:25:04', '2024-01-02 21:25:04', '.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #7FB8E4 (light blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #7FB8E4 !important;}\r\n.kmod1 {border: 2px solid #7FB8E4; padding: 20px !important; background-color: #7FB8E4 !important;}\r\n.kmod1-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod1-line-2 {border: 2px solid #3575ae; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod5-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod6-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kbtn1 {background: #7FB8E4; color: #FFFFFF !important;}\r\n.kbtn1:hover {background: rgba(0,0,0,.5)!important;}\r\n\r\n/*----------------------- Accent Color 2 - #1C82C5 (dark blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #1C82C5 !important;}\r\n.kmod2 {border: 2px solid #1C82C5; padding: 20px !important; background-color: #1C82C5 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #1C82C5; padding: 10px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod3-line {border: 2px solid #000000; padding: 10px !important;\r\n     border-radius: 20px;}\r\n.kbtn2 {background: #1C82C5; color: #FFFFFF !important;}\r\n.kbtn2:hover {background: rgba(0,0,0,.5)!important;}\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #7FB8E4 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #1C82C5 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\n/* background: url(https://usap.benefitmain.com/wp-content/uploads/sites/64/2014/09/bg-1600x900.jpg); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\npadding-top: 200px; \r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head h2 {font-size:2.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n\r\n.ksec {background-color: rgba(153,204,51,.9) !important;}\r\n\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color: rgba(226,226,226,.75) !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 2px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod1-line-2 {border: 2px solid #3575ae; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod5-line {border: 2px solid #e5863d; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod6-line {border: 2px solid #78b956; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #0F3557 !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #0F3557 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0F3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 4px solid #FFC20E;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n/*----------------------- Misc CSS -----------------------*/\r\nbody.home {background-color: #1d2757;}\r\n.big-head h1 {font-size:3.5em; line-height: 1.05em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n.treeview {padding-top: 20px !important; font-weight: bold;}\r\n.pdfemb-poweredby {display: none !important;}\r\ndiv.pdfemb-viewer {border: 0px !important;}\r\n.menu-logout-link-item {display: none !important;}\r\n.fullwidth-menu .menu-logout-link-item {display: none !important;}\r\n.menu-logout-link-item {text-transform: uppercase;}\r\n#menu-item-1149 a {color: #FFFFFF !important;}\r\n.big-slide h2 {font-size: 8em !important; line-height: 1.05em !important; text-shadow: 4px 4px 4px #000;}\r\n.big-slide .et_pb_container {width: 100%;}\r\n.big-slide .et_pb_slide_description {padding-left: 0px !important; padding-right: 0px !important;} \r\n.wpfd-content-tree h2 {font-weight: bold; color: #FFFFFF !important; background: #1C82C5 !important;}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a{\r\ndisplay: inline !important;\r\n}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a {\r\n\r\n\r\n\r\n\r\nwidth: calc( 100% - 50px);\r\n\r\n\r\nvertical-align: middle;\r\n\r\n\r\nfont-size: 14px !important;\r\n\r\n\r\n\r\n\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}', 'Divi', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-01-02 21:25:04', '2024-01-02 21:25:04', '', 7, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=5573', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5576, 1, '2024-01-02 21:27:47', '2024-01-02 21:27:47', '.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #7FB8E4 (light blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #7FB8E4 !important;}\r\n.kmod1 {border: 2px solid #7FB8E4; padding: 20px !important; background-color: #7FB8E4 !important;}\r\n.kmod1-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod5-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod6-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kbtn1 {background: #7FB8E4; color: #FFFFFF !important;}\r\n.kbtn1:hover {background: rgba(0,0,0,.5)!important;}\r\n\r\n/*----------------------- Accent Color 2 - #1C82C5 (dark blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #1C82C5 !important;}\r\n.kmod2 {border: 2px solid #1C82C5; padding: 20px !important; background-color: #1C82C5 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #1C82C5; padding: 10px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod3-line {border: 2px solid #000000; padding: 10px !important;\r\n     border-radius: 20px;}\r\n.kbtn2 {background: #1C82C5; color: #FFFFFF !important;}\r\n.kbtn2:hover {background: rgba(0,0,0,.5)!important;}\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #7FB8E4 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #1C82C5 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\n/* background: url(https://usap.benefitmain.com/wp-content/uploads/sites/64/2014/09/bg-1600x900.jpg); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\npadding-top: 200px; \r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head h2 {font-size:2.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n\r\n.ksec {background-color: rgba(153,204,51,.9) !important;}\r\n\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color: rgba(226,226,226,.75) !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 2px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod5-line {border: 2px solid #e5863d; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod6-line {border: 2px solid #78b956; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #0F3557 !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #0F3557 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0F3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 4px solid #FFC20E;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n/*----------------------- Misc CSS -----------------------*/\r\nbody.home {background-color: #1d2757;}\r\n.big-head h1 {font-size:3.5em; line-height: 1.05em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n.treeview {padding-top: 20px !important; font-weight: bold;}\r\n.pdfemb-poweredby {display: none !important;}\r\ndiv.pdfemb-viewer {border: 0px !important;}\r\n.menu-logout-link-item {display: none !important;}\r\n.fullwidth-menu .menu-logout-link-item {display: none !important;}\r\n.menu-logout-link-item {text-transform: uppercase;}\r\n#menu-item-1149 a {color: #FFFFFF !important;}\r\n.big-slide h2 {font-size: 8em !important; line-height: 1.05em !important; text-shadow: 4px 4px 4px #000;}\r\n.big-slide .et_pb_container {width: 100%;}\r\n.big-slide .et_pb_slide_description {padding-left: 0px !important; padding-right: 0px !important;} \r\n.wpfd-content-tree h2 {font-weight: bold; color: #FFFFFF !important; background: #1C82C5 !important;}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a{\r\ndisplay: inline !important;\r\n}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a {\r\n\r\n\r\n\r\n\r\nwidth: calc( 100% - 50px);\r\n\r\n\r\nvertical-align: middle;\r\n\r\n\r\nfont-size: 14px !important;\r\n\r\n\r\n\r\n\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}', 'Divi', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-01-02 21:27:47', '2024-01-02 21:27:47', '', 7, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=5576', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5577, 1, '2024-01-02 21:29:14', '2024-01-02 21:29:14', '.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #7FB8E4 (light blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #7FB8E4 !important;}\r\n.kmod1 {border: 2px solid #7FB8E4; padding: 20px !important; background-color: #7FB8E4 !important;}\r\n.kmod1-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod8-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod9-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kbtn1 {background: #7FB8E4; color: #FFFFFF !important;}\r\n.kbtn1:hover {background: rgba(0,0,0,.5)!important;}\r\n\r\n/*----------------------- Accent Color 2 - #1C82C5 (dark blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #1C82C5 !important;}\r\n.kmod2 {border: 2px solid #1C82C5; padding: 20px !important; background-color: #1C82C5 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #1C82C5; padding: 10px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod3-line {border: 2px solid #000000; padding: 10px !important;\r\n     border-radius: 20px;}\r\n.kbtn2 {background: #1C82C5; color: #FFFFFF !important;}\r\n.kbtn2:hover {background: rgba(0,0,0,.5)!important;}\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #7FB8E4 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #1C82C5 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\n/* background: url(https://usap.benefitmain.com/wp-content/uploads/sites/64/2014/09/bg-1600x900.jpg); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\npadding-top: 200px; \r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head h2 {font-size:2.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n\r\n.ksec {background-color: rgba(153,204,51,.9) !important;}\r\n\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color: rgba(226,226,226,.75) !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 2px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod5-line {border: 2px solid #e5863d; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod6-line {border: 2px solid #78b956; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #0F3557 !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #0F3557 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0F3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 4px solid #FFC20E;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n/*----------------------- Misc CSS -----------------------*/\r\nbody.home {background-color: #1d2757;}\r\n.big-head h1 {font-size:3.5em; line-height: 1.05em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n.treeview {padding-top: 20px !important; font-weight: bold;}\r\n.pdfemb-poweredby {display: none !important;}\r\ndiv.pdfemb-viewer {border: 0px !important;}\r\n.menu-logout-link-item {display: none !important;}\r\n.fullwidth-menu .menu-logout-link-item {display: none !important;}\r\n.menu-logout-link-item {text-transform: uppercase;}\r\n#menu-item-1149 a {color: #FFFFFF !important;}\r\n.big-slide h2 {font-size: 8em !important; line-height: 1.05em !important; text-shadow: 4px 4px 4px #000;}\r\n.big-slide .et_pb_container {width: 100%;}\r\n.big-slide .et_pb_slide_description {padding-left: 0px !important; padding-right: 0px !important;} \r\n.wpfd-content-tree h2 {font-weight: bold; color: #FFFFFF !important; background: #1C82C5 !important;}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a{\r\ndisplay: inline !important;\r\n}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a {\r\n\r\n\r\n\r\n\r\nwidth: calc( 100% - 50px);\r\n\r\n\r\nvertical-align: middle;\r\n\r\n\r\nfont-size: 14px !important;\r\n\r\n\r\n\r\n\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}', 'Divi', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-01-02 21:29:14', '2024-01-02 21:29:14', '', 7, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=5577', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5584, 1, '2024-01-02 21:41:03', '2024-01-02 21:41:03', '', 'Screenshot 2024-01-02 at 3.40.42 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-01-02-at-3-40-42-pm', '', '', '2024-01-02 21:41:03', '2024-01-02 21:41:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5585, 1, '2024-01-02 21:41:04', '2024-01-02 21:41:04', '', 'Screenshot 2024-01-02 at 3.40.31 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-01-02-at-3-40-31-pm', '', '', '2024-01-02 21:41:04', '2024-01-02 21:41:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5586, 1, '2024-01-02 21:41:04', '2024-01-02 21:41:04', '', 'Screenshot 2024-01-02 at 3.40.36 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-01-02-at-3-40-36-pm', '', '', '2024-01-02 21:41:04', '2024-01-02 21:41:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5592, 1, '2024-01-02 21:51:37', '2024-01-02 21:51:37', '{\n    \"et_divi[gutter_width]\": {\n        \"value\": \"3\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 21:51:37\"\n    },\n    \"et_divi[section_padding]\": {\n        \"value\": \"3\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-01-02 21:51:37\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'be0ff68e-c869-4d57-a478-b62f234cf072', '', '', '2024-01-02 21:51:37', '2024-01-02 21:51:37', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/be0ff68e-c869-4d57-a478-b62f234cf072/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5601, 1, '2024-01-02 22:02:45', '2024-01-02 22:02:45', '', 'Senior couple holding hands and spinning on grassy hill overlooking ocean', '', 'inherit', 'open', 'closed', '', 'senior-couple-holding-hands-and-spinning-on-grassy-hill-overlooking-ocean', '', '', '2024-01-02 22:02:45', '2024-01-02 22:02:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/medical.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5602, 1, '2024-01-02 22:14:48', '2024-01-02 22:14:48', '', 'med-chart-1', '', 'inherit', 'open', 'closed', '', 'med-chart-1', '', '', '2024-01-02 22:14:48', '2024-01-02 22:14:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/med-chart-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5603, 1, '2024-01-02 22:24:48', '2024-01-02 22:24:48', '', 'Chart 2', '', 'inherit', 'open', 'closed', '', 'chart-2', '', '', '2024-01-02 22:24:48', '2024-01-02 22:24:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Chart-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5606, 1, '2024-01-02 22:35:45', '2024-01-02 22:35:45', '', 'med-chart-3', '', 'inherit', 'open', 'closed', '', 'med-chart-3', '', '', '2024-01-02 22:35:45', '2024-01-02 22:35:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/med-chart-3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5621, 1, '2024-01-03 05:27:50', '2024-01-03 05:27:50', '', 'Experian - My Financial Expert Plan Document', '', 'publish', 'closed', 'closed', '', 'experian-my-financial-expert-plan-document', '', '', '2025-02-18 22:40:38', '2025-02-18 22:40:38', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/6594f0561e173.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5622, 1, '2024-01-03 05:29:00', '2024-01-03 05:29:00', '', '2025 Preventive Medicine List High Value', '', 'publish', 'closed', 'closed', '', '2025-preventive-medicine-list-high-value', '', '', '2025-01-09 16:12:28', '2025-01-09 16:12:28', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/6594f0b0e63d2.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5630, 1, '2024-12-30 21:01:47', '2024-01-03 15:06:49', '', 'Health Plans', '', 'publish', 'closed', 'closed', '', 'health', '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=5630', 7, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5641, 1, '2024-01-03 16:03:27', '2024-01-03 16:03:27', '', 'QLE', '', 'inherit', 'open', 'closed', '', 'qle', '', '', '2024-01-03 16:03:27', '2024-01-03 16:03:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/QLE.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5644, 1, '2024-01-03 16:13:31', '2024-01-03 16:13:31', '', 'mobile header', '', 'inherit', 'open', 'closed', '', 'mobile-header', '', '', '2024-01-03 16:13:31', '2024-01-03 16:13:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/mobile-header.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5657, 1, '2024-02-22 19:57:33', '2024-02-22 19:57:33', '', 'gettyimages-498253926-2048x2048', '', 'inherit', 'open', 'closed', '', 'gettyimages-498253926-2048x2048', '', '', '2024-02-22 19:57:33', '2024-02-22 19:57:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/02/gettyimages-498253926-2048x2048-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5658, 1, '2024-02-22 19:59:03', '2024-02-22 19:59:03', '', 'gettyimages-498253926-2048x2048', '', 'inherit', 'open', 'closed', '', 'gettyimages-498253926-2048x2048-2', '', '', '2024-02-22 19:59:03', '2024-02-22 19:59:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/02/gettyimages-498253926-2048x2048-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5661, 1, '2024-02-22 20:10:05', '2024-02-22 20:10:05', '', 'Devices', '', 'inherit', 'open', 'closed', '', 'devices', '', '', '2024-02-22 20:10:05', '2024-02-22 20:10:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/02/Devices.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5662, 1, '2024-02-22 20:11:09', '2024-02-22 20:11:09', '', 'Devices', '', 'inherit', 'open', 'closed', '', 'devices-2', '', '', '2024-02-22 20:11:09', '2024-02-22 20:11:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/02/Devices-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5686, 1, '2024-02-22 21:33:44', '2024-02-22 21:33:44', '', 'GettyImages-498253926', '', 'inherit', 'open', 'closed', '', 'gettyimages-498253926', '', '', '2024-02-22 21:33:44', '2024-02-22 21:33:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/02/GettyImages-498253926.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5688, 1, '2024-02-22 21:34:41', '2024-02-22 21:34:41', '', 'GettyImages-498253926-alt', '', 'inherit', 'open', 'closed', '', 'gettyimages-498253926-alt', '', '', '2024-02-22 21:34:41', '2024-02-22 21:34:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/02/GettyImages-498253926-alt.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5692, 1, '2024-05-02 15:10:21', '2024-05-02 15:10:21', '{\n    \"et_divi[boxed_layout]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-05-02 15:10:21\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '9993b1b8-fbc8-46cb-9c27-5ea50a9822ad', '', '', '2024-05-02 15:10:21', '2024-05-02 15:10:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/9993b1b8-fbc8-46cb-9c27-5ea50a9822ad/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5693, 1, '2024-05-02 15:10:43', '2024-05-02 15:10:43', '{\n    \"et_divi[boxed_layout]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-05-02 15:10:43\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '52af7079-9381-440e-9c55-3a3cbc51a3a4', '', '', '2024-05-02 15:10:43', '2024-05-02 15:10:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/52af7079-9381-440e-9c55-3a3cbc51a3a4/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5694, 1, '2024-05-02 15:13:08', '2024-05-02 15:13:08', '{\n    \"et_divi[show_search_icon]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-05-02 15:13:08\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'e686e1e6-1ada-43f2-8deb-4fb87b787c24', '', '', '2024-05-02 15:13:08', '2024-05-02 15:13:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/e686e1e6-1ada-43f2-8deb-4fb87b787c24/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5698, 1, '2024-05-02 15:36:24', '2024-05-02 15:36:24', '{\n    \"et_divi[hide_primary_logo]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-05-02 15:36:24\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '5c6ca698-d644-4b1f-9edc-2f01a82854b0', '', '', '2024-05-02 15:36:24', '2024-05-02 15:36:24', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/5c6ca698-d644-4b1f-9edc-2f01a82854b0/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5699, 1, '2024-05-02 15:36:50', '2024-05-02 15:36:50', '{\n    \"et_divi[nav_fullwidth]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-05-02 15:36:50\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '784440ee-4229-4e4a-8ec7-b8d18b7efff0', '', '', '2024-05-02 15:36:50', '2024-05-02 15:36:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/784440ee-4229-4e4a-8ec7-b8d18b7efff0/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5700, 1, '2024-05-02 15:37:03', '2024-05-02 15:37:03', '{\n    \"et_divi[nav_fullwidth]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-05-02 15:37:03\"\n    },\n    \"et_divi[hide_primary_logo]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-05-02 15:37:03\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '6c4dbcff-2dbd-419e-ac23-9c1737412686', '', '', '2024-05-02 15:37:03', '2024-05-02 15:37:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/6c4dbcff-2dbd-419e-ac23-9c1737412686/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5736, 1, '2024-05-31 02:16:33', '2024-05-31 02:16:33', '', 'gettyimages-1299264135-2048x2048', 'A kid around 7 years old and his dad laugh together while playing football on a lawn in the summertime.', 'inherit', 'open', 'closed', '', 'gettyimages-1299264135-2048x2048', '', '', '2024-05-31 02:16:33', '2024-05-31 02:16:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-1299264135-2048x2048-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5738, 1, '2024-05-31 02:18:57', '2024-05-31 02:18:57', '', 'gettyimages-934866236-2048x2048', '', 'inherit', 'open', 'closed', '', 'gettyimages-934866236-2048x2048', '', '', '2024-05-31 02:18:57', '2024-05-31 02:18:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-934866236-2048x2048-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5739, 1, '2024-05-31 02:20:12', '2024-05-31 02:20:12', '', 'gettyimages-482149091-2048x2048', '', 'inherit', 'open', 'closed', '', 'gettyimages-482149091-2048x2048', '', '', '2024-05-31 02:20:12', '2024-05-31 02:20:12', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-482149091-2048x2048-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5740, 1, '2024-05-31 02:21:24', '2024-05-31 02:21:24', '', 'gettyimages-1379117423-2048x2048', 'Funny asian girl look through hand binoculars, watching you, standing in summer clothes on yellow background.', 'inherit', 'open', 'closed', '', 'gettyimages-1379117423-2048x2048', '', '', '2024-05-31 02:21:24', '2024-05-31 02:21:24', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-1379117423-2048x2048-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5749, 1, '2024-06-01 23:09:25', '2024-06-01 23:09:25', '{\n    \"et_divi[custom_footer_credits]\": {\n        \"value\": \"<center>\\u00a9 2024 Banner Health. All Rights Reserved.\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-06-01 23:09:25\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '4820fefd-b4d8-4532-af64-1f75e5d1c687', '', '', '2024-06-01 23:09:25', '2024-06-01 23:09:25', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/4820fefd-b4d8-4532-af64-1f75e5d1c687/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5752, 1, '2024-06-01 23:15:50', '2024-06-01 23:15:50', '', 'logo-white', '', 'inherit', 'open', 'closed', '', 'logo-white', '', '', '2024-06-01 23:15:50', '2024-06-01 23:15:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5788, 1, '2024-12-30 21:01:47', '2024-06-06 15:41:43', '', 'Eligibility', '', 'publish', 'closed', 'closed', '', 'eligibility', '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=5788', 1, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5789, 1, '2024-12-30 21:01:49', '2024-06-06 15:41:43', '', 'Well-Being', '', 'publish', 'closed', 'closed', '', 'well-being', '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=5789', 37, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5790, 1, '2024-12-30 21:01:48', '2024-06-06 15:41:43', '', 'Additional Benefits', '', 'publish', 'closed', 'closed', '', 'additional-benefits', '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=5790', 23, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5791, 1, '2024-06-06 15:51:53', '2024-06-06 15:51:53', '{\n    \"et_divi[show_search_icon]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-06-06 15:51:53\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '73e2087e-d323-4a7d-9bbd-978745a6714a', '', '', '2024-06-06 15:51:53', '2024-06-06 15:51:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/73e2087e-d323-4a7d-9bbd-978745a6714a/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5792, 1, '2024-06-05 16:00:20', '2024-06-05 16:00:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.1\" _module_preset=\"default\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"84%\" min_height=\"415px\" max_height=\"519px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Team Members\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-1299264135-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d\"><strong>click here</strong></a> to view documents.</span></p>[/et_pb_slide][et_pb_slide heading=\"New Hires\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-934866236-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Varius morbi enim nunc faucibus a pellentesque sit amet. Duis ultricies lacus sed turpis tincidunt id aliquet risus. Vel orci porta non pulvinar neque. Diam quis enim lobortis scelerisque fermentum dui. Ullamcorper velit sed ullamcorper morbi. Ornare quam viverra orci sagittis eu volutpat odio. Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Tellus molestie nunc non blandit. Tortor consequat id porta nibh venenatis cras sed felis.</span></p>[/et_pb_slide][et_pb_slide heading=\"Recruits\" button_text=\"Click Here\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-482149091-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>In ante metus dictum at tempor. Nunc faucibus a pellentesque sit amet porttitor eget dolor morbi. Tellus in hac habitasse platea dictumst vestibulum rhoncus est. Eros donec ac odio tempor orci dapibus ultrices in. Elementum sagittis vitae et leo duis. Bibendum ut tristique et egestas. Fermentum posuere urna nec tincidunt praesent.</span></p>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-1379117423-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Sit amet consectetur adipiscing elit pellentesque habitant. Sit amet mattis vulputate enim. Cras tincidunt lobortis feugiat vivamus at augue eget. Tincidunt dui ut ornare lectus sit amet est placerat in. Porttitor massa id neque aliquam vestibulum morbi blandit. Donec ultrices tincidunt arcu non. Pellentesque habitant morbi tristique senectus et. Sagittis purus sit amet volutpat. </span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" module_class=\"ksec-trans\" _builder_version=\"4.25.1\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" disabled_on=\"off|off|off\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.23.4\" background_size=\"contain\" background_position=\"top_right\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"left\" custom_margin=\"||-97px||false|false\" custom_padding=\"||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.25.1\" custom_margin=\"-34px||||false|false\" border_style=\"solid\" global_colors_info=\"{}\"]<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #1d2757;\"><strong><span style=\"font-size: x-large;\"><span class=\"cf01\">At Banner, we’re all about you.</span><span class=\"cf01\"> </span></span><br /></strong></span><span class=\"cf01\" style=\"font-size: 14px;\">We’re here to support you at every step of your journey. </span><span style=\"font-size: 14px;\">Start here to get the benefits information you need. Are you:</span></p>\n<section class=\"row-container item\"></section>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" disabled_on=\"off|off|off\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.23.4\" background_color=\"#FFFFFF\" background_size=\"contain\" background_position=\"top_right\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"left\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" background_enable_color=\"off\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.23.4\" background_color=\"#3575ae\" custom_margin=\"0px|-50px||0px|false|false\" custom_padding=\"15px|15px|71px|23px|false|false\" border_radii=\"on|20px|20px|20px|20px\" border_style=\"solid\" global_colors_info=\"{}\"]<div class=\"item\">\n<div class=\"text-element\" id=\"elementFvXVNPLpC6z\">\n<div>\n<div><span style=\"color: #ffffff;\"><strong>Have a benefits question?</strong></span></div>\n</div>\n</div>\n</div>\n<div class=\"item\">\n<div class=\"text-element\" id=\"elementFAyOzE-2WCt\">\n<div>\n<span style=\"color: #ffffff;\"><ul>\n<li><span style=\"color: #ffffff;\">Check out our important <strong><a title=\"Home_Team_Member_Contacts\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-contacts-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386998854462%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=ojibIHLucheFTCc90obfUVMljKbfa%2FRpK8GfCLe3VPw%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\">Contacts</a></strong></span></li>\n<li><span style=\"color: #ffffff;\">Adjust your coverage after a <strong><a title=\"Home_Team_Member_QLE\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-qle-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=RM0815Hp9YMKtIb9hPiVCPONhCtWeVWcJzvOBipd2yQ%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\">Qualifying</a><a title=\"Home_Team_Member_QLE\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-qle-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=RM0815Hp9YMKtIb9hPiVCPONhCtWeVWcJzvOBipd2yQ%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"> Life Event</a></strong></span></li>\n<li><span style=\"color: #ffffff;\">Learn more about <strong><a title=\"Home_Team_Member_Disability_Leaves\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-disability-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=PlfECwLqrf9374CVuIfSKBQKhSm69qQyMxX4%2FRHmilE%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\">Disability &amp; Leaves</a></strong></span></li>\n<li><span style=\"color: #ffffff;\">Manage your <a title=\"Home_Team_Member_Retirement\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-retirement-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=gM%2BqiWU5wcQf58HEJgxV%2BjjO1qLMXNWikxxfq%2FQBiMY%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"><strong>Retirement</strong></a> accounts</span></li>\n<li><span style=\"color: #ffffff;\">Take advantage of the <a title=\"Home_Team_Member_MyWell-Being\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-wellbeing-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=zRRNe83Zt56Pz7wYYYnKhHGT9b2vHyRHfq8bvprZYZw%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"><strong>MyWell-Being</strong></a> and <a title=\"Home_Team_Member_Resources_for_Living\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-eap-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=fNyt3eAwMRnHReYxcZYIy8H55dxbsBYdqQ2jc1XA5xc%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"><strong>Resources for Living</strong></a> programs</span></li>\n</ul>\n</div>\n</div>\n</div>[/et_pb_text][et_pb_code _builder_version=\"4.16\" background_video_pause_outside_viewport=\"off\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" background_enable_color=\"off\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.23.4\" text_text_color=\"#FFFFFF\" background_color=\"#e5863d\" background_layout=\"dark\" custom_margin=\"0px|-25px||-25px|false|false\" custom_padding=\"15px|15px|5px|23px|false|false\" border_radii=\"on|20px|20px|20px|20px\" border_style=\"solid\" global_colors_info=\"{}\"]<div>\n<div style=\"text-align: left;\"><span style=\"color: #ffffff;\"><strong>New to Banner:</strong></span></div>\n<ul>\n<li><span style=\"color: #ffffff;\"><span style=\"color: #ffffff;\">Learn about your</span></span><span style=\"font-size: 14px;\"> </span><strong style=\"font-size: 14px;\"><a title=\"Home_Medical_NH\" href=\"http://flimp.live/banner-medical-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Medical</span></a>, </strong><strong style=\"font-size: 14px;\"><a title=\"Home_Pharmacy\" href=\"http://flimp.live/banner-pharmacy-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Pharmacy</span></a>,</strong>\n<div><strong style=\"font-size: 14px;\"><a title=\"Home_Dental\" href=\"http://flimp.live/banner-dental-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Dental</span></a>, </strong><strong style=\"font-size: 14px;\"><a title=\"Home_Vision\" href=\"http://flimp.live/banner-vision-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Vision</span></a></strong><span style=\"font-size: 14px;\"> and </span><span style=\"font-size: 14px;\"></span><a title=\"Home_Spending_Accounts\" href=\"http://flimp.live/banner-hsa-fsa-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"font-size: 14px;\" tabindex=\"1\"><strong><span style=\"color: #ffffff;\">Spending Accounts</span></strong></a><span style=\"font-size: 14px;\"> options</span></div>\n</li>\n</ul>\n</div>\n<ul>\n<li><span><span>Try <strong style=\"font-size: 14px;\"><a title=\"Home_Ask_Alex\" href=\"http://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Ask ALEX</span></a> </strong><span style=\"font-size: 14px;\">for help choosing</span></span></span>\n<div>your plans</div>\n</li>\n<li><span>Review the </span><strong style=\"font-size: 14px;\"><a title=\"Home_Dependent_Verification\" href=\"http://flimp.live/banner-dependents-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Dependent Verification</span></a> </strong><span style=\"font-size: 14px;\">requirements</span></li>\n<li><span>Call the Benefits Resource Center at <strong><span>833-849-9825</span> </strong>for help</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" background_enable_color=\"off\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.23.4\" background_color=\"#78b956\" custom_margin=\"0px|||-50px|false|false\" custom_padding=\"15px|15px|70px|23px|false|false\" border_radii=\"on|20px|20px|20px|20px\" border_style=\"solid\" global_colors_info=\"{}\"]<div class=\"item\">\n<div class=\"text-element\" id=\"elementFvXVNPLpC6z\">\n<div>\n<div><span style=\"color: #ffffff;\"><strong>Checking us out:</strong></span></div>\n</div>\n</div>\n</div>\n<div class=\"item\">\n<div class=\"text-element\" id=\"elementFAyOzE-2WCt\">\n<span style=\"color: #ffffff;\"><ul>\n<li>\n<div><span style=\"color: #ffffff;\">Review our Medical plan options</span></div>\n</li>\n<li>\n<div><span style=\"color: #ffffff;\">Our MyWell-Being Program includes health coaching, mental health support and rewards opportunities</span></div>\n</li>\n<li>\n<div><span style=\"color: #ffffff;\">Resources for Living supports your overall well-being at no cost</span></div>\n</li>\n<li>\n<div><span style=\"color: #ffffff;\">Check out our generous Paid Time Off</span></div>\n</li>\n</ul>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.23.4\" background_color=\"#eaeaea\" custom_margin=\"0px||-8px||false|false\" custom_padding=\"22px|0|22px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Residents & Fellows — Click Here\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/clouds.jpg\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0|20px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"When Coverage Begins\" module_class=\"kmod1-line\" _builder_version=\"4.25.1\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team member\'s total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.25.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" open_toggle_background_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" closed_toggle_background_color=\"#FFFFFF\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_font_size=\"19px\" toggle_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#FFFFFF\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"seelctor.et_pb_toggle_open h5.et_pb_toggle_title{||  padding-right: 50px !important;||}\" global_colors_info=\"{}\" toggle_text_align=\"right\" toggle_font_size=\"18px\" closed_toggle_font=\"|700|||||||\" closed_toggle_text_align=\"center\" closed_toggle_font_size=\"15px\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Example Home OG', '						', 'draft', 'closed', 'closed', '', 'og', '', '', '2024-06-14 15:45:22', '2024-06-14 15:45:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=5792', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5793, 1, '2024-06-06 16:00:39', '2024-06-06 16:00:39', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.1\" _module_preset=\"default\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"84%\" min_height=\"415px\" max_height=\"519px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Team Members\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-1299264135-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d\"><strong>click here</strong></a> to view documents.</span></p>[/et_pb_slide][et_pb_slide heading=\"New Hires\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-934866236-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Varius morbi enim nunc faucibus a pellentesque sit amet. Duis ultricies lacus sed turpis tincidunt id aliquet risus. Vel orci porta non pulvinar neque. Diam quis enim lobortis scelerisque fermentum dui. Ullamcorper velit sed ullamcorper morbi. Ornare quam viverra orci sagittis eu volutpat odio. Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Tellus molestie nunc non blandit. Tortor consequat id porta nibh venenatis cras sed felis.</span></p>[/et_pb_slide][et_pb_slide heading=\"Recruits\" button_text=\"Click Here\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-482149091-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>In ante metus dictum at tempor. Nunc faucibus a pellentesque sit amet porttitor eget dolor morbi. Tellus in hac habitasse platea dictumst vestibulum rhoncus est. Eros donec ac odio tempor orci dapibus ultrices in. Elementum sagittis vitae et leo duis. Bibendum ut tristique et egestas. Fermentum posuere urna nec tincidunt praesent.</span></p>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-1379117423-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Sit amet consectetur adipiscing elit pellentesque habitant. Sit amet mattis vulputate enim. Cras tincidunt lobortis feugiat vivamus at augue eget. Tincidunt dui ut ornare lectus sit amet est placerat in. Porttitor massa id neque aliquam vestibulum morbi blandit. Donec ultrices tincidunt arcu non. Pellentesque habitant morbi tristique senectus et. Sagittis purus sit amet volutpat. </span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" module_class=\"ksec-trans\" _builder_version=\"4.25.1\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" disabled_on=\"off|off|off\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.23.4\" background_size=\"contain\" background_position=\"top_right\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"left\" custom_margin=\"||-97px||false|false\" custom_padding=\"||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.25.1\" custom_margin=\"-34px||||false|false\" border_style=\"solid\" global_colors_info=\"{}\"]<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #1d2757;\"><strong><span style=\"font-size: x-large;\"><span class=\"cf01\">At Banner, we’re all about you.</span><span class=\"cf01\"> </span></span><br /></strong></span><span class=\"cf01\" style=\"font-size: 14px;\">We’re here to support you at every step of your journey. </span><span style=\"font-size: 14px;\">Start here to get the benefits information you need. Are you:</span></p>\n<section class=\"row-container item\"></section>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" disabled_on=\"off|off|off\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.23.4\" background_color=\"#FFFFFF\" background_size=\"contain\" background_position=\"top_right\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"left\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" background_enable_color=\"off\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.23.4\" background_color=\"#3575ae\" custom_margin=\"0px|-50px||0px|false|false\" custom_padding=\"15px|15px|71px|23px|false|false\" border_radii=\"on|20px|20px|20px|20px\" border_style=\"solid\" global_colors_info=\"{}\"]<div class=\"item\">\n<div class=\"text-element\" id=\"elementFvXVNPLpC6z\">\n<div>\n<div><span style=\"color: #ffffff;\"><strong>Have a benefits question?</strong></span></div>\n</div>\n</div>\n</div>\n<div class=\"item\">\n<div class=\"text-element\" id=\"elementFAyOzE-2WCt\">\n<div>\n<span style=\"color: #ffffff;\"><ul>\n<li><span style=\"color: #ffffff;\">Check out our important <strong><a title=\"Home_Team_Member_Contacts\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-contacts-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386998854462%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=ojibIHLucheFTCc90obfUVMljKbfa%2FRpK8GfCLe3VPw%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\">Contacts</a></strong></span></li>\n<li><span style=\"color: #ffffff;\">Adjust your coverage after a <strong><a title=\"Home_Team_Member_QLE\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-qle-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=RM0815Hp9YMKtIb9hPiVCPONhCtWeVWcJzvOBipd2yQ%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\">Qualifying</a><a title=\"Home_Team_Member_QLE\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-qle-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=RM0815Hp9YMKtIb9hPiVCPONhCtWeVWcJzvOBipd2yQ%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"> Life Event</a></strong></span></li>\n<li><span style=\"color: #ffffff;\">Learn more about <strong><a title=\"Home_Team_Member_Disability_Leaves\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-disability-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=PlfECwLqrf9374CVuIfSKBQKhSm69qQyMxX4%2FRHmilE%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\">Disability &amp; Leaves</a></strong></span></li>\n<li><span style=\"color: #ffffff;\">Manage your <a title=\"Home_Team_Member_Retirement\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-retirement-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=gM%2BqiWU5wcQf58HEJgxV%2BjjO1qLMXNWikxxfq%2FQBiMY%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"><strong>Retirement</strong></a> accounts</span></li>\n<li><span style=\"color: #ffffff;\">Take advantage of the <a title=\"Home_Team_Member_MyWell-Being\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-wellbeing-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=zRRNe83Zt56Pz7wYYYnKhHGT9b2vHyRHfq8bvprZYZw%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"><strong>MyWell-Being</strong></a> and <a title=\"Home_Team_Member_Resources_for_Living\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-eap-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=fNyt3eAwMRnHReYxcZYIy8H55dxbsBYdqQ2jc1XA5xc%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"><strong>Resources for Living</strong></a> programs</span></li>\n</ul>\n</div>\n</div>\n</div>[/et_pb_text][et_pb_code _builder_version=\"4.16\" background_video_pause_outside_viewport=\"off\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" background_enable_color=\"off\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.23.4\" text_text_color=\"#FFFFFF\" background_color=\"#e5863d\" background_layout=\"dark\" custom_margin=\"0px|-25px||-25px|false|false\" custom_padding=\"15px|15px|5px|23px|false|false\" border_radii=\"on|20px|20px|20px|20px\" border_style=\"solid\" global_colors_info=\"{}\"]<div>\n<div style=\"text-align: left;\"><span style=\"color: #ffffff;\"><strong>New to Banner:</strong></span></div>\n<ul>\n<li><span style=\"color: #ffffff;\"><span style=\"color: #ffffff;\">Learn about your</span></span><span style=\"font-size: 14px;\"> </span><strong style=\"font-size: 14px;\"><a title=\"Home_Medical_NH\" href=\"http://flimp.live/banner-medical-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Medical</span></a>, </strong><strong style=\"font-size: 14px;\"><a title=\"Home_Pharmacy\" href=\"http://flimp.live/banner-pharmacy-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Pharmacy</span></a>,</strong>\n<div><strong style=\"font-size: 14px;\"><a title=\"Home_Dental\" href=\"http://flimp.live/banner-dental-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Dental</span></a>, </strong><strong style=\"font-size: 14px;\"><a title=\"Home_Vision\" href=\"http://flimp.live/banner-vision-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Vision</span></a></strong><span style=\"font-size: 14px;\"> and </span><span style=\"font-size: 14px;\"></span><a title=\"Home_Spending_Accounts\" href=\"http://flimp.live/banner-hsa-fsa-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"font-size: 14px;\" tabindex=\"1\"><strong><span style=\"color: #ffffff;\">Spending Accounts</span></strong></a><span style=\"font-size: 14px;\"> options</span></div>\n</li>\n</ul>\n</div>\n<ul>\n<li><span><span>Try <strong style=\"font-size: 14px;\"><a title=\"Home_Ask_Alex\" href=\"http://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Ask ALEX</span></a> </strong><span style=\"font-size: 14px;\">for help choosing</span></span></span>\n<div>your plans</div>\n</li>\n<li><span>Review the </span><strong style=\"font-size: 14px;\"><a title=\"Home_Dependent_Verification\" href=\"http://flimp.live/banner-dependents-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Dependent Verification</span></a> </strong><span style=\"font-size: 14px;\">requirements</span></li>\n<li><span>Call the Benefits Resource Center at <strong><span>833-849-9825</span> </strong>for help</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" background_enable_color=\"off\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.23.4\" background_color=\"#78b956\" custom_margin=\"0px|||-50px|false|false\" custom_padding=\"15px|15px|70px|23px|false|false\" border_radii=\"on|20px|20px|20px|20px\" border_style=\"solid\" global_colors_info=\"{}\"]<div class=\"item\">\n<div class=\"text-element\" id=\"elementFvXVNPLpC6z\">\n<div>\n<div><span style=\"color: #ffffff;\"><strong>Checking us out:</strong></span></div>\n</div>\n</div>\n</div>\n<div class=\"item\">\n<div class=\"text-element\" id=\"elementFAyOzE-2WCt\">\n<span style=\"color: #ffffff;\"><ul>\n<li>\n<div><span style=\"color: #ffffff;\">Review our Medical plan options</span></div>\n</li>\n<li>\n<div><span style=\"color: #ffffff;\">Our MyWell-Being Program includes health coaching, mental health support and rewards opportunities</span></div>\n</li>\n<li>\n<div><span style=\"color: #ffffff;\">Resources for Living supports your overall well-being at no cost</span></div>\n</li>\n<li>\n<div><span style=\"color: #ffffff;\">Check out our generous Paid Time Off</span></div>\n</li>\n</ul>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.23.4\" background_color=\"#eaeaea\" custom_margin=\"0px||-8px||false|false\" custom_padding=\"22px|0|22px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Residents & Fellows — Click Here\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/clouds.jpg\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0|20px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"When Coverage Begins\" module_class=\"kmod1-line\" _builder_version=\"4.25.1\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team member\'s total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.25.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" open_toggle_background_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" closed_toggle_background_color=\"#FFFFFF\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_font_size=\"19px\" toggle_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#FFFFFF\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"seelctor.et_pb_toggle_open h5.et_pb_toggle_title{||  padding-right: 50px !important;||}\" global_colors_info=\"{}\" toggle_text_align=\"right\" toggle_font_size=\"18px\" closed_toggle_font=\"|700|||||||\" closed_toggle_text_align=\"center\" closed_toggle_font_size=\"15px\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Example Home 2', '						', 'inherit', 'closed', 'closed', '', '5792-revision-v1', '', '', '2024-06-06 16:00:39', '2024-06-06 16:00:39', '', 5792, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=5793', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5799, 1, '2024-06-06 16:20:39', '2024-06-06 16:20:39', '', '99cc3540dd8528f6f6b189d6660ed9e3-IMAGE', '', 'inherit', 'open', 'closed', '', '99cc3540dd8528f6f6b189d6660ed9e3-image', '', '', '2024-06-06 16:20:39', '2024-06-06 16:20:39', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/99cc3540dd8528f6f6b189d6660ed9e3-IMAGE.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5803, 1, '2024-06-07 12:22:36', '2024-06-07 12:22:36', '', 'Screenshot 2024-06-07 at 7.22.10 AM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-06-07-at-7-22-10-am', '', '', '2024-06-07 12:22:36', '2024-06-07 12:22:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/Screenshot-2024-06-07-at-7.22.10 AM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5804, 1, '2024-06-07 12:25:42', '2024-06-07 12:25:42', '', 'bg', '', 'inherit', 'open', 'closed', '', 'bg', '', '', '2024-06-07 12:25:42', '2024-06-07 12:25:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/bg.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5810, 1, '2024-12-30 21:01:49', '2024-06-07 21:49:49', '', 'Resources', '', 'publish', 'closed', 'closed', '', 'resources', '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=5810', 41, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5832, 1, '2024-06-12 19:49:13', '2024-06-12 19:49:13', '', 'Bubbles in the water', 'Bubbles in the water', 'inherit', 'open', 'closed', '', 'bubbles-in-the-water', '', '', '2024-06-12 19:49:13', '2024-06-12 19:49:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5833, 1, '2024-06-12 19:51:08', '2024-06-12 19:51:08', '', 'Bubbles in the water', 'Bubbles in the water', 'inherit', 'open', 'closed', '', 'bubbles-in-the-water-2', '', '', '2024-06-12 19:51:08', '2024-06-12 19:51:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5834, 1, '2024-06-12 19:54:28', '2024-06-12 19:54:28', '', 'gettyimages-1134457857-2048x2048', '', 'inherit', 'open', 'closed', '', 'gettyimages-1134457857-2048x2048', '', '', '2024-06-12 19:54:28', '2024-06-12 19:54:28', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-1134457857-2048x2048-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5844, 1, '2024-06-12 20:40:59', '2024-06-12 20:40:59', '', 'Caucasian woman riding bicycle near beach', 'Caucasian woman riding bicycle near beach', 'inherit', 'open', 'closed', '', 'caucasian-woman-riding-bicycle-near-beach', '', '', '2024-06-12 20:40:59', '2024-06-12 20:40:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5863, 1, '2024-06-14 15:45:22', '2024-06-14 15:45:22', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.1\" _module_preset=\"default\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"84%\" min_height=\"415px\" max_height=\"519px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Team Members\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-1299264135-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d\"><strong>click here</strong></a> to view documents.</span></p>[/et_pb_slide][et_pb_slide heading=\"New Hires\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-934866236-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Varius morbi enim nunc faucibus a pellentesque sit amet. Duis ultricies lacus sed turpis tincidunt id aliquet risus. Vel orci porta non pulvinar neque. Diam quis enim lobortis scelerisque fermentum dui. Ullamcorper velit sed ullamcorper morbi. Ornare quam viverra orci sagittis eu volutpat odio. Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Tellus molestie nunc non blandit. Tortor consequat id porta nibh venenatis cras sed felis.</span></p>[/et_pb_slide][et_pb_slide heading=\"Recruits\" button_text=\"Click Here\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-482149091-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>In ante metus dictum at tempor. Nunc faucibus a pellentesque sit amet porttitor eget dolor morbi. Tellus in hac habitasse platea dictumst vestibulum rhoncus est. Eros donec ac odio tempor orci dapibus ultrices in. Elementum sagittis vitae et leo duis. Bibendum ut tristique et egestas. Fermentum posuere urna nec tincidunt praesent.</span></p>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/05/gettyimages-1379117423-2048x2048-1.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Sit amet consectetur adipiscing elit pellentesque habitant. Sit amet mattis vulputate enim. Cras tincidunt lobortis feugiat vivamus at augue eget. Tincidunt dui ut ornare lectus sit amet est placerat in. Porttitor massa id neque aliquam vestibulum morbi blandit. Donec ultrices tincidunt arcu non. Pellentesque habitant morbi tristique senectus et. Sagittis purus sit amet volutpat. </span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" module_class=\"ksec-trans\" _builder_version=\"4.25.1\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" disabled_on=\"off|off|off\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.23.4\" background_size=\"contain\" background_position=\"top_right\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"left\" custom_margin=\"||-97px||false|false\" custom_padding=\"||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.25.1\" custom_margin=\"-34px||||false|false\" border_style=\"solid\" global_colors_info=\"{}\"]<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #1d2757;\"><strong><span style=\"font-size: x-large;\"><span class=\"cf01\">At Banner, we’re all about you.</span><span class=\"cf01\"> </span></span><br /></strong></span><span class=\"cf01\" style=\"font-size: 14px;\">We’re here to support you at every step of your journey. </span><span style=\"font-size: 14px;\">Start here to get the benefits information you need. Are you:</span></p>\n<section class=\"row-container item\"></section>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" disabled_on=\"off|off|off\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.23.4\" background_color=\"#FFFFFF\" background_size=\"contain\" background_position=\"top_right\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"left\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" background_enable_color=\"off\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.23.4\" background_color=\"#3575ae\" custom_margin=\"0px|-50px||0px|false|false\" custom_padding=\"15px|15px|71px|23px|false|false\" border_radii=\"on|20px|20px|20px|20px\" border_style=\"solid\" global_colors_info=\"{}\"]<div class=\"item\">\n<div class=\"text-element\" id=\"elementFvXVNPLpC6z\">\n<div>\n<div><span style=\"color: #ffffff;\"><strong>Have a benefits question?</strong></span></div>\n</div>\n</div>\n</div>\n<div class=\"item\">\n<div class=\"text-element\" id=\"elementFAyOzE-2WCt\">\n<div>\n<span style=\"color: #ffffff;\"><ul>\n<li><span style=\"color: #ffffff;\">Check out our important <strong><a title=\"Home_Team_Member_Contacts\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-contacts-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386998854462%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=ojibIHLucheFTCc90obfUVMljKbfa%2FRpK8GfCLe3VPw%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\">Contacts</a></strong></span></li>\n<li><span style=\"color: #ffffff;\">Adjust your coverage after a <strong><a title=\"Home_Team_Member_QLE\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-qle-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=RM0815Hp9YMKtIb9hPiVCPONhCtWeVWcJzvOBipd2yQ%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\">Qualifying</a><a title=\"Home_Team_Member_QLE\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-qle-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=RM0815Hp9YMKtIb9hPiVCPONhCtWeVWcJzvOBipd2yQ%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"> Life Event</a></strong></span></li>\n<li><span style=\"color: #ffffff;\">Learn more about <strong><a title=\"Home_Team_Member_Disability_Leaves\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-disability-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=PlfECwLqrf9374CVuIfSKBQKhSm69qQyMxX4%2FRHmilE%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\">Disability &amp; Leaves</a></strong></span></li>\n<li><span style=\"color: #ffffff;\">Manage your <a title=\"Home_Team_Member_Retirement\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-retirement-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=gM%2BqiWU5wcQf58HEJgxV%2BjjO1qLMXNWikxxfq%2FQBiMY%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"><strong>Retirement</strong></a> accounts</span></li>\n<li><span style=\"color: #ffffff;\">Take advantage of the <a title=\"Home_Team_Member_MyWell-Being\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-wellbeing-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=zRRNe83Zt56Pz7wYYYnKhHGT9b2vHyRHfq8bvprZYZw%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"><strong>MyWell-Being</strong></a> and <a title=\"Home_Team_Member_Resources_for_Living\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fbanner-eap-24&amp;data=05%7C01%7Cevlester%40lockton.com%7Cdec3db68befe4d5516e908dbd64a5726%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638339386999010740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=fNyt3eAwMRnHReYxcZYIy8H55dxbsBYdqQ2jc1XA5xc%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"color: #ffffff;\" tabindex=\"1\"><strong>Resources for Living</strong></a> programs</span></li>\n</ul>\n</div>\n</div>\n</div>[/et_pb_text][et_pb_code _builder_version=\"4.16\" background_video_pause_outside_viewport=\"off\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" background_enable_color=\"off\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.23.4\" text_text_color=\"#FFFFFF\" background_color=\"#e5863d\" background_layout=\"dark\" custom_margin=\"0px|-25px||-25px|false|false\" custom_padding=\"15px|15px|5px|23px|false|false\" border_radii=\"on|20px|20px|20px|20px\" border_style=\"solid\" global_colors_info=\"{}\"]<div>\n<div style=\"text-align: left;\"><span style=\"color: #ffffff;\"><strong>New to Banner:</strong></span></div>\n<ul>\n<li><span style=\"color: #ffffff;\"><span style=\"color: #ffffff;\">Learn about your</span></span><span style=\"font-size: 14px;\"> </span><strong style=\"font-size: 14px;\"><a title=\"Home_Medical_NH\" href=\"http://flimp.live/banner-medical-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Medical</span></a>, </strong><strong style=\"font-size: 14px;\"><a title=\"Home_Pharmacy\" href=\"http://flimp.live/banner-pharmacy-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Pharmacy</span></a>,</strong>\n<div><strong style=\"font-size: 14px;\"><a title=\"Home_Dental\" href=\"http://flimp.live/banner-dental-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Dental</span></a>, </strong><strong style=\"font-size: 14px;\"><a title=\"Home_Vision\" href=\"http://flimp.live/banner-vision-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Vision</span></a></strong><span style=\"font-size: 14px;\"> and </span><span style=\"font-size: 14px;\"></span><a title=\"Home_Spending_Accounts\" href=\"http://flimp.live/banner-hsa-fsa-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" style=\"font-size: 14px;\" tabindex=\"1\"><strong><span style=\"color: #ffffff;\">Spending Accounts</span></strong></a><span style=\"font-size: 14px;\"> options</span></div>\n</li>\n</ul>\n</div>\n<ul>\n<li><span><span>Try <strong style=\"font-size: 14px;\"><a title=\"Home_Ask_Alex\" href=\"http://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Ask ALEX</span></a> </strong><span style=\"font-size: 14px;\">for help choosing</span></span></span>\n<div>your plans</div>\n</li>\n<li><span>Review the </span><strong style=\"font-size: 14px;\"><a title=\"Home_Dependent_Verification\" href=\"http://flimp.live/banner-dependents-24\" target=\"_blank\" rel=\"noopener\" aria-label=\"open in new window\" tabindex=\"1\"><span style=\"color: #ffffff;\">Dependent Verification</span></a> </strong><span style=\"font-size: 14px;\">requirements</span></li>\n<li><span>Call the Benefits Resource Center at <strong><span>833-849-9825</span> </strong>for help</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" background_enable_color=\"off\" custom_padding=\"8px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Please read this site carefully\" _builder_version=\"4.23.4\" background_color=\"#78b956\" custom_margin=\"0px|||-50px|false|false\" custom_padding=\"15px|15px|70px|23px|false|false\" border_radii=\"on|20px|20px|20px|20px\" border_style=\"solid\" global_colors_info=\"{}\"]<div class=\"item\">\n<div class=\"text-element\" id=\"elementFvXVNPLpC6z\">\n<div>\n<div><span style=\"color: #ffffff;\"><strong>Checking us out:</strong></span></div>\n</div>\n</div>\n</div>\n<div class=\"item\">\n<div class=\"text-element\" id=\"elementFAyOzE-2WCt\">\n<span style=\"color: #ffffff;\"><ul>\n<li>\n<div><span style=\"color: #ffffff;\">Review our Medical plan options</span></div>\n</li>\n<li>\n<div><span style=\"color: #ffffff;\">Our MyWell-Being Program includes health coaching, mental health support and rewards opportunities</span></div>\n</li>\n<li>\n<div><span style=\"color: #ffffff;\">Resources for Living supports your overall well-being at no cost</span></div>\n</li>\n<li>\n<div><span style=\"color: #ffffff;\">Check out our generous Paid Time Off</span></div>\n</li>\n</ul>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.23.4\" background_color=\"#eaeaea\" custom_margin=\"0px||-8px||false|false\" custom_padding=\"22px|0|22px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Residents & Fellows — Click Here\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/clouds.jpg\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0|20px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"When Coverage Begins\" module_class=\"kmod1-line\" _builder_version=\"4.25.1\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team member\'s total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.25.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" open_toggle_background_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" closed_toggle_background_color=\"#FFFFFF\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_font_size=\"19px\" toggle_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#FFFFFF\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"seelctor.et_pb_toggle_open h5.et_pb_toggle_title{||  padding-right: 50px !important;||}\" global_colors_info=\"{}\" toggle_text_align=\"right\" toggle_font_size=\"18px\" closed_toggle_font=\"|700|||||||\" closed_toggle_text_align=\"center\" closed_toggle_font_size=\"15px\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Example Home OG', '						', 'inherit', 'closed', 'closed', '', '5792-revision-v1', '', '', '2024-06-14 15:45:22', '2024-06-14 15:45:22', '', 5792, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=5863', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5864, 1, '2024-06-13 15:45:29', '2024-06-13 15:45:29', '[et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER BENEFITS\" button_text=\"Example Button\" use_bg_overlay=\"off\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_level=\"h1\" header_font=\"|700||on|||||\" header_font_size=\"52px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"HERO HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_image=\"off\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" module_class=\"ksec-trans\" _builder_version=\"4.25.2\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px|-40px|0px|false|false\" custom_padding=\"|0px|||false|false\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"At Banner, we’re all about you.\" button_text=\"Click Here\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font_size=\"30px\" background_color=\"#78b956\" width=\"100%\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"font-size: medium;\">At Banner, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being — your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. As you take care of others, we’ll take care of you with comprehensive, affordable benefits.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team Members\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Varius morbi enim nunc faucibus a pellentesque sit amet. Duis ultricies lacus sed turpis tincidunt id aliquet risus. Vel orci porta non pulvinar neque. Diam quis enim lobortis scelerisque fermentum dui. Ullamcorper velit sed ullamcorper morbi. Ornare quam viverra orci sagittis eu volutpat odio. Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Tellus molestie nunc non blandit. Tortor consequat id porta nibh venenatis cras sed felis.</span></p>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"100%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d\"><strong>click here</strong></a> to view documents.</span></p>[/et_pb_slide][et_pb_slide heading=\"Recruits\" button_text=\"Click Here\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>In ante metus dictum at tempor. Nunc faucibus a pellentesque sit amet porttitor eget dolor morbi. Tellus in hac habitasse platea dictumst vestibulum rhoncus est. Eros donec ac odio tempor orci dapibus ultrices in. Elementum sagittis vitae et leo duis. Bibendum ut tristique et egestas. Fermentum posuere urna nec tincidunt praesent.</span></p>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Sit amet consectetur adipiscing elit pellentesque habitant. Sit amet mattis vulputate enim. Cras tincidunt lobortis feugiat vivamus at augue eget. Tincidunt dui ut ornare lectus sit amet est placerat in. Porttitor massa id neque aliquam vestibulum morbi blandit. Donec ultrices tincidunt arcu non. Pellentesque habitant morbi tristique senectus et. Sagittis purus sit amet volutpat. </span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#242424\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Ask Alex\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.25.2\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team member\'s total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xf004;||fa||900\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"|0px|20px||false|false\" custom_padding=\"0px|0px||0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"-25px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Cups of Coffee\" number=\"3498\" percent_sign=\"off\" bar_bg_color=\"#e6863e\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Employees Enrolled\" number=\"504\" percent_sign=\"off\" bar_bg_color=\"#162b68\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Total Benefits\" number=\"100\" bar_bg_color=\"#78b956\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-01 16:00\" _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Example Home HEADER', '						', 'draft', 'closed', 'closed', '', 'example-home-header', '', '', '2024-07-22 16:28:45', '2024-07-22 16:28:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=5864', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5883, 1, '2024-06-14 16:10:54', '2024-06-14 16:10:54', '', 'avess-berge-ua2IF9HNaXs-unsplash', '', 'inherit', 'open', 'closed', '', 'avess-berge-ua2if9hnaxs-unsplash', '', '', '2024-06-14 16:10:54', '2024-06-14 16:10:54', '', 5864, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/avess-berge-ua2IF9HNaXs-unsplash.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5889, 1, '2024-06-14 16:17:37', '2024-06-14 16:17:37', '', 'BG-2', '', 'inherit', 'open', 'closed', '', 'bg-2', '', '', '2024-06-14 16:17:37', '2024-06-14 16:17:37', '', 5864, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/BG-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5892, 1, '2024-06-13 16:29:24', '2024-06-13 16:29:24', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Eligibility and enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Eligibility.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h3>Open Enrollment is Nov. 4 – 15, 2024</h3>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-04 16:00\" _builder_version=\"4.26.0\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Open Enrollment is your opportunity to select the benefits you need and want next year. You’re eligible to enroll in benefits if you’re a team member with a total Full-Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">Open Enrollment</span></strong></h1>\n<p>Open Enrollment runs from Nov. 4 – 15, 2024. This is your opportunity to choose new benefits for 2025. Even if you don’t want to make any changes, we encourage you to review your current elections and update your beneficiaries. Your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/\" target=\"_blank\" rel=\"noopener\"><strong>Qualifying Life Event</strong></a> (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/elig-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Premiums\" button_text=\"Tobacco Cessation Programs\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program</span>.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility and Enrollment', '						', 'publish', 'closed', 'closed', '', 'eligibility-and-enrollment', '', '', '2024-09-30 22:13:08', '2024-09-30 22:13:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=5892', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5895, 1, '2024-06-14 16:47:40', '2024-06-14 16:47:40', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath', '', '', '2024-06-14 16:47:40', '2024-06-14 16:47:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/eligibility.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5902, 1, '2024-06-14 17:14:47', '2024-06-14 17:14:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" hover_enabled=\"0\" global_colors_info=\"{}\" admin_label=\"FOOTER\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'FOOTER -New', '', 'publish', 'closed', 'closed', '', 'footer-new', '', '', '2024-06-14 17:14:47', '2024-06-14 17:14:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/footer-new/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5903, 1, '2024-06-14 17:17:11', '2024-06-14 17:17:11', '', 'gettyimages-902827524-2048x2048', 'Portrait of a cheerful young mother giving her little daughter a piggyback ride outside during the day', 'inherit', 'open', 'closed', '', 'gettyimages-902827524-2048x2048', '', '', '2024-06-14 17:17:11', '2024-06-14 17:17:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-902827524-2048x2048-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5904, 1, '2024-06-14 17:18:32', '2024-06-14 17:18:32', '', 'gettyimages-902827524-2048x2048', 'Portrait of a cheerful young mother giving her little daughter a piggyback ride outside during the day', 'inherit', 'open', 'closed', '', 'gettyimages-902827524-2048x2048-2', '', '', '2024-06-14 17:18:32', '2024-06-14 17:18:32', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-902827524-2048x2048-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5908, 1, '2024-12-30 21:01:47', '2024-06-14 17:22:18', '', 'Medical Plans', '', 'publish', 'closed', 'closed', '', 5908, '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=5908', 9, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5909, 1, '2024-06-14 17:25:22', '2024-06-14 17:25:22', '[et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#242424\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" border_color_all=\"#000000\" global_colors_info=\"{}\" admin_label=\"ASK ALEX - ENROLL NOW\" sticky_enabled=\"0\" collapsed=\"on\" template_type=\"section\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'AA - EN Buttons', '', 'publish', 'closed', 'closed', '', 'aa-en-buttons', '', '', '2024-06-14 17:25:22', '2024-06-14 17:25:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/aa-en-buttons/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5910, 1, '2024-06-14 17:25:55', '2024-06-14 17:25:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" hover_enabled=\"0\" global_colors_info=\"{}\" admin_label=\"PAGE HEADER\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Eligibility and Enrollment\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/eligibility.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h3>Enroll in your benefits within 31 days</h3>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]', 'INTERNAL PAGE HEADER', '', 'publish', 'closed', 'closed', '', 'internal-page-header', '', '', '2024-06-14 17:25:55', '2024-06-14 17:25:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/internal-page-header/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5913, 1, '2024-06-14 17:29:52', '2024-06-14 17:29:52', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-2', '', '', '2024-06-14 17:29:52', '2024-06-14 17:29:52', '', 930, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/medical-bg.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5923, 1, '2024-06-14 18:25:08', '2024-06-14 18:25:08', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot', '', '', '2024-06-14 18:25:08', '2024-06-14 18:25:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mario.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5924, 1, '2024-06-14 18:25:11', '2024-06-14 18:25:11', '', 'chloe', '', 'inherit', 'open', 'closed', '', 'chloe', '', '', '2024-06-14 18:25:11', '2024-06-14 18:25:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/chloe.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5925, 1, '2024-06-14 18:25:16', '2024-06-14 18:25:16', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-2', '', '', '2024-06-14 18:25:16', '2024-06-14 18:25:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mark-june.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5949, 1, '2024-06-14 19:17:28', '2024-06-14 19:17:28', '', 'Medical Chart', '', 'publish', 'closed', 'closed', '', 'contacts-csv', '', '', '2024-06-14 20:18:03', '2024-06-14 20:18:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/contacts-csv/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5954, 1, '2024-06-14 20:18:23', '2024-06-14 20:18:23', '', 'Medical Chart 2', '', 'publish', 'closed', 'closed', '', 'medical-chart-duplicate', '', '', '2024-06-14 20:18:40', '2024-06-14 20:18:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/medical-chart-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5959, 1, '2024-06-14 20:23:24', '2024-06-14 20:23:24', '', 'Medical Chart 3', '', 'publish', 'closed', 'closed', '', 'medical-chart-duplicate-2', '', '', '2024-06-14 20:23:32', '2024-06-14 20:23:32', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/medical-chart-duplicate-2/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5965, 1, '2024-06-17 14:45:27', '2024-06-17 14:45:27', '', 'Smiling hipster covered in holi powder at holi festival', 'Smiling hipster covered in holi powder at holi festival', 'inherit', 'open', 'closed', '', 'smiling-hipster-covered-in-holi-powder-at-holi-festival', '', '', '2024-06-17 14:45:27', '2024-06-17 14:45:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-179725595-2048x2048-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5978, 1, '2024-06-18 16:26:33', '2024-06-18 16:26:33', '', 'gettyimages-1475023842-2048x2048', 'Excited young woman with afro hairstyle wearing colorful dress and pink eyeglasses looking away and laughing. Studio shot on yellow background.', 'inherit', 'open', 'closed', '', 'gettyimages-1475023842-2048x2048', '', '', '2024-06-18 16:26:33', '2024-06-18 16:26:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-1475023842-2048x2048-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5979, 1, '2024-06-18 16:29:25', '2024-06-18 16:29:25', '', 'gettyimages-891604336-2048x2048', 'Shot of a father and his two little sons enjoying some quality time together at the beach', 'inherit', 'open', 'closed', '', 'gettyimages-891604336-2048x2048', '', '', '2024-06-18 16:29:25', '2024-06-18 16:29:25', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-891604336-2048x2048-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5991, 1, '2024-06-18 17:52:38', '2024-06-18 17:52:38', '', 'gettyimages-891604336-2048x2048-1-alt', 'Shot of a father and his two little sons enjoying some quality time together at the beach', 'inherit', 'open', 'closed', '', 'gettyimages-891604336-2048x2048-1-alt', '', '', '2024-06-18 17:52:38', '2024-06-18 17:52:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-891604336-2048x2048-1-alt.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5993, 1, '2024-06-18 19:29:04', '2024-06-18 19:29:04', '', 'header-new', 'Shot of a father and his two little sons enjoying some quality time together at the beach', 'inherit', 'open', 'closed', '', 'header-new', '', '', '2024-06-18 19:29:04', '2024-06-18 19:29:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/header-new.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5995, 1, '2024-06-18 19:30:23', '2024-06-18 19:30:23', '', 'banner - header 2', 'Shot of a father and his two little sons enjoying some quality time together at the beach', 'inherit', 'open', 'closed', '', 'banner-header-2', '', '', '2024-06-18 19:30:23', '2024-06-18 19:30:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5998, 1, '2024-06-24 21:41:58', '2024-06-24 21:41:58', '', 'Spain, Lanzarote, father cuddling his little daughter on the beach', '', 'inherit', 'open', 'closed', '', 'spain-lanzarote-father-cuddling-his-little-daughter-on-the-beach', '', '', '2024-06-24 21:41:58', '2024-06-24 21:41:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-934866236.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5999, 1, '2024-06-24 21:53:16', '2024-06-24 21:53:16', '', 'new', '', 'inherit', 'open', 'closed', '', 'new', '', '', '2024-06-24 21:53:16', '2024-06-24 21:53:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6000, 1, '2024-06-24 21:54:41', '2024-06-24 21:54:41', '', 'new-2', 'A kid around 7 years old and his dad laugh together while playing football on a lawn in the summertime.', 'inherit', 'open', 'closed', '', 'new-2', '', '', '2024-06-24 21:54:41', '2024-06-24 21:54:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6001, 1, '2024-06-24 21:56:45', '2024-06-24 21:56:45', '', 'new-3', 'Funny asian girl look through hand binoculars, watching you, standing in summer clothes on yellow background.', 'inherit', 'open', 'closed', '', 'new-3', '', '', '2024-06-24 21:56:45', '2024-06-24 21:56:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6002, 1, '2024-06-24 21:57:24', '2024-06-24 21:57:24', '[et_pb_section fb_built=\"1\" admin_label=\"HERO HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_image=\"off\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.19)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_level=\"h5\" header_text_align=\"center\" header_text_color=\"#162b68\" header_font_size=\"18px\" background_position=\"bottom_center\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"100%\" min_height=\"360px\" max_height=\"519px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Welcome to Banner Health Benefits\" use_bg_overlay=\"off\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_level=\"h4\" header_font=\"|700||on|||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" header_line_height=\"19.2em\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" module_class=\"ksec-trans\" _builder_version=\"4.25.2\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"-40px|0px|-40px|0px|false|false\" custom_padding=\"|0px|||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"At Banner, we’re all about you.\" button_text=\"Click Here\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font_size=\"30px\" background_color=\"#78b956\" width=\"100%\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"font-size: medium;\">At Banner, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being — your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. As you take care of others, we’ll take care of you with comprehensive, affordable benefits.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Team Members\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"new\" sticky_enabled=\"0\"]<p><span>Varius morbi enim nunc faucibus a pellentesque sit amet. Duis ultricies lacus sed turpis tincidunt id aliquet risus. Vel orci porta non pulvinar neque. Diam quis enim lobortis scelerisque fermentum dui. Ullamcorper velit sed ullamcorper morbi. Ornare quam viverra orci sagittis eu volutpat odio. Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Tellus molestie nunc non blandit. Tortor consequat id porta nibh venenatis cras sed felis.</span></p>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"new-2\" sticky_enabled=\"0\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d\"><strong>click here</strong></a> to view documents.</span></p>[/et_pb_slide][et_pb_slide heading=\"Recruits\" button_text=\"Click Here\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]<p><span>In ante metus dictum at tempor. Nunc faucibus a pellentesque sit amet porttitor eget dolor morbi. Tellus in hac habitasse platea dictumst vestibulum rhoncus est. Eros donec ac odio tempor orci dapibus ultrices in. Elementum sagittis vitae et leo duis. Bibendum ut tristique et egestas. Fermentum posuere urna nec tincidunt praesent.</span></p>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"new-3\" sticky_enabled=\"0\"]<p><span>Sit amet consectetur adipiscing elit pellentesque habitant. Sit amet mattis vulputate enim. Cras tincidunt lobortis feugiat vivamus at augue eget. Tincidunt dui ut ornare lectus sit amet est placerat in. Porttitor massa id neque aliquam vestibulum morbi blandit. Donec ultrices tincidunt arcu non. Pellentesque habitant morbi tristique senectus et. Sagittis purus sit amet volutpat. </span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#242424\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Ask Alex\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.25.2\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team member\'s total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xf004;||fa||900\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"|0px|20px||false|false\" custom_padding=\"0px|0px||0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"-25px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Cups of Coffee\" number=\"3498\" percent_sign=\"off\" bar_bg_color=\"#e6863e\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Employees Enrolled\" number=\"504\" percent_sign=\"off\" bar_bg_color=\"#162b68\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Total Benefits\" number=\"100\" bar_bg_color=\"#78b956\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-01 16:00\" _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Example Home ALT', '						', 'inherit', 'closed', 'closed', '', '5864-revision-v1', '', '', '2024-06-24 21:57:24', '2024-06-24 21:57:24', '', 5864, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6002', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6003, 1, '2024-06-24 21:58:57', '2024-06-24 21:58:57', '', 'color', '', 'inherit', 'open', 'closed', '', 'color', '', '', '2024-06-24 21:58:57', '2024-06-24 21:58:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/color.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6006, 1, '2024-06-13 15:31:21', '2024-06-13 15:31:21', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner-OE-25.mp4\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Screenshot-2024-09-24-at-1.50.06 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Open Enrollment is Nov. 4–15</strong></h2>\n<p><span style=\"font-size: medium;\"><span>This is your chance to review your coverage and make changes to your benefits for 2025! Check out this video to learn what’s new.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place to Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place to Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.\n&nbsp;\nThe Great Place to Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team Members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf\n \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefit options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that supports total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'OE Home', '						', 'draft', 'closed', 'closed', '', 'oe-home', '', '', '2024-12-12 21:15:10', '2024-12-12 21:15:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6006', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6007, 1, '2024-06-26 15:31:37', '2024-06-26 15:31:37', '[et_pb_section fb_built=\"1\" admin_label=\"HERO HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_image=\"off\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.19)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_level=\"h5\" header_text_align=\"center\" header_text_color=\"#162b68\" header_font_size=\"18px\" background_position=\"bottom_center\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"100%\" min_height=\"360px\" max_height=\"519px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Welcome to Banner Health Benefits\" use_bg_overlay=\"off\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_level=\"h4\" header_font=\"|700||on|||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" header_line_height=\"19.2em\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" module_class=\"ksec-trans\" _builder_version=\"4.25.2\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"-40px|0px|-40px|0px|false|false\" custom_padding=\"|0px|||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"At Banner, we’re all about you.\" button_text=\"Click Here\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font_size=\"30px\" background_color=\"#78b956\" width=\"100%\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"font-size: medium;\">At Banner, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being — your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. As you take care of others, we’ll take care of you with comprehensive, affordable benefits.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Team Members\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"new\" sticky_enabled=\"0\"]<p><span>Varius morbi enim nunc faucibus a pellentesque sit amet. Duis ultricies lacus sed turpis tincidunt id aliquet risus. Vel orci porta non pulvinar neque. Diam quis enim lobortis scelerisque fermentum dui. Ullamcorper velit sed ullamcorper morbi. Ornare quam viverra orci sagittis eu volutpat odio. Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Tellus molestie nunc non blandit. Tortor consequat id porta nibh venenatis cras sed felis.</span></p>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"new-2\" sticky_enabled=\"0\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d\"><strong>click here</strong></a> to view documents.</span></p>[/et_pb_slide][et_pb_slide heading=\"Recruits\" button_text=\"Click Here\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]<p><span>In ante metus dictum at tempor. Nunc faucibus a pellentesque sit amet porttitor eget dolor morbi. Tellus in hac habitasse platea dictumst vestibulum rhoncus est. Eros donec ac odio tempor orci dapibus ultrices in. Elementum sagittis vitae et leo duis. Bibendum ut tristique et egestas. Fermentum posuere urna nec tincidunt praesent.</span></p>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"new-3\" sticky_enabled=\"0\"]<p><span>Sit amet consectetur adipiscing elit pellentesque habitant. Sit amet mattis vulputate enim. Cras tincidunt lobortis feugiat vivamus at augue eget. Tincidunt dui ut ornare lectus sit amet est placerat in. Porttitor massa id neque aliquam vestibulum morbi blandit. Donec ultrices tincidunt arcu non. Pellentesque habitant morbi tristique senectus et. Sagittis purus sit amet volutpat. </span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#242424\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Ask Alex\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.25.2\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team member\'s total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xf004;||fa||900\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"|0px|20px||false|false\" custom_padding=\"0px|0px||0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"-25px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Cups of Coffee\" number=\"3498\" percent_sign=\"off\" bar_bg_color=\"#e6863e\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Employees Enrolled\" number=\"504\" percent_sign=\"off\" bar_bg_color=\"#162b68\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Total Benefits\" number=\"100\" bar_bg_color=\"#78b956\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-01 16:00\" _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Example Home HEADER', '						', 'inherit', 'closed', 'closed', '', '5864-revision-v1', '', '', '2024-06-26 15:31:37', '2024-06-26 15:31:37', '', 5864, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6007', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6009, 1, '2024-06-26 15:37:10', '2024-06-26 15:37:10', '[et_pb_section fb_built=\"1\" admin_label=\"HERO HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_image=\"off\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row admin_label=\"MAIN HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.19)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_level=\"h5\" header_text_align=\"center\" header_text_color=\"#162b68\" header_font_size=\"18px\" background_position=\"bottom_center\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"100%\" min_height=\"360px\" max_height=\"519px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Welcome to Banner Health Benefits\" use_bg_overlay=\"off\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_level=\"h4\" header_font=\"|700||on|||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" header_line_height=\"19.2em\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"HERO HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_image=\"off\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row admin_label=\"MAIN HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" module_class=\"ksec-trans\" _builder_version=\"4.25.2\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"-40px|0px|-40px|0px|false|false\" custom_padding=\"|0px|||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"At Banner, we’re all about you.\" button_text=\"Click Here\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font_size=\"30px\" background_color=\"#78b956\" width=\"100%\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"font-size: medium;\">At Banner, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being — your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. As you take care of others, we’ll take care of you with comprehensive, affordable benefits.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team Members\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Varius morbi enim nunc faucibus a pellentesque sit amet. Duis ultricies lacus sed turpis tincidunt id aliquet risus. Vel orci porta non pulvinar neque. Diam quis enim lobortis scelerisque fermentum dui. Ullamcorper velit sed ullamcorper morbi. Ornare quam viverra orci sagittis eu volutpat odio. Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Tellus molestie nunc non blandit. Tortor consequat id porta nibh venenatis cras sed felis.</span></p>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"100%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d\"><strong>click here</strong></a> to view documents.</span></p>[/et_pb_slide][et_pb_slide heading=\"Recruits\" button_text=\"Click Here\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>In ante metus dictum at tempor. Nunc faucibus a pellentesque sit amet porttitor eget dolor morbi. Tellus in hac habitasse platea dictumst vestibulum rhoncus est. Eros donec ac odio tempor orci dapibus ultrices in. Elementum sagittis vitae et leo duis. Bibendum ut tristique et egestas. Fermentum posuere urna nec tincidunt praesent.</span></p>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Sit amet consectetur adipiscing elit pellentesque habitant. Sit amet mattis vulputate enim. Cras tincidunt lobortis feugiat vivamus at augue eget. Tincidunt dui ut ornare lectus sit amet est placerat in. Porttitor massa id neque aliquam vestibulum morbi blandit. Donec ultrices tincidunt arcu non. Pellentesque habitant morbi tristique senectus et. Sagittis purus sit amet volutpat. </span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"WELCOME TO BANNER BENEFITS\" button_text=\"Example Button\" use_bg_overlay=\"off\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"banner - header 2\" sticky_enabled=\"0\" header_level=\"h1\" header_font=\"|700||on|||||\" header_font_size=\"52px\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#242424\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Ask Alex\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.25.2\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team member\'s total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xf004;||fa||900\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"|0px|20px||false|false\" custom_padding=\"0px|0px||0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"-25px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Cups of Coffee\" number=\"3498\" percent_sign=\"off\" bar_bg_color=\"#e6863e\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Employees Enrolled\" number=\"504\" percent_sign=\"off\" bar_bg_color=\"#162b68\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Total Benefits\" number=\"100\" bar_bg_color=\"#78b956\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-01 16:00\" _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Example Home HEADER', '						', 'inherit', 'closed', 'closed', '', '5864-revision-v1', '', '', '2024-06-26 15:37:10', '2024-06-26 15:37:10', '', 5864, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6009', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6011, 1, '2024-06-26 15:39:00', '2024-06-26 15:39:00', '[et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER BENEFITS\" button_text=\"Example Button\" use_bg_overlay=\"off\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_level=\"h1\" header_font=\"|700||on|||||\" header_font_size=\"52px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"HERO HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_image=\"off\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" module_class=\"ksec-trans\" _builder_version=\"4.25.2\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"-40px|0px|-40px|0px|false|false\" custom_padding=\"|0px|||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"At Banner, we’re all about you.\" button_text=\"Click Here\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font_size=\"30px\" background_color=\"#78b956\" width=\"100%\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"font-size: medium;\">At Banner, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being — your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. As you take care of others, we’ll take care of you with comprehensive, affordable benefits.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team Members\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Varius morbi enim nunc faucibus a pellentesque sit amet. Duis ultricies lacus sed turpis tincidunt id aliquet risus. Vel orci porta non pulvinar neque. Diam quis enim lobortis scelerisque fermentum dui. Ullamcorper velit sed ullamcorper morbi. Ornare quam viverra orci sagittis eu volutpat odio. Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Tellus molestie nunc non blandit. Tortor consequat id porta nibh venenatis cras sed felis.</span></p>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"100%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d\"><strong>click here</strong></a> to view documents.</span></p>[/et_pb_slide][et_pb_slide heading=\"Recruits\" button_text=\"Click Here\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>In ante metus dictum at tempor. Nunc faucibus a pellentesque sit amet porttitor eget dolor morbi. Tellus in hac habitasse platea dictumst vestibulum rhoncus est. Eros donec ac odio tempor orci dapibus ultrices in. Elementum sagittis vitae et leo duis. Bibendum ut tristique et egestas. Fermentum posuere urna nec tincidunt praesent.</span></p>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Sit amet consectetur adipiscing elit pellentesque habitant. Sit amet mattis vulputate enim. Cras tincidunt lobortis feugiat vivamus at augue eget. Tincidunt dui ut ornare lectus sit amet est placerat in. Porttitor massa id neque aliquam vestibulum morbi blandit. Donec ultrices tincidunt arcu non. Pellentesque habitant morbi tristique senectus et. Sagittis purus sit amet volutpat. </span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#242424\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Ask Alex\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.25.2\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team member\'s total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xf004;||fa||900\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"|0px|20px||false|false\" custom_padding=\"0px|0px||0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"-25px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Cups of Coffee\" number=\"3498\" percent_sign=\"off\" bar_bg_color=\"#e6863e\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Employees Enrolled\" number=\"504\" percent_sign=\"off\" bar_bg_color=\"#162b68\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Total Benefits\" number=\"100\" bar_bg_color=\"#78b956\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-01 16:00\" _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Example Home HEADER', '						', 'inherit', 'closed', 'closed', '', '5864-revision-v1', '', '', '2024-06-26 15:39:00', '2024-06-26 15:39:00', '', 5864, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6011', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6012, 1, '2024-06-26 15:40:11', '2024-06-26 15:40:11', '[et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER BENEFITS\" button_text=\"Example Button\" use_bg_overlay=\"off\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_level=\"h1\" header_font=\"|700||on|||||\" header_font_size=\"52px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"HERO HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_image=\"off\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN HEADER\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" module_class=\"ksec-trans\" _builder_version=\"4.25.2\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px|-40px|0px|false|false\" custom_padding=\"|0px|||false|false\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"At Banner, we’re all about you.\" button_text=\"Click Here\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font_size=\"30px\" background_color=\"#78b956\" width=\"100%\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"font-size: medium;\">At Banner, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being — your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. As you take care of others, we’ll take care of you with comprehensive, affordable benefits.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team Members\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Varius morbi enim nunc faucibus a pellentesque sit amet. Duis ultricies lacus sed turpis tincidunt id aliquet risus. Vel orci porta non pulvinar neque. Diam quis enim lobortis scelerisque fermentum dui. Ullamcorper velit sed ullamcorper morbi. Ornare quam viverra orci sagittis eu volutpat odio. Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Tellus molestie nunc non blandit. Tortor consequat id porta nibh venenatis cras sed felis.</span></p>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"100%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d\"><strong>click here</strong></a> to view documents.</span></p>[/et_pb_slide][et_pb_slide heading=\"Recruits\" button_text=\"Click Here\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>In ante metus dictum at tempor. Nunc faucibus a pellentesque sit amet porttitor eget dolor morbi. Tellus in hac habitasse platea dictumst vestibulum rhoncus est. Eros donec ac odio tempor orci dapibus ultrices in. Elementum sagittis vitae et leo duis. Bibendum ut tristique et egestas. Fermentum posuere urna nec tincidunt praesent.</span></p>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Click Here\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>Sit amet consectetur adipiscing elit pellentesque habitant. Sit amet mattis vulputate enim. Cras tincidunt lobortis feugiat vivamus at augue eget. Tincidunt dui ut ornare lectus sit amet est placerat in. Porttitor massa id neque aliquam vestibulum morbi blandit. Donec ultrices tincidunt arcu non. Pellentesque habitant morbi tristique senectus et. Sagittis purus sit amet volutpat. </span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#242424\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Ask Alex\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.25.2\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team member\'s total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xf004;||fa||900\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"|0px|20px||false|false\" custom_padding=\"0px|0px||0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"CIRCLE COUNTERS\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"-25px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Cups of Coffee\" number=\"3498\" percent_sign=\"off\" bar_bg_color=\"#e6863e\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Employees Enrolled\" number=\"504\" percent_sign=\"off\" bar_bg_color=\"#162b68\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_circle_counter title=\"Total Benefits\" number=\"100\" bar_bg_color=\"#78b956\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-01 16:00\" _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Example Home HEADER', '						', 'inherit', 'closed', 'closed', '', '5864-revision-v1', '', '', '2024-06-26 15:40:11', '2024-06-26 15:40:11', '', 5864, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6012', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6014, 1, '2024-06-23 00:28:20', '2024-06-23 00:28:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dependent verification\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dep-verification.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#ffffff\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #242424;\">Dependent verification is required for new family members to be covered:<br /></span></p>\n<ul>\n<li><span style=\"color: #242424;\">You’ll need to provide certain documents to prove any newly enrolled family members you add for coverage (spouse, children, etc.) meet the eligibility requirements.</span></li>\n<li><span style=\"color: #242424;\">Review and/or provide your dependent’s Social Security number (SSN) and phone number.</span></li>\n<li><span style=\"color: #242424;\">Check the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for a list of the required documents.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Collecting proof of eligibility helps us comply with requirements for our benefits plans. More importantly, it helps manage costs for you and for Banner by ensuring we aren’t paying claims for individuals who shouldn’t be enrolled. Be sure to submit your documents by the deadline listed in the enrollment system.</span></p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" open_toggle_text_color=\"#0977b3\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#0977b3\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#0977b3\" disabled_on=\"on|on|on\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#0977b3\" border_radii=\"on|20px|20px|20px|20px\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #2\" open=\"on\" open_toggle_text_color=\"#0977b3\" _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" border_width_all=\"2px\" border_color_all=\"#0977b3\" global_colors_info=\"{}\" toggle_text_color=\"#0977b3\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4255108/519f7155817fc90888bfa7d079a29354 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dependent Verification', '						', 'publish', 'closed', 'closed', '', 'dependent-verification', '', '', '2025-01-29 20:10:09', '2025-01-29 20:10:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6014', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6021, 1, '2024-06-25 00:38:30', '2024-06-25 00:38:30', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Qualifying Life Events\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/qle-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #242424;\">Did you get married or have a baby this year? When you experience a Qualifying Life Event, your enrollment must be completed within 31 days of the Qualifying Life Event date, and you will be required to supply additional documents to support your life event. Click <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_01282025_V3.pdf\" target=\"_blank\" rel=\"noopener\">here</a></strong> to learn more about specific life events and your ability to request changes.\n<span style=\"color: #242424;\">\nSome of the most common Qualifying Life Events include:</span></span>\n\n</span>\n<ul><ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Change in marital status (e.g., marriage, divorce, deceased spouse)</li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your spouse’s employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Enrollment in Medicare or Medicaid</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Qualifying Life Events', '						', 'publish', 'closed', 'closed', '', 'qualifying-life-events', '', '', '2025-01-29 20:15:22', '2025-01-29 20:15:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6021', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6029, 1, '2024-06-25 00:51:11', '2024-06-25 00:51:11', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" body_font=\"Arial|600|||||||\" body_font_size=\"46px\" body_line_height=\"1em\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hdhp-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>High-Deductible Health<br>Plans (HDHPs) and the Health<br>Savings Account (HSA)</p>\n<h2>How they work together to save you money</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>What is an HDHP?</strong></h3>\n<p><span style=\"color: #242424;\">The Value Plan and Premier Plan are both HDHPs featuring low premiums and a high deductible. HDHPs let you pay less money from your paycheck for coverage, but you’ll pay the full cost of medical services until you reach your deductible. That’s where the HSA can help you save.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>What is an HSA?</strong></h3>\n<p><span style=\"color: #242424;\">An HSA is a tax-advantaged medical savings account available to taxpayers in the United States who are enrolled in an HDHP. The funds contributed to an account are not subject to federal income tax at the time of deposit, and if used for qualified health care expenses, are never taxed.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">How do an HDHP and an\nHSA work together?</span></strong></h1>\nYou can use money from your HSA to help pay for the higher deductible of the Value or Premier Plan and other qualified health care expenses. So, you benefit from a lower monthly premium, and you can use tax-free money to help you reach your deductible.\n<br>Refer to <a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\"><strong>IRS Publication 502</strong></a> for a list of the qualified health care expenses.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"30px||30px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Save on health care. Stay in the Banner Health Network.\" _builder_version=\"4.25.2\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Use fewer HSA dollars while you’re working toward your deductible when you get care in the Banner Health Network. You will get more for your HSA money when you use Banner physicians, pharmacies, laboratories and other services.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6032\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>Banner Health’s contribution does count toward annual maximum.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>How much should I contribute to an HSA?</strong><i></i></h3>\n<p><span style=\"color: #242424;\">The IRS regulates how much you can contribute to your HSA every year. These limits include any money Banner deposits into your HSA on the Premier Plan.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<span style=\"color: #242424;\">Here are some suggestions on what amount to contribute to an HSA:</span></span>\n<ul>\n	<span style=\"color: #000000;\"><li>At least the amount of your deductible, so you’re ready for those expenses you would have to pay out of pocket</li>\n	<li>The amount you’re saving on your premiums</li>\n	<li>The maximum allowed by the IRS to benefit from the tax advantages</li>\n	<li>Don’t forget about non-covered dental and vision expenses; HSA contributions can be used for those services as well</li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>More ways to grow your savings</strong><i></i></h3>\n<p><span style=\"color: #242424;\">Your contributions are tax-deductible, so they will reduce the amount of money you pay in federal income taxes. Then your HSA will earn tax-free interest on the balance. When your HSA reaches a certain level ($1,000), you can invest your money in mutual funds to achieve an even higher rate of growth.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hsa-fsa/\" url_new_window=\"on\" button_text=\"Health Savings and Spending Accounts\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/medical/\" url_new_window=\"on\" button_text=\"Medical Plan Options\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HDHP and HSA', '						', 'publish', 'closed', 'closed', '', 'hdhp-and-hsa', '', '', '2024-09-30 22:15:16', '2024-09-30 22:15:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6029', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6032, 1, '2024-06-28 00:53:49', '2024-06-28 00:53:49', '', 'HSA', '', 'publish', 'closed', 'closed', '', 'medical-chart-3-duplicate', '', '', '2024-06-28 00:54:00', '2024-06-28 00:54:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/medical-chart-3-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6039, 1, '2024-06-26 03:32:07', '2024-06-26 03:32:07', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dental through Cigna\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dental.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Shaping a healthy smile</span></strong></h2>\n<span style=\"color: #000000;\">Dental health goes beyond a pretty smile. Banner Health offers three different dental plans through Cigna. Each plan offers different coverage levels and costs to fit your unique needs. \n\nTo get the most out of your dental benefits, select a provider within your plan\'s network. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"COMPREHENSIVE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p>This dental health maintenance organization (DHMO) plan has the lowest premiums, no deductibles and no annual maximums. You pay a flat copay amount based on the covered service. You must select a general dentist from the DHMO network who will refer you to dental specialists as needed. There is no coverage for care from non-DHMO providers.<br /><strong><br />This plan is only offered based on the availability of network providers near your home ZIP code.</strong> If you move out of the network area, you will need to change plans. (If your home ZIP code has DHMO providers, this option will be displayed in Workday System during enrollment.)</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VALUE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:530px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This dental preferred provider option (DPPO) plan has deductibles for most services, and you pay a percentage of the costs for covered services. You may go to any dentist; however, you will receive discounted rates at a DPPO network provider. This plan does not include orthodontia coverage.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"PREMIER\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This DPPO plan has the highest premiums but offers the most coverage. It is similar to the Value Dental Plan, but also includes coverage for orthodontia and has higher annual maximums.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6048\"][/et_pb_code][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*The dental plans pay based on Reasonable and Customary (R&amp;C) limits.</h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span><span style=\"color: #000000;\">NOTE: If you participate in the</span> <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being/\" target=\"_blank\" rel=\"noopener\"><strong>MyWell-Being Program</strong></a><span style=\"color: #000000;\">, you can earn the Comprehensive Dental Plan at no cost for team member-only coverage. Team members in non-DHMO service areas will receive a $10 monthly credit.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Find a contracted dental provider</strong></span></h2>\n<h5><span style=\"color: #000000;\">Visit <strong><a href=\"http://my.cigna.com\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #3576ae;\">my.cigna.com</span></strong></a></strong>, call 800-244-6224 or use the myCigna app available in the Apple App Store or Google Play.</span></h5>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Take the Cigna\nDental quiz</strong></span></h2>\n<h5><span style=\"color: #000000;\">Can’t decide? Answer a few questions to find the plan that’s right for you.</span></h5>[/et_pb_text][et_pb_button button_url=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fdentalplanquiz&data=05%7C02%7Cevlester%40lockton.com%7C786512f020e544502dbf08dcee141ae8%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638647017350094706%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=dF0Yd%2Fm3wEihyaemQTACgOMq%2BLyF6KU43MgF84KAjbg%3D&reserved=0\" url_new_window=\"on\" button_text=\"Take the Dental Quiz\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<hr>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident and Fellow Benefits\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'publish', 'closed', 'closed', '', 'dental', '', '', '2024-10-16 19:00:55', '2024-10-16 19:00:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6039', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6048, 1, '2024-06-28 03:53:56', '2024-06-28 03:53:56', '', 'Dental', '', 'publish', 'closed', 'closed', '', 'medical-chart-duplicate-3', '', '', '2024-06-28 03:54:08', '2024-06-28 03:54:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/medical-chart-duplicate-3/', '0', 'ninja-table', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6052, 1, '2024-06-25 04:27:35', '2024-06-25 04:27:35', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Vision through VSP\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/vision-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Prescribing a clearer vision</span></strong></h2>\n<p><span style=\"color: #000000;\">Even those with perfect eyesight should get their eyes checked on a regular basis. Banner Health offers two similar plans through Vision Service Plan (VSP). Both plans cover preventive exams, have the same</span> <span style=\"color: #000000;\">network and offer discounts through certain providers. Our vision network includes local providers as well as national companies</span> <span style=\"color: #000000;\">such as Costco and Visionworks.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:270px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Value Plan\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]The Value Plan offers access to VSP’s large network of providers at a lower premium. On this plan, you’re covered for an eye exam and lenses or contacts every 12 months and frames every 24 months. You pay a flat copay for in-network services and frames.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:270px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Premier Plan with EasyOptions enhancements\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]The Premier Plan has a higher premium but offers the most coverage. It’s like the Value Plan but also includes an allowance for laser vision care and a greater allowance for eyeglass frames every 12 months. And with the EasyOptions enhancements, you can choose one annual upgrade: a $250 frame allowance, a $300 featured frame brands allowance OR an anti-reflective coating.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6061\"][/et_pb_code][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span>NOTE: If you participate in the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3576ae;\">MyWell-Being Program</a></strong>, you can earn the Value Vision Plan at no cost for team member-only coverage. </span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>When scheduling an appointment, be sure to provide your member ID</strong></span></h2>\n<h5><strong>Q:</strong> What is my member ID?<br /><strong>A:</strong> When you verify your vision coverage with VSP or with a provider, your member ID is three zeros followed by your Lawson ID# (ex. 000303479).</h5>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident and Fellow Benefits\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"30px||30px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Find a contracted VSP provider\" button_text=\"Visit VSP\" button_link=\"https://www.vsp.com/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#78b956\" background_enable_color=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Visit <span style=\"color: #ffffff;\"><a href=\"https://www.vsp.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>vsp.com</strong></a></span>, call 800-877-7195 or download the VSP app from the <strong>Apple App Store</strong> or <strong>Google Play</strong>.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/vision-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'publish', 'closed', 'closed', '', 'vision', '', '', '2024-09-30 22:11:35', '2024-09-30 22:11:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6052', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6061, 1, '2024-06-28 04:40:57', '2024-06-28 04:40:57', '', 'Vision', '', 'publish', 'closed', 'closed', '', 'dental-duplicate', '', '', '2024-06-28 04:41:22', '2024-06-28 04:41:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/dental-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6063, 1, '2024-06-22 15:22:27', '2024-06-22 15:22:27', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Health Management Resources\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/health-mgmt.jpg\" background_enable_image=\"on\" background_position=\"top_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Your health and well-being are important to us. That’s why we offer a collection of Health Management Programs to better assist you in dealing with certain ailments. If you’re enrolled in a Banner Health medical plan, these are provided at no cost to you. Many of our Health Management Programs are part of our MyWell-Being Program points system and can be accessed through Virgin Pulse. Check out how you can earn points for taking care of your health.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_main_element=\"min-height:600px!important\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/HH-Logo-300x79.png\" width=\"160\" /><span style=\"color: #000000;\"><br />Hello Heart empowers you to understand and improve your cardiovascular health, including managing and preventing high blood pressure, high cholesterol and heart disease. It includes tracking tools, personalized insight and recommendations, a dedicated support team and more. </span><span style=\"color: #000000;\">Learn more and enroll at <strong><a href=\"https://join.helloheart.com/Banner\" target=\"_blank\" rel=\"noopener\">join.helloheart.com/Banner</a></strong>. Or contact</span> <span style=\"color: #000000;\">Hello Heart at <span style=\"color: #3576ae;\"><strong>800-767-3471</strong></span> or <strong><a href=\"mailto:support@helloheart.com\">support@helloheart.com</a></strong> for more information.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_main_element=\"min-height:600px!important\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/hinge-health-300x60.png\" width=\"200\" /><br /><span style=\"color: #000000;\">Hinge Health is a digital exercise therapy program for back, knee, hip, neck and shoulder pain and women’s pelvic health. It features wearable motion sensors to guide you through the program, a library of educational resources and a personalized health coach who will be there to support you every step of the way. Visit <strong><a href=\"https://hingehealth.com\" target=\"_blank\" rel=\"noopener\">hingehealth.com</a></strong> to learn more. For questions, call <strong><span style=\"color: #3576ae;\">855-902-2777</span></strong> or email <strong><a href=\"mailto:hello@hingehealth.com\">hello@hingehealth.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_main_element=\"min-height:600px!important\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/virta-logo-300x114.webp\" width=\"100\" /><br /><span style=\"color: #000000;\">Virta offers personalized support to help manage health risks and improve overall well-being, whether you\'re focused on reversing Type 2 diabetes or prediabetes or managing weight. Virta can help you put your diagnosed Type 2 diabetes or prediabetes into remission, reduce your need for medication and improve your overall health. With medical supervision, a dedicated health coach, biomarker tracking tools and a personalized treatment plan, Virta offers comprehensive support—all 100% online, so you can access care from the privacy of your own home. Plus, Virta Weight Loss is available for individuals with a BMI of 27 or greater so you can get the support you need to reduce weight and feel your best. This service is offered at no cost to you and your dependents through your Banner medical plan. To get started, visit <strong><a href=\"https://virtahealth.com\" target=\"_blank\" rel=\"noopener\">virtahealth.com</a></strong> or email <strong><a href=\"mailto:support@virtahealth.com\">support@virtahealth.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/AbleTo_FullColor_Logo_320x132px-300x124.png\" width=\"140\">\n\n<span style=\"color: #000000;\">Banner and Aetna have teamed up with AbleTo, a personalized, leading behavioral health care provider, to provide real support that fits your schedule. AbleTo provides virtual therapy and coaching to help you reduce feelings of stress, anxiety and depression. It also helps you build positive self-care routines to cope with everyday challenges. Take advantage of confidential, 24/7 access to the tools you need and engage with qualified and supportive therapists and coaches. Sign up today at no cost to you. Email <strong><a href=\"mailto:help@ableto.com\">help@ableto.com</a></strong>, call <strong><span style=\"color: #3576ae;\">866-287-1802</span></strong> or visit <strong><a href=\"http://ableto.com\" target=\"_blank\" rel=\"noopener\">ableto.com</a></strong>.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To learn more about Banner’s Health Management Programs, click here:[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Pages/Health-Management-Programs.aspx\" url_new_window=\"on\" button_text=\"Health Management\" button_alignment=\"left\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hm-2.jpg\" title_text=\"Portrait of two happy friends lying on a meadow\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><span style=\"color: #000000;\">See what team members are saying about our Health Management Programs:</span></p>[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/pages/Health-Management-Testimonial-Board.aspx\" url_new_window=\"on\" button_text=\"Testimonials\" button_alignment=\"right\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Management', '						', 'publish', 'closed', 'closed', '', 'health-management', '', '', '2024-12-30 19:38:34', '2024-12-30 19:38:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6063', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6071, 1, '2024-06-27 16:18:01', '2024-06-27 16:18:01', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Important contacts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/contacts.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"75%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#e5863d\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#e5863d\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" toggle_text_align=\"center\" closed_toggle_font=\"|700|||||||\" closed_toggle_text_align=\"center\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Clue #5\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270473/5a11648c5339adea081e3a5f43db84af\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://app.smartsheet.com/b/form/a93e07649a2f433ab1808147139e71b1\" target=\"_blank\" rel=\"noopener\"><strong>Submit contact info here</strong></a></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6075\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2024-10-16 17:42:07', '2024-10-16 17:42:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6071', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6075, 1, '2024-06-28 16:21:29', '2024-06-28 16:21:29', '', 'Contacts', '', 'publish', 'closed', 'closed', '', 'dental-duplicate-2', '', '', '2024-06-28 16:21:48', '2024-06-28 16:21:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/dental-duplicate-2/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6078, 1, '2024-06-25 17:55:42', '2024-06-25 17:55:42', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Required notices\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner complies with applicable federal civil rights laws and does not discriminate, exclude or treat people differently because of race, color, national origin, age, disability or sex.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong><span style=\"color: #000000;\">Banner Resources</span></strong></h4>\n<span style=\"color: #000000;\"></span>\n<ul>\n	<ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li>Free aids and services to people with disabilities to communicate effectively with us, such as qualified sign language interpreters or written information in other formats (large print, audio, accessible\nelectronic formats, other formats)</li>\n	<li><span style=\"color: #000000;\">Free language services to people whose primary language is not English, such as qualified interpreters or information written in other languages</span></li>\n	<li><span style=\"color: #000000;\">Contact MyHR at 602-747-6947</span></li>\n</ul>\n&nbsp;\n\n<span style=\"color: #000000;\">You can find our required notices on the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents\" target=\"_blank\" rel=\"noopener\"><strong>Documents Page</strong></a> to help you understand your benefits. Paper copies may be requested, free of charge, by calling Banner Benefits Resource Center at 833-849-9825</span>.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-2.jpg\" title_text=\"Excited girl playing hockey with boy at yard against blue sky\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Required Notices', '						', 'publish', 'closed', 'closed', '', 'required-notices', '', '', '2024-09-30 22:25:04', '2024-09-30 22:25:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6078', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6083, 1, '2024-06-27 18:04:29', '2024-06-27 18:04:29', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Video Library\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/videos.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Check out this video library to better understand common health and benefit topics, so you can make smarter, money-saving decisions. But please note, these videos do not specifically reflect Banner Health plans and are only intended to serve as a general educational resource.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/QLE.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"QLE\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/QLE.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Qualifying Life Events</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Dental.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Dental\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Dental.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Dental Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Accident.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"accident\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/accident.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Accident Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"telehealth\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/telehealth.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Telehealth</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embedded-vs-aggregate.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"embed\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embed.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Embedded vs. Aggregate Deductible</span></strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/401k.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/401k.jpg\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">401(k) Retirement</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"vision\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vision.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Vision Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Critical.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"critical\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/critical.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Critical Illness Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Preventive-Care.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"preventivre care\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/preventivre-care.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Preventive Care</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Key-Terms.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"key terms\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/key-terms.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Benefit Key Terms</span></strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Disability.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"disability\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/disability.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Disability Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Life-ADD.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"life add\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/life-add.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Life and AD&D Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/EAP.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"eap\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/eap.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Employee Assistance Program</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Primary-vs-Urgent.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" title_text=\"embed v aggregate\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embed-v-aggregate.png\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Primary Care / Urgent Care</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"optimize HSA\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/optimize-HSA.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">How To Optimize your HSA</span></strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'publish', 'closed', 'closed', '', 'video-library', '', '', '2024-09-30 22:44:06', '2024-09-30 22:44:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6083', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6090, 1, '2024-06-27 18:16:33', '2024-06-27 18:16:33', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Open Enrollment Checklist\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/checklist.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Follow the steps below to get ready for a successful enrollment.[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Review the OE site\" open=\"on\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" toggle_text_color=\"#FFFFFF\" toggle_font=\"|700|||||||\"]<p><span style=\"color: #000000;\">Review <span> this video <strong><a href=\"#\">[placeholder link to the What\'s Changing Video] </a></strong></span>to find out</span><span> </span><span style=\"color: #000000;\">what’s new for 2025. Remember, even if you don’t want to select a new plan, you MUST enroll to select your FSA contribution amounts, or they will default to $0 in 2025.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Use Your Resources\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Use the resources on <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><b>MyHR|Workday</b></a><b>, </b>this site or </span><span style=\"color: #000000;\"><a href=\"http://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\"><b>start.myalex.com/bannerhealth</b></a><b> </b>to compare plan options and estimate costs to find the best fit for you and your family.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Enroll Before the Deadline\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Enroll before the Nov. 15 deadline. If you miss this window, you cannot make changes to your benefits until the next Open Enrollment period unless you experience a <a href=\"https://flimp.live/qle-miab-24\" target=\"_blank\" rel=\"noopener\"><strong>Qualifying Life Event</strong></a>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Have Your Assets Ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Have dependent documentation and Social Security numbers (SSN) ready so you can verify your newly added dependents and ensure they get coverage. Supporting documents are required for all newly added dependents and must be approved during the verification process prior </span><span style=\"color: #000000;\">to the enrollment process.<span class=\"Apple-converted-space\"> </span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Designate a Beneficiary\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Designate a beneficiary for your life insurance and any voluntary supplemental insurance you purchase. Since Banner automatically provides you with a basic level of Life and AD&amp;D coverage, be sure to designate a life insurance beneficiary in <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a>. Beneficiary information must include phone numbers in order to complete enrollment.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Verify Your Selections\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<span style=\"color: #000000;\">Review your confirmation statement to verify your benefits selections </span><span> </span><span style=\"color: #000000;\">are correct. If you find a discrepancy, you must immediately notify Banner Benefits Resource Center. Call 833-849-9825 7 a.m. to 7 p.m. (EST), Monday – Friday. <span class=\"Apple-converted-space\"> </span></span>[/et_pb_accordion_item][et_pb_accordion_item title=\"Stay Informed\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Stay informed! Visit <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a> or the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\"><strong>News Page</strong></a>, read Banner Buzz and follow Benefits on Viva Engage to stay current on news about your well-being and your total rewards.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment Checklist UNUSED', '						', 'draft', 'closed', 'closed', '', 'enrollment-checklist', '', '', '2024-08-12 14:41:57', '2024-08-12 14:41:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6090', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6115, 1, '2024-06-27 18:47:44', '2024-06-27 18:47:44', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Planned Time Off programs\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Paid Time Off</strong></h3>\n<p><span style=\"color: #000000;\">You must use your Paid Time Off (PTO) hours for vacation time, holidays, other personal time off from work and, when applicable, sick days. You must obtain approval in advance from your leader before using your PTO hours.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5><span style=\"color: #000000;\">Who is eligible</span>: <span style=\"color: #212121;\">You are eligible for PTO if you are a regular full-time or part-time team member assigned a total FTE (full-time equivalent) of 50% or greater.</span></h5>\n<p><span style=\"color: #000000;\"><br />PTO benefits are accrued in hours based on working a maximum of 80 hours per pay period. No PTO credit is earned for hours worked more than 80 hours per pay period. For those who worked less than 80 hours per pay period, the earned hours will be prorated based on actual hours worked.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>PTO Donation Program</strong></h3>\n<p><span style=\"color: #000000;\">Banner Health allows PTO donations to assist team members with unexpected needs. This program allows us to help each other. For program details and eligibility criteria, click <strong><a href=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Paid-Time-Off\" target=\"_blank\" rel=\"noopener\">here</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Physician Time Off</strong></h3>\n<p><span style=\"color: #000000;\">Physician Time Off, also referenced as Approved Time Off (ATO), is paid time off for a variety of circumstances, including holidays, personal/ vacation time, sick days and leaves of absence. The Physician Time Off plan provides flexibility, allowing you to take personal time off with pay, subject to business needs and scheduling. </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Who is eligible: <span style=\"color: #212121;\">You are eligible for Physician Time Off if you are classified as a regular full-time or part-time physician assigned a total FTE of 50% or greater. </span></h5>\n<p><span style=\"color: #000000;\"><br />Shift-based physicians (i.e., hospitalists and intensivists) are ineligible to participate in the Physician Time Off plan. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Mandated Sick Time</strong></h3>\n<p><span style=\"color: #000000;\">Team members are entitled to Paid Sick Time as designated by law based on the state in which they work.</span></p>\n<p><span style=\"color: #000000;\"><br />Earned Paid Sick Time may be used for the following purposes: (1) medical care or mental or physical illness, injury or health condition; (2) a public health emergency; or (3) absence due to domestic violence, sexual violence, abuse or stalking. Team members may use earned Paid Sick Time for themselves or for family members. Certain states offer expanded use. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner automatically provides this coverage for eligible team members. No enrollment is required. To view details regarding your time away from work, search planned time off on Banner Connect or visit:[/et_pb_text][et_pb_button button_url=\"http://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"PLANNED TIME OFF\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3575ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#4e80ad\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-2.jpg\" title_text=\"pto-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Planned Time Off', '						', 'publish', 'closed', 'closed', '', 'planned-time-off', '', '', '2024-09-30 22:18:26', '2024-09-30 22:18:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6115', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6119, 1, '2024-06-28 19:03:26', '2024-06-28 19:03:26', '', '2024 Banner -Team Member Premiums', '', 'inherit', 'open', 'closed', '', '2024-banner-team-member-premiums', '', '', '2024-06-28 19:03:26', '2024-06-28 19:03:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/2024-Banner-Team-Member-Premiums.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6120, 1, '2024-12-30 21:01:48', '2024-06-28 19:04:33', '', 'Team Member Premiums', '', 'publish', 'closed', 'closed', '', 'team-member-premiums', '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6120', 20, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6124, 1, '2024-06-27 19:16:58', '2024-06-27 19:16:58', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Disability and leave plans\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/disability.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h4>through Reliance Matrix</h4>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health is committed to helping you take the time you need away from work—whether you spend it at home healing from a health condition, caring for a seriously ill family member or returning to school to take classes.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Different types of leave</span></strong></h3>\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Family Medical Leave (FML) provides 12 weeks of job-protected leave if qualified team members or their immediate family members have a serious health condition. Under FML, you are eligible if you’ve been a Banner team member for at least 12 months and have worked at least 1,250 hours in the 12-month period before FML begins.</li>\n	<li><span></span><span style=\"color: #000000;\">Medical Leave covers up to 12 weeks for serious health conditions for team members who aren’t eligible for FML.</span></li>\n	<li><span style=\"color: #000000;\">Personal Leave provides up to 12 weeks for non-FML personal matters.</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Submit your request</span></strong></h3>\n<p><span style=\"color: #000000;\">Contact the Banner-dedicated leave-of-absence team at <span>Reliance Matrix</span> by calling 888-295-7840 or visiting <strong><a href=\"http://matrixabsence.com\" target=\"_blank\" rel=\"noopener\">matrixabsence.com</a></strong>. You’ll need to provide your name, address, phone number, the last four digits of your Social Security number (SSN), physician’s contact and fax information, a description of your illness or injury, job title and a brief description of your job. Also, you should be ready to provide medical certification or other documents to validate your reason for leave.</span></p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1930&token=&preview=1\" url_new_window=\"on\" button_text=\"DISABILITY AND LEAVES FAQ\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Short-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">Short-Term Disability (STD) Plan provides you with pay at 60% of your pre-disability base pay for up to 182 days for lost time at work due to your own illness or non-work-related injury. Benefits begin after seven consecutive calendar days away from your job for nonoccupational illness or injury. Any Paid Time Off* and/or Sick Time* you have available must be used to pay yourself during the seven consecutive days of the elimination period and to supplement your STD pay so that it approximates your pre-disability base pay.<br /></span><br /><span style=\"color: #000000;\">Maternity STD is 100% of your pre-disability base pay for six weeks with no elimination period.<br /></span><br /><span style=\"color: #000000;\">*Any medical condition requiring disability leave beyond the six weeks for maternity at 100% coverage, including cesarean birth, will be covered at the standard 60% Short-Term Disability payment for the remainder of the leave. </span></p>\n<p><span style=\"color: #000000;\"><span></span></span></p>\n<p><span style=\"color: #000000;\"><span><br />Note: FOR STATES WITH PAID FAMILY LEAVE: Team members may be entitled to paid leave benefits as designated by law based on the state in which they work. Please refer to Banner Connect -&gt; Human Resources -&gt; HR Policies -&gt; Labor Law Posters for additional information.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Long-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">The Long-Term Disability Plan provides 60% of your base earnings up to the maximum of $10,000 per month. The benefit is reduced by certain offsets such as primary Social Security benefits and Workers’ Compensation payments. If you are on an approved disability such as Short-Term Disability or Workers’ Compensation, benefits may begin at the end of 182 days plus any applicable PTO days.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1935&token=7e675482b84e3db0d1bf9a2a5ea7441d&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROGRAM DESCRIPTION\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"LONG-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/#9-18-disability-leave-benefits\" url_new_window=\"on\" button_text=\"LONG-TERM DISABILITY CERTIFICATES\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability and Leave Plans', '						', 'publish', 'closed', 'closed', '', 'disability', '', '', '2024-10-18 19:07:35', '2024-10-18 19:07:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6124', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6132, 1, '2024-06-27 20:46:26', '2024-06-27 20:46:26', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Life and AD&D insurance\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/life-add.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Life and AD&amp;D coverage protects your loved ones should the unthinkable happen to you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner Health provides Basic Life and Accidental Death and Dismemberment (AD&amp;D) insurance to all benefits-eligible team members equal to your annual compensation (up to plan limits). When newly eligible, you can elect up to 10x your annual earnings in additional Voluntary Life and AD&amp;D insurance. The maximum amount of coverage is subject to a $2,000,000 maximum that is combined with your Basic Life Insurance amount. Evidence of Insurability will be required for any Voluntary Life election that exceeds the lesser of 5x your annual earnings or $1 million.</span>\n<br><span style=\"color: #000000;\">\nDuring Open Enrollment or if you experience a Qualifying Life Event, you may also increase your coverage by an amount equal to your annual earnings provided the resulting amount of insurance does not exceed the guaranteed issue amount of the lesser of 5x your annual earnings or $1 million. You may apply for additional coverage increases up to 10x your annual earnings subject to Evidence of Insurability limits.\n</span>\n<span style=\"color: #000000;\">By enrolling in the plan, you understand that you must be actively at work on the effective date of coverage.</span>\n<span style=\"color: #000000;\"><br>Age reductions in team member coverage begin at age 65.\n</span>\n<span style=\"color: #000000;\">Coverage options are also available for your spouse/domestic partner and children.\n\n</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong><span style=\"color: #000000;\">As a Banner team member, you are provided Basic Life and AD&amp;D insurance equal to your annual benefit annual compensation (up to plan limits).</span></strong></h4>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6142\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*Cannot be more than your annual compensation</h6>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"TEAM MEMBER PREMIUMS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"RESIDENT AND FELLOW BENEFITS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Beneficiary information</strong></span></h2>\n<p><span style=\"color: #000000;\">If your covered spouse, domestic partner or child(ren) die, their Life and AD&amp;D benefit payments are made to you. In the event of your death, benefit payments are made in the order listed below unless you choose a</span><br /><span style=\"color: #000000;\">different beneficiary:</span></p>\n<span style=\"color: #000000;\"><ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Your spouse (does not include a domestic partner)</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your children (including legally adopted children, but excluding</strong></span><br /><span style=\"color: #000000;\"><strong>stepchildren)</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your parents</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your brothers and sisters</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your estate</strong></span></li>\n</ul>\n<p><span style=\"color: #000000;\">If you are changing or adding a beneficiary during Open Enrollment,</span><br /><span style=\"color: #000000;\">you must include the names and phone numbers of your beneficiaries in</span><br /><span style=\"color: #000000;\">order to complete enrollment.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Benefit Scout</strong></span></h2>\n<p><span style=\"color: #000000;\">We understand there’s a lot to consider when choosing your life insurance coverages. That’s why we’re excited about Securian Financial’s tool Benefit Scout—an online decision support experience to help you decide what life<br />insurance options make sense for you and your family. Click <strong><a href=\"https://scout.securian.com/?id=010721.0001&amp;strala_id=1003518%20\" target=\"_blank\" rel=\"noopener\">here</a></strong> to learn your options, get cost estimates based upon recommendations and enroll with confidence.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Additional resources</strong></span></h2>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=1938&token=&preview=1\" url_new_window=\"on\" button_text=\"LIFE INSURANCE PROCESS MAP\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=2176&token=&preview=1\" url_new_window=\"on\" button_text=\"TERM LIFE CERTIFICATE\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=2176&token=&preview=1\" url_new_window=\"on\" button_text=\"TERM LIFE POLICY AND AMMENDMENTS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Life and AD&D', '						', 'publish', 'closed', 'closed', '', 'life-insurance', '', '', '2024-10-01 16:47:46', '2024-10-01 16:47:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6132', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6142, 1, '2024-06-28 21:31:43', '2024-06-28 21:31:43', '', 'Life Insurance', '', 'publish', 'closed', 'closed', '', 'medical-chart-3-duplicate-2', '', '', '2024-06-28 21:31:59', '2024-06-28 21:31:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/medical-chart-3-duplicate-2/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6147, 1, '2024-06-27 21:52:18', '2024-06-27 21:52:18', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Retirement Plan through Fidelity\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/401k-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner Health partners with Fidelity Investments to offer you retirement plan options. You can enroll or change your election at any time by contacting Fidelity.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#efefef\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k)</strong></span></h2>\n<p><span style=\"color: #000000;\">The Banner Health 401(k) plan is a great way to save money on a pre-tax and Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS annual allowable limits. The first 4% of your contributions must be on a pre-tax basis, then any additional contribution may be pre-tax, Roth post-tax or both. Your 401(k) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><br />You are eligible to participate in the 401(k) if you are a regular full-time, part-time, per-diem or flat-rate team member.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k) employer match</strong></span></h2>\n<p><span style=\"color: #000000;\">After your one-year anniversary, Banner will match your 401(k) pre-tax contributions, dollar for dollar, up to 4% of your eligible compensation.<br />The match is not included in your annual contributions limit.</span></p>\n<p><span style=\"color: #000000;\"><br />The employer match is calculated and deposited to your account every pay period. However, Banner will evaluate your earnings and contributions from the prior calendar year to determine what the employer match would’ve been had the calculation been done on a full-year basis. Banner will make a true-up matching contribution during the first quarter to reconcile the difference if you meet certain eligibility and timing requirements. When calculating the true-up match, Banner will consider the earnings and contributions for the pay periods during which you were eligible for the match.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>403(b)</strong></span></h2>\n<p><span style=\"color: #000000;\">As a registry <strong>(Banner Staffing Services)</strong> team member, the Banner Health 403(b) Plan allows you to save money on a pre-tax and/or Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS allowable annual limits. Your 403(b) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/401k-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Investing</strong></span></h2>\n<span style=\"color: #000000;\">You can invest all contributions, including any matching contributions and rollovers, in your choice of available investment funds. If you do not specify the investment funds when you enroll, your contributions will be defaulted into a target date fund appropriate for your retirement age.</span>\n<span style=\"color: #000000;\">\nBefore investing in any mutual fund, please carefully consider the investment objectives, risks, charges and expenses. For this and other information, call or write Fidelity for a free prospectus. Read it carefully before you invest.\n<span style=\"color: #000000;\">\nYou can enroll or change your election at any time by contacting Fidelity.\n<span style=\"color: #000000;\">\nPhone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)\nWebsite: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\">netbenefits.com/BannerHealth</a></strong> or <strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\">netbenefits.com/easy</a></strong>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" background_color=\"#78b956\" background_layout=\"dark\" custom_margin=\"||||false|false\" custom_padding=\"25px||25px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Contact Fidelity</strong></span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Phone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Website: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/BannerHealth</a></strong> or</span>\n<span style=\"color: #ffffff;\"><strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/easy</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://workplaceservices.fidelity.com/mybenefits/employerservices/navigation/es2/ContributionCalculator\" url_new_window=\"on\" button_text=\"Contribution Calculator\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/app/nurdomestic?AuthRedUrl=https://workplaceservices.fidelity.com/mybenefits/savings/navigation/dc/EZELanding#/nurDomestic/verifyIdentity\" url_new_window=\"on\" button_text=\"Fidelity Enrollment\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Retirement', '						', 'publish', 'closed', 'closed', '', 'retirement', '', '', '2024-09-30 22:19:45', '2024-09-30 22:19:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6147', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6153, 1, '2024-06-27 22:06:56', '2024-06-27 22:06:56', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Voluntary Benefits\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/voluntary.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#f0f6fb\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">These voluntary benefits are designed to complement your traditional benefit plans by supporting other areas of your life. Use these plans to support your pets, financial and legal wellness.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-27px||||false|false\" custom_padding=\"||13px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"TEAM MEMBER PREMIUMS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"RESIDENT AND FELLOW BENEFITS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">PetPartners</span></strong></h3>\n<p><span style=\"color: #000000;\">Your pets are part of your family, so it’s important to your emotional and financial well-being to get them the care they need. PetPartners pet insurance, underwritten by Independence American Insurance Company, provides you reimbursement toward the cost of veterinary and pet health care expenses for your cats and dogs. It’s simple to use—take your pet to any licensed vet of your choice (no networks), submit a claim and get reimbursed for eligible expenses. Coverage is provided for accidents, injuries, illnesses, surgeries, medications and pre-existing conditions.* It even includes coverage for preventive care like vaccinations, parasite prevention and wellness exams, and there is no deductible for covered wellness services. Click here to learn more about<strong><a href=\"https://independenceamerican.com/\" target=\"_blank\" rel=\"noopener\"> PetPartners pet insurance</a></strong>.</span></p>\n<p><span style=\"color: #3575ae;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"-25px||||false|false\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s a few things to know:</span></strong></h3>[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"What pets are eligible for coverage?\" open=\"on\" open_toggle_text_color=\"#000000\" _builder_version=\"4.25.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\"]Dogs and cats at least eight weeks old up to 10 years old are eligible to enroll.[/et_pb_accordion_item][et_pb_accordion_item title=\"Will my pets lose coverage due to age?\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">No. Your pet must be under 11 years old as of the policy effective date, but once your pet is enrolled, we will never cancel your pet’s coverage because of their age.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are wellness services covered under the plan?\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Yes, the plan covers wellness items like vaccinations, routine testing, dental claims related to accidents and trauma, spaying/neutering and microchipping.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What veterinarians can I visit?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Visit any licensed veterinarian or veterinarian clinic. Simply pay for the service, then submit a claim and get reimbursed for eligible expenses.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"After enrolling my pet in coverage, what should I do?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Log in to your</span> <strong><a href=\"http://portal.independenceamerican.com/login?groupNumber=GPPI-00259\" target=\"_blank\" rel=\"noopener\">pet portal</a></strong> <span style=\"color: #000000;\">to add your pet’s information.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I receive coverage if my pet has pre-existing conditions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span><span style=\"color: #000000;\">Yes! PetPartners offers coverage for pre-existing conditions on Accident and Illness plans after a 12-month waiting period. We cover commonly excluded conditions such as cancer, urinary tract infections, chronic ear infections, gastrointestinal issues and more. Contact the Customer Care team at 800-956-2495 or </span><strong><a href=\"mailto:mypolicy@petpartners.com\">mypolicy@petpartners.com</a></strong>.</span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span style=\"color: #000000;\"><i>*Pre-existing condition coverage may require a 365-day waiting period. Waiting period may be waived with prior </i></span><span style=\"color: #000000;\"><i>coverage for Accident and Illness plans. Participation in this plan is voluntary and not subject to ERISA.</i></span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s how PetPartners\npet insurance works:</span></strong></h3>\n<ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Visit your vet (or any licensed vet or clinic)</span></li>\n	<li><span style=\"color: #000000;\">Pay your vet then submit a claim</span></li>\n	<li><span style=\"color: #000000;\">Get reimbursed for eligible expenses</span></li>\n</ul>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=7954&token=b310b1d9d70bc6beb1cfe853cbe47309&preview=1\" url_new_window=\"on\" button_text=\"PET PARTNERS\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pp-1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"metlife-legal\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">MetLife Legal Plans</span></strong></h3>\n<p><span style=\"color: #000000;\">Quality legal assistance can be pricey. And it can be hard to know where to turn to find an attorney you trust. For $6 per paycheck, you can have a team of top attorneys ready to help you take care of life’s planned and unplanned legal events, such as:</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Getting married</li>\n<li>Starting a family</li>\n<li><span style=\"color: #000000;\">Sending kids off to college</span></li>\n<li><span style=\"color: #000000;\">Caregiving for aging parents</span></li>\n<li><span style=\"color: #000000;\">Civil litigation and incompetency defense</span></li>\n<li><span style=\"color: #000000;\">Adoption and legitimization (contested)</span></li>\n<li><span style=\"color: #000000;\">Protection from domestic violence</span></li>\n<li><span style=\"color: #000000;\">And more</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\">To learn more, visit <strong><a href=\"http://info.legalplans.com/\" target=\"_blank\" rel=\"noopener\">info.legalplans.com</a></strong> and enter access code <span style=\"color: #3575ae;\"><span style=\"color: #000000;\">3090010 or call 800-821-6400, <br />8 a.m. – 8 p.m. (MST), Monday through Friday.</span></span></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/1.jpg\" title_text=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=7474&token=&preview=1\" url_new_window=\"on\" button_text=\"METLIFE LEGAL PLAN OVERVIEW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"7032\"][/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-1-2-3.png\" width=\"2560\" height=\"847\" alt=\"\" class=\"wp-image-7404 alignnone size-full\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"id-theft\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,2_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2.jpg\" title_text=\"2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">With this program, you’ll have access to a mobile app with one-touch, 24/7 assistance from a knowledgeable Resolution Center Support Team that will work with you until your issues are completely resolved.<br /></span></p>[/et_pb_text][et_pb_button button_url=\"https://www.experian.com\" url_new_window=\"on\" button_text=\"VISIT EXPERIAN.COM\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial Wellness and Identity Theft Protection with Experian</span></strong></h3>\n<span style=\"color: #000000;\">Rest easy knowing your online and financial health is being looked out for. With the Financial Wellness with Identity Protection plan through Experian, you’ll get access to a variety of tools to improve your financial wellness, plus active identity monitoring and protection. The online financial management center connects all your accounts in one place and provides insights to help you reach your goals. The Identity Theft Protection Program monitors:</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Your credit</span></li>\n	<li><span style=\"color: #000000;\">Social Security number</span></li>\n	<li><span style=\"color: #000000;\">Bank account</span></li>\n	<li><span style=\"color: #000000;\">Credit cards</span></li>\n	<li><span style=\"color: #000000;\">Court records</span></li>\n	<li><span style=\"color: #000000;\">Dark web</span></li>\n	<li><span style=\"color: #000000;\">Data breaches</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The Financial Wellness Program includes: </span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Personalized financial insights and recommendations to help you achieve your goals and improve your credit</li>\n<li><span style=\"color: #000000;\">Automated budgeting and cash flow management tools powered by AI</span></li>\n<li><span style=\"color: #000000;\">Real-time credit alerts and easy disputes</span></li>\n<li><span style=\"color: #000000;\">Device protection services: Secure VPN, Password Manager, Safe Browser</span></li>\n<li><span style=\"color: #000000;\">Credit monitoring with real time alerts and CreditLock</span></li>\n<li><span style=\"color: #000000;\">Social media and child monitoring</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"long-term-care\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Long-term care insurance</strong></span></h3>\n<p><span style=\"color: #000000;\"><strong>Prepare for the future with long-term care insurance</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Fortify the future for you and your family. Home health care, assisted living and nursing home care can be costly. Long-term care insurance through Legacy Services can provide an extra layer of security in the next season of life. Learn the ins and outs through education seminars, chat with an expert about the application process and costs and view sample pricing for both traditional- and hybrid-care options. A member of Legacy Services walks through the following topics for team members, spouses and extended family:</span><span style=\"color: #000000;\"> </span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Determining coverage options, price comparisons and plan details</span></li>\n<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n<li><span style=\"color: #000000;\">The costs of long-term care</span></li>\n<li><span style=\"color: #000000;\">Whether long-term care insurance is the right option</span></li>\n<li><span style=\"color: #000000;\">The application and underwriting process</span></li>\n</ul></ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">You may apply any time during the year. Applicants must be age 18 – 79 and reside in the U.S. Eligible applicants include all team members, spouses/partners and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.</span><br /><br /><span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://legacyltci.com\" target=\"_blank\" rel=\"noopener\">legacyltci.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta button_text=\"Click Here\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<span style=\"color: #ffffff;\">Contact Legacy Services to schedule your comprehensive phone consultation at 800-230-3398 or online at <a href=\"https://legacyltci.com/phone-consultation\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/phone-consultation</b></a>. When you schedule a phone consultation, Legacy will email you personal price sheets comparing the top traditional and hybrid policies. For sample pricing, visit <a href=\"https://legacyltci.com/sample-pricing\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/sample-pricing</b></a>.</span>[/et_pb_cta][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/ltc-new.jpg\" title_text=\"ltc-new\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Voluntary Benefits', '						', 'publish', 'closed', 'closed', '', 'voluntary', '', '', '2025-02-12 21:07:40', '2025-02-12 21:07:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6153', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6161, 1, '2024-06-27 22:28:31', '2024-06-27 22:28:31', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Supporting Our Staff (SOS)\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial assistance when you need it</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner Health is there for you even when times are challenging. The Supporting Our Staff (SOS) program provides financial assistance to Banner team members facing a temporary financial hardship. The SOS Fund was founded in 2011 as a partnership between the Banner Health Foundation and Banner’s Human Resources team and is funded through the generosity of fellow team members.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Requirements and qualifications</span></strong></h3>\n<p><span style=\"color: #000000;\">All eligible team members at Banner Health facilities, systemwide, qualify for the SOS program with supporting documentation. To qualify, you must be classified as regular full time or part time in Workday AND have served a minimum of six continuous months of employment with Banner. <br /><br />Each team member is eligible for one $750 gift once in a 12-month period. Team members can qualify for SOS up to twice in a Banner career lifetime.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Better Together</span></strong></h3>\n<span style=\"color: #000000;\">We are better together! SOS is funded by fellow team members through online donations and annual giving campaigns so we can all support each other during difficult times. If you’d like to contribute to the SOS fund, you can do so through:\n</span>\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><span style=\"color: #000000;\">Better Together, your region or facility’s annual </span>team member giving campaign</span></li>\n	<li><span style=\"color: #000000;\">Online donations</span></li>\n	<li><span style=\"color: #000000;\">Payroll deductions\n</span></li>\n</ul>\n<span style=\"color: #000000;\">To learn more or to donate, click here:</span>[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/better-together\" url_new_window=\"on\" button_text=\"BETTER TOGETHER\" button_alignment=\"left\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-2.jpg\" title_text=\"sos-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.26.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-22px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-1.png\" title_text=\"sos-circle-1\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-2.png\" title_text=\"sos-circle-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-3.png\" title_text=\"sos-circle-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-40px||-40px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" min_height=\"32px\" global_colors_info=\"{}\"]<h6 style=\"text-align: right;\">2023 program statistics</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-3.jpg\" title_text=\"sos-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||-4px||false|false\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">How to apply</span></strong></h3>\n<p><span style=\"color: #000000;\">If you’re in need of temporary financial assistance, follow the steps below to apply and receive SOS funds:</span></p>\n</span></p>\n<ul>\n<span style=\"color: #000000;\"><li>Gather document(s) showing proof of the financial hardship, such as utility shut-off notices or a statement of foreclosure or eviction from your primary residence, dated within the past 30 days.</span><span style=\"color: #000000;\"</li>\n<li><span style=\"color: #000000;\">Click here and use keyword “SOS.”</span><span style=\"color: #000000;\"></span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"SERVICE HUB\" button_alignment=\"left\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_margin=\"|||11px|false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-25px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supporting Our Staff', '						', 'publish', 'closed', 'closed', '', 'supporting-our-staff', '', '', '2024-09-30 22:20:58', '2024-09-30 22:20:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6161', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6171, 1, '2024-06-27 23:10:07', '2024-06-27 23:10:07', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Discount marketplace\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-1-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Discounts through Beneplace</span></strong></h3>\n<span style=\"color: #000000;\">Banner Health’s discounts and services website through Beneplace allows you to save money on products and services you use every day. Just click the link below and enter your username and password, or click the Create an Account button. Contact Beneplace at 800-683-2886 if you need help. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to start saving today on:</span>\n<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>Automotive discounts</li>\n	<li>Dining and grocery</span></li>\n	<li><span style=\"color: #000000;\">Electronics</span></li>\n	<li><span style=\"color: #000000;\">Entertainment</span></li>\n	<li><span style=\"color: #000000;\">Sports and outdoors</span></li>\n	<li><span style=\"color: #000000;\">Travel</span></li>\n	<li><span style=\"color: #000000;\">Wireless phones </span></li>\n	<li><span style=\"color: #000000;\"><span>Gym memberships</span></span></li>\n</ul>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Voluntary benefits</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner also provides additional voluntary benefits, like auto and home insurance and Purchasing Power, that you can enroll in through Beneplace and have the convenience of payroll deductions. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to learn more.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-2.jpg\" title_text=\"dm-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Discount Marketplace', '						', 'publish', 'closed', 'closed', '', 'discount-marketplace', '', '', '2024-09-30 22:21:19', '2024-09-30 22:21:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6171', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6178, 1, '2024-06-27 23:42:54', '2024-06-27 23:42:54', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Non-Tobacco User Discount\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/tobacco.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"||-60px||false|false\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/tobacco-3.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health offers a Non-Tobacco User Discount on</span><span> </span><span style=\"color: #000000;\">premiums to encourage members not to use tobacco products.</span><span> </span><span style=\"color: #000000;\">Tobacco products include cigarettes, cigars, pipes, smokeless</span><span> </span><span style=\"color: #000000;\">tobacco and electronic devices such as e-cigarettes or any other</span><span> </span><span style=\"color: #000000;\">product manufactured from tobacco and intended for use by</span><span> </span><span style=\"color: #000000;\">smoking, inhalation, chewing, sniffing or sucking.</span></p><br><br>\n<p><span style=\"color: #000000;\">The Non-Tobacco User Discount is available to all plan members in one of two ways: </span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>If you and each of your enrolled dependents do not use tobacco products, you indicate your non-tobacco user status during enrollment and receive the premium discount. If you or any of your enrolled dependents later begin using tobacco products, you must notify the MyBenefits Resource Center at <span style=\"font-size: 14px;\">833-849-9825 </span><span style=\"font-size: 14px;\">immediately of this change in your non-tobacco status.</span></li>\n<li><span style=\"color: #000000;\">If you or a covered dependent uses a tobacco product, you may still qualify for the Non-Tobacco User Discount by successfully completing an online tobacco cessation program, available at no cost through the <strong><a href=\"https://freedomfromsmoking.org/dashboard/register/3efbdb54-5ad5-4d0e-b643-fff42e5810da\" target=\"_blank\" rel=\"noopener\">Freedom From Smoking Plus program</a></strong>. The program consists of nine sessions to assist you in a step-by-step quitting process at your own pace, along with continuous telephonic support from the American Lung Association’s tobacco treatment counselors whenever you need it.</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"14px||-65px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-30px||-30px||false|false\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To get started, register for and complete the designated online Tobacco Cessation Program. Follow these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Log in to <strong><a href=\"https://www.freedomfromsmoking.org/\" target=\"_blank\" rel=\"noopener\">freedomfromsmoking.org</a></strong>. You will be prompted to set a username and password.</span></li>\n	<li><span style=\"color: #000000;\">Complete the program and get a certificate of completion.</span></li>\n	<li><span style=\"color: #000000;\">Go to <strong><a href=\"https://myhr.bannerhealth.com\" target=\"_blank\" rel=\"noopener\">MyHR|Workday</a></strong> to provide Banner Health with your certificate of completion and request the discount.</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">To receive the discount retroactive to your first day of coverage in the 2025 plan year, you must complete all required steps within 90 days of your first day of coverage. If you complete all the required steps outside these time frames, your discount will become effective on the first day of the following month.</span><br /><br /><br /><span style=\"color: #000000;\">If your doctor states that the Tobacco Cessation Program is not medically appropriate for you, please contact the MyBenefits Resource Center at 833-849-9825 for assistance. We will work with your doctor, if you wish, to </span><span style=\"color: #000000;\">find an alternative that is right for your health status and provides you with the same discount.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#FFFFFF\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\">For more information about the Tobacco Cessation Program, visit the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>Banner Documents Portal</strong></a> and select the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=10&amp;wpfd_file_id=1886&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">Tobacco Cessation Program</a></strong> under additional resources.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Cessation', '						', 'publish', 'closed', 'closed', '', 'tobacco-cessation', '', '', '2024-09-30 22:23:37', '2024-09-30 22:23:37', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6178', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6185, 1, '2024-06-27 04:15:33', '2024-06-27 04:15:33', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Pharmacy through Aetna\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pharmacy.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-11px||8px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" custom_padding=\"40px||28px||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" custom_margin=\"-26px||-50px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>The Banner Health pharmacy plans provide prescription drug benefits through a network of participating pharmacies that includes most major drug store chains, Banner Family Pharmacy and a mail-order program. Pharmacy benefits are administered by Aetna. The chart represents Banner Network (max savings tier) level of coverage.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Banner Network coverage highlights</strong></h2>[/et_pb_text][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6190\"][/et_pb_code][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span style=\"color: #333333;\">*After deductible unless they are on $0 Medications List or First Dollar list. Applies to Value and Premier.</span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Stay in network</p>\n<h6><span style=\"color: #000000;\">Pharmacy plans don’t cover medications purchased at non-network pharmacies. If you use an out-of-network pharmacy, you will be responsible for the entire cost of the medication. <span>In-network pharmacies include BFP, CVS, Safeway, Walmart, Kroger, Albertson\'s and more. Walgreens pharmacies are not included. </span></span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Network coverage highlights are shown here. For complete plan details, click the buttons below.</p>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=31&wpfd_file_id=7624&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Value Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7623&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Premier Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=29&wpfd_file_id=7621&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Choice Plan SBC</span></strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#3576ae\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#3576ae\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/UTF-82025-Maintenance-Medicine-Drug-List.pdf\" url_new_window=\"on\" button_text=\"Maintenance Medications\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/UTF-82025-Specialty-Drug-List.pdf\" url_new_window=\"on\" button_text=\"Specialty Medications\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#FFFFFF\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-Banner-Employee-Plan-BFP-0-List.pdf\" url_new_window=\"on\" button_text=\"$0 Medications List\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#FFFFFF\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-12px||-30px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Ongoing or maintenance prescriptions</strong></span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Filling prescriptions</strong></span></h2>\n<p>When you are prescribed a medication that needs to be filled on a monthly basis (for example, birth control, hormones, blood pressure, etc.), you have two options for ordering it after two Rx fills at any in-network retail pharmacy. Subsequent fills must be made by those listed below.</p>\n<ul>\n<li><strong>Banner Family Pharmacy:</strong> Banner Family Retail or Home Delivery Service (mail order): Prescriptions are delivered to your door. You will receive a discount of 50% off one month’s copay on the Choice Plus Plan by using our Home Delivery Service for your 93-day supply.</li>\n<li><strong>93-day retail supply:</strong> You can receive up to a 93-day supply of your medication at any retail Banner Family Pharmacy.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Specialty medications</strong></span></h2>\n<p>Specialty medications are dispensed by Banner Family Pharmacy — Chandler for 30% coinsurance for the Choice Plus Medical Plan. However, if you participate in the PrudentRx program, you could pay a $0 copay. PrudentRx will find the best savings from manufacturers to help you lower the cost of specialty prescriptions. Choice Plus Plan members will be counseled by Banner Family Pharmacy Specialty upon enrolling in the PrudentRx program.<br /><br /></p>\n<p>&nbsp;\nThe Value and Premier Medical Plans cover specialty medications after the deductible and then the applicable coinsurance.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Zero-dollar medications</strong></span></h2>\n<p>Under all Banner Health medical plans, if you or dependents have specific medical conditions such as asthma, COPD, cardiovascular disease or diabetes, your medications may be free. These medications must be obtained from Banner Family Pharmacy. To view the $0 Medications List, <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=1950&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\">click here</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406-scaled.jpg\" title_text=\"Smiling man spinning basketball on finger against city skyline\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Pharmacy', '						', 'publish', 'closed', 'closed', '', 'pharmacy', '', '', '2025-04-23 21:34:16', '2025-04-23 21:34:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6185', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6190, 1, '2024-06-29 04:30:25', '2024-06-29 04:30:25', '', 'Pharmacy', '', 'publish', 'closed', 'closed', '', 'medical-chart-duplicate-4', '', '', '2024-06-29 04:30:35', '2024-06-29 04:30:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/medical-chart-duplicate-4/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6196, 1, '2024-06-27 04:39:21', '2024-06-27 04:39:21', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Adoption Assistance plan overview\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-2-new.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health wants to support you if you’re in the process of growing your family through adoption by reimbursing eligible adoption expenses.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Who is eligible</strong></h2>\n<p><span style=\"color: #000000;\">Banner team members who are classified as regular FT/PT assigned a total FTE (full-time equivalent) of 50% or greater and have completed one year of service prior to the start of the adoption proceedings for which reimbursement is to be provided.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>How it works</strong></h2>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>The plan will reimburse eligible team members for costs incurred to adopt either a child under the age of 18 or someone of any age physically or mentally incapable of self-care.</li>\n<li><span style=\"color: #000000;\">$10,000 is the maximum amount of expenses that Banner will reimburse under this plan.</span></li>\n</ul>\n</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>General provisions</strong></h2>\n<span style=\"color: #000000;\">Banner Health administers the plan and has sole discretionary authority to interpret the plan, to make eligibility and benefit determinations and to make factual determinations in connection with the plan, which are final and binding.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>What Banner will reimburse</strong></h2>\n<p><span style=\"color: #000000;\">The expenses related to an adoption that are reimbursable under this program as qualified adoption expenses are the substantiated, reasonable and necessary adoption fees, court costs, attorney fees and other expenses (excluding, however, (i) travel expenses, (ii) living, medical and delivery expenses of a birth mother and (iii) any other expenses not permitted for reimbursement under the Code) that:</span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>a)</strong>  are directly related to, and the principal purpose of which is for, the legal adoption of an Eligible Child by the Eligible team member;</span></li>\n<li><span style=\"color: #000000;\"><strong>b)</strong>  are not incurred in violation of state or federal law or in carrying out any surrogate parenting arrangement; and</span></li>\n<li><span style=\"color: #000000;\"><strong>c)</strong>  are not expenses in connection with the adoption of a child who is the child of the Eligible team member’s spouse. (However, see Special Non-Qualified Benefit in plan.)</span><i></i></li>\n</ul>\n<p><span style=\"color: #000000;\"><i>Approved reimbursements are awarded on the final paycheck each </i><i>month. If you submit an application and/or documentation near the end of </i><i>the month, your reimbursement will process in the following month.</i></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Important tax considerations</strong></h2>\n<p><span style=\"color: #000000;\">This plan benefits all eligible team members, and its eligibility requirements do not discriminate in favor of highly compensated employees or their dependents as required under §137 of the Internal Revenue Code. Federal and state taxes may apply to qualified adoption expenses reimbursed under this plan. A portion of the reimbursements under the plan may be excludable from your income for federal income taxes to the extent you qualify under<strong> Internal Revenue Code §137 and by filing Form 8839 with your federal income taxes.</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>1.</strong> For domestic adoptions, reimbursements for qualified adoption expenses may be excludable from a team member’s gross income for the tax year in which the qualified adoption expenses are reimbursed.</span></p>\n<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>2.</strong> For foreign adoptions, this exclusion may only be available for the tax year in which the adoption becomes final.</span></p>\n<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>3.</strong> Banner is required to withhold applicable federal employment taxes (FICA and FUTA) and to report the total amount of reimbursements on your Form W-2. Banner Health will not withhold other federal income taxes for reimbursements made under this plan, and you may be required to pay taxes on these reimbursements when you file your tax returns.</span></p>\n<p style=\"padding-left: 80px;\"><span style=\"color: #000000;\"><strong>a)</strong> You also may be entitled to a federal income tax credit for adoption expenses that are not reimbursed under this plan or elsewhere. You will need to coordinate the income exclusion and tax credit to determine the greatest tax benefit for you and</span> <span style=\"color: #000000;\">your family.</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">For additional information about the federal income exclusion and tax credit, please refer to the <strong><a href=\"https://www.irs.gov/forms-pubs/about-form-8839\" target=\"_blank\" rel=\"noopener\">Instructions to Form 8839</a></strong>, available from the IRS and on the IRS website at <strong><a href=\"https://www.irs.gov/\" target=\"_blank\" rel=\"noopener\">irs.gov</a></strong>. Banner does not make any commitment or guarantee that any reimbursements under the plan will be excludable in whole or in part from your gross income for federal or state income tax purposes, or that any other federal or state tax treatment will apply to or be available to you.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\"><strong>The tax treatment of reimbursements of qualified adoption expenses under this plan is complex and will depend on your personal tax situation. Banner does not provide team members with personal tax advice. We strongly recommend that you speak to your personal tax advisor.</strong></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This plan overview is not the plan. Click the Service Hub button and type in “Adoption Assistance” to find the policy information and application.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"Service Hub\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'publish', 'closed', 'closed', '', 'adoption-assistance', '', '', '2024-09-30 22:20:31', '2024-09-30 22:20:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6196', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6217, 1, '2024-06-27 05:20:24', '2024-06-27 05:20:24', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Supplemental health plans\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sup-health.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">If there’s an emergency or you end up in the hospital, health insurance helps with the medical expenses. These voluntary insurance options, available through Aetna, are designed to complement your medical plan and help cover any extra expenses that may arise. They pay a cash benefit you can use for your deductible, coinsurance or even things like child care, utility bills or mortgage payments.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Hospital indemnity</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you’re admitted to the hospital, mental disorder treatment facility or substance abuse treatment facility.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"]<h2><strong>Critical illness</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Critical Illness Plan pays you a lump-sum benefit to help cover health care costs and other expenses when you’re diagnosed with a covered condition, like heart attack, cancer or stroke. And when you complete a qualified health screening test, you can receive $50 per plan year.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Accident</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Accident Plan helps you pay for health care costs and other expenses when you have a covered injury.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://vimeopro.com/diginovations/hospital\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-1.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6459 alignnone size-full\" /></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"http://vimeopro.com/diginovations/critical-illness\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-2.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6465 alignnone size-full\" />[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"http://vimeopro.com/diginovations/accident\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-3.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6466 alignnone size-full\" />[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7465&token=&preview=1\" url_new_window=\"on\" button_text=\"HOSPITAL INDEMNITY (ENG)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7470&token=&preview=1\" url_new_window=\"on\" button_text=\"HOSPITAL INDEMNITY (SPA)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7466&token=&preview=1\" url_new_window=\"on\" button_text=\"CRITICAL ILLNESS (ENG)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7469&token=&preview=1\" url_new_window=\"on\" button_text=\"CRITICAL ILLNESS (SPA)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7467&token=&preview=1\" url_new_window=\"on\" button_text=\"ACCIDENT PLAN (ENG)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7468&token=&preview=1\" url_new_window=\"on\" button_text=\"ACCIDENT PLAN (SPA)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Health Plans', '						', 'publish', 'closed', 'closed', '', 'supplemental-health-plans', '', '', '2025-02-25 17:12:44', '2025-02-25 17:12:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6217', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6223, 1, '2024-06-27 05:32:24', '2024-06-27 05:32:24', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 MyWell-Being Program\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"ksec-trans\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||10px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.25.2\" custom_margin=\"-50px||-50px||false|false\" global_colors_info=\"{}\"]<p>Banner Health wants to see all our team members thrive in every area of life—which is why we take a holistic approach to your well-being.</p>\n<p>The MyWell-Being Program gives you the tools to be active, stay healthy and be your best self. And when you take steps to improve your well-being, you can enjoy the added benefit of lower medical premiums or other MyWell-Being incentives.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-circle.png\" title_text=\"mwb-circle\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" custom_margin=\"-35px|0px|-35px||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||||false|false\" custom_padding=\"0px||7px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"END OF THE CURRENT PROGRAM YEAR\" date_time=\"2025-11-01 06:00\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#162b68\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||-8px||false|false\" custom_padding=\"20px||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eaeaea\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#eaeaea\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-MWB-Program-Guide.pdf\" url_new_window=\"on\" button_text=\"2025 MyWell-Being Program Guide\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://app.member.virginpulse.com/?kc_idp_hint=banner-health\" url_new_window=\"on\" button_text=\"MyWell-Being Platform\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"||||false|false\" custom_padding=\"||20px||false|false\" global_colors_info=\"{}\"]<h2><b>2026 MyWell-Being incentive</b></h2>\n<p><span style=\"color: #000000;\">The MyWell-Being Program is for everybody, and if you want to earn points toward your 2026 MyWell-Being incentive, it’s as easy as making healthy decisions. Team members who participate in the MyWell-Being Program this year, <b>Nov. 1, 2024 – Oct. 31, 2025</b>, and achieve certain point levels by the deadline can earn these rewards in 2026:</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">\n<ul>\n<li>Those enrolled in a Banner Health medical plan in 2025 can earn a $35 – $50 medical premium discount per month. Premium discounts are noted in the adjacent table and based upon your total points earned.</li>\n<li>Those earning a $50/month premium discount will pay NOTHING when enrolled in the Value Plan for team member-only coverage.</li>\n<li><span style=\"color: #000000;\">Those not enrolled in a Banner Health medical plan in 2025 can earn a $180 one-time cash incentive.*</span></li>\n<li><span style=\"color: #000000;\"><span style=\"color: #000000;\">Banner offers Comprehensive (DHMO) Dental and Value Vision at no cost for team member-only coverage to team members achieving level 3+ in Well-Being activities. </span></span><span style=\"font-size: 14px;\"><br />NOTE: Team members in non-DHMO service areas will receive a $10 monthly credit.</span>\n<div></div>\n</li>\n<li><span style=\"color: #000000;\">Newly hired team members that enroll in a Banner Health medical plan for 2024 will automatically receive the $35 medical premium discount per month for calendar year 2024.</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<h6>*Non-medical plan team members, as well as Banner residents and fellows on a medical plan, will receive a $180 one-time cash award in 2026. Cash incentive is taxable.</h6>\n<h6>NOTE: If you participated in the 2024 MyWell-Being Program, the reduced 2025 premiums will not show in the system during the 2025 Open Enrollment. If you met the MyWell-Being qualification by Oct. 31, 2024, your rates will be adjusted in time for the January 2025 payroll deductions.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6228\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h6 style=\"text-align: left;\">*The total premium discount available to earn will be $50 a month, plus complimentary Comprehensive (DHMO) Dental and Value Vision Plans for team member-only coverage.</h6>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/mwb-3.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-7px||18px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.4\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h1><span style=\"color: #ffffff;\">How to get started</span></h1>\n<p><span style=\"color: #ffffff;\"><strong>1.</strong> Join today by visiting our MyWell-Being platform, <a href=\"https://join.personifyhealth.com/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>join.personifyhealth.com/BannerHealth</strong></a>.</span><br /><span style=\"color: #ffffff;\"><strong>2. Download the Personify Health mobile app</strong> for iOS or Android by scanning</span> <span style=\"color: #ffffff;\">the QR code. The first time you log in, you’ll earn bonus points.</span><br /><span style=\"color: #ffffff;\"><strong>3. Connect an activity tracker</strong> to get credit for your steps, active minutes</span> <span style=\"color: #ffffff;\">and sleep. You can sync with many devices and apps<br /><span>    <span style=\"color: #ffffff;\">(</span></span></span><span><span style=\"color: #ffffff;\">Apple Health, Fitbit, Withings, Misfit, etc. )</span><br /></span><span style=\"color: #ffffff;\"><span></span></span><span style=\"color: #ffffff;\"><strong>4. Upload a profile picture</strong> and add some friends and team members.</span><br /><span style=\"color: #ffffff;\"><strong>5. Set your interests</strong> to get personalized daily tips to help you eat</span> <span style=\"color: #ffffff;\">healthy, get active, reduce stress, sleep well and more.</span><br /><span style=\"color: #ffffff;\"><strong>6. Participate in the MyWell-Being Program.</strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#ededed\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-28px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"45px||45px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Reminder for new hires after Oct. 1, 2024:\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|700|||||||\" header_font_size=\"27px\" background_color=\"#e6863e\" background_enable_color=\"on\" custom_button=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>If you’re hired after Oct. 1, you’re already eligible for both the 2024 and 2025 incentives—but register now in the MyWell-Being Program to take care of your well-being. You\'ll begin to earn points for the 2025 program year starting Nov. 1, 2024, and work your way toward your 2026 incentive.</span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Here to support your well-being</span></h1>\n<p>Our MyWell-Being Program encourages all our team members to enhance their lives through our five pillars:<strong> MyGrowth</strong>, <strong>MyPurpose</strong>, <strong>MyCommunity</strong>, <strong>MyHealth</strong> and <strong>MyWealth</strong>. Along with our library of well-being tools and resources located within Virgin Pulse, our team offers well-being services to help you stay healthy and empower you to be your best self. Our services include:</p>\n<ul>\n<li><strong>Health coaching:</strong> Our health coaches provide evidence-based information, positive encouragement and motivation for individuals to achieve their health and wellness goals. Our health coaches provide a personal and tailored approach, accountability, problem solving and client-focused solutions.</li>\n<li><strong>Well-being classes:</strong> Our team and partners offer a variety of classes to help you be your best self. We provide opportunities on a variety of topics including, but not limited to, physical activity, nutrition, self-care, stress management, gratitude, goal setting and finding your purpose.</li>\n<li><strong>Mental health awareness class:</strong> This class creates an awareness and knowledge of the prevalence of mental illness in the workplace and how to get support for yourself or a fellow team member and decrease the stigma surrounding mental health.</li>\n<li><strong>On-site/Virtual Counseling Services:</strong> On-site counseling is available at most Banner acute medical facilities, and virtual counseling is also available through our Employee Assistance Program (Resources for Living). Both options are open to all team members. You can make an appointment today with an on-site or virtual counselor. To learn more about mental health support, read about<strong><a href=\"http://flimp.live/banner-eap-24\"> Resources for Living</a></strong>.</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'MyWell-Being Program', '						', 'publish', 'closed', 'closed', '', 'mywell-being', '', '', '2025-01-03 15:59:31', '2025-01-03 15:59:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6223', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6228, 1, '2024-06-29 05:42:32', '2024-06-29 05:42:32', '', 'MyWell-Being', '', 'publish', 'closed', 'closed', '', 'medical-chart-duplicate-5', '', '', '2024-06-29 05:42:46', '2024-06-29 05:42:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/medical-chart-duplicate-5/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6245, 1, '2024-06-27 16:09:48', '2024-06-27 16:09:48', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Resources For Living\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Life happens. Stress less. Live more.</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Resources For Living, Banner’s Employee Assistance Program (EAP), is here to help make your life easier. You can find services for all aspects of your well-being, including:</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\"><span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><strong>Emotional support</strong>—Talk to a counselor about what’s on your mind—stress, relationships, mood issues and more. Meet face-to-face or by video stream, or get in-the-moment support by phone.</li>\n</ul>\n</span></span>\n<p><span style=\"color: #000000;\"> </span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Legal</strong>—Speak with an attorney about legal issues, like estate planning and family and domestic issues.</span></li>\n<li><span style=\"color: #000000;\"><strong>Daily Life Assistance</strong>—Let our specialists help you solve everyday issues and coordinate caregiving needs.</span><span style=\"color: #000000;\"></span></li>\n</ul>\n</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><strong>Financial</strong>—Discuss budgeting, credit and more with a financial expert.</li>\n<li><span style=\"color: #000000;\"><strong>Daily life assistance</strong>—Let our specialists help you solve everyday issues and coordinate caregiving needs.</span></li>\n<li><span style=\"color: #000000;\"><strong>Website</strong>—Check out video resources, articles, assessments, webinars and more at <strong><a href=\"https://resourcesforliving.com\">resourcesforliving.com</a></strong>. </span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-40px||-20px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-Mental-Health-Support.pdf\" url_new_window=\"on\" button_text=\"2025 Mental Health Support\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4ea2c9\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#79b856\" border_color_all=\"#79b856\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Confidential</span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Resources For Living is available to you and your household members 24 hours a day, 365 days a year. The services are free and confidential.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">\n<strong>866-568-7554</strong><b>\n<span style=\"color: #ffffff;\"><a href=\"https://resourcesforliving.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">resourcesforliving.com</a></span>\nUsername: </b>Banner<b>\nPassword:</b> EAP</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl-2-scaled.jpg\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"155px||155px||false|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'EAP', '						', 'publish', 'closed', 'closed', '', 'eap', '', '', '2025-01-09 16:09:07', '2025-01-09 16:09:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6245', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6249, 1, '2024-06-27 16:23:45', '2024-06-27 16:23:45', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Banner|Aetna Concierge:\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/concierge.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Your personal assistant for health care</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Not sure where to turn?</h2>\n<p><span style=\"color: #000000;\">We’ve all been there—needing help with our health plan but not sure where to turn.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Your concierge has answers</h2>\n<p><span style=\"color: #000000;\">It’s a big, complex world of health care out there. Your <strong><a href=\"https://www.banneraetna.com/en/members.html\" target=\"_blank\" rel=\"noopener\">Banner|Aetna</a></strong> concierge can help you make sense of it.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>You may be wondering:</h2>\n<span style=\"color: #000000;\">\n<ul>\n<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Something doesn’t appear correct on my Explanation of Benefits (EOB). Can you help me?<br /><li><span style=\"color: #000000;\">How can I find the right specialist?</li>\n<li><span style=\"color: #000000;\">I’ve been diagnosed. Now what?</span></li>\n<li><span style=\"color: #000000;\">Is my health plan going to cover this?</span></li>\n<li><span style=\"color: #000000;\">How much is this going to cost me?</span></li>\n</ul>\n</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Get support to:</span></h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><span style=\"color: #ffffff;\">Choose the right doctor</span></li>\n<li><span style=\"color: #ffffff;\">Learn about your coverage</span></li>\n<li><span style=\"color: #ffffff;\">Understand a diagnosis</span></li>\n<li><span style=\"color: #ffffff;\">Plan for upcoming treatment</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Health care help is here</span></h2>\nSpeak with a concierge. Call 855-788-5803. Your concierge is available 8 a.m. to 6 p.m. (MST), Monday through Friday.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Concierge', '						', 'publish', 'closed', 'closed', '', 'concierge', '', '', '2024-09-30 22:15:44', '2024-09-30 22:15:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6249', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6253, 1, '2024-06-27 16:42:32', '2024-06-27 16:42:32', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Health Savings and Spending Accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Health Savings Accounts (HSAs)</h2>\n<p><span style=\"color: #000000;\">An HSA is a bank account used for qualified health care expenses (medical, prescription, dental and vision). Contributions are pre-tax, and it is your personal account to use now and in the future. There is no “use it or lose it” rule, so funds roll over from year to year. You can even take it with you if you leave Banner Health.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" url_new_window=\"on\" button_text=\"How Your Medical Plan & the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>For 2025, Banner’s funding will be:</h4>\n<p><span style=\"color: #000000;\"><strong>Premier Plan:</strong> Banner Health will contribute $450 for individual coverage or $900 for family coverage. Contributions are made on a per-paycheck basis in 2025.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are multiple ways to fund your HSA:</h4>\n<ul>\n	<span style=\"color: #000000;\"><li>Contribute your own money through payroll deductions.</span></li>\n	<li><span style=\"color: #000000;\">Contribute your own post-tax money directly to the account.</span></li>\n	<li><span style=\"color: #000000;\">Banner Health makes per-paycheck contributions to your HSA.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"40px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your HSA.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>Important information </strong><strong>about your HSA</strong></span></h3>\n<p><span style=\"color: #000000;\">Banner’s contributions to your HSA will be made on a per-paycheck basis.</span></p>\n<p><span style=\"color: #000000;\"> <br />Note: Due to rounding, your actual annual contribution may vary from your elected amount by a few cents, but will never exceed the allowable annual maximum.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#592e84\" custom_margin=\"0px||-5px|-2px|false|false\" custom_padding=\"6px|25px|0px|25px|false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/HE-1.png\" width=\"262\" /></strong></span></h4>\n<h4><span style=\"color: #ffffff;\"><strong>Manage your accounts with HealthEquity</strong></span></h4>\n<p style=\"font-weight: 400;\"><span style=\"color: #ffffff;\">Visit the HealthEquity Education Center to learn more about how to manage your health care spending and maximize your savings. Log in to get started:</span></p>\n<p><span style=\"color: #ffffff;\"></span></p>\n<p><span style=\"color: #ffffff;\"></span></p>\n<ul>\n<li><span style=\"color: #ffffff;\">HSA/FSA/COBRA education portal: <a href=\"https://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px; color: #ffffff;\"><b>healthequity.com/ed/BannerHealth</b></a></span></li>\n<li><span style=\"color: #ffffff;\">HSA/FSA account login: <span style=\"font-size: 14px;\"></span><a href=\"https://healthequity.com\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px; color: #ffffff;\"><b>healthequity.com</b></a></span></li>\n<li><span style=\"color: #ffffff;\">COBRA account login: <a href=\"https://wageworks.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>wageworks.com</strong></a></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#eff6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>Benefits of HSAs</strong></h4>\n<span style=\"color: #000000;\"><ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>Your HSA contributions come out of your paycheck pre-tax.</span><span style=\"color: #000000;\"></span>\n	<span style=\"color: #000000;\"><li>You earn tax-free interest.</li>\n	<li><span style=\"color: #000000;\">You can take money out tax-free if you use the money for qualified expenses for you and your eligible dependents—even if the dependents are not enrolled in your medical plan.</span></li><br>\n<span style=\"color: #000000;\">&nbsp;\nNOTE: HSA funds can’t be used on a domestic partner’s health care expenses even if he or she is covered on your medical plan, as he or she is not considered an eligible tax dependent by the IRS. </span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>HSA funds are yours to keep. There is no “use it or lose it” rule, and you can take the HSA with you if you change jobs and/or insurance plans.</span></li>\n	<li><span style=\"color: #000000;\">Once your savings reach $1,000, you can invest your money in mutual funds to achieve a higher rate of growth.</span></li>\n	<li><span style=\"color: #000000;\">After you retire, you can use the money for Medicare premiums.</span></li>\n	<li><span style=\"color: #000000;\">You can only use the funds in your HSA for qualified health care expenses.</span></li>\n	<li><span style=\"color: #000000;\">You can change your HSA contribution at any time throughout the year.</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>HSA eligibility</strong></h4>\n<p><span style=\"color: #000000;\"><strong>You are eligible to fund an HSA if you are enrolled in the Banner Health Value or Premier High-Deductible Health Plans. You are not eligible if you are:</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li>Covered by a non-HSA eligible medical plan, Health Care FSA (including an account provided through your spouse’s employer) or<br />health reimbursement arrangement</li>\n<li><span style=\"color: #000000;\">Eligible to be claimed as a dependent on someone else’s tax return</span></li>\n<li><span style=\"color: #000000;\">Enrolled in Medicare or TRICARE for Life.</span></li>\n<li><span style=\"color: #000000;\">Receiving Veterans Affairs (VA) benefits or have received</span></li>\n<li><span style=\"color: #000000;\">VA benefits in the last six months<br /></span></li>\n</ul>\n</span>\n<p><span style=\"color: #000000;\">Refer to <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-969\" target=\"_blank\" rel=\"noopener\">IRS Publication 969</a></strong> for additional eligibility details.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Flexible Spending Accounts</h2>\n<p><span style=\"color: #000000;\">Banner offers our team members two FSAs. These FSAs let you set aside money for health care or dependent care expenses on a per-paycheck basis. This reduces your taxable income, which lowers the amount of federal and state taxes withheld from each paycheck.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">You can enroll in FSAs even if you aren’t enrolled in a Banner medical plan. However, you are not eligible to participate in the Health Care FSA if you are enrolled in the Value or Premier High-Deductible Health Plans.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are two ways to fund your Health Care FSA:</h4>\n<p></span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li>You can save up to $3,200 per year in a Health Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li>You can make claims on the entire planned contribution even before you make the actual payroll contributions.</li>\n<li>You can use the Health Care FSA for eligible medical, pharmacy, dental and vision expenses for you and your eligible dependents, even if they are not covered by your Banner Health plans.</li>\n<li>When using the debit card, you may still be required to mail or fax proof of your expenses, or the payment will become taxable.</li>\n<li>If you don’t use the debit card, you file a claim for reimbursement.</li>\n<li>There is a “use it or lose it” rule, so plan wisely. Any unused balance at the end of the plan year is forfeited.</li>\n<li>You can’t use the money for non-eligible expenses. If you do, you must pay regular income tax on the expenses.</li>\n<li>IRS guidelines require substantiation of claims processed through a debit card. Example: providing a copy of an Explanation of Benefits.</li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><span style=\"color: #000000;\">Using a Dependent Care FSA</span></h4>\n<p><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<span style=\"color: #000000;\"><li>You can save up to $5,000 per year in a Dependent Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li><span style=\"color: #000000;\">As you incur expenses, you file a claim for reimbursement.</span></li>\n<li><span style=\"color: #000000;\">You can only make claims on the contributions that have come out of</span><span> </span><span style=\"color: #000000;\">your paycheck.</span></li>\n<li><span style=\"color: #000000;\">You can use the Dependent Care FSA for eligible day care expenses for children up to age 13 and elder care.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\">For details about eligible expenses under the FSAs, review IRS Publication 502 at <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\">irs.gov/forms-pubs/about-publication-502</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff6fb\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#eff6fb\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>Non-discrimination testing rules apply</strong></h3>\n\n<span style=\"color: #000000;\">To ensure non-highly compensated team members receive a fair share of the tax benefits offered through these plans, non-discrimination testing rules apply to prevent plans from allowing highly paid individuals to benefit at a higher percentage than non-highly paid individuals. Depending on the results of the testing, a highly compensated team member may not be eligible to contribute the maximum amount to an FSA. You will be notified if this applies to you.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>COBRA benefits by Health Equity </strong></span></h3>\n<span style=\"color: #000000;\">Beginning Jan. 1, 2023, benefit coverage ends on the date of your job change, qualifying life event or termination. Health Equity will send you a packet in the mail with your benefit options, costs, etc. for you to decide if you want to continue your benefits. If you elect COBRA, coverage will begin the day after your Banner benefits end. The first month\'s COBRA payment will be pro-rated for the days you are covered. You will have the option to elect up to 18 months of COBRA (other special circumstances-could allow longer timeframe).  [/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your FSA.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HSA FSA', '						', 'publish', 'closed', 'closed', '', 'hsa-fsa', '', '', '2024-09-30 22:16:10', '2024-09-30 22:16:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6253', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6262, 1, '2024-06-29 19:42:00', '2024-06-29 19:42:00', '', '2024 Banner In-Network Providers', '', 'inherit', 'open', 'closed', '', '2024-banner-in-network-providers', '', '', '2024-06-29 19:42:00', '2024-06-29 19:42:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/2024-Banner-In-Network-Providers.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6263, 1, '2024-06-27 19:48:58', '2024-06-27 19:48:58', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Long-Term CareInsurance\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/medical-bg.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||-40px||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health partners with Legacy Services to offer youvoluntary long-term care insurance.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>What is Long-Term Care Insurance?</strong></h2>\n<span style=\"color: #000000;\">Long-term care insurance pays for home health care, assisted living and nursing home care. People use these services when they need help with activities of daily living (bathing, toileting, dressing, continence, eating and transferring) or supervision because of cognitive impairment. Long-term care insurance protects financial assets and makes quality care more affordable.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>About Legacy Services</strong></h2>\n	<span style=\"color: #000000;\">Legacy is an independent broker that specializes in long-term care insurance. They represent the top carriers for traditional and hybrid policies.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Sample Pricing</strong></h2>\n<p><span style=\"color: #000000;\">To see sample pricing for traditional and hybrid long-term care insurance click on this link: <strong><a href=\"http://www.legacyltci.com/sample-pricing\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/sample-pricing</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Phone Consultations</strong></h2>\n<span style=\"color: #000000;\">Legacy offers phone consultations to help you choose the best product, coverage options and carrier for your situation. Topics discussed include:\n</span>\n<ul>\n	<span style=\"color: #000000;\"><li>Comparing your pricing for the top traditional and hybrid policies</span></li>\n	<li><span style=\"color: #000000;\">Determining what coverage options are best for you</span></li>\n	<li><span style=\"color: #000000;\">The importance of choosing a financially strong carrier</span></li>\n	<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n	<li><span style=\"color: #000000;\">The application/underwriting process</span></li>\n</ul>\n<span style=\"color: #000000;\">\nClick on this link to schedule a no obligation phone consultation: <strong><a href=\"http://www.legacyltci.com/phone-consultation\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/phone-consultation</a></strong></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><strong></strong></p>\n<h3><strong><span style=\"color: #ffffff;\"> Contact Legacy</span></strong></h3>\n<p><strong>Phone: 800-230-3398<br />Website: <span style=\"color: #ffffff;\"><a href=\"http://legacyltci.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">legacyltci.com</a></span></strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>When you schedule a phone consultation Legacy will email you personal price sheets comparing the top traditional and hybrid policies.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://www.legacyltci.com/sample-pricing/\" url_new_window=\"on\" button_text=\"SAMPLE PRICING\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][et_pb_button button_url=\"https://www.legacyltci.com/phone-consultation/\" url_new_window=\"on\" button_text=\"PHONE CONSULTATION\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Educational Seminar</strong></h2>\n<span style=\"color: #000000;\">To learn about the key issues regarding long-term care insurance click on the tab “LTCi Seminar” at : <strong><a href=\"http://www.legacyltci.com/learn-more\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/learn-more</a></strong>\n</span>\n<span style=\"color: #000000;\">Topics discussed include:\n</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">The cost of long-term care</span></li>\n	<li><span style=\"color: #000000;\">Government assistance for long term care</span></li>\n	<li><span style=\"color: #000000;\">What does long term care insurance pay for</span></li>\n	<li><span style=\"color: #000000;\">Is long term care insurance right for you</span></li>\n	<li><span style=\"color: #000000;\">When are benefits paid</span></li>\n	<li><span style=\"color: #000000;\">Partnership programs</span></li>\n	<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n	<li><span style=\"color: #000000;\">The application/underwriting process</span></li>\n	<li><span style=\"color: #000000;\">Phone consultation topics</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Contact Legacy</strong></h2>\n<span style=\"color: #000000;\">Phone: <strong><span style=\"color: #3575ae;\">800-230-3398</strong>\nWebsite: <strong><a href=\"http://legacyltci.com\" target=\"_blank\" rel=\"noopener\">legacyltci.com</a></strong></span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Eligibility</strong></h2>\n<span style=\"color: #000000;\">You may apply any time during the year. Applicants must be age 18-79 and\nreside in the U.S. Eligible applicants include all team members, spouses/partners, and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>How to Enroll</strong></h2>\n<p><span style=\"color: #000000;\">The first step is to schedule a no obligation phone consultation. After you select a product, coverage options, and carrier, Legacy helps you fill out the application. They also explain the underwriting process. When you receive<br />your policy they review the key contract details and share policyholder recommendations. Coverage is fully portable. Premiums are paid by the policyholder directly to the carrier.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Long-Term Care', '						', 'publish', 'closed', 'closed', '', 'long-term-care', '', '', '2024-06-29 20:21:31', '2024-06-29 20:21:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6263', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6264, 1, '2024-06-29 19:49:30', '2024-06-29 19:49:30', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Adoption Assistance\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/medical-bg.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health wants to support you if you’re in the process of growing your family through adoption by reimbursing eligible adoption expenses.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Who Is Eligible</strong></h2>\n<span style=\"color: #000000;\">Banner team members who are classified as regular FT/PT assigned a total FTE (full-time equivalent) of 50% or greater and have completed one year of service prior to the start of the adoption proceedings for which reimbursement is to be provided.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>How It Works</strong></h2>\n<ul>\n	<span style=\"color: #000000;\"><li>The Plan will reimburse eligible team members for costs incurred to adopt either a child under the age of 18 or someone of any age physically or mentally incapable of self-care.</span></li>\n	<li><span style=\"color: #000000;\">$10,000 is the maximum amount of expenses that Banner will reimburse under this plan.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>General Provisions</strong></h2>\n<span style=\"color: #000000;\">Banner Health administers the plan and has sole discretionary authority to interpret the plan, to make eligibility and benefit determinations and to make factual determinations in connection with the plan, which are final and binding.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>What Banner Health Will Reimburse</strong></h2>\n<p><span style=\"color: #000000;\">The expenses related to an adoption that are reimbursable under this program as qualified adoption expenses are the substantiated, reasonable and necessary adoption fees, court costs, attorney fees and other expenses (excluding, however, (i) travel expenses, (ii) living, medical and delivery expenses of a birth mother and (iii) any other expenses not permitted for reimbursement under the Code) that:</span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>a)</strong>  are directly related to, and the principal purpose of which is for, the legal adoption of an Eligible Child by the Eligible team member;</span></li>\n<li><span style=\"color: #000000;\"><strong>b)</strong>  are not incurred in violation of state or federal law or in carrying out any surrogate parenting arrangement; and</span></li>\n<li><span style=\"color: #000000;\"><strong>c)</strong>  are not expenses in connection with the adoption of a child who is the child of the Eligible team member’s spouse. (However, see Special Non-Qualified Benefit in plan).</span><i></i></li>\n</ul>\n<p><span style=\"color: #000000;\"><i>Approved reimbursements are awarded on the final paycheck each </i><i>month. If you submit an application and/or documentation near the end of </i><i>the month, your reimbursement will process in the following month.</i></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Important Tax Considerations</strong></h2>\n<p><span style=\"color: #000000;\">This plan benefits all eligible team members, and its eligibility requirements do not discriminate in favor of highly compensated employees or their dependents as required under §137 of the Internal Revenue Code. Federal and state taxes may apply to qualified adoption expenses reimbursed under this plan. A portion of the reimbursements under the plan may be excludable from your income for federal income taxes to the extent you qualify under<strong> Internal Revenue Code §137 and by filing Form 8839 with your federal income taxes.</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<ol>\n	<span style=\"color: #000000;\"><li>For domestic adoptions, reimbursements for qualified adoption expenses may be excludable from a team member’s gross income for the tax year in which the qualified adoption expenses are reimbursed.</span></li>\n	<li><span style=\"color: #000000;\">For foreign adoptions, this exclusion may only be available for the</span> <span style=\"color: #000000;\">tax year in which the adoption becomes final.</span></li>\n	<li><span style=\"color: #000000;\">Banner is required to withhold applicable federal employment taxes (FICA and FUTA) and to report the total amount of reimbursements on your Form W-2. Banner Health will not withhold other federal income taxes for reimbursements made under this plan, and you may be required to pay taxes on these reimbursements when you file your tax returns.</span>\n<span style=\"color: #000000;\">a) You also may be entitled to a federal income tax credit for adoption expenses that are not reimbursed under this plan or elsewhere. You will need to coordinate the income exclusion and tax credit to determine the greatest tax benefit for you and</span>\n<span style=\"color: #000000;\">your family.</span></li>\n</ol>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">For additional information about the federal income exclusion and tax credit, please refer to the <strong><a href=\"https://www.irs.gov/forms-pubs/about-form-8839\" target=\"_blank\" rel=\"noopener\">Instructions to Form 8839</a></strong>, available from the IRS and on the IRS website at <strong><a href=\"https://www.irs.gov/\" target=\"_blank\" rel=\"noopener\">irs.gov</a></strong>. Banner does not make any commitment or guarantee that any reimbursements under the plan will be excludable in whole or in part from your gross income for federal or state income tax purposes, or that any other federal or state tax treatment will apply to or be available to you.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mario.jpg\" title_text=\"Screenshot\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\"><strong>The tax treatment of reimbursements of qualified adoption expenses under this plan is complex and will depend on your personal tax situation. Banner does not provide team members with personal tax advice. We strongly recommend that you speak to your personal tax advisor.</strong></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This plan overview is not the plan. See the Adoption Assistance Plan and Application below for complete information. Click the link below and type in “Adoption Assistance” to find the policy information and application.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"ADOPTION ASSISTANCE PLAN AND APPLICATION\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" sticky_enabled=\"0\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Long-Term Care', '						', 'inherit', 'closed', 'closed', '', '6263-revision-v1', '', '', '2024-06-29 19:49:30', '2024-06-29 19:49:30', '', 6263, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6264', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6266, 1, '2024-06-29 20:07:13', '2024-06-29 20:07:13', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Long-Term CareInsurance\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/medical-bg.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">Banner Health partners with Legacy Services to offer youvoluntary long-term care insurance.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>What is Long-Term Care Insurance?</strong></h2>\n<span style=\"color: #000000;\">Long-term care insurance pays for home health care, assisted living and nursing home care. People use these services when they need help with activities of daily living (bathing, toileting, dressing, continence, eating and transferring) or supervision because of cognitive impairment. Long-term care insurance protects financial assets and makes quality care more affordable.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>About Legacy Services</strong></h2>\n	<span style=\"color: #000000;\">Legacy is an independent broker that specializes in long-term care insurance. They represent the top carriers for traditional and hybrid policies.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>Sample Pricing</strong></h2>\n<p><span style=\"color: #000000;\">To see sample pricing for traditional and hybrid long-term care insurance click on this link: <strong><a href=\"http://www.legacyltci.com/sample-pricing\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/sample-pricing</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>Phone Consultations</strong></h2>\n<span style=\"color: #000000;\">Legacy offers phone consultations to help you choose the best product, coverage options and carrier for your situation. Topics discussed include:\n</span>\n<ul>\n	<span style=\"color: #000000;\"><li>Comparing your pricing for the top traditional and hybrid policies</span></li>\n	<li><span style=\"color: #000000;\">Determining what coverage options are best for you</span></li>\n	<li><span style=\"color: #000000;\">The importance of choosing a financially strong carrier</span></li>\n	<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n	<li><span style=\"color: #000000;\">The application/underwriting process</span></li>\n</ul>\n<span style=\"color: #000000;\">\nClick on this link to schedule a no obligation phone consultation: <strong><a href=\"http://www.legacyltci.com/phone-consultation\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/phone-consultation</a></strong></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><strong></strong></p>\n<h3><strong><span style=\"color: #ffffff;\"> Contact Legacy</span></strong></h3>\n<p><strong>Phone: 800-230-3398<br />Website: <span style=\"color: #ffffff;\"><a href=\"http://legacyltci.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">legacyltci.com</a></span></strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>When you schedule a phone consultation Legacy will email you personal price sheets comparing the top traditional and hybrid policies.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://www.legacyltci.com/sample-pricing/\" url_new_window=\"on\" button_text=\"SAMPLE PRICING\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_url=\"https://www.legacyltci.com/phone-consultation/\" url_new_window=\"on\" button_text=\"PHONE CONSULTATION\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>Educational Seminar</strong></h2>\n<span style=\"color: #000000;\">To learn about the key issues regarding long-term care insurance click on the tab “LTCi Seminar” at : <strong><a href=\"http://www.legacyltci.com/learn-more\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/learn-more</a></strong>\n</span>\n<span style=\"color: #000000;\">Topics discussed include:\n</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">The cost of long-term care</span></li>\n	<li><span style=\"color: #000000;\">Government assistance for long term care</span></li>\n	<li><span style=\"color: #000000;\">What does long term care insurance pay for</span></li>\n	<li><span style=\"color: #000000;\">Is long term care insurance right for you</span></li>\n	<li><span style=\"color: #000000;\">When are benefits paid</span></li>\n	<li><span style=\"color: #000000;\">Partnership programs</span></li>\n	<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n	<li><span style=\"color: #000000;\">The application/underwriting process</span></li>\n	<li><span style=\"color: #000000;\">Phone consultation topics</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>Contact Legacy</strong></h2>\n<p><span style=\"color: #000000;\">Phone: <strong>800-230-3398</strong><br />Website: <strong><a href=\"http://legacyltci.com\" target=\"_blank\" rel=\"noopener\">legacyltci.com</a></strong></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>Eligibility</strong></h2>\n<span style=\"color: #000000;\">You may apply any time during the year. Applicants must be age 18-79 and\nreside in the U.S. Eligible applicants include all team members, spouses/partners, and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>How to Enroll</strong></h2>\n<p><span style=\"color: #000000;\">The first step is to schedule a no obligation phone consultation. After you select a product, coverage options, and carrier, Legacy helps you fill out the application. They also explain the underwriting process. When you receive<br />your policy they review the key contract details and share policyholder recommendations. Coverage is fully portable. Premiums are paid by the policyholder directly to the carrier.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Long-Term Care', '						', 'inherit', 'closed', 'closed', '', '6263-revision-v1', '', '', '2024-06-29 20:07:13', '2024-06-29 20:07:13', '', 6263, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6266', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6268, 1, '2024-06-29 20:08:10', '2024-06-29 20:08:10', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Long-Term CareInsurance\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/medical-bg.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">Banner Health partners with Legacy Services to offer youvoluntary long-term care insurance.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>What is Long-Term Care Insurance?</strong></h2>\n<span style=\"color: #000000;\">Long-term care insurance pays for home health care, assisted living and nursing home care. People use these services when they need help with activities of daily living (bathing, toileting, dressing, continence, eating and transferring) or supervision because of cognitive impairment. Long-term care insurance protects financial assets and makes quality care more affordable.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>About Legacy Services</strong></h2>\n	<span style=\"color: #000000;\">Legacy is an independent broker that specializes in long-term care insurance. They represent the top carriers for traditional and hybrid policies.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>Sample Pricing</strong></h2>\n<p><span style=\"color: #000000;\">To see sample pricing for traditional and hybrid long-term care insurance click on this link: <strong><a href=\"http://www.legacyltci.com/sample-pricing\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/sample-pricing</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>Phone Consultations</strong></h2>\n<span style=\"color: #000000;\">Legacy offers phone consultations to help you choose the best product, coverage options and carrier for your situation. Topics discussed include:\n</span>\n<ul>\n	<span style=\"color: #000000;\"><li>Comparing your pricing for the top traditional and hybrid policies</span></li>\n	<li><span style=\"color: #000000;\">Determining what coverage options are best for you</span></li>\n	<li><span style=\"color: #000000;\">The importance of choosing a financially strong carrier</span></li>\n	<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n	<li><span style=\"color: #000000;\">The application/underwriting process</span></li>\n</ul>\n<span style=\"color: #000000;\">\nClick on this link to schedule a no obligation phone consultation: <strong><a href=\"http://www.legacyltci.com/phone-consultation\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/phone-consultation</a></strong></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" hover_enabled=\"0\" border_color_all=\"#3575ae\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><strong></strong></p>\n<h3><strong><span style=\"color: #ffffff;\"> Contact Legacy</span></strong></h3>\n<p><strong>Phone: 800-230-3398<br />Website: <span style=\"color: #ffffff;\"><a href=\"http://legacyltci.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">legacyltci.com</a></span></strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>When you schedule a phone consultation Legacy will email you personal price sheets comparing the top traditional and hybrid policies.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://www.legacyltci.com/sample-pricing/\" url_new_window=\"on\" button_text=\"SAMPLE PRICING\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_url=\"https://www.legacyltci.com/phone-consultation/\" url_new_window=\"on\" button_text=\"PHONE CONSULTATION\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>Educational Seminar</strong></h2>\n<span style=\"color: #000000;\">To learn about the key issues regarding long-term care insurance click on the tab “LTCi Seminar” at : <strong><a href=\"http://www.legacyltci.com/learn-more\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/learn-more</a></strong>\n</span>\n<span style=\"color: #000000;\">Topics discussed include:\n</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">The cost of long-term care</span></li>\n	<li><span style=\"color: #000000;\">Government assistance for long term care</span></li>\n	<li><span style=\"color: #000000;\">What does long term care insurance pay for</span></li>\n	<li><span style=\"color: #000000;\">Is long term care insurance right for you</span></li>\n	<li><span style=\"color: #000000;\">When are benefits paid</span></li>\n	<li><span style=\"color: #000000;\">Partnership programs</span></li>\n	<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n	<li><span style=\"color: #000000;\">The application/underwriting process</span></li>\n	<li><span style=\"color: #000000;\">Phone consultation topics</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>Contact Legacy</strong></h2>\n<span style=\"color: #000000;\">Phone: <strong><span style=\"color: #3575ae;\">800-230-3398</strong>\nWebsite: <strong><a href=\"http://legacyltci.com\" target=\"_blank\" rel=\"noopener\">legacyltci.com</a></strong></span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>Eligibility</strong></h2>\n<span style=\"color: #000000;\">You may apply any time during the year. Applicants must be age 18-79 and\nreside in the U.S. Eligible applicants include all team members, spouses/partners, and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>How to Enroll</strong></h2>\n<p><span style=\"color: #000000;\">The first step is to schedule a no obligation phone consultation. After you select a product, coverage options, and carrier, Legacy helps you fill out the application. They also explain the underwriting process. When you receive<br />your policy they review the key contract details and share policyholder recommendations. Coverage is fully portable. Premiums are paid by the policyholder directly to the carrier.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Long-Term Care', '						', 'inherit', 'closed', 'closed', '', '6263-revision-v1', '', '', '2024-06-29 20:08:10', '2024-06-29 20:08:10', '', 6263, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6268', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6270, 1, '2024-06-29 20:21:27', '2024-06-29 20:21:27', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Long-Term CareInsurance\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/medical-bg.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||-40px||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health partners with Legacy Services to offer youvoluntary long-term care insurance.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>What is Long-Term Care Insurance?</strong></h2>\n<span style=\"color: #000000;\">Long-term care insurance pays for home health care, assisted living and nursing home care. People use these services when they need help with activities of daily living (bathing, toileting, dressing, continence, eating and transferring) or supervision because of cognitive impairment. Long-term care insurance protects financial assets and makes quality care more affordable.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>About Legacy Services</strong></h2>\n	<span style=\"color: #000000;\">Legacy is an independent broker that specializes in long-term care insurance. They represent the top carriers for traditional and hybrid policies.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Sample Pricing</strong></h2>\n<p><span style=\"color: #000000;\">To see sample pricing for traditional and hybrid long-term care insurance click on this link: <strong><a href=\"http://www.legacyltci.com/sample-pricing\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/sample-pricing</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Phone Consultations</strong></h2>\n<span style=\"color: #000000;\">Legacy offers phone consultations to help you choose the best product, coverage options and carrier for your situation. Topics discussed include:\n</span>\n<ul>\n	<span style=\"color: #000000;\"><li>Comparing your pricing for the top traditional and hybrid policies</span></li>\n	<li><span style=\"color: #000000;\">Determining what coverage options are best for you</span></li>\n	<li><span style=\"color: #000000;\">The importance of choosing a financially strong carrier</span></li>\n	<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n	<li><span style=\"color: #000000;\">The application/underwriting process</span></li>\n</ul>\n<span style=\"color: #000000;\">\nClick on this link to schedule a no obligation phone consultation: <strong><a href=\"http://www.legacyltci.com/phone-consultation\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/phone-consultation</a></strong></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><strong></strong></p>\n<h3><strong><span style=\"color: #ffffff;\"> Contact Legacy</span></strong></h3>\n<p><strong>Phone: 800-230-3398<br />Website: <span style=\"color: #ffffff;\"><a href=\"http://legacyltci.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">legacyltci.com</a></span></strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>When you schedule a phone consultation Legacy will email you personal price sheets comparing the top traditional and hybrid policies.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://www.legacyltci.com/sample-pricing/\" url_new_window=\"on\" button_text=\"SAMPLE PRICING\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][et_pb_button button_url=\"https://www.legacyltci.com/phone-consultation/\" url_new_window=\"on\" button_text=\"PHONE CONSULTATION\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Educational Seminar</strong></h2>\n<span style=\"color: #000000;\">To learn about the key issues regarding long-term care insurance click on the tab “LTCi Seminar” at : <strong><a href=\"http://www.legacyltci.com/learn-more\" target=\"_blank\" rel=\"noopener\">www.legacyltci.com/learn-more</a></strong>\n</span>\n<span style=\"color: #000000;\">Topics discussed include:\n</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">The cost of long-term care</span></li>\n	<li><span style=\"color: #000000;\">Government assistance for long term care</span></li>\n	<li><span style=\"color: #000000;\">What does long term care insurance pay for</span></li>\n	<li><span style=\"color: #000000;\">Is long term care insurance right for you</span></li>\n	<li><span style=\"color: #000000;\">When are benefits paid</span></li>\n	<li><span style=\"color: #000000;\">Partnership programs</span></li>\n	<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n	<li><span style=\"color: #000000;\">The application/underwriting process</span></li>\n	<li><span style=\"color: #000000;\">Phone consultation topics</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Contact Legacy</strong></h2>\n<span style=\"color: #000000;\">Phone: <strong><span style=\"color: #3575ae;\">800-230-3398</strong>\nWebsite: <strong><a href=\"http://legacyltci.com\" target=\"_blank\" rel=\"noopener\">legacyltci.com</a></strong></span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Eligibility</strong></h2>\n<span style=\"color: #000000;\">You may apply any time during the year. Applicants must be age 18-79 and\nreside in the U.S. Eligible applicants include all team members, spouses/partners, and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>How to Enroll</strong></h2>\n<p><span style=\"color: #000000;\">The first step is to schedule a no obligation phone consultation. After you select a product, coverage options, and carrier, Legacy helps you fill out the application. They also explain the underwriting process. When you receive<br />your policy they review the key contract details and share policyholder recommendations. Coverage is fully portable. Premiums are paid by the policyholder directly to the carrier.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Contact Banner</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Long-Term Care', '						', 'inherit', 'closed', 'closed', '', '6263-revision-v1', '', '', '2024-06-29 20:21:27', '2024-06-29 20:21:27', '', 6263, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6270', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6272, 1, '2024-07-01 15:33:08', '2024-07-01 15:33:08', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Adoption Assistance\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/medical-bg.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]', 'PAGE HEADER', '', 'publish', 'closed', 'closed', '', 'page-header', '', '', '2024-07-01 15:33:08', '2024-07-01 15:33:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/page-header/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6281, 1, '2024-07-01 15:40:47', '2024-07-01 15:40:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" hover_enabled=\"0\" global_colors_info=\"{}\" collapsed=\"off\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Benefits Site</span></h1>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/02/Devices-1.png\" title_text=\"Devices\" url=\"https://flimp.live/bannerbenefits#home\" _builder_version=\"4.24.2\" _module_preset=\"default\" width=\"57%\" module_alignment=\"center\" custom_margin=\"0px||16px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_cta button_url=\"http://flimp.live/bannerbenefits\" url_new_window=\"on\" button_text=\"Visit Site\" admin_label=\"Download 2020 Guide\" _builder_version=\"4.24.2\" header_text_color=\"#005d9c\" background_enable_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#005d9c\" button_border_width=\"1\" button_border_color=\"#005d9c\" background_layout=\"light\" custom_margin=\"-66px||-25px||false|false\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row disabled_on=\"off|on|on\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Benefits Site</span></h1>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/02/Devices-1.png\" title_text=\"Devices\" url=\"https://flimp.live/bannerbenefits#home\" _builder_version=\"4.24.2\" _module_preset=\"default\" width=\"57%\" module_alignment=\"center\" custom_margin=\"0px||16px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_cta button_url=\"http://flimp.live/bannerbenefits\" url_new_window=\"on\" button_text=\"Visit Site\" admin_label=\"Download 2020 Guide\" _builder_version=\"4.24.2\" header_text_color=\"#005d9c\" background_enable_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#005d9c\" button_border_width=\"1\" button_border_color=\"#005d9c\" background_layout=\"light\" custom_margin=\"-39px||-25px||false|false\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.21.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"26\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.16\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"9\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"14\"]</p>[/et_pb_text][et_pb_cta title=\"2024 Banner Benefits Guide\" button_url=\"https://flimp.live/banner-download-all-24\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2020 Guide\" module_class=\"kmod2-line\" _builder_version=\"4.22.2\" header_text_color=\"#005d9c\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#005d9c\" button_border_width=\"1\" button_border_color=\"#005d9c\" background_layout=\"light\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"15\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"10\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.17.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<br /><span></span>[wpfd_category id=\"16\"]<br /><a href=\"https://health1.aetna.com/app/public/#/one/insurerCode=AETNACVS_I&amp;brandCode=ALICSI/machine-readable-transparency-in-coverage?searchTerm=98533722&amp;lock=true\" target=\"_blank\" rel=\"noopener\" style=\"color: #666667;\">Click here to view the <strong>Transparency in Coverage MRF</strong>.</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents Full', '', 'publish', 'closed', 'closed', '', 'documents-full', '', '', '2024-07-01 15:40:47', '2024-07-01 15:40:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/documents-full/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6282, 1, '2024-08-29 15:41:20', '2024-08-29 15:41:20', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Plan Documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/docs-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024 Banner Benefits Guide\" button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2024-Banner-Benefit-Guide.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.25.2\" header_text_color=\"#005d9c\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#005d9c\" button_border_width=\"1\" button_border_color=\"#005d9c\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.21.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"26\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.16\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"9\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"14\"]</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"15\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"10\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.17.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<br /><span></span>[wpfd_category id=\"16\"]<br /><a href=\"https://health1.aetna.com/app/public/#/one/insurerCode=AETNACVS_I&amp;brandCode=ALICSI/machine-readable-transparency-in-coverage?searchTerm=98533722&amp;lock=true\" target=\"_blank\" rel=\"noopener\" style=\"color: #666667;\">Click here to view the <strong>Transparency in Coverage MRF</strong>.</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'publish', 'closed', 'closed', '', 'documents', '', '', '2025-01-29 21:50:52', '2025-01-29 21:50:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6282', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6286, 1, '2024-07-01 15:45:56', '2024-07-01 15:45:56', '', '2024 Banner - Benefit Guide', '', 'inherit', 'open', 'closed', '', '2024-banner-benefit-guide', '', '', '2024-07-01 15:45:56', '2024-07-01 15:45:56', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2024-Banner-Benefit-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6288, 1, '2024-07-01 23:23:49', '2024-07-01 23:23:49', '{\n    \"et_divi[primary_nav_font_size]\": {\n        \"value\": \"15\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-01 23:23:49\"\n    },\n    \"et_divi[primary_nav_font_style]\": {\n        \"value\": \"bold\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-01 23:23:49\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '9087ca7e-dcaa-43a7-a8fc-06b8105525f3', '', '', '2024-07-01 23:23:49', '2024-07-01 23:23:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/9087ca7e-dcaa-43a7-a8fc-06b8105525f3/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6289, 1, '2024-07-01 23:24:14', '2024-07-01 23:24:14', '{\n    \"et_divi[menu_link]\": {\n        \"value\": \"#0977b3\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-01 23:24:14\"\n    },\n    \"et_divi[menu_link_active]\": {\n        \"value\": \"#055991\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-01 23:24:14\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '635634b4-cccb-48aa-8706-d730e1662457', '', '', '2024-07-01 23:24:14', '2024-07-01 23:24:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/635634b4-cccb-48aa-8706-d730e1662457/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6295, 1, '2024-07-01 23:49:52', '2024-07-01 23:49:52', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/bg.jpg\" parallax=\"on\" background_blend=\"multiply\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Jane Doe\" job_title=\"Senior Vice President\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/Screenshot-2024-06-07-at-7.22.10 AM.png\" quote_icon_color=\"#FFFFFF\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" use_background_color=\"off\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]', 'Quote', '', 'publish', 'closed', 'closed', '', 'quote', '', '', '2024-07-01 23:49:52', '2024-07-01 23:49:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/quote/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6303, 1, '2024-07-02 00:02:51', '2024-07-02 00:02:51', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"-30px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||||false|false\" custom_padding=\"0px||7px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-01 16:00\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#162b68\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section]', 'Countdown Timer - Fullwidth', '', 'publish', 'closed', 'closed', '', 'countdown-timer-fullwidth', '', '', '2024-07-02 00:02:51', '2024-07-02 00:02:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/countdown-timer-fullwidth/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6337, 1, '2024-07-03 22:05:10', '2024-07-03 22:05:10', '', 'Picture1', '', 'inherit', 'open', 'closed', '', 'picture1', '', '', '2024-07-03 22:05:10', '2024-07-03 22:05:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Picture1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6344, 1, '2024-07-03 22:13:07', '2024-07-03 22:13:07', '', 'Cost_Comparison_Team_Member_Flyer', '', 'inherit', 'open', 'closed', '', 'cost_comparison_team_member_flyer', '', '', '2024-07-03 22:13:07', '2024-07-03 22:13:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Cost_Comparison_Team_Member_Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6345, 1, '2024-07-03 22:13:11', '2024-07-03 22:13:11', '', 'Strategy_Campaign_Team_Member_Flyer', '', 'inherit', 'open', 'closed', '', 'strategy_campaign_team_member_flyer', '', '', '2024-07-03 22:13:11', '2024-07-03 22:13:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Strategy_Campaign_Team_Member_Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6346, 1, '2024-07-03 22:13:16', '2024-07-03 22:13:16', '', 'Utilization_Campaign_Team_Member_Flyer', '', 'inherit', 'open', 'closed', '', 'utilization_campaign_team_member_flyer', '', '', '2024-07-03 22:13:16', '2024-07-03 22:13:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Utilization_Campaign_Team_Member_Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6351, 1, '2024-07-03 22:20:34', '2024-07-03 22:20:34', '[et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"row\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"Designed with you in mind\" button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Strategy_Campaign_Team_Member_Flyer.pdf\" button_text=\"Learn More\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" width=\"100%\" custom_margin=\"||||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Your benefits are more than just basic medical, dental and vision coverage — it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Cost_Comparison_Team_Member_Flyer.pdf\" button_text=\"Learn More\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:420px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you — and that includes your wallet.</span></div>\n</div>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Utilization_Campaign_Team_Member_Flyer.pdf\" button_text=\"Learn More\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:420px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members — you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][/et_pb_column][/et_pb_row]', '3 BOXES', '', 'publish', 'closed', 'closed', '', '3-boxes', '', '', '2024-07-03 22:20:34', '2024-07-03 22:20:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/3-boxes/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6366, 1, '2024-12-30 21:01:47', '2024-07-03 22:48:57', ' ', '', '', 'publish', 'closed', 'closed', '', 6366, '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6366', 4, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6368, 1, '2024-12-30 21:01:47', '2024-07-03 22:48:57', ' ', '', '', 'publish', 'closed', 'closed', '', 6368, '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6368', 5, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6369, 1, '2024-12-30 21:01:47', '2024-07-03 22:48:57', '', 'MyHR|Workday Enrollment', '', 'publish', 'closed', 'closed', '', 'myhrworkday-enrollment', '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6369', 6, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6370, 1, '2024-12-30 21:01:47', '2024-07-03 22:48:57', '', 'Banner | Aetna Concierge', '', 'publish', 'closed', 'closed', '', 'banner-aetna-concierge', '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6370', 12, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6371, 1, '2024-12-30 21:01:47', '2024-07-03 22:48:57', ' ', '', '', 'publish', 'closed', 'closed', '', 6371, '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6371', 10, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6372, 1, '2024-12-30 21:01:48', '2024-07-03 22:48:57', '', 'HSA and FSA', '', 'publish', 'closed', 'closed', '', 6372, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6372', 13, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6373, 1, '2024-12-30 21:01:47', '2024-07-03 22:48:57', '', 'Medical', '', 'publish', 'closed', 'closed', '', 'medical', '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6373', 8, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6374, 1, '2024-07-03 22:49:07', '2024-07-03 22:49:07', '', '565ef7f387b78f0bbcc52cda389a9fd0-FILE', '', 'inherit', 'open', 'closed', '', '565ef7f387b78f0bbcc52cda389a9fd0-file', '', '', '2024-07-03 22:49:07', '2024-07-03 22:49:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/565ef7f387b78f0bbcc52cda389a9fd0-FILE.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6375, 1, '2024-12-30 21:01:47', '2024-07-03 22:55:19', '', 'In-Network Providers', '', 'publish', 'closed', 'closed', '', 'in-network-providers', '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6375', 11, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6376, 1, '2024-12-30 21:01:48', '2024-07-03 22:55:19', ' ', '', '', 'publish', 'closed', 'closed', '', 6376, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6376', 16, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6377, 1, '2024-12-30 21:01:48', '2024-07-03 22:55:19', ' ', '', '', 'publish', 'closed', 'closed', '', 6377, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6377', 19, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6378, 1, '2024-12-30 21:01:48', '2024-07-03 22:55:19', ' ', '', '', 'publish', 'closed', 'closed', '', 6378, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6378', 15, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6379, 1, '2024-12-30 21:01:48', '2024-07-03 22:55:19', ' ', '', '', 'publish', 'closed', 'closed', '', 6379, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6379', 18, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6380, 1, '2024-12-30 21:01:48', '2024-07-03 22:55:19', ' ', '', '', 'publish', 'closed', 'closed', '', 6380, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6380', 17, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6381, 1, '2024-12-30 21:01:48', '2024-07-03 22:55:19', '', 'Disability and Leave of Absence', '', 'publish', 'closed', 'closed', '', 6381, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6381', 25, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6382, 1, '2024-12-30 21:01:48', '2024-07-03 22:55:19', '', 'Life Insurance', '', 'publish', 'closed', 'closed', '', 6382, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6382', 26, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6383, 1, '2024-12-30 21:01:48', '2024-07-03 22:55:19', ' ', '', '', 'publish', 'closed', 'closed', '', 6383, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6383', 24, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6384, 1, '2024-12-30 21:01:48', '2024-07-03 22:55:19', ' ', '', '', 'publish', 'closed', 'closed', '', 6384, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6384', 27, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6385, 1, '2024-12-30 21:01:49', '2024-07-03 22:55:19', ' ', '', '', 'publish', 'closed', 'closed', '', 6385, '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6385', 29, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6386, 1, '2024-12-30 21:01:49', '2024-07-03 22:55:19', ' ', '', '', 'publish', 'closed', 'closed', '', 6386, '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6386', 31, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6387, 1, '2024-12-30 21:01:49', '2024-07-03 22:55:19', ' ', '', '', 'publish', 'closed', 'closed', '', 6387, '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6387', 30, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6389, 1, '2024-12-30 21:01:49', '2024-07-03 22:55:19', ' ', '', '', 'publish', 'closed', 'closed', '', 6389, '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6389', 32, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6390, 1, '2024-12-30 21:01:49', '2024-07-03 22:55:20', '', 'MetLife Legal', '', 'publish', 'closed', 'closed', '', 'metlife-legal', '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6390', 34, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6391, 1, '2024-12-30 21:01:49', '2024-07-03 22:55:20', '', 'Pet Insurance', '', 'publish', 'closed', 'closed', '', 'pet-insurance', '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6391', 33, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6392, 1, '2024-12-30 21:01:49', '2024-07-03 22:55:20', '', 'Identity Theft Protection', '', 'publish', 'closed', 'closed', '', 'identity-theft-protection', '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6392', 35, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6393, 1, '2024-12-30 21:01:49', '2024-07-03 22:55:20', '', 'Long-Term Care Insurance', '', 'publish', 'closed', 'closed', '', 'long-tern-care-insurance', '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6393', 36, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6394, 1, '2024-12-30 21:01:49', '2024-07-03 22:56:56', '', 'Resources For Living', '', 'publish', 'closed', 'closed', '', 'resources-for-living', '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6394', 39, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6395, 1, '2024-12-30 21:01:49', '2024-07-03 22:56:56', ' ', '', '', 'publish', 'closed', 'closed', '', 6395, '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6395', 38, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6396, 1, '2024-12-30 21:01:49', '2024-07-03 22:56:56', ' ', '', '', 'publish', 'closed', 'closed', '', 6396, '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6396', 40, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6397, 1, '2024-12-30 21:01:50', '2024-07-03 22:56:57', ' ', '', '', 'publish', 'closed', 'closed', '', 6397, '', '', '2024-12-30 21:01:50', '2024-12-30 21:01:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6397', 45, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6398, 1, '2024-12-30 21:01:50', '2024-07-03 22:56:57', '', 'Required Notices and SBCs', '', 'publish', 'closed', 'closed', '', 6398, '', '', '2024-12-30 21:01:50', '2024-12-30 21:01:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6398', 44, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6399, 1, '2024-12-30 21:01:50', '2024-07-03 22:56:57', ' ', '', '', 'publish', 'closed', 'closed', '', 6399, '', '', '2024-12-30 21:01:50', '2024-12-30 21:01:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6399', 46, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6421, 1, '2024-07-16 22:43:31', '2024-07-16 22:43:31', '', 'RxSavings Program - NonCovered Medications', '', 'publish', 'closed', 'closed', '', 'rxsavings-program-noncovered-medications', '', '', '2024-07-16 22:43:31', '2024-07-16 22:43:31', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/6696f7934a458.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6422, 1, '2024-07-16 22:43:31', '2024-07-16 22:43:31', '', 'RxSavings Program - NonMedical plan', '', 'publish', 'closed', 'closed', '', 'rxsavings-program-nonmedical-plan', '', '', '2024-07-16 22:43:31', '2024-07-16 22:43:31', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/6696f79372ce5.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6459, 1, '2024-07-20 02:34:34', '2024-07-20 02:34:34', '', 'video-1', '', 'inherit', 'open', 'closed', '', 'video-1', '', '', '2024-07-20 02:34:34', '2024-07-20 02:34:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6465, 1, '2024-07-20 02:39:29', '2024-07-20 02:39:29', '', 'video-2', '', 'inherit', 'open', 'closed', '', 'video-2', '', '', '2024-07-20 02:39:29', '2024-07-20 02:39:29', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6466, 1, '2024-07-20 02:40:57', '2024-07-20 02:40:57', '', 'video-3', '', 'inherit', 'open', 'closed', '', 'video-3', '', '', '2024-07-20 02:40:57', '2024-07-20 02:40:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6488, 1, '2024-07-20 03:00:50', '2024-07-20 03:00:50', '[et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" hover_enabled=\"0\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://example.com\" style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'NEW Footer', '', 'publish', 'closed', 'closed', '', 'new-footer', '', '', '2024-07-20 03:00:50', '2024-07-20 03:00:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/new-footer/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6526, 1, '2024-07-20 04:44:33', '2024-07-20 04:44:33', '.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #7FB8E4 (light blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #7FB8E4 !important;}\r\n.kmod1 {border: 2px solid #7FB8E4; padding: 20px !important; background-color: #7FB8E4 !important;}\r\n.kmod1-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod8-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod9-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kbtn1 {background: #7FB8E4; color: #FFFFFF !important;}\r\n.kbtn1:hover {background: rgba(0,0,0,.5)!important;}\r\n\r\n/*----------------------- Accent Color 2 - #1C82C5 (dark blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #1C82C5 !important;}\r\n.kmod2 {border: 2px solid #1C82C5; padding: 20px !important; background-color: #1C82C5 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #1C82C5; padding: 10px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod3-line {border: 2px solid #000000; padding: 10px !important;\r\n     border-radius: 20px;}\r\n.kbtn2 {background: #1C82C5; color: #FFFFFF !important;}\r\n.kbtn2:hover {background: rgba(0,0,0,.5)!important;}\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #7FB8E4 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #1C82C5 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\n/* background: url(https://usap.benefitmain.com/wp-content/uploads/sites/64/2014/09/bg-1600x900.jpg); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\npadding-top: 200px; \r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head h2 {font-size:2.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n\r\n.ksec {background-color: rgba(153,204,51,.9) !important;}\r\n\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color: rgba(226,226,226,.75) !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 2px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod5-line {border: 2px solid #e5863d; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod6-line {border: 2px solid #78b956; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #0F3557 !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #0F3557 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0F3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 4px solid #FFC20E;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n/*----------------------- Misc CSS -----------------------*/\r\nbody.home {background-color: #1d2757;}\r\n.big-head h1 {font-size:3.5em; line-height: 1.05em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n.treeview {padding-top: 20px !important; font-weight: bold;}\r\n.pdfemb-poweredby {display: none !important;}\r\ndiv.pdfemb-viewer {border: 0px !important;}\r\n.menu-logout-link-item {display: none !important;}\r\n.fullwidth-menu .menu-logout-link-item {display: none !important;}\r\n.menu-logout-link-item {text-transform: uppercase;}\r\n#menu-item-1149 a {color: #FFFFFF !important;}\r\n.big-slide h2 {font-size: 8em !important; line-height: 1.05em !important; text-shadow: 4px 4px 4px #000;}\r\n.big-slide .et_pb_container {width: 100%;}\r\n.big-slide .et_pb_slide_description {padding-left: 0px !important; padding-right: 0px !important;} \r\n.wpfd-content-tree h2 {font-weight: bold; color: #FFFFFF !important; background: #1C82C5 !important;}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a{\r\ndisplay: inline !important;\r\n}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a {\r\n\r\n\r\n\r\n\r\nwidth: calc( 100% - 50px);\r\n\r\n\r\nvertical-align: middle;\r\n\r\n\r\nfont-size: 14px !important;\r\n\r\n\r\n\r\n\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}\r\n\r\n.dollar .percent-value:before {\r\ncontent:’$’;}', 'Divi', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-20 04:44:33', '2024-07-20 04:44:33', '', 7, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6526', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6528, 1, '2024-07-20 04:45:25', '2024-07-20 04:45:25', '.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #7FB8E4 (light blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #7FB8E4 !important;}\r\n.kmod1 {border: 2px solid #7FB8E4; padding: 20px !important; background-color: #7FB8E4 !important;}\r\n.kmod1-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod8-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod9-line {border: 2px solid #7FB8E4; padding: 20px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kbtn1 {background: #7FB8E4; color: #FFFFFF !important;}\r\n.kbtn1:hover {background: rgba(0,0,0,.5)!important;}\r\n\r\n/*----------------------- Accent Color 2 - #1C82C5 (dark blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #1C82C5 !important;}\r\n.kmod2 {border: 2px solid #1C82C5; padding: 20px !important; background-color: #1C82C5 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #1C82C5; padding: 10px !important;\r\n    -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod3-line {border: 2px solid #000000; padding: 10px !important;\r\n     border-radius: 20px;}\r\n.kbtn2 {background: #1C82C5; color: #FFFFFF !important;}\r\n.kbtn2:hover {background: rgba(0,0,0,.5)!important;}\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #7FB8E4 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #1C82C5 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\n/* background: url(https://usap.benefitmain.com/wp-content/uploads/sites/64/2014/09/bg-1600x900.jpg); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\npadding-top: 200px; \r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head h2 {font-size:2.5em; line-height: 1.05em; text-transform: uppercase; color: #FFFFFF; text-shadow: 3px 3px 6px #000;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n\r\n.ksec {background-color: rgba(153,204,51,.9) !important;}\r\n\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color: rgba(226,226,226,.75) !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 2px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod7-line {border: 2px solid #3575ae; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod5-line {border: 2px solid #e5863d; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod6-line {border: 2px solid #78b956; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #0F3557 !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #0F3557 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0F3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 4px solid #FFC20E;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol > li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol > li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n/*----------------------- Misc CSS -----------------------*/\r\nbody.home {background-color: #1d2757;}\r\n.big-head h1 {font-size:3.5em; line-height: 1.05em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n.treeview {padding-top: 20px !important; font-weight: bold;}\r\n.pdfemb-poweredby {display: none !important;}\r\ndiv.pdfemb-viewer {border: 0px !important;}\r\n.menu-logout-link-item {display: none !important;}\r\n.fullwidth-menu .menu-logout-link-item {display: none !important;}\r\n.menu-logout-link-item {text-transform: uppercase;}\r\n#menu-item-1149 a {color: #FFFFFF !important;}\r\n.big-slide h2 {font-size: 8em !important; line-height: 1.05em !important; text-shadow: 4px 4px 4px #000;}\r\n.big-slide .et_pb_container {width: 100%;}\r\n.big-slide .et_pb_slide_description {padding-left: 0px !important; padding-right: 0px !important;} \r\n.wpfd-content-tree h2 {font-weight: bold; color: #FFFFFF !important; background: #1C82C5 !important;}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a{\r\ndisplay: inline !important;\r\n}\r\n#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a {\r\n\r\n\r\n\r\n\r\nwidth: calc( 100% - 50px);\r\n\r\n\r\nvertical-align: middle;\r\n\r\n\r\nfont-size: 14px !important;\r\n\r\n\r\n\r\n\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}', 'Divi', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-20 04:45:25', '2024-07-20 04:45:25', '', 7, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6528', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6567, 1, '2024-07-22 14:58:55', '2024-07-22 14:58:55', '{\n    \"et_divi[logo_height]\": {\n        \"value\": \"40\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-22 14:58:55\"\n    },\n    \"et_divi[primary_nav_font_size]\": {\n        \"value\": \"12\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-22 14:58:55\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '80816081-4dcd-4fb8-b0d0-478bbda64d03', '', '', '2024-07-22 14:58:55', '2024-07-22 14:58:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/80816081-4dcd-4fb8-b0d0-478bbda64d03/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6568, 1, '2024-07-22 14:59:29', '2024-07-22 14:59:29', '{\n    \"et_divi[minimized_menu_height]\": {\n        \"value\": \"40\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-22 14:59:29\"\n    },\n    \"et_divi[fixed_primary_nav_font_size]\": {\n        \"value\": \"12\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-22 14:59:29\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '8077b349-b1cd-4ec1-b415-71c74bdeb24c', '', '', '2024-07-22 14:59:29', '2024-07-22 14:59:29', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/8077b349-b1cd-4ec1-b415-71c74bdeb24c/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6578, 1, '2024-07-23 20:43:02', '2024-07-23 20:43:02', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-3', '', '', '2024-07-23 20:43:02', '2024-07-23 20:43:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Eligibility.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6579, 1, '2024-07-23 20:44:46', '2024-07-23 20:44:46', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-3', '', '', '2024-07-23 20:44:46', '2024-07-23 20:44:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/elig-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6582, 1, '2024-07-23 20:47:18', '2024-07-23 20:47:18', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-4', '', '', '2024-07-23 20:47:18', '2024-07-23 20:47:18', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/checklist.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6585, 1, '2024-07-23 20:50:53', '2024-07-23 20:50:53', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-5', '', '', '2024-07-23 20:50:53', '2024-07-23 20:50:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dep-verification.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6589, 1, '2024-07-23 20:55:56', '2024-07-23 20:55:56', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-6', '', '', '2024-07-23 20:55:56', '2024-07-23 20:55:56', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/qle.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6592, 1, '2024-07-23 20:59:15', '2024-07-23 20:59:15', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-7', '', '', '2024-07-23 20:59:15', '2024-07-23 20:59:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/medical.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6596, 1, '2024-07-23 21:04:31', '2024-07-23 21:04:31', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-8', '', '', '2024-07-23 21:04:31', '2024-07-23 21:04:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hdhp.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6600, 1, '2024-07-23 21:08:32', '2024-07-23 21:08:32', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-9', '', '', '2024-07-23 21:08:32', '2024-07-23 21:08:32', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/concierge.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6604, 1, '2024-07-23 21:16:19', '2024-07-23 21:16:19', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-10', '', '', '2024-07-23 21:16:19', '2024-07-23 21:16:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6605, 1, '2024-07-23 21:18:09', '2024-07-23 21:18:09', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-4', '', '', '2024-07-23 21:18:09', '2024-07-23 21:18:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6608, 1, '2024-07-23 21:19:09', '2024-07-23 21:19:09', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-11', '', '', '2024-07-23 21:19:09', '2024-07-23 21:19:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pharmacy.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6611, 1, '2024-07-23 21:21:05', '2024-07-23 21:21:05', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-12', '', '', '2024-07-23 21:21:05', '2024-07-23 21:21:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dental.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6614, 1, '2024-07-23 21:25:56', '2024-07-23 21:25:56', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-13', '', '', '2024-07-23 21:25:56', '2024-07-23 21:25:56', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/vision.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6615, 1, '2024-07-23 21:28:40', '2024-07-23 21:28:40', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-5', '', '', '2024-07-23 21:28:40', '2024-07-23 21:28:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/vision-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6618, 1, '2024-07-23 21:33:02', '2024-07-23 21:33:02', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-14', '', '', '2024-07-23 21:33:02', '2024-07-23 21:33:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sup-health.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6621, 1, '2024-07-23 21:49:22', '2024-07-23 21:49:22', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-15', '', '', '2024-07-23 21:49:22', '2024-07-23 21:49:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/health-mgmt.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6622, 1, '2024-07-23 21:51:28', '2024-07-23 21:51:28', '', 'Portrait of two happy friends lying on a meadow', '', 'inherit', 'open', 'closed', '', 'portrait-of-two-happy-friends-lying-on-a-meadow', '', '', '2024-07-23 21:51:28', '2024-07-23 21:51:28', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/GettyImages-1223177728.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6623, 1, '2024-07-23 21:51:33', '2024-07-23 21:51:33', '', 'Portrait of two happy friends lying on a meadow', '', 'inherit', 'open', 'closed', '', 'portrait-of-two-happy-friends-lying-on-a-meadow-2', '', '', '2024-07-23 21:51:33', '2024-07-23 21:51:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hm-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6626, 1, '2024-07-23 21:54:23', '2024-07-23 21:54:23', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-16', '', '', '2024-07-23 21:54:23', '2024-07-23 21:54:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/videos.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6630, 1, '2024-07-23 21:56:49', '2024-07-23 21:56:49', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-17', '', '', '2024-07-23 21:56:49', '2024-07-23 21:56:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/contacts.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6634, 1, '2024-07-23 21:59:05', '2024-07-23 21:59:05', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-18', '', '', '2024-07-23 21:59:05', '2024-07-23 21:59:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6635, 1, '2024-07-23 22:00:17', '2024-07-23 22:00:17', '', 'Excited girl playing hockey with boy at yard against blue sky', '', 'inherit', 'open', 'closed', '', 'excited-girl-playing-hockey-with-boy-at-yard-against-blue-sky', '', '', '2024-07-23 22:00:17', '2024-07-23 22:00:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6639, 1, '2024-07-23 22:02:42', '2024-07-23 22:02:42', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-19', '', '', '2024-07-23 22:02:42', '2024-07-23 22:02:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/docs.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6640, 1, '2024-07-23 22:08:07', '2024-07-23 22:08:07', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-20', '', '', '2024-07-23 22:08:07', '2024-07-23 22:08:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/docs-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6643, 1, '2024-07-23 22:12:42', '2024-07-23 22:12:42', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-21', '', '', '2024-07-23 22:12:42', '2024-07-23 22:12:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/tobacco.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6646, 1, '2024-07-23 22:16:06', '2024-07-23 22:16:06', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-22', '', '', '2024-07-23 22:16:06', '2024-07-23 22:16:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6649, 1, '2024-07-23 22:19:34', '2024-07-23 22:19:34', '', 'Asian chinese family running togethers in the public park during weekend morning', 'lovely family running at outdoor park', 'inherit', 'open', 'closed', '', 'asian-chinese-family-running-togethers-in-the-public-park-during-weekend-morning', '', '', '2024-07-23 22:19:34', '2024-07-23 22:19:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6652, 1, '2024-07-23 22:23:28', '2024-07-23 22:23:28', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-23', '', '', '2024-07-23 22:23:28', '2024-07-23 22:23:28', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/mwb.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6653, 1, '2024-07-23 22:24:53', '2024-07-23 22:24:53', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-6', '', '', '2024-07-23 22:24:53', '2024-07-23 22:24:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/mwb-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6658, 1, '2024-07-23 22:29:31', '2024-07-23 22:29:31', '', 1, '', 'inherit', 'open', 'closed', '', '1-2', '', '', '2024-07-23 22:29:31', '2024-07-23 22:29:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6659, 1, '2024-07-23 22:30:47', '2024-07-23 22:30:47', '', 2, '', 'inherit', 'open', 'closed', '', 2, '', '', '2024-07-23 22:30:47', '2024-07-23 22:30:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6662, 1, '2024-07-23 22:32:38', '2024-07-23 22:32:38', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-24', '', '', '2024-07-23 22:32:38', '2024-07-23 22:32:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/voluntary.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6665, 1, '2024-07-23 22:34:43', '2024-07-23 22:34:43', '', 'dm-2', '', 'inherit', 'open', 'closed', '', 'dm-2', '', '', '2024-07-23 22:34:43', '2024-07-23 22:34:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6666, 1, '2024-07-23 22:38:00', '2024-07-23 22:38:00', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-25', '', '', '2024-07-23 22:38:00', '2024-07-23 22:38:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6669, 1, '2024-07-23 22:42:08', '2024-07-23 22:42:08', '', 'sos-2', '', 'inherit', 'open', 'closed', '', 'sos-2', '', '', '2024-07-23 22:42:08', '2024-07-23 22:42:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6670, 1, '2024-07-23 22:42:38', '2024-07-23 22:42:38', '', 'sos-3', '', 'inherit', 'open', 'closed', '', 'sos-3', '', '', '2024-07-23 22:42:38', '2024-07-23 22:42:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6671, 1, '2024-07-23 22:43:40', '2024-07-23 22:43:40', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-26', '', '', '2024-07-23 22:43:40', '2024-07-23 22:43:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6674, 1, '2024-07-23 22:46:06', '2024-07-23 22:46:06', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-7', '', '', '2024-07-23 22:46:06', '2024-07-23 22:46:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/aa-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6675, 1, '2024-07-23 22:48:49', '2024-07-23 22:48:49', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-27', '', '', '2024-07-23 22:48:49', '2024-07-23 22:48:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/aa.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6678, 1, '2024-07-23 22:53:09', '2024-07-23 22:53:09', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-28', '', '', '2024-07-23 22:53:09', '2024-07-23 22:53:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/401k.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6679, 1, '2024-07-23 22:53:47', '2024-07-23 22:53:47', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-8', '', '', '2024-07-23 22:53:47', '2024-07-23 22:53:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/401k-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6683, 1, '2024-07-23 22:57:23', '2024-07-23 22:57:23', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-29', '', '', '2024-07-23 22:57:23', '2024-07-23 22:57:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6684, 1, '2024-07-23 22:57:57', '2024-07-23 22:57:57', '', 'pto-2', '', 'inherit', 'open', 'closed', '', 'pto-2', '', '', '2024-07-23 22:57:57', '2024-07-23 22:57:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6687, 1, '2024-07-23 23:00:41', '2024-07-23 23:00:41', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-30', '', '', '2024-07-23 23:00:41', '2024-07-23 23:00:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/disability.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6691, 1, '2024-07-23 23:03:52', '2024-07-23 23:03:52', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-31', '', '', '2024-07-23 23:03:52', '2024-07-23 23:03:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/life-add.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6694, 1, '2024-07-24 17:04:11', '2024-07-24 17:04:11', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-32', '', '', '2024-07-24 17:04:11', '2024-07-24 17:04:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/qle-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6708, 1, '2024-07-25 17:19:41', '2024-07-25 17:19:41', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Your well-being\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-1.jpg\" background_enable_image=\"on\" background_position=\"top_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">There is a very purposeful reason we continue to begin our 2025 Open Enrollment introduction and welcome with <strong>your well-being</strong>. At Banner Health, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being—your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. Whenever and wherever possible, we strive to keep your costs affordable while providing the best possible value and benefit.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>It’s all about YOU!</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Your 2025 Banner benefits are created with one goal in mind: to provide you the best possible care. So, as you take care of others, we’ll continue to take care of you with comprehensive, affordable benefits. While you don’t have to actively enroll to maintain your benefits in 2025, now is a good time to review your current benefits to make sure they still meet your current and future needs. This is also a good time to review all of the benefit enhancements we are making for next year to see how those changes can add more value to your 2025 elections.</span>\n<br>\n<span style=\"color: #000000;\">Remember, if you contribute to the Flexible Spending Accounts (FSAs), you must elect your contributions for 2025 during Open Enrollment.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Your Well-Being', '						', 'publish', 'closed', 'closed', '', 'your-well-being', '', '', '2024-08-28 20:29:43', '2024-08-28 20:29:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6708', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6711, 1, '2024-07-26 17:25:11', '2024-07-26 17:25:11', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-9', '', '', '2024-07-26 17:25:11', '2024-07-26 17:25:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6712, 1, '2024-07-26 17:28:39', '2024-07-26 17:28:39', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-33', '', '', '2024-07-26 17:28:39', '2024-07-26 17:28:39', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6713, 1, '2024-07-26 17:29:12', '2024-07-26 17:29:12', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Your Well-Being\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\" title_text=\"Young woman enjoying electric scooter ride on footpath\" background_position=\"top_center\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">There is a very purposeful reason we continue to begin our 2025 Open Enrollment introduction and welcome with <strong>your well-being</strong>. At Banner Health, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being — your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. Whenever and wherever possible, we strive to keep your costs affordable while providing the best possible value and benefit.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>It’s All about YOU!</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #000000;\">Your 2025 Banner benefits are created with one goal in mind: to provide you the best possible care. So, as you take care of others, we’ll continue to take care of you with comprehensive, affordable benefits. While you don’t have to actively enroll to maintain your benefits in 2025, now is a good time to review your current benefits to make sure they still meet your current and future needs. This is also a good time to review all of the benefit enhancements we are making for next year to see how those changes can add more value to your 2025 elections.</span>\n<br>\n<span style=\"color: #000000;\">Remember, if you contribute to the Flexible Spending Accounts (FSAs), you must elect your contributions for 2025 during Open Enrollment.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Your Well-Being', '						', 'inherit', 'closed', 'closed', '', '6708-revision-v1', '', '', '2024-07-26 17:29:12', '2024-07-26 17:29:12', '', 6708, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6713', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6718, 1, '2025-02-01 17:46:41', '2025-02-01 17:46:41', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"News\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/news-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Beyond basic coverage\n</strong></span></h3>\n<h4><span style=\"color: #000000;\"><strong>Tap into your supplemental health plans</strong></span></h4>\n<span style=\"color: #000000;\">Supplemental health plans provide additional coverage beyond standard insurance, helping reduce out-of-pocket costs. Utilizing these benefits gives you the most value from your plan while supporting your overall well-being.</span>\n\n<span style=\"color: #000000;\">Explore our Aetna supplemental plans:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aetna Accident Plan helps pay for health care costs and other expenses related to a covered injury; can be used to pay doctor bills, coinsurance or everyday bills, such as mortgage payments, utility bills or even child care</span></li>\n	<li><span style=\"color: #000000;\">Aetna Critical Illness insurance pays a lump-sum benefit to help cover health care costs and other expenses when diagnosed with a covered condition, like heart attack, cancer or stroke</span></li>\n	<li><span style=\"color: #000000;\">Bonus: get a qualified health screening and earn $50 for each plan member per year for covered preventive tests</span></li>\n	<li><span style=\"color: #000000;\">Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you\'re admitted to the hospital; can be used to cover your deductible, coinsurance or even child care and utility bills</span></li>\n</ul>\n\n\n<span style=\"color: #000000;\"><strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/supplemental-health-plans/\" target=\"_blank\" rel=\"noopener\">Learn more and view</a></strong> your benefit summary plans.</span>\n\n<span style=\"color: #000000;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/aetna-scaled-2.png\" title_text=\"aetna-scaled-2\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"88%\" module_alignment=\"center\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Filing a claim is easy</strong></span></h3>\n<span style=\"color: #000000;\">We’ve made it simple to submit following these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Access your account at <strong><a href=\"https://myaetnasupplemental.com/\" target=\"_blank\" rel=\"noopener\">myaetnasupplemental.com</a></strong> or the My Aetna Supplemental app</span></li>\n	<li><span style=\"color: #000000;\">Click <strong>Report New Claim </strong>and answer a few quick questions</span></li>\n	<li><span style=\"color: #000000;\">Upload a copy of your medical bill</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">For Aetna medical plan members, it’s effortless. Aetna Easy File uses information from your medical claim to process under your supplemental plans.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Questions? Email <strong><a href=\"mailto:benefits@bannerhealth.com\"  target=\"_blank\" rel=\"noopener\">benefits@bannerhealth.com</a></strong> or call the Benefit Resource Center 7 a.m. – 7 p.m. (MST), Monday – Friday at 833-849-9825.</span></p>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Seamless prescription access</strong></span></h3>\n<h4><b>Ensure pharmacy coverage no matter where you are</b></h4>\n<p><b> </b></p>\n<p><b></b><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop-shop for convenient, prescription services. And since BFP is not located in every state, we offer overrides to ensure pharmacy coverage, no matter where you are.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dependent override</strong></span></h3>\n<span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college) you’ll need to:</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Obtain a pharmacy override (may be required for each prescription and can be approved for up to 12 months through CVS)</span></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-weight: 400;\">No action is needed if the subscriber’s (covered team member) home address is in a state outside BFP-coverage areas (AZ, CO, NE, NM, NV, UT, WY)—your pharmacy assignment includes access to CVS network pharmacies</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Vacation override</strong></span></h3>\n<p><span style=\"color: #000000;\">Planning a trip, but don’t have enough medication? There’s an override for that. Vacation overrides let members get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">To get a vacation override, you must provide:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Vacation departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Vacation return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Contact Banner|Aetna Concierge 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803 for dependent or vacation overrides.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Meds at the ready</strong></span></h3>\n<h4><span style=\"color: #000000;\">Coordinate your medication with MedSync</span></h4>\n<span style=\"color: #000000;\">Life moves fast, and time is a precious commodity. And unless you’re waiting in line for a sweet treat, ride attraction or concert, we’re sure you’d rather be doing something else with your time. That’s why Banner Family Pharmacy’s medication synchronization program, MedSync, makes the most of your time, keeping pharmacy trips to a minimum.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">MedSync not only lets you pick up medications in a single day, but they’re also eliminating the need to pick them up at all. By coordinating refills of regular maintenance medications and using home delivery, we’re:</span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Reducing or eliminating trips to the pharmacy</span></li>\n	<li><span style=\"color: #000000;\">Minimizing calls to your provider to get refills authorized</span></li>\n	<li><span style=\"color: #000000;\">Decreasing confusion related to multiple prescription orders</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Sign up for MedSync by speaking to a member of our pharmacy team, in person or over the phone. Once enrolled, you’ll work closely with them to tailor a 90-day medication fill shipping or pickup cycle that works for you.</span></p>\n<span style=\"color: #000000;\">Check out our <strong><a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family%20Pharmacy/MedSync.FAQ.pdf?csf=1&amp;web=1&amp;e=TuAVet\" target=\"_blank\" rel=\"noopener\">MedSync FAQs</a></strong> for additional information about the program. For contact information, see the list of<a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family Pharmacy/Banner Family Pharmacy Locations.pdf?csf=1&amp;web=1&amp;e=KaeaNp\" target=\"_blank\" rel=\"noopener\"> <b>Banner Family Pharmacy locations</b></a>.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em> </em></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>“I have several prescriptions filled at Banner Baywood Family Pharmacy and Ashley, the pharmacist, has been very kind and worked with me to coordinate them, so I don’t have to make so many trips. This last time I had six prescriptions and Cathy, a pharmacy tech, went over all of them and was able to fill them so only one trip was needed. I really appreciate the staff and would not go anywhere else.”</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Email <a href=\"mailto:BHMyWell-Being@bannerhealth.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>BHMyWell-Being@bannerhealth.com</strong></a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#eeeeee\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Care at every age</strong></span></h3>\n<h4><span style=\"color: #000000;\">Explore our elder- and child-care resources</span></h4>\n<span style=\"color: #000000;\">Life can feel overwhelming balancing work while caring for family members, whether they’re children or aging relatives. That’s why our benefits are designed with you in mind, offering tools and resources that support you and your family.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Our partnerships with</span> <a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons<span style=\"color: #000000;\"> </span></strong></a><span style=\"color: #000000;\">and </span><strong><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\">Aetna Resources for Living</a></strong><span style=\"color: #000000;\">* provide caregiving support to help manage your responsibilities—because while you’re taking care of others, we’re here to take care of you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Elder care</strong></span></h3>\n<span style=\"color: #000000;\">When the time comes to care for your caretaker, take advantage of these resources to ensure loved ones are comfortable in their later years.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Decision-support tools to help you plan ahead, finding and evaluating care providers</span></li>\n<li><span style=\"color: #000000;\">An online needs assessment</span></li>\n<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aging-adult care provider search</span></li>\n	<li>Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/elder-care.jpg\" title_text=\"elder-care\" _builder_version=\"4.27.4\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/child-care.jpg\" title_text=\"child-care\" _builder_version=\"4.27.4\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Child care</strong></span></h3>\n<p><span style=\"color: #000000;\">Use these resources to help with high child-care costs, demanding career schedules and the learning curves of new parenthood.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Free premium membership to Sittercity to help find child care options</span></li>\n<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers educational resources on:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Child care</span></li>\n<li><span style=\"color: #000000;\">Adoption</span></li>\n<li><span style=\"color: #000000;\">Pregnancy and childbirth</span></li>\n<li><span style=\"color: #000000;\">Raising children</span></li>\n<li><span style=\"color: #000000;\">Balancing work and family</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Also, check out Beneplace, our discount marketplace, for even more <strong><a href=\"http://bannerhealth.savings.beneplace.com/\" target=\"_blank\" rel=\"noopener\">child care discounts</a></strong>.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*Sign into Aetna Resources for Living with username: Banner, password: EAP.</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Banner earns Great Place To Work certification</strong></span></h3>\n<h4><span style=\"color: #000000;\">Find out how we earned this designation together as One Team</span></h4>\n<p><span style=\"color: #000000;\">Congratulations, as One Team we’ve become a certified Great Place To Work.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The certification is a national designation measuring workplace culture and tells the world we exemplify qualities of an extraordinary workplace—one where you trust the people you work for, have pride in what you do and enjoy the people you work with.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">We submitted an application outlining our benefits, programs and initiatives designed to support and care for our teams. As a part of the certification process, a comprehensive survey was sent to 5,000 team members earlier this year asking about trust, pride, leadership and communication. The results showed that 76% believe we’re a great place to work compared to 57% of employees at a typical U.S.-based company.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">“This recognition belongs to every team member and reflects the profound impact they have in the communities we serve,” says Amy Perry, president and CEO, in response to the certification news. “You truly make Banner a great place to work.”</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">This certification enhances our reputation and assists us in recruiting and retaining top talent. It also signals to our patients and visitors that we not only care about our teams but also work with the best and brightest.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><span style=\"color: #000000;\">We’ve also recently been recognized for the second year in a row on Newsweek’s list of</span> </span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2F10-most-trustworthy-health-systems-newsweek%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692094773%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=gKVALBEB4z3L4bE5swc%2FG83jo%2FGCZLd%2FKV9fBAuEHKE%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/. Click or tap if you trust this link.\" data-linkindex=\"0\">Most Trustworthy Companies in America</a></strong><span> <span style=\"color: #000000;\">as one of the top 10 hospitals or health systems, as well as a three-year champion of Fortune\'s </span></span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2Fthe-most-innovative-health-systems-per-fortune-2024%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692148018%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=LRg5roN7ReAl%2FtnTXgo6hF%2BrsUUdiXKw%2F4XfDXvBARQ%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/. Click or tap if you trust this link.\" data-linkindex=\"1\">America’s Most Innovative Companies</a></strong><span> <span style=\"color: #000000;\">list.</span></span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png\" title_text=\"news-awards-2\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" max_height=\"157px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#f4f4f4\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-10px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/archived-news\" button_text=\"ARCHIVED NEWS\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3787b2\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'News', '						', 'publish', 'closed', 'closed', '', 'news', '', '', '2025-07-09 18:24:38', '2025-07-09 18:24:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=6718', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6724, 1, '2024-07-26 17:58:15', '2024-07-26 17:58:15', '', 'news-2', '', 'inherit', 'open', 'closed', '', 'news-2', '', '', '2024-07-26 17:58:15', '2024-07-26 17:58:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/news-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6725, 1, '2024-07-26 18:01:50', '2024-07-26 18:01:50', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-34', '', '', '2024-07-26 18:01:50', '2024-07-26 18:01:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/news-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6726, 1, '2024-07-26 18:02:56', '2024-07-26 18:02:56', '', 'news-2b', '', 'inherit', 'open', 'closed', '', 'news-2b', '', '', '2024-07-26 18:02:56', '2024-07-26 18:02:56', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/news-2b.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6728, 1, '2024-12-30 21:01:50', '2024-07-26 18:04:30', ' ', '', '', 'publish', 'closed', 'closed', '', 6728, '', '', '2024-12-30 21:01:50', '2024-12-30 21:01:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6728', 47, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6729, 1, '2024-12-30 21:01:49', '2024-07-26 18:04:30', '', 'Plan Documents', '', 'publish', 'closed', 'closed', '', 'plan-documents', '', '', '2024-12-30 21:01:49', '2024-12-30 21:01:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6729', 42, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6738, 1, '2024-07-31 19:37:55', '2024-07-31 19:37:55', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-10', '', '', '2024-07-31 19:37:55', '2024-07-31 19:37:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/mwb-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6746, 1, '2024-07-31 19:50:18', '2024-07-31 19:50:18', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-11', '', '', '2024-07-31 19:50:18', '2024-07-31 19:50:18', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pp-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6775, 1, '2024-12-30 21:01:48', '2024-08-01 01:57:48', '', 'Resident and Fellow Benefits', '', 'publish', 'closed', 'closed', '', 'residents-and-fellows-benefits-overview', '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6775', 21, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6776, 1, '2024-12-30 21:01:50', '2024-08-01 02:00:11', '', 'Employment Status Change being Changes in Benefit Eligibility', '', 'publish', 'closed', 'closed', '', 'employment-status-change-being-changes-in-benefit-eligibility', '', '', '2024-12-30 21:01:50', '2024-12-30 21:01:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6776', 49, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6777, 1, '2024-12-30 21:01:50', '2024-08-01 02:00:11', '', 'Termination Checklist', '', 'publish', 'closed', 'closed', '', 'termination-checklist', '', '', '2024-12-30 21:01:50', '2024-12-30 21:01:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6777', 50, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6781, 1, '2024-08-01 02:14:13', '2024-08-01 02:14:13', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Open Enrollment Checklist\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/checklist.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Follow the steps below to get ready for a successful enrollment.[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Review the OE site\" open=\"on\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" toggle_text_color=\"#FFFFFF\" toggle_font=\"|700|||||||\"]<p><span style=\"color: #000000;\">Review <span> this video <strong><a href=\"#\">[placeholder link to the What\'s Changing Video] </a></strong></span>to find out</span><span> </span><span style=\"color: #000000;\">what’s new for 2025. Remember, even if you don’t want to select a new plan, you MUST enroll to select your FSA contribution amounts, or they will default to $0 in 2025.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Use Your Resources\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Use the resources on <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><b>MyHR|Workday</b></a><b>, </b>this site or </span><span style=\"color: #000000;\"><a href=\"http://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\"><b>start.myalex.com/bannerhealth</b></a><b> </b>to compare plan options and estimate costs to find the best fit for you and your family.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Enroll Before the Deadline\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Enroll before the Nov. 15 deadline. If you miss this window, you cannot make changes to your benefits until the next Open Enrollment period unless you experience a <a href=\"https://flimp.live/qle-miab-24\" target=\"_blank\" rel=\"noopener\"><strong>Qualifying Life Event</strong></a>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Have Your Assets Ready\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Have dependent documentation and Social Security numbers ready so you can verify your newly added dependents and ensure they get coverage. Supporting documents are required for all newly added dependents and must be approved during the verification process prior </span><span style=\"color: #000000;\">to the enrollment process.<span class=\"Apple-converted-space\"> </span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Designate a Beneficiary\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Designate a beneficiary for your life insurance and any voluntary supplemental insurance you purchase. Since Banner automatically provides you with a basic level of Life and AD&amp;D coverage, be sure to designate a life insurance beneficiary in <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a>. Beneficiary information must include phone numbers in order to complete enrollment.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Verify Your Selections\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<span style=\"color: #000000;\">Review your confirmation statement to verify your benefits selections </span><span> </span><span style=\"color: #000000;\">are correct. If you find a discrepancy, you must immediately notify Banner Benefits Resource Center. Call <b><span style=\"color: #0977b3;\">833-849-9825</span></b><b> </b>7 a.m. to 7 p.m. (EST), Monday – Friday. <span class=\"Apple-converted-space\"> </span></span>[/et_pb_accordion_item][et_pb_accordion_item title=\"Stay Informed\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">Stay informed! Visit <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a> or the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\"><strong>News Page</strong></a>, read Banner Buzz and follow Benefits on Viva Engage to stay current on news about your well-being and your total rewards.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment Checklist', '						', 'inherit', 'closed', 'closed', '', '6090-revision-v1', '', '', '2024-08-01 02:14:13', '2024-08-01 02:14:13', '', 6090, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6781', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6793, 1, '2024-08-01 02:50:35', '2024-08-01 02:50:35', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-35', '', '', '2024-08-01 02:50:35', '2024-08-01 02:50:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-new.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6796, 1, '2024-08-01 02:53:23', '2024-08-01 02:53:23', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-36', '', '', '2024-08-01 02:53:23', '2024-08-01 02:53:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-2-new.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6802, 1, '2024-08-01 03:05:34', '2024-08-01 03:05:34', '', 'AbleTo_FullColor_Logo_320x132px', '', 'inherit', 'open', 'closed', '', 'ableto_fullcolor_logo_320x132px', '', '', '2024-08-01 03:05:34', '2024-08-01 03:05:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/AbleTo_FullColor_Logo_320x132px.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6803, 1, '2024-08-01 03:05:36', '2024-08-01 03:05:36', '', 'HH-Logo', '', 'inherit', 'open', 'closed', '', 'hh-logo', '', '', '2024-08-01 03:05:36', '2024-08-01 03:05:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/HH-Logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6804, 1, '2024-08-01 03:05:38', '2024-08-01 03:05:38', '', 'virta-logo', '', 'inherit', 'open', 'closed', '', 'virta-logo', '', '', '2024-08-01 03:05:38', '2024-08-01 03:05:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/virta-logo.webp', '0', 'attachment', 'image/webp', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6805, 1, '2024-08-01 03:05:39', '2024-08-01 03:05:39', '', '60df7addd03c585936e5685a_Hinge Health', '', 'inherit', 'open', 'closed', '', '60df7addd03c585936e5685a_hinge-health', '', '', '2024-08-01 03:05:39', '2024-08-01 03:05:39', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/60df7addd03c585936e5685a_Hinge-Health.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6806, 1, '2024-08-01 03:08:03', '2024-08-01 03:08:03', '', 'hinge-health', '', 'inherit', 'open', 'closed', '', 'hinge-health', '', '', '2024-08-01 03:08:03', '2024-08-01 03:08:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/hinge-health.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6830, 1, '2024-08-01 21:48:06', '2024-08-01 21:48:06', '', 'david-2', '', 'inherit', 'open', 'closed', '', 'david-2', '', '', '2024-08-01 21:48:06', '2024-08-01 21:48:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6831, 1, '2024-08-01 21:50:05', '2024-08-01 21:50:05', '', 'awards', '', 'inherit', 'open', 'closed', '', 'awards', '', '', '2024-08-01 21:50:05', '2024-08-01 21:50:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6833, 1, '2024-08-01 21:52:14', '2024-08-01 21:52:14', '{\n    \"et_divi[custom_footer_credits]\": {\n        \"value\": \"\\u00a9 2024 Banner Health. All Rights Reserved.\\n\\n<align=\\\"right\\\"><img src=\\\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-300x183.png\\\" width=\\\"150\\\">\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-01 21:52:14\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'a5c78967-ab7b-4231-af52-df49c15194a5', '', '', '2024-08-01 21:52:14', '2024-08-01 21:52:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/a5c78967-ab7b-4231-af52-df49c15194a5/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6835, 1, '2024-08-01 22:03:10', '2024-08-01 22:03:10', '', 'awards-2', '', 'inherit', 'open', 'closed', '', 'awards-2', '', '', '2024-08-01 22:03:10', '2024-08-01 22:03:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6839, 1, '2024-08-01 22:06:28', '2024-08-01 22:06:28', '{\n    \"et_divi[custom_footer_credits]\": {\n        \"value\": \"\\u00a9 2024 Banner Health. All Rights Reserved.\\n\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-01 22:06:28\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '9bc69888-7359-4853-9efe-16752d0b8084', '', '', '2024-08-01 22:06:28', '2024-08-01 22:06:28', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/9bc69888-7359-4853-9efe-16752d0b8084/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6846, 1, '2024-08-05 19:22:00', '2024-08-05 19:22:00', '', 'mwb-circle', '', 'inherit', 'open', 'closed', '', 'mwb-circle', '', '', '2024-08-05 19:22:00', '2024-08-05 19:22:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-circle.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6850, 1, '2024-08-05 19:27:05', '2024-08-05 19:27:05', '', 'sos-circle-1', '', 'inherit', 'open', 'closed', '', 'sos-circle-1', '', '', '2024-08-05 19:27:05', '2024-08-05 19:27:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6853, 1, '2024-08-05 19:29:59', '2024-08-05 19:29:59', '', 'sos-circle-2', '', 'inherit', 'open', 'closed', '', 'sos-circle-2', '', '', '2024-08-05 19:29:59', '2024-08-05 19:29:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6854, 1, '2024-08-05 19:31:45', '2024-08-05 19:31:45', '', 'sos-circle-3', '', 'inherit', 'open', 'closed', '', 'sos-circle-3', '', '', '2024-08-05 19:31:45', '2024-08-05 19:31:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6857, 1, '2024-08-05 19:35:40', '2024-08-05 19:35:40', '[et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Footer - Final', '', 'publish', 'closed', 'closed', '', 'footer-final', '', '', '2024-08-05 19:35:40', '2024-08-05 19:35:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/footer-final/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6859, 1, '2024-08-05 19:37:54', '2024-08-05 19:37:54', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Open Enrollment Checklist\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/checklist.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" hover_enabled=\"0\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Follow the steps below to get ready for a successful enrollment.[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Review the OE site\" open=\"on\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" toggle_text_color=\"#FFFFFF\" toggle_font=\"|700|||||||\"]<p><span style=\"color: #000000;\">Review <span> this video <strong><a href=\"#\">[placeholder link to the What\'s Changing Video] </a></strong></span>to find out</span><span> </span><span style=\"color: #000000;\">what’s new for 2025. Remember, even if you don’t want to select a new plan, you MUST enroll to select your FSA contribution amounts, or they will default to $0 in 2025.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Use Your Resources\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Use the resources on <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><b>MyHR|Workday</b></a><b>, </b>this site or </span><span style=\"color: #000000;\"><a href=\"http://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\"><b>start.myalex.com/bannerhealth</b></a><b> </b>to compare plan options and estimate costs to find the best fit for you and your family.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Enroll Before the Deadline\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Enroll before the Nov. 15 deadline. If you miss this window, you cannot make changes to your benefits until the next Open Enrollment period unless you experience a <a href=\"https://flimp.live/qle-miab-24\" target=\"_blank\" rel=\"noopener\"><strong>Qualifying Life Event</strong></a>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Have Your Assets Ready\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Have dependent documentation and Social Security numbers ready so you can verify your newly added dependents and ensure they get coverage. Supporting documents are required for all newly added dependents and must be approved during the verification process prior </span><span style=\"color: #000000;\">to the enrollment process.<span class=\"Apple-converted-space\"> </span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Designate a Beneficiary\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Designate a beneficiary for your life insurance and any voluntary supplemental insurance you purchase. Since Banner automatically provides you with a basic level of Life and AD&amp;D coverage, be sure to designate a life insurance beneficiary in <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a>. Beneficiary information must include phone numbers in order to complete enrollment.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Verify Your Selections\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<span style=\"color: #000000;\">Review your confirmation statement to verify your benefits selections </span><span> </span><span style=\"color: #000000;\">are correct. If you find a discrepancy, you must immediately notify Banner Benefits Resource Center. Call <b><span style=\"color: #0977b3;\">833-849-9825</span></b><b> </b>7 a.m. to 7 p.m. (EST), Monday – Friday. <span class=\"Apple-converted-space\"> </span></span>[/et_pb_accordion_item][et_pb_accordion_item title=\"Stay Informed\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Stay informed! Visit <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a> or the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\"><strong>News Page</strong></a>, read Banner Buzz and follow Benefits on Viva Engage to stay current on news about your well-being and your total rewards.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment Checklist', '						', 'inherit', 'closed', 'closed', '', '6090-revision-v1', '', '', '2024-08-05 19:37:54', '2024-08-05 19:37:54', '', 6090, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6859', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6888, 1, '2024-08-05 19:59:11', '2024-08-05 19:59:11', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Plan Documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/docs-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024 Banner Benefits Guide\" button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2024-Banner-Benefit-Guide.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.25.2\" header_text_color=\"#005d9c\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#005d9c\" button_border_width=\"1\" button_border_color=\"#005d9c\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.21.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"26\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.16\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"9\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"14\"]</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"15\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"10\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.17.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<br /><span></span>[wpfd_category id=\"16\"]<br /><a href=\"https://health1.aetna.com/app/public/#/one/insurerCode=AETNACVS_I&amp;brandCode=ALICSI/machine-readable-transparency-in-coverage?searchTerm=98533722&amp;lock=true\" target=\"_blank\" rel=\"noopener\" style=\"color: #666667;\">Click here to view the <strong>Transparency in Coverage MRF</strong>.</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents NEW!', '						', 'inherit', 'closed', 'closed', '', '6282-revision-v1', '', '', '2024-08-05 19:59:11', '2024-08-05 19:59:11', '', 6282, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6888', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6937, 1, '2024-08-10 02:16:59', '2024-08-10 02:16:59', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Your Well-Being\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-1.jpg\" background_enable_image=\"on\" background_position=\"top_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">There is a very purposeful reason we continue to begin our 2025 Open Enrollment introduction and welcome with <strong>your well-being</strong>. At Banner Health, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being — your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. Whenever and wherever possible, we strive to keep your costs affordable while providing the best possible value and benefit.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>It’s all about YOU!</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Your 2025 Banner benefits are created with one goal in mind: to provide you the best possible care. So, as you take care of others, we’ll continue to take care of you with comprehensive, affordable benefits. While you don’t have to actively enroll to maintain your benefits in 2025, now is a good time to review your current benefits to make sure they still meet your current and future needs. This is also a good time to review all of the benefit enhancements we are making for next year to see how those changes can add more value to your 2025 elections.</span>\n<br>\n<span style=\"color: #000000;\">Remember, if you contribute to the Flexible Spending Accounts (FSAs), you must elect your contributions for 2025 during Open Enrollment.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Your Well-Being', '						', 'inherit', 'closed', 'closed', '', '6708-revision-v1', '', '', '2024-08-10 02:16:59', '2024-08-10 02:16:59', '', 6708, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6937', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6939, 1, '2024-08-10 02:18:12', '2024-08-10 02:18:12', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Open Enrollment Checklist\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/checklist.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Follow the steps below to get ready for a successful enrollment.[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Review the OE site\" open=\"on\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" toggle_text_color=\"#FFFFFF\" toggle_font=\"|700|||||||\"]<p><span style=\"color: #000000;\">Review <span> this video <strong><a href=\"#\">[placeholder link to the What\'s Changing Video] </a></strong></span>to find out</span><span> </span><span style=\"color: #000000;\">what’s new for 2025. Remember, even if you don’t want to select a new plan, you MUST enroll to select your FSA contribution amounts, or they will default to $0 in 2025.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Use Your Resources\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Use the resources on <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><b>MyHR|Workday</b></a><b>, </b>this site or </span><span style=\"color: #000000;\"><a href=\"http://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\"><b>start.myalex.com/bannerhealth</b></a><b> </b>to compare plan options and estimate costs to find the best fit for you and your family.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Enroll Before the Deadline\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Enroll before the Nov. 15 deadline. If you miss this window, you cannot make changes to your benefits until the next Open Enrollment period unless you experience a <a href=\"https://flimp.live/qle-miab-24\" target=\"_blank\" rel=\"noopener\"><strong>Qualifying Life Event</strong></a>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Have Your Assets Ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">Have dependent documentation and Social Security numbers (SSN) ready so you can verify your newly added dependents and ensure they get coverage. Supporting documents are required for all newly added dependents and must be approved during the verification process prior </span><span style=\"color: #000000;\">to the enrollment process.<span class=\"Apple-converted-space\"> </span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Designate a Beneficiary\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Designate a beneficiary for your life insurance and any voluntary supplemental insurance you purchase. Since Banner automatically provides you with a basic level of Life and AD&amp;D coverage, be sure to designate a life insurance beneficiary in <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a>. Beneficiary information must include phone numbers in order to complete enrollment.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Verify Your Selections\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<span style=\"color: #000000;\">Review your confirmation statement to verify your benefits selections </span><span> </span><span style=\"color: #000000;\">are correct. If you find a discrepancy, you must immediately notify Banner Benefits Resource Center. Call 833-849-9825 7 a.m. to 7 p.m. (EST), Monday – Friday. <span class=\"Apple-converted-space\"> </span></span>[/et_pb_accordion_item][et_pb_accordion_item title=\"Stay Informed\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Stay informed! Visit <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a> or the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\"><strong>News Page</strong></a>, read Banner Buzz and follow Benefits on Viva Engage to stay current on news about your well-being and your total rewards.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment Checklist', '						', 'inherit', 'closed', 'closed', '', '6090-revision-v1', '', '', '2024-08-10 02:18:12', '2024-08-10 02:18:12', '', 6090, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6939', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6943, 1, '2024-08-10 02:19:58', '2024-08-10 02:19:58', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Required Notices\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner complies with applicable federal civil rights laws and does not discriminate, exclude or treat people differently because of race, color, national origin, age, disability or sex.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">Banner Resources</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<ul>\n<span style=\"color: #000000;\"><li>Free aids and services to people with disabilities to communicate<br />effectively with us, such as qualified sign language interpreters or<br />written information in other formats (large print, audio, accessible<br />electronic formats, other formats)</li>\n<li><span style=\"color: #000000;\">Free language services to people whose primary language is not<br />English, such as qualified interpreters or information written in other languages</span></li>\n<li><span style=\"color: #000000;\">Contact MyHR at 602-747-6947</span></span></li>\n</ul>\n</span>\n<p><span style=\"color: #000000;\">You can find our required notices on the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents\" target=\"_blank\" rel=\"noopener\"><strong>Documents Page</strong></a> to help you understand your benefits. Paper copies may be requested, free of charge, by calling Banner Benefits Resource Center at 833-849-9825</span>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-2.jpg\" title_text=\"Excited girl playing hockey with boy at yard against blue sky\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Required Notices', '						', 'inherit', 'closed', 'closed', '', '6078-revision-v1', '', '', '2024-08-10 02:19:58', '2024-08-10 02:19:58', '', 6078, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6943', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6949, 1, '2024-12-30 21:01:50', '2024-08-12 14:22:17', '', 'Employment Status Change', '', 'publish', 'closed', 'closed', '', 'employment-status-change', '', '', '2024-12-30 21:01:50', '2024-12-30 21:01:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6949', 48, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6954, 1, '2024-08-12 14:40:00', '2024-08-12 14:40:00', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Open Enrollment Checklist\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/checklist.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Follow the steps below to get ready for a successful enrollment.[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Review the OE site\" open=\"on\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" toggle_text_color=\"#FFFFFF\" toggle_font=\"|700|||||||\"]<p><span style=\"color: #000000;\">Review <span> this video <strong><a href=\"#\">[placeholder link to the What\'s Changing Video] </a></strong></span>to find out</span><span> </span><span style=\"color: #000000;\">what’s new for 2025. Remember, even if you don’t want to select a new plan, you MUST enroll to select your FSA contribution amounts, or they will default to $0 in 2025.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Use Your Resources\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Use the resources on <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><b>MyHR|Workday</b></a><b>, </b>this site or </span><span style=\"color: #000000;\"><a href=\"http://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\"><b>start.myalex.com/bannerhealth</b></a><b> </b>to compare plan options and estimate costs to find the best fit for you and your family.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Enroll Before the Deadline\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Enroll before the Nov. 15 deadline. If you miss this window, you cannot make changes to your benefits until the next Open Enrollment period unless you experience a <a href=\"https://flimp.live/qle-miab-24\" target=\"_blank\" rel=\"noopener\"><strong>Qualifying Life Event</strong></a>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Have Your Assets Ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">Have dependent documentation and Social Security numbers (SSN) ready so you can verify your newly added dependents and ensure they get coverage. Supporting documents are required for all newly added dependents and must be approved during the verification process prior </span><span style=\"color: #000000;\">to the enrollment process.<span class=\"Apple-converted-space\"> </span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Designate a Beneficiary\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Designate a beneficiary for your life insurance and any voluntary supplemental insurance you purchase. Since Banner automatically provides you with a basic level of Life and AD&amp;D coverage, be sure to designate a life insurance beneficiary in <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a>. Beneficiary information must include phone numbers in order to complete enrollment.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Verify Your Selections\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<span style=\"color: #000000;\">Review your confirmation statement to verify your benefits selections </span><span> </span><span style=\"color: #000000;\">are correct. If you find a discrepancy, you must immediately notify Banner Benefits Resource Center. Call 833-849-9825 7 a.m. to 7 p.m. (EST), Monday – Friday. <span class=\"Apple-converted-space\"> </span></span>[/et_pb_accordion_item][et_pb_accordion_item title=\"Stay Informed\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Stay informed! Visit <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a> or the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\"><strong>News Page</strong></a>, read Banner Buzz and follow Benefits on Viva Engage to stay current on news about your well-being and your total rewards.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment Checklist UNUSED', '						', 'inherit', 'closed', 'closed', '', '6090-revision-v1', '', '', '2024-08-12 14:40:00', '2024-08-12 14:40:00', '', 6090, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6954', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6955, 1, '2024-08-12 14:41:50', '2024-08-12 14:41:50', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Open Enrollment Checklist\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/checklist.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Follow the steps below to get ready for a successful enrollment.[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Review the OE site\" open=\"on\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" toggle_text_color=\"#FFFFFF\" toggle_font=\"|700|||||||\"]<p><span style=\"color: #000000;\">Review <span> this video <strong><a href=\"#\">[placeholder link to the What\'s Changing Video] </a></strong></span>to find out</span><span> </span><span style=\"color: #000000;\">what’s new for 2025. Remember, even if you don’t want to select a new plan, you MUST enroll to select your FSA contribution amounts, or they will default to $0 in 2025.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Use Your Resources\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Use the resources on <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><b>MyHR|Workday</b></a><b>, </b>this site or </span><span style=\"color: #000000;\"><a href=\"http://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\"><b>start.myalex.com/bannerhealth</b></a><b> </b>to compare plan options and estimate costs to find the best fit for you and your family.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Enroll Before the Deadline\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Enroll before the Nov. 15 deadline. If you miss this window, you cannot make changes to your benefits until the next Open Enrollment period unless you experience a <a href=\"https://flimp.live/qle-miab-24\" target=\"_blank\" rel=\"noopener\"><strong>Qualifying Life Event</strong></a>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Have Your Assets Ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Have dependent documentation and Social Security numbers (SSN) ready so you can verify your newly added dependents and ensure they get coverage. Supporting documents are required for all newly added dependents and must be approved during the verification process prior </span><span style=\"color: #000000;\">to the enrollment process.<span class=\"Apple-converted-space\"> </span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Designate a Beneficiary\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Designate a beneficiary for your life insurance and any voluntary supplemental insurance you purchase. Since Banner automatically provides you with a basic level of Life and AD&amp;D coverage, be sure to designate a life insurance beneficiary in <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a>. Beneficiary information must include phone numbers in order to complete enrollment.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Verify Your Selections\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<span style=\"color: #000000;\">Review your confirmation statement to verify your benefits selections </span><span> </span><span style=\"color: #000000;\">are correct. If you find a discrepancy, you must immediately notify Banner Benefits Resource Center. Call 833-849-9825 7 a.m. to 7 p.m. (EST), Monday – Friday. <span class=\"Apple-converted-space\"> </span></span>[/et_pb_accordion_item][et_pb_accordion_item title=\"Stay Informed\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Stay informed! Visit <a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\"><strong>MyHR|Workday</strong></a> or the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\"><strong>News Page</strong></a>, read Banner Buzz and follow Benefits on Viva Engage to stay current on news about your well-being and your total rewards.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment Checklist UNUSED', '						', 'inherit', 'closed', 'closed', '', '6090-revision-v1', '', '', '2024-08-12 14:41:50', '2024-08-12 14:41:50', '', 6090, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6955', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6957, 1, '2024-08-12 14:46:16', '2024-08-12 14:46:16', '', '2025_Banner_8.5x11_OE_OE_Checklist_V1', '', 'inherit', 'open', 'closed', '', '2025_banner_8-5x11_oe_oe_checklist_v1', '', '', '2024-08-12 14:46:16', '2024-08-12 14:46:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/2025_Banner_8.5x11_OE_OE_Checklist_V1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6958, 1, '2024-12-30 21:01:47', '2024-08-12 14:47:09', '', 'New Hire Checklist', '', 'publish', 'closed', 'closed', '', 'enrollment-checklist', '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=6958', 3, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6970, 1, '2024-08-12 14:58:17', '2024-08-12 14:58:17', '[et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#ffffff\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Scavenger hunt placeholder\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/QLE.mp4\"][/video][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]', 'SH Placeholder', '', 'publish', 'closed', 'closed', '', 'sh-placeholder', '', '', '2024-08-12 14:58:17', '2024-08-12 14:58:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/sh-placeholder/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6980, 1, '2024-08-12 15:07:55', '2024-08-12 15:07:55', '[et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" hover_enabled=\"0\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Prescribing a Clearer Vision</span></strong></h2>\n<p><span style=\"color: #000000;\">Even those with perfect eyesight should get their eyes checked on a regular basis. Banner Health offers two similar plans through Vision Service Plan (VSP). Both plans cover preventive exams, have the same</span> <span style=\"color: #000000;\">network and offer discounts through certain providers. Our vision network includes local providers as well as national companies</span> <span style=\"color: #000000;\">such as Costco and Visionworks.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Intro Text', '', 'publish', 'closed', 'closed', '', 'intro-text', '', '', '2024-08-12 15:07:55', '2024-08-12 15:07:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/intro-text/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6995, 1, '2024-08-12 15:24:42', '2024-08-12 15:24:42', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-37', '', '', '2024-08-12 15:24:42', '2024-08-12 15:24:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/vision-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7000, 1, '2024-08-12 15:33:23', '2024-08-12 15:33:23', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-38', '', '', '2024-08-12 15:33:23', '2024-08-12 15:33:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/401k-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7006, 1, '2024-08-09 15:45:40', '2024-08-09 15:45:40', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Ask ALEX\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Need help choosing the right plan?</strong></h3>\n<p><span style=\"color: #212121;\"><br />Ask ALEX, our virtual benefits counselor, can help. Just answer a few questions about yourself, your family and your health, and ALEX will recommend a plan that may be right for you.</span></p>[/et_pb_text][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"Get started with ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" disabled_on=\"on|on|on\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #4\" open=\"on\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" icon_color=\"#e5863d\" open_icon_color=\"#e5863d\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"400\" height=\"225\" src=\"https://biteable.com/watch/embed/4270467/9eb6e5f73b8879427c44529424174527\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/10/ask-alex-strech.jpg\" title_text=\"ask-alex-strech\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Ask ALEX', '						', 'publish', 'closed', 'closed', '', 'ask-alex', '', '', '2024-10-16 17:43:56', '2024-10-16 17:43:56', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=7006', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7008, 1, '2024-12-30 21:01:50', '2024-08-12 15:46:47', ' ', '', '', 'publish', 'closed', 'closed', '', 7008, '', '', '2024-12-30 21:01:50', '2024-12-30 21:01:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7008', 43, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7011, 1, '2024-08-12 15:49:30', '2024-08-12 15:49:30', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-12', '', '', '2024-08-12 15:49:30', '2024-08-12 15:49:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7014, 1, '2024-08-12 15:51:33', '2024-08-12 15:51:33', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-39', '', '', '2024-08-12 15:51:33', '2024-08-12 15:51:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7019, 1, '2024-08-12 15:56:36', '2024-08-12 15:56:36', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Resources For Living\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Life happens. Stress less. Live more.</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Resources For Living, Banner’s Employee Assistance Program (EAP), is here to help make your life easier. You can find services for all aspects of your well-being, including:</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><strong>Emotional support</strong> — Talk to a counselor about what’s on your mind — stress, relationships, mood issues and more. Meet face-toface or by video stream, or get in-the-moment support by phone.</span></li>\n	<li><span style=\"color: #000000;\"><strong>Legal</strong> — Speak with an attorney about legal issues, like estate planning and family and domestic issues.</span></li>\n	<li><span style=\"color: #000000;\"><strong>Daily Life Assistance</strong> — Let our specialists help you solve everyday issues and coordinate caregiving needs.</span><span style=\"color: #000000;\"></span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Financial — </strong>Discuss budgeting, credit and more with a financial expert.</span>\n<span style=\"color: #000000;\"> Daily life assistance — Let our specialists help you solve everyday issues and coordinate caregiving needs.</span></li>\n	<li><span style=\"color: #000000;\"><strong>Website</strong> — Check out video resources, articles, assessments, webinars and more at resourcesforliving.com. </span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-40px||-20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=2048&token=0822f8f8de9c8ee39a86b5fad638321a&preview=1\" url_new_window=\"on\" button_text=\"2024 Mental Health Support\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4ea2c9\" button_bg_enable_color__hover=\"on\" button_bg_enable_color=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#79b856\" border_color_all=\"#79b856\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Confidential</span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Resources For Living is available to you and your household members 24 hours a day, 365 days a year. The services are free and confidential.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">\n<strong>866-568-7554</strong><b>\n<span style=\"color: #ffffff;\"><a href=\"https://resourcesforliving.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">resourcesforliving.com</a></span>\nUsername: </b>Banner<b>\nPassword:</b> EAP</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl-2-scaled.jpg\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"155px||155px||false|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'EAP', '						', 'inherit', 'closed', 'closed', '', '6245-revision-v1', '', '', '2024-08-12 15:56:36', '2024-08-12 15:56:36', '', 6245, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7019', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7023, 1, '2024-08-12 16:17:42', '2024-08-12 16:17:42', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-40', '', '', '2024-08-12 16:17:42', '2024-08-12 16:17:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7027, 1, '2024-08-12 16:26:17', '2024-08-12 16:26:17', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-13', '', '', '2024-08-12 16:26:17', '2024-08-12 16:26:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/tobacco-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7028, 1, '2024-08-12 16:27:17', '2024-08-12 16:27:17', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-14', '', '', '2024-08-12 16:27:17', '2024-08-12 16:27:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/tobacco-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7032, 1, '2024-08-12 16:31:38', '2024-08-12 16:31:38', '', 'MetLife', '', 'publish', 'closed', 'closed', '', 'contacts-duplicate', '', '', '2024-08-12 16:31:54', '2024-08-12 16:31:54', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/contacts-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7051, 1, '2024-08-12 17:25:14', '2024-08-12 17:25:14', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Retirement Plan through Fidelity\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/401k-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner Health partners with Fidelity Investments to offer you retirement plan options. You can enroll or change your election at any time by contacting Fidelity.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#efefef\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k)</strong></span></h2>\n<p><span style=\"color: #000000;\">The Banner Health 401(k) plan is a great way to save money on a pre-tax and Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS annual allowable limits. The first 4% of your contributions must be on a pre-tax basis, then any additional contribution may be pre-tax, Roth post-tax or both. Your 401(k) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><br />You are eligible to participate in the 401(k) if you are a regular full-time, part-time, per-diem or flat-rate team member.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k) employer match</strong></span></h2>\n<p><span style=\"color: #000000;\">After your one-year anniversary, Banner will match your 401(k) pre-tax contributions, dollar for dollar, up to 4% of your eligible compensation.<br />The match is not included in your annual contributions limit.</span></p>\n<p><span style=\"color: #000000;\"><br />The employer match is calculated and deposited to your account every pay period. However, Banner will evaluate your earnings and contributions from the prior calendar year to determine what the employer match would’ve been had the calculation been done on a full-year basis. Banner will make a true-up matching contribution during the first quarter to reconcile the difference if you meet certain eligibility and timing requirements. When calculating the true-up match, Banner will consider the earnings and contributions for the pay periods during which you were eligible for the match.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>403(b)</strong></span></h2>\n<p><span style=\"color: #000000;\">As a registry (Banner Staffing Services) team member, the Banner Health 403(b) Plan allows you to save money on a pre-tax and/or Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS allowable annual limits. Your 403(b) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/401k-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Investing</strong></span></h2>\n<p><span style=\"color: #000000;\">You can invest all contributions, including any matching contributions and rollovers, in your choice of available investment funds. If you do not specify the investment funds when you enroll, your contributions will be defaulted into a target date fund appropriate for your retirement age.<br /><br>Before investing in any mutual fund, please carefully consider the investment objectives, risks, charges and expenses. For this and other information, call or write Fidelity for a free prospectus. Read it carefully before you invest.<br /><br>You can enroll or change your election at any time by contacting Fidelity.<br /><br>Phone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)<br />Website: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\">netbenefits.com/BannerHealth</a></strong> or <strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\">netbenefits.com/easy</a></strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" background_color=\"#78b956\" background_layout=\"dark\" custom_margin=\"||||false|false\" custom_padding=\"25px||25px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Contact Fidelity</strong></span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Phone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Website: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/BannerHealth</a></strong> or</span>\n<span style=\"color: #ffffff;\"><strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/easy</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://workplaceservices.fidelity.com/mybenefits/employerservices/navigation/es2/ContributionCalculator\" url_new_window=\"on\" button_text=\"Contribution Calculator\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/app/nurdomestic?AuthRedUrl=https://workplaceservices.fidelity.com/mybenefits/savings/navigation/dc/EZELanding#/nurDomestic/verifyIdentity\" url_new_window=\"on\" button_text=\"Fidelity Enrollment\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Retirement', '						', 'inherit', 'closed', 'closed', '', '6147-revision-v1', '', '', '2024-08-12 17:25:14', '2024-08-12 17:25:14', '', 6147, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7051', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7053, 1, '2024-08-12 17:26:27', '2024-08-12 17:26:27', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Your well-being\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-1.jpg\" background_enable_image=\"on\" background_position=\"top_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">There is a very purposeful reason we continue to begin our 2025 Open Enrollment introduction and welcome with <strong>your well-being</strong>. At Banner Health, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being — your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. Whenever and wherever possible, we strive to keep your costs affordable while providing the best possible value and benefit.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>It’s all about YOU!</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Your 2025 Banner benefits are created with one goal in mind: to provide you the best possible care. So, as you take care of others, we’ll continue to take care of you with comprehensive, affordable benefits. While you don’t have to actively enroll to maintain your benefits in 2025, now is a good time to review your current benefits to make sure they still meet your current and future needs. This is also a good time to review all of the benefit enhancements we are making for next year to see how those changes can add more value to your 2025 elections.</span>\n<br>\n<span style=\"color: #000000;\">Remember, if you contribute to the Flexible Spending Accounts (FSAs), you must elect your contributions for 2025 during Open Enrollment.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Your Well-Being', '						', 'inherit', 'closed', 'closed', '', '6708-revision-v1', '', '', '2024-08-12 17:26:27', '2024-08-12 17:26:27', '', 6708, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7053', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7057, 1, '2024-08-12 17:27:54', '2024-08-12 17:27:54', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Required notices\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner complies with applicable federal civil rights laws and does not discriminate, exclude or treat people differently because of race, color, national origin, age, disability or sex.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Resources</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<ul>\n<span style=\"color: #000000;\"><li>Free aids and services to people with disabilities to communicate<br />effectively with us, such as qualified sign language interpreters or<br />written information in other formats (large print, audio, accessible<br />electronic formats, other formats)</li>\n<li><span style=\"color: #000000;\">Free language services to people whose primary language is not<br />English, such as qualified interpreters or information written in other languages</span></li>\n<li><span style=\"color: #000000;\">Contact MyHR at 602-747-6947</span></span></li>\n</ul>\n</span>\n<p><span style=\"color: #000000;\">You can find our required notices on the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents\" target=\"_blank\" rel=\"noopener\"><strong>Documents Page</strong></a> to help you understand your benefits. Paper copies may be requested, free of charge, by calling Banner Benefits Resource Center at 833-849-9825</span>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-2.jpg\" title_text=\"Excited girl playing hockey with boy at yard against blue sky\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Required Notices', '						', 'inherit', 'closed', 'closed', '', '6078-revision-v1', '', '', '2024-08-12 17:27:54', '2024-08-12 17:27:54', '', 6078, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7057', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7082, 1, '2024-08-14 19:29:08', '2024-08-14 19:29:08', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Discount marketplace\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-1-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Discounts through Beneplace</span></strong></h3>\n<span style=\"color: #000000;\">Banner Health’s discounts and services website through Beneplace allows you to save money on products and services you use every day. Just click the link below and enter your username and password, or click the Create an Account button. Contact Beneplace at <span style=\"color: #3575ae;\"><strong>800-683-2886</strong></span> if you need help. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to start saving today on:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n<ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Automotive discounts</span></li>\n	<li><span style=\"color: #000000;\">Dining and grocery</span></li>\n	<li><span style=\"color: #000000;\">Electronics</span></li>\n	<li><span style=\"color: #000000;\">Entertainment</span></li>\n	<li><span style=\"color: #000000;\">Sports and outdoors</span></li>\n	<li><span style=\"color: #000000;\">Travel</span></li>\n	<li><span style=\"color: #000000;\">Wireless phones </span></li>\n	<li><span style=\"color: #000000;\"><span>Gym memberships</span></span></li>\n</ul>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Voluntary benefits</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner also provides additional voluntary benefits, like auto and home insurance and Purchasing Power, that you can enroll in through Beneplace and have the convenience of payroll deductions. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to learn more.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-2.jpg\" title_text=\"dm-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Discount Marketplace', '						', 'inherit', 'closed', 'closed', '', '6171-revision-v1', '', '', '2024-08-14 19:29:08', '2024-08-14 19:29:08', '', 6171, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7082', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7097, 1, '2024-08-14 22:54:45', '2024-08-14 22:54:45', '', 1, '', 'inherit', 'open', 'closed', '', '1-3', '', '', '2024-08-14 22:54:45', '2024-08-14 22:54:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7100, 1, '2024-08-14 22:55:55', '2024-08-14 22:55:55', '', '1-alt', '', 'inherit', 'open', 'closed', '', '1-alt', '', '', '2024-08-14 22:55:55', '2024-08-14 22:55:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/1-alt.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7155, 1, '2024-08-09 19:07:28', '2024-08-09 19:07:28', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Child Care / Elder Care\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/child-care.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder- and early-care resources</span></strong></h2>\n<p><span style=\"color: #000000;\">If you’re caring for family members at home, life is often a balancing act. Bright Horizons and Aetna Resources for Living can both support your caregiving responsibilities. <span>Click the links below to learn more.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder care </span></strong></h2>\n<span style=\"color: #000000;\">When the time comes to take care of your caretaker, take advantage of these resources to ensure your loved ones are comfortable in their later years. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li>Decision support tools to help you plan ahead</li>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">An online needs assessment</span></li>\n	<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">A search tool for finding and evaluating care providers</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Aging adult care provider search</li>\n	<li><span style=\"color: #000000;\">Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Child care </span></strong></h2>\n<span style=\"color: #000000;\">With the cost of child care, the scheduling demands of a thriving career and the learning curve for first-time parents, it can be hard to balance work and family. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Free premium membership to Sittercity to help find child care options</li>\n	<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n	<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n	<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n&nbsp;\n<ul></ul>\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers educational resources on: </strong></span></p>\n<ul>\n	<span style=\"color: #000000;\"><li>Child care</li>\n	<li><span style=\"color: #000000;\">Adoption </span></li>\n	<li><span style=\"color: #000000;\">Pregnancy and childbirth </span></li>\n	<li><span style=\"color: #000000;\">Raising children </span></li>\n	<li><span style=\"color: #000000;\">Balancing work and family </span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://bannerhealth.savings.beneplace.com/\" url_new_window=\"on\" button_text=\"Check out Beneplace for even more child care discounts.\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Child and Elder Care', '						', 'publish', 'closed', 'closed', '', 'child-and-elder-care', '', '', '2024-09-30 22:20:09', '2024-09-30 22:20:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=7155', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7163, 1, '2024-12-30 21:01:48', '2024-08-21 19:20:43', ' ', '', '', 'publish', 'closed', 'closed', '', 7163, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7163', 28, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7165, 1, '2024-08-21 19:28:49', '2024-08-21 19:28:49', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-41', '', '', '2024-08-21 19:28:49', '2024-08-21 19:28:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/child-care.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7189, 1, '2024-08-27 23:18:25', '2024-08-27 23:18:25', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Banner|Aetna Concierge:\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/concierge.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Your personal assistant for health care</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Not sure where to turn?</h2>\n<p><span style=\"color: #000000;\">We’ve all been there—needing help with our health plan but not sure where to turn.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Your concierge has answers</h2>\n<p><span style=\"color: #000000;\">It’s a big, complex world of health care out there. Your <strong><a href=\"https://www.banneraetna.com/en/members.html\" target=\"_blank\" rel=\"noopener\">Banner|Aetna</a></strong> concierge can help you make sense of it.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>You may be wondering:</h2>\n<span style=\"color: #000000;\">\n<ul>\n<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Something doesn’t appear correct on my Explanation of Benefits (EOB). Can you help me?<br />How can I find the right specialist?</li>\n<li><span style=\"color: #000000;\">I’ve been diagnosed. Now what?</span></li>\n<li><span style=\"color: #000000;\">Is my health plan going to cover this?</span></li>\n<li><span style=\"color: #000000;\">How much is this going to cost me?</span></li>\n</ul>\n</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Get Support to:</span></h2>\n<ul>\n<ul style=\"padding-left: 30px;\"><li><span style=\"color: #ffffff;\">Choose the right doctor</span></li>\n<li><span style=\"color: #ffffff;\">Learn about your coverage</span></li>\n<li><span style=\"color: #ffffff;\">Understand a diagnosis</span></li>\n<li><span style=\"color: #ffffff;\">Plan for upcoming treatment</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Health care help is here</span></h2>\nSpeak with a concierge. Call 855-788-5803. Your concierge is available 8 a.m. to 6 p.m. (MST), Monday through Friday.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Concierge', '						', 'inherit', 'closed', 'closed', '', '6249-revision-v1', '', '', '2024-08-27 23:18:25', '2024-08-27 23:18:25', '', 6249, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7189', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7195, 1, '2024-08-27 23:23:48', '2024-08-27 23:23:48', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Vision through VSP\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/vision-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Prescribing a clearer vision</span></strong></h2>\n<p><span style=\"color: #000000;\">Even those with perfect eyesight should get their eyes checked on a regular basis. Banner Health offers two similar plans through Vision Service Plan (VSP). Both plans cover preventive exams, have the same</span> <span style=\"color: #000000;\">network and offer discounts through certain providers. Our vision network includes local providers as well as national companies</span> <span style=\"color: #000000;\">such as Costco and Visionworks.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" hover_enabled=\"0\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:270px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Value Plan\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\" sticky_enabled=\"0\"]The Value Plan offers access to VSP’s large network of providers at a lower premium. On this plan, you’re covered for an eye exam and lenses or contacts every 12 months and frames every 24 months. You pay a flat copay for in-network services and frames.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" hover_enabled=\"0\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:270px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Premier Plan with EasyOptions enhancements\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\" sticky_enabled=\"0\"]The Premier Plan has a higher premium but offers the most coverage. It’s like the Value Plan but also includes an allowance for laser vision care and a greater allowance for eyeglass frames every 12 months. And with the EasyOptions enhancements, you can choose one annual upgrade: a $250 frame allowance, a $300 featured frame brands allowance OR an anti-reflective coating.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6061\"][/et_pb_code][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><span>NOTE: If you participate in the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3576ae;\">MyWell-Being Program</a></strong>, you can earn the Value Vision Plan at no cost for team member-only coverage. </span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><span style=\"color: #3576ae;\"><strong>When scheduling an appointment, be sure to provide your member ID</strong></span></h2>\n<h5><strong>Q:</strong> What is my member ID?<br /><strong>A:</strong> When you verify your vision coverage with VSP or with a provider, your member ID is three zeros followed by your Lawson ID# (ex. 000303479).</h5>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=2172&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=5702&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident and Fellow Benefits\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"30px||30px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Find a contracted VSP provider\" button_text=\"Visit VSP\" button_link=\"https://www.vsp.com/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#78b956\" background_enable_color=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Visit <span style=\"color: #ffffff;\"><a href=\"https://www.vsp.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>vsp.com</strong></a></span>, call 800-877-7195 or download the VSP app from the <strong>Apple App Store</strong> or <strong>Google Play</strong>.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/vision-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '6052-revision-v1', '', '', '2024-08-27 23:23:48', '2024-08-27 23:23:48', '', 6052, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7195', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7205, 1, '2024-08-27 23:32:42', '2024-08-27 23:32:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" body_font=\"Arial|600|||||||\" body_font_size=\"46px\" body_line_height=\"1em\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hdhp-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]<p>High-Deductible Health<br>Plans (HDHPs) and the Health<br>Savings Account (HSA)</p>\n<h2>How they work together to save you money</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong><i>What is an HDHP?</i></strong></h3>\n<p><span style=\"color: #242424;\">The Value Plan and Premier Plan are both HDHPs featuring low premiums and a high deductible. HDHPs let you pay less money from your paycheck for coverage, but you’ll pay the full cost of medical services until you reach your deductible. That’s where the HSA can help you save.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong><i>What is an HSA?</i></strong></h3>\n<p><span style=\"color: #242424;\">An HSA is a tax-advantaged medical savings account available to taxpayers in the United States who are enrolled in an HDHP. The funds contributed to an account are not subject to federal income tax at the time of deposit, and if used for qualified health care expenses, are never taxed.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">How do an HDHP and an <br />HSA work together?</span></strong></h1>\n<p>You can use money from your HSA to help pay for the higher deductible of the Value or Premier Plan and other qualified health care expenses. So, you benefit from a lower monthly premium, and you can use tax-free money to help you reach your deductible. Refer to <a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\"><strong>IRS Publication 502</strong></a> for a list of the qualified health care expenses.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"30px||30px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Save on health care. Stay in the Banner Health Network.\" _builder_version=\"4.25.2\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Use fewer HSA dollars while you’re working toward your deductible when you get care in the Banner Health Network. You will get more for your HSA money when you use Banner physicians, pharmacies, laboratories and other services.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6032\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h6>Banner Health’s contribution does count toward annual maximum.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>How much should I contribute to an HSA?</strong><i></i></h3>\n<p><span style=\"color: #242424;\">The IRS regulates how much you can contribute to your HSA every year. These limits include any money Banner deposits into your HSA on the Premier Plan.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #242424;\">Here are some suggestions on what amount to contribute to an HSA:</span></span>\n<ul>\n	<span style=\"color: #000000;\"><li>At least the amount of your deductible, so you’re ready for those expenses you would have to pay out of pocket</li>\n	<li>The amount you’re saving on your premiums</li>\n	<li>The maximum allowed by the IRS to benefit from the tax advantages</li>\n	<li>Don’t forget about non-covered dental and vision expenses; HSA contributions can be used for those services as well</li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>More ways to grow your savings</strong><i></i></h3>\n<p><span style=\"color: #242424;\">Your contributions are tax-deductible, so they will reduce the amount of money you pay in federal income taxes. Then your HSA will earn tax-free interest on the balance. When your HSA reaches a certain level ($1,000), you can invest your money in mutual funds to achieve an even higher rate of growth.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hsa-fsa/\" url_new_window=\"on\" button_text=\"Health Savings and Spending Accounts\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/medical/\" url_new_window=\"on\" button_text=\"Medical Plan Options\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HDHP and HSA', '						', 'inherit', 'closed', 'closed', '', '6029-revision-v1', '', '', '2024-08-27 23:32:42', '2024-08-27 23:32:42', '', 6029, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7205', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7206, 1, '2024-08-27 23:34:33', '2024-08-27 23:34:33', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Discount marketplace\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-1-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong><span style=\"color: #000000;\">Discounts through Beneplace</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner Health’s discounts and services website through Beneplace allows you to save money on products and services you use every day. Just click the link below and enter your username and password, or click the Create an Account button. Contact Beneplace at 800-683-2886 if you need help. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to start saving today on:</span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li>Automotive discounts</li>\n</ul>\n<p>&nbsp;</p>\n<ul style=\"padding-left: 30px;\">\n<li><span style=\"color: #000000;\">Dining and grocery</span></li>\n<li><span style=\"color: #000000;\">Electronics</span></li>\n<li><span style=\"color: #000000;\">Entertainment</span></li>\n<li><span style=\"color: #000000;\">Sports and outdoors</span></li>\n<li><span style=\"color: #000000;\">Travel</span></li>\n<li><span style=\"color: #000000;\">Wireless phones </span></li>\n<li><span style=\"color: #000000;\"><span>Gym memberships</span></span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Voluntary benefits</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner also provides additional voluntary benefits, like auto and home insurance and Purchasing Power, that you can enroll in through Beneplace and have the convenience of payroll deductions. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to learn more.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-2.jpg\" title_text=\"dm-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Discount Marketplace', '						', 'inherit', 'closed', 'closed', '', '6171-revision-v1', '', '', '2024-08-27 23:34:33', '2024-08-27 23:34:33', '', 6171, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7206', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7208, 1, '2024-08-27 23:35:02', '2024-08-27 23:35:02', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Discount marketplace\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-1-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong><span style=\"color: #000000;\">Discounts through Beneplace</span></strong></h3>\n<span style=\"color: #000000;\">Banner Health’s discounts and services website through Beneplace allows you to save money on products and services you use every day. Just click the link below and enter your username and password, or click the Create an Account button. Contact Beneplace at 800-683-2886 if you need help. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to start saving today on:</span>\n<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>Automotive discounts</li>\n	<li>Dining and grocery</span></li>\n	<li><span style=\"color: #000000;\">Electronics</span></li>\n	<li><span style=\"color: #000000;\">Entertainment</span></li>\n	<li><span style=\"color: #000000;\">Sports and outdoors</span></li>\n	<li><span style=\"color: #000000;\">Travel</span></li>\n	<li><span style=\"color: #000000;\">Wireless phones </span></li>\n	<li><span style=\"color: #000000;\"><span>Gym memberships</span></span></li>\n</ul>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Voluntary benefits</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner also provides additional voluntary benefits, like auto and home insurance and Purchasing Power, that you can enroll in through Beneplace and have the convenience of payroll deductions. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to learn more.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-2.jpg\" title_text=\"dm-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Discount Marketplace', '						', 'inherit', 'closed', 'closed', '', '6171-revision-v1', '', '', '2024-08-27 23:35:02', '2024-08-27 23:35:02', '', 6171, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7208', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7217, 1, '2024-08-28 20:21:27', '2024-08-28 20:21:27', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Resources For Living\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Life happens. Stress less. Live more.</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Resources For Living, Banner’s Employee Assistance Program (EAP), is here to help make your life easier. You can find services for all aspects of your well-being, including:</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><strong>Emotional support</strong>—Talk to a counselor about what’s on your mind—stress, relationships, mood issues and more. Meet face-toface or by video stream, or get in-the-moment support by phone.</li>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Legal</strong>—Speak with an attorney about legal issues, like estate planning and family and domestic issues.</span></li>\n	<li><span style=\"color: #000000;\"><strong>Daily Life Assistance</strong>—Let our specialists help you solve everyday issues and coordinate caregiving needs.</span><span style=\"color: #000000;\"></span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><strong>Financial—</strong>Discuss budgeting, credit and more with a financial expert.</span></li>\n	<li><span style=\"color: #000000;\"><strong>Daily life assistance</strong>—Let our specialists help you solve everyday issues and coordinate caregiving needs.</span></li>\n	<li><span style=\"color: #000000;\"><strong>Website</strong>—Check out video resources, articles, assessments, webinars and more at resourcesforliving.com. </span></li>\n</ul>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-40px||-20px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=2048&token=0822f8f8de9c8ee39a86b5fad638321a&preview=1\" url_new_window=\"on\" button_text=\"2024 Mental Health Support\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4ea2c9\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#79b856\" border_color_all=\"#79b856\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Confidential</span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Resources For Living is available to you and your household members 24 hours a day, 365 days a year. The services are free and confidential.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">\n<strong>866-568-7554</strong><b>\n<span style=\"color: #ffffff;\"><a href=\"https://resourcesforliving.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">resourcesforliving.com</a></span>\nUsername: </b>Banner<b>\nPassword:</b> EAP</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl-2-scaled.jpg\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"155px||155px||false|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'EAP', '						', 'inherit', 'closed', 'closed', '', '6245-revision-v1', '', '', '2024-08-28 20:21:27', '2024-08-28 20:21:27', '', 6245, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7217', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7219, 1, '2024-08-28 20:22:43', '2024-08-28 20:22:43', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Adoption Assistance plan overview\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-2-new.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health wants to support you if you’re in the process of growing your family through adoption by reimbursing eligible adoption expenses.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Who is eligible</strong></h2>\n<p><span style=\"color: #000000;\">Banner team members who are classified as regular FT/PT assigned a total FTE (full-time equivalent) of 50% or greater and have completed one year of service prior to the start of the adoption proceedings for which reimbursement is to be provided.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>How it works</strong></h2>\n<span style=\"color: #000000;\">\n<ul>\n<li>The plan will reimburse eligible team members for costs incurred to adopt either a child under the age of 18 or someone of any age physically or mentally incapable of self-care.</li>\n<li><span style=\"color: #000000;\">$10,000 is the maximum amount of expenses that Banner will reimburse under this plan.</span></li>\n</ul>\n</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>General provisions</strong></h2>\n<span style=\"color: #000000;\">Banner Health administers the plan and has sole discretionary authority to interpret the plan, to make eligibility and benefit determinations and to make factual determinations in connection with the plan, which are final and binding.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>What Banner will reimburse</strong></h2>\n<p><span style=\"color: #000000;\">The expenses related to an adoption that are reimbursable under this program as qualified adoption expenses are the substantiated, reasonable and necessary adoption fees, court costs, attorney fees and other expenses (excluding, however, (i) travel expenses, (ii) living, medical and delivery expenses of a birth mother and (iii) any other expenses not permitted for reimbursement under the Code) that:</span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>a)</strong>  are directly related to, and the principal purpose of which is for, the legal adoption of an Eligible Child by the Eligible team member;</span></li>\n<li><span style=\"color: #000000;\"><strong>b)</strong>  are not incurred in violation of state or federal law or in carrying out any surrogate parenting arrangement; and</span></li>\n<li><span style=\"color: #000000;\"><strong>c)</strong>  are not expenses in connection with the adoption of a child who is the child of the Eligible team member’s spouse. (However, see Special Non-Qualified Benefit in plan.)</span><i></i></li>\n</ul>\n<p><span style=\"color: #000000;\"><i>Approved reimbursements are awarded on the final paycheck each </i><i>month. If you submit an application and/or documentation near the end of </i><i>the month, your reimbursement will process in the following month.</i></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Important tax considerations</strong></h2>\n<p><span style=\"color: #000000;\">This plan benefits all eligible team members, and its eligibility requirements do not discriminate in favor of highly compensated employees or their dependents as required under §137 of the Internal Revenue Code. Federal and state taxes may apply to qualified adoption expenses reimbursed under this plan. A portion of the reimbursements under the plan may be excludable from your income for federal income taxes to the extent you qualify under<strong> Internal Revenue Code §137 and by filing Form 8839 with your federal income taxes.</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<ol>\n	<span style=\"color: #000000;\"><li>For domestic adoptions, reimbursements for qualified adoption expenses may be excludable from a team member’s gross income for the tax year in which the qualified adoption expenses are reimbursed.</span></li>\n	<li><span style=\"color: #000000;\">For foreign adoptions, this exclusion may only be available for the</span> <span style=\"color: #000000;\">tax year in which the adoption becomes final.</span></li>\n	<li><span style=\"color: #000000;\">Banner is required to withhold applicable federal employment taxes (FICA and FUTA) and to report the total amount of reimbursements on your Form W-2. Banner Health will not withhold other federal income taxes for reimbursements made under this plan, and you may be required to pay taxes on these reimbursements when you file your tax returns.</span>\n<span style=\"color: #000000;\">a) You also may be entitled to a federal income tax credit for adoption expenses that are not reimbursed under this plan or elsewhere. You will need to coordinate the income exclusion and tax credit to determine the greatest tax benefit for you and</span>\n<span style=\"color: #000000;\">your family.</span></li>\n</ol>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">For additional information about the federal income exclusion and tax credit, please refer to the <strong><a href=\"https://www.irs.gov/forms-pubs/about-form-8839\" target=\"_blank\" rel=\"noopener\">Instructions to Form 8839</a></strong>, available from the IRS and on the IRS website at <strong><a href=\"https://www.irs.gov/\" target=\"_blank\" rel=\"noopener\">irs.gov</a></strong>. Banner does not make any commitment or guarantee that any reimbursements under the plan will be excludable in whole or in part from your gross income for federal or state income tax purposes, or that any other federal or state tax treatment will apply to or be available to you.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\"><strong>The tax treatment of reimbursements of qualified adoption expenses under this plan is complex and will depend on your personal tax situation. Banner does not provide team members with personal tax advice. We strongly recommend that you speak to your personal tax advisor.</strong></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This plan overview is not the plan. See the Adoption Assistance Plan and Application below for complete information. Click the link below and type in “Adoption Assistance” to find the policy information and application.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"Service Hub\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '6196-revision-v1', '', '', '2024-08-28 20:22:43', '2024-08-28 20:22:43', '', 6196, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7219', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7227, 1, '2024-08-28 20:29:28', '2024-08-28 20:29:28', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Your well-being\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-1.jpg\" background_enable_image=\"on\" background_position=\"top_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">There is a very purposeful reason we continue to begin our 2025 Open Enrollment introduction and welcome with <strong>your well-being</strong>. At Banner Health, we want to empower everyone to be their best self, and we believe a focus on well-being will help pave the way. Our benefits are designed to support your total well-being—your health, wealth, growth, purpose and community. Your benefits are a critical part of our well-being mission. Whenever and wherever possible, we strive to keep your costs affordable while providing the best possible value and benefit.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>It’s all about YOU!</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Your 2025 Banner benefits are created with one goal in mind: to provide you the best possible care. So, as you take care of others, we’ll continue to take care of you with comprehensive, affordable benefits. While you don’t have to actively enroll to maintain your benefits in 2025, now is a good time to review your current benefits to make sure they still meet your current and future needs. This is also a good time to review all of the benefit enhancements we are making for next year to see how those changes can add more value to your 2025 elections.</span>\n<br>\n<span style=\"color: #000000;\">Remember, if you contribute to the Flexible Spending Accounts (FSAs), you must elect your contributions for 2025 during Open Enrollment.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/ywb-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Your Well-Being', '						', 'inherit', 'closed', 'closed', '', '6708-revision-v1', '', '', '2024-08-28 20:29:28', '2024-08-28 20:29:28', '', 6708, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7227', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7228, 1, '2024-08-28 20:31:07', '2024-08-28 20:31:07', '', '2025_Banner_8.5x11_OE_OE_Checklist_V2', '', 'inherit', 'open', 'closed', '', '2025_banner_8-5x11_oe_oe_checklist_v2', '', '', '2024-08-28 20:31:07', '2024-08-28 20:31:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/2025_Banner_8.5x11_OE_OE_Checklist_V2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7236, 1, '2024-08-28 21:36:26', '2024-08-28 21:36:26', '', 'banner-header-mobile', 'Shot of a father and his two little sons enjoying some quality time together at the beach', 'inherit', 'open', 'closed', '', 'banner-header-mobile', '', '', '2024-08-28 21:36:26', '2024-08-28 21:36:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7239, 1, '2024-09-04 21:46:46', '2024-09-04 21:46:46', '[et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-04 16:00\" _builder_version=\"4.26.0\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Open Enrollment is Nov. 4–15</strong></h2>\n<p><span style=\"font-size: medium;\"><span>This is your chance to review your coverage and make changes to your benefits for 2025! Check out this video to learn what’s new.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Countdown', '', 'publish', 'closed', 'closed', '', 'countdown', '', '', '2024-09-04 21:46:46', '2024-09-04 21:46:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/countdown/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7251, 1, '2024-09-04 22:04:14', '2024-09-04 22:04:14', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" body_font=\"Arial|600|||||||\" body_font_size=\"46px\" body_line_height=\"1em\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hdhp-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>High-Deductible Health<br>Plans (HDHPs) and the Health<br>Savings Account (HSA)</p>\n<h2>How they work together to save you money</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong>What is an HDHP?</strong></h3>\n<p><span style=\"color: #242424;\">The Value Plan and Premier Plan are both HDHPs featuring low premiums and a high deductible. HDHPs let you pay less money from your paycheck for coverage, but you’ll pay the full cost of medical services until you reach your deductible. That’s where the HSA can help you save.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong>What is an HSA?</strong></h3>\n<p><span style=\"color: #242424;\">An HSA is a tax-advantaged medical savings account available to taxpayers in the United States who are enrolled in an HDHP. The funds contributed to an account are not subject to federal income tax at the time of deposit, and if used for qualified health care expenses, are never taxed.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">How do an HDHP and an <br />HSA work together?</span></strong></h1>\n<p>You can use money from your HSA to help pay for the higher deductible of the Value or Premier Plan and other qualified health care expenses. So, you benefit from a lower monthly premium, and you can use tax-free money to help you reach your deductible.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><br />Refer to <a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\"><strong>IRS Publication 502</strong></a> for a list of the qualified health care expenses.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"30px||30px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Save on health care. Stay in the Banner Health Network.\" _builder_version=\"4.25.2\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Use fewer HSA dollars while you’re working toward your deductible when you get care in the Banner Health Network. You will get more for your HSA money when you use Banner physicians, pharmacies, laboratories and other services.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6032\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>Banner Health’s contribution does count toward annual maximum.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>How much should I contribute to an HSA?</strong><i></i></h3>\n<p><span style=\"color: #242424;\">The IRS regulates how much you can contribute to your HSA every year. These limits include any money Banner deposits into your HSA on the Premier Plan.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<span style=\"color: #242424;\">Here are some suggestions on what amount to contribute to an HSA:</span></span>\n<ul>\n	<span style=\"color: #000000;\"><li>At least the amount of your deductible, so you’re ready for those expenses you would have to pay out of pocket</li>\n	<li>The amount you’re saving on your premiums</li>\n	<li>The maximum allowed by the IRS to benefit from the tax advantages</li>\n	<li>Don’t forget about non-covered dental and vision expenses; HSA contributions can be used for those services as well</li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>More ways to grow your savings</strong><i></i></h3>\n<p><span style=\"color: #242424;\">Your contributions are tax-deductible, so they will reduce the amount of money you pay in federal income taxes. Then your HSA will earn tax-free interest on the balance. When your HSA reaches a certain level ($1,000), you can invest your money in mutual funds to achieve an even higher rate of growth.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hsa-fsa/\" url_new_window=\"on\" button_text=\"Health Savings and Spending Accounts\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/medical/\" url_new_window=\"on\" button_text=\"Medical Plan Options\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HDHP and HSA', '						', 'inherit', 'closed', 'closed', '', '6029-revision-v1', '', '', '2024-09-04 22:04:14', '2024-09-04 22:04:14', '', 6029, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7251', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7252, 1, '2024-09-04 22:04:42', '2024-09-04 22:04:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" body_font=\"Arial|600|||||||\" body_font_size=\"46px\" body_line_height=\"1em\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hdhp-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>High-Deductible Health<br>Plans (HDHPs) and the Health<br>Savings Account (HSA)</p>\n<h2>How they work together to save you money</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong>What is an HDHP?</strong></h3>\n<p><span style=\"color: #242424;\">The Value Plan and Premier Plan are both HDHPs featuring low premiums and a high deductible. HDHPs let you pay less money from your paycheck for coverage, but you’ll pay the full cost of medical services until you reach your deductible. That’s where the HSA can help you save.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong>What is an HSA?</strong></h3>\n<p><span style=\"color: #242424;\">An HSA is a tax-advantaged medical savings account available to taxpayers in the United States who are enrolled in an HDHP. The funds contributed to an account are not subject to federal income tax at the time of deposit, and if used for qualified health care expenses, are never taxed.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1><strong><span style=\"color: #002a4e;\">How do an HDHP and an\nHSA work together?</span></strong></h1>\nYou can use money from your HSA to help pay for the higher deductible of the Value or Premier Plan and other qualified health care expenses. So, you benefit from a lower monthly premium, and you can use tax-free money to help you reach your deductible.\n<br>Refer to <a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\"><strong>IRS Publication 502</strong></a> for a list of the qualified health care expenses.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"30px||30px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Save on health care. Stay in the Banner Health Network.\" _builder_version=\"4.25.2\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Use fewer HSA dollars while you’re working toward your deductible when you get care in the Banner Health Network. You will get more for your HSA money when you use Banner physicians, pharmacies, laboratories and other services.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6032\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>Banner Health’s contribution does count toward annual maximum.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>How much should I contribute to an HSA?</strong><i></i></h3>\n<p><span style=\"color: #242424;\">The IRS regulates how much you can contribute to your HSA every year. These limits include any money Banner deposits into your HSA on the Premier Plan.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<span style=\"color: #242424;\">Here are some suggestions on what amount to contribute to an HSA:</span></span>\n<ul>\n	<span style=\"color: #000000;\"><li>At least the amount of your deductible, so you’re ready for those expenses you would have to pay out of pocket</li>\n	<li>The amount you’re saving on your premiums</li>\n	<li>The maximum allowed by the IRS to benefit from the tax advantages</li>\n	<li>Don’t forget about non-covered dental and vision expenses; HSA contributions can be used for those services as well</li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>More ways to grow your savings</strong><i></i></h3>\n<p><span style=\"color: #242424;\">Your contributions are tax-deductible, so they will reduce the amount of money you pay in federal income taxes. Then your HSA will earn tax-free interest on the balance. When your HSA reaches a certain level ($1,000), you can invest your money in mutual funds to achieve an even higher rate of growth.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hsa-fsa/\" url_new_window=\"on\" button_text=\"Health Savings and Spending Accounts\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/medical/\" url_new_window=\"on\" button_text=\"Medical Plan Options\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HDHP and HSA', '						', 'inherit', 'closed', 'closed', '', '6029-revision-v1', '', '', '2024-09-04 22:04:42', '2024-09-04 22:04:42', '', 6029, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7252', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7254, 1, '2024-09-04 22:06:13', '2024-09-04 22:06:13', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Banner|Aetna Concierge:\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/concierge.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Your personal assistant for health care</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Not sure where to turn?</h2>\n<p><span style=\"color: #000000;\">We’ve all been there—needing help with our health plan but not sure where to turn.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Your concierge has answers</h2>\n<p><span style=\"color: #000000;\">It’s a big, complex world of health care out there. Your <strong><a href=\"https://www.banneraetna.com/en/members.html\" target=\"_blank\" rel=\"noopener\">Banner|Aetna</a></strong> concierge can help you make sense of it.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>You may be wondering:</h2>\n<span style=\"color: #000000;\">\n<ul>\n<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Something doesn’t appear correct on my Explanation of Benefits (EOB). Can you help me?<br /><li><span style=\"color: #000000;\">How can I find the right specialist?</li>\n<li><span style=\"color: #000000;\">I’ve been diagnosed. Now what?</span></li>\n<li><span style=\"color: #000000;\">Is my health plan going to cover this?</span></li>\n<li><span style=\"color: #000000;\">How much is this going to cost me?</span></li>\n</ul>\n</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Get Support to:</span></h2>\n<ul>\n<ul style=\"padding-left: 30px;\"><li><span style=\"color: #ffffff;\">Choose the right doctor</span></li>\n<li><span style=\"color: #ffffff;\">Learn about your coverage</span></li>\n<li><span style=\"color: #ffffff;\">Understand a diagnosis</span></li>\n<li><span style=\"color: #ffffff;\">Plan for upcoming treatment</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Health care help is here</span></h2>\nSpeak with a concierge. Call 855-788-5803. Your concierge is available 8 a.m. to 6 p.m. (MST), Monday through Friday.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Concierge', '						', 'inherit', 'closed', 'closed', '', '6249-revision-v1', '', '', '2024-09-04 22:06:13', '2024-09-04 22:06:13', '', 6249, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7254', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7262, 1, '2024-09-04 22:17:37', '2024-09-04 22:17:37', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Required notices\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner complies with applicable federal civil rights laws and does not discriminate, exclude or treat people differently because of race, color, national origin, age, disability or sex.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4><strong><span style=\"color: #000000;\">Banner Resources</span></strong></h4>\n<span style=\"color: #000000;\"></span>\n<ul>\n	<ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li>Free aids and services to people with disabilities to communicate effectively with us, such as qualified sign language interpreters or written information in other formats (large print, audio, accessible\nelectronic formats, other formats)</li>\n	<li><span style=\"color: #000000;\">Free language services to people whose primary language is not English, such as qualified interpreters or information written in other languages</span></li>\n	<li><span style=\"color: #000000;\">Contact MyHR at 602-747-6947</span></li>\n</ul>\n&nbsp;\n\n<span style=\"color: #000000;\">You can find our required notices on the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents\" target=\"_blank\" rel=\"noopener\"><strong>Documents Page</strong></a> to help you understand your benefits. Paper copies may be requested, free of charge, by calling Banner Benefits Resource Center at 833-849-9825</span>.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-2.jpg\" title_text=\"Excited girl playing hockey with boy at yard against blue sky\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Required Notices', '						', 'inherit', 'closed', 'closed', '', '6078-revision-v1', '', '', '2024-09-04 22:17:37', '2024-09-04 22:17:37', '', 6078, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7262', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7267, 1, '2024-09-04 22:20:55', '2024-09-04 22:20:55', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Non-Tobacco User Discount\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/tobacco.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"||-60px||false|false\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/tobacco-3.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">Banner Health offers a Non-Tobacco User Discount on</span><span> </span><span style=\"color: #000000;\">premiums to encourage members not to use tobacco products.</span><span> </span><span style=\"color: #000000;\">Tobacco products include cigarettes, cigars, pipes, smokeless</span><span> </span><span style=\"color: #000000;\">tobacco and electronic devices such as e-cigarettes or any other</span><span> </span><span style=\"color: #000000;\">product manufactured from tobacco and intended for use by</span><span> </span><span style=\"color: #000000;\">smoking, inhalation, chewing, sniffing or sucking.</span></p><br>\n<p><span style=\"color: #000000;\">The Non-Tobacco User Discount is available to all plan members in one of two ways: </span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>If you and each of your enrolled dependents do not use tobacco products, you indicate your non-tobacco user status during enrollment and receive the premium discount. If you or any of your enrolled dependents later begin using tobacco products, you must notify the MyBenefits Resource Center at <span style=\"font-size: 14px;\">833-849-9825 </span><span style=\"font-size: 14px;\">immediately of this change in your non-tobacco status.</span></li>\n<li><span style=\"color: #000000;\">If you or a covered dependent uses a tobacco product, you may still qualify for the Non-Tobacco User Discount by successfully completing an online tobacco cessation program, available at no cost through the <strong><a href=\"https://freedomfromsmoking.org/dashboard/register/3efbdb54-5ad5-4d0e-b643-fff42e5810da\" target=\"_blank\" rel=\"noopener\">Freedom From Smoking Plus program</a></strong>. The program consists of nine sessions to assist you in a step-by-step quitting process at your own pace, along with continuous telephonic support from the American Lung Association’s tobacco treatment counselors whenever you need it.</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"14px||-65px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-30px||-30px||false|false\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To get started, register for and complete the designated online Tobacco Cessation Program. Follow these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Log in to <strong><a href=\"https://www.freedomfromsmoking.org/\" target=\"_blank\" rel=\"noopener\">freedomfromsmoking.org</a></strong>. You will be prompted to set a username and password.</span></li>\n	<li><span style=\"color: #000000;\">Complete the program and get a certificate of completion.</span></li>\n	<li><span style=\"color: #000000;\">Go to <strong><a href=\"https://myhr.bannerhealth.com\" target=\"_blank\" rel=\"noopener\">MyHR|Workday</a></strong> to provide Banner Health with your certificate of completion and request the discount.</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To receive the discount retroactive to your first day of coverage in the 2025 plan year, you must complete all required steps within 90 days of your first day of coverage. If you complete all the required steps outside these time frames, your discount will become effective on the first day of the following month.</span>\n<br>\n<span style=\"color: #000000;\">If your doctor states that the Tobacco Cessation Program is not medically appropriate for you, please contact the MyBenefits Resource Center at 833-849-9825 for assistance. We will work with your doctor, if you wish, to </span><span style=\"color: #000000;\">find an alternative that is right for your health status and provides you with the same discount.</span>\n<br>\n<span style=\"color: #000000;\">For more information about the Tobacco Cessation Program, visit the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\" target=\"_blank\" rel=\"noopener\"><strong>Banner Documents Portal</strong></a> and select the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=10&amp;wpfd_file_id=1886&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\">Tobacco Cessation Program</a></strong> under additional resources.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#FFFFFF\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\">For more information about the Tobacco Cessation Program, visit the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>Banner Documents Portal</strong></a> and select the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=10&amp;wpfd_file_id=1886&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">Tobacco Cessation Program</a></strong> under additional resources.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Cessation', '						', 'inherit', 'closed', 'closed', '', '6178-revision-v1', '', '', '2024-09-04 22:20:55', '2024-09-04 22:20:55', '', 6178, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7267', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7268, 1, '2024-09-04 22:22:44', '2024-09-04 22:22:44', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Non-Tobacco User Discount\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/tobacco.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"||-60px||false|false\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/tobacco-3.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">Banner Health offers a Non-Tobacco User Discount on</span><span> </span><span style=\"color: #000000;\">premiums to encourage members not to use tobacco products.</span><span> </span><span style=\"color: #000000;\">Tobacco products include cigarettes, cigars, pipes, smokeless</span><span> </span><span style=\"color: #000000;\">tobacco and electronic devices such as e-cigarettes or any other</span><span> </span><span style=\"color: #000000;\">product manufactured from tobacco and intended for use by</span><span> </span><span style=\"color: #000000;\">smoking, inhalation, chewing, sniffing or sucking.</span></p><br><br>\n<p><span style=\"color: #000000;\">The Non-Tobacco User Discount is available to all plan members in one of two ways: </span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>If you and each of your enrolled dependents do not use tobacco products, you indicate your non-tobacco user status during enrollment and receive the premium discount. If you or any of your enrolled dependents later begin using tobacco products, you must notify the MyBenefits Resource Center at <span style=\"font-size: 14px;\">833-849-9825 </span><span style=\"font-size: 14px;\">immediately of this change in your non-tobacco status.</span></li>\n<li><span style=\"color: #000000;\">If you or a covered dependent uses a tobacco product, you may still qualify for the Non-Tobacco User Discount by successfully completing an online tobacco cessation program, available at no cost through the <strong><a href=\"https://freedomfromsmoking.org/dashboard/register/3efbdb54-5ad5-4d0e-b643-fff42e5810da\" target=\"_blank\" rel=\"noopener\">Freedom From Smoking Plus program</a></strong>. The program consists of nine sessions to assist you in a step-by-step quitting process at your own pace, along with continuous telephonic support from the American Lung Association’s tobacco treatment counselors whenever you need it.</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"14px||-65px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-30px||-30px||false|false\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To get started, register for and complete the designated online Tobacco Cessation Program. Follow these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Log in to <strong><a href=\"https://www.freedomfromsmoking.org/\" target=\"_blank\" rel=\"noopener\">freedomfromsmoking.org</a></strong>. You will be prompted to set a username and password.</span></li>\n	<li><span style=\"color: #000000;\">Complete the program and get a certificate of completion.</span></li>\n	<li><span style=\"color: #000000;\">Go to <strong><a href=\"https://myhr.bannerhealth.com\" target=\"_blank\" rel=\"noopener\">MyHR|Workday</a></strong> to provide Banner Health with your certificate of completion and request the discount.</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To receive the discount retroactive to your first day of coverage in the 2025 plan year, you must complete all required steps within 90 days of your first day of coverage. If you complete all the required steps outside these time frames, your discount will become effective on the first day of the following month.</span>\n<br>\n<span style=\"color: #000000;\">If your doctor states that the Tobacco Cessation Program is not medically appropriate for you, please contact the MyBenefits Resource Center at 833-849-9825 for assistance. We will work with your doctor, if you wish, to </span><span style=\"color: #000000;\">find an alternative that is right for your health status and provides you with the same discount.</span>\n<br>\n<span style=\"color: #000000;\">For more information about the Tobacco Cessation Program, visit the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\" target=\"_blank\" rel=\"noopener\"><strong>Banner Documents Portal</strong></a> and select the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=10&amp;wpfd_file_id=1886&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\">Tobacco Cessation Program</a></strong> under additional resources.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#FFFFFF\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\">For more information about the Tobacco Cessation Program, visit the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>Banner Documents Portal</strong></a> and select the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=10&amp;wpfd_file_id=1886&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">Tobacco Cessation Program</a></strong> under additional resources.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Cessation', '						', 'inherit', 'closed', 'closed', '', '6178-revision-v1', '', '', '2024-09-04 22:22:44', '2024-09-04 22:22:44', '', 6178, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7268', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7280, 1, '2024-09-04 22:36:27', '2024-09-04 22:36:27', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Retirement Plan through Fidelity\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/401k-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner Health partners with Fidelity Investments to offer you retirement plan options. You can enroll or change your election at any time by contacting Fidelity.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#efefef\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k)</strong></span></h2>\n<p><span style=\"color: #000000;\">The Banner Health 401(k) plan is a great way to save money on a pre-tax and Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS annual allowable limits. The first 4% of your contributions must be on a pre-tax basis, then any additional contribution may be pre-tax, Roth post-tax or both. Your 401(k) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><br />You are eligible to participate in the 401(k) if you are a regular full-time, part-time, per-diem or flat-rate team member.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k) employer match</strong></span></h2>\n<p><span style=\"color: #000000;\">After your one-year anniversary, Banner will match your 401(k) pre-tax contributions, dollar for dollar, up to 4% of your eligible compensation.<br />The match is not included in your annual contributions limit.</span></p>\n<p><span style=\"color: #000000;\"><br />The employer match is calculated and deposited to your account every pay period. However, Banner will evaluate your earnings and contributions from the prior calendar year to determine what the employer match would’ve been had the calculation been done on a full-year basis. Banner will make a true-up matching contribution during the first quarter to reconcile the difference if you meet certain eligibility and timing requirements. When calculating the true-up match, Banner will consider the earnings and contributions for the pay periods during which you were eligible for the match.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><span style=\"color: #000000;\"><strong>403(b)</strong></span></h2>\n<p><span style=\"color: #000000;\">As a registry <strong>(Banner Staffing Services)</strong> team member, the Banner Health 403(b) Plan allows you to save money on a pre-tax and/or Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS allowable annual limits. Your 403(b) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/401k-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Investing</strong></span></h2>\n<p><span style=\"color: #000000;\">You can invest all contributions, including any matching contributions and rollovers, in your choice of available investment funds. If you do not specify the investment funds when you enroll, your contributions will be defaulted into a target date fund appropriate for your retirement age.<br /><br>Before investing in any mutual fund, please carefully consider the investment objectives, risks, charges and expenses. For this and other information, call or write Fidelity for a free prospectus. Read it carefully before you invest.<br /><br>You can enroll or change your election at any time by contacting Fidelity.<br /><br>Phone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)<br />Website: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\">netbenefits.com/BannerHealth</a></strong> or <strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\">netbenefits.com/easy</a></strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" background_color=\"#78b956\" background_layout=\"dark\" custom_margin=\"||||false|false\" custom_padding=\"25px||25px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Contact Fidelity</strong></span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Phone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Website: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/BannerHealth</a></strong> or</span>\n<span style=\"color: #ffffff;\"><strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/easy</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://workplaceservices.fidelity.com/mybenefits/employerservices/navigation/es2/ContributionCalculator\" url_new_window=\"on\" button_text=\"Contribution Calculator\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/app/nurdomestic?AuthRedUrl=https://workplaceservices.fidelity.com/mybenefits/savings/navigation/dc/EZELanding#/nurDomestic/verifyIdentity\" url_new_window=\"on\" button_text=\"Fidelity Enrollment\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Retirement', '						', 'inherit', 'closed', 'closed', '', '6147-revision-v1', '', '', '2024-09-04 22:36:27', '2024-09-04 22:36:27', '', 6147, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7280', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7281, 1, '2024-09-04 22:37:23', '2024-09-04 22:37:23', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Retirement Plan through Fidelity\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/401k-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner Health partners with Fidelity Investments to offer you retirement plan options. You can enroll or change your election at any time by contacting Fidelity.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#efefef\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k)</strong></span></h2>\n<p><span style=\"color: #000000;\">The Banner Health 401(k) plan is a great way to save money on a pre-tax and Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS annual allowable limits. The first 4% of your contributions must be on a pre-tax basis, then any additional contribution may be pre-tax, Roth post-tax or both. Your 401(k) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><br />You are eligible to participate in the 401(k) if you are a regular full-time, part-time, per-diem or flat-rate team member.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k) employer match</strong></span></h2>\n<p><span style=\"color: #000000;\">After your one-year anniversary, Banner will match your 401(k) pre-tax contributions, dollar for dollar, up to 4% of your eligible compensation.<br />The match is not included in your annual contributions limit.</span></p>\n<p><span style=\"color: #000000;\"><br />The employer match is calculated and deposited to your account every pay period. However, Banner will evaluate your earnings and contributions from the prior calendar year to determine what the employer match would’ve been had the calculation been done on a full-year basis. Banner will make a true-up matching contribution during the first quarter to reconcile the difference if you meet certain eligibility and timing requirements. When calculating the true-up match, Banner will consider the earnings and contributions for the pay periods during which you were eligible for the match.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>403(b)</strong></span></h2>\n<p><span style=\"color: #000000;\">As a registry <strong>(Banner Staffing Services)</strong> team member, the Banner Health 403(b) Plan allows you to save money on a pre-tax and/or Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS allowable annual limits. Your 403(b) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/401k-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><span style=\"color: #000000;\"><strong>Investing</strong></span></h2>\n<span style=\"color: #000000;\">You can invest all contributions, including any matching contributions and rollovers, in your choice of available investment funds. If you do not specify the investment funds when you enroll, your contributions will be defaulted into a target date fund appropriate for your retirement age.</span>\n<span style=\"color: #000000;\">\nBefore investing in any mutual fund, please carefully consider the investment objectives, risks, charges and expenses. For this and other information, call or write Fidelity for a free prospectus. Read it carefully before you invest.\n<span style=\"color: #000000;\">\nYou can enroll or change your election at any time by contacting Fidelity.\n<span style=\"color: #000000;\">\nPhone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)\nWebsite: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\">netbenefits.com/BannerHealth</a></strong> or <strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\">netbenefits.com/easy</a></strong>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" background_color=\"#78b956\" background_layout=\"dark\" custom_margin=\"||||false|false\" custom_padding=\"25px||25px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Contact Fidelity</strong></span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Phone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Website: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/BannerHealth</a></strong> or</span>\n<span style=\"color: #ffffff;\"><strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/easy</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://workplaceservices.fidelity.com/mybenefits/employerservices/navigation/es2/ContributionCalculator\" url_new_window=\"on\" button_text=\"Contribution Calculator\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/app/nurdomestic?AuthRedUrl=https://workplaceservices.fidelity.com/mybenefits/savings/navigation/dc/EZELanding#/nurDomestic/verifyIdentity\" url_new_window=\"on\" button_text=\"Fidelity Enrollment\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Retirement', '						', 'inherit', 'closed', 'closed', '', '6147-revision-v1', '', '', '2024-09-04 22:37:23', '2024-09-04 22:37:23', '', 6147, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7281', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7284, 1, '2024-09-04 22:40:58', '2024-09-04 22:40:58', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Adoption Assistance plan overview\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-2-new.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health wants to support you if you’re in the process of growing your family through adoption by reimbursing eligible adoption expenses.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Who is eligible</strong></h2>\n<p><span style=\"color: #000000;\">Banner team members who are classified as regular FT/PT assigned a total FTE (full-time equivalent) of 50% or greater and have completed one year of service prior to the start of the adoption proceedings for which reimbursement is to be provided.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>How it works</strong></h2>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>The plan will reimburse eligible team members for costs incurred to adopt either a child under the age of 18 or someone of any age physically or mentally incapable of self-care.</li>\n<li><span style=\"color: #000000;\">$10,000 is the maximum amount of expenses that Banner will reimburse under this plan.</span></li>\n</ul>\n</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>General provisions</strong></h2>\n<span style=\"color: #000000;\">Banner Health administers the plan and has sole discretionary authority to interpret the plan, to make eligibility and benefit determinations and to make factual determinations in connection with the plan, which are final and binding.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>What Banner will reimburse</strong></h2>\n<p><span style=\"color: #000000;\">The expenses related to an adoption that are reimbursable under this program as qualified adoption expenses are the substantiated, reasonable and necessary adoption fees, court costs, attorney fees and other expenses (excluding, however, (i) travel expenses, (ii) living, medical and delivery expenses of a birth mother and (iii) any other expenses not permitted for reimbursement under the Code) that:</span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>a)</strong>  are directly related to, and the principal purpose of which is for, the legal adoption of an Eligible Child by the Eligible team member;</span></li>\n<li><span style=\"color: #000000;\"><strong>b)</strong>  are not incurred in violation of state or federal law or in carrying out any surrogate parenting arrangement; and</span></li>\n<li><span style=\"color: #000000;\"><strong>c)</strong>  are not expenses in connection with the adoption of a child who is the child of the Eligible team member’s spouse. (However, see Special Non-Qualified Benefit in plan.)</span><i></i></li>\n</ul>\n<p><span style=\"color: #000000;\"><i>Approved reimbursements are awarded on the final paycheck each </i><i>month. If you submit an application and/or documentation near the end of </i><i>the month, your reimbursement will process in the following month.</i></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Important tax considerations</strong></h2>\n<p><span style=\"color: #000000;\">This plan benefits all eligible team members, and its eligibility requirements do not discriminate in favor of highly compensated employees or their dependents as required under §137 of the Internal Revenue Code. Federal and state taxes may apply to qualified adoption expenses reimbursed under this plan. A portion of the reimbursements under the plan may be excludable from your income for federal income taxes to the extent you qualify under<strong> Internal Revenue Code §137 and by filing Form 8839 with your federal income taxes.</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>1.</strong> For domestic adoptions, reimbursements for qualified adoption expenses may be excludable from a team member’s gross income for the tax year in which the qualified adoption expenses are reimbursed.</span></p>\n<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>2.</strong> For foreign adoptions, this exclusion may only be available for the tax year in which the adoption becomes final.</span></p>\n<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>3.</strong> Banner is required to withhold applicable federal employment taxes (FICA and FUTA) and to report the total amount of reimbursements on your Form W-2. Banner Health will not withhold other federal income taxes for reimbursements made under this plan, and you may be required to pay taxes on these reimbursements when you file your tax returns.</span></p>\n<p style=\"padding-left: 80px;\"><span style=\"color: #000000;\"><strong>a)</strong> You also may be entitled to a federal income tax credit for adoption expenses that are not reimbursed under this plan or elsewhere. You will need to coordinate the income exclusion and tax credit to determine the greatest tax benefit for you and</span><br /><span style=\"color: #000000;\">your family.</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">For additional information about the federal income exclusion and tax credit, please refer to the <strong><a href=\"https://www.irs.gov/forms-pubs/about-form-8839\" target=\"_blank\" rel=\"noopener\">Instructions to Form 8839</a></strong>, available from the IRS and on the IRS website at <strong><a href=\"https://www.irs.gov/\" target=\"_blank\" rel=\"noopener\">irs.gov</a></strong>. Banner does not make any commitment or guarantee that any reimbursements under the plan will be excludable in whole or in part from your gross income for federal or state income tax purposes, or that any other federal or state tax treatment will apply to or be available to you.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\"><strong>The tax treatment of reimbursements of qualified adoption expenses under this plan is complex and will depend on your personal tax situation. Banner does not provide team members with personal tax advice. We strongly recommend that you speak to your personal tax advisor.</strong></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This plan overview is not the plan. See the Adoption Assistance Plan and Application below for complete information. Click the link below and type in “Adoption Assistance” to find the policy information and application.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"Service Hub\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '6196-revision-v1', '', '', '2024-09-04 22:40:58', '2024-09-04 22:40:58', '', 6196, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7284', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7285, 1, '2024-09-04 22:41:21', '2024-09-04 22:41:21', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Adoption Assistance plan overview\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-2-new.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health wants to support you if you’re in the process of growing your family through adoption by reimbursing eligible adoption expenses.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Who is eligible</strong></h2>\n<p><span style=\"color: #000000;\">Banner team members who are classified as regular FT/PT assigned a total FTE (full-time equivalent) of 50% or greater and have completed one year of service prior to the start of the adoption proceedings for which reimbursement is to be provided.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><strong>How it works</strong></h2>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>The plan will reimburse eligible team members for costs incurred to adopt either a child under the age of 18 or someone of any age physically or mentally incapable of self-care.</li>\n<li><span style=\"color: #000000;\">$10,000 is the maximum amount of expenses that Banner will reimburse under this plan.</span></li>\n</ul>\n</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>General provisions</strong></h2>\n<span style=\"color: #000000;\">Banner Health administers the plan and has sole discretionary authority to interpret the plan, to make eligibility and benefit determinations and to make factual determinations in connection with the plan, which are final and binding.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>What Banner will reimburse</strong></h2>\n<p><span style=\"color: #000000;\">The expenses related to an adoption that are reimbursable under this program as qualified adoption expenses are the substantiated, reasonable and necessary adoption fees, court costs, attorney fees and other expenses (excluding, however, (i) travel expenses, (ii) living, medical and delivery expenses of a birth mother and (iii) any other expenses not permitted for reimbursement under the Code) that:</span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>a)</strong>  are directly related to, and the principal purpose of which is for, the legal adoption of an Eligible Child by the Eligible team member;</span></li>\n<li><span style=\"color: #000000;\"><strong>b)</strong>  are not incurred in violation of state or federal law or in carrying out any surrogate parenting arrangement; and</span></li>\n<li><span style=\"color: #000000;\"><strong>c)</strong>  are not expenses in connection with the adoption of a child who is the child of the Eligible team member’s spouse. (However, see Special Non-Qualified Benefit in plan.)</span><i></i></li>\n</ul>\n<p><span style=\"color: #000000;\"><i>Approved reimbursements are awarded on the final paycheck each </i><i>month. If you submit an application and/or documentation near the end of </i><i>the month, your reimbursement will process in the following month.</i></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Important tax considerations</strong></h2>\n<p><span style=\"color: #000000;\">This plan benefits all eligible team members, and its eligibility requirements do not discriminate in favor of highly compensated employees or their dependents as required under §137 of the Internal Revenue Code. Federal and state taxes may apply to qualified adoption expenses reimbursed under this plan. A portion of the reimbursements under the plan may be excludable from your income for federal income taxes to the extent you qualify under<strong> Internal Revenue Code §137 and by filing Form 8839 with your federal income taxes.</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>1.</strong> For domestic adoptions, reimbursements for qualified adoption expenses may be excludable from a team member’s gross income for the tax year in which the qualified adoption expenses are reimbursed.</span></p>\n<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>2.</strong> For foreign adoptions, this exclusion may only be available for the tax year in which the adoption becomes final.</span></p>\n<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>3.</strong> Banner is required to withhold applicable federal employment taxes (FICA and FUTA) and to report the total amount of reimbursements on your Form W-2. Banner Health will not withhold other federal income taxes for reimbursements made under this plan, and you may be required to pay taxes on these reimbursements when you file your tax returns.</span></p>\n<p style=\"padding-left: 80px;\"><span style=\"color: #000000;\"><strong>a)</strong> You also may be entitled to a federal income tax credit for adoption expenses that are not reimbursed under this plan or elsewhere. You will need to coordinate the income exclusion and tax credit to determine the greatest tax benefit for you and</span> <span style=\"color: #000000;\">your family.</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">For additional information about the federal income exclusion and tax credit, please refer to the <strong><a href=\"https://www.irs.gov/forms-pubs/about-form-8839\" target=\"_blank\" rel=\"noopener\">Instructions to Form 8839</a></strong>, available from the IRS and on the IRS website at <strong><a href=\"https://www.irs.gov/\" target=\"_blank\" rel=\"noopener\">irs.gov</a></strong>. Banner does not make any commitment or guarantee that any reimbursements under the plan will be excludable in whole or in part from your gross income for federal or state income tax purposes, or that any other federal or state tax treatment will apply to or be available to you.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\"><strong>The tax treatment of reimbursements of qualified adoption expenses under this plan is complex and will depend on your personal tax situation. Banner does not provide team members with personal tax advice. We strongly recommend that you speak to your personal tax advisor.</strong></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This plan overview is not the plan. See the Adoption Assistance Plan and Application below for complete information. Click the link below and type in “Adoption Assistance” to find the policy information and application.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"Service Hub\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '6196-revision-v1', '', '', '2024-09-04 22:41:21', '2024-09-04 22:41:21', '', 6196, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7285', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7297, 1, '2024-09-04 22:55:02', '2024-09-04 22:55:02', '', 'awards-2b', '', 'inherit', 'open', 'closed', '', 'awards-2b', '', '', '2024-09-04 22:55:02', '2024-09-04 22:55:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/awards-2b.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7300, 1, '2024-09-04 22:56:36', '2024-09-04 22:56:36', '[et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/awards-2b.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Footer - 3 awards', '', 'publish', 'closed', 'closed', '', 'footer-3-awards', '', '', '2024-09-04 22:56:36', '2024-09-04 22:56:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/et_pb_layout/footer-3-awards/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7304, 1, '2024-09-05 15:48:01', '2024-09-05 15:48:01', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Banner|Aetna Concierge:\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/concierge.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Your personal assistant for health care</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Not sure where to turn?</h2>\n<p><span style=\"color: #000000;\">We’ve all been there—needing help with our health plan but not sure where to turn.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Your concierge has answers</h2>\n<p><span style=\"color: #000000;\">It’s a big, complex world of health care out there. Your <strong><a href=\"https://www.banneraetna.com/en/members.html\" target=\"_blank\" rel=\"noopener\">Banner|Aetna</a></strong> concierge can help you make sense of it.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>You may be wondering:</h2>\n<span style=\"color: #000000;\">\n<ul>\n<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Something doesn’t appear correct on my Explanation of Benefits (EOB). Can you help me?<br /><li><span style=\"color: #000000;\">How can I find the right specialist?</li>\n<li><span style=\"color: #000000;\">I’ve been diagnosed. Now what?</span></li>\n<li><span style=\"color: #000000;\">Is my health plan going to cover this?</span></li>\n<li><span style=\"color: #000000;\">How much is this going to cost me?</span></li>\n</ul>\n</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Get support to:</span></h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><span style=\"color: #ffffff;\">Choose the right doctor</span></li>\n<li><span style=\"color: #ffffff;\">Learn about your coverage</span></li>\n<li><span style=\"color: #ffffff;\">Understand a diagnosis</span></li>\n<li><span style=\"color: #ffffff;\">Plan for upcoming treatment</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Health care help is here</span></h2>\nSpeak with a concierge. Call 855-788-5803. Your concierge is available 8 a.m. to 6 p.m. (MST), Monday through Friday.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Concierge', '						', 'inherit', 'closed', 'closed', '', '6249-revision-v1', '', '', '2024-09-05 15:48:01', '2024-09-05 15:48:01', '', 6249, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7304', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7311, 1, '2024-09-05 19:35:00', '2024-09-05 19:35:00', '', '2025 COBRA Rates', '', 'publish', 'closed', 'closed', '', '2025-cobra-rates', '', '', '2024-11-05 18:58:51', '2024-11-05 18:58:51', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/15/66da07e6946fa.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7312, 1, '2024-09-05 19:35:00', '2024-09-05 19:35:00', '', '2025 Benefit Premiums', '', 'publish', 'closed', 'closed', '', '2025-benefit-premiums', '', '', '2024-11-04 16:41:18', '2024-11-04 16:41:18', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/15/66da07e6a571b.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7313, 1, '2024-09-05 19:35:02', '2024-09-05 19:35:02', '', '2025 Benefit Premiums - Residents & Fellows', '', 'publish', 'closed', 'closed', '', '2025-benefit-premiums-residents-fellows', '', '', '2024-09-05 19:35:02', '2024-09-05 19:35:02', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/15/66da07e6bffa0.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7315, 1, '2024-09-05 19:46:57', '2024-09-05 19:46:57', '', 'Banner_Health_US_English_2024_Certification_Badge', '', 'inherit', 'open', 'closed', '', 'banner_health_us_english_2024_certification_badge', '', '', '2024-09-05 19:46:57', '2024-09-05 19:46:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7320, 1, '2024-09-05 21:14:32', '2024-09-05 21:14:32', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dental through Cigna\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dental.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Shaping a healthy smile</span></strong></h2>\n<span style=\"color: #000000;\">Dental health goes beyond a pretty smile. Banner Health offers three different dental plans through Cigna. Each plan offers different coverage levels and costs to fit your unique needs. \n\nTo get the most out of your dental benefits, select a provider within your plan\'s network. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"COMPREHENSIVE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p>This dental health maintenance organization (DHMO) plan has the lowest premiums, no deductibles and no annual maximums. You pay a flat copay amount based on the covered service. You must select a general dentist from the DHMO network who will refer you to dental specialists as needed. There is no coverage for care from non-DHMO providers.<br /><strong><br />This plan is only offered based on the availability of network providers near your home ZIP code.</strong> If you move out of the network area, you will need to change plans. (If your home ZIP code has DHMO providers, this option will be displayed in Workday System during enrollment.)</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VALUE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:530px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This dental preferred provider option (DPPO) plan has deductibles for most services, and you pay a percentage of the costs for covered services. You may go to any dentist; however, you will receive discounted rates at a DPPO network provider. This plan does not include orthodontia coverage.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"PREMIER\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This DPPO plan has the highest premiums but offers the most coverage. It is similar to the Value Dental Plan, but also includes coverage for orthodontia and has higher annual maximums.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6048\"][/et_pb_code][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*The dental plans pay based on Reasonable and Customary (R&amp;C) limits.</h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span><span style=\"color: #000000;\">NOTE: If you participate in the</span> <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being/\" target=\"_blank\" rel=\"noopener\"><strong>MyWell-Being Program</strong></a><span style=\"color: #000000;\">, you can earn the Comprehensive Dental Plan at no cost for team member-only coverage. Team members in non-DHMO service areas will receive a $10 monthly credit.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Find a contracted dental provider</strong></span></h2>\n<h5><span style=\"color: #000000;\">Visit <strong><a href=\"http://my.cigna.com\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #3576ae;\">my.cigna.com</span></strong></a></strong>, call 800-244-6224 or use the myCigna app available in the Apple App Store or Google Play.</span></h5>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Take the Cigna\nDental quiz</strong></span></h2>\n<h5><span style=\"color: #000000;\">Can’t decide? Answer a few questions to find the plan that’s right for you.</span></h5>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=5702&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident and Fellow Benefits\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '6039-revision-v1', '', '', '2024-09-05 21:14:32', '2024-09-05 21:14:32', '', 6039, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7320', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7321, 1, '2024-09-05 21:15:15', '2024-09-05 21:15:15', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Vision through VSP\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/vision-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Prescribing a clearer vision</span></strong></h2>\n<p><span style=\"color: #000000;\">Even those with perfect eyesight should get their eyes checked on a regular basis. Banner Health offers two similar plans through Vision Service Plan (VSP). Both plans cover preventive exams, have the same</span> <span style=\"color: #000000;\">network and offer discounts through certain providers. Our vision network includes local providers as well as national companies</span> <span style=\"color: #000000;\">such as Costco and Visionworks.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:270px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Value Plan\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]The Value Plan offers access to VSP’s large network of providers at a lower premium. On this plan, you’re covered for an eye exam and lenses or contacts every 12 months and frames every 24 months. You pay a flat copay for in-network services and frames.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:270px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Premier Plan with EasyOptions enhancements\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]The Premier Plan has a higher premium but offers the most coverage. It’s like the Value Plan but also includes an allowance for laser vision care and a greater allowance for eyeglass frames every 12 months. And with the EasyOptions enhancements, you can choose one annual upgrade: a $250 frame allowance, a $300 featured frame brands allowance OR an anti-reflective coating.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6061\"][/et_pb_code][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span>NOTE: If you participate in the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3576ae;\">MyWell-Being Program</a></strong>, you can earn the Value Vision Plan at no cost for team member-only coverage. </span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>When scheduling an appointment, be sure to provide your member ID</strong></span></h2>\n<h5><strong>Q:</strong> What is my member ID?<br /><strong>A:</strong> When you verify your vision coverage with VSP or with a provider, your member ID is three zeros followed by your Lawson ID# (ex. 000303479).</h5>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=5702&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident and Fellow Benefits\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"30px||30px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Find a contracted VSP provider\" button_text=\"Visit VSP\" button_link=\"https://www.vsp.com/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#78b956\" background_enable_color=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Visit <span style=\"color: #ffffff;\"><a href=\"https://www.vsp.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>vsp.com</strong></a></span>, call 800-877-7195 or download the VSP app from the <strong>Apple App Store</strong> or <strong>Google Play</strong>.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/vision-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '6052-revision-v1', '', '', '2024-09-05 21:15:15', '2024-09-05 21:15:15', '', 6052, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7321', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7361, 1, '2024-09-12 11:51:56', '2024-09-12 11:51:56', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Health Savings and Spending Accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Health Savings Accounts (HSAs)</h2>\n<p><span style=\"color: #000000;\">An HSA is a bank account used for qualified health care expenses (medical, prescription, dental and vision). Contributions are pre-tax, and it is your personal account to use now and in the future. There is no “use it or lose it” rule, so funds roll over from year to year. You can even take it with you if you leave Banner Health.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" url_new_window=\"on\" button_text=\"How Your Medical Plan & the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>For 2025, Banner’s funding will be:</h4>\n<p><span style=\"color: #000000;\"><strong>Premier Plan:</strong> Banner Health will contribute $450 for individual coverage or $900 for family coverage. Contributions are made on a per-paycheck basis in 2025.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are multiple ways to fund your HSA:</h4>\n<ul>\n	<span style=\"color: #000000;\"><li>Contribute your own money through payroll deductions.</span></li>\n	<li><span style=\"color: #000000;\">Contribute your own post-tax money directly to the account.</span></li>\n	<li><span style=\"color: #000000;\">Banner Health makes per-paycheck contributions to your HSA.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"40px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your HSA.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #3575ae;\"><strong>Important information </strong><strong>about your HSA</strong></span></h3>\n<p><span style=\"color: #000000;\">Banner’s contributions to your HSA will be made on a per-paycheck basis.</span></p>\n<p><span style=\"color: #000000;\"> <br />Note: Due to rounding, your actual annual contribution may vary from your elected amount by a few cents, but will never exceed the allowable annual maximum.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4><strong>Manage your accounts with HealthEquity</strong><span style=\"color: #000000;\"></span></h4>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Visit the HealthEquity Education Center to learn more about how to manage your health care spending and maximize your savings. Log in to get started:</span></p>\n<span style=\"color: #000000;\"></span><br>\n<ul>\n	<span style=\"color: #000000;\"><li>HSA/FSA/COBRA education portal: <span style=\"font-size: 14px;\"></span><a href=\"https://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px;\"><b>healthequity.com/ed/BannerHealth</b></a></li>\n	<li>HSA/FSA account login: <span style=\"font-size: 14px;\"></span><a href=\"https://healthequity.com\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px;\"><b>healthequity.com</b></a></li>\n	<li>COBRA account login: <a href=\"https://wageworks.com\" target=\"_blank\" rel=\"noopener\"><strong>wageworks.com</strong></a></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#eff6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>Benefits of HSAs</strong></h4>\n<span style=\"color: #000000;\"><ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>Your HSA contributions come out of your paycheck pre-tax.</span><span style=\"color: #000000;\"></span>\n	<span style=\"color: #000000;\"><li>You earn tax-free interest.</li>\n	<li><span style=\"color: #000000;\">You can take money out tax-free if you use the money for qualified expenses for you and your eligible dependents—even if the dependents are not enrolled in your medical plan.</span></li><br>\n<span style=\"color: #000000;\">&nbsp;\nNOTE: HSA funds can’t be used on a domestic partner’s health care expenses even if he or she is covered on your medical plan, as he or she is not considered an eligible tax dependent by the IRS. </span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>HSA funds are yours to keep. There is no “use it or lose it” rule, and you can take the HSA with you if you change jobs and/or insurance plans.</span></li>\n	<li><span style=\"color: #000000;\">Once your savings reach $1,000, you can invest your money in mutual funds to achieve a higher rate of growth.</span></li>\n	<li><span style=\"color: #000000;\">After you retire, you can use the money for Medicare premiums.</span></li>\n	<li><span style=\"color: #000000;\">You can only use the funds in your HSA for qualified health care expenses.</span></li>\n	<li><span style=\"color: #000000;\">You can change your HSA contribution at any time throughout the year.</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>HSA eligibility</strong></h4>\n<p><span style=\"color: #000000;\"><strong>You are eligible to fund an HSA if you are enrolled in the Banner Health Value or Premier High-Deductible Health Plans. You are not eligible if you are:</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li>Covered by a non-HSA eligible medical plan, Health Care FSA (including an account provided through your spouse’s employer) or<br />health reimbursement arrangement</li>\n<li><span style=\"color: #000000;\">Eligible to be claimed as a dependent on someone else’s tax return</span></li>\n<li><span style=\"color: #000000;\">Enrolled in Medicare or TRICARE for Life.</span></li>\n<li><span style=\"color: #000000;\">Receiving Veterans Affairs (VA) benefits or have received</span></li>\n<li><span style=\"color: #000000;\">VA benefits in the last six months<br /></span></li>\n</ul>\n</span>\n<p><span style=\"color: #000000;\">Refer to <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-969\" target=\"_blank\" rel=\"noopener\">IRS Publication 969</a></strong> for additional eligibility details.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Flexible Spending Accounts</h2>\n<p><span style=\"color: #000000;\">Banner offers our team members two FSAs. These FSAs let you set aside money for health care or dependent care expenses on a per paycheck basis. This reduces your taxable income, which lowers the amount of federal and state taxes withheld from each paycheck.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">You can enroll in FSAs even if you aren’t enrolled in a Banner medical plan. However, you are not eligible to participate in the Health Care FSA if you are enrolled in the Value or Premier High-Deductible Health Plans.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are two ways to fund your Health Care FSA:</h4>\n<p></span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li>You can save up to $3,200 per year in a Health Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li>You can make claims on the entire planned contribution even before you make the actual payroll contributions.</li>\n<li>You can use the Health Care FSA for eligible medical, pharmacy, dental and vision expenses for you and your eligible dependents, even if they are not covered by your Banner Health plans.</li>\n<li>When using the debit card, you may still be required to mail or fax proof of your expenses, or the payment will become taxable.</li>\n<li>If you don’t use the debit card, you file a claim for reimbursement.</li>\n<li>There is a “use it or lose it” rule, so plan wisely. Any unused balance at the end of the plan year is forfeited.</li>\n<li>You can’t use the money for non-eligible expenses. If you do, you must pay regular income tax on the expenses.</li>\n<li>IRS guidelines require substantiation of claims processed through a debit card. Example: providing a copy of an Explanation of Benefits.</li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4><span style=\"color: #000000;\">Using a Dependent Care FSA</span></h4>\n<p><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<span style=\"color: #000000;\"><li>You can save up to $5,000 per year in a Dependent Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li><span style=\"color: #000000;\">As you incur expenses, you file a claim for reimbursement.</span></li>\n<li><span style=\"color: #000000;\">You can only make claims on the contributions that have come out of</span><span> </span><span style=\"color: #000000;\">your paycheck.</span></li>\n<li><span style=\"color: #000000;\">You can use the Dependent Care FSA for eligible day care expenses for children up to age 13 and elder care.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\">For details about eligible expenses under the FSAs, review IRS Publication 502 at <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\">irs.gov/forms-pubs/about-publication-502</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff6fb\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#eff6fb\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #3575ae;\"><strong>COBRA benefits by Health Equity </strong></span></h3>\n<span style=\"color: #000000;\">Beginning Jan. 1, 2023, benefit coverage ends on the date of your job change, qualifying life event or termination. Health Equity will send you a packet in the mail with your benefit options, costs, etc. for you to decide if you want to continue your benefits. If you elect COBRA, coverage will begin the day after your Banner benefits end. The first month\'s COBRA payment will be pro-rated for the days you are covered. You will have the option to elect up to 18 months of COBRA (other special circumstances-could allow longer timeframe).  [/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>Non-discrimination testing rules apply</strong></h3>\n\n<span style=\"color: #000000;\">To ensure non-highly compensated team members receive a fair share of the tax benefits offered through these plans, non-discrimination testing rules apply to prevent plans from allowing highly paid individuals to benefit at a higher percentage than non-highly paid individuals. Depending on the results of the testing, a highly compensated team member may not be eligible to contribute the maximum amount to an FSA. You will be notified if this applies to you.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your FSA.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HSA FSA', '						', 'inherit', 'closed', 'closed', '', '6253-revision-v1', '', '', '2024-09-12 11:51:56', '2024-09-12 11:51:56', '', 6253, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7361', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7363, 1, '2024-09-12 11:56:21', '2024-09-12 11:56:21', '', 'Smiling man spinning basketball on finger against city skyline', 'USA, New York, New York City', 'inherit', 'open', 'closed', '', 'smiling-man-spinning-basketball-on-finger-against-city-skyline', '', '', '2024-09-12 11:56:21', '2024-09-12 11:56:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7369, 1, '2024-12-30 21:01:48', '2024-09-12 12:01:22', '', 'COBRA Premiums', '', 'publish', 'closed', 'closed', '', 'cobra', '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7369', 22, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7373, 1, '2024-09-12 12:07:04', '2024-09-12 12:07:04', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Planned Time Off programs\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong>Paid Time Off</strong></h3>\n<p><span style=\"color: #000000;\">You must use your Paid Time Off (PTO) hours for vacation time, holidays, other personal time off from work and, when applicable, sick days. You must obtain approval in advance from your leader before using your PTO hours.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>Who is eligible</h3>\n<span style=\"color: #212121;\"><strong>You are eligible for PTO if you are a regular full-time or part-time team member assigned a total FTE (full-time equivalent) of 50% or greater.</strong></span>\n\n<span style=\"color: #000000;\">\nPTO benefits are accrued in hours based on working a maximum of 80 hours per pay period. No PTO credit is earned for hours worked more than 80 hours per pay period. For those who worked less than 80 hours per pay period, the earned hours will be prorated based on actual hours worked.[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>PTO Donation Program</strong></h3>\n<p><span style=\"color: #000000;\">Banner Health allows PTO donations to assist team members with unexpected needs. This program allows us to help each other. For program details and eligibility criteria, click <strong><a href=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Paid-Time-Off\" target=\"_blank\" rel=\"noopener\">here</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Physician Time Off</strong></h3>\n<p><span style=\"color: #000000;\">Physician Time Off, also referenced as Approved Time Off (ATO), is paid time off for a variety of circumstances, including holidays, personal/ vacation time, sick days and leaves of absence. The Physician Time Off plan provides flexibility, allowing you to take personal time off with pay, subject to business needs and scheduling. </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>Who is eligible</h3>\n<p><span style=\"color: #212121;\"><strong>You are eligible for Physician Time Off if you are classified as a regular full-time or part-time physician assigned a total FTE of 50% or greater. </strong></span></p>\n<p><span style=\"color: #000000;\"><br />Shift-based physicians (i.e., hospitalists and intensivists) are ineligible to participate in the Physician Time Off plan. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" hover_enabled=\"0\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong>Mandated Sick Time</strong></h3>\n<p><span style=\"color: #000000;\">Team members are entitled to Paid Sick Time as designated by law based on the state in which they work.  \nEarned Paid Sick Time may be used for the following purposes: (1) medical care or mental or physical illness, injury or health condition; (2) a public health emergency; or (3) absence due to domestic violence, sexual violence, abuse or stalking. Team members may use earned Paid Sick Time for themselves or for family members. Certain states offer expanded use.  \n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner automatically provides this coverage for eligible team members. No enrollment is required. To view details regarding your time away from work, search planned time off on Banner Connect or visit:[/et_pb_text][et_pb_button button_url=\"http://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"PLANNED TIME OFF\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3575ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#4e80ad\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-2.jpg\" title_text=\"pto-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Planned Time Off', '						', 'inherit', 'closed', 'closed', '', '6115-revision-v1', '', '', '2024-09-12 12:07:04', '2024-09-12 12:07:04', '', 6115, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7373', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7375, 1, '2024-09-12 12:10:12', '2024-09-12 12:10:12', '', 'Screenshot 2024-09-12 at 7.09.45 AM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-12-at-7-09-45-am', '', '', '2024-09-12 12:10:12', '2024-09-12 12:10:12', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Screenshot-2024-09-12-at-7.09.45 AM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7376, 1, '2024-09-12 12:11:46', '2024-09-12 12:11:46', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-15', '', '', '2024-09-12 12:11:46', '2024-09-12 12:11:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7381, 1, '2024-09-12 12:14:15', '2024-09-12 12:14:15', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Life and AD&D insurance\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/life-add.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Life and AD&amp;D coverage protects your loved ones should the unthinkable happen to you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner Health provides Basic Life and Accidental Death and Dismemberment (AD&amp;D) insurance to all benefits-eligible team members equal to your annual compensation (up to plan limits). When newly eligible, you can elect up to 10x your annual earnings in additional Voluntary Life and AD&amp;D insurance. The maximum amount of coverage is subject to a $2,000,000 maximum that is combined with your Basic Life Insurance amount. Evidence of Insurability will be required for any Voluntary Life election that exceeds the lesser of 5x your annual earnings or $1 million.</span>\n<br><span style=\"color: #000000;\">\nDuring Open Enrollment or if you experience a Qualifying Life Event, you may also increase your coverage by an amount equal to your annual earnings provided the resulting amount of insurance does not exceed the guaranteed issue amount of the lesser of 5x your annual earnings or $1 million. You may apply for additional coverage increases up to 10x your annual earnings subject to Evidence of Insurability limits.\n</span>\n<span style=\"color: #000000;\">By enrolling in the plan, you understand that you must be actively at work on the effective date of coverage.</span>\n<span style=\"color: #000000;\"><br>Age reductions in team member coverage begin at age 65.\n</span>\n<span style=\"color: #000000;\">Coverage options are also available for your spouse/domestic partner and children.\n\n</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong><span style=\"color: #000000;\">As a Banner team member, you are provided Basic Life and AD&amp;D insurance equal to your annual benefit annual compensation (up to plan limits).</span></strong></h4>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6142\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*Cannot be more than your annual compensation</h6>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"TEAM MEMBER PREMIUMS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=5702&token=&preview=1\" url_new_window=\"on\" button_text=\"RESIDENT AND FELLOW BENEFITS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Beneficiary information</strong></span></h2>\n<p><span style=\"color: #000000;\">If your covered spouse, domestic partner or child(ren) die, their Life and AD&amp;D benefit payments are made to you. In the event of your death, benefit payments are made in the order listed below unless you choose a</span><br /><span style=\"color: #000000;\">different beneficiary:</span></p>\n<span style=\"color: #000000;\"><ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Your spouse (does not include a domestic partner)</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your children (including legally adopted children, but excluding</strong></span><br /><span style=\"color: #000000;\"><strong>stepchildren)</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your parents</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your brothers and sisters</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your estate</strong></span></li>\n</ul>\n<p><span style=\"color: #000000;\">If you are changing or adding a beneficiary during Open Enrollment,</span><br /><span style=\"color: #000000;\">you must include the names and phone numbers of your beneficiaries in</span><br /><span style=\"color: #000000;\">order to complete enrollment.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Benefit Scout</strong></span></h2>\n<p><span style=\"color: #000000;\">We understand there’s a lot to consider when choosing your life insurance coverages. That’s why we’re excited about Securian Financial’s tool Benefit Scout—an online decision support experience to help you decide what life<br />insurance options make sense for you and your family. Click the Benefit Scout button above to learn your options, get cost estimates based upon recommendations and enroll with confidence.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Additional resources</strong></span></h2>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=1938&token=&preview=1\" url_new_window=\"on\" button_text=\"LIFE INSURANCE PROCESS MAP\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=2176&token=&preview=1\" url_new_window=\"on\" button_text=\"TERM LIFE CERTIFICATE\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=2176&token=&preview=1\" url_new_window=\"on\" button_text=\"TERM LIFE POLICY AND AMMENDMENTS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Life and AD&D', '						', 'inherit', 'closed', 'closed', '', '6132-revision-v1', '', '', '2024-09-12 12:14:15', '2024-09-12 12:14:15', '', 6132, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7381', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7386, 1, '2024-09-12 12:17:26', '2024-09-12 12:17:26', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Child Care / Elder Care\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/child-care.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder and early care resources</span></strong></h2>\n<p><span style=\"color: #000000;\">If you’re caring for family members at home, life is often a balancing act. Bright Horizons and Aetna Resources for Living can both support your caregiving responsibilities. <span>Click the links below to learn more.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder care </span></strong></h2>\n<span style=\"color: #000000;\">When the time comes to take care of your caretaker, take advantage of these resources to ensure your loved ones are comfortable in their later years. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li>Decision support tools to help you plan ahead</li>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">An online needs assessment</span></li>\n	<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">A search tool for finding and evaluating care providers</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Aging adult care provider search</li>\n	<li><span style=\"color: #000000;\">Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Child care </span></strong></h2>\n<span style=\"color: #000000;\">With the cost of child care, the scheduling demands of a thriving career and the learning curve for first-time parents, it can be hard to balance work and family. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Free premium membership to Sittercity to help find child care options</li>\n	<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n	<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n	<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n&nbsp;\n<ul></ul>\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers educational resources on: </strong></span></p>\n<ul>\n	<span style=\"color: #000000;\"><li>Child care</li>\n	<li><span style=\"color: #000000;\">Adoption </span></li>\n	<li><span style=\"color: #000000;\">Pregnancy and childbirth </span></li>\n	<li><span style=\"color: #000000;\">Raising children </span></li>\n	<li><span style=\"color: #000000;\">Balancing work and family </span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://bannerhealth.savings.beneplace.com/\" url_new_window=\"on\" button_text=\"Check out Beneplace for even more child care discounts!\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Child and Elder Care', '						', 'inherit', 'closed', 'closed', '', '7155-revision-v1', '', '', '2024-09-12 12:17:26', '2024-09-12 12:17:26', '', 7155, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7386', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7387, 1, '2024-09-12 12:18:32', '2024-09-12 12:18:32', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Child Care / Elder Care\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/child-care.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder and early care resources</span></strong></h2>\n<p><span style=\"color: #000000;\">If you’re caring for family members at home, life is often a balancing act. Bright Horizons and Aetna Resources for Living can both support your caregiving responsibilities. <span>Click the links below to learn more.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder care </span></strong></h2>\n<span style=\"color: #000000;\">When the time comes to take care of your caretaker, take advantage of these resources to ensure your loved ones are comfortable in their later years. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li>Decision support tools to help you plan ahead</li>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">An online needs assessment</span></li>\n	<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">A search tool for finding and evaluating care providers</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Aging adult care provider search</li>\n	<li><span style=\"color: #000000;\">Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Child care </span></strong></h2>\n<span style=\"color: #000000;\">With the cost of child care, the scheduling demands of a thriving career and the learning curve for first-time parents, it can be hard to balance work and family. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Free premium membership to Sittercity to help find child care options</li>\n	<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n	<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n	<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n&nbsp;\n<ul></ul>\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers educational resources on: </strong></span></p>\n<ul>\n	<span style=\"color: #000000;\"><li>Child care</li>\n	<li><span style=\"color: #000000;\">Adoption </span></li>\n	<li><span style=\"color: #000000;\">Pregnancy and childbirth </span></li>\n	<li><span style=\"color: #000000;\">Raising children </span></li>\n	<li><span style=\"color: #000000;\">Balancing work and family </span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://bannerhealth.savings.beneplace.com/\" url_new_window=\"on\" button_text=\"Check out Beneplace for even more child care discounts!\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Child and Elder Care', '						', 'inherit', 'closed', 'closed', '', '7155-revision-v1', '', '', '2024-09-12 12:18:32', '2024-09-12 12:18:32', '', 7155, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7387', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7390, 1, '2024-09-12 12:20:25', '2024-09-12 12:20:25', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Supporting Our Staff (SOS)\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial assistance when you need it</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner Health is there for you even when times are challenging. The Supporting Our Staff (SOS) program provides financial assistance to Banner team members facing a temporary financial hardship. The SOS Fund was founded in 2011 as a partnership between the Banner Health Foundation and Banner’s Human Resources team and is funded through the generosity of fellow team members.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Requirements and qualifications</span></strong></h3>\n<p><span style=\"color: #000000;\">All eligible team members at Banner Health facilities, systemwide, qualify for the SOS program with supporting documentation. To qualify, you must be classified as regular full time or part time in Workday AND have served a minimum of six continuous months of employment with Banner. <br /><br />Each team member is eligible for one $750 gift once in a 12-month period. Team members can qualify for SOS up to twice in a Banner career lifetime.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Better Together</span></strong></h3>\n<p><span style=\"color: #000000;\">We are better together! SOS is funded by fellow team members through online donations and annual giving campaigns so we can all support each other during difficult times. If you’d like to contribute to the SOS fund, you can do so through:<br /></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\"><span style=\"color: #000000;\">Better Together, your region or facility’s annual </span>team member giving campaign</span></li>\n<li><span style=\"color: #000000;\">Online donations</span></li>\n<li><span style=\"color: #000000;\">Payroll deductions<br /></span></li>\n</ul>\n</span>\n<p><span style=\"color: #000000;\">To learn more or to donate, click here:</span></p>[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/better-together\" url_new_window=\"on\" button_text=\"BETTER TOGETHER\" button_alignment=\"left\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-2.jpg\" title_text=\"sos-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.26.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-22px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-1.png\" title_text=\"sos-circle-1\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-2.png\" title_text=\"sos-circle-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-3.png\" title_text=\"sos-circle-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-40px||-40px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" min_height=\"32px\" sticky_enabled=\"0\"]<h6 style=\"text-align: right;\">2023 program statistics</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-3.jpg\" title_text=\"sos-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||-4px||false|false\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">How to apply</span></strong></h3>\n<span style=\"color: #000000;\">If you’re in need of temporary financial assistance, follow the steps below to apply and receive SOS funds:</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Gather document(s) showing proof of the financial hardship, such as utility shut-off notices or a statement of foreclosure or eviction from your primary residence, dated within the past 30 days.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-25px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"> </span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\">Click here and use keyword “SOS.”</span></li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"SERVICE HUB\" button_alignment=\"left\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_margin=\"|||11px|false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supporting Our Staff', '						', 'inherit', 'closed', 'closed', '', '6161-revision-v1', '', '', '2024-09-12 12:20:25', '2024-09-12 12:20:25', '', 6161, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7390', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7391, 1, '2024-09-12 12:21:02', '2024-09-12 12:21:02', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Supporting Our Staff (SOS)\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial assistance when you need it</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner Health is there for you even when times are challenging. The Supporting Our Staff (SOS) program provides financial assistance to Banner team members facing a temporary financial hardship. The SOS Fund was founded in 2011 as a partnership between the Banner Health Foundation and Banner’s Human Resources team and is funded through the generosity of fellow team members.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Requirements and qualifications</span></strong></h3>\n<p><span style=\"color: #000000;\">All eligible team members at Banner Health facilities, systemwide, qualify for the SOS program with supporting documentation. To qualify, you must be classified as regular full time or part time in Workday AND have served a minimum of six continuous months of employment with Banner. <br /><br />Each team member is eligible for one $750 gift once in a 12-month period. Team members can qualify for SOS up to twice in a Banner career lifetime.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong><span style=\"color: #000000;\">Better Together</span></strong></h3>\n<span style=\"color: #000000;\">We are better together! SOS is funded by fellow team members through online donations and annual giving campaigns so we can all support each other during difficult times. If you’d like to contribute to the SOS fund, you can do so through:\n</span>\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><span style=\"color: #000000;\">Better Together, your region or facility’s annual </span>team member giving campaign</span></li>\n	<li><span style=\"color: #000000;\">Online donations</span></li>\n	<li><span style=\"color: #000000;\">Payroll deductions\n</span></li>\n</ul>\n<span style=\"color: #000000;\">To learn more or to donate, click here:</span>[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/better-together\" url_new_window=\"on\" button_text=\"BETTER TOGETHER\" button_alignment=\"left\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-2.jpg\" title_text=\"sos-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.26.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-22px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-1.png\" title_text=\"sos-circle-1\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-2.png\" title_text=\"sos-circle-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-3.png\" title_text=\"sos-circle-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-40px||-40px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" min_height=\"32px\" global_colors_info=\"{}\"]<h6 style=\"text-align: right;\">2023 program statistics</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-3.jpg\" title_text=\"sos-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||-4px||false|false\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">How to apply</span></strong></h3>\n<span style=\"color: #000000;\">If you’re in need of temporary financial assistance, follow the steps below to apply and receive SOS funds:</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Gather document(s) showing proof of the financial hardship, such as utility shut-off notices or a statement of foreclosure or eviction from your primary residence, dated within the past 30 days.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-25px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"> </span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\">Click here and use keyword “SOS.”</span></li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"SERVICE HUB\" button_alignment=\"left\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_margin=\"|||11px|false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supporting Our Staff', '						', 'inherit', 'closed', 'closed', '', '6161-revision-v1', '', '', '2024-09-12 12:21:02', '2024-09-12 12:21:02', '', 6161, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7391', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7393, 1, '2024-09-12 12:22:49', '2024-09-12 12:22:49', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Supporting Our Staff (SOS)\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial assistance when you need it</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner Health is there for you even when times are challenging. The Supporting Our Staff (SOS) program provides financial assistance to Banner team members facing a temporary financial hardship. The SOS Fund was founded in 2011 as a partnership between the Banner Health Foundation and Banner’s Human Resources team and is funded through the generosity of fellow team members.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Requirements and qualifications</span></strong></h3>\n<p><span style=\"color: #000000;\">All eligible team members at Banner Health facilities, systemwide, qualify for the SOS program with supporting documentation. To qualify, you must be classified as regular full time or part time in Workday AND have served a minimum of six continuous months of employment with Banner. <br /><br />Each team member is eligible for one $750 gift once in a 12-month period. Team members can qualify for SOS up to twice in a Banner career lifetime.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong><span style=\"color: #000000;\">Better Together</span></strong></h3>\n<span style=\"color: #000000;\">We are better together! SOS is funded by fellow team members through online donations and annual giving campaigns so we can all support each other during difficult times. If you’d like to contribute to the SOS fund, you can do so through:\n</span>\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><span style=\"color: #000000;\">Better Together, your region or facility’s annual </span>team member giving campaign</span></li>\n	<li><span style=\"color: #000000;\">Online donations</span></li>\n	<li><span style=\"color: #000000;\">Payroll deductions\n</span></li>\n</ul>\n<span style=\"color: #000000;\">To learn more or to donate, click here:</span>[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/better-together\" url_new_window=\"on\" button_text=\"BETTER TOGETHER\" button_alignment=\"left\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-2.jpg\" title_text=\"sos-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.26.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-22px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-1.png\" title_text=\"sos-circle-1\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-2.png\" title_text=\"sos-circle-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-3.png\" title_text=\"sos-circle-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-40px||-40px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" min_height=\"32px\" global_colors_info=\"{}\"]<h6 style=\"text-align: right;\">2023 program statistics</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-3.jpg\" title_text=\"sos-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||-4px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong><span style=\"color: #000000;\">How to apply</span></strong></h3>\n<p><span style=\"color: #000000;\">If you’re in need of temporary financial assistance, follow the steps below to apply and receive SOS funds:</span></p>\n</span></p>\n<ul>\n<span style=\"color: #000000;\"><li>Gather document(s) showing proof of the financial hardship, such as utility shut-off notices or a statement of foreclosure or eviction from your primary residence, dated within the past 30 days.</span><span style=\"color: #000000;\"</li>\n<li><span style=\"color: #000000;\">Click here and use keyword “SOS.”</span><span style=\"color: #000000;\"></span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"SERVICE HUB\" button_alignment=\"left\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_margin=\"|||11px|false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-25px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supporting Our Staff', '						', 'inherit', 'closed', 'closed', '', '6161-revision-v1', '', '', '2024-09-12 12:22:49', '2024-09-12 12:22:49', '', 6161, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7393', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7398, 1, '2024-09-12 12:30:44', '2024-09-12 12:30:44', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-16', '', '', '2024-09-12 12:30:44', '2024-09-12 12:30:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vol-bottom.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7401, 1, '2024-09-12 12:46:57', '2024-09-12 12:46:57', '', 'new callout', '', 'inherit', 'open', 'closed', '', 'new-callout', '', '', '2024-09-12 12:46:57', '2024-09-12 12:46:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-callout.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7404, 1, '2024-09-12 12:49:12', '2024-09-12 12:49:12', '', 'new callout', '', 'inherit', 'open', 'closed', '', 'new-callout-2', '', '', '2024-09-12 12:49:12', '2024-09-12 12:49:12', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-callout-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7409, 1, '2024-09-12 12:54:19', '2024-09-12 12:54:19', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Non-Tobacco User Discount\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/tobacco.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"||-60px||false|false\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/tobacco-3.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health offers a Non-Tobacco User Discount on</span><span> </span><span style=\"color: #000000;\">premiums to encourage members not to use tobacco products.</span><span> </span><span style=\"color: #000000;\">Tobacco products include cigarettes, cigars, pipes, smokeless</span><span> </span><span style=\"color: #000000;\">tobacco and electronic devices such as e-cigarettes or any other</span><span> </span><span style=\"color: #000000;\">product manufactured from tobacco and intended for use by</span><span> </span><span style=\"color: #000000;\">smoking, inhalation, chewing, sniffing or sucking.</span></p><br><br>\n<p><span style=\"color: #000000;\">The Non-Tobacco User Discount is available to all plan members in one of two ways: </span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>If you and each of your enrolled dependents do not use tobacco products, you indicate your non-tobacco user status during enrollment and receive the premium discount. If you or any of your enrolled dependents later begin using tobacco products, you must notify the MyBenefits Resource Center at <span style=\"font-size: 14px;\">833-849-9825 </span><span style=\"font-size: 14px;\">immediately of this change in your non-tobacco status.</span></li>\n<li><span style=\"color: #000000;\">If you or a covered dependent uses a tobacco product, you may still qualify for the Non-Tobacco User Discount by successfully completing an online tobacco cessation program, available at no cost through the <strong><a href=\"https://freedomfromsmoking.org/dashboard/register/3efbdb54-5ad5-4d0e-b643-fff42e5810da\" target=\"_blank\" rel=\"noopener\">Freedom From Smoking Plus program</a></strong>. The program consists of nine sessions to assist you in a step-by-step quitting process at your own pace, along with continuous telephonic support from the American Lung Association’s tobacco treatment counselors whenever you need it.</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"14px||-65px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-30px||-30px||false|false\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To get started, register for and complete the designated online Tobacco Cessation Program. Follow these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Log in to <strong><a href=\"https://www.freedomfromsmoking.org/\" target=\"_blank\" rel=\"noopener\">freedomfromsmoking.org</a></strong>. You will be prompted to set a username and password.</span></li>\n	<li><span style=\"color: #000000;\">Complete the program and get a certificate of completion.</span></li>\n	<li><span style=\"color: #000000;\">Go to <strong><a href=\"https://myhr.bannerhealth.com\" target=\"_blank\" rel=\"noopener\">MyHR|Workday</a></strong> to provide Banner Health with your certificate of completion and request the discount.</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">To receive the discount retroactive to your first day of coverage in the 2025 plan year, you must complete all required steps within 90 days of your first day of coverage. If you complete all the required steps outside these time frames, your discount will become effective on the first day of the following month.</span><br /><br /><br /><span style=\"color: #000000;\">If your doctor states that the Tobacco Cessation Program is not medically appropriate for you, please contact the MyBenefits Resource Center at 833-849-9825 for assistance. We will work with your doctor, if you wish, to </span><span style=\"color: #000000;\">find an alternative that is right for your health status and provides you with the same discount.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#FFFFFF\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\">For more information about the Tobacco Cessation Program, visit the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>Banner Documents Portal</strong></a> and select the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=10&amp;wpfd_file_id=1886&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">Tobacco Cessation Program</a></strong> under additional resources.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Cessation', '						', 'inherit', 'closed', 'closed', '', '6178-revision-v1', '', '', '2024-09-12 12:54:19', '2024-09-12 12:54:19', '', 6178, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7409', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7415, 1, '2024-09-12 22:19:36', '2024-09-12 22:19:36', '', 'HE-1', '', 'inherit', 'open', 'closed', '', 'he-1', '', '', '2024-09-12 22:19:36', '2024-09-12 22:19:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/HE-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7416, 1, '2024-09-12 22:22:32', '2024-09-12 22:22:32', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Health Savings and Spending Accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Health Savings Accounts (HSAs)</h2>\n<p><span style=\"color: #000000;\">An HSA is a bank account used for qualified health care expenses (medical, prescription, dental and vision). Contributions are pre-tax, and it is your personal account to use now and in the future. There is no “use it or lose it” rule, so funds roll over from year to year. You can even take it with you if you leave Banner Health.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" url_new_window=\"on\" button_text=\"How Your Medical Plan & the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>For 2025, Banner’s funding will be:</h4>\n<p><span style=\"color: #000000;\"><strong>Premier Plan:</strong> Banner Health will contribute $450 for individual coverage or $900 for family coverage. Contributions are made on a per-paycheck basis in 2025.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are multiple ways to fund your HSA:</h4>\n<ul>\n	<span style=\"color: #000000;\"><li>Contribute your own money through payroll deductions.</span></li>\n	<li><span style=\"color: #000000;\">Contribute your own post-tax money directly to the account.</span></li>\n	<li><span style=\"color: #000000;\">Banner Health makes per-paycheck contributions to your HSA.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"40px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your HSA.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>Important information </strong><strong>about your HSA</strong></span></h3>\n<p><span style=\"color: #000000;\">Banner’s contributions to your HSA will be made on a per-paycheck basis.</span></p>\n<p><span style=\"color: #000000;\"> <br />Note: Due to rounding, your actual annual contribution may vary from your elected amount by a few cents, but will never exceed the allowable annual maximum.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#592e84\" sticky_enabled=\"0\" custom_margin=\"0px||-5px|-2px|false|false\" custom_padding=\"6px|25px|0px|25px|false|false\" border_radii=\"on|20px|20px|20px|20px\"]<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/HE-1.png\" width=\"262\" /></strong></span></h4>\n<h4><span style=\"color: #ffffff;\"><strong>Manage your accounts with HealthEquity</strong></span></h4>\n<p style=\"font-weight: 400;\"><span style=\"color: #ffffff;\">Visit the HealthEquity Education Center to learn more about how to manage your health care spending and maximize your savings. Log in to get started:</span></p>\n<p><span style=\"color: #ffffff;\"></span></p>\n<p><span style=\"color: #ffffff;\"></span></p>\n<ul>\n<li><span style=\"color: #ffffff;\">HSA/FSA/COBRA education portal: <a href=\"https://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px; color: #ffffff;\"><b>healthequity.com/ed/BannerHealth</b></a></span></li>\n<li><span style=\"color: #ffffff;\">HSA/FSA account login: <span style=\"font-size: 14px;\"></span><a href=\"https://healthequity.com\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px; color: #ffffff;\"><b>healthequity.com</b></a></span></li>\n<li><span style=\"color: #ffffff;\">COBRA account login: <a href=\"https://wageworks.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>wageworks.com</strong></a></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#eff6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>Benefits of HSAs</strong></h4>\n<span style=\"color: #000000;\"><ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>Your HSA contributions come out of your paycheck pre-tax.</span><span style=\"color: #000000;\"></span>\n	<span style=\"color: #000000;\"><li>You earn tax-free interest.</li>\n	<li><span style=\"color: #000000;\">You can take money out tax-free if you use the money for qualified expenses for you and your eligible dependents—even if the dependents are not enrolled in your medical plan.</span></li><br>\n<span style=\"color: #000000;\">&nbsp;\nNOTE: HSA funds can’t be used on a domestic partner’s health care expenses even if he or she is covered on your medical plan, as he or she is not considered an eligible tax dependent by the IRS. </span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>HSA funds are yours to keep. There is no “use it or lose it” rule, and you can take the HSA with you if you change jobs and/or insurance plans.</span></li>\n	<li><span style=\"color: #000000;\">Once your savings reach $1,000, you can invest your money in mutual funds to achieve a higher rate of growth.</span></li>\n	<li><span style=\"color: #000000;\">After you retire, you can use the money for Medicare premiums.</span></li>\n	<li><span style=\"color: #000000;\">You can only use the funds in your HSA for qualified health care expenses.</span></li>\n	<li><span style=\"color: #000000;\">You can change your HSA contribution at any time throughout the year.</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>HSA eligibility</strong></h4>\n<p><span style=\"color: #000000;\"><strong>You are eligible to fund an HSA if you are enrolled in the Banner Health Value or Premier High-Deductible Health Plans. You are not eligible if you are:</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li>Covered by a non-HSA eligible medical plan, Health Care FSA (including an account provided through your spouse’s employer) or<br />health reimbursement arrangement</li>\n<li><span style=\"color: #000000;\">Eligible to be claimed as a dependent on someone else’s tax return</span></li>\n<li><span style=\"color: #000000;\">Enrolled in Medicare or TRICARE for Life.</span></li>\n<li><span style=\"color: #000000;\">Receiving Veterans Affairs (VA) benefits or have received</span></li>\n<li><span style=\"color: #000000;\">VA benefits in the last six months<br /></span></li>\n</ul>\n</span>\n<p><span style=\"color: #000000;\">Refer to <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-969\" target=\"_blank\" rel=\"noopener\">IRS Publication 969</a></strong> for additional eligibility details.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Flexible Spending Accounts</h2>\n<p><span style=\"color: #000000;\">Banner offers our team members two FSAs. These FSAs let you set aside money for health care or dependent care expenses on a per paycheck basis. This reduces your taxable income, which lowers the amount of federal and state taxes withheld from each paycheck.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">You can enroll in FSAs even if you aren’t enrolled in a Banner medical plan. However, you are not eligible to participate in the Health Care FSA if you are enrolled in the Value or Premier High-Deductible Health Plans.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are two ways to fund your Health Care FSA:</h4>\n<p></span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li>You can save up to $3,200 per year in a Health Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li>You can make claims on the entire planned contribution even before you make the actual payroll contributions.</li>\n<li>You can use the Health Care FSA for eligible medical, pharmacy, dental and vision expenses for you and your eligible dependents, even if they are not covered by your Banner Health plans.</li>\n<li>When using the debit card, you may still be required to mail or fax proof of your expenses, or the payment will become taxable.</li>\n<li>If you don’t use the debit card, you file a claim for reimbursement.</li>\n<li>There is a “use it or lose it” rule, so plan wisely. Any unused balance at the end of the plan year is forfeited.</li>\n<li>You can’t use the money for non-eligible expenses. If you do, you must pay regular income tax on the expenses.</li>\n<li>IRS guidelines require substantiation of claims processed through a debit card. Example: providing a copy of an Explanation of Benefits.</li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><span style=\"color: #000000;\">Using a Dependent Care FSA</span></h4>\n<p><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<span style=\"color: #000000;\"><li>You can save up to $5,000 per year in a Dependent Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li><span style=\"color: #000000;\">As you incur expenses, you file a claim for reimbursement.</span></li>\n<li><span style=\"color: #000000;\">You can only make claims on the contributions that have come out of</span><span> </span><span style=\"color: #000000;\">your paycheck.</span></li>\n<li><span style=\"color: #000000;\">You can use the Dependent Care FSA for eligible day care expenses for children up to age 13 and elder care.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\">For details about eligible expenses under the FSAs, review IRS Publication 502 at <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\">irs.gov/forms-pubs/about-publication-502</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff6fb\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#eff6fb\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>COBRA benefits by Health Equity </strong></span></h3>\n<span style=\"color: #000000;\">Beginning Jan. 1, 2023, benefit coverage ends on the date of your job change, qualifying life event or termination. Health Equity will send you a packet in the mail with your benefit options, costs, etc. for you to decide if you want to continue your benefits. If you elect COBRA, coverage will begin the day after your Banner benefits end. The first month\'s COBRA payment will be pro-rated for the days you are covered. You will have the option to elect up to 18 months of COBRA (other special circumstances-could allow longer timeframe).  [/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>Non-discrimination testing rules apply</strong></h3>\n\n<span style=\"color: #000000;\">To ensure non-highly compensated team members receive a fair share of the tax benefits offered through these plans, non-discrimination testing rules apply to prevent plans from allowing highly paid individuals to benefit at a higher percentage than non-highly paid individuals. Depending on the results of the testing, a highly compensated team member may not be eligible to contribute the maximum amount to an FSA. You will be notified if this applies to you.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your FSA.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HSA FSA', '						', 'inherit', 'closed', 'closed', '', '6253-revision-v1', '', '', '2024-09-12 22:22:32', '2024-09-12 22:22:32', '', 6253, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7416', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7417, 1, '2024-09-12 22:23:04', '2024-09-12 22:23:04', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Health Savings and Spending Accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Health Savings Accounts (HSAs)</h2>\n<p><span style=\"color: #000000;\">An HSA is a bank account used for qualified health care expenses (medical, prescription, dental and vision). Contributions are pre-tax, and it is your personal account to use now and in the future. There is no “use it or lose it” rule, so funds roll over from year to year. You can even take it with you if you leave Banner Health.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" url_new_window=\"on\" button_text=\"How Your Medical Plan & the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>For 2025, Banner’s funding will be:</h4>\n<p><span style=\"color: #000000;\"><strong>Premier Plan:</strong> Banner Health will contribute $450 for individual coverage or $900 for family coverage. Contributions are made on a per-paycheck basis in 2025.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are multiple ways to fund your HSA:</h4>\n<ul>\n	<span style=\"color: #000000;\"><li>Contribute your own money through payroll deductions.</span></li>\n	<li><span style=\"color: #000000;\">Contribute your own post-tax money directly to the account.</span></li>\n	<li><span style=\"color: #000000;\">Banner Health makes per-paycheck contributions to your HSA.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"40px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your HSA.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>Important information </strong><strong>about your HSA</strong></span></h3>\n<p><span style=\"color: #000000;\">Banner’s contributions to your HSA will be made on a per-paycheck basis.</span></p>\n<p><span style=\"color: #000000;\"> <br />Note: Due to rounding, your actual annual contribution may vary from your elected amount by a few cents, but will never exceed the allowable annual maximum.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#592e84\" sticky_enabled=\"0\" custom_margin=\"0px||-5px|-2px|false|false\" custom_padding=\"6px|25px|0px|25px|false|false\" border_radii=\"on|20px|20px|20px|20px\"]<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/HE-1.png\" width=\"262\" /></strong></span></h4>\n<h4><span style=\"color: #ffffff;\"><strong>Manage your accounts with HealthEquity</strong></span></h4>\n<p style=\"font-weight: 400;\"><span style=\"color: #ffffff;\">Visit the HealthEquity Education Center to learn more about how to manage your health care spending and maximize your savings. Log in to get started:</span></p>\n<p><span style=\"color: #ffffff;\"></span></p>\n<p><span style=\"color: #ffffff;\"></span></p>\n<ul>\n<li><span style=\"color: #ffffff;\">HSA/FSA/COBRA education portal: <a href=\"https://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px; color: #ffffff;\"><b>healthequity.com/ed/BannerHealth</b></a></span></li>\n<li><span style=\"color: #ffffff;\">HSA/FSA account login: <span style=\"font-size: 14px;\"></span><a href=\"https://healthequity.com\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px; color: #ffffff;\"><b>healthequity.com</b></a></span></li>\n<li><span style=\"color: #ffffff;\">COBRA account login: <a href=\"https://wageworks.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>wageworks.com</strong></a></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#eff6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>Benefits of HSAs</strong></h4>\n<span style=\"color: #000000;\"><ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>Your HSA contributions come out of your paycheck pre-tax.</span><span style=\"color: #000000;\"></span>\n	<span style=\"color: #000000;\"><li>You earn tax-free interest.</li>\n	<li><span style=\"color: #000000;\">You can take money out tax-free if you use the money for qualified expenses for you and your eligible dependents—even if the dependents are not enrolled in your medical plan.</span></li><br>\n<span style=\"color: #000000;\">&nbsp;\nNOTE: HSA funds can’t be used on a domestic partner’s health care expenses even if he or she is covered on your medical plan, as he or she is not considered an eligible tax dependent by the IRS. </span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>HSA funds are yours to keep. There is no “use it or lose it” rule, and you can take the HSA with you if you change jobs and/or insurance plans.</span></li>\n	<li><span style=\"color: #000000;\">Once your savings reach $1,000, you can invest your money in mutual funds to achieve a higher rate of growth.</span></li>\n	<li><span style=\"color: #000000;\">After you retire, you can use the money for Medicare premiums.</span></li>\n	<li><span style=\"color: #000000;\">You can only use the funds in your HSA for qualified health care expenses.</span></li>\n	<li><span style=\"color: #000000;\">You can change your HSA contribution at any time throughout the year.</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>HSA eligibility</strong></h4>\n<p><span style=\"color: #000000;\"><strong>You are eligible to fund an HSA if you are enrolled in the Banner Health Value or Premier High-Deductible Health Plans. You are not eligible if you are:</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li>Covered by a non-HSA eligible medical plan, Health Care FSA (including an account provided through your spouse’s employer) or<br />health reimbursement arrangement</li>\n<li><span style=\"color: #000000;\">Eligible to be claimed as a dependent on someone else’s tax return</span></li>\n<li><span style=\"color: #000000;\">Enrolled in Medicare or TRICARE for Life.</span></li>\n<li><span style=\"color: #000000;\">Receiving Veterans Affairs (VA) benefits or have received</span></li>\n<li><span style=\"color: #000000;\">VA benefits in the last six months<br /></span></li>\n</ul>\n</span>\n<p><span style=\"color: #000000;\">Refer to <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-969\" target=\"_blank\" rel=\"noopener\">IRS Publication 969</a></strong> for additional eligibility details.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Flexible Spending Accounts</h2>\n<p><span style=\"color: #000000;\">Banner offers our team members two FSAs. These FSAs let you set aside money for health care or dependent care expenses on a per paycheck basis. This reduces your taxable income, which lowers the amount of federal and state taxes withheld from each paycheck.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">You can enroll in FSAs even if you aren’t enrolled in a Banner medical plan. However, you are not eligible to participate in the Health Care FSA if you are enrolled in the Value or Premier High-Deductible Health Plans.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are two ways to fund your Health Care FSA:</h4>\n<p></span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li>You can save up to $3,200 per year in a Health Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li>You can make claims on the entire planned contribution even before you make the actual payroll contributions.</li>\n<li>You can use the Health Care FSA for eligible medical, pharmacy, dental and vision expenses for you and your eligible dependents, even if they are not covered by your Banner Health plans.</li>\n<li>When using the debit card, you may still be required to mail or fax proof of your expenses, or the payment will become taxable.</li>\n<li>If you don’t use the debit card, you file a claim for reimbursement.</li>\n<li>There is a “use it or lose it” rule, so plan wisely. Any unused balance at the end of the plan year is forfeited.</li>\n<li>You can’t use the money for non-eligible expenses. If you do, you must pay regular income tax on the expenses.</li>\n<li>IRS guidelines require substantiation of claims processed through a debit card. Example: providing a copy of an Explanation of Benefits.</li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><span style=\"color: #000000;\">Using a Dependent Care FSA</span></h4>\n<p><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<span style=\"color: #000000;\"><li>You can save up to $5,000 per year in a Dependent Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li><span style=\"color: #000000;\">As you incur expenses, you file a claim for reimbursement.</span></li>\n<li><span style=\"color: #000000;\">You can only make claims on the contributions that have come out of</span><span> </span><span style=\"color: #000000;\">your paycheck.</span></li>\n<li><span style=\"color: #000000;\">You can use the Dependent Care FSA for eligible day care expenses for children up to age 13 and elder care.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\">For details about eligible expenses under the FSAs, review IRS Publication 502 at <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\">irs.gov/forms-pubs/about-publication-502</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff6fb\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#eff6fb\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>Non-discrimination testing rules apply</strong></h3>\n\n<span style=\"color: #000000;\">To ensure non-highly compensated team members receive a fair share of the tax benefits offered through these plans, non-discrimination testing rules apply to prevent plans from allowing highly paid individuals to benefit at a higher percentage than non-highly paid individuals. Depending on the results of the testing, a highly compensated team member may not be eligible to contribute the maximum amount to an FSA. You will be notified if this applies to you.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>COBRA benefits by Health Equity </strong></span></h3>\n<span style=\"color: #000000;\">Beginning Jan. 1, 2023, benefit coverage ends on the date of your job change, qualifying life event or termination. Health Equity will send you a packet in the mail with your benefit options, costs, etc. for you to decide if you want to continue your benefits. If you elect COBRA, coverage will begin the day after your Banner benefits end. The first month\'s COBRA payment will be pro-rated for the days you are covered. You will have the option to elect up to 18 months of COBRA (other special circumstances-could allow longer timeframe).  [/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your FSA.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HSA FSA', '						', 'inherit', 'closed', 'closed', '', '6253-revision-v1', '', '', '2024-09-12 22:23:04', '2024-09-12 22:23:04', '', 6253, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7417', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7420, 1, '2024-09-12 22:25:03', '2024-09-12 22:25:03', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Planned Time Off programs\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Paid Time Off</strong></h3>\n<p><span style=\"color: #000000;\">You must use your Paid Time Off (PTO) hours for vacation time, holidays, other personal time off from work and, when applicable, sick days. You must obtain approval in advance from your leader before using your PTO hours.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h5><span style=\"color: #000000;\">Who is eligible</span><br /><span style=\"color: #212121;\"><strong>You are eligible for PTO if you are a regular full-time or part-time team member assigned a total FTE (full-time equivalent) of 50% or greater.</strong></span></h5>\n<p><span style=\"color: #000000;\"><br />PTO benefits are accrued in hours based on working a maximum of 80 hours per pay period. No PTO credit is earned for hours worked more than 80 hours per pay period. For those who worked less than 80 hours per pay period, the earned hours will be prorated based on actual hours worked.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>PTO Donation Program</strong></h3>\n<p><span style=\"color: #000000;\">Banner Health allows PTO donations to assist team members with unexpected needs. This program allows us to help each other. For program details and eligibility criteria, click <strong><a href=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Paid-Time-Off\" target=\"_blank\" rel=\"noopener\">here</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Physician Time Off</strong></h3>\n<p><span style=\"color: #000000;\">Physician Time Off, also referenced as Approved Time Off (ATO), is paid time off for a variety of circumstances, including holidays, personal/ vacation time, sick days and leaves of absence. The Physician Time Off plan provides flexibility, allowing you to take personal time off with pay, subject to business needs and scheduling. </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h5>Who is eligible</h5>\n<p><span style=\"color: #212121;\"><strong>You are eligible for Physician Time Off if you are classified as a regular full-time or part-time physician assigned a total FTE of 50% or greater. </strong></span></p>\n<p><span style=\"color: #000000;\"><br />Shift-based physicians (i.e., hospitalists and intensivists) are ineligible to participate in the Physician Time Off plan. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Mandated Sick Time</strong></h3>\n<p><span style=\"color: #000000;\">Team members are entitled to Paid Sick Time as designated by law based on the state in which they work.</span></p>\n<p><span style=\"color: #000000;\"><br />Earned Paid Sick Time may be used for the following purposes: (1) medical care or mental or physical illness, injury or health condition; (2) a public health emergency; or (3) absence due to domestic violence, sexual violence, abuse or stalking. Team members may use earned Paid Sick Time for themselves or for family members. Certain states offer expanded use. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner automatically provides this coverage for eligible team members. No enrollment is required. To view details regarding your time away from work, search planned time off on Banner Connect or visit:[/et_pb_text][et_pb_button button_url=\"http://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"PLANNED TIME OFF\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3575ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#4e80ad\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-2.jpg\" title_text=\"pto-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Planned Time Off', '						', 'inherit', 'closed', 'closed', '', '6115-revision-v1', '', '', '2024-09-12 22:25:03', '2024-09-12 22:25:03', '', 6115, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7420', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7422, 1, '2024-09-12 22:28:33', '2024-09-12 22:28:33', '', 'ltc-new', '', 'inherit', 'open', 'closed', '', 'ltc-new', '', '', '2024-09-12 22:28:33', '2024-09-12 22:28:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/ltc-new.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7426, 1, '2024-09-13 15:23:42', '2024-09-13 15:23:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Eligibility and enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Eligibility.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h3>Open Enrollment is Nov. 4 – 15, 2024</h3>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-04 16:00\" _builder_version=\"4.26.0\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<span style=\"color: #242424;\">Open Enrollment is your opportunity to select the benefits you need and want next year. You’re eligible to enroll in benefits if you’re a team member with a total Full- Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">Open Enrollment</span></strong></h1>\n<p>Open Enrollment runs from Nov. 4 – 15, 2024. This is your opportunity to choose new benefits for 2025. Even if you don’t want to make any changes, we encourage you to review your current elections and update your beneficiaries. Your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/\" target=\"_blank\" rel=\"noopener\"><strong>Qualifying Life Event</strong></a> (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/elig-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Premiums\" button_text=\"Tobacco Cessation Programs\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program</span>.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility and Enrollment', '						', 'inherit', 'closed', 'closed', '', '5892-revision-v1', '', '', '2024-09-13 15:23:42', '2024-09-13 15:23:42', '', 5892, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7426', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7428, 1, '2024-09-13 15:24:32', '2024-09-13 15:24:32', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Planned Time Off programs\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Paid Time Off</strong></h3>\n<p><span style=\"color: #000000;\">You must use your Paid Time Off (PTO) hours for vacation time, holidays, other personal time off from work and, when applicable, sick days. You must obtain approval in advance from your leader before using your PTO hours.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5><span style=\"color: #000000;\">Who is eligible</span><br /><span style=\"color: #212121;\">You are eligible for PTO if you are a regular full-time or part-time team member assigned a total FTE (full-time equivalent) of 50% or greater.</span></h5>\n<p><span style=\"color: #000000;\"><br />PTO benefits are accrued in hours based on working a maximum of 80 hours per pay period. No PTO credit is earned for hours worked more than 80 hours per pay period. For those who worked less than 80 hours per pay period, the earned hours will be prorated based on actual hours worked.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>PTO Donation Program</strong></h3>\n<p><span style=\"color: #000000;\">Banner Health allows PTO donations to assist team members with unexpected needs. This program allows us to help each other. For program details and eligibility criteria, click <strong><a href=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Paid-Time-Off\" target=\"_blank\" rel=\"noopener\">here</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Physician Time Off</strong></h3>\n<p><span style=\"color: #000000;\">Physician Time Off, also referenced as Approved Time Off (ATO), is paid time off for a variety of circumstances, including holidays, personal/ vacation time, sick days and leaves of absence. The Physician Time Off plan provides flexibility, allowing you to take personal time off with pay, subject to business needs and scheduling. </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Who is eligible</h5>\n<p><span style=\"color: #212121;\"><strong>You are eligible for Physician Time Off if you are classified as a regular full-time or part-time physician assigned a total FTE of 50% or greater. </strong></span></p>\n<p><span style=\"color: #000000;\"><br />Shift-based physicians (i.e., hospitalists and intensivists) are ineligible to participate in the Physician Time Off plan. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Mandated Sick Time</strong></h3>\n<p><span style=\"color: #000000;\">Team members are entitled to Paid Sick Time as designated by law based on the state in which they work.</span></p>\n<p><span style=\"color: #000000;\"><br />Earned Paid Sick Time may be used for the following purposes: (1) medical care or mental or physical illness, injury or health condition; (2) a public health emergency; or (3) absence due to domestic violence, sexual violence, abuse or stalking. Team members may use earned Paid Sick Time for themselves or for family members. Certain states offer expanded use. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner automatically provides this coverage for eligible team members. No enrollment is required. To view details regarding your time away from work, search planned time off on Banner Connect or visit:[/et_pb_text][et_pb_button button_url=\"http://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"PLANNED TIME OFF\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3575ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#4e80ad\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-2.jpg\" title_text=\"pto-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Planned Time Off', '						', 'inherit', 'closed', 'closed', '', '6115-revision-v1', '', '', '2024-09-13 15:24:32', '2024-09-13 15:24:32', '', 6115, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7428', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7432, 1, '2024-09-13 15:40:16', '2024-09-13 15:40:16', '', 'QLE', '', 'inherit', 'open', 'closed', '', 'qle-2', '', '', '2024-09-13 15:40:16', '2024-09-13 15:40:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/QLE.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7433, 1, '2024-09-13 15:40:36', '2024-09-13 15:40:36', '', '401k', '', 'inherit', 'open', 'closed', '', '401k', '', '', '2024-09-13 15:40:36', '2024-09-13 15:40:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/401k.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7434, 1, '2024-09-13 15:40:56', '2024-09-13 15:40:56', '', 'Disability', '', 'inherit', 'open', 'closed', '', 'disability-2', '', '', '2024-09-13 15:40:56', '2024-09-13 15:40:56', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Disability.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7435, 1, '2024-09-13 15:41:18', '2024-09-13 15:41:18', '', 'Dental', '', 'inherit', 'open', 'closed', '', 'dental-3', '', '', '2024-09-13 15:41:18', '2024-09-13 15:41:18', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Dental.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7436, 1, '2024-09-13 15:41:36', '2024-09-13 15:41:36', '', 'Vision', '', 'inherit', 'open', 'closed', '', 'vision-2', '', '', '2024-09-13 15:41:36', '2024-09-13 15:41:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7437, 1, '2024-09-13 15:41:57', '2024-09-13 15:41:57', '', 'Life AD&D', '', 'inherit', 'open', 'closed', '', 'life-add', '', '', '2024-09-13 15:41:57', '2024-09-13 15:41:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Life-ADD.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7438, 1, '2024-09-13 15:42:16', '2024-09-13 15:42:16', '', 'Accident', '', 'inherit', 'open', 'closed', '', 'accident', '', '', '2024-09-13 15:42:16', '2024-09-13 15:42:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Accident.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7439, 1, '2024-09-13 15:42:37', '2024-09-13 15:42:37', '', 'Critical', '', 'inherit', 'open', 'closed', '', 'critical', '', '', '2024-09-13 15:42:37', '2024-09-13 15:42:37', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Critical.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7440, 1, '2024-09-13 15:42:57', '2024-09-13 15:42:57', '', 'EAP', '', 'inherit', 'open', 'closed', '', 'eap-2', '', '', '2024-09-13 15:42:57', '2024-09-13 15:42:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/EAP.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7441, 1, '2024-09-13 15:43:15', '2024-09-13 15:43:15', '', 'Telehealth', '', 'inherit', 'open', 'closed', '', 'telehealth', '', '', '2024-09-13 15:43:15', '2024-09-13 15:43:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7442, 1, '2024-09-13 15:43:34', '2024-09-13 15:43:34', '', 'Preventive Care', '', 'inherit', 'open', 'closed', '', 'preventive-care', '', '', '2024-09-13 15:43:34', '2024-09-13 15:43:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Preventive-Care.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7443, 1, '2024-09-13 15:43:52', '2024-09-13 15:43:52', '', 'Primary vs Urgent', '', 'inherit', 'open', 'closed', '', 'primary-vs-urgent', '', '', '2024-09-13 15:43:52', '2024-09-13 15:43:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Primary-vs-Urgent.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7444, 1, '2024-09-13 15:44:11', '2024-09-13 15:44:11', '', 'embedded vs aggregate', '', 'inherit', 'open', 'closed', '', 'embedded-vs-aggregate', '', '', '2024-09-13 15:44:11', '2024-09-13 15:44:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embedded-vs-aggregate.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7447, 1, '2024-09-13 20:37:24', '2024-09-13 20:37:24', '', 'Key Terms', '', 'inherit', 'open', 'closed', '', 'key-terms', '', '', '2024-09-13 20:37:24', '2024-09-13 20:37:24', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Key-Terms.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7448, 1, '2024-09-13 20:38:31', '2024-09-13 20:38:31', '', 'Optimize Your HSA', '', 'inherit', 'open', 'closed', '', 'optimize-your-hsa', '', '', '2024-09-13 20:38:31', '2024-09-13 20:38:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7449, 1, '2024-09-13 20:38:49', '2024-09-13 20:38:49', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Video Library\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/videos.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Check out this video library to better understand common health and benefit topics, so you can make smarter, money-saving decisions. But please note, these videos do not specifically reflect Banner Health plans and are only intended to serve as a general educational resource.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/QLE.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Qualifying Life Events</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Dental.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Dental Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Accident.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Accident Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Telehealth</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embedded-vs-aggregate.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Embedded vs. Aggregate Deductible</span></strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/401k.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">401(k) Retirement</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Vision Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Critical.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Critical Illness Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Preventive-Care.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Preventive Care</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Key-Terms.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Key Terms\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Benefit Key Terms</span></strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Disability.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Disability Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Life-ADD.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Life and AD&D Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/EAP.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Employee Assistance Program</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Primary-vs-Urgent.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Primary Care / Urgent Care</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Optimize Your HSA\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">How To Optimize your HSA</span></strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6083-revision-v1', '', '', '2024-09-13 20:38:49', '2024-09-13 20:38:49', '', 6083, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7449', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7451, 1, '2024-09-13 20:40:45', '2024-09-13 20:40:45', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Qualifying Life Events\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/qle-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #242424;\">Did you get married or have a baby this year? When you experience a Qualifying Life Event, your enrollment must be completed within 31 days of the Qualifying Life Event date, and you will be required to supply additional documents to support your life event. Click <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=22&wpfd_file_id=2086&token=d8113656e7a453853f3765d866cc2892&preview=1\" target=\"_blank\" rel=\"noopener\">here</a></strong> to learn more about specific life events and your ability to request changes.\n<span style=\"color: #242424;\">\nSome of the most common Qualifying Life Events include:</span></span>\n\n</span>\n<ul><ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Change in marital status (e.g., marriage, divorce, deceased spouse)</li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your spouse’s employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Enrollment in Medicare or Medicaid</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Qualifying Life Events', '						', 'inherit', 'closed', 'closed', '', '6021-revision-v1', '', '', '2024-09-13 20:40:45', '2024-09-13 20:40:45', '', 6021, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7451', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7452, 1, '2024-09-13 20:42:28', '2024-09-13 20:42:28', '', '2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2', '', 'inherit', 'open', 'closed', '', '2025_banner_8-5x11_strategy_campaign_team_member_flyer_d1_09132024_v2', '', '', '2024-09-13 20:42:28', '2024-09-13 20:42:28', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7454, 1, '2024-09-13 20:43:17', '2024-09-13 20:43:17', '', '2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2', '', 'inherit', 'open', 'closed', '', '2025_banner_8-5x11_cost_campaign_team_member_flyer_d1_09132024_v2', '', '', '2024-09-13 20:43:17', '2024-09-13 20:43:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7455, 1, '2024-09-13 20:43:54', '2024-09-13 20:43:54', '', '2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2', '', 'inherit', 'open', 'closed', '', '2025_banner_8-5x11_qle_meeting_in_a_box_flyer_d1_09132024_v2', '', '', '2024-09-13 20:43:54', '2024-09-13 20:43:54', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7457, 1, '2024-09-13 20:45:15', '2024-09-13 20:45:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Qualifying Life Events\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/qle-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #242424;\">Did you get married or have a baby this year? When you experience a Qualifying Life Event, your enrollment must be completed within 31 days of the Qualifying Life Event date, and you will be required to supply additional documents to support your life event. Click <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" rel=\"noopener\">here</a></strong> to learn more about specific life events and your ability to request changes.\n<span style=\"color: #242424;\">\nSome of the most common Qualifying Life Events include:</span></span>\n\n</span>\n<ul><ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Change in marital status (e.g., marriage, divorce, deceased spouse)</li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your spouse’s employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Enrollment in Medicare or Medicaid</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Qualifying Life Events', '						', 'inherit', 'closed', 'closed', '', '6021-revision-v1', '', '', '2024-09-13 20:45:15', '2024-09-13 20:45:15', '', 6021, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7457', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7458, 1, '2024-09-13 21:12:33', '2024-09-13 21:12:33', '', '2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3', '', 'inherit', 'open', 'closed', '', '2025_banner_8-5x11_utilization_campaign_team_member_flyer_d1_09132024_v3', '', '', '2024-09-13 21:12:33', '2024-09-13 21:12:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7460, 1, '2024-09-17 19:10:55', '2024-09-17 19:10:55', '', '2025 Summary of Dental Benefits & Coverage Disclosure DHMO-CA Employee Only', '', 'publish', 'closed', 'closed', '', '2025-summary-of-dental-benefits-coverage-disclosure-dhmo-ca-employee-only', '', '', '2024-09-17 19:10:55', '2024-09-17 19:10:55', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/66e9d43fe58be.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7461, 1, '2024-09-17 19:10:56', '2024-09-17 19:10:56', '', '2025 Cigna Dental DHMO Charge Schedule', '', 'publish', 'closed', 'closed', '', '2025-cigna-dental-dhmo-charge-schedule', '', '', '2024-09-17 19:10:56', '2024-09-17 19:10:56', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/66e9d440141f8.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7462, 1, '2024-09-17 19:10:56', '2024-09-17 19:10:56', '', '2025 Dental Premier Ortho Passive Benefit Summary', '', 'publish', 'closed', 'closed', '', '2025-dental-premier-ortho-passive-benefit-summary', '', '', '2024-09-17 19:10:56', '2024-09-17 19:10:56', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/66e9d44021f42.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7463, 1, '2024-09-17 19:10:56', '2024-09-17 19:10:56', '', '2025 Dental Premier Benefit Summary', '', 'publish', 'closed', 'closed', '', '2025-dental-premier-benefit-summary', '', '', '2024-09-17 19:10:56', '2024-09-17 19:10:56', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/66e9d440225e4.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7464, 1, '2024-09-17 19:10:56', '2024-09-17 19:10:56', '', '2025 Dental Value Benefit Summary', '', 'publish', 'closed', 'closed', '', '2025-dental-value-benefit-summary', '', '', '2024-09-17 19:10:56', '2024-09-17 19:10:56', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/66e9d44037bc0.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7465, 1, '2024-09-17 19:12:17', '2024-09-17 19:12:17', '', '2025 Hospital Indemnity Plan (Eng)', '', 'publish', 'closed', 'closed', '', '2025-hospital-indemnity-plan-eng', '', '', '2024-09-17 19:12:17', '2024-09-17 19:12:17', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66e9d4915116f.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7466, 1, '2024-09-17 19:12:18', '2024-09-17 19:12:18', '', '2025 Critical Illness Plan (Eng)', '', 'publish', 'closed', 'closed', '', '2025-critical-illness-plan-eng', '', '', '2024-09-17 19:12:18', '2024-09-17 19:12:18', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66e9d49235d4a.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7467, 1, '2024-09-17 19:12:18', '2024-09-17 19:12:18', '', '2025 Accident Plan (Eng)', '', 'publish', 'closed', 'closed', '', '2025-accident-plan-eng', '', '', '2024-09-17 19:12:18', '2024-09-17 19:12:18', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66e9d492399da.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7468, 1, '2024-09-17 19:12:18', '2024-09-17 19:12:18', '', '2025 Accident Plan (Spa)', '', 'publish', 'closed', 'closed', '', '2025-accident-plan-spa', '', '', '2024-09-17 19:12:18', '2024-09-17 19:12:18', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66e9d49273a39.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7469, 1, '2024-09-17 19:12:18', '2024-09-17 19:12:18', '', '2025 Critical Illness Plan (Spa)', '', 'publish', 'closed', 'closed', '', '2025-critical-illness-plan-spa', '', '', '2024-09-17 19:12:18', '2024-09-17 19:12:18', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66e9d49276497.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7470, 1, '2024-09-17 19:12:23', '2024-09-17 19:12:23', '', '2025 Hospital Indemnity Plan (Spa)', '', 'publish', 'closed', 'closed', '', '2025-hospital-indemnity-plan-spa', '', '', '2024-09-17 19:12:23', '2024-09-17 19:12:23', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66e9d497e3217.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7471, 1, '2024-09-17 19:12:42', '2024-09-17 19:12:42', '', '2025 Employee Benefits Overview', '', 'publish', 'closed', 'closed', '', '2025-employee-benefits-overview', '', '', '2024-09-17 19:12:42', '2024-09-17 19:12:42', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/14/66e9d4aaaa15a.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7472, 1, '2024-09-17 19:12:42', '2024-09-17 19:12:42', '', '2025 Physician Benefits Overview', '', 'publish', 'closed', 'closed', '', '2025-physician-benefits-overview', '', '', '2024-09-17 19:12:42', '2024-09-17 19:12:42', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/14/66e9d4aaf0bc6.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7473, 1, '2024-09-17 19:12:43', '2024-09-17 19:12:43', '', '2025 Resident & Fellow Benefits Overview', '', 'publish', 'closed', 'closed', '', '2025-resident-fellow-benefits-overview', '', '', '2024-09-17 19:12:43', '2024-09-17 19:12:43', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/14/66e9d4abcfc09.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7474, 1, '2024-09-17 19:13:26', '2024-09-17 19:13:26', '', '2025 MetLife Legal Plan Overview', '', 'publish', 'closed', 'closed', '', '2025-metlife-legal-plan-overview', '', '', '2024-09-17 19:13:26', '2024-09-17 19:13:26', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/66e9d4d6aac01.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7475, 1, '2024-09-17 19:13:27', '2024-09-17 19:13:27', '', '2025 MyWell-Being Program', '', 'publish', 'closed', 'closed', '', '2025-mywell-being-program', '', '', '2024-09-17 19:13:27', '2024-09-17 19:13:27', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/66e9d4d7d62c0.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7485, 1, '2024-09-17 20:24:43', '2024-09-17 20:24:43', '', 'Health Made Simple', '', 'publish', 'closed', 'closed', '', 'contacts-duplicate-2', '', '', '2024-09-17 20:25:03', '2024-09-17 20:25:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ninja-table/contacts-duplicate-2/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7495, 1, '2024-09-18 14:31:59', '2024-09-18 14:31:59', '', 'new-dental-iphone', '', 'inherit', 'open', 'closed', '', 'new-dental-iphone', '', '', '2024-09-18 14:31:59', '2024-09-18 14:31:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7501, 1, '2024-09-18 14:46:03', '2024-09-18 14:46:03', '', 'Happy parents and their kids having fun while swimming in the sea.', 'Young happy family enjoying while swimming in the sea. Copy space.', 'inherit', 'open', 'closed', '', 'happy-parents-and-their-kids-having-fun-while-swimming-in-the-sea', '', '', '2024-09-18 14:46:03', '2024-09-18 14:46:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7502, 1, '2024-09-18 14:47:04', '2024-09-18 14:47:04', '', 'Happy parents and their kids having fun while swimming in the sea.', 'Young happy family enjoying while swimming in the sea. Copy space.', 'inherit', 'open', 'closed', '', 'happy-parents-and-their-kids-having-fun-while-swimming-in-the-sea-2', '', '', '2024-09-18 14:47:04', '2024-09-18 14:47:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7504, 1, '2024-09-18 17:49:19', '2024-09-18 17:49:19', '', 'Banner OE 25', '', 'inherit', 'open', 'closed', '', 'banner-oe-25', '', '', '2024-09-18 17:49:19', '2024-09-18 17:49:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner-OE-25.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7507, 1, '2024-09-19 14:51:15', '2024-09-19 14:51:15', '', 'news-awards', '', 'inherit', 'open', 'closed', '', 'news-awards', '', '', '2024-09-19 14:51:15', '2024-09-19 14:51:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7527, 1, '2024-09-20 21:50:57', '2024-09-20 21:50:57', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dependent verification\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dep-verification.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#ffffff\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Dependent verification is required for new family members to be covered:<br /></span></p>\n<ul>\n<li><span style=\"color: #242424;\">You’ll need to provide certain documents to prove any newly enrolled family members you add for coverage (spouse, children, etc.) meet the eligibility requirements.</span></li>\n<li><span style=\"color: #242424;\">Review and/or provide your dependent’s Social Security number (SSN) and phone number.</span></li>\n<li><span style=\"color: #242424;\">Check the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=22&amp;wpfd_file_id=2086&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for a list of the required documents.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Collecting proof of eligibility helps us comply with requirements for our benefits plans. More importantly, it helps manage costs for you and for Banner by ensuring we aren’t paying claims for individuals who shouldn’t be enrolled. Be sure to submit your documents by the deadline listed in the enrollment system.</span></p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" open_toggle_text_color=\"#0977b3\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#0977b3\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#0977b3\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#0977b3\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Clue #2\" open=\"on\" open_toggle_text_color=\"#0977b3\" _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" hover_enabled=\"0\" border_width_all=\"2px\" border_color_all=\"#0977b3\" global_colors_info=\"{}\" toggle_text_color=\"#0977b3\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\" sticky_enabled=\"0\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4255108/519f7155817fc90888bfa7d079a29354 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dependent Verification', '						', 'inherit', 'closed', 'closed', '', '6014-revision-v1', '', '', '2024-09-20 21:50:57', '2024-09-20 21:50:57', '', 6014, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7527', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7533, 1, '2024-09-20 21:53:00', '2024-09-20 21:53:00', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Important contacts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/contacts.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"75%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#e5863d\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#e5863d\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" toggle_text_align=\"center\" closed_toggle_font=\"|700|||||||\" closed_toggle_text_align=\"center\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Clue #5\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270473/5a11648c5339adea081e3a5f43db84af\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6075\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6071-revision-v1', '', '', '2024-09-20 21:53:00', '2024-09-20 21:53:00', '', 6071, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7533', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7536, 1, '2024-09-21 15:32:56', '2024-09-21 15:32:56', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Eligibility and enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Eligibility.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h3>Open Enrollment is Nov. 4 – 15, 2024</h3>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-04 16:00\" _builder_version=\"4.26.0\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Open Enrollment is your opportunity to select the benefits you need and want next year. You’re eligible to enroll in benefits if you’re a team member with a total Full-Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">Open Enrollment</span></strong></h1>\n<p>Open Enrollment runs from Nov. 4 – 15, 2024. This is your opportunity to choose new benefits for 2025. Even if you don’t want to make any changes, we encourage you to review your current elections and update your beneficiaries. Your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/\" target=\"_blank\" rel=\"noopener\"><strong>Qualifying Life Event</strong></a> (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/elig-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Premiums\" button_text=\"Tobacco Cessation Programs\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program</span>.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility and Enrollment', '						', 'inherit', 'closed', 'closed', '', '5892-revision-v1', '', '', '2024-09-21 15:32:56', '2024-09-21 15:32:56', '', 5892, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7536', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7537, 1, '2024-09-21 15:33:06', '2024-09-21 15:33:06', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Eligibility and enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Eligibility.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h3>Open Enrollment is Nov. 4 – 15, 2024</h3>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-04 16:00\" _builder_version=\"4.26.0\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Open Enrollment is your opportunity to select the benefits you need and want next year. You’re eligible to enroll in benefits if you’re a team member with a total Full-Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">Open Enrollment</span></strong></h1>\n<p>Open Enrollment runs from Nov. 4 – 15, 2024. This is your opportunity to choose new benefits for 2025. Even if you don’t want to make any changes, we encourage you to review your current elections and update your beneficiaries. Your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/\" target=\"_blank\" rel=\"noopener\"><strong>Qualifying Life Event</strong></a> (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/elig-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Premiums\" button_text=\"Tobacco Cessation Programs\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program</span>.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility and Enrollment', '						', 'inherit', 'closed', 'closed', '', '5892-revision-v1', '', '', '2024-09-21 15:33:06', '2024-09-21 15:33:06', '', 5892, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7537', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7539, 1, '2024-09-21 15:39:20', '2024-09-21 15:39:20', '', '2025_Banner_8.5x11_OE_OE_Checklist_V3', '', 'inherit', 'open', 'closed', '', '2025_banner_8-5x11_oe_oe_checklist_v3', '', '', '2024-09-21 15:39:20', '2024-09-21 15:39:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V3.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7540, 1, '2024-09-21 15:42:35', '2024-09-21 15:42:35', '', '2025_Banner_8.5x11_OE_OE_Checklist_V4', '', 'inherit', 'open', 'closed', '', '2025_banner_8-5x11_oe_oe_checklist_v4', '', '', '2024-09-21 15:42:35', '2024-09-21 15:42:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7541, 1, '2024-09-21 15:44:06', '2024-09-21 15:44:06', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dependent verification\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dep-verification.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#ffffff\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Dependent verification is required for new family members to be covered:<br /></span></p>\n<ul>\n<li><span style=\"color: #242424;\">You’ll need to provide certain documents to prove any newly enrolled family members you add for coverage (spouse, children, etc.) meet the eligibility requirements.</span></li>\n<li><span style=\"color: #242424;\">Review and/or provide your dependent’s Social Security number (SSN) and phone number.</span></li>\n<li><span style=\"color: #242424;\">Check the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=22&amp;wpfd_file_id=2086&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for a list of the required documents.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Collecting proof of eligibility helps us comply with requirements for our benefits plans. More importantly, it helps manage costs for you and for Banner by ensuring we aren’t paying claims for individuals who shouldn’t be enrolled. Be sure to submit your documents by the deadline listed in the enrollment system.</span></p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" open_toggle_text_color=\"#0977b3\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#0977b3\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#0977b3\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#0977b3\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #2\" open=\"on\" open_toggle_text_color=\"#0977b3\" _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" border_width_all=\"2px\" border_color_all=\"#0977b3\" global_colors_info=\"{}\" toggle_text_color=\"#0977b3\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4255108/519f7155817fc90888bfa7d079a29354 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dependent Verification', '						', 'inherit', 'closed', 'closed', '', '6014-revision-v1', '', '', '2024-09-21 15:44:06', '2024-09-21 15:44:06', '', 6014, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7541', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7542, 1, '2024-09-21 15:45:13', '2024-09-21 15:45:13', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Qualifying Life Events\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/qle-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<span style=\"color: #242424;\">Did you get married or have a baby this year? When you experience a Qualifying Life Event, your enrollment must be completed within 31 days of the Qualifying Life Event date, and you will be required to supply additional documents to support your life event. Click <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" rel=\"noopener\">here</a></strong> to learn more about specific life events and your ability to request changes.\n<span style=\"color: #242424;\">\nSome of the most common Qualifying Life Events include:</span></span>\n\n</span>\n<ul><ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Change in marital status (e.g., marriage, divorce, deceased spouse)</li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your spouse’s employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Enrollment in Medicare or Medicaid</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Qualifying Life Events', '						', 'inherit', 'closed', 'closed', '', '6021-revision-v1', '', '', '2024-09-21 15:45:13', '2024-09-21 15:45:13', '', 6021, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7542', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7547, 1, '2024-09-21 15:49:37', '2024-09-21 15:49:37', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" body_font=\"Arial|600|||||||\" body_font_size=\"46px\" body_line_height=\"1em\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hdhp-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>High-Deductible Health<br>Plans (HDHPs) and the Health<br>Savings Account (HSA)</p>\n<h2>How they work together to save you money</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>What is an HDHP?</strong></h3>\n<p><span style=\"color: #242424;\">The Value Plan and Premier Plan are both HDHPs featuring low premiums and a high deductible. HDHPs let you pay less money from your paycheck for coverage, but you’ll pay the full cost of medical services until you reach your deductible. That’s where the HSA can help you save.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>What is an HSA?</strong></h3>\n<p><span style=\"color: #242424;\">An HSA is a tax-advantaged medical savings account available to taxpayers in the United States who are enrolled in an HDHP. The funds contributed to an account are not subject to federal income tax at the time of deposit, and if used for qualified health care expenses, are never taxed.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">How do an HDHP and an\nHSA work together?</span></strong></h1>\nYou can use money from your HSA to help pay for the higher deductible of the Value or Premier Plan and other qualified health care expenses. So, you benefit from a lower monthly premium, and you can use tax-free money to help you reach your deductible.\n<br>Refer to <a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\"><strong>IRS Publication 502</strong></a> for a list of the qualified health care expenses.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"30px||30px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Save on health care. Stay in the Banner Health Network.\" _builder_version=\"4.25.2\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Use fewer HSA dollars while you’re working toward your deductible when you get care in the Banner Health Network. You will get more for your HSA money when you use Banner physicians, pharmacies, laboratories and other services.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6032\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>Banner Health’s contribution does count toward annual maximum.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>How much should I contribute to an HSA?</strong><i></i></h3>\n<p><span style=\"color: #242424;\">The IRS regulates how much you can contribute to your HSA every year. These limits include any money Banner deposits into your HSA on the Premier Plan.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<span style=\"color: #242424;\">Here are some suggestions on what amount to contribute to an HSA:</span></span>\n<ul>\n	<span style=\"color: #000000;\"><li>At least the amount of your deductible, so you’re ready for those expenses you would have to pay out of pocket</li>\n	<li>The amount you’re saving on your premiums</li>\n	<li>The maximum allowed by the IRS to benefit from the tax advantages</li>\n	<li>Don’t forget about non-covered dental and vision expenses; HSA contributions can be used for those services as well</li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>More ways to grow your savings</strong><i></i></h3>\n<p><span style=\"color: #242424;\">Your contributions are tax-deductible, so they will reduce the amount of money you pay in federal income taxes. Then your HSA will earn tax-free interest on the balance. When your HSA reaches a certain level ($1,000), you can invest your money in mutual funds to achieve an even higher rate of growth.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hsa-fsa/\" url_new_window=\"on\" button_text=\"Health Savings and Spending Accounts\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/medical/\" url_new_window=\"on\" button_text=\"Medical Plan Options\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HDHP and HSA', '						', 'inherit', 'closed', 'closed', '', '6029-revision-v1', '', '', '2024-09-21 15:49:37', '2024-09-21 15:49:37', '', 6029, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7547', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7549, 1, '2024-09-21 15:50:18', '2024-09-21 15:50:18', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Banner|Aetna Concierge:\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/concierge.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Your personal assistant for health care</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Not sure where to turn?</h2>\n<p><span style=\"color: #000000;\">We’ve all been there—needing help with our health plan but not sure where to turn.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Your concierge has answers</h2>\n<p><span style=\"color: #000000;\">It’s a big, complex world of health care out there. Your <strong><a href=\"https://www.banneraetna.com/en/members.html\" target=\"_blank\" rel=\"noopener\">Banner|Aetna</a></strong> concierge can help you make sense of it.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>You may be wondering:</h2>\n<span style=\"color: #000000;\">\n<ul>\n<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Something doesn’t appear correct on my Explanation of Benefits (EOB). Can you help me?<br /><li><span style=\"color: #000000;\">How can I find the right specialist?</li>\n<li><span style=\"color: #000000;\">I’ve been diagnosed. Now what?</span></li>\n<li><span style=\"color: #000000;\">Is my health plan going to cover this?</span></li>\n<li><span style=\"color: #000000;\">How much is this going to cost me?</span></li>\n</ul>\n</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Get support to:</span></h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><span style=\"color: #ffffff;\">Choose the right doctor</span></li>\n<li><span style=\"color: #ffffff;\">Learn about your coverage</span></li>\n<li><span style=\"color: #ffffff;\">Understand a diagnosis</span></li>\n<li><span style=\"color: #ffffff;\">Plan for upcoming treatment</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Health care help is here</span></h2>\nSpeak with a concierge. Call 855-788-5803. Your concierge is available 8 a.m. to 6 p.m. (MST), Monday through Friday.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Concierge', '						', 'inherit', 'closed', 'closed', '', '6249-revision-v1', '', '', '2024-09-21 15:50:18', '2024-09-21 15:50:18', '', 6249, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7549', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7550, 1, '2024-09-21 15:51:06', '2024-09-21 15:51:06', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Health Savings and Spending Accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Health Savings Accounts (HSAs)</h2>\n<p><span style=\"color: #000000;\">An HSA is a bank account used for qualified health care expenses (medical, prescription, dental and vision). Contributions are pre-tax, and it is your personal account to use now and in the future. There is no “use it or lose it” rule, so funds roll over from year to year. You can even take it with you if you leave Banner Health.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" url_new_window=\"on\" button_text=\"How Your Medical Plan & the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>For 2025, Banner’s funding will be:</h4>\n<p><span style=\"color: #000000;\"><strong>Premier Plan:</strong> Banner Health will contribute $450 for individual coverage or $900 for family coverage. Contributions are made on a per-paycheck basis in 2025.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are multiple ways to fund your HSA:</h4>\n<ul>\n	<span style=\"color: #000000;\"><li>Contribute your own money through payroll deductions.</span></li>\n	<li><span style=\"color: #000000;\">Contribute your own post-tax money directly to the account.</span></li>\n	<li><span style=\"color: #000000;\">Banner Health makes per-paycheck contributions to your HSA.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"40px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your HSA.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>Important information </strong><strong>about your HSA</strong></span></h3>\n<p><span style=\"color: #000000;\">Banner’s contributions to your HSA will be made on a per-paycheck basis.</span></p>\n<p><span style=\"color: #000000;\"> <br />Note: Due to rounding, your actual annual contribution may vary from your elected amount by a few cents, but will never exceed the allowable annual maximum.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#592e84\" custom_margin=\"0px||-5px|-2px|false|false\" custom_padding=\"6px|25px|0px|25px|false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/HE-1.png\" width=\"262\" /></strong></span></h4>\n<h4><span style=\"color: #ffffff;\"><strong>Manage your accounts with HealthEquity</strong></span></h4>\n<p style=\"font-weight: 400;\"><span style=\"color: #ffffff;\">Visit the HealthEquity Education Center to learn more about how to manage your health care spending and maximize your savings. Log in to get started:</span></p>\n<p><span style=\"color: #ffffff;\"></span></p>\n<p><span style=\"color: #ffffff;\"></span></p>\n<ul>\n<li><span style=\"color: #ffffff;\">HSA/FSA/COBRA education portal: <a href=\"https://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px; color: #ffffff;\"><b>healthequity.com/ed/BannerHealth</b></a></span></li>\n<li><span style=\"color: #ffffff;\">HSA/FSA account login: <span style=\"font-size: 14px;\"></span><a href=\"https://healthequity.com\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px; color: #ffffff;\"><b>healthequity.com</b></a></span></li>\n<li><span style=\"color: #ffffff;\">COBRA account login: <a href=\"https://wageworks.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>wageworks.com</strong></a></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#eff6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>Benefits of HSAs</strong></h4>\n<span style=\"color: #000000;\"><ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>Your HSA contributions come out of your paycheck pre-tax.</span><span style=\"color: #000000;\"></span>\n	<span style=\"color: #000000;\"><li>You earn tax-free interest.</li>\n	<li><span style=\"color: #000000;\">You can take money out tax-free if you use the money for qualified expenses for you and your eligible dependents—even if the dependents are not enrolled in your medical plan.</span></li><br>\n<span style=\"color: #000000;\">&nbsp;\nNOTE: HSA funds can’t be used on a domestic partner’s health care expenses even if he or she is covered on your medical plan, as he or she is not considered an eligible tax dependent by the IRS. </span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>HSA funds are yours to keep. There is no “use it or lose it” rule, and you can take the HSA with you if you change jobs and/or insurance plans.</span></li>\n	<li><span style=\"color: #000000;\">Once your savings reach $1,000, you can invest your money in mutual funds to achieve a higher rate of growth.</span></li>\n	<li><span style=\"color: #000000;\">After you retire, you can use the money for Medicare premiums.</span></li>\n	<li><span style=\"color: #000000;\">You can only use the funds in your HSA for qualified health care expenses.</span></li>\n	<li><span style=\"color: #000000;\">You can change your HSA contribution at any time throughout the year.</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>HSA eligibility</strong></h4>\n<p><span style=\"color: #000000;\"><strong>You are eligible to fund an HSA if you are enrolled in the Banner Health Value or Premier High-Deductible Health Plans. You are not eligible if you are:</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li>Covered by a non-HSA eligible medical plan, Health Care FSA (including an account provided through your spouse’s employer) or<br />health reimbursement arrangement</li>\n<li><span style=\"color: #000000;\">Eligible to be claimed as a dependent on someone else’s tax return</span></li>\n<li><span style=\"color: #000000;\">Enrolled in Medicare or TRICARE for Life.</span></li>\n<li><span style=\"color: #000000;\">Receiving Veterans Affairs (VA) benefits or have received</span></li>\n<li><span style=\"color: #000000;\">VA benefits in the last six months<br /></span></li>\n</ul>\n</span>\n<p><span style=\"color: #000000;\">Refer to <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-969\" target=\"_blank\" rel=\"noopener\">IRS Publication 969</a></strong> for additional eligibility details.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Flexible Spending Accounts</h2>\n<p><span style=\"color: #000000;\">Banner offers our team members two FSAs. These FSAs let you set aside money for health care or dependent care expenses on a per-paycheck basis. This reduces your taxable income, which lowers the amount of federal and state taxes withheld from each paycheck.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">You can enroll in FSAs even if you aren’t enrolled in a Banner medical plan. However, you are not eligible to participate in the Health Care FSA if you are enrolled in the Value or Premier High-Deductible Health Plans.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are two ways to fund your Health Care FSA:</h4>\n<p></span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li>You can save up to $3,200 per year in a Health Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li>You can make claims on the entire planned contribution even before you make the actual payroll contributions.</li>\n<li>You can use the Health Care FSA for eligible medical, pharmacy, dental and vision expenses for you and your eligible dependents, even if they are not covered by your Banner Health plans.</li>\n<li>When using the debit card, you may still be required to mail or fax proof of your expenses, or the payment will become taxable.</li>\n<li>If you don’t use the debit card, you file a claim for reimbursement.</li>\n<li>There is a “use it or lose it” rule, so plan wisely. Any unused balance at the end of the plan year is forfeited.</li>\n<li>You can’t use the money for non-eligible expenses. If you do, you must pay regular income tax on the expenses.</li>\n<li>IRS guidelines require substantiation of claims processed through a debit card. Example: providing a copy of an Explanation of Benefits.</li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><span style=\"color: #000000;\">Using a Dependent Care FSA</span></h4>\n<p><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<span style=\"color: #000000;\"><li>You can save up to $5,000 per year in a Dependent Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li><span style=\"color: #000000;\">As you incur expenses, you file a claim for reimbursement.</span></li>\n<li><span style=\"color: #000000;\">You can only make claims on the contributions that have come out of</span><span> </span><span style=\"color: #000000;\">your paycheck.</span></li>\n<li><span style=\"color: #000000;\">You can use the Dependent Care FSA for eligible day care expenses for children up to age 13 and elder care.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\">For details about eligible expenses under the FSAs, review IRS Publication 502 at <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\">irs.gov/forms-pubs/about-publication-502</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff6fb\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#eff6fb\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>Non-discrimination testing rules apply</strong></h3>\n\n<span style=\"color: #000000;\">To ensure non-highly compensated team members receive a fair share of the tax benefits offered through these plans, non-discrimination testing rules apply to prevent plans from allowing highly paid individuals to benefit at a higher percentage than non-highly paid individuals. Depending on the results of the testing, a highly compensated team member may not be eligible to contribute the maximum amount to an FSA. You will be notified if this applies to you.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>COBRA benefits by Health Equity </strong></span></h3>\n<span style=\"color: #000000;\">Beginning Jan. 1, 2023, benefit coverage ends on the date of your job change, qualifying life event or termination. Health Equity will send you a packet in the mail with your benefit options, costs, etc. for you to decide if you want to continue your benefits. If you elect COBRA, coverage will begin the day after your Banner benefits end. The first month\'s COBRA payment will be pro-rated for the days you are covered. You will have the option to elect up to 18 months of COBRA (other special circumstances-could allow longer timeframe).  [/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your FSA.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HSA FSA', '						', 'inherit', 'closed', 'closed', '', '6253-revision-v1', '', '', '2024-09-21 15:51:06', '2024-09-21 15:51:06', '', 6253, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7550', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7554, 1, '2024-09-21 15:56:17', '2024-09-21 15:56:17', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dental through Cigna\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dental.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Shaping a healthy smile</span></strong></h2>\n<span style=\"color: #000000;\">Dental health goes beyond a pretty smile. Banner Health offers three different dental plans through Cigna. Each plan offers different coverage levels and costs to fit your unique needs. \n\nTo get the most out of your dental benefits, select a provider within your plan\'s network. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"COMPREHENSIVE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p>This dental health maintenance organization (DHMO) plan has the lowest premiums, no deductibles and no annual maximums. You pay a flat copay amount based on the covered service. You must select a general dentist from the DHMO network who will refer you to dental specialists as needed. There is no coverage for care from non-DHMO providers.<br /><strong><br />This plan is only offered based on the availability of network providers near your home ZIP code.</strong> If you move out of the network area, you will need to change plans. (If your home ZIP code has DHMO providers, this option will be displayed in Workday System during enrollment.)</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VALUE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:530px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This dental preferred provider option (DPPO) plan has deductibles for most services, and you pay a percentage of the costs for covered services. You may go to any dentist; however, you will receive discounted rates at a DPPO network provider. This plan does not include orthodontia coverage.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"PREMIER\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This DPPO plan has the highest premiums but offers the most coverage. It is similar to the Value Dental Plan, but also includes coverage for orthodontia and has higher annual maximums.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6048\"][/et_pb_code][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*The dental plans pay based on Reasonable and Customary (R&amp;C) limits.</h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span><span style=\"color: #000000;\">NOTE: If you participate in the</span> <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being/\" target=\"_blank\" rel=\"noopener\"><strong>MyWell-Being Program</strong></a><span style=\"color: #000000;\">, you can earn the Comprehensive Dental Plan at no cost for team member-only coverage. Team members in non-DHMO service areas will receive a $10 monthly credit.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Find a contracted dental provider</strong></span></h2>\n<h5><span style=\"color: #000000;\">Visit <strong><a href=\"http://my.cigna.com\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #3576ae;\">my.cigna.com</span></strong></a></strong>, call 800-244-6224 or use the myCigna app available in the Apple App Store or Google Play.</span></h5>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Take the Cigna\nDental quiz</strong></span></h2>\n<h5><span style=\"color: #000000;\">Can’t decide? Answer a few questions to find the plan that’s right for you.</span></h5>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=5702&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident and Fellow Benefits\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '6039-revision-v1', '', '', '2024-09-21 15:56:17', '2024-09-21 15:56:17', '', 6039, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7554', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7555, 1, '2024-09-21 15:56:50', '2024-09-21 15:56:50', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Vision through VSP\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/vision-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Prescribing a clearer vision</span></strong></h2>\n<p><span style=\"color: #000000;\">Even those with perfect eyesight should get their eyes checked on a regular basis. Banner Health offers two similar plans through Vision Service Plan (VSP). Both plans cover preventive exams, have the same</span> <span style=\"color: #000000;\">network and offer discounts through certain providers. Our vision network includes local providers as well as national companies</span> <span style=\"color: #000000;\">such as Costco and Visionworks.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:270px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Value Plan\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]The Value Plan offers access to VSP’s large network of providers at a lower premium. On this plan, you’re covered for an eye exam and lenses or contacts every 12 months and frames every 24 months. You pay a flat copay for in-network services and frames.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:270px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Premier Plan with EasyOptions enhancements\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]The Premier Plan has a higher premium but offers the most coverage. It’s like the Value Plan but also includes an allowance for laser vision care and a greater allowance for eyeglass frames every 12 months. And with the EasyOptions enhancements, you can choose one annual upgrade: a $250 frame allowance, a $300 featured frame brands allowance OR an anti-reflective coating.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6061\"][/et_pb_code][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span>NOTE: If you participate in the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3576ae;\">MyWell-Being Program</a></strong>, you can earn the Value Vision Plan at no cost for team member-only coverage. </span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>When scheduling an appointment, be sure to provide your member ID</strong></span></h2>\n<h5><strong>Q:</strong> What is my member ID?<br /><strong>A:</strong> When you verify your vision coverage with VSP or with a provider, your member ID is three zeros followed by your Lawson ID# (ex. 000303479).</h5>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=5702&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident and Fellow Benefits\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"30px||30px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Find a contracted VSP provider\" button_text=\"Visit VSP\" button_link=\"https://www.vsp.com/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#78b956\" background_enable_color=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Visit <span style=\"color: #ffffff;\"><a href=\"https://www.vsp.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>vsp.com</strong></a></span>, call 800-877-7195 or download the VSP app from the <strong>Apple App Store</strong> or <strong>Google Play</strong>.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/vision-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '6052-revision-v1', '', '', '2024-09-21 15:56:50', '2024-09-21 15:56:50', '', 6052, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7555', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7557, 1, '2024-09-21 15:58:52', '2024-09-21 15:58:52', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Supplemental health plans\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sup-health.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">If there’s an emergency or you end up in the hospital, health insurance helps with the medical expenses. These voluntary insurance options, available through Aetna, are designed to complement your medical plan and help cover any extra expenses that may arise. They pay a cash benefit you can use for your deductible, coinsurance or even things like child care, utility bills or mortgage payments.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Hospital indemnity</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you’re admitted to the hospital, mental disorder treatment facility or substance abuse treatment facility.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"]<h2><strong>Critical illness</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Critical Illness Plan pays you a lump-sum benefit to help cover health care costs and other expenses when you’re diagnosed with a covered condition, like heart attack, cancer or stroke. And when you complete a qualified health screening test, you can receive $50 per plan year.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Accident</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Accident Plan helps you pay for health care costs and other expenses when you have a covered injury.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://vimeopro.com/diginovations/hospital\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-1.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6459 alignnone size-full\" /></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"http://vimeopro.com/diginovations/critical-illness\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-2.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6465 alignnone size-full\" />[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"http://vimeopro.com/diginovations/accident\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-3.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6466 alignnone size-full\" />[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2027&token=&preview=1\" url_new_window=\"on\" button_text=\"HOSPITAL INDEMNITY (ENG)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2028&token=&preview=1\" url_new_window=\"on\" button_text=\"HOSPITAL INDEMNITY (SPA)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2024&token=&preview=1\" url_new_window=\"on\" button_text=\"CRITICAL ILLNESS (ENG)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2023&token=&preview=1\" url_new_window=\"on\" button_text=\"CRITICAL ILLNESS (SPA)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2016&token=&preview=1\" url_new_window=\"on\" button_text=\"ACCIDENT PLAN (ENG)\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2015&token=&preview=1\" url_new_window=\"on\" button_text=\"ACCIDENT PLAN (SPA)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Health Plans', '						', 'inherit', 'closed', 'closed', '', '6217-revision-v1', '', '', '2024-09-21 15:58:52', '2024-09-21 15:58:52', '', 6217, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7557', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7559, 1, '2024-09-21 16:00:47', '2024-09-21 16:00:47', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Health Management Resources\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/health-mgmt.jpg\" background_enable_image=\"on\" background_position=\"top_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Your health and well-being are important to us. That’s why we offer a collection of Health Management Programs to better assist you in dealing with certain ailments. If you’re enrolled in a Banner Health medical plan, these are provided at no cost to you. Many of our Health Management Programs are part of our MyWell-Being Program points system and can be accessed through Virgin Pulse. Check out how you can earn points for taking care of your health.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_main_element=\"min-height:370px!important\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/HH-Logo-300x79.png\" width=\"160\" /><span style=\"color: #000000;\"><br />Hello Heart empowers you to understand and improve your cardiovascular health, including managing and preventing high blood pressure, high cholesterol and heart disease. It includes tracking tools, personalized insight and recommendations, a dedicated support team and more. </span><span style=\"color: #000000;\">Learn more and enroll at <strong><a href=\"https://join.helloheart.com/Banner\" target=\"_blank\" rel=\"noopener\">join.helloheart.com/Banner</a></strong>. Or contact</span> <span style=\"color: #000000;\">Hello Heart at <span style=\"color: #3576ae;\"><strong>800-767-3471</strong></span> or <strong><a href=\"mailto:support@helloheart.com\">support@helloheart.com</a></strong> for more information.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_main_element=\"min-height:370px!important\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/hinge-health-300x60.png\" width=\"200\"><br><span style=\"color: #000000;\">Hinge Health is a digital exercise therapy program for back, knee, hip, neck and shoulder pain and women’s pelvic health. It features wearable motion sensors to guide you through the program, a library of educational resources and a personalized health coach who will be there to support you every step of the way. Visit <strong><a href=\"https://hingehealth.com\" target=\"_blank\" rel=\"noopener\">hingehealth.com</a></strong> to learn more. For questions, call <strong><span style=\"color: #3576ae;\">855-902-2777</span></strong> or email <strong><a href=\"mailto:hello@hingehealth.com\">hello@hingehealth.com</a></strong>.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_main_element=\"min-height:370px!important\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/virta-logo-300x114.webp\" width=\"100\">\n<p><span style=\"color: #000000;\">Virta can help you put your diagnosed Type 2 diabetes or prediabetes into remission, reduce the need for medication and give you back your life. It includes medical supervision, a dedicated health coach, biomarker tracking tools and supplies and a personalized treatment plan to help transform your health. Plus, it’s 100% online, so you can get the support you need from the privacy of your own home. To get started, visit <strong><a href=\"https://virtahealth.com\" target=\"_blank\" rel=\"noopener\">virtahealth.com</a></strong> or email <strong><a href=\"mailto:support@virtahealth.com\">support@virtahealth.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/AbleTo_FullColor_Logo_320x132px-300x124.png\" width=\"140\">\n\n<span style=\"color: #000000;\">Banner and Aetna have teamed up with AbleTo, a personalized, leading behavioral health care provider, to provide real support that fits your schedule. AbleTo provides virtual therapy and coaching to help you reduce feelings of stress, anxiety and depression. It also helps you build positive self-care routines to cope with everyday challenges. Take advantage of confidential, 24/7 access to the tools you need and engage with qualified and supportive therapists and coaches. Sign up today at no cost to you. Email <strong><a href=\"mailto:help@ableto.com\">help@ableto.com</a></strong>, call <strong><span style=\"color: #3576ae;\">866-287-1802</span></strong> or visit <strong><a href=\"http://ableto.com\" target=\"_blank\" rel=\"noopener\">ableto.com</a></strong>.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To learn more about Banner’s Health Management Programs, click here:[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Pages/Health-Management-Programs.aspx\" url_new_window=\"on\" button_text=\"Health Management\" button_alignment=\"left\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hm-2.jpg\" title_text=\"Portrait of two happy friends lying on a meadow\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><span style=\"color: #000000;\">See what team members are saying about our Health Management Programs:</span></p>[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/pages/Health-Management-Testimonial-Board.aspx\" url_new_window=\"on\" button_text=\"Testimonials\" button_alignment=\"right\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Management', '						', 'inherit', 'closed', 'closed', '', '6063-revision-v1', '', '', '2024-09-21 16:00:47', '2024-09-21 16:00:47', '', 6063, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7559', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7560, 1, '2024-09-21 16:01:46', '2024-09-21 16:01:46', '', '2024ResidentFellowBenefitsOverview', '', 'inherit', 'open', 'closed', '', '2024residentfellowbenefitsoverview', '', '', '2024-09-21 16:01:46', '2024-09-21 16:01:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/202420Resident202620Fellow20Benefits20Overview.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7562, 1, '2024-09-21 16:04:11', '2024-09-21 16:04:11', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Planned Time Off programs\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Paid Time Off</strong></h3>\n<p><span style=\"color: #000000;\">You must use your Paid Time Off (PTO) hours for vacation time, holidays, other personal time off from work and, when applicable, sick days. You must obtain approval in advance from your leader before using your PTO hours.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5><span style=\"color: #000000;\">Who is eligible</span>: <span style=\"color: #212121;\">You are eligible for PTO if you are a regular full-time or part-time team member assigned a total FTE (full-time equivalent) of 50% or greater.</span></h5>\n<p><span style=\"color: #000000;\"><br />PTO benefits are accrued in hours based on working a maximum of 80 hours per pay period. No PTO credit is earned for hours worked more than 80 hours per pay period. For those who worked less than 80 hours per pay period, the earned hours will be prorated based on actual hours worked.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><strong>PTO Donation Program</strong></h3>\n<p><span style=\"color: #000000;\">Banner Health allows PTO donations to assist team members with unexpected needs. This program allows us to help each other. For program details and eligibility criteria, click <strong><a href=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Paid-Time-Off\" target=\"_blank\" rel=\"noopener\">here</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Physician Time Off</strong></h3>\n<p><span style=\"color: #000000;\">Physician Time Off, also referenced as Approved Time Off (ATO), is paid time off for a variety of circumstances, including holidays, personal/ vacation time, sick days and leaves of absence. The Physician Time Off plan provides flexibility, allowing you to take personal time off with pay, subject to business needs and scheduling. </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Who is eligible: <span style=\"color: #212121;\">You are eligible for Physician Time Off if you are classified as a regular full-time or part-time physician assigned a total FTE of 50% or greater. </span></h5>\n<p><span style=\"color: #000000;\"><br />Shift-based physicians (i.e., hospitalists and intensivists) are ineligible to participate in the Physician Time Off plan. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Mandated Sick Time</strong></h3>\n<p><span style=\"color: #000000;\">Team members are entitled to Paid Sick Time as designated by law based on the state in which they work.</span></p>\n<p><span style=\"color: #000000;\"><br />Earned Paid Sick Time may be used for the following purposes: (1) medical care or mental or physical illness, injury or health condition; (2) a public health emergency; or (3) absence due to domestic violence, sexual violence, abuse or stalking. Team members may use earned Paid Sick Time for themselves or for family members. Certain states offer expanded use. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner automatically provides this coverage for eligible team members. No enrollment is required. To view details regarding your time away from work, search planned time off on Banner Connect or visit:[/et_pb_text][et_pb_button button_url=\"http://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"PLANNED TIME OFF\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3575ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#4e80ad\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-2.jpg\" title_text=\"pto-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Planned Time Off', '						', 'inherit', 'closed', 'closed', '', '6115-revision-v1', '', '', '2024-09-21 16:04:11', '2024-09-21 16:04:11', '', 6115, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7562', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7564, 1, '2024-09-21 16:05:25', '2024-09-21 16:05:25', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Disability and leave plans\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/disability.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h4>through Reliance Matrix</h4>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health is committed to helping you take the time you need away from work—whether you spend it at home healing from a health condition, caring for a seriously ill family member or returning to school to take classes.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Different types of leave</span></strong></h3>\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Family Medical Leave (FML) provides 12 weeks of job-protected leave if qualified team members or their immediate family members have a serious health condition. Under FML, you are eligible if you’ve been a Banner team member for at least 12 months and have worked at least 1,250 hours in the 12-month period before FML begins.</li>\n	<li><span></span><span style=\"color: #000000;\">Medical Leave covers up to 12 weeks for serious health conditions for team members who aren’t eligible for FML.</span></li>\n	<li><span style=\"color: #000000;\">Personal Leave provides up to 12 weeks for non-FML personal matters.</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Submit your request</span></strong></h3>\n<p><span style=\"color: #000000;\">Contact the Banner-dedicated leave-of-absence team at <span>Reliance Matrix</span> by calling 888-295-7840 or visiting <strong><a href=\"http://matrixabsence.com\" target=\"_blank\" rel=\"noopener\">matrixabsence.com</a></strong>. You’ll need to provide your name, address, phone number, the last four digits of your Social Security number (SSN), physician’s contact and fax information, a description of your illness or injury, job title and a brief description of your job. Also, you should be ready to provide medical certification or other documents to validate your reason for leave.</span></p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1930&token=&preview=1\" url_new_window=\"on\" button_text=\"DISABILITY AND LEAVES FAQ\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Short-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">Short-Term Disability (STD) Plan provides you with pay at 60% of your pre-disability base pay for up to 182 days for lost time at work due to your own illness or non-work-related injury. Benefits begin after seven consecutive calendar days away from your job for nonoccupational illness or injury. Any Paid Time Off* and/or Sick Time* you have available must be used to pay yourself during the seven consecutive days of the elimination period and to supplement your STD pay so that it approximates your pre-disability base pay.<br /></span><br /><span style=\"color: #000000;\">Maternity STD is 100% of your pre-disability base pay for six weeks with no elimination period.<br /></span><br /><span style=\"color: #000000;\">*Any medical condition requiring disability leave beyond the six weeks for maternity at 100% coverage, including cesarean birth, will be covered at the standard 60% Short-Term Disability payment for the remainder of the leave. </span></p>\n<p><span style=\"color: #000000;\"><span></span></span></p>\n<p><span style=\"color: #000000;\"><span><br />Note: FOR STATES WITH PAID FAMILY LEAVE: Team members may be entitled to paid leave benefits as designated by law based on the state in which they work. Please refer to Banner Connect -&gt; Human Resources -&gt; HR Policies -&gt; Labor Law Posters for additional information.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Long-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">The Long-Term Disability Plan provides 60% of your base earnings up to the maximum of $10,000 per month. The benefit is reduced by certain offsets such as primary Social Security benefits and Workers’ Compensation payments. If you are on an approved disability such as Short-Term Disability or Workers’ Compensation, benefits may begin at the end of 182 days plus any applicable PTO days.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1935&token=7e675482b84e3db0d1bf9a2a5ea7441d&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROGRAM DESCRIPTION\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"LONG-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability and Leave Plans', '						', 'inherit', 'closed', 'closed', '', '6124-revision-v1', '', '', '2024-09-21 16:05:25', '2024-09-21 16:05:25', '', 6124, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7564', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7566, 1, '2024-09-21 16:07:20', '2024-09-21 16:07:20', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Life and AD&D insurance\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/life-add.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Life and AD&amp;D coverage protects your loved ones should the unthinkable happen to you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner Health provides Basic Life and Accidental Death and Dismemberment (AD&amp;D) insurance to all benefits-eligible team members equal to your annual compensation (up to plan limits). When newly eligible, you can elect up to 10x your annual earnings in additional Voluntary Life and AD&amp;D insurance. The maximum amount of coverage is subject to a $2,000,000 maximum that is combined with your Basic Life Insurance amount. Evidence of Insurability will be required for any Voluntary Life election that exceeds the lesser of 5x your annual earnings or $1 million.</span>\n<br><span style=\"color: #000000;\">\nDuring Open Enrollment or if you experience a Qualifying Life Event, you may also increase your coverage by an amount equal to your annual earnings provided the resulting amount of insurance does not exceed the guaranteed issue amount of the lesser of 5x your annual earnings or $1 million. You may apply for additional coverage increases up to 10x your annual earnings subject to Evidence of Insurability limits.\n</span>\n<span style=\"color: #000000;\">By enrolling in the plan, you understand that you must be actively at work on the effective date of coverage.</span>\n<span style=\"color: #000000;\"><br>Age reductions in team member coverage begin at age 65.\n</span>\n<span style=\"color: #000000;\">Coverage options are also available for your spouse/domestic partner and children.\n\n</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong><span style=\"color: #000000;\">As a Banner team member, you are provided Basic Life and AD&amp;D insurance equal to your annual benefit annual compensation (up to plan limits).</span></strong></h4>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6142\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*Cannot be more than your annual compensation</h6>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"TEAM MEMBER PREMIUMS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=5702&token=&preview=1\" url_new_window=\"on\" button_text=\"RESIDENT AND FELLOW BENEFITS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Beneficiary information</strong></span></h2>\n<p><span style=\"color: #000000;\">If your covered spouse, domestic partner or child(ren) die, their Life and AD&amp;D benefit payments are made to you. In the event of your death, benefit payments are made in the order listed below unless you choose a</span><br /><span style=\"color: #000000;\">different beneficiary:</span></p>\n<span style=\"color: #000000;\"><ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Your spouse (does not include a domestic partner)</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your children (including legally adopted children, but excluding</strong></span><br /><span style=\"color: #000000;\"><strong>stepchildren)</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your parents</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your brothers and sisters</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your estate</strong></span></li>\n</ul>\n<p><span style=\"color: #000000;\">If you are changing or adding a beneficiary during Open Enrollment,</span><br /><span style=\"color: #000000;\">you must include the names and phone numbers of your beneficiaries in</span><br /><span style=\"color: #000000;\">order to complete enrollment.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><span style=\"color: #000000;\"><strong>Benefit Scout</strong></span></h2>\n<p><span style=\"color: #000000;\">We understand there’s a lot to consider when choosing your life insurance coverages. That’s why we’re excited about Securian Financial’s tool Benefit Scout—an online decision support experience to help you decide what life<br />insurance options make sense for you and your family. Click <strong><a href=\"https://scout.securian.com/?id=010721.0001&amp;strala_id=1003518%20\" target=\"_blank\" rel=\"noopener\">here</a></strong> to learn your options, get cost estimates based upon recommendations and enroll with confidence.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Additional resources</strong></span></h2>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=1938&token=&preview=1\" url_new_window=\"on\" button_text=\"LIFE INSURANCE PROCESS MAP\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=2176&token=&preview=1\" url_new_window=\"on\" button_text=\"TERM LIFE CERTIFICATE\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=2176&token=&preview=1\" url_new_window=\"on\" button_text=\"TERM LIFE POLICY AND AMMENDMENTS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Life and AD&D', '						', 'inherit', 'closed', 'closed', '', '6132-revision-v1', '', '', '2024-09-21 16:07:20', '2024-09-21 16:07:20', '', 6132, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7566', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7567, 1, '2024-09-21 16:08:04', '2024-09-21 16:08:04', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Retirement Plan through Fidelity\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/401k-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner Health partners with Fidelity Investments to offer you retirement plan options. You can enroll or change your election at any time by contacting Fidelity.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#efefef\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k)</strong></span></h2>\n<p><span style=\"color: #000000;\">The Banner Health 401(k) plan is a great way to save money on a pre-tax and Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS annual allowable limits. The first 4% of your contributions must be on a pre-tax basis, then any additional contribution may be pre-tax, Roth post-tax or both. Your 401(k) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><br />You are eligible to participate in the 401(k) if you are a regular full-time, part-time, per-diem or flat-rate team member.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k) employer match</strong></span></h2>\n<p><span style=\"color: #000000;\">After your one-year anniversary, Banner will match your 401(k) pre-tax contributions, dollar for dollar, up to 4% of your eligible compensation.<br />The match is not included in your annual contributions limit.</span></p>\n<p><span style=\"color: #000000;\"><br />The employer match is calculated and deposited to your account every pay period. However, Banner will evaluate your earnings and contributions from the prior calendar year to determine what the employer match would’ve been had the calculation been done on a full-year basis. Banner will make a true-up matching contribution during the first quarter to reconcile the difference if you meet certain eligibility and timing requirements. When calculating the true-up match, Banner will consider the earnings and contributions for the pay periods during which you were eligible for the match.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>403(b)</strong></span></h2>\n<p><span style=\"color: #000000;\">As a registry <strong>(Banner Staffing Services)</strong> team member, the Banner Health 403(b) Plan allows you to save money on a pre-tax and/or Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS allowable annual limits. Your 403(b) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/401k-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Investing</strong></span></h2>\n<span style=\"color: #000000;\">You can invest all contributions, including any matching contributions and rollovers, in your choice of available investment funds. If you do not specify the investment funds when you enroll, your contributions will be defaulted into a target date fund appropriate for your retirement age.</span>\n<span style=\"color: #000000;\">\nBefore investing in any mutual fund, please carefully consider the investment objectives, risks, charges and expenses. For this and other information, call or write Fidelity for a free prospectus. Read it carefully before you invest.\n<span style=\"color: #000000;\">\nYou can enroll or change your election at any time by contacting Fidelity.\n<span style=\"color: #000000;\">\nPhone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)\nWebsite: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\">netbenefits.com/BannerHealth</a></strong> or <strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\">netbenefits.com/easy</a></strong>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" background_color=\"#78b956\" background_layout=\"dark\" custom_margin=\"||||false|false\" custom_padding=\"25px||25px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Contact Fidelity</strong></span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Phone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Website: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/BannerHealth</a></strong> or</span>\n<span style=\"color: #ffffff;\"><strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/easy</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://workplaceservices.fidelity.com/mybenefits/employerservices/navigation/es2/ContributionCalculator\" url_new_window=\"on\" button_text=\"Contribution Calculator\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/app/nurdomestic?AuthRedUrl=https://workplaceservices.fidelity.com/mybenefits/savings/navigation/dc/EZELanding#/nurDomestic/verifyIdentity\" url_new_window=\"on\" button_text=\"Fidelity Enrollment\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Retirement', '						', 'inherit', 'closed', 'closed', '', '6147-revision-v1', '', '', '2024-09-21 16:08:04', '2024-09-21 16:08:04', '', 6147, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7567', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7570, 1, '2024-09-21 16:09:18', '2024-09-21 16:09:18', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Child Care / Elder Care\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/child-care.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder- and early-care resources</span></strong></h2>\n<p><span style=\"color: #000000;\">If you’re caring for family members at home, life is often a balancing act. Bright Horizons and Aetna Resources for Living can both support your caregiving responsibilities. <span>Click the links below to learn more.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder care </span></strong></h2>\n<span style=\"color: #000000;\">When the time comes to take care of your caretaker, take advantage of these resources to ensure your loved ones are comfortable in their later years. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li>Decision support tools to help you plan ahead</li>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">An online needs assessment</span></li>\n	<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">A search tool for finding and evaluating care providers</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Aging adult care provider search</li>\n	<li><span style=\"color: #000000;\">Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Child care </span></strong></h2>\n<span style=\"color: #000000;\">With the cost of child care, the scheduling demands of a thriving career and the learning curve for first-time parents, it can be hard to balance work and family. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Free premium membership to Sittercity to help find child care options</li>\n	<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n	<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n	<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n&nbsp;\n<ul></ul>\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers educational resources on: </strong></span></p>\n<ul>\n	<span style=\"color: #000000;\"><li>Child care</li>\n	<li><span style=\"color: #000000;\">Adoption </span></li>\n	<li><span style=\"color: #000000;\">Pregnancy and childbirth </span></li>\n	<li><span style=\"color: #000000;\">Raising children </span></li>\n	<li><span style=\"color: #000000;\">Balancing work and family </span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://bannerhealth.savings.beneplace.com/\" url_new_window=\"on\" button_text=\"Check out Beneplace for even more child care discounts.\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Child and Elder Care', '						', 'inherit', 'closed', 'closed', '', '7155-revision-v1', '', '', '2024-09-21 16:09:18', '2024-09-21 16:09:18', '', 7155, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7570', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7571, 1, '2024-09-21 16:09:32', '2024-09-21 16:09:32', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Child Care / Elder Care\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/child-care.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder- and early-care resources</span></strong></h2>\n<p><span style=\"color: #000000;\">If you’re caring for family members at home, life is often a balancing act. Bright Horizons and Aetna Resources for Living can both support your caregiving responsibilities. <span>Click the links below to learn more.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder care </span></strong></h2>\n<span style=\"color: #000000;\">When the time comes to take care of your caretaker, take advantage of these resources to ensure your loved ones are comfortable in their later years. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li>Decision support tools to help you plan ahead</li>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">An online needs assessment</span></li>\n	<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">A search tool for finding and evaluating care providers</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Aging adult care provider search</li>\n	<li><span style=\"color: #000000;\">Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Child care </span></strong></h2>\n<span style=\"color: #000000;\">With the cost of child care, the scheduling demands of a thriving career and the learning curve for first-time parents, it can be hard to balance work and family. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Free premium membership to Sittercity to help find child care options</li>\n	<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n	<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n	<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n&nbsp;\n<ul></ul>\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers educational resources on: </strong></span></p>\n<ul>\n	<span style=\"color: #000000;\"><li>Child care</li>\n	<li><span style=\"color: #000000;\">Adoption </span></li>\n	<li><span style=\"color: #000000;\">Pregnancy and childbirth </span></li>\n	<li><span style=\"color: #000000;\">Raising children </span></li>\n	<li><span style=\"color: #000000;\">Balancing work and family </span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://bannerhealth.savings.beneplace.com/\" url_new_window=\"on\" button_text=\"Check out Beneplace for even more child care discounts.\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Child and Elder Care', '						', 'inherit', 'closed', 'closed', '', '7155-revision-v1', '', '', '2024-09-21 16:09:32', '2024-09-21 16:09:32', '', 7155, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7571', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7574, 1, '2024-09-21 16:10:58', '2024-09-21 16:10:58', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Adoption Assistance plan overview\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-2-new.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health wants to support you if you’re in the process of growing your family through adoption by reimbursing eligible adoption expenses.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Who is eligible</strong></h2>\n<p><span style=\"color: #000000;\">Banner team members who are classified as regular FT/PT assigned a total FTE (full-time equivalent) of 50% or greater and have completed one year of service prior to the start of the adoption proceedings for which reimbursement is to be provided.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>How it works</strong></h2>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>The plan will reimburse eligible team members for costs incurred to adopt either a child under the age of 18 or someone of any age physically or mentally incapable of self-care.</li>\n<li><span style=\"color: #000000;\">$10,000 is the maximum amount of expenses that Banner will reimburse under this plan.</span></li>\n</ul>\n</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>General provisions</strong></h2>\n<span style=\"color: #000000;\">Banner Health administers the plan and has sole discretionary authority to interpret the plan, to make eligibility and benefit determinations and to make factual determinations in connection with the plan, which are final and binding.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>What Banner will reimburse</strong></h2>\n<p><span style=\"color: #000000;\">The expenses related to an adoption that are reimbursable under this program as qualified adoption expenses are the substantiated, reasonable and necessary adoption fees, court costs, attorney fees and other expenses (excluding, however, (i) travel expenses, (ii) living, medical and delivery expenses of a birth mother and (iii) any other expenses not permitted for reimbursement under the Code) that:</span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>a)</strong>  are directly related to, and the principal purpose of which is for, the legal adoption of an Eligible Child by the Eligible team member;</span></li>\n<li><span style=\"color: #000000;\"><strong>b)</strong>  are not incurred in violation of state or federal law or in carrying out any surrogate parenting arrangement; and</span></li>\n<li><span style=\"color: #000000;\"><strong>c)</strong>  are not expenses in connection with the adoption of a child who is the child of the Eligible team member’s spouse. (However, see Special Non-Qualified Benefit in plan.)</span><i></i></li>\n</ul>\n<p><span style=\"color: #000000;\"><i>Approved reimbursements are awarded on the final paycheck each </i><i>month. If you submit an application and/or documentation near the end of </i><i>the month, your reimbursement will process in the following month.</i></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Important tax considerations</strong></h2>\n<p><span style=\"color: #000000;\">This plan benefits all eligible team members, and its eligibility requirements do not discriminate in favor of highly compensated employees or their dependents as required under §137 of the Internal Revenue Code. Federal and state taxes may apply to qualified adoption expenses reimbursed under this plan. A portion of the reimbursements under the plan may be excludable from your income for federal income taxes to the extent you qualify under<strong> Internal Revenue Code §137 and by filing Form 8839 with your federal income taxes.</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>1.</strong> For domestic adoptions, reimbursements for qualified adoption expenses may be excludable from a team member’s gross income for the tax year in which the qualified adoption expenses are reimbursed.</span></p>\n<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>2.</strong> For foreign adoptions, this exclusion may only be available for the tax year in which the adoption becomes final.</span></p>\n<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>3.</strong> Banner is required to withhold applicable federal employment taxes (FICA and FUTA) and to report the total amount of reimbursements on your Form W-2. Banner Health will not withhold other federal income taxes for reimbursements made under this plan, and you may be required to pay taxes on these reimbursements when you file your tax returns.</span></p>\n<p style=\"padding-left: 80px;\"><span style=\"color: #000000;\"><strong>a)</strong> You also may be entitled to a federal income tax credit for adoption expenses that are not reimbursed under this plan or elsewhere. You will need to coordinate the income exclusion and tax credit to determine the greatest tax benefit for you and</span> <span style=\"color: #000000;\">your family.</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">For additional information about the federal income exclusion and tax credit, please refer to the <strong><a href=\"https://www.irs.gov/forms-pubs/about-form-8839\" target=\"_blank\" rel=\"noopener\">Instructions to Form 8839</a></strong>, available from the IRS and on the IRS website at <strong><a href=\"https://www.irs.gov/\" target=\"_blank\" rel=\"noopener\">irs.gov</a></strong>. Banner does not make any commitment or guarantee that any reimbursements under the plan will be excludable in whole or in part from your gross income for federal or state income tax purposes, or that any other federal or state tax treatment will apply to or be available to you.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\"><strong>The tax treatment of reimbursements of qualified adoption expenses under this plan is complex and will depend on your personal tax situation. Banner does not provide team members with personal tax advice. We strongly recommend that you speak to your personal tax advisor.</strong></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>This plan overview is not the plan. Click the Service Hub button and type in “Adoption Assistance” to find the policy information and application.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"Service Hub\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '6196-revision-v1', '', '', '2024-09-21 16:10:58', '2024-09-21 16:10:58', '', 6196, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7574', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7576, 1, '2024-09-21 16:11:52', '2024-09-21 16:11:52', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Supporting Our Staff (SOS)\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial assistance when you need it</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner Health is there for you even when times are challenging. The Supporting Our Staff (SOS) program provides financial assistance to Banner team members facing a temporary financial hardship. The SOS Fund was founded in 2011 as a partnership between the Banner Health Foundation and Banner’s Human Resources team and is funded through the generosity of fellow team members.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Requirements and qualifications</span></strong></h3>\n<p><span style=\"color: #000000;\">All eligible team members at Banner Health facilities, systemwide, qualify for the SOS program with supporting documentation. To qualify, you must be classified as regular full time or part time in Workday AND have served a minimum of six continuous months of employment with Banner. <br /><br />Each team member is eligible for one $750 gift once in a 12-month period. Team members can qualify for SOS up to twice in a Banner career lifetime.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Better Together</span></strong></h3>\n<span style=\"color: #000000;\">We are better together! SOS is funded by fellow team members through online donations and annual giving campaigns so we can all support each other during difficult times. If you’d like to contribute to the SOS fund, you can do so through:\n</span>\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><span style=\"color: #000000;\">Better Together, your region or facility’s annual </span>team member giving campaign</span></li>\n	<li><span style=\"color: #000000;\">Online donations</span></li>\n	<li><span style=\"color: #000000;\">Payroll deductions\n</span></li>\n</ul>\n<span style=\"color: #000000;\">To learn more or to donate, click here:</span>[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/better-together\" url_new_window=\"on\" button_text=\"BETTER TOGETHER\" button_alignment=\"left\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-2.jpg\" title_text=\"sos-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.26.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-22px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-1.png\" title_text=\"sos-circle-1\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-2.png\" title_text=\"sos-circle-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-3.png\" title_text=\"sos-circle-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-40px||-40px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" min_height=\"32px\" global_colors_info=\"{}\"]<h6 style=\"text-align: right;\">2023 program statistics</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-3.jpg\" title_text=\"sos-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||-4px||false|false\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">How to apply</span></strong></h3>\n<p><span style=\"color: #000000;\">If you’re in need of temporary financial assistance, follow the steps below to apply and receive SOS funds:</span></p>\n</span></p>\n<ul>\n<span style=\"color: #000000;\"><li>Gather document(s) showing proof of the financial hardship, such as utility shut-off notices or a statement of foreclosure or eviction from your primary residence, dated within the past 30 days.</span><span style=\"color: #000000;\"</li>\n<li><span style=\"color: #000000;\">Click here and use keyword “SOS.”</span><span style=\"color: #000000;\"></span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"SERVICE HUB\" button_alignment=\"left\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_margin=\"|||11px|false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-25px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supporting Our Staff', '						', 'inherit', 'closed', 'closed', '', '6161-revision-v1', '', '', '2024-09-21 16:11:52', '2024-09-21 16:11:52', '', 6161, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7576', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7577, 1, '2024-09-21 16:12:42', '2024-09-21 16:12:42', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Discount marketplace\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-1-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Discounts through Beneplace</span></strong></h3>\n<span style=\"color: #000000;\">Banner Health’s discounts and services website through Beneplace allows you to save money on products and services you use every day. Just click the link below and enter your username and password, or click the Create an Account button. Contact Beneplace at 800-683-2886 if you need help. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to start saving today on:</span>\n<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>Automotive discounts</li>\n	<li>Dining and grocery</span></li>\n	<li><span style=\"color: #000000;\">Electronics</span></li>\n	<li><span style=\"color: #000000;\">Entertainment</span></li>\n	<li><span style=\"color: #000000;\">Sports and outdoors</span></li>\n	<li><span style=\"color: #000000;\">Travel</span></li>\n	<li><span style=\"color: #000000;\">Wireless phones </span></li>\n	<li><span style=\"color: #000000;\"><span>Gym memberships</span></span></li>\n</ul>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Voluntary benefits</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner also provides additional voluntary benefits, like auto and home insurance and Purchasing Power, that you can enroll in through Beneplace and have the convenience of payroll deductions. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to learn more.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-2.jpg\" title_text=\"dm-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Discount Marketplace', '						', 'inherit', 'closed', 'closed', '', '6171-revision-v1', '', '', '2024-09-21 16:12:42', '2024-09-21 16:12:42', '', 6171, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7577', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7579, 1, '2024-09-21 16:16:34', '2024-09-21 16:16:34', '', 'new-1-2-3', '', 'inherit', 'open', 'closed', '', 'new-1-2-3', '', '', '2024-09-21 16:16:34', '2024-09-21 16:16:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-1-2-3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7586, 1, '2024-09-21 16:24:53', '2024-09-21 16:24:53', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Resources For Living\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Life happens. Stress less. Live more.</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Resources For Living, Banner’s Employee Assistance Program (EAP), is here to help make your life easier. You can find services for all aspects of your well-being, including:</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\"><span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><strong>Emotional support</strong>—Talk to a counselor about what’s on your mind—stress, relationships, mood issues and more. Meet face-to-face or by video stream, or get in-the-moment support by phone.</li>\n</ul>\n</span></span>\n<p><span style=\"color: #000000;\"> </span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Legal</strong>—Speak with an attorney about legal issues, like estate planning and family and domestic issues.</span></li>\n<li><span style=\"color: #000000;\"><strong>Daily Life Assistance</strong>—Let our specialists help you solve everyday issues and coordinate caregiving needs.</span><span style=\"color: #000000;\"></span></li>\n</ul>\n</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><strong>Financial</strong>—Discuss budgeting, credit and more with a financial expert.</li>\n<li><span style=\"color: #000000;\"><strong>Daily life assistance</strong>—Let our specialists help you solve everyday issues and coordinate caregiving needs.</span></li>\n<li><span style=\"color: #000000;\"><strong>Website</strong>—Check out video resources, articles, assessments, webinars and more at <strong><a href=\"https://resourcesforliving.com\">resourcesforliving.com</a></strong>. </span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-40px||-20px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=2048&token=0822f8f8de9c8ee39a86b5fad638321a&preview=1\" url_new_window=\"on\" button_text=\"2024 Mental Health Support\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4ea2c9\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#79b856\" border_color_all=\"#79b856\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Confidential</span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Resources For Living is available to you and your household members 24 hours a day, 365 days a year. The services are free and confidential.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">\n<strong>866-568-7554</strong><b>\n<span style=\"color: #ffffff;\"><a href=\"https://resourcesforliving.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">resourcesforliving.com</a></span>\nUsername: </b>Banner<b>\nPassword:</b> EAP</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl-2-scaled.jpg\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"155px||155px||false|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'EAP', '						', 'inherit', 'closed', 'closed', '', '6245-revision-v1', '', '', '2024-09-21 16:24:53', '2024-09-21 16:24:53', '', 6245, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7586', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7588, 1, '2024-09-21 16:25:26', '2024-09-21 16:25:26', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Non-Tobacco User Discount\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/tobacco.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"||-60px||false|false\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/tobacco-3.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health offers a Non-Tobacco User Discount on</span><span> </span><span style=\"color: #000000;\">premiums to encourage members not to use tobacco products.</span><span> </span><span style=\"color: #000000;\">Tobacco products include cigarettes, cigars, pipes, smokeless</span><span> </span><span style=\"color: #000000;\">tobacco and electronic devices such as e-cigarettes or any other</span><span> </span><span style=\"color: #000000;\">product manufactured from tobacco and intended for use by</span><span> </span><span style=\"color: #000000;\">smoking, inhalation, chewing, sniffing or sucking.</span></p><br><br>\n<p><span style=\"color: #000000;\">The Non-Tobacco User Discount is available to all plan members in one of two ways: </span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>If you and each of your enrolled dependents do not use tobacco products, you indicate your non-tobacco user status during enrollment and receive the premium discount. If you or any of your enrolled dependents later begin using tobacco products, you must notify the MyBenefits Resource Center at <span style=\"font-size: 14px;\">833-849-9825 </span><span style=\"font-size: 14px;\">immediately of this change in your non-tobacco status.</span></li>\n<li><span style=\"color: #000000;\">If you or a covered dependent uses a tobacco product, you may still qualify for the Non-Tobacco User Discount by successfully completing an online tobacco cessation program, available at no cost through the <strong><a href=\"https://freedomfromsmoking.org/dashboard/register/3efbdb54-5ad5-4d0e-b643-fff42e5810da\" target=\"_blank\" rel=\"noopener\">Freedom From Smoking Plus program</a></strong>. The program consists of nine sessions to assist you in a step-by-step quitting process at your own pace, along with continuous telephonic support from the American Lung Association’s tobacco treatment counselors whenever you need it.</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"14px||-65px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-30px||-30px||false|false\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To get started, register for and complete the designated online Tobacco Cessation Program. Follow these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Log in to <strong><a href=\"https://www.freedomfromsmoking.org/\" target=\"_blank\" rel=\"noopener\">freedomfromsmoking.org</a></strong>. You will be prompted to set a username and password.</span></li>\n	<li><span style=\"color: #000000;\">Complete the program and get a certificate of completion.</span></li>\n	<li><span style=\"color: #000000;\">Go to <strong><a href=\"https://myhr.bannerhealth.com\" target=\"_blank\" rel=\"noopener\">MyHR|Workday</a></strong> to provide Banner Health with your certificate of completion and request the discount.</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">To receive the discount retroactive to your first day of coverage in the 2025 plan year, you must complete all required steps within 90 days of your first day of coverage. If you complete all the required steps outside these time frames, your discount will become effective on the first day of the following month.</span><br /><br /><br /><span style=\"color: #000000;\">If your doctor states that the Tobacco Cessation Program is not medically appropriate for you, please contact the MyBenefits Resource Center at 833-849-9825 for assistance. We will work with your doctor, if you wish, to </span><span style=\"color: #000000;\">find an alternative that is right for your health status and provides you with the same discount.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#FFFFFF\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\">For more information about the Tobacco Cessation Program, visit the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>Banner Documents Portal</strong></a> and select the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=10&amp;wpfd_file_id=1886&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">Tobacco Cessation Program</a></strong> under additional resources.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Cessation', '						', 'inherit', 'closed', 'closed', '', '6178-revision-v1', '', '', '2024-09-21 16:25:26', '2024-09-21 16:25:26', '', 6178, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7588', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7589, 1, '2024-09-21 16:26:05', '2024-09-21 16:26:05', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Ask ALEX\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Need help choosing the right plan?</strong></h3>\n<p><span style=\"color: #212121;\"><br />Ask ALEX, our virtual benefits counselor, can help. Just answer a few questions about yourself, your family and your health, and ALEX will recommend a plan that may be right for you.</span></p>[/et_pb_text][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"Get started with ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #4\" open=\"on\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" icon_color=\"#e5863d\" open_icon_color=\"#e5863d\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"400\" height=\"225\" src=\"https://biteable.com/watch/embed/4270467/9eb6e5f73b8879427c44529424174527\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Ask ALEX', '						', 'inherit', 'closed', 'closed', '', '7006-revision-v1', '', '', '2024-09-21 16:26:05', '2024-09-21 16:26:05', '', 7006, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7589', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7591, 1, '2024-09-21 16:26:36', '2024-09-21 16:26:36', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Plan Documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/docs-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024 Banner Benefits Guide\" button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2024-Banner-Benefit-Guide.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.25.2\" header_text_color=\"#005d9c\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#005d9c\" button_border_width=\"1\" button_border_color=\"#005d9c\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.21.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"26\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.16\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"9\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"14\"]</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"15\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"10\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.17.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<br /><span></span>[wpfd_category id=\"16\"]<br /><a href=\"https://health1.aetna.com/app/public/#/one/insurerCode=AETNACVS_I&amp;brandCode=ALICSI/machine-readable-transparency-in-coverage?searchTerm=98533722&amp;lock=true\" target=\"_blank\" rel=\"noopener\" style=\"color: #666667;\">Click here to view the <strong>Transparency in Coverage MRF</strong>.</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents NEW!', '						', 'inherit', 'closed', 'closed', '', '6282-revision-v1', '', '', '2024-09-21 16:26:36', '2024-09-21 16:26:36', '', 6282, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7591', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7593, 1, '2024-09-21 16:27:20', '2024-09-21 16:27:20', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Required notices\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner complies with applicable federal civil rights laws and does not discriminate, exclude or treat people differently because of race, color, national origin, age, disability or sex.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong><span style=\"color: #000000;\">Banner Resources</span></strong></h4>\n<span style=\"color: #000000;\"></span>\n<ul>\n	<ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li>Free aids and services to people with disabilities to communicate effectively with us, such as qualified sign language interpreters or written information in other formats (large print, audio, accessible\nelectronic formats, other formats)</li>\n	<li><span style=\"color: #000000;\">Free language services to people whose primary language is not English, such as qualified interpreters or information written in other languages</span></li>\n	<li><span style=\"color: #000000;\">Contact MyHR at 602-747-6947</span></li>\n</ul>\n&nbsp;\n\n<span style=\"color: #000000;\">You can find our required notices on the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents\" target=\"_blank\" rel=\"noopener\"><strong>Documents Page</strong></a> to help you understand your benefits. Paper copies may be requested, free of charge, by calling Banner Benefits Resource Center at 833-849-9825</span>.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-2.jpg\" title_text=\"Excited girl playing hockey with boy at yard against blue sky\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Required Notices', '						', 'inherit', 'closed', 'closed', '', '6078-revision-v1', '', '', '2024-09-21 16:27:20', '2024-09-21 16:27:20', '', 6078, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7593', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7595, 1, '2024-09-21 16:31:27', '2024-09-21 16:31:27', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Important contacts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/contacts.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"75%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#e5863d\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#e5863d\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" toggle_text_align=\"center\" closed_toggle_font=\"|700|||||||\" closed_toggle_text_align=\"center\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Clue #5\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270473/5a11648c5339adea081e3a5f43db84af\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://app.smartsheet.com/b/form/a93e07649a2f433ab1808147139e71b1\" target=\"_blank\" rel=\"noopener\"><strong>Submit contact info here</strong></a></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6075\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6071-revision-v1', '', '', '2024-09-21 16:31:27', '2024-09-21 16:31:27', '', 6071, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7595', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7597, 1, '2024-09-21 16:32:05', '2024-09-21 16:32:05', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Important contacts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/contacts.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"75%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#e5863d\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#e5863d\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" toggle_text_align=\"center\" closed_toggle_font=\"|700|||||||\" closed_toggle_text_align=\"center\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Clue #5\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270473/5a11648c5339adea081e3a5f43db84af\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://app.smartsheet.com/b/form/a93e07649a2f433ab1808147139e71b1\" target=\"_blank\" rel=\"noopener\"><strong>Submit contact info here</strong></a></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6075\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6071-revision-v1', '', '', '2024-09-21 16:32:05', '2024-09-21 16:32:05', '', 6071, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7597', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7599, 1, '2024-09-21 16:38:26', '2024-09-21 16:38:26', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Video Library\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/videos.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Check out this video library to better understand common health and benefit topics, so you can make smarter, money-saving decisions. But please note, these videos do not specifically reflect Banner Health plans and are only intended to serve as a general educational resource.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/QLE.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Qualifying Life Events</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Dental.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Dental Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Accident.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Accident Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Telehealth</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embedded-vs-aggregate.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Embedded vs. Aggregate Deductible</span></strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/401k.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">401(k) Retirement</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Vision Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Critical.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Critical Illness Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Preventive-Care.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Preventive Care</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Key-Terms.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Benefit Key Terms</span></strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Disability.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Disability Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Life-ADD.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Life and AD&D Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/EAP.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Employee Assistance Program</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Primary-vs-Urgent.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Primary Care / Urgent Care</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">How To Optimize your HSA</span></strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6083-revision-v1', '', '', '2024-09-21 16:38:26', '2024-09-21 16:38:26', '', 6083, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7599', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7607, 1, '2024-09-23 18:54:51', '2024-09-23 18:54:51', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Plan Documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/docs-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024 Banner Benefits Guide\" button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2024-Banner-Benefit-Guide.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.25.2\" header_text_color=\"#005d9c\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#005d9c\" button_border_width=\"1\" button_border_color=\"#005d9c\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.21.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"26\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.16\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"9\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"14\"]</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"15\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"10\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.17.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<br /><span></span>[wpfd_category id=\"16\"]<br /><a href=\"https://health1.aetna.com/app/public/#/one/insurerCode=AETNACVS_I&amp;brandCode=ALICSI/machine-readable-transparency-in-coverage?searchTerm=98533722&amp;lock=true\" target=\"_blank\" rel=\"noopener\" style=\"color: #666667;\">Click here to view the <strong>Transparency in Coverage MRF</strong>.</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6282-revision-v1', '', '', '2024-09-23 18:54:51', '2024-09-23 18:54:51', '', 6282, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7607', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7614, 1, '2024-09-24 18:51:43', '2024-09-24 18:51:43', '', 'Screenshot 2024-09-24 at 1.50.06 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-24-at-1-50-06-pm', '', '', '2024-09-24 18:51:43', '2024-09-24 18:51:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Screenshot-2024-09-24-at-1.50.06 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7616, 1, '2024-09-30 21:04:04', '2024-09-30 21:04:04', '', '2025 Choice Plus Plan Summary of Benefits & Coverage', '', 'inherit', 'open', 'closed', '', '2025-choice-plus-plan-summary-of-benefits-coverage', '', '', '2024-09-30 21:04:04', '2024-09-30 21:04:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025-Choice-Plus-Plan-Summary-of-Benefits-Coverage.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7617, 1, '2024-09-30 21:04:08', '2024-09-30 21:04:08', '', '2025 Premier Out of Area Plan Summary of Benefits & Coverage', '', 'inherit', 'open', 'closed', '', '2025-premier-out-of-area-plan-summary-of-benefits-coverage', '', '', '2024-09-30 21:04:08', '2024-09-30 21:04:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025-Premier-Out-of-Area-Plan-Summary-of-Benefits-Coverage.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7618, 1, '2024-09-30 21:04:11', '2024-09-30 21:04:11', '', '2025 Premier Plan Summary of Benefits & Coverage', '', 'inherit', 'open', 'closed', '', '2025-premier-plan-summary-of-benefits-coverage', '', '', '2024-09-30 21:04:11', '2024-09-30 21:04:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025-Premier-Plan-Summary-of-Benefits-Coverage.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7619, 1, '2024-09-30 21:04:14', '2024-09-30 21:04:14', '', '2025 Value Plan Summary of Benefits & Coverage', '', 'inherit', 'open', 'closed', '', '2025-value-plan-summary-of-benefits-coverage', '', '', '2024-09-30 21:04:14', '2024-09-30 21:04:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025-Value-Plan-Summary-of-Benefits-Coverage.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7620, 1, '2024-09-30 21:04:17', '2024-09-30 21:04:17', '', 'Hospital Indemnity Plan Notice', '', 'inherit', 'open', 'closed', '', 'hospital-indemnity-plan-notice', '', '', '2024-09-30 21:04:17', '2024-09-30 21:04:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Hospital-Indemnity-Plan-Notice.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7621, 1, '2024-09-30 21:04:45', '2024-09-30 21:04:45', '', '2025 Choice Plus Plan Summary of Benefits & Coverage', '', 'publish', 'closed', 'closed', '', '2025-choice-plus-plan-summary-of-benefits-coverage', '', '', '2024-09-30 21:04:45', '2024-09-30 21:04:45', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/29/66fb126d8b58c.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7622, 1, '2024-09-30 21:04:56', '2024-09-30 21:04:56', '', '2025 Premier Out of Area Plan Summary of Benefits & Coverage', '', 'publish', 'closed', 'closed', '', '2025-premier-out-of-area-plan-summary-of-benefits-coverage', '', '', '2024-09-30 21:04:56', '2024-09-30 21:04:56', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/66fb1278df89a.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7623, 1, '2024-09-30 21:05:06', '2024-09-30 21:05:06', '', '2025 Premier Plan Summary of Benefits & Coverage', '', 'publish', 'closed', 'closed', '', '2025-premier-plan-summary-of-benefits-coverage', '', '', '2024-09-30 21:05:06', '2024-09-30 21:05:06', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/66fb12820d46d.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7624, 1, '2024-09-30 21:05:14', '2024-09-30 21:05:14', '', '2025 Value Plan Summary of Benefits & Coverage', '', 'publish', 'closed', 'closed', '', '2025-value-plan-summary-of-benefits-coverage', '', '', '2024-09-30 21:05:14', '2024-09-30 21:05:14', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/31/66fb128ad446f.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7625, 1, '2024-09-30 21:05:30', '2024-09-30 21:05:30', '', 'Hospital Indemnity Plan Notice', '', 'publish', 'closed', 'closed', '', 'hospital-indemnity-plan-notice', '', '', '2024-09-30 21:05:30', '2024-09-30 21:05:30', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/24/66fb129a156c2.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7631, 1, '2024-09-30 21:11:52', '2024-09-30 21:11:52', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Your medical plan options\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/medical.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"ksec-trans\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.25.2\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-50px||-50px||false|false\" global_colors_info=\"{}\"]<p>Banner Health offers <strong>three</strong> medical plan options through Banner|Aetna. All of Banner’s medical plan options offer <strong><a href=\"#level-of-coverage\">three levels of coverage*</a></strong> based on the network you choose, plus <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/pharmacy/\" target=\"_blank\" rel=\"noopener\">pharmacy benefits</a></strong>. T<span>he chart below reflects Banner Network (max savings tier) level of coverage.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. Please review the chart below to understand the coverage offered under each Banner medical plan.</p>[/et_pb_text][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"5949\"][/et_pb_code][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*Out-of-area Premier Plan has two levels of coverage, see below to learn more.</h6>\n<h6>**The coinsurance is after deductible on both Value and Premier for all services except preventive care.</h6>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/health-management/\" button_text=\"Programs to help Manage Your Health Care\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"http://flimp.live/banner-resident-fellow-24\" url_new_window=\"on\" button_text=\"Resident & Fellow Benefit Overview\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<hr>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. For complete plan details, click the buttons below.</p>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=31&wpfd_file_id=7624&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Value Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7623&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Premier Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=29&wpfd_file_id=7621&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Choice Plan SBC</span></strong></h4>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" button_text=\"How Your Medical Plan and the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\" button_text_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Out-of-area Premier Plan option</span></h1>\n<p>To support our team members who live outside AZ, WY, NE and CO, <span>we provide</span> an out-of-area medical plan option to ensure all team members receive the Banner Health Network benefits for more savings. This plan option mirrors the Premier Plan, with Aetna network providers covered at the same levels as Banner Health Network providers, as shown below. Out-of-network coverage is also available.</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7622&token=c814bcfa0ea85f635069f6477883515c&preview=1\" button_text=\"2025 Premier Out-of-Area SBC\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5954\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#ededed\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"45px||45px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Embedded deductible\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e6863e\" background_enable_color=\"on\" custom_button=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>The Banner Value Plan has a deductible of $6,000 for any tier beyond single coverage, with an embedded deductible of $3,300 for plan year 2025. Once somebody in the family meets his or her individual deductible, the plan will pay coinsurance for that person ONLY. Your family deductible is met when a combination of these individual deductibles reaches the family deductible amount.</p>\n<p>&nbsp;</p>\n<p>For example, Vijay and his spouse Raji, are enrolled in the Value Family Plan. In April, Vijay reaches the embedded deductible amount of $3,300, so the plan begins to pay coinsurance for any additional claims he may have until the out-of-pocket maximum is met or the plan year ends. In September of the same year, Raji reaches the remaining deductible of $2,700 ($6,000-$3,300), so the plan begins paying coinsurance for her claims through the end of the plan year as well.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"level-of-coverage\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Understanding network tiers</span></h1>\n<p>You work for a health care organization, so it makes sense you’d get a discount on health care. Choosing Banner Health physicians, pharmacies and other facilities provides quality care for you and your family and supports the organization that supports you. Plus, you save money through lower copays or coinsurance. Here’s a look at the three levels of coverage available through the different network tiers.</p>\n<p>&nbsp;</p>\n<p><strong>» Banner Health Network <span>(max savings)</span>:</strong> You will receive the most coverage at the lowest cost under the plan using the Banner Health Network with Banner Health providers.</p>\n<p>&nbsp;</p>\n<p><strong>» Aetna national network <span>(standard savings)</span>:</strong> You can get care from Aetna network providers at a higher cost share than you would pay in the Banner Health Network. Wherever you are in the country, you’ll be able to find many excellent in-network options.</p>\n<p><strong>» Out of network: </strong>You are free to go to any provider you choose, but if you choose a provider that is not contracted under the Banner Health or Aetna networks, your deductible and coinsurance will be higher, as these are out of network. Out-of-network claims are paid on a Medicare-based fee schedule.</p>\n<p><strong>» Non-Banner Area:</strong> If you live outside a city/state where a Banner facility is located, you will (most likely) be utilizing the Aetna national network, or Tier 2 coverage. Reach out to the Banner Concierge if you have questions about the best network tier for you.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5959\"][/et_pb_text][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Stay in network to avoid balance billing.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Out-of-network claims could expose you to balance billing, which is when a provider bills you for the difference between the provider’s charge and the allowed amount.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#78b956\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #3\" open=\"on\" open_toggle_text_color=\"#78b956\" closed_toggle_text_color=\"#78b956\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#78b956\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270460/c7f244a29b9e94350f934460609911f7\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">Choosing the right health plan</span></strong></h1>\n<p>When choosing a plan, first think about your health care usage and needs. Then use our decision tool, <strong><a href=\"https://start.myalex.com/bannerhealth/\" target=\"_blank\" rel=\"noopener\">Ask ALEX</a></strong>, to review the plans and make the best choice for you and your family.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 1: Chloe\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/chloe.png\" /></p>\n<p><strong>Saving money is priority one</strong><br />Chloe is 25 years old and single. She’s healthy and has few medical needs aside from the occasional cold, so she wants to spend as little on health care as possible. She likes the idea of using a Health Savings Account (HSA)  to build a health care nest egg for future expenses.</p>\n<p><strong>What is Chloe’s choice?</strong><br />After using ALEX, Chloe chooses the Banner Health Value Plan. Since preventive care is covered at 100% and she doesn’t anticipate any major health care expenses, Chloe opts for the lowest premiums to keep her out-of-pocket costs down. To save even more and pay nothing for premiums in 2025 for her team member-only coverage, Chloe participated in the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being\" target=\"_blank\" rel=\"noopener\">2024 MyWell-Being Program</a></strong> <span>(Nov. 1, 2023 – Oct. 31, 2024) </span>and met the program’s requirements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 2: Mark & Jane\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mark-june.jpg\" /></p>\n<p><strong>Thinking about the future</strong><br />Mark and his wife Jane just turned 60 and are starting to think about retirement. They’re both healthy now, but they’ll likely need more health care services in the coming years.</p>\n<p><strong>What is Mark and Jane’s choice?</strong><br />Mark and Jane decide that the Banner Health Premier Plan can best help them prepare for the future. They plan to fund their HSA with the premium savings, using the $900 Banner Health HSA contribution as a head start. The funds in their HSA will accumulate over time to help them save for the medical expenses they will face during retirement.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 3: Leslie & Mario\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mario.jpg\" /></p>\n<p><strong>Looking for extra security</strong><br />Leslie covers her husband Mario and their two kids on her medical plan. Between the kids’ mishaps and another baby on the way, they use health care services often and anticipate hitting their annual deductible early in the year.</p>\n<p><strong>What is Leslie and Mario’s choice?</strong><br />Leslie and Mario select the Banner Health Choice Plus Plan. Although this option has a higher premium, Leslie prefers the security of the lower deductible and knows that since they will meet their deductible this year, they will get the greatest benefit. Plus, Leslie can contribute to a Health Care Flexible Spending Account (FSA) and purchase eligible medical expenses tax-free for the remainder of the year.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fc\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p>Use these resources to help with your benefits questions:</p>\n<ul>\n<li>Ask ALEX: <strong><a href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\">myalex.com/bannerhealth</a></strong></li>\n<li><strong><a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\">MyHR|Workday:</a></strong> Use the search box or make a selection in the Benefits application</li>\n<li>MyBenefits Resource Center: 7 a.m. – 7 p.m. (MST), Monday – Friday at <span style=\"color: #0977b3;\"><strong>833-849-9825</strong></span></li>\n<li>Banner|Aetna Concierge Team:<span style=\"color: #0977b3;\"><strong> 855-788-5803</strong></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical', '						', 'inherit', 'closed', 'closed', '', '930-revision-v1', '', '', '2024-09-30 21:11:52', '2024-09-30 21:11:52', '', 930, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7631', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7639, 1, '2024-09-30 22:10:07', '2024-09-30 22:10:07', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Your medical plan options\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/medical.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"ksec-trans\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.25.2\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-50px||-50px||false|false\" global_colors_info=\"{}\"]<p>Banner Health offers <strong>three</strong> medical plan options through Banner|Aetna. All of Banner’s medical plan options offer <strong><a href=\"#level-of-coverage\">three levels of coverage*</a></strong> based on the network you choose, plus <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/pharmacy/\" target=\"_blank\" rel=\"noopener\">pharmacy benefits</a></strong>. T<span>he chart below reflects Banner Network (max savings tier) level of coverage.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. Please review the chart below to understand the coverage offered under each Banner medical plan.</p>[/et_pb_text][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"5949\"][/et_pb_code][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*Out-of-area Premier Plan has two levels of coverage, see below to learn more.</h6>\n<h6>**The coinsurance is after deductible on both Value and Premier for all services except preventive care.</h6>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/health-management/\" button_text=\"Programs to help Manage Your Health Care\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident & Fellow Benefit Overview\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<hr>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. For complete plan details, click the buttons below.</p>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=31&wpfd_file_id=7624&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Value Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7623&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Premier Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=29&wpfd_file_id=7621&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Choice Plan SBC</span></strong></h4>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" button_text=\"How Your Medical Plan and the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\" button_text_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Out-of-area Premier Plan option</span></h1>\n<p>To support our team members who live outside AZ, WY, NE and CO, <span>we provide</span> an out-of-area medical plan option to ensure all team members receive the Banner Health Network benefits for more savings. This plan option mirrors the Premier Plan, with Aetna network providers covered at the same levels as Banner Health Network providers, as shown below. Out-of-network coverage is also available.</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7622&token=c814bcfa0ea85f635069f6477883515c&preview=1\" button_text=\"2025 Premier Out-of-Area SBC\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5954\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#ededed\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"45px||45px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Embedded deductible\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e6863e\" background_enable_color=\"on\" custom_button=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>The Banner Value Plan has a deductible of $6,000 for any tier beyond single coverage, with an embedded deductible of $3,300 for plan year 2025. Once somebody in the family meets his or her individual deductible, the plan will pay coinsurance for that person ONLY. Your family deductible is met when a combination of these individual deductibles reaches the family deductible amount.</p>\n<p>&nbsp;</p>\n<p>For example, Vijay and his spouse Raji, are enrolled in the Value Family Plan. In April, Vijay reaches the embedded deductible amount of $3,300, so the plan begins to pay coinsurance for any additional claims he may have until the out-of-pocket maximum is met or the plan year ends. In September of the same year, Raji reaches the remaining deductible of $2,700 ($6,000-$3,300), so the plan begins paying coinsurance for her claims through the end of the plan year as well.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"level-of-coverage\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Understanding network tiers</span></h1>\n<p>You work for a health care organization, so it makes sense you’d get a discount on health care. Choosing Banner Health physicians, pharmacies and other facilities provides quality care for you and your family and supports the organization that supports you. Plus, you save money through lower copays or coinsurance. Here’s a look at the three levels of coverage available through the different network tiers.</p>\n<p>&nbsp;</p>\n<p><strong>» Banner Health Network <span>(max savings)</span>:</strong> You will receive the most coverage at the lowest cost under the plan using the Banner Health Network with Banner Health providers.</p>\n<p>&nbsp;</p>\n<p><strong>» Aetna national network <span>(standard savings)</span>:</strong> You can get care from Aetna network providers at a higher cost share than you would pay in the Banner Health Network. Wherever you are in the country, you’ll be able to find many excellent in-network options.</p>\n<p><strong>» Out of network: </strong>You are free to go to any provider you choose, but if you choose a provider that is not contracted under the Banner Health or Aetna networks, your deductible and coinsurance will be higher, as these are out of network. Out-of-network claims are paid on a Medicare-based fee schedule.</p>\n<p><strong>» Non-Banner Area:</strong> If you live outside a city/state where a Banner facility is located, you will (most likely) be utilizing the Aetna national network, or Tier 2 coverage. Reach out to the Banner Concierge if you have questions about the best network tier for you.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5959\"][/et_pb_text][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Stay in network to avoid balance billing.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Out-of-network claims could expose you to balance billing, which is when a provider bills you for the difference between the provider’s charge and the allowed amount.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#78b956\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #3\" open=\"on\" open_toggle_text_color=\"#78b956\" closed_toggle_text_color=\"#78b956\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#78b956\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270460/c7f244a29b9e94350f934460609911f7\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">Choosing the right health plan</span></strong></h1>\n<p>When choosing a plan, first think about your health care usage and needs. Then use our decision tool, <strong><a href=\"https://start.myalex.com/bannerhealth/\" target=\"_blank\" rel=\"noopener\">Ask ALEX</a></strong>, to review the plans and make the best choice for you and your family.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 1: Chloe\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/chloe.png\" /></p>\n<p><strong>Saving money is priority one</strong><br />Chloe is 25 years old and single. She’s healthy and has few medical needs aside from the occasional cold, so she wants to spend as little on health care as possible. She likes the idea of using a Health Savings Account (HSA)  to build a health care nest egg for future expenses.</p>\n<p><strong>What is Chloe’s choice?</strong><br />After using ALEX, Chloe chooses the Banner Health Value Plan. Since preventive care is covered at 100% and she doesn’t anticipate any major health care expenses, Chloe opts for the lowest premiums to keep her out-of-pocket costs down. To save even more and pay nothing for premiums in 2025 for her team member-only coverage, Chloe participated in the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being\" target=\"_blank\" rel=\"noopener\">2024 MyWell-Being Program</a></strong> <span>(Nov. 1, 2023 – Oct. 31, 2024) </span>and met the program’s requirements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 2: Mark & Jane\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mark-june.jpg\" /></p>\n<p><strong>Thinking about the future</strong><br />Mark and his wife Jane just turned 60 and are starting to think about retirement. They’re both healthy now, but they’ll likely need more health care services in the coming years.</p>\n<p><strong>What is Mark and Jane’s choice?</strong><br />Mark and Jane decide that the Banner Health Premier Plan can best help them prepare for the future. They plan to fund their HSA with the premium savings, using the $900 Banner Health HSA contribution as a head start. The funds in their HSA will accumulate over time to help them save for the medical expenses they will face during retirement.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 3: Leslie & Mario\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mario.jpg\" /></p>\n<p><strong>Looking for extra security</strong><br />Leslie covers her husband Mario and their two kids on her medical plan. Between the kids’ mishaps and another baby on the way, they use health care services often and anticipate hitting their annual deductible early in the year.</p>\n<p><strong>What is Leslie and Mario’s choice?</strong><br />Leslie and Mario select the Banner Health Choice Plus Plan. Although this option has a higher premium, Leslie prefers the security of the lower deductible and knows that since they will meet their deductible this year, they will get the greatest benefit. Plus, Leslie can contribute to a Health Care Flexible Spending Account (FSA) and purchase eligible medical expenses tax-free for the remainder of the year.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fc\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p>Use these resources to help with your benefits questions:</p>\n<ul>\n<li>Ask ALEX: <strong><a href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\">myalex.com/bannerhealth</a></strong></li>\n<li><strong><a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\">MyHR|Workday:</a></strong> Use the search box or make a selection in the Benefits application</li>\n<li>MyBenefits Resource Center: 7 a.m. – 7 p.m. (MST), Monday – Friday at <span style=\"color: #0977b3;\"><strong>833-849-9825</strong></span></li>\n<li>Banner|Aetna Concierge Team:<span style=\"color: #0977b3;\"><strong> 855-788-5803</strong></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical', '						', 'inherit', 'closed', 'closed', '', '930-revision-v1', '', '', '2024-09-30 22:10:07', '2024-09-30 22:10:07', '', 930, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7639', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7641, 1, '2024-09-30 22:10:39', '2024-09-30 22:10:39', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dental through Cigna\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dental.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Shaping a healthy smile</span></strong></h2>\n<span style=\"color: #000000;\">Dental health goes beyond a pretty smile. Banner Health offers three different dental plans through Cigna. Each plan offers different coverage levels and costs to fit your unique needs. \n\nTo get the most out of your dental benefits, select a provider within your plan\'s network. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"COMPREHENSIVE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p>This dental health maintenance organization (DHMO) plan has the lowest premiums, no deductibles and no annual maximums. You pay a flat copay amount based on the covered service. You must select a general dentist from the DHMO network who will refer you to dental specialists as needed. There is no coverage for care from non-DHMO providers.<br /><strong><br />This plan is only offered based on the availability of network providers near your home ZIP code.</strong> If you move out of the network area, you will need to change plans. (If your home ZIP code has DHMO providers, this option will be displayed in Workday System during enrollment.)</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VALUE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:530px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This dental preferred provider option (DPPO) plan has deductibles for most services, and you pay a percentage of the costs for covered services. You may go to any dentist; however, you will receive discounted rates at a DPPO network provider. This plan does not include orthodontia coverage.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"PREMIER\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This DPPO plan has the highest premiums but offers the most coverage. It is similar to the Value Dental Plan, but also includes coverage for orthodontia and has higher annual maximums.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6048\"][/et_pb_code][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*The dental plans pay based on Reasonable and Customary (R&amp;C) limits.</h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span><span style=\"color: #000000;\">NOTE: If you participate in the</span> <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being/\" target=\"_blank\" rel=\"noopener\"><strong>MyWell-Being Program</strong></a><span style=\"color: #000000;\">, you can earn the Comprehensive Dental Plan at no cost for team member-only coverage. Team members in non-DHMO service areas will receive a $10 monthly credit.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Find a contracted dental provider</strong></span></h2>\n<h5><span style=\"color: #000000;\">Visit <strong><a href=\"http://my.cigna.com\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #3576ae;\">my.cigna.com</span></strong></a></strong>, call 800-244-6224 or use the myCigna app available in the Apple App Store or Google Play.</span></h5>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Take the Cigna\nDental quiz</strong></span></h2>\n<h5><span style=\"color: #000000;\">Can’t decide? Answer a few questions to find the plan that’s right for you.</span></h5>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident and Fellow Benefits\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '6039-revision-v1', '', '', '2024-09-30 22:10:39', '2024-09-30 22:10:39', '', 6039, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7641', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7642, 1, '2024-09-30 22:10:49', '2024-09-30 22:10:49', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dental through Cigna\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dental.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Shaping a healthy smile</span></strong></h2>\n<span style=\"color: #000000;\">Dental health goes beyond a pretty smile. Banner Health offers three different dental plans through Cigna. Each plan offers different coverage levels and costs to fit your unique needs. \n\nTo get the most out of your dental benefits, select a provider within your plan\'s network. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"COMPREHENSIVE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p>This dental health maintenance organization (DHMO) plan has the lowest premiums, no deductibles and no annual maximums. You pay a flat copay amount based on the covered service. You must select a general dentist from the DHMO network who will refer you to dental specialists as needed. There is no coverage for care from non-DHMO providers.<br /><strong><br />This plan is only offered based on the availability of network providers near your home ZIP code.</strong> If you move out of the network area, you will need to change plans. (If your home ZIP code has DHMO providers, this option will be displayed in Workday System during enrollment.)</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VALUE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:530px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This dental preferred provider option (DPPO) plan has deductibles for most services, and you pay a percentage of the costs for covered services. You may go to any dentist; however, you will receive discounted rates at a DPPO network provider. This plan does not include orthodontia coverage.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"PREMIER\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This DPPO plan has the highest premiums but offers the most coverage. It is similar to the Value Dental Plan, but also includes coverage for orthodontia and has higher annual maximums.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6048\"][/et_pb_code][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*The dental plans pay based on Reasonable and Customary (R&amp;C) limits.</h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span><span style=\"color: #000000;\">NOTE: If you participate in the</span> <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being/\" target=\"_blank\" rel=\"noopener\"><strong>MyWell-Being Program</strong></a><span style=\"color: #000000;\">, you can earn the Comprehensive Dental Plan at no cost for team member-only coverage. Team members in non-DHMO service areas will receive a $10 monthly credit.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Find a contracted dental provider</strong></span></h2>\n<h5><span style=\"color: #000000;\">Visit <strong><a href=\"http://my.cigna.com\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #3576ae;\">my.cigna.com</span></strong></a></strong>, call 800-244-6224 or use the myCigna app available in the Apple App Store or Google Play.</span></h5>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Take the Cigna\nDental quiz</strong></span></h2>\n<h5><span style=\"color: #000000;\">Can’t decide? Answer a few questions to find the plan that’s right for you.</span></h5>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident and Fellow Benefits\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '6039-revision-v1', '', '', '2024-09-30 22:10:49', '2024-09-30 22:10:49', '', 6039, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7642', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7645, 1, '2024-09-30 22:11:32', '2024-09-30 22:11:32', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Vision through VSP\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/vision-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Prescribing a clearer vision</span></strong></h2>\n<p><span style=\"color: #000000;\">Even those with perfect eyesight should get their eyes checked on a regular basis. Banner Health offers two similar plans through Vision Service Plan (VSP). Both plans cover preventive exams, have the same</span> <span style=\"color: #000000;\">network and offer discounts through certain providers. Our vision network includes local providers as well as national companies</span> <span style=\"color: #000000;\">such as Costco and Visionworks.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:270px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Value Plan\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]The Value Plan offers access to VSP’s large network of providers at a lower premium. On this plan, you’re covered for an eye exam and lenses or contacts every 12 months and frames every 24 months. You pay a flat copay for in-network services and frames.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:270px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Premier Plan with EasyOptions enhancements\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]The Premier Plan has a higher premium but offers the most coverage. It’s like the Value Plan but also includes an allowance for laser vision care and a greater allowance for eyeglass frames every 12 months. And with the EasyOptions enhancements, you can choose one annual upgrade: a $250 frame allowance, a $300 featured frame brands allowance OR an anti-reflective coating.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6061\"][/et_pb_code][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span>NOTE: If you participate in the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3576ae;\">MyWell-Being Program</a></strong>, you can earn the Value Vision Plan at no cost for team member-only coverage. </span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>When scheduling an appointment, be sure to provide your member ID</strong></span></h2>\n<h5><strong>Q:</strong> What is my member ID?<br /><strong>A:</strong> When you verify your vision coverage with VSP or with a provider, your member ID is three zeros followed by your Lawson ID# (ex. 000303479).</h5>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident and Fellow Benefits\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"30px||30px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Find a contracted VSP provider\" button_text=\"Visit VSP\" button_link=\"https://www.vsp.com/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#78b956\" background_enable_color=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Visit <span style=\"color: #ffffff;\"><a href=\"https://www.vsp.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>vsp.com</strong></a></span>, call 800-877-7195 or download the VSP app from the <strong>Apple App Store</strong> or <strong>Google Play</strong>.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/vision-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '6052-revision-v1', '', '', '2024-09-30 22:11:32', '2024-09-30 22:11:32', '', 6052, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7645', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7646, 1, '2024-09-30 22:13:05', '2024-09-30 22:13:05', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Eligibility and enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Eligibility.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h3>Open Enrollment is Nov. 4 – 15, 2024</h3>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-04 16:00\" _builder_version=\"4.26.0\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Open Enrollment is your opportunity to select the benefits you need and want next year. You’re eligible to enroll in benefits if you’re a team member with a total Full-Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">Open Enrollment</span></strong></h1>\n<p>Open Enrollment runs from Nov. 4 – 15, 2024. This is your opportunity to choose new benefits for 2025. Even if you don’t want to make any changes, we encourage you to review your current elections and update your beneficiaries. Your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/\" target=\"_blank\" rel=\"noopener\"><strong>Qualifying Life Event</strong></a> (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/elig-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Premiums\" button_text=\"Tobacco Cessation Programs\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program</span>.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility and Enrollment', '						', 'inherit', 'closed', 'closed', '', '5892-revision-v1', '', '', '2024-09-30 22:13:05', '2024-09-30 22:13:05', '', 5892, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7646', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7648, 1, '2024-09-30 22:13:36', '2024-09-30 22:13:36', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dependent verification\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dep-verification.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#ffffff\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Dependent verification is required for new family members to be covered:<br /></span></p>\n<ul>\n<li><span style=\"color: #242424;\">You’ll need to provide certain documents to prove any newly enrolled family members you add for coverage (spouse, children, etc.) meet the eligibility requirements.</span></li>\n<li><span style=\"color: #242424;\">Review and/or provide your dependent’s Social Security number (SSN) and phone number.</span></li>\n<li><span style=\"color: #242424;\">Check the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=22&amp;wpfd_file_id=2086&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for a list of the required documents.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Collecting proof of eligibility helps us comply with requirements for our benefits plans. More importantly, it helps manage costs for you and for Banner by ensuring we aren’t paying claims for individuals who shouldn’t be enrolled. Be sure to submit your documents by the deadline listed in the enrollment system.</span></p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" open_toggle_text_color=\"#0977b3\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#0977b3\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#0977b3\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#0977b3\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #2\" open=\"on\" open_toggle_text_color=\"#0977b3\" _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" border_width_all=\"2px\" border_color_all=\"#0977b3\" global_colors_info=\"{}\" toggle_text_color=\"#0977b3\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4255108/519f7155817fc90888bfa7d079a29354 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dependent Verification', '						', 'inherit', 'closed', 'closed', '', '6014-revision-v1', '', '', '2024-09-30 22:13:36', '2024-09-30 22:13:36', '', 6014, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7648', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7649, 1, '2024-09-30 22:14:03', '2024-09-30 22:14:03', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Qualifying Life Events\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/qle-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<span style=\"color: #242424;\">Did you get married or have a baby this year? When you experience a Qualifying Life Event, your enrollment must be completed within 31 days of the Qualifying Life Event date, and you will be required to supply additional documents to support your life event. Click <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" rel=\"noopener\">here</a></strong> to learn more about specific life events and your ability to request changes.\n<span style=\"color: #242424;\">\nSome of the most common Qualifying Life Events include:</span></span>\n\n</span>\n<ul><ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Change in marital status (e.g., marriage, divorce, deceased spouse)</li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your spouse’s employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Enrollment in Medicare or Medicaid</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Qualifying Life Events', '						', 'inherit', 'closed', 'closed', '', '6021-revision-v1', '', '', '2024-09-30 22:14:03', '2024-09-30 22:14:03', '', 6021, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7649', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7651, 1, '2024-09-30 22:14:53', '2024-09-30 22:14:53', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Your medical plan options\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/medical.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"ksec-trans\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.25.2\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-50px||-50px||false|false\" global_colors_info=\"{}\"]<p>Banner Health offers <strong>three</strong> medical plan options through Banner|Aetna. All of Banner’s medical plan options offer <strong><a href=\"#level-of-coverage\">three levels of coverage*</a></strong> based on the network you choose, plus <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/pharmacy/\" target=\"_blank\" rel=\"noopener\">pharmacy benefits</a></strong>. T<span>he chart below reflects Banner Network (max savings tier) level of coverage.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. Please review the chart below to understand the coverage offered under each Banner medical plan.</p>[/et_pb_text][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"5949\"][/et_pb_code][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*Out-of-area Premier Plan has two levels of coverage, see below to learn more.</h6>\n<h6>**The coinsurance is after deductible on both Value and Premier for all services except preventive care.</h6>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/health-management/\" button_text=\"Programs to help Manage Your Health Care\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident & Fellow Benefit Overview\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<hr>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. For complete plan details, click the buttons below.</p>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=31&wpfd_file_id=7624&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Value Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7623&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Premier Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=29&wpfd_file_id=7621&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Choice Plan SBC</span></strong></h4>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" button_text=\"How Your Medical Plan and the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\" button_text_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Out-of-area Premier Plan option</span></h1>\n<p>To support our team members who live outside AZ, WY, NE and CO, <span>we provide</span> an out-of-area medical plan option to ensure all team members receive the Banner Health Network benefits for more savings. This plan option mirrors the Premier Plan, with Aetna network providers covered at the same levels as Banner Health Network providers, as shown below. Out-of-network coverage is also available.</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7622&token=c814bcfa0ea85f635069f6477883515c&preview=1\" button_text=\"2025 Premier Out-of-Area SBC\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5954\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#ededed\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"45px||45px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Embedded deductible\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e6863e\" background_enable_color=\"on\" custom_button=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>The Banner Value Plan has a deductible of $6,000 for any tier beyond single coverage, with an embedded deductible of $3,300 for plan year 2025. Once somebody in the family meets his or her individual deductible, the plan will pay coinsurance for that person ONLY. Your family deductible is met when a combination of these individual deductibles reaches the family deductible amount.</p>\n<p>&nbsp;</p>\n<p>For example, Vijay and his spouse Raji, are enrolled in the Value Family Plan. In April, Vijay reaches the embedded deductible amount of $3,300, so the plan begins to pay coinsurance for any additional claims he may have until the out-of-pocket maximum is met or the plan year ends. In September of the same year, Raji reaches the remaining deductible of $2,700 ($6,000-$3,300), so the plan begins paying coinsurance for her claims through the end of the plan year as well.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"level-of-coverage\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Understanding network tiers</span></h1>\n<p>You work for a health care organization, so it makes sense you’d get a discount on health care. Choosing Banner Health physicians, pharmacies and other facilities provides quality care for you and your family and supports the organization that supports you. Plus, you save money through lower copays or coinsurance. Here’s a look at the three levels of coverage available through the different network tiers.</p>\n<p>&nbsp;</p>\n<p><strong>» Banner Health Network <span>(max savings)</span>:</strong> You will receive the most coverage at the lowest cost under the plan using the Banner Health Network with Banner Health providers.</p>\n<p>&nbsp;</p>\n<p><strong>» Aetna national network <span>(standard savings)</span>:</strong> You can get care from Aetna network providers at a higher cost share than you would pay in the Banner Health Network. Wherever you are in the country, you’ll be able to find many excellent in-network options.</p>\n<p><strong>» Out of network: </strong>You are free to go to any provider you choose, but if you choose a provider that is not contracted under the Banner Health or Aetna networks, your deductible and coinsurance will be higher, as these are out of network. Out-of-network claims are paid on a Medicare-based fee schedule.</p>\n<p><strong>» Non-Banner Area:</strong> If you live outside a city/state where a Banner facility is located, you will (most likely) be utilizing the Aetna national network, or Tier 2 coverage. Reach out to the Banner Concierge if you have questions about the best network tier for you.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5959\"][/et_pb_text][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Stay in network to avoid balance billing.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Out-of-network claims could expose you to balance billing, which is when a provider bills you for the difference between the provider’s charge and the allowed amount.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#78b956\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #3\" open=\"on\" open_toggle_text_color=\"#78b956\" closed_toggle_text_color=\"#78b956\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#78b956\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270460/c7f244a29b9e94350f934460609911f7\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">Choosing the right health plan</span></strong></h1>\n<p>When choosing a plan, first think about your health care usage and needs. Then use our decision tool, <strong><a href=\"https://start.myalex.com/bannerhealth/\" target=\"_blank\" rel=\"noopener\">Ask ALEX</a></strong>, to review the plans and make the best choice for you and your family.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 1: Chloe\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/chloe.png\" /></p>\n<p><strong>Saving money is priority one</strong><br />Chloe is 25 years old and single. She’s healthy and has few medical needs aside from the occasional cold, so she wants to spend as little on health care as possible. She likes the idea of using a Health Savings Account (HSA)  to build a health care nest egg for future expenses.</p>\n<p><strong>What is Chloe’s choice?</strong><br />After using ALEX, Chloe chooses the Banner Health Value Plan. Since preventive care is covered at 100% and she doesn’t anticipate any major health care expenses, Chloe opts for the lowest premiums to keep her out-of-pocket costs down. To save even more and pay nothing for premiums in 2025 for her team member-only coverage, Chloe participated in the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being\" target=\"_blank\" rel=\"noopener\">2024 MyWell-Being Program</a></strong> <span>(Nov. 1, 2023 – Oct. 31, 2024) </span>and met the program’s requirements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 2: Mark & Jane\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mark-june.jpg\" /></p>\n<p><strong>Thinking about the future</strong><br />Mark and his wife Jane just turned 60 and are starting to think about retirement. They’re both healthy now, but they’ll likely need more health care services in the coming years.</p>\n<p><strong>What is Mark and Jane’s choice?</strong><br />Mark and Jane decide that the Banner Health Premier Plan can best help them prepare for the future. They plan to fund their HSA with the premium savings, using the $900 Banner Health HSA contribution as a head start. The funds in their HSA will accumulate over time to help them save for the medical expenses they will face during retirement.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 3: Leslie & Mario\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mario.jpg\" /></p>\n<p><strong>Looking for extra security</strong><br />Leslie covers her husband Mario and their two kids on her medical plan. Between the kids’ mishaps and another baby on the way, they use health care services often and anticipate hitting their annual deductible early in the year.</p>\n<p><strong>What is Leslie and Mario’s choice?</strong><br />Leslie and Mario select the Banner Health Choice Plus Plan. Although this option has a higher premium, Leslie prefers the security of the lower deductible and knows that since they will meet their deductible this year, they will get the greatest benefit. Plus, Leslie can contribute to a Health Care Flexible Spending Account (FSA) and purchase eligible medical expenses tax-free for the remainder of the year.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fc\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p>Use these resources to help with your benefits questions:</p>\n<ul>\n<li>Ask ALEX: <strong><a href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\">myalex.com/bannerhealth</a></strong></li>\n<li><strong><a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\">MyHR|Workday:</a></strong> Use the search box or make a selection in the Benefits application</li>\n<li>MyBenefits Resource Center: 7 a.m. – 7 p.m. (MST), Monday – Friday at <span style=\"color: #0977b3;\"><strong>833-849-9825</strong></span></li>\n<li>Banner|Aetna Concierge Team:<span style=\"color: #0977b3;\"><strong> 855-788-5803</strong></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical', '						', 'inherit', 'closed', 'closed', '', '930-revision-v1', '', '', '2024-09-30 22:14:53', '2024-09-30 22:14:53', '', 930, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7651', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7653, 1, '2024-09-30 22:15:15', '2024-09-30 22:15:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" body_font=\"Arial|600|||||||\" body_font_size=\"46px\" body_line_height=\"1em\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hdhp-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>High-Deductible Health<br>Plans (HDHPs) and the Health<br>Savings Account (HSA)</p>\n<h2>How they work together to save you money</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>What is an HDHP?</strong></h3>\n<p><span style=\"color: #242424;\">The Value Plan and Premier Plan are both HDHPs featuring low premiums and a high deductible. HDHPs let you pay less money from your paycheck for coverage, but you’ll pay the full cost of medical services until you reach your deductible. That’s where the HSA can help you save.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>What is an HSA?</strong></h3>\n<p><span style=\"color: #242424;\">An HSA is a tax-advantaged medical savings account available to taxpayers in the United States who are enrolled in an HDHP. The funds contributed to an account are not subject to federal income tax at the time of deposit, and if used for qualified health care expenses, are never taxed.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">How do an HDHP and an\nHSA work together?</span></strong></h1>\nYou can use money from your HSA to help pay for the higher deductible of the Value or Premier Plan and other qualified health care expenses. So, you benefit from a lower monthly premium, and you can use tax-free money to help you reach your deductible.\n<br>Refer to <a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\"><strong>IRS Publication 502</strong></a> for a list of the qualified health care expenses.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.25.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"30px||30px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Save on health care. Stay in the Banner Health Network.\" _builder_version=\"4.25.2\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Use fewer HSA dollars while you’re working toward your deductible when you get care in the Banner Health Network. You will get more for your HSA money when you use Banner physicians, pharmacies, laboratories and other services.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6032\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>Banner Health’s contribution does count toward annual maximum.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>How much should I contribute to an HSA?</strong><i></i></h3>\n<p><span style=\"color: #242424;\">The IRS regulates how much you can contribute to your HSA every year. These limits include any money Banner deposits into your HSA on the Premier Plan.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<span style=\"color: #242424;\">Here are some suggestions on what amount to contribute to an HSA:</span></span>\n<ul>\n	<span style=\"color: #000000;\"><li>At least the amount of your deductible, so you’re ready for those expenses you would have to pay out of pocket</li>\n	<li>The amount you’re saving on your premiums</li>\n	<li>The maximum allowed by the IRS to benefit from the tax advantages</li>\n	<li>Don’t forget about non-covered dental and vision expenses; HSA contributions can be used for those services as well</li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h3><strong>More ways to grow your savings</strong><i></i></h3>\n<p><span style=\"color: #242424;\">Your contributions are tax-deductible, so they will reduce the amount of money you pay in federal income taxes. Then your HSA will earn tax-free interest on the balance. When your HSA reaches a certain level ($1,000), you can invest your money in mutual funds to achieve an even higher rate of growth.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hsa-fsa/\" url_new_window=\"on\" button_text=\"Health Savings and Spending Accounts\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/medical/\" url_new_window=\"on\" button_text=\"Medical Plan Options\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HDHP and HSA', '						', 'inherit', 'closed', 'closed', '', '6029-revision-v1', '', '', '2024-09-30 22:15:15', '2024-09-30 22:15:15', '', 6029, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7653', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7654, 1, '2024-09-30 22:15:43', '2024-09-30 22:15:43', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Banner|Aetna Concierge:\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/concierge.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Your personal assistant for health care</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Not sure where to turn?</h2>\n<p><span style=\"color: #000000;\">We’ve all been there—needing help with our health plan but not sure where to turn.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Your concierge has answers</h2>\n<p><span style=\"color: #000000;\">It’s a big, complex world of health care out there. Your <strong><a href=\"https://www.banneraetna.com/en/members.html\" target=\"_blank\" rel=\"noopener\">Banner|Aetna</a></strong> concierge can help you make sense of it.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>You may be wondering:</h2>\n<span style=\"color: #000000;\">\n<ul>\n<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Something doesn’t appear correct on my Explanation of Benefits (EOB). Can you help me?<br /><li><span style=\"color: #000000;\">How can I find the right specialist?</li>\n<li><span style=\"color: #000000;\">I’ve been diagnosed. Now what?</span></li>\n<li><span style=\"color: #000000;\">Is my health plan going to cover this?</span></li>\n<li><span style=\"color: #000000;\">How much is this going to cost me?</span></li>\n</ul>\n</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Get support to:</span></h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><span style=\"color: #ffffff;\">Choose the right doctor</span></li>\n<li><span style=\"color: #ffffff;\">Learn about your coverage</span></li>\n<li><span style=\"color: #ffffff;\">Understand a diagnosis</span></li>\n<li><span style=\"color: #ffffff;\">Plan for upcoming treatment</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #ffffff;\">Health care help is here</span></h2>\nSpeak with a concierge. Call 855-788-5803. Your concierge is available 8 a.m. to 6 p.m. (MST), Monday through Friday.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Concierge', '						', 'inherit', 'closed', 'closed', '', '6249-revision-v1', '', '', '2024-09-30 22:15:43', '2024-09-30 22:15:43', '', 6249, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7654', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7655, 1, '2024-09-30 22:16:09', '2024-09-30 22:16:09', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Health Savings and Spending Accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Health Savings Accounts (HSAs)</h2>\n<p><span style=\"color: #000000;\">An HSA is a bank account used for qualified health care expenses (medical, prescription, dental and vision). Contributions are pre-tax, and it is your personal account to use now and in the future. There is no “use it or lose it” rule, so funds roll over from year to year. You can even take it with you if you leave Banner Health.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" url_new_window=\"on\" button_text=\"How Your Medical Plan & the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>For 2025, Banner’s funding will be:</h4>\n<p><span style=\"color: #000000;\"><strong>Premier Plan:</strong> Banner Health will contribute $450 for individual coverage or $900 for family coverage. Contributions are made on a per-paycheck basis in 2025.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are multiple ways to fund your HSA:</h4>\n<ul>\n	<span style=\"color: #000000;\"><li>Contribute your own money through payroll deductions.</span></li>\n	<li><span style=\"color: #000000;\">Contribute your own post-tax money directly to the account.</span></li>\n	<li><span style=\"color: #000000;\">Banner Health makes per-paycheck contributions to your HSA.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"40px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your HSA.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hsa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>Important information </strong><strong>about your HSA</strong></span></h3>\n<p><span style=\"color: #000000;\">Banner’s contributions to your HSA will be made on a per-paycheck basis.</span></p>\n<p><span style=\"color: #000000;\"> <br />Note: Due to rounding, your actual annual contribution may vary from your elected amount by a few cents, but will never exceed the allowable annual maximum.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#592e84\" custom_margin=\"0px||-5px|-2px|false|false\" custom_padding=\"6px|25px|0px|25px|false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/HE-1.png\" width=\"262\" /></strong></span></h4>\n<h4><span style=\"color: #ffffff;\"><strong>Manage your accounts with HealthEquity</strong></span></h4>\n<p style=\"font-weight: 400;\"><span style=\"color: #ffffff;\">Visit the HealthEquity Education Center to learn more about how to manage your health care spending and maximize your savings. Log in to get started:</span></p>\n<p><span style=\"color: #ffffff;\"></span></p>\n<p><span style=\"color: #ffffff;\"></span></p>\n<ul>\n<li><span style=\"color: #ffffff;\">HSA/FSA/COBRA education portal: <a href=\"https://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px; color: #ffffff;\"><b>healthequity.com/ed/BannerHealth</b></a></span></li>\n<li><span style=\"color: #ffffff;\">HSA/FSA account login: <span style=\"font-size: 14px;\"></span><a href=\"https://healthequity.com\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 14px; color: #ffffff;\"><b>healthequity.com</b></a></span></li>\n<li><span style=\"color: #ffffff;\">COBRA account login: <a href=\"https://wageworks.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>wageworks.com</strong></a></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#eff6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>Benefits of HSAs</strong></h4>\n<span style=\"color: #000000;\"><ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>Your HSA contributions come out of your paycheck pre-tax.</span><span style=\"color: #000000;\"></span>\n	<span style=\"color: #000000;\"><li>You earn tax-free interest.</li>\n	<li><span style=\"color: #000000;\">You can take money out tax-free if you use the money for qualified expenses for you and your eligible dependents—even if the dependents are not enrolled in your medical plan.</span></li><br>\n<span style=\"color: #000000;\">&nbsp;\nNOTE: HSA funds can’t be used on a domestic partner’s health care expenses even if he or she is covered on your medical plan, as he or she is not considered an eligible tax dependent by the IRS. </span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>HSA funds are yours to keep. There is no “use it or lose it” rule, and you can take the HSA with you if you change jobs and/or insurance plans.</span></li>\n	<li><span style=\"color: #000000;\">Once your savings reach $1,000, you can invest your money in mutual funds to achieve a higher rate of growth.</span></li>\n	<li><span style=\"color: #000000;\">After you retire, you can use the money for Medicare premiums.</span></li>\n	<li><span style=\"color: #000000;\">You can only use the funds in your HSA for qualified health care expenses.</span></li>\n	<li><span style=\"color: #000000;\">You can change your HSA contribution at any time throughout the year.</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong>HSA eligibility</strong></h4>\n<p><span style=\"color: #000000;\"><strong>You are eligible to fund an HSA if you are enrolled in the Banner Health Value or Premier High-Deductible Health Plans. You are not eligible if you are:</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li>Covered by a non-HSA eligible medical plan, Health Care FSA (including an account provided through your spouse’s employer) or<br />health reimbursement arrangement</li>\n<li><span style=\"color: #000000;\">Eligible to be claimed as a dependent on someone else’s tax return</span></li>\n<li><span style=\"color: #000000;\">Enrolled in Medicare or TRICARE for Life.</span></li>\n<li><span style=\"color: #000000;\">Receiving Veterans Affairs (VA) benefits or have received</span></li>\n<li><span style=\"color: #000000;\">VA benefits in the last six months<br /></span></li>\n</ul>\n</span>\n<p><span style=\"color: #000000;\">Refer to <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-969\" target=\"_blank\" rel=\"noopener\">IRS Publication 969</a></strong> for additional eligibility details.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Flexible Spending Accounts</h2>\n<p><span style=\"color: #000000;\">Banner offers our team members two FSAs. These FSAs let you set aside money for health care or dependent care expenses on a per-paycheck basis. This reduces your taxable income, which lowers the amount of federal and state taxes withheld from each paycheck.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">You can enroll in FSAs even if you aren’t enrolled in a Banner medical plan. However, you are not eligible to participate in the Health Care FSA if you are enrolled in the Value or Premier High-Deductible Health Plans.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4>There are two ways to fund your Health Care FSA:</h4>\n<p></span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li>You can save up to $3,200 per year in a Health Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li>You can make claims on the entire planned contribution even before you make the actual payroll contributions.</li>\n<li>You can use the Health Care FSA for eligible medical, pharmacy, dental and vision expenses for you and your eligible dependents, even if they are not covered by your Banner Health plans.</li>\n<li>When using the debit card, you may still be required to mail or fax proof of your expenses, or the payment will become taxable.</li>\n<li>If you don’t use the debit card, you file a claim for reimbursement.</li>\n<li>There is a “use it or lose it” rule, so plan wisely. Any unused balance at the end of the plan year is forfeited.</li>\n<li>You can’t use the money for non-eligible expenses. If you do, you must pay regular income tax on the expenses.</li>\n<li>IRS guidelines require substantiation of claims processed through a debit card. Example: providing a copy of an Explanation of Benefits.</li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><span style=\"color: #000000;\">Using a Dependent Care FSA</span></h4>\n<p><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<span style=\"color: #000000;\"><li>You can save up to $5,000 per year in a Dependent Care FSA, which is spread out evenly over the remaining pay periods in the plan year from when you enroll.</li>\n<li><span style=\"color: #000000;\">As you incur expenses, you file a claim for reimbursement.</span></li>\n<li><span style=\"color: #000000;\">You can only make claims on the contributions that have come out of</span><span> </span><span style=\"color: #000000;\">your paycheck.</span></li>\n<li><span style=\"color: #000000;\">You can use the Dependent Care FSA for eligible day care expenses for children up to age 13 and elder care.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\">For details about eligible expenses under the FSAs, review IRS Publication 502 at <strong><a href=\"https://www.irs.gov/forms-pubs/about-publication-502\" target=\"_blank\" rel=\"noopener\">irs.gov/forms-pubs/about-publication-502</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff6fb\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#eff6fb\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>Non-discrimination testing rules apply</strong></h3>\n\n<span style=\"color: #000000;\">To ensure non-highly compensated team members receive a fair share of the tax benefits offered through these plans, non-discrimination testing rules apply to prevent plans from allowing highly paid individuals to benefit at a higher percentage than non-highly paid individuals. Depending on the results of the testing, a highly compensated team member may not be eligible to contribute the maximum amount to an FSA. You will be notified if this applies to you.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #3575ae;\"><strong>COBRA benefits by Health Equity </strong></span></h3>\n<span style=\"color: #000000;\">Beginning Jan. 1, 2023, benefit coverage ends on the date of your job change, qualifying life event or termination. Health Equity will send you a packet in the mail with your benefit options, costs, etc. for you to decide if you want to continue your benefits. If you elect COBRA, coverage will begin the day after your Banner benefits end. The first month\'s COBRA payment will be pro-rated for the days you are covered. You will have the option to elect up to 18 months of COBRA (other special circumstances-could allow longer timeframe).  [/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Log in to your account at <strong><a href=\"http://healthequity.com/ed/BannerHealth\" target=\"_blank\" rel=\"noopener\">healthequity.com/ed/BannerHealth</a></strong> to manage your FSA.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'HSA FSA', '						', 'inherit', 'closed', 'closed', '', '6253-revision-v1', '', '', '2024-09-30 22:16:09', '2024-09-30 22:16:09', '', 6253, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7655', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7656, 1, '2024-09-30 22:16:39', '2024-09-30 22:16:39', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Pharmacy through Aetna\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pharmacy.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-11px||8px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" custom_padding=\"40px||28px||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" custom_margin=\"-26px||-50px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>The Banner Health pharmacy plans provide prescription drug benefits through a network of participating pharmacies that includes most major drug store chains, Banner Family Pharmacy and a mail-order program. Pharmacy benefits are administered by Aetna. The chart represents Banner Network (max savings tier) level of coverage.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Banner Network coverage highlights</strong></h2>[/et_pb_text][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6190\"][/et_pb_code][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span style=\"color: #333333;\">*After deductible unless they are on $0 Medications List or First Dollar list. Applies to Value and Premier.</span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Stay in network</p>\n<h6><span style=\"color: #000000;\">Pharmacy plans don’t cover medications purchased at non-network pharmacies. If you use an out-of-network pharmacy, you will be responsible for the entire cost of the medication. <span>In-network pharmacies include BFP, CVS, Safeway, Walmart, Kroger, Albertson\'s and more. Walgreens pharmacies are not included. </span></span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Network coverage highlights are shown here. For complete plan details, click the buttons below.</p>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=31&wpfd_file_id=7624&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Value Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7623&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Premier Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=29&wpfd_file_id=7621&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Choice Plan SBC</span></strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#3576ae\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#3576ae\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=21&wpfd_file_id=5624&token=356bd577c5de2d05f40f8fda9869e2c9&preview=1\" url_new_window=\"on\" button_text=\"Maintenance Medications\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=21&wpfd_file_id=5653&token=&preview=1\" url_new_window=\"on\" button_text=\"2025 Specialty Medications\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#FFFFFF\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=21&wpfd_file_id=1950&token=&preview=1\" url_new_window=\"on\" button_text=\"$0 Medications List\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#FFFFFF\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-12px||-30px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Ongoing or maintenance prescriptions</strong></span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Filling prescriptions</strong></span></h2>\n<p>When you are prescribed a medication that needs to be filled on a monthly basis (for example, birth control, hormones, blood pressure, etc.), you have two options for ordering it after two Rx fills at any in-network retail pharmacy. Subsequent fills must be made by those listed below.</p>\n<ul>\n<li><strong>Banner Family Pharmacy:</strong> Banner Family Retail or Home Delivery Service (mail order): Prescriptions are delivered to your door. You will receive a discount of 50% off one month’s copay on the Choice Plus Plan by using our Home Delivery Service for your 93-day supply.</li>\n<li><strong>93-day retail supply:</strong> You can receive up to a 93-day supply of your medication at any retail Banner Family Pharmacy.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Specialty medications</strong></span></h2>\n<p>Specialty medications are dispensed by Banner Family Pharmacy — Chandler for 30% coinsurance for the Choice Plus Medical Plan. However, if you participate in the PrudentRx program, you could pay a $0 copay. PrudentRx will find the best savings from manufacturers to help you lower the cost of specialty prescriptions. Choice Plus Plan members will be counseled by Banner Family Pharmacy Specialty upon enrolling in the PrudentRx program.<br /><br /></p>\n<p>&nbsp;\nThe Value and Premier Medical Plans cover specialty medications after the deductible and then the applicable coinsurance.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Zero-dollar medications</strong></span></h2>\n<p>Under all Banner Health medical plans, if you or dependents have specific medical conditions such as asthma, COPD, cardiovascular disease or diabetes, your medications may be free. These medications must be obtained from Banner Family Pharmacy. To view the $0 Medications List, <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=1950&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\">click here</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406-scaled.jpg\" title_text=\"Smiling man spinning basketball on finger against city skyline\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Pharmacy', '						', 'inherit', 'closed', 'closed', '', '6185-revision-v1', '', '', '2024-09-30 22:16:39', '2024-09-30 22:16:39', '', 6185, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7656', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7658, 1, '2024-09-30 22:17:18', '2024-09-30 22:17:18', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Supplemental health plans\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sup-health.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">If there’s an emergency or you end up in the hospital, health insurance helps with the medical expenses. These voluntary insurance options, available through Aetna, are designed to complement your medical plan and help cover any extra expenses that may arise. They pay a cash benefit you can use for your deductible, coinsurance or even things like child care, utility bills or mortgage payments.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Hospital indemnity</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you’re admitted to the hospital, mental disorder treatment facility or substance abuse treatment facility.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"]<h2><strong>Critical illness</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Critical Illness Plan pays you a lump-sum benefit to help cover health care costs and other expenses when you’re diagnosed with a covered condition, like heart attack, cancer or stroke. And when you complete a qualified health screening test, you can receive $50 per plan year.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Accident</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Accident Plan helps you pay for health care costs and other expenses when you have a covered injury.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://vimeopro.com/diginovations/hospital\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-1.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6459 alignnone size-full\" /></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"http://vimeopro.com/diginovations/critical-illness\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-2.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6465 alignnone size-full\" />[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"http://vimeopro.com/diginovations/accident\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-3.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6466 alignnone size-full\" />[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2027&token=&preview=1\" url_new_window=\"on\" button_text=\"HOSPITAL INDEMNITY (ENG)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2028&token=&preview=1\" url_new_window=\"on\" button_text=\"HOSPITAL INDEMNITY (SPA)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2024&token=&preview=1\" url_new_window=\"on\" button_text=\"CRITICAL ILLNESS (ENG)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2023&token=&preview=1\" url_new_window=\"on\" button_text=\"CRITICAL ILLNESS (SPA)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2016&token=&preview=1\" url_new_window=\"on\" button_text=\"ACCIDENT PLAN (ENG)\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2015&token=&preview=1\" url_new_window=\"on\" button_text=\"ACCIDENT PLAN (SPA)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Health Plans', '						', 'inherit', 'closed', 'closed', '', '6217-revision-v1', '', '', '2024-09-30 22:17:18', '2024-09-30 22:17:18', '', 6217, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7658', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7659, 1, '2024-09-30 22:17:45', '2024-09-30 22:17:45', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Health Management Resources\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/health-mgmt.jpg\" background_enable_image=\"on\" background_position=\"top_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Your health and well-being are important to us. That’s why we offer a collection of Health Management Programs to better assist you in dealing with certain ailments. If you’re enrolled in a Banner Health medical plan, these are provided at no cost to you. Many of our Health Management Programs are part of our MyWell-Being Program points system and can be accessed through Virgin Pulse. Check out how you can earn points for taking care of your health.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_css_main_element=\"min-height:370px!important\" global_colors_info=\"{}\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/HH-Logo-300x79.png\" width=\"160\" /><span style=\"color: #000000;\"><br />Hello Heart empowers you to understand and improve your cardiovascular health, including managing and preventing high blood pressure, high cholesterol and heart disease. It includes tracking tools, personalized insight and recommendations, a dedicated support team and more. </span><span style=\"color: #000000;\">Learn more and enroll at <strong><a href=\"https://join.helloheart.com/Banner\" target=\"_blank\" rel=\"noopener\">join.helloheart.com/Banner</a></strong>. Or contact</span> <span style=\"color: #000000;\">Hello Heart at <span style=\"color: #3576ae;\"><strong>800-767-3471</strong></span> or <strong><a href=\"mailto:support@helloheart.com\">support@helloheart.com</a></strong> for more information.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_css_main_element=\"min-height:370px!important\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/hinge-health-300x60.png\" width=\"200\"><br><span style=\"color: #000000;\">Hinge Health is a digital exercise therapy program for back, knee, hip, neck and shoulder pain and women’s pelvic health. It features wearable motion sensors to guide you through the program, a library of educational resources and a personalized health coach who will be there to support you every step of the way. Visit <strong><a href=\"https://hingehealth.com\" target=\"_blank\" rel=\"noopener\">hingehealth.com</a></strong> to learn more. For questions, call <strong><span style=\"color: #3576ae;\">855-902-2777</span></strong> or email <strong><a href=\"mailto:hello@hingehealth.com\">hello@hingehealth.com</a></strong>.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_css_main_element=\"min-height:370px!important\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/virta-logo-300x114.webp\" width=\"100\">\n<p><span style=\"color: #000000;\">Virta can help you put your diagnosed Type 2 diabetes or prediabetes into remission, reduce the need for medication and give you back your life. It includes medical supervision, a dedicated health coach, biomarker tracking tools and supplies and a personalized treatment plan to help transform your health. Plus, it’s 100% online, so you can get the support you need from the privacy of your own home. To get started, visit <strong><a href=\"https://virtahealth.com\" target=\"_blank\" rel=\"noopener\">virtahealth.com</a></strong> or email <strong><a href=\"mailto:support@virtahealth.com\">support@virtahealth.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/AbleTo_FullColor_Logo_320x132px-300x124.png\" width=\"140\">\n\n<span style=\"color: #000000;\">Banner and Aetna have teamed up with AbleTo, a personalized, leading behavioral health care provider, to provide real support that fits your schedule. AbleTo provides virtual therapy and coaching to help you reduce feelings of stress, anxiety and depression. It also helps you build positive self-care routines to cope with everyday challenges. Take advantage of confidential, 24/7 access to the tools you need and engage with qualified and supportive therapists and coaches. Sign up today at no cost to you. Email <strong><a href=\"mailto:help@ableto.com\">help@ableto.com</a></strong>, call <strong><span style=\"color: #3576ae;\">866-287-1802</span></strong> or visit <strong><a href=\"http://ableto.com\" target=\"_blank\" rel=\"noopener\">ableto.com</a></strong>.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To learn more about Banner’s Health Management Programs, click here:[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Pages/Health-Management-Programs.aspx\" url_new_window=\"on\" button_text=\"Health Management\" button_alignment=\"left\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hm-2.jpg\" title_text=\"Portrait of two happy friends lying on a meadow\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><span style=\"color: #000000;\">See what team members are saying about our Health Management Programs:</span></p>[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/pages/Health-Management-Testimonial-Board.aspx\" url_new_window=\"on\" button_text=\"Testimonials\" button_alignment=\"right\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Management', '						', 'inherit', 'closed', 'closed', '', '6063-revision-v1', '', '', '2024-09-30 22:17:45', '2024-09-30 22:17:45', '', 6063, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7659', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7660, 1, '2024-09-30 22:18:25', '2024-09-30 22:18:25', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Planned Time Off programs\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Paid Time Off</strong></h3>\n<p><span style=\"color: #000000;\">You must use your Paid Time Off (PTO) hours for vacation time, holidays, other personal time off from work and, when applicable, sick days. You must obtain approval in advance from your leader before using your PTO hours.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5><span style=\"color: #000000;\">Who is eligible</span>: <span style=\"color: #212121;\">You are eligible for PTO if you are a regular full-time or part-time team member assigned a total FTE (full-time equivalent) of 50% or greater.</span></h5>\n<p><span style=\"color: #000000;\"><br />PTO benefits are accrued in hours based on working a maximum of 80 hours per pay period. No PTO credit is earned for hours worked more than 80 hours per pay period. For those who worked less than 80 hours per pay period, the earned hours will be prorated based on actual hours worked.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>PTO Donation Program</strong></h3>\n<p><span style=\"color: #000000;\">Banner Health allows PTO donations to assist team members with unexpected needs. This program allows us to help each other. For program details and eligibility criteria, click <strong><a href=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Paid-Time-Off\" target=\"_blank\" rel=\"noopener\">here</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Physician Time Off</strong></h3>\n<p><span style=\"color: #000000;\">Physician Time Off, also referenced as Approved Time Off (ATO), is paid time off for a variety of circumstances, including holidays, personal/ vacation time, sick days and leaves of absence. The Physician Time Off plan provides flexibility, allowing you to take personal time off with pay, subject to business needs and scheduling. </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Who is eligible: <span style=\"color: #212121;\">You are eligible for Physician Time Off if you are classified as a regular full-time or part-time physician assigned a total FTE of 50% or greater. </span></h5>\n<p><span style=\"color: #000000;\"><br />Shift-based physicians (i.e., hospitalists and intensivists) are ineligible to participate in the Physician Time Off plan. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Mandated Sick Time</strong></h3>\n<p><span style=\"color: #000000;\">Team members are entitled to Paid Sick Time as designated by law based on the state in which they work.</span></p>\n<p><span style=\"color: #000000;\"><br />Earned Paid Sick Time may be used for the following purposes: (1) medical care or mental or physical illness, injury or health condition; (2) a public health emergency; or (3) absence due to domestic violence, sexual violence, abuse or stalking. Team members may use earned Paid Sick Time for themselves or for family members. Certain states offer expanded use. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner automatically provides this coverage for eligible team members. No enrollment is required. To view details regarding your time away from work, search planned time off on Banner Connect or visit:[/et_pb_text][et_pb_button button_url=\"http://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"PLANNED TIME OFF\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3575ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#4e80ad\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pto-2.jpg\" title_text=\"pto-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Planned Time Off', '						', 'inherit', 'closed', 'closed', '', '6115-revision-v1', '', '', '2024-09-30 22:18:25', '2024-09-30 22:18:25', '', 6115, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7660', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7661, 1, '2024-09-30 22:18:51', '2024-09-30 22:18:51', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Disability and leave plans\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/disability.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h4>through Reliance Matrix</h4>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health is committed to helping you take the time you need away from work—whether you spend it at home healing from a health condition, caring for a seriously ill family member or returning to school to take classes.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Different types of leave</span></strong></h3>\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Family Medical Leave (FML) provides 12 weeks of job-protected leave if qualified team members or their immediate family members have a serious health condition. Under FML, you are eligible if you’ve been a Banner team member for at least 12 months and have worked at least 1,250 hours in the 12-month period before FML begins.</li>\n	<li><span></span><span style=\"color: #000000;\">Medical Leave covers up to 12 weeks for serious health conditions for team members who aren’t eligible for FML.</span></li>\n	<li><span style=\"color: #000000;\">Personal Leave provides up to 12 weeks for non-FML personal matters.</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Submit your request</span></strong></h3>\n<p><span style=\"color: #000000;\">Contact the Banner-dedicated leave-of-absence team at <span>Reliance Matrix</span> by calling 888-295-7840 or visiting <strong><a href=\"http://matrixabsence.com\" target=\"_blank\" rel=\"noopener\">matrixabsence.com</a></strong>. You’ll need to provide your name, address, phone number, the last four digits of your Social Security number (SSN), physician’s contact and fax information, a description of your illness or injury, job title and a brief description of your job. Also, you should be ready to provide medical certification or other documents to validate your reason for leave.</span></p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1930&token=&preview=1\" url_new_window=\"on\" button_text=\"DISABILITY AND LEAVES FAQ\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Short-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">Short-Term Disability (STD) Plan provides you with pay at 60% of your pre-disability base pay for up to 182 days for lost time at work due to your own illness or non-work-related injury. Benefits begin after seven consecutive calendar days away from your job for nonoccupational illness or injury. Any Paid Time Off* and/or Sick Time* you have available must be used to pay yourself during the seven consecutive days of the elimination period and to supplement your STD pay so that it approximates your pre-disability base pay.<br /></span><br /><span style=\"color: #000000;\">Maternity STD is 100% of your pre-disability base pay for six weeks with no elimination period.<br /></span><br /><span style=\"color: #000000;\">*Any medical condition requiring disability leave beyond the six weeks for maternity at 100% coverage, including cesarean birth, will be covered at the standard 60% Short-Term Disability payment for the remainder of the leave. </span></p>\n<p><span style=\"color: #000000;\"><span></span></span></p>\n<p><span style=\"color: #000000;\"><span><br />Note: FOR STATES WITH PAID FAMILY LEAVE: Team members may be entitled to paid leave benefits as designated by law based on the state in which they work. Please refer to Banner Connect -&gt; Human Resources -&gt; HR Policies -&gt; Labor Law Posters for additional information.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Long-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">The Long-Term Disability Plan provides 60% of your base earnings up to the maximum of $10,000 per month. The benefit is reduced by certain offsets such as primary Social Security benefits and Workers’ Compensation payments. If you are on an approved disability such as Short-Term Disability or Workers’ Compensation, benefits may begin at the end of 182 days plus any applicable PTO days.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1935&token=7e675482b84e3db0d1bf9a2a5ea7441d&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROGRAM DESCRIPTION\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"LONG-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability and Leave Plans', '						', 'inherit', 'closed', 'closed', '', '6124-revision-v1', '', '', '2024-09-30 22:18:51', '2024-09-30 22:18:51', '', 6124, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7661', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7662, 1, '2024-09-30 22:19:19', '2024-09-30 22:19:19', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Life and AD&D insurance\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/life-add.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Life and AD&amp;D coverage protects your loved ones should the unthinkable happen to you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner Health provides Basic Life and Accidental Death and Dismemberment (AD&amp;D) insurance to all benefits-eligible team members equal to your annual compensation (up to plan limits). When newly eligible, you can elect up to 10x your annual earnings in additional Voluntary Life and AD&amp;D insurance. The maximum amount of coverage is subject to a $2,000,000 maximum that is combined with your Basic Life Insurance amount. Evidence of Insurability will be required for any Voluntary Life election that exceeds the lesser of 5x your annual earnings or $1 million.</span>\n<br><span style=\"color: #000000;\">\nDuring Open Enrollment or if you experience a Qualifying Life Event, you may also increase your coverage by an amount equal to your annual earnings provided the resulting amount of insurance does not exceed the guaranteed issue amount of the lesser of 5x your annual earnings or $1 million. You may apply for additional coverage increases up to 10x your annual earnings subject to Evidence of Insurability limits.\n</span>\n<span style=\"color: #000000;\">By enrolling in the plan, you understand that you must be actively at work on the effective date of coverage.</span>\n<span style=\"color: #000000;\"><br>Age reductions in team member coverage begin at age 65.\n</span>\n<span style=\"color: #000000;\">Coverage options are also available for your spouse/domestic partner and children.\n\n</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong><span style=\"color: #000000;\">As a Banner team member, you are provided Basic Life and AD&amp;D insurance equal to your annual benefit annual compensation (up to plan limits).</span></strong></h4>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6142\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*Cannot be more than your annual compensation</h6>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"TEAM MEMBER PREMIUMS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=5702&token=&preview=1\" url_new_window=\"on\" button_text=\"RESIDENT AND FELLOW BENEFITS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Beneficiary information</strong></span></h2>\n<p><span style=\"color: #000000;\">If your covered spouse, domestic partner or child(ren) die, their Life and AD&amp;D benefit payments are made to you. In the event of your death, benefit payments are made in the order listed below unless you choose a</span><br /><span style=\"color: #000000;\">different beneficiary:</span></p>\n<span style=\"color: #000000;\"><ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Your spouse (does not include a domestic partner)</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your children (including legally adopted children, but excluding</strong></span><br /><span style=\"color: #000000;\"><strong>stepchildren)</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your parents</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your brothers and sisters</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your estate</strong></span></li>\n</ul>\n<p><span style=\"color: #000000;\">If you are changing or adding a beneficiary during Open Enrollment,</span><br /><span style=\"color: #000000;\">you must include the names and phone numbers of your beneficiaries in</span><br /><span style=\"color: #000000;\">order to complete enrollment.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Benefit Scout</strong></span></h2>\n<p><span style=\"color: #000000;\">We understand there’s a lot to consider when choosing your life insurance coverages. That’s why we’re excited about Securian Financial’s tool Benefit Scout—an online decision support experience to help you decide what life<br />insurance options make sense for you and your family. Click <strong><a href=\"https://scout.securian.com/?id=010721.0001&amp;strala_id=1003518%20\" target=\"_blank\" rel=\"noopener\">here</a></strong> to learn your options, get cost estimates based upon recommendations and enroll with confidence.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Additional resources</strong></span></h2>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=1938&token=&preview=1\" url_new_window=\"on\" button_text=\"LIFE INSURANCE PROCESS MAP\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=2176&token=&preview=1\" url_new_window=\"on\" button_text=\"TERM LIFE CERTIFICATE\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=2176&token=&preview=1\" url_new_window=\"on\" button_text=\"TERM LIFE POLICY AND AMMENDMENTS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Life and AD&D', '						', 'inherit', 'closed', 'closed', '', '6132-revision-v1', '', '', '2024-09-30 22:19:19', '2024-09-30 22:19:19', '', 6132, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7662', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7663, 1, '2024-09-30 22:19:44', '2024-09-30 22:19:44', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Retirement Plan through Fidelity\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/401k-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner Health partners with Fidelity Investments to offer you retirement plan options. You can enroll or change your election at any time by contacting Fidelity.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#efefef\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k)</strong></span></h2>\n<p><span style=\"color: #000000;\">The Banner Health 401(k) plan is a great way to save money on a pre-tax and Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS annual allowable limits. The first 4% of your contributions must be on a pre-tax basis, then any additional contribution may be pre-tax, Roth post-tax or both. Your 401(k) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><br />You are eligible to participate in the 401(k) if you are a regular full-time, part-time, per-diem or flat-rate team member.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>401(k) employer match</strong></span></h2>\n<p><span style=\"color: #000000;\">After your one-year anniversary, Banner will match your 401(k) pre-tax contributions, dollar for dollar, up to 4% of your eligible compensation.<br />The match is not included in your annual contributions limit.</span></p>\n<p><span style=\"color: #000000;\"><br />The employer match is calculated and deposited to your account every pay period. However, Banner will evaluate your earnings and contributions from the prior calendar year to determine what the employer match would’ve been had the calculation been done on a full-year basis. Banner will make a true-up matching contribution during the first quarter to reconcile the difference if you meet certain eligibility and timing requirements. When calculating the true-up match, Banner will consider the earnings and contributions for the pay periods during which you were eligible for the match.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>403(b)</strong></span></h2>\n<p><span style=\"color: #000000;\">As a registry <strong>(Banner Staffing Services)</strong> team member, the Banner Health 403(b) Plan allows you to save money on a pre-tax and/or Roth post-tax basis for your retirement. You may contribute up to 100% of your eligible compensation taking into consideration the IRS allowable annual limits. Your 403(b) can be passed on to your heirs, so don’t forget to designate a beneficiary when you enroll.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/401k-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Investing</strong></span></h2>\n<span style=\"color: #000000;\">You can invest all contributions, including any matching contributions and rollovers, in your choice of available investment funds. If you do not specify the investment funds when you enroll, your contributions will be defaulted into a target date fund appropriate for your retirement age.</span>\n<span style=\"color: #000000;\">\nBefore investing in any mutual fund, please carefully consider the investment objectives, risks, charges and expenses. For this and other information, call or write Fidelity for a free prospectus. Read it carefully before you invest.\n<span style=\"color: #000000;\">\nYou can enroll or change your election at any time by contacting Fidelity.\n<span style=\"color: #000000;\">\nPhone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)\nWebsite: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\">netbenefits.com/BannerHealth</a></strong> or <strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\">netbenefits.com/easy</a></strong>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" background_color=\"#78b956\" background_layout=\"dark\" custom_margin=\"||||false|false\" custom_padding=\"25px||25px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Contact Fidelity</strong></span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Phone: 800-343-0860 (for English) or 877-297-3017 (for Spanish)</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Website: <strong><a href=\"http://netbenefits.com/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/BannerHealth</a></strong> or</span>\n<span style=\"color: #ffffff;\"><strong><a href=\"http://netbenefits.com/easy\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">netbenefits.com/easy</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://workplaceservices.fidelity.com/mybenefits/employerservices/navigation/es2/ContributionCalculator\" url_new_window=\"on\" button_text=\"Contribution Calculator\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/app/nurdomestic?AuthRedUrl=https://workplaceservices.fidelity.com/mybenefits/savings/navigation/dc/EZELanding#/nurDomestic/verifyIdentity\" url_new_window=\"on\" button_text=\"Fidelity Enrollment\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Retirement', '						', 'inherit', 'closed', 'closed', '', '6147-revision-v1', '', '', '2024-09-30 22:19:44', '2024-09-30 22:19:44', '', 6147, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7663', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7664, 1, '2024-09-30 22:20:07', '2024-09-30 22:20:07', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Child Care / Elder Care\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/child-care.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder- and early-care resources</span></strong></h2>\n<p><span style=\"color: #000000;\">If you’re caring for family members at home, life is often a balancing act. Bright Horizons and Aetna Resources for Living can both support your caregiving responsibilities. <span>Click the links below to learn more.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder care </span></strong></h2>\n<span style=\"color: #000000;\">When the time comes to take care of your caretaker, take advantage of these resources to ensure your loved ones are comfortable in their later years. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li>Decision support tools to help you plan ahead</li>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">An online needs assessment</span></li>\n	<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">A search tool for finding and evaluating care providers</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Aging adult care provider search</li>\n	<li><span style=\"color: #000000;\">Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Child care </span></strong></h2>\n<span style=\"color: #000000;\">With the cost of child care, the scheduling demands of a thriving career and the learning curve for first-time parents, it can be hard to balance work and family. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Free premium membership to Sittercity to help find child care options</li>\n	<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n	<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n	<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n&nbsp;\n<ul></ul>\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers educational resources on: </strong></span></p>\n<ul>\n	<span style=\"color: #000000;\"><li>Child care</li>\n	<li><span style=\"color: #000000;\">Adoption </span></li>\n	<li><span style=\"color: #000000;\">Pregnancy and childbirth </span></li>\n	<li><span style=\"color: #000000;\">Raising children </span></li>\n	<li><span style=\"color: #000000;\">Balancing work and family </span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://bannerhealth.savings.beneplace.com/\" url_new_window=\"on\" button_text=\"Check out Beneplace for even more child care discounts.\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Child and Elder Care', '						', 'inherit', 'closed', 'closed', '', '7155-revision-v1', '', '', '2024-09-30 22:20:07', '2024-09-30 22:20:07', '', 7155, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7664', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7666, 1, '2024-09-30 22:20:30', '2024-09-30 22:20:30', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Adoption Assistance plan overview\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-2-new.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health wants to support you if you’re in the process of growing your family through adoption by reimbursing eligible adoption expenses.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Who is eligible</strong></h2>\n<p><span style=\"color: #000000;\">Banner team members who are classified as regular FT/PT assigned a total FTE (full-time equivalent) of 50% or greater and have completed one year of service prior to the start of the adoption proceedings for which reimbursement is to be provided.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>How it works</strong></h2>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>The plan will reimburse eligible team members for costs incurred to adopt either a child under the age of 18 or someone of any age physically or mentally incapable of self-care.</li>\n<li><span style=\"color: #000000;\">$10,000 is the maximum amount of expenses that Banner will reimburse under this plan.</span></li>\n</ul>\n</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>General provisions</strong></h2>\n<span style=\"color: #000000;\">Banner Health administers the plan and has sole discretionary authority to interpret the plan, to make eligibility and benefit determinations and to make factual determinations in connection with the plan, which are final and binding.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>What Banner will reimburse</strong></h2>\n<p><span style=\"color: #000000;\">The expenses related to an adoption that are reimbursable under this program as qualified adoption expenses are the substantiated, reasonable and necessary adoption fees, court costs, attorney fees and other expenses (excluding, however, (i) travel expenses, (ii) living, medical and delivery expenses of a birth mother and (iii) any other expenses not permitted for reimbursement under the Code) that:</span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>a)</strong>  are directly related to, and the principal purpose of which is for, the legal adoption of an Eligible Child by the Eligible team member;</span></li>\n<li><span style=\"color: #000000;\"><strong>b)</strong>  are not incurred in violation of state or federal law or in carrying out any surrogate parenting arrangement; and</span></li>\n<li><span style=\"color: #000000;\"><strong>c)</strong>  are not expenses in connection with the adoption of a child who is the child of the Eligible team member’s spouse. (However, see Special Non-Qualified Benefit in plan.)</span><i></i></li>\n</ul>\n<p><span style=\"color: #000000;\"><i>Approved reimbursements are awarded on the final paycheck each </i><i>month. If you submit an application and/or documentation near the end of </i><i>the month, your reimbursement will process in the following month.</i></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Important tax considerations</strong></h2>\n<p><span style=\"color: #000000;\">This plan benefits all eligible team members, and its eligibility requirements do not discriminate in favor of highly compensated employees or their dependents as required under §137 of the Internal Revenue Code. Federal and state taxes may apply to qualified adoption expenses reimbursed under this plan. A portion of the reimbursements under the plan may be excludable from your income for federal income taxes to the extent you qualify under<strong> Internal Revenue Code §137 and by filing Form 8839 with your federal income taxes.</strong></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>1.</strong> For domestic adoptions, reimbursements for qualified adoption expenses may be excludable from a team member’s gross income for the tax year in which the qualified adoption expenses are reimbursed.</span></p>\n<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>2.</strong> For foreign adoptions, this exclusion may only be available for the tax year in which the adoption becomes final.</span></p>\n<p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>3.</strong> Banner is required to withhold applicable federal employment taxes (FICA and FUTA) and to report the total amount of reimbursements on your Form W-2. Banner Health will not withhold other federal income taxes for reimbursements made under this plan, and you may be required to pay taxes on these reimbursements when you file your tax returns.</span></p>\n<p style=\"padding-left: 80px;\"><span style=\"color: #000000;\"><strong>a)</strong> You also may be entitled to a federal income tax credit for adoption expenses that are not reimbursed under this plan or elsewhere. You will need to coordinate the income exclusion and tax credit to determine the greatest tax benefit for you and</span> <span style=\"color: #000000;\">your family.</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">For additional information about the federal income exclusion and tax credit, please refer to the <strong><a href=\"https://www.irs.gov/forms-pubs/about-form-8839\" target=\"_blank\" rel=\"noopener\">Instructions to Form 8839</a></strong>, available from the IRS and on the IRS website at <strong><a href=\"https://www.irs.gov/\" target=\"_blank\" rel=\"noopener\">irs.gov</a></strong>. Banner does not make any commitment or guarantee that any reimbursements under the plan will be excludable in whole or in part from your gross income for federal or state income tax purposes, or that any other federal or state tax treatment will apply to or be available to you.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\"><strong>The tax treatment of reimbursements of qualified adoption expenses under this plan is complex and will depend on your personal tax situation. Banner does not provide team members with personal tax advice. We strongly recommend that you speak to your personal tax advisor.</strong></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This plan overview is not the plan. Click the Service Hub button and type in “Adoption Assistance” to find the policy information and application.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"Service Hub\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#3575ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3575ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '6196-revision-v1', '', '', '2024-09-30 22:20:30', '2024-09-30 22:20:30', '', 6196, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7666', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7668, 1, '2024-09-30 22:20:57', '2024-09-30 22:20:57', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Supporting Our Staff (SOS)\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial assistance when you need it</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner Health is there for you even when times are challenging. The Supporting Our Staff (SOS) program provides financial assistance to Banner team members facing a temporary financial hardship. The SOS Fund was founded in 2011 as a partnership between the Banner Health Foundation and Banner’s Human Resources team and is funded through the generosity of fellow team members.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Requirements and qualifications</span></strong></h3>\n<p><span style=\"color: #000000;\">All eligible team members at Banner Health facilities, systemwide, qualify for the SOS program with supporting documentation. To qualify, you must be classified as regular full time or part time in Workday AND have served a minimum of six continuous months of employment with Banner. <br /><br />Each team member is eligible for one $750 gift once in a 12-month period. Team members can qualify for SOS up to twice in a Banner career lifetime.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Better Together</span></strong></h3>\n<span style=\"color: #000000;\">We are better together! SOS is funded by fellow team members through online donations and annual giving campaigns so we can all support each other during difficult times. If you’d like to contribute to the SOS fund, you can do so through:\n</span>\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><span style=\"color: #000000;\">Better Together, your region or facility’s annual </span>team member giving campaign</span></li>\n	<li><span style=\"color: #000000;\">Online donations</span></li>\n	<li><span style=\"color: #000000;\">Payroll deductions\n</span></li>\n</ul>\n<span style=\"color: #000000;\">To learn more or to donate, click here:</span>[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/better-together\" url_new_window=\"on\" button_text=\"BETTER TOGETHER\" button_alignment=\"left\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-2.jpg\" title_text=\"sos-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.26.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-22px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-1.png\" title_text=\"sos-circle-1\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-2.png\" title_text=\"sos-circle-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/sos-circle-3.png\" title_text=\"sos-circle-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"69%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-40px||-40px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_text_color=\"#000000\" min_height=\"32px\" global_colors_info=\"{}\"]<h6 style=\"text-align: right;\">2023 program statistics</h6>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sos-3.jpg\" title_text=\"sos-3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||-4px||false|false\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">How to apply</span></strong></h3>\n<p><span style=\"color: #000000;\">If you’re in need of temporary financial assistance, follow the steps below to apply and receive SOS funds:</span></p>\n</span></p>\n<ul>\n<span style=\"color: #000000;\"><li>Gather document(s) showing proof of the financial hardship, such as utility shut-off notices or a statement of foreclosure or eviction from your primary residence, dated within the past 30 days.</span><span style=\"color: #000000;\"</li>\n<li><span style=\"color: #000000;\">Click here and use keyword “SOS.”</span><span style=\"color: #000000;\"></span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"https://svcnowprod.service-now.com/sp/?id=index\" url_new_window=\"on\" button_text=\"SERVICE HUB\" button_alignment=\"left\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_margin=\"|||11px|false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-25px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px;\"> </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supporting Our Staff', '						', 'inherit', 'closed', 'closed', '', '6161-revision-v1', '', '', '2024-09-30 22:20:57', '2024-09-30 22:20:57', '', 6161, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7668', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7669, 1, '2024-09-30 22:21:18', '2024-09-30 22:21:18', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Discount marketplace\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-1-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Discounts through Beneplace</span></strong></h3>\n<span style=\"color: #000000;\">Banner Health’s discounts and services website through Beneplace allows you to save money on products and services you use every day. Just click the link below and enter your username and password, or click the Create an Account button. Contact Beneplace at 800-683-2886 if you need help. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to start saving today on:</span>\n<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li>Automotive discounts</li>\n	<li>Dining and grocery</span></li>\n	<li><span style=\"color: #000000;\">Electronics</span></li>\n	<li><span style=\"color: #000000;\">Entertainment</span></li>\n	<li><span style=\"color: #000000;\">Sports and outdoors</span></li>\n	<li><span style=\"color: #000000;\">Travel</span></li>\n	<li><span style=\"color: #000000;\">Wireless phones </span></li>\n	<li><span style=\"color: #000000;\"><span>Gym memberships</span></span></li>\n</ul>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Voluntary benefits</span></strong></h3>\n<p><span style=\"color: #000000;\">Banner also provides additional voluntary benefits, like auto and home insurance and Purchasing Power, that you can enroll in through Beneplace and have the convenience of payroll deductions. Visit <strong><a href=\"http://bannerhealth.savings.beneplace.com\" target=\"_blank\" rel=\"noopener\">bannerhealth.savings.beneplace.com</a></strong> to learn more.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dm-2.jpg\" title_text=\"dm-2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Discount Marketplace', '						', 'inherit', 'closed', 'closed', '', '6171-revision-v1', '', '', '2024-09-30 22:21:18', '2024-09-30 22:21:18', '', 6171, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7669', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7672, 1, '2024-09-30 22:23:11', '2024-09-30 22:23:11', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Resources For Living\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Life happens. Stress less. Live more.</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Resources For Living, Banner’s Employee Assistance Program (EAP), is here to help make your life easier. You can find services for all aspects of your well-being, including:</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\"><span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><strong>Emotional support</strong>—Talk to a counselor about what’s on your mind—stress, relationships, mood issues and more. Meet face-to-face or by video stream, or get in-the-moment support by phone.</li>\n</ul>\n</span></span>\n<p><span style=\"color: #000000;\"> </span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Legal</strong>—Speak with an attorney about legal issues, like estate planning and family and domestic issues.</span></li>\n<li><span style=\"color: #000000;\"><strong>Daily Life Assistance</strong>—Let our specialists help you solve everyday issues and coordinate caregiving needs.</span><span style=\"color: #000000;\"></span></li>\n</ul>\n</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><strong>Financial</strong>—Discuss budgeting, credit and more with a financial expert.</li>\n<li><span style=\"color: #000000;\"><strong>Daily life assistance</strong>—Let our specialists help you solve everyday issues and coordinate caregiving needs.</span></li>\n<li><span style=\"color: #000000;\"><strong>Website</strong>—Check out video resources, articles, assessments, webinars and more at <strong><a href=\"https://resourcesforliving.com\">resourcesforliving.com</a></strong>. </span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-40px||-20px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=2048&token=0822f8f8de9c8ee39a86b5fad638321a&preview=1\" url_new_window=\"on\" button_text=\"2024 Mental Health Support\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4ea2c9\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#79b856\" border_color_all=\"#79b856\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Confidential</span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Resources For Living is available to you and your household members 24 hours a day, 365 days a year. The services are free and confidential.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">\n<strong>866-568-7554</strong><b>\n<span style=\"color: #ffffff;\"><a href=\"https://resourcesforliving.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">resourcesforliving.com</a></span>\nUsername: </b>Banner<b>\nPassword:</b> EAP</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl-2-scaled.jpg\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"155px||155px||false|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'EAP', '						', 'inherit', 'closed', 'closed', '', '6245-revision-v1', '', '', '2024-09-30 22:23:11', '2024-09-30 22:23:11', '', 6245, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7672', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7674, 1, '2024-09-30 22:23:35', '2024-09-30 22:23:35', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Non-Tobacco User Discount\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/tobacco.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"||-60px||false|false\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/tobacco-3.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health offers a Non-Tobacco User Discount on</span><span> </span><span style=\"color: #000000;\">premiums to encourage members not to use tobacco products.</span><span> </span><span style=\"color: #000000;\">Tobacco products include cigarettes, cigars, pipes, smokeless</span><span> </span><span style=\"color: #000000;\">tobacco and electronic devices such as e-cigarettes or any other</span><span> </span><span style=\"color: #000000;\">product manufactured from tobacco and intended for use by</span><span> </span><span style=\"color: #000000;\">smoking, inhalation, chewing, sniffing or sucking.</span></p><br><br>\n<p><span style=\"color: #000000;\">The Non-Tobacco User Discount is available to all plan members in one of two ways: </span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>If you and each of your enrolled dependents do not use tobacco products, you indicate your non-tobacco user status during enrollment and receive the premium discount. If you or any of your enrolled dependents later begin using tobacco products, you must notify the MyBenefits Resource Center at <span style=\"font-size: 14px;\">833-849-9825 </span><span style=\"font-size: 14px;\">immediately of this change in your non-tobacco status.</span></li>\n<li><span style=\"color: #000000;\">If you or a covered dependent uses a tobacco product, you may still qualify for the Non-Tobacco User Discount by successfully completing an online tobacco cessation program, available at no cost through the <strong><a href=\"https://freedomfromsmoking.org/dashboard/register/3efbdb54-5ad5-4d0e-b643-fff42e5810da\" target=\"_blank\" rel=\"noopener\">Freedom From Smoking Plus program</a></strong>. The program consists of nine sessions to assist you in a step-by-step quitting process at your own pace, along with continuous telephonic support from the American Lung Association’s tobacco treatment counselors whenever you need it.</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"14px||-65px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-30px||-30px||false|false\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To get started, register for and complete the designated online Tobacco Cessation Program. Follow these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<ul style=\"padding-left: 30px;\"><span style=\"color: #000000;\"><li>Log in to <strong><a href=\"https://www.freedomfromsmoking.org/\" target=\"_blank\" rel=\"noopener\">freedomfromsmoking.org</a></strong>. You will be prompted to set a username and password.</span></li>\n	<li><span style=\"color: #000000;\">Complete the program and get a certificate of completion.</span></li>\n	<li><span style=\"color: #000000;\">Go to <strong><a href=\"https://myhr.bannerhealth.com\" target=\"_blank\" rel=\"noopener\">MyHR|Workday</a></strong> to provide Banner Health with your certificate of completion and request the discount.</span></li>\n</ul>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">To receive the discount retroactive to your first day of coverage in the 2025 plan year, you must complete all required steps within 90 days of your first day of coverage. If you complete all the required steps outside these time frames, your discount will become effective on the first day of the following month.</span><br /><br /><br /><span style=\"color: #000000;\">If your doctor states that the Tobacco Cessation Program is not medically appropriate for you, please contact the MyBenefits Resource Center at 833-849-9825 for assistance. We will work with your doctor, if you wish, to </span><span style=\"color: #000000;\">find an alternative that is right for your health status and provides you with the same discount.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#FFFFFF\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\">For more information about the Tobacco Cessation Program, visit the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>Banner Documents Portal</strong></a> and select the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=10&amp;wpfd_file_id=1886&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">Tobacco Cessation Program</a></strong> under additional resources.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Cessation', '						', 'inherit', 'closed', 'closed', '', '6178-revision-v1', '', '', '2024-09-30 22:23:35', '2024-09-30 22:23:35', '', 6178, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7674', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7675, 1, '2024-09-30 22:24:02', '2024-09-30 22:24:02', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Plan Documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/docs-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024 Banner Benefits Guide\" button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2024-Banner-Benefit-Guide.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.25.2\" header_text_color=\"#005d9c\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#005d9c\" button_border_width=\"1\" button_border_color=\"#005d9c\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.21.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"26\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.16\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"9\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"14\"]</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"15\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"10\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.17.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<br /><span></span>[wpfd_category id=\"16\"]<br /><a href=\"https://health1.aetna.com/app/public/#/one/insurerCode=AETNACVS_I&amp;brandCode=ALICSI/machine-readable-transparency-in-coverage?searchTerm=98533722&amp;lock=true\" target=\"_blank\" rel=\"noopener\" style=\"color: #666667;\">Click here to view the <strong>Transparency in Coverage MRF</strong>.</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6282-revision-v1', '', '', '2024-09-30 22:24:02', '2024-09-30 22:24:02', '', 6282, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7675', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7677, 1, '2024-09-30 22:24:35', '2024-09-30 22:24:35', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Ask ALEX\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Need help choosing the right plan?</strong></h3>\n<p><span style=\"color: #212121;\"><br />Ask ALEX, our virtual benefits counselor, can help. Just answer a few questions about yourself, your family and your health, and ALEX will recommend a plan that may be right for you.</span></p>[/et_pb_text][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"Get started with ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #4\" open=\"on\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" icon_color=\"#e5863d\" open_icon_color=\"#e5863d\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"400\" height=\"225\" src=\"https://biteable.com/watch/embed/4270467/9eb6e5f73b8879427c44529424174527\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Ask ALEX', '						', 'inherit', 'closed', 'closed', '', '7006-revision-v1', '', '', '2024-09-30 22:24:35', '2024-09-30 22:24:35', '', 7006, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7677', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7678, 1, '2024-09-30 22:25:03', '2024-09-30 22:25:03', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Required notices\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner complies with applicable federal civil rights laws and does not discriminate, exclude or treat people differently because of race, color, national origin, age, disability or sex.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong><span style=\"color: #000000;\">Banner Resources</span></strong></h4>\n<span style=\"color: #000000;\"></span>\n<ul>\n	<ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li>Free aids and services to people with disabilities to communicate effectively with us, such as qualified sign language interpreters or written information in other formats (large print, audio, accessible\nelectronic formats, other formats)</li>\n	<li><span style=\"color: #000000;\">Free language services to people whose primary language is not English, such as qualified interpreters or information written in other languages</span></li>\n	<li><span style=\"color: #000000;\">Contact MyHR at 602-747-6947</span></li>\n</ul>\n&nbsp;\n\n<span style=\"color: #000000;\">You can find our required notices on the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents\" target=\"_blank\" rel=\"noopener\"><strong>Documents Page</strong></a> to help you understand your benefits. Paper copies may be requested, free of charge, by calling Banner Benefits Resource Center at 833-849-9825</span>.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rn-2.jpg\" title_text=\"Excited girl playing hockey with boy at yard against blue sky\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Required Notices', '						', 'inherit', 'closed', 'closed', '', '6078-revision-v1', '', '', '2024-09-30 22:25:03', '2024-09-30 22:25:03', '', 6078, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7678', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7680, 1, '2024-09-30 22:25:28', '2024-09-30 22:25:28', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Important contacts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/contacts.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"75%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#e5863d\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#e5863d\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" toggle_text_align=\"center\" closed_toggle_font=\"|700|||||||\" closed_toggle_text_align=\"center\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #5\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270473/5a11648c5339adea081e3a5f43db84af\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://app.smartsheet.com/b/form/a93e07649a2f433ab1808147139e71b1\" target=\"_blank\" rel=\"noopener\"><strong>Submit contact info here</strong></a></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6075\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6071-revision-v1', '', '', '2024-09-30 22:25:28', '2024-09-30 22:25:28', '', 6071, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7680', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7682, 1, '2024-09-30 22:25:54', '2024-09-30 22:25:54', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Video Library\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/videos.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Check out this video library to better understand common health and benefit topics, so you can make smarter, money-saving decisions. But please note, these videos do not specifically reflect Banner Health plans and are only intended to serve as a general educational resource.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/QLE.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Qualifying Life Events</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Dental.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Dental Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Accident.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Accident Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Telehealth</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embedded-vs-aggregate.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Embedded vs. Aggregate Deductible</span></strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/401k.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">401(k) Retirement</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Vision Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Critical.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Critical Illness Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Preventive-Care.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Preventive Care</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Key-Terms.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Benefit Key Terms</span></strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Disability.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Disability Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Life-ADD.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Life and AD&D Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/EAP.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Employee Assistance Program</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Primary-vs-Urgent.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Primary Care / Urgent Care</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">How To Optimize your HSA</span></strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6083-revision-v1', '', '', '2024-09-30 22:25:54', '2024-09-30 22:25:54', '', 6083, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7682', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7684, 1, '2024-09-30 22:38:37', '2024-09-30 22:38:37', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-17', '', '', '2024-09-30 22:38:37', '2024-09-30 22:38:37', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/401k.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7685, 1, '2024-09-30 22:38:40', '2024-09-30 22:38:40', '', 'accident', '', 'inherit', 'open', 'closed', '', 'accident-2', '', '', '2024-09-30 22:38:40', '2024-09-30 22:38:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/accident.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7686, 1, '2024-09-30 22:38:46', '2024-09-30 22:38:46', '', 'critical', '', 'inherit', 'open', 'closed', '', 'critical-2', '', '', '2024-09-30 22:38:46', '2024-09-30 22:38:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/critical.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7687, 1, '2024-09-30 22:38:51', '2024-09-30 22:38:51', '', 'Dental', '', 'inherit', 'open', 'closed', '', 'dental-4', '', '', '2024-09-30 22:38:51', '2024-09-30 22:38:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Dental.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7688, 1, '2024-09-30 22:38:54', '2024-09-30 22:38:54', '', 'disability', '', 'inherit', 'open', 'closed', '', 'disability-3', '', '', '2024-09-30 22:38:54', '2024-09-30 22:38:54', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/disability.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7689, 1, '2024-09-30 22:39:01', '2024-09-30 22:39:01', '', 'eap', '', 'inherit', 'open', 'closed', '', 'eap-3', '', '', '2024-09-30 22:39:01', '2024-09-30 22:39:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/eap.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7690, 1, '2024-09-30 22:39:05', '2024-09-30 22:39:05', '', 'embed', '', 'inherit', 'open', 'closed', '', 'embed-2', '', '', '2024-09-30 22:39:05', '2024-09-30 22:39:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embed.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7691, 1, '2024-09-30 22:39:10', '2024-09-30 22:39:10', '', 'embed v aggregate', '', 'inherit', 'open', 'closed', '', 'embed-v-aggregate', '', '', '2024-09-30 22:39:10', '2024-09-30 22:39:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embed-v-aggregate.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7692, 1, '2024-09-30 22:39:14', '2024-09-30 22:39:14', '', 'key terms', '', 'inherit', 'open', 'closed', '', 'key-terms-2', '', '', '2024-09-30 22:39:14', '2024-09-30 22:39:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/key-terms.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7693, 1, '2024-09-30 22:39:20', '2024-09-30 22:39:20', '', 'life add', '', 'inherit', 'open', 'closed', '', 'life-add-2', '', '', '2024-09-30 22:39:20', '2024-09-30 22:39:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/life-add.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7694, 1, '2024-09-30 22:39:25', '2024-09-30 22:39:25', '', 'optimize HSA', '', 'inherit', 'open', 'closed', '', 'optimize-hsa', '', '', '2024-09-30 22:39:25', '2024-09-30 22:39:25', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/optimize-HSA.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7695, 1, '2024-09-30 22:39:29', '2024-09-30 22:39:29', '', 'preventivre care', '', 'inherit', 'open', 'closed', '', 'preventivre-care', '', '', '2024-09-30 22:39:29', '2024-09-30 22:39:29', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/preventivre-care.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7696, 1, '2024-09-30 22:39:35', '2024-09-30 22:39:35', '', 'QLE', '', 'inherit', 'open', 'closed', '', 'qle-3', '', '', '2024-09-30 22:39:35', '2024-09-30 22:39:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/QLE.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7697, 1, '2024-09-30 22:39:40', '2024-09-30 22:39:40', '', 'telehealth', '', 'inherit', 'open', 'closed', '', 'telehealth-2', '', '', '2024-09-30 22:39:40', '2024-09-30 22:39:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/telehealth.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7698, 1, '2024-09-30 22:39:45', '2024-09-30 22:39:45', '', 'vision', '', 'inherit', 'open', 'closed', '', 'vision-3', '', '', '2024-09-30 22:39:45', '2024-09-30 22:39:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vision.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7700, 1, '2024-09-30 22:44:04', '2024-09-30 22:44:04', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Video Library\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/videos.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Check out this video library to better understand common health and benefit topics, so you can make smarter, money-saving decisions. But please note, these videos do not specifically reflect Banner Health plans and are only intended to serve as a general educational resource.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/QLE.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"QLE\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/QLE.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Qualifying Life Events</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Dental.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Dental\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Dental.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Dental Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Accident.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"accident\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/accident.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Accident Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"telehealth\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/telehealth.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Telehealth</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embedded-vs-aggregate.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"embed\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embed.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Embedded vs. Aggregate Deductible</span></strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/401k.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/401k.jpg\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">401(k) Retirement</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"vision\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vision.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Vision Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Critical.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"critical\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/critical.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Critical Illness Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Preventive-Care.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"preventivre care\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/preventivre-care.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Preventive Care</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Key-Terms.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"key terms\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/key-terms.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Benefit Key Terms</span></strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Disability.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"disability\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/disability.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Disability Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Life-ADD.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"life add\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/life-add.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Life and AD&D Insurance</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/EAP.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"eap\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/eap.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Employee Assistance Program</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Primary-vs-Urgent.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" title_text=\"embed v aggregate\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/embed-v-aggregate.png\"][/et_pb_video][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Primary Care / Urgent Care</span></strong></h4>[/et_pb_text][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"optimize HSA\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/optimize-HSA.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">How To Optimize your HSA</span></strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6083-revision-v1', '', '', '2024-09-30 22:44:04', '2024-09-30 22:44:04', '', 6083, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7700', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7704, 1, '2024-10-01 16:47:43', '2024-10-01 16:47:43', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Life and AD&D insurance\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/life-add.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Life and AD&amp;D coverage protects your loved ones should the unthinkable happen to you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">Banner Health provides Basic Life and Accidental Death and Dismemberment (AD&amp;D) insurance to all benefits-eligible team members equal to your annual compensation (up to plan limits). When newly eligible, you can elect up to 10x your annual earnings in additional Voluntary Life and AD&amp;D insurance. The maximum amount of coverage is subject to a $2,000,000 maximum that is combined with your Basic Life Insurance amount. Evidence of Insurability will be required for any Voluntary Life election that exceeds the lesser of 5x your annual earnings or $1 million.</span>\n<br><span style=\"color: #000000;\">\nDuring Open Enrollment or if you experience a Qualifying Life Event, you may also increase your coverage by an amount equal to your annual earnings provided the resulting amount of insurance does not exceed the guaranteed issue amount of the lesser of 5x your annual earnings or $1 million. You may apply for additional coverage increases up to 10x your annual earnings subject to Evidence of Insurability limits.\n</span>\n<span style=\"color: #000000;\">By enrolling in the plan, you understand that you must be actively at work on the effective date of coverage.</span>\n<span style=\"color: #000000;\"><br>Age reductions in team member coverage begin at age 65.\n</span>\n<span style=\"color: #000000;\">Coverage options are also available for your spouse/domestic partner and children.\n\n</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><strong><span style=\"color: #000000;\">As a Banner team member, you are provided Basic Life and AD&amp;D insurance equal to your annual benefit annual compensation (up to plan limits).</span></strong></h4>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6142\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*Cannot be more than your annual compensation</h6>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"TEAM MEMBER PREMIUMS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"RESIDENT AND FELLOW BENEFITS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Beneficiary information</strong></span></h2>\n<p><span style=\"color: #000000;\">If your covered spouse, domestic partner or child(ren) die, their Life and AD&amp;D benefit payments are made to you. In the event of your death, benefit payments are made in the order listed below unless you choose a</span><br /><span style=\"color: #000000;\">different beneficiary:</span></p>\n<span style=\"color: #000000;\"><ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Your spouse (does not include a domestic partner)</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your children (including legally adopted children, but excluding</strong></span><br /><span style=\"color: #000000;\"><strong>stepchildren)</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your parents</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your brothers and sisters</strong></span></li>\n<li><span style=\"color: #000000;\"><strong>Your estate</strong></span></li>\n</ul>\n<p><span style=\"color: #000000;\">If you are changing or adding a beneficiary during Open Enrollment,</span><br /><span style=\"color: #000000;\">you must include the names and phone numbers of your beneficiaries in</span><br /><span style=\"color: #000000;\">order to complete enrollment.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Benefit Scout</strong></span></h2>\n<p><span style=\"color: #000000;\">We understand there’s a lot to consider when choosing your life insurance coverages. That’s why we’re excited about Securian Financial’s tool Benefit Scout—an online decision support experience to help you decide what life<br />insurance options make sense for you and your family. Click <strong><a href=\"https://scout.securian.com/?id=010721.0001&amp;strala_id=1003518%20\" target=\"_blank\" rel=\"noopener\">here</a></strong> to learn your options, get cost estimates based upon recommendations and enroll with confidence.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><span style=\"color: #000000;\"><strong>Additional resources</strong></span></h2>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=1938&token=&preview=1\" url_new_window=\"on\" button_text=\"LIFE INSURANCE PROCESS MAP\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=2176&token=&preview=1\" url_new_window=\"on\" button_text=\"TERM LIFE CERTIFICATE\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=19&wpfd_file_id=2176&token=&preview=1\" url_new_window=\"on\" button_text=\"TERM LIFE POLICY AND AMMENDMENTS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Life and AD&D', '						', 'inherit', 'closed', 'closed', '', '6132-revision-v1', '', '', '2024-10-01 16:47:43', '2024-10-01 16:47:43', '', 6132, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7704', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7706, 1, '2024-10-02 17:06:03', '2024-10-02 17:06:03', '', '2024 Banner Health - Model Medicare Part D Notice', '', 'publish', 'closed', 'closed', '', '2024-banner-health-model-medicare-part-d-notice', '', '', '2024-10-02 17:06:03', '2024-10-02 17:06:03', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/66fd7d7bd6bfe.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7714, 1, '2024-10-16 17:39:44', '2024-10-16 17:39:44', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Your medical plan options\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/medical.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"ksec-trans\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.25.2\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-50px||-50px||false|false\" global_colors_info=\"{}\"]<p>Banner Health offers <strong>three</strong> medical plan options through Banner|Aetna. All of Banner’s medical plan options offer <strong><a href=\"#level-of-coverage\">three levels of coverage*</a></strong> based on the network you choose, plus <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/pharmacy/\" target=\"_blank\" rel=\"noopener\">pharmacy benefits</a></strong>. T<span>he chart below reflects Banner Network (max savings tier) level of coverage.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. Please review the chart below to understand the coverage offered under each Banner medical plan.</p>[/et_pb_text][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"5949\"][/et_pb_code][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*Out-of-area Premier Plan has two levels of coverage, see below to learn more.</h6>\n<h6>**The coinsurance is after deductible on both Value and Premier for all services except preventive care.</h6>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/health-management/\" button_text=\"Programs to help Manage Your Health Care\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident & Fellow Benefit Overview\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<hr>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. For complete plan details, click the buttons below.</p>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=31&wpfd_file_id=7624&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Value Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7623&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Premier Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=29&wpfd_file_id=7621&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Choice Plan SBC</span></strong></h4>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" button_text=\"How Your Medical Plan and the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\" button_text_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Out-of-area Premier Plan option</span></h1>\n<p>To support our team members who live outside AZ, WY, NE and CO, <span>we provide</span> an out-of-area medical plan option to ensure all team members receive the Banner Health Network benefits for more savings. This plan option mirrors the Premier Plan, with Aetna network providers covered at the same levels as Banner Health Network providers, as shown below. Out-of-network coverage is also available.</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7622&token=c814bcfa0ea85f635069f6477883515c&preview=1\" button_text=\"2025 Premier Out-of-Area SBC\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5954\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#ededed\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"45px||45px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Embedded deductible\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e6863e\" background_enable_color=\"on\" custom_button=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>The Banner Value Plan has a deductible of $6,000 for any tier beyond single coverage, with an embedded deductible of $3,300 for plan year 2025. Once somebody in the family meets his or her individual deductible, the plan will pay coinsurance for that person ONLY. Your family deductible is met when a combination of these individual deductibles reaches the family deductible amount.</p>\n<p>&nbsp;</p>\n<p>For example, Vijay and his spouse Raji, are enrolled in the Value Family Plan. In April, Vijay reaches the embedded deductible amount of $3,300, so the plan begins to pay coinsurance for any additional claims he may have until the out-of-pocket maximum is met or the plan year ends. In September of the same year, Raji reaches the remaining deductible of $2,700 ($6,000-$3,300), so the plan begins paying coinsurance for her claims through the end of the plan year as well.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"level-of-coverage\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Understanding network tiers</span></h1>\n<p>You work for a health care organization, so it makes sense you’d get a discount on health care. Choosing Banner Health physicians, pharmacies and other facilities provides quality care for you and your family and supports the organization that supports you. Plus, you save money through lower copays or coinsurance. Here’s a look at the three levels of coverage available through the different network tiers.</p>\n<p>&nbsp;</p>\n<p><strong>» Banner Health Network <span>(max savings)</span>:</strong> You will receive the most coverage at the lowest cost under the plan using the Banner Health Network with Banner Health providers.</p>\n<p>&nbsp;</p>\n<p><strong>» Aetna national network <span>(standard savings)</span>:</strong> You can get care from Aetna network providers at a higher cost share than you would pay in the Banner Health Network. Wherever you are in the country, you’ll be able to find many excellent in-network options.</p>\n<p><strong>» Out of network: </strong>You are free to go to any provider you choose, but if you choose a provider that is not contracted under the Banner Health or Aetna networks, your deductible and coinsurance will be higher, as these are out of network. Out-of-network claims are paid on a Medicare-based fee schedule.</p>\n<p><strong>» Non-Banner Area:</strong> If you live outside a city/state where a Banner facility is located, you will (most likely) be utilizing the Aetna national network, or Tier 2 coverage. Reach out to the Banner Concierge if you have questions about the best network tier for you.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5959\"][/et_pb_text][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Stay in network to avoid balance billing.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Out-of-network claims could expose you to balance billing, which is when a provider bills you for the difference between the provider’s charge and the allowed amount.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#78b956\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #3\" open=\"on\" open_toggle_text_color=\"#78b956\" closed_toggle_text_color=\"#78b956\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#78b956\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270460/c7f244a29b9e94350f934460609911f7\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">Choosing the right health plan</span></strong></h1>\n<p>When choosing a plan, first think about your health care usage and needs. Then use our decision tool, <strong><a href=\"https://start.myalex.com/bannerhealth/\" target=\"_blank\" rel=\"noopener\">Ask ALEX</a></strong>, to review the plans and make the best choice for you and your family.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 1: Chloe\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/chloe.png\" /></p>\n<p><strong>Saving money is priority one</strong><br />Chloe is 25 years old and single. She’s healthy and has few medical needs aside from the occasional cold, so she wants to spend as little on health care as possible. She likes the idea of using a Health Savings Account (HSA)  to build a health care nest egg for future expenses.</p>\n<p><strong>What is Chloe’s choice?</strong><br />After using ALEX, Chloe chooses the Banner Health Value Plan. Since preventive care is covered at 100% and she doesn’t anticipate any major health care expenses, Chloe opts for the lowest premiums to keep her out-of-pocket costs down. To save even more and pay nothing for premiums in 2025 for her team member-only coverage, Chloe participated in the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being\" target=\"_blank\" rel=\"noopener\">2024 MyWell-Being Program</a></strong> <span>(Nov. 1, 2023 – Oct. 31, 2024) </span>and met the program’s requirements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 2: Mark & Jane\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mark-june.jpg\" /></p>\n<p><strong>Thinking about the future</strong><br />Mark and his wife Jane just turned 60 and are starting to think about retirement. They’re both healthy now, but they’ll likely need more health care services in the coming years.</p>\n<p><strong>What is Mark and Jane’s choice?</strong><br />Mark and Jane decide that the Banner Health Premier Plan can best help them prepare for the future. They plan to fund their HSA with the premium savings, using the $900 Banner Health HSA contribution as a head start. The funds in their HSA will accumulate over time to help them save for the medical expenses they will face during retirement.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 3: Leslie & Mario\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mario.jpg\" /></p>\n<p><strong>Looking for extra security</strong><br />Leslie covers her husband Mario and their two kids on her medical plan. Between the kids’ mishaps and another baby on the way, they use health care services often and anticipate hitting their annual deductible early in the year.</p>\n<p><strong>What is Leslie and Mario’s choice?</strong><br />Leslie and Mario select the Banner Health Choice Plus Plan. Although this option has a higher premium, Leslie prefers the security of the lower deductible and knows that since they will meet their deductible this year, they will get the greatest benefit. Plus, Leslie can contribute to a Health Care Flexible Spending Account (FSA) and purchase eligible medical expenses tax-free for the remainder of the year.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fc\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p>Use these resources to help with your benefits questions:</p>\n<ul>\n<li>Ask ALEX: <strong><a href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\">myalex.com/bannerhealth</a></strong></li>\n<li><strong><a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\">MyHR|Workday:</a></strong> Use the search box or make a selection in the Benefits application</li>\n<li>MyBenefits Resource Center: 7 a.m. – 7 p.m. (MST), Monday – Friday at <span style=\"color: #0977b3;\"><strong>833-849-9825</strong></span></li>\n<li>Banner|Aetna Concierge Team:<span style=\"color: #0977b3;\"><strong> 855-788-5803</strong></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical', '						', 'inherit', 'closed', 'closed', '', '930-revision-v1', '', '', '2024-10-16 17:39:44', '2024-10-16 17:39:44', '', 930, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7714', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7715, 1, '2024-10-16 17:40:21', '2024-10-16 17:40:21', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dependent verification\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dep-verification.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#ffffff\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Dependent verification is required for new family members to be covered:<br /></span></p>\n<ul>\n<li><span style=\"color: #242424;\">You’ll need to provide certain documents to prove any newly enrolled family members you add for coverage (spouse, children, etc.) meet the eligibility requirements.</span></li>\n<li><span style=\"color: #242424;\">Review and/or provide your dependent’s Social Security number (SSN) and phone number.</span></li>\n<li><span style=\"color: #242424;\">Check the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=22&amp;wpfd_file_id=2086&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for a list of the required documents.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Collecting proof of eligibility helps us comply with requirements for our benefits plans. More importantly, it helps manage costs for you and for Banner by ensuring we aren’t paying claims for individuals who shouldn’t be enrolled. Be sure to submit your documents by the deadline listed in the enrollment system.</span></p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" open_toggle_text_color=\"#0977b3\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#0977b3\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#0977b3\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#0977b3\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Clue #2\" open=\"on\" open_toggle_text_color=\"#0977b3\" _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" border_width_all=\"2px\" border_color_all=\"#0977b3\" global_colors_info=\"{}\" toggle_text_color=\"#0977b3\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4255108/519f7155817fc90888bfa7d079a29354 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dependent Verification', '						', 'inherit', 'closed', 'closed', '', '6014-revision-v1', '', '', '2024-10-16 17:40:21', '2024-10-16 17:40:21', '', 6014, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7715', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7716, 1, '2024-10-16 17:41:18', '2024-10-16 17:41:18', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Ask ALEX\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Need help choosing the right plan?</strong></h3>\n<p><span style=\"color: #212121;\"><br />Ask ALEX, our virtual benefits counselor, can help. Just answer a few questions about yourself, your family and your health, and ALEX will recommend a plan that may be right for you.</span></p>[/et_pb_text][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"Get started with ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" hover_enabled=\"0\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Clue #4\" open=\"on\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" icon_color=\"#e5863d\" open_icon_color=\"#e5863d\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"400\" height=\"225\" src=\"https://biteable.com/watch/embed/4270467/9eb6e5f73b8879427c44529424174527\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Ask ALEX', '						', 'inherit', 'closed', 'closed', '', '7006-revision-v1', '', '', '2024-10-16 17:41:18', '2024-10-16 17:41:18', '', 7006, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7716', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7717, 1, '2024-10-16 17:42:04', '2024-10-16 17:42:04', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Important contacts\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/contacts.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"75%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#e5863d\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#e5863d\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" toggle_text_align=\"center\" closed_toggle_font=\"|700|||||||\" closed_toggle_text_align=\"center\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Clue #5\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270473/5a11648c5339adea081e3a5f43db84af\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://app.smartsheet.com/b/form/a93e07649a2f433ab1808147139e71b1\" target=\"_blank\" rel=\"noopener\"><strong>Submit contact info here</strong></a></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6075\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6071-revision-v1', '', '', '2024-10-16 17:42:04', '2024-10-16 17:42:04', '', 6071, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7717', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7720, 1, '2024-10-16 17:43:48', '2024-10-16 17:43:48', '', 'ask-alex-strech', '', 'inherit', 'open', 'closed', '', 'ask-alex-strech', '', '', '2024-10-16 17:43:48', '2024-10-16 17:43:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/10/ask-alex-strech.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7721, 1, '2024-10-16 17:43:53', '2024-10-16 17:43:53', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Ask ALEX\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/aa-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Need help choosing the right plan?</strong></h3>\n<p><span style=\"color: #212121;\"><br />Ask ALEX, our virtual benefits counselor, can help. Just answer a few questions about yourself, your family and your health, and ALEX will recommend a plan that may be right for you.</span></p>[/et_pb_text][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"Get started with ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" disabled_on=\"on|on|on\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #4\" open=\"on\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" icon_color=\"#e5863d\" open_icon_color=\"#e5863d\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"400\" height=\"225\" src=\"https://biteable.com/watch/embed/4270467/9eb6e5f73b8879427c44529424174527\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/10/ask-alex-strech.jpg\" title_text=\"ask-alex-strech\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Ask ALEX', '						', 'inherit', 'closed', 'closed', '', '7006-revision-v1', '', '', '2024-10-16 17:43:53', '2024-10-16 17:43:53', '', 7006, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7721', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7723, 1, '2024-10-16 19:00:52', '2024-10-16 19:00:52', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dental through Cigna\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dental.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Shaping a healthy smile</span></strong></h2>\n<span style=\"color: #000000;\">Dental health goes beyond a pretty smile. Banner Health offers three different dental plans through Cigna. Each plan offers different coverage levels and costs to fit your unique needs. \n\nTo get the most out of your dental benefits, select a provider within your plan\'s network. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"COMPREHENSIVE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p>This dental health maintenance organization (DHMO) plan has the lowest premiums, no deductibles and no annual maximums. You pay a flat copay amount based on the covered service. You must select a general dentist from the DHMO network who will refer you to dental specialists as needed. There is no coverage for care from non-DHMO providers.<br /><strong><br />This plan is only offered based on the availability of network providers near your home ZIP code.</strong> If you move out of the network area, you will need to change plans. (If your home ZIP code has DHMO providers, this option will be displayed in Workday System during enrollment.)</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VALUE\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:530px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This dental preferred provider option (DPPO) plan has deductibles for most services, and you pay a percentage of the costs for covered services. You may go to any dentist; however, you will receive discounted rates at a DPPO network provider. This plan does not include orthodontia coverage.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:530px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"PREMIER\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]This DPPO plan has the highest premiums but offers the most coverage. It is similar to the Value Dental Plan, but also includes coverage for orthodontia and has higher annual maximums.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6048\"][/et_pb_code][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*The dental plans pay based on Reasonable and Customary (R&amp;C) limits.</h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span><span style=\"color: #000000;\">NOTE: If you participate in the</span> <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being/\" target=\"_blank\" rel=\"noopener\"><strong>MyWell-Being Program</strong></a><span style=\"color: #000000;\">, you can earn the Comprehensive Dental Plan at no cost for team member-only coverage. Team members in non-DHMO service areas will receive a $10 monthly credit.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Find a contracted dental provider</strong></span></h2>\n<h5><span style=\"color: #000000;\">Visit <strong><a href=\"http://my.cigna.com\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #3576ae;\">my.cigna.com</span></strong></a></strong>, call 800-244-6224 or use the myCigna app available in the Apple App Store or Google Play.</span></h5>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Take the Cigna\nDental quiz</strong></span></h2>\n<h5><span style=\"color: #000000;\">Can’t decide? Answer a few questions to find the plan that’s right for you.</span></h5>[/et_pb_text][et_pb_button button_url=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflimp.live%2Fdentalplanquiz&data=05%7C02%7Cevlester%40lockton.com%7C786512f020e544502dbf08dcee141ae8%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638647017350094706%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=dF0Yd%2Fm3wEihyaemQTACgOMq%2BLyF6KU43MgF84KAjbg%3D&reserved=0\" url_new_window=\"on\" button_text=\"Take the Dental Quiz\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<hr>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident and Fellow Benefits\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '6039-revision-v1', '', '', '2024-10-16 19:00:52', '2024-10-16 19:00:52', '', 6039, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7723', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7726, 1, '2024-10-18 18:55:15', '2024-10-18 18:55:15', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Disability and leave plans\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/disability.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h4>through Reliance Matrix</h4>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health is committed to helping you take the time you need away from work—whether you spend it at home healing from a health condition, caring for a seriously ill family member or returning to school to take classes.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Different types of leave</span></strong></h3>\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Family Medical Leave (FML) provides 12 weeks of job-protected leave if qualified team members or their immediate family members have a serious health condition. Under FML, you are eligible if you’ve been a Banner team member for at least 12 months and have worked at least 1,250 hours in the 12-month period before FML begins.</li>\n	<li><span></span><span style=\"color: #000000;\">Medical Leave covers up to 12 weeks for serious health conditions for team members who aren’t eligible for FML.</span></li>\n	<li><span style=\"color: #000000;\">Personal Leave provides up to 12 weeks for non-FML personal matters.</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Submit your request</span></strong></h3>\n<p><span style=\"color: #000000;\">Contact the Banner-dedicated leave-of-absence team at <span>Reliance Matrix</span> by calling 888-295-7840 or visiting <strong><a href=\"http://matrixabsence.com\" target=\"_blank\" rel=\"noopener\">matrixabsence.com</a></strong>. You’ll need to provide your name, address, phone number, the last four digits of your Social Security number (SSN), physician’s contact and fax information, a description of your illness or injury, job title and a brief description of your job. Also, you should be ready to provide medical certification or other documents to validate your reason for leave.</span></p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1930&token=&preview=1\" url_new_window=\"on\" button_text=\"DISABILITY AND LEAVES FAQ\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Short-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">Short-Term Disability (STD) Plan provides you with pay at 60% of your pre-disability base pay for up to 182 days for lost time at work due to your own illness or non-work-related injury. Benefits begin after seven consecutive calendar days away from your job for nonoccupational illness or injury. Any Paid Time Off* and/or Sick Time* you have available must be used to pay yourself during the seven consecutive days of the elimination period and to supplement your STD pay so that it approximates your pre-disability base pay.<br /></span><br /><span style=\"color: #000000;\">Maternity STD is 100% of your pre-disability base pay for six weeks with no elimination period.<br /></span><br /><span style=\"color: #000000;\">*Any medical condition requiring disability leave beyond the six weeks for maternity at 100% coverage, including cesarean birth, will be covered at the standard 60% Short-Term Disability payment for the remainder of the leave. </span></p>\n<p><span style=\"color: #000000;\"><span></span></span></p>\n<p><span style=\"color: #000000;\"><span><br />Note: FOR STATES WITH PAID FAMILY LEAVE: Team members may be entitled to paid leave benefits as designated by law based on the state in which they work. Please refer to Banner Connect -&gt; Human Resources -&gt; HR Policies -&gt; Labor Law Posters for additional information.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Long-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">The Long-Term Disability Plan provides 60% of your base earnings up to the maximum of $10,000 per month. The benefit is reduced by certain offsets such as primary Social Security benefits and Workers’ Compensation payments. If you are on an approved disability such as Short-Term Disability or Workers’ Compensation, benefits may begin at the end of 182 days plus any applicable PTO days.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1935&token=7e675482b84e3db0d1bf9a2a5ea7441d&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROGRAM DESCRIPTION\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"LONG-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/#9-18-disability-leave-benefits\" url_new_window=\"on\" button_text=\"LONG-TERM DISABILITY CERTIFICATE\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability and Leave Plans', '						', 'inherit', 'closed', 'closed', '', '6124-revision-v1', '', '', '2024-10-18 18:55:15', '2024-10-18 18:55:15', '', 6124, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7726', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7727, 1, '2024-10-18 19:07:13', '2024-10-18 19:07:13', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Disability and leave plans\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/disability.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h4>through Reliance Matrix</h4>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health is committed to helping you take the time you need away from work—whether you spend it at home healing from a health condition, caring for a seriously ill family member or returning to school to take classes.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Different types of leave</span></strong></h3>\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Family Medical Leave (FML) provides 12 weeks of job-protected leave if qualified team members or their immediate family members have a serious health condition. Under FML, you are eligible if you’ve been a Banner team member for at least 12 months and have worked at least 1,250 hours in the 12-month period before FML begins.</li>\n	<li><span></span><span style=\"color: #000000;\">Medical Leave covers up to 12 weeks for serious health conditions for team members who aren’t eligible for FML.</span></li>\n	<li><span style=\"color: #000000;\">Personal Leave provides up to 12 weeks for non-FML personal matters.</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Submit your request</span></strong></h3>\n<p><span style=\"color: #000000;\">Contact the Banner-dedicated leave-of-absence team at <span>Reliance Matrix</span> by calling 888-295-7840 or visiting <strong><a href=\"http://matrixabsence.com\" target=\"_blank\" rel=\"noopener\">matrixabsence.com</a></strong>. You’ll need to provide your name, address, phone number, the last four digits of your Social Security number (SSN), physician’s contact and fax information, a description of your illness or injury, job title and a brief description of your job. Also, you should be ready to provide medical certification or other documents to validate your reason for leave.</span></p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1930&token=&preview=1\" url_new_window=\"on\" button_text=\"DISABILITY AND LEAVES FAQ\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Short-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">Short-Term Disability (STD) Plan provides you with pay at 60% of your pre-disability base pay for up to 182 days for lost time at work due to your own illness or non-work-related injury. Benefits begin after seven consecutive calendar days away from your job for nonoccupational illness or injury. Any Paid Time Off* and/or Sick Time* you have available must be used to pay yourself during the seven consecutive days of the elimination period and to supplement your STD pay so that it approximates your pre-disability base pay.<br /></span><br /><span style=\"color: #000000;\">Maternity STD is 100% of your pre-disability base pay for six weeks with no elimination period.<br /></span><br /><span style=\"color: #000000;\">*Any medical condition requiring disability leave beyond the six weeks for maternity at 100% coverage, including cesarean birth, will be covered at the standard 60% Short-Term Disability payment for the remainder of the leave. </span></p>\n<p><span style=\"color: #000000;\"><span></span></span></p>\n<p><span style=\"color: #000000;\"><span><br />Note: FOR STATES WITH PAID FAMILY LEAVE: Team members may be entitled to paid leave benefits as designated by law based on the state in which they work. Please refer to Banner Connect -&gt; Human Resources -&gt; HR Policies -&gt; Labor Law Posters for additional information.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Long-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">The Long-Term Disability Plan provides 60% of your base earnings up to the maximum of $10,000 per month. The benefit is reduced by certain offsets such as primary Social Security benefits and Workers’ Compensation payments. If you are on an approved disability such as Short-Term Disability or Workers’ Compensation, benefits may begin at the end of 182 days plus any applicable PTO days.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1935&token=7e675482b84e3db0d1bf9a2a5ea7441d&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROGRAM DESCRIPTION\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"LONG-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/#9-18-disability-leave-benefits\" url_new_window=\"on\" button_text=\"LONG-TERM DISABILITY CERTIFICATE\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability and Leave Plans', '						', 'inherit', 'closed', 'closed', '', '6124-revision-v1', '', '', '2024-10-18 19:07:13', '2024-10-18 19:07:13', '', 6124, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7727', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7728, 1, '2024-10-18 19:07:33', '2024-10-18 19:07:33', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Disability and leave plans\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/disability.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h4>through Reliance Matrix</h4>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Banner Health is committed to helping you take the time you need away from work—whether you spend it at home healing from a health condition, caring for a seriously ill family member or returning to school to take classes.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Different types of leave</span></strong></h3>\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<span style=\"color: #000000;\"></span>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Family Medical Leave (FML) provides 12 weeks of job-protected leave if qualified team members or their immediate family members have a serious health condition. Under FML, you are eligible if you’ve been a Banner team member for at least 12 months and have worked at least 1,250 hours in the 12-month period before FML begins.</li>\n	<li><span></span><span style=\"color: #000000;\">Medical Leave covers up to 12 weeks for serious health conditions for team members who aren’t eligible for FML.</span></li>\n	<li><span style=\"color: #000000;\">Personal Leave provides up to 12 weeks for non-FML personal matters.</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Submit your request</span></strong></h3>\n<p><span style=\"color: #000000;\">Contact the Banner-dedicated leave-of-absence team at <span>Reliance Matrix</span> by calling 888-295-7840 or visiting <strong><a href=\"http://matrixabsence.com\" target=\"_blank\" rel=\"noopener\">matrixabsence.com</a></strong>. You’ll need to provide your name, address, phone number, the last four digits of your Social Security number (SSN), physician’s contact and fax information, a description of your illness or injury, job title and a brief description of your job. Also, you should be ready to provide medical certification or other documents to validate your reason for leave.</span></p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1930&token=&preview=1\" url_new_window=\"on\" button_text=\"DISABILITY AND LEAVES FAQ\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Short-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">Short-Term Disability (STD) Plan provides you with pay at 60% of your pre-disability base pay for up to 182 days for lost time at work due to your own illness or non-work-related injury. Benefits begin after seven consecutive calendar days away from your job for nonoccupational illness or injury. Any Paid Time Off* and/or Sick Time* you have available must be used to pay yourself during the seven consecutive days of the elimination period and to supplement your STD pay so that it approximates your pre-disability base pay.<br /></span><br /><span style=\"color: #000000;\">Maternity STD is 100% of your pre-disability base pay for six weeks with no elimination period.<br /></span><br /><span style=\"color: #000000;\">*Any medical condition requiring disability leave beyond the six weeks for maternity at 100% coverage, including cesarean birth, will be covered at the standard 60% Short-Term Disability payment for the remainder of the leave. </span></p>\n<p><span style=\"color: #000000;\"><span></span></span></p>\n<p><span style=\"color: #000000;\"><span><br />Note: FOR STATES WITH PAID FAMILY LEAVE: Team members may be entitled to paid leave benefits as designated by law based on the state in which they work. Please refer to Banner Connect -&gt; Human Resources -&gt; HR Policies -&gt; Labor Law Posters for additional information.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Long-Term Disability Plan</span></strong></h3>\n<p><span style=\"color: #000000;\">The Long-Term Disability Plan provides 60% of your base earnings up to the maximum of $10,000 per month. The benefit is reduced by certain offsets such as primary Social Security benefits and Workers’ Compensation payments. If you are on an approved disability such as Short-Term Disability or Workers’ Compensation, benefits may begin at the end of 182 days plus any applicable PTO days.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=1935&token=7e675482b84e3db0d1bf9a2a5ea7441d&preview=1\" url_new_window=\"on\" button_text=\"SHORT-TERM DISABILITY PROGRAM DESCRIPTION\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=18&wpfd_file_id=2113&token=&preview=1\" url_new_window=\"on\" button_text=\"LONG-TERM DISABILITY PROCESS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/#9-18-disability-leave-benefits\" url_new_window=\"on\" button_text=\"LONG-TERM DISABILITY CERTIFICATES\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability and Leave Plans', '						', 'inherit', 'closed', 'closed', '', '6124-revision-v1', '', '', '2024-10-18 19:07:33', '2024-10-18 19:07:33', '', 6124, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7728', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7737, 1, '2024-11-04 16:42:07', '2024-11-04 16:42:07', '', '2025 VSP Vision Coverage', '', 'publish', 'closed', 'closed', '', '2025-vsp-vision-coverage', '', '', '2024-11-04 16:42:07', '2024-11-04 16:42:07', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/25/6728f95f36264.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7738, 1, '2024-11-04 16:42:32', '2024-11-04 16:42:32', '', '2025 Aetna High Value Plan Drug Guide', '', 'publish', 'closed', 'closed', '', '2025-aetna-high-value-plan-drug-guide', '', '', '2024-11-04 16:42:32', '2024-11-04 16:42:32', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/6728f978c145d.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7739, 1, '2024-11-04 16:44:18', '2024-11-04 16:44:18', '', '2024 Choice Plus Plan Schedule of Benefits (Banner Family Pharmacy)', '', 'publish', 'closed', 'closed', '', '2024-choice-plus-plan-schedule-of-benefits-banner-family-pharmacy', '', '', '2024-11-04 16:44:18', '2024-11-04 16:44:18', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/29/6728f9e2df2ef.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7740, 1, '2024-11-04 16:44:18', '2024-11-04 16:44:18', '', '2024 Choice Plus Plan Schedule of Benefits (Aetna pharmacy states other than AZ, CO, NE, NM, NV, UT & WY)', '', 'publish', 'closed', 'closed', '', '2024-choice-plus-plan-schedule-of-benefits-aetna-pharmacy-states-other-than-az-co-ne-nm-nv-ut-wy', '', '', '2024-11-04 16:44:18', '2024-11-04 16:44:18', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/29/6728f9e2eceeb.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7741, 1, '2024-11-04 16:44:19', '2024-11-04 16:44:19', '', '2024 Choice Plus Plan Booklet', '', 'publish', 'closed', 'closed', '', '2024-choice-plus-plan-booklet', '', '', '2024-11-04 16:44:19', '2024-11-04 16:44:19', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/29/6728f9e31784d.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7742, 1, '2024-11-04 16:45:55', '2024-11-04 16:45:55', '', '2024 Premier Out-of-Area Plan Schedule of Benefits (Aetna pharmacy states other than AZ, CO, NE, NM, NV, UT & WY)', '', 'publish', 'closed', 'closed', '', '2024-premier-out-of-area-plan-schedule-of-benefits-aetna-pharmacy-states-other-than-az-co-ne-nm-nv-ut-wy', '', '', '2024-11-04 16:45:55', '2024-11-04 16:45:55', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa43a05d0.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7743, 1, '2024-11-04 16:45:55', '2024-11-04 16:45:55', '', '2024 Premier Plan Schedule of Benefits (Aetna pharmacy states other than AZ, CO, NE, NM, NV, UT & WY', '', 'publish', 'closed', 'closed', '', '2024-premier-plan-schedule-of-benefits-aetna-pharmacy-states-other-than-az-co-ne-nm-nv-ut-wy', '', '', '2024-11-04 16:45:55', '2024-11-04 16:45:55', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa43a07ea.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7744, 1, '2024-11-04 16:45:55', '2024-11-04 16:45:55', '', '2024 Premier Out-of-Area Plan Schedule of Benefits (Banner Family Pharmacy)', '', 'publish', 'closed', 'closed', '', '2024-premier-out-of-area-plan-schedule-of-benefits-banner-family-pharmacy', '', '', '2024-11-04 16:45:55', '2024-11-04 16:45:55', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa43b236d.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7745, 1, '2024-11-04 16:45:55', '2024-11-04 16:45:55', '', '2024 Premier Plan Booklet', '', 'publish', 'closed', 'closed', '', '2024-premier-plan-booklet', '', '', '2024-11-04 16:45:55', '2024-11-04 16:45:55', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa43bd4a1.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7746, 1, '2024-11-04 16:45:55', '2024-11-04 16:45:55', '', '2024 Premier Out-of-Area Plan Booklet', '', 'publish', 'closed', 'closed', '', '2024-premier-out-of-area-plan-booklet', '', '', '2024-11-04 16:45:55', '2024-11-04 16:45:55', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa43c4ce3.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7747, 1, '2024-11-04 16:46:01', '2024-11-04 16:46:01', '', '2024 Premier Plan Schedule of Benefits (Banner Family Pharmacy)', '', 'publish', 'closed', 'closed', '', '2024-premier-plan-schedule-of-benefits-banner-family-pharmacy', '', '', '2024-11-04 16:46:01', '2024-11-04 16:46:01', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/30/6728fa495b1f4.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7748, 1, '2024-11-04 16:47:00', '2024-11-04 16:47:00', '', '2024 Value Plan Booklet', '', 'publish', 'closed', 'closed', '', '2024-value-plan-booklet', '', '', '2024-11-04 16:47:00', '2024-11-04 16:47:00', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/31/6728fa842b475.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7749, 1, '2024-11-04 16:47:00', '2024-11-04 16:47:00', '', '2024 Value Plan Schedule of Benefits (Aetna pharmacy states other than AZ, CO, NE, NM, NV, UT & WY)', '', 'publish', 'closed', 'closed', '', '2024-value-plan-schedule-of-benefits-aetna-pharmacy-states-other-than-az-co-ne-nm-nv-ut-wy', '', '', '2024-11-04 16:47:00', '2024-11-04 16:47:00', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/31/6728fa842ddf5.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7750, 1, '2024-11-04 16:47:00', '2024-11-04 16:47:00', '', '2024 Value Plan Schedule of Benefits (Banner Family Pharmacy)', '', 'publish', 'closed', 'closed', '', '2024-value-plan-schedule-of-benefits-banner-family-pharmacy', '', '', '2024-11-04 16:47:00', '2024-11-04 16:47:00', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/31/6728fa8430047.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7753, 1, '2024-11-05 18:57:13', '2024-11-05 18:57:13', '', '2025 COBRA Rates', '', 'inherit', 'open', 'closed', '', '2025-cobra-rates-2', '', '', '2024-11-05 18:57:13', '2024-11-05 18:57:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/11/2025-COBRA-Rates.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7760, 1, '2024-11-18 19:21:36', '2024-11-18 19:21:36', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" collapsed=\"off\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner-OE-25.mp4\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Screenshot-2024-09-24-at-1.50.06 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Open Enrollment is Nov. 4–15</strong></h2>\n<p><span style=\"font-size: medium;\"><span>This is your chance to review your coverage and make changes to your benefits for 2025! Check out this video to learn what’s new.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place to Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place to Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.\n&nbsp;\nThe Great Place to Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team Members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf\n \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefit options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that supports total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '						', 'inherit', 'closed', 'closed', '', '6006-revision-v1', '', '', '2024-11-18 19:21:36', '2024-11-18 19:21:36', '', 6006, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7760', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7761, 1, '2024-11-18 19:22:53', '2024-11-18 19:22:53', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner-OE-25.mp4\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Screenshot-2024-09-24-at-1.50.06 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Open Enrollment is Nov. 4–15</strong></h2>\n<p><span style=\"font-size: medium;\"><span>This is your chance to review your coverage and make changes to your benefits for 2025! Check out this video to learn what’s new.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place to Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place to Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.\n&nbsp;\nThe Great Place to Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team Members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf\n \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefit options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that supports total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '						', 'inherit', 'closed', 'closed', '', '6006-revision-v1', '', '', '2024-11-18 19:22:53', '2024-11-18 19:22:53', '', 6006, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7761', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7763, 1, '2024-11-18 19:24:17', '2024-11-18 19:24:17', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Your medical plan options\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/medical.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"ksec-trans\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.25.2\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-50px||-50px||false|false\" global_colors_info=\"{}\"]<p>Banner Health offers <strong>three</strong> medical plan options through Banner|Aetna. All of Banner’s medical plan options offer <strong><a href=\"#level-of-coverage\">three levels of coverage*</a></strong> based on the network you choose, plus <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/pharmacy/\" target=\"_blank\" rel=\"noopener\">pharmacy benefits</a></strong>. T<span>he chart below reflects Banner Network (max savings tier) level of coverage.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. Please review the chart below to understand the coverage offered under each Banner medical plan.</p>[/et_pb_text][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"5949\"][/et_pb_code][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6>*Out-of-area Premier Plan has two levels of coverage, see below to learn more.</h6>\n<h6>**The coinsurance is after deductible on both Value and Premier for all services except preventive care.</h6>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/health-management/\" button_text=\"Programs to help Manage Your Health Care\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"Team Member Premiums\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"Resident & Fellow Benefit Overview\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<hr>[/et_pb_text][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Health Network coverage highlights are shown here. For complete plan details, click the buttons below.</p>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=31&wpfd_file_id=7624&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Value Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7623&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Premier Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=29&wpfd_file_id=7621&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Choice Plan SBC</span></strong></h4>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/hdhp-and-hsa/\" button_text=\"How Your Medical Plan and the HSA Work Together\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\" button_text_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Out-of-area Premier Plan option</span></h1>\n<p>To support our team members who live outside AZ, WY, NE and CO, <span>we provide</span> an out-of-area medical plan option to ensure all team members receive the Banner Health Network benefits for more savings. This plan option mirrors the Premier Plan, with Aetna network providers covered at the same levels as Banner Health Network providers, as shown below. Out-of-network coverage is also available.</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7622&token=c814bcfa0ea85f635069f6477883515c&preview=1\" button_text=\"Premier Out-of-Area SBC\" button_alignment=\"center\" _builder_version=\"4.27.3\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5954\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#ededed\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"45px||45px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Embedded deductible\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e6863e\" background_enable_color=\"on\" custom_button=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>The Banner Value Plan has a deductible of $6,000 for any tier beyond single coverage, with an embedded deductible of $3,300 for plan year 2025. Once somebody in the family meets his or her individual deductible, the plan will pay coinsurance for that person ONLY. Your family deductible is met when a combination of these individual deductibles reaches the family deductible amount.</p>\n<p>&nbsp;</p>\n<p>For example, Vijay and his spouse Raji, are enrolled in the Value Family Plan. In April, Vijay reaches the embedded deductible amount of $3,300, so the plan begins to pay coinsurance for any additional claims he may have until the out-of-pocket maximum is met or the plan year ends. In September of the same year, Raji reaches the remaining deductible of $2,700 ($6,000-$3,300), so the plan begins paying coinsurance for her claims through the end of the plan year as well.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"level-of-coverage\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Understanding network tiers</span></h1>\n<p>You work for a health care organization, so it makes sense you’d get a discount on health care. Choosing Banner Health physicians, pharmacies and other facilities provides quality care for you and your family and supports the organization that supports you. Plus, you save money through lower copays or coinsurance. Here’s a look at the three levels of coverage available through the different network tiers.</p>\n<p>&nbsp;</p>\n<p><strong>» Banner Health Network <span>(max savings)</span>:</strong> You will receive the most coverage at the lowest cost under the plan using the Banner Health Network with Banner Health providers.</p>\n<p>&nbsp;</p>\n<p><strong>» Aetna national network <span>(standard savings)</span>:</strong> You can get care from Aetna network providers at a higher cost share than you would pay in the Banner Health Network. Wherever you are in the country, you’ll be able to find many excellent in-network options.</p>\n<p><strong>» Out of network: </strong>You are free to go to any provider you choose, but if you choose a provider that is not contracted under the Banner Health or Aetna networks, your deductible and coinsurance will be higher, as these are out of network. Out-of-network claims are paid on a Medicare-based fee schedule.</p>\n<p><strong>» Non-Banner Area:</strong> If you live outside a city/state where a Banner facility is located, you will (most likely) be utilizing the Aetna national network, or Tier 2 coverage. Reach out to the Banner Concierge if you have questions about the best network tier for you.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Medical Chart PNG\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" header_font=\"||||||||\" background_layout=\"dark\" z_index_tablet=\"500\" global_colors_info=\"{}\"][ninja_tables id=\"5959\"][/et_pb_text][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Stay in network to avoid balance billing.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Out-of-network claims could expose you to balance billing, which is when a provider bills you for the difference between the provider’s charge and the allowed amount.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.27.0\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#78b956\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #3\" open=\"on\" open_toggle_text_color=\"#78b956\" closed_toggle_text_color=\"#78b956\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#78b956\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p style=\"text-align: center;\"><iframe frameborder=\"0\" width=\"560\" height=\"295\" src=\"https://biteable.com/watch/embed/4270460/c7f244a29b9e94350f934460609911f7\" allowfullscreen=\"true\" allow=\"autoplay\"></iframe></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">Choosing the right health plan</span></strong></h1>\n<p>When choosing a plan, first think about your health care usage and needs. Then use our decision tool, <strong><a href=\"https://start.myalex.com/bannerhealth/\" target=\"_blank\" rel=\"noopener\">Ask ALEX</a></strong>, to review the plans and make the best choice for you and your family.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 1: Chloe\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/chloe.png\" /></p>\n<p><strong>Saving money is priority one</strong><br />Chloe is 25 years old and single. She’s healthy and has few medical needs aside from the occasional cold, so she wants to spend as little on health care as possible. She likes the idea of using a Health Savings Account (HSA)  to build a health care nest egg for future expenses.</p>\n<p><strong>What is Chloe’s choice?</strong><br />After using ALEX, Chloe chooses the Banner Health Value Plan. Since preventive care is covered at 100% and she doesn’t anticipate any major health care expenses, Chloe opts for the lowest premiums to keep her out-of-pocket costs down. To save even more and pay nothing for premiums in 2025 for her team member-only coverage, Chloe participated in the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/mywell-being\" target=\"_blank\" rel=\"noopener\">2024 MyWell-Being Program</a></strong> <span>(Nov. 1, 2023 – Oct. 31, 2024) </span>and met the program’s requirements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 2: Mark & Jane\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mark-june.jpg\" /></p>\n<p><strong>Thinking about the future</strong><br />Mark and his wife Jane just turned 60 and are starting to think about retirement. They’re both healthy now, but they’ll likely need more health care services in the coming years.</p>\n<p><strong>What is Mark and Jane’s choice?</strong><br />Mark and Jane decide that the Banner Health Premier Plan can best help them prepare for the future. They plan to fund their HSA with the premium savings, using the $900 Banner Health HSA contribution as a head start. The funds in their HSA will accumulate over time to help them save for the medical expenses they will face during retirement.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#002a4e\" closed_toggle_text_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" icon_color=\"#002a4e\" admin_label=\"Mark and Jane\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#002a4e\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"SCENARIO 3: Leslie & Mario\" open=\"on\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#002a4e\" toggle_icon=\"&#x50;||divi||400\" open_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" text_orientation=\"left\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_open_toggle=\"min-height:930px!important\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\" toggle_text_align=\"left\" toggle_font_size=\"17px\" closed_toggle_text_align=\"center\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/mario.jpg\" /></p>\n<p><strong>Looking for extra security</strong><br />Leslie covers her husband Mario and their two kids on her medical plan. Between the kids’ mishaps and another baby on the way, they use health care services often and anticipate hitting their annual deductible early in the year.</p>\n<p><strong>What is Leslie and Mario’s choice?</strong><br />Leslie and Mario select the Banner Health Choice Plus Plan. Although this option has a higher premium, Leslie prefers the security of the lower deductible and knows that since they will meet their deductible this year, they will get the greatest benefit. Plus, Leslie can contribute to a Health Care Flexible Spending Account (FSA) and purchase eligible medical expenses tax-free for the remainder of the year.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fc\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.25.2\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<p>Use these resources to help with your benefits questions:</p>\n<ul>\n<li>Ask ALEX: <strong><a href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\" rel=\"noopener\">myalex.com/bannerhealth</a></strong></li>\n<li><strong><a href=\"http://myhr.bannerhealth.com/\" target=\"_blank\" rel=\"noopener\">MyHR|Workday:</a></strong> Use the search box or make a selection in the Benefits application</li>\n<li>MyBenefits Resource Center: 7 a.m. – 7 p.m. (MST), Monday – Friday at <span style=\"color: #0977b3;\"><strong>833-849-9825</strong></span></li>\n<li>Banner|Aetna Concierge Team:<span style=\"color: #0977b3;\"><strong> 855-788-5803</strong></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical', '						', 'inherit', 'closed', 'closed', '', '930-revision-v1', '', '', '2024-11-18 19:24:17', '2024-11-18 19:24:17', '', 930, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7763', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7764, 1, '2024-11-18 19:25:46', '2024-11-18 19:25:46', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Pharmacy through Aetna\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pharmacy.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-11px||8px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" custom_padding=\"40px||28px||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" custom_margin=\"-26px||-50px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>The Banner Health pharmacy plans provide prescription drug benefits through a network of participating pharmacies that includes most major drug store chains, Banner Family Pharmacy and a mail-order program. Pharmacy benefits are administered by Aetna. The chart represents Banner Network (max savings tier) level of coverage.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Banner Network coverage highlights</strong></h2>[/et_pb_text][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6190\"][/et_pb_code][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span style=\"color: #333333;\">*After deductible unless they are on $0 Medications List or First Dollar list. Applies to Value and Premier.</span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Stay in network</p>\n<h6><span style=\"color: #000000;\">Pharmacy plans don’t cover medications purchased at non-network pharmacies. If you use an out-of-network pharmacy, you will be responsible for the entire cost of the medication. <span>In-network pharmacies include BFP, CVS, Safeway, Walmart, Kroger, Albertson\'s and more. Walgreens pharmacies are not included. </span></span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Network coverage highlights are shown here. For complete plan details, click the buttons below.</p>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=31&wpfd_file_id=7624&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Value Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7623&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Premier Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=29&wpfd_file_id=7621&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Choice Plan SBC</span></strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#3576ae\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#3576ae\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=21&wpfd_file_id=5624&token=356bd577c5de2d05f40f8fda9869e2c9&preview=1\" url_new_window=\"on\" button_text=\"Maintenance Medications\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=21&wpfd_file_id=5653&token=&preview=1\" url_new_window=\"on\" button_text=\"Specialty Medications\" button_alignment=\"center\" _builder_version=\"4.27.3\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#FFFFFF\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=21&wpfd_file_id=1950&token=&preview=1\" url_new_window=\"on\" button_text=\"$0 Medications List\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#FFFFFF\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-12px||-30px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Ongoing or maintenance prescriptions</strong></span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Filling prescriptions</strong></span></h2>\n<p>When you are prescribed a medication that needs to be filled on a monthly basis (for example, birth control, hormones, blood pressure, etc.), you have two options for ordering it after two Rx fills at any in-network retail pharmacy. Subsequent fills must be made by those listed below.</p>\n<ul>\n<li><strong>Banner Family Pharmacy:</strong> Banner Family Retail or Home Delivery Service (mail order): Prescriptions are delivered to your door. You will receive a discount of 50% off one month’s copay on the Choice Plus Plan by using our Home Delivery Service for your 93-day supply.</li>\n<li><strong>93-day retail supply:</strong> You can receive up to a 93-day supply of your medication at any retail Banner Family Pharmacy.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Specialty medications</strong></span></h2>\n<p>Specialty medications are dispensed by Banner Family Pharmacy — Chandler for 30% coinsurance for the Choice Plus Medical Plan. However, if you participate in the PrudentRx program, you could pay a $0 copay. PrudentRx will find the best savings from manufacturers to help you lower the cost of specialty prescriptions. Choice Plus Plan members will be counseled by Banner Family Pharmacy Specialty upon enrolling in the PrudentRx program.<br /><br /></p>\n<p>&nbsp;\nThe Value and Premier Medical Plans cover specialty medications after the deductible and then the applicable coinsurance.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Zero-dollar medications</strong></span></h2>\n<p>Under all Banner Health medical plans, if you or dependents have specific medical conditions such as asthma, COPD, cardiovascular disease or diabetes, your medications may be free. These medications must be obtained from Banner Family Pharmacy. To view the $0 Medications List, <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=1950&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\">click here</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406-scaled.jpg\" title_text=\"Smiling man spinning basketball on finger against city skyline\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Pharmacy', '						', 'inherit', 'closed', 'closed', '', '6185-revision-v1', '', '', '2024-11-18 19:25:46', '2024-11-18 19:25:46', '', 6185, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7764', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7765, 1, '2024-11-20 18:31:17', '2024-11-20 18:31:17', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"#0977b3\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place To Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place To Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.</span></span>\n<br>\nThe Great Place To Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][et_pb_button button_url=\"https://www.bannerhealth.com/careers/great-place-to-work\" button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf  \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefits options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that support total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents and Fellows\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\n<p>Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<ul>\n<li>Pet insurance</li>\n<li>Financial wellness and ID theft protection</li>\n<li>Life insurance</li>\n<li>Supplemental medical coverage</li>\n<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES AND PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=14&amp;wpfd_file_id=7473&amp;token=&amp;preview=1\" style=\"color: #e1e1e1;\">Residents & Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/2503x597_news-awards.png\" title_text=\"2503x597_news-awards\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '						', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-04-07 22:46:58', '2025-04-07 22:46:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=7765', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7767, 1, '2024-11-20 18:32:21', '2024-11-20 18:32:21', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.27.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Eligibility and enrollment\" _builder_version=\"4.27.3\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Eligibility.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-04 16:00\" _builder_version=\"4.26.0\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\"><span>Enrollment—</span><span>whether you’re a new team member or experiencing a Qualifying Life Event—</span><span>is your opportunity to select the benefits you need and want.</span> You’re eligible to enroll in benefits if you’re a team member with a total Full-Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Days to enroll\" number=\"31\" percent_sign=\"off\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#0977b3\" number_font_size=\"60px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"-32px||||false|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">If eligible, you will have 31 days from your hire date (date of hire is included in the 31-day period) to complete your enrollment for benefits. Whether you enroll on day one, day 10 or day 31 of your enrollment period, your benefits coverage will begin on the first day of the month following your hire date. If your hire date falls on the first day of the month, you still have 31 days to enroll, but your coverage would be effective on your hire date. If you don’t enroll during your 31-day enrollment period, your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a <strong><a href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbannerbenefits.mybenefitport.com%2Fqualifying-life-events%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7C93072243d2994a9f5ff908dd16294e48%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638691088894702278%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=xnY7o3%2FHPvMMcsAHia6lS3y7GVMmt5ojp8%2BmT2aHzRI%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">Qualifying Life Event</a></strong> (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Premiums\" button_text=\"Tobacco Cessation Programs\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program</span>.[/et_pb_slide][/et_pb_slider][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/kids.jpg\" title_text=\"kids\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.3\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">New hire enrollment</span></strong></h1>\n<p><span>This is your opportunity to choose the benefits you want for this year. If eligible, you will have 31 days from your hire date (date of hire is included in the 31-day period) to complete your enrollment for benefits. Whether you enroll on day one, day 10 or day 31 of your enrollment period, your benefits coverage will begin on the first day of the month following your hire date. If your hire date falls on the first day of the month, you still have 31 days to enroll, but your coverage would be effective on your hire date. If you don’t enroll during your 31-day enrollment period, your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a </span><a originalsrc=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/\" data-auth=\"Verified\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbannerbenefits.mybenefitport.com%2Fqualifying-life-events%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7C9dd363e04a1f46cea9b608dd0b15498c%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638678911570725534%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=dPg8ODRg0LRIZ8M064My0LCbU96Xb3cWuc2ct9Spa7Y%3D&amp;reserved=0\" title=\"Original URL: https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/. Click or tap if you trust this link.\" data-linkindex=\"0\"><span><strong>Qualifying Life Event</strong></span><span></span></a> <span>(changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/elig-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'New Hire Eligibility and Enrollment', '						', 'publish', 'closed', 'closed', '', 'new-hire-eligibility-and-enrollment', '', '', '2024-12-12 18:35:57', '2024-12-12 18:35:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=7767', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7775, 1, '2024-11-21 20:51:41', '2024-11-21 20:51:41', '', 'nh-welcome', '', 'inherit', 'open', 'closed', '', 'nh-welcome', '', '', '2024-11-21 20:51:41', '2024-11-21 20:51:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/11/nh-welcome.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7791, 1, '2024-12-07 16:34:45', '2024-12-07 16:34:45', '', 'enroll-circle-graphic', '', 'inherit', 'open', 'closed', '', 'enroll-circle-graphic', '', '', '2024-12-07 16:34:45', '2024-12-07 16:34:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/enroll-circle-graphic.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7792, 1, '2024-12-07 16:36:30', '2024-12-07 16:36:30', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.27.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Eligibility and enrollment\" _builder_version=\"4.27.3\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Eligibility.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-04 16:00\" _builder_version=\"4.26.0\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #242424;\"><span>Enrollment </span><span>— </span><span>whether you’re a new team member or experiencing a Qualifying Life Event </span><span>—</span><span> </span><span>is your opportunity to select the benefits you need and want.</span> You’re eligible to enroll in benefits if you’re a team member with a total Full-Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #242424;\">If eligible, you will have 31 days from your hire date (date of hire is included in the 31-day period) to complete your enrollment for benefits. Whether you enroll on day one, day 10 or day 31 of your enrollment period, your benefits coverage will begin on the first day of the month following your hire date. If your hire date falls on the first day of the month, you still have 31 days to enroll, but your coverage would be effective on your hire date. If you don’t enroll during your 31-day enrollment period, your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a <strong><a href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbannerbenefits.mybenefitport.com%2Fqualifying-life-events%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7C93072243d2994a9f5ff908dd16294e48%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638691088894702278%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=xnY7o3%2FHPvMMcsAHia6lS3y7GVMmt5ojp8%2BmT2aHzRI%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">Qualifying Life Event</a></strong> (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/enroll-circle-graphic.png\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"enroll-circle-graphic\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.3\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">New hire enrollment</span></strong></h1>\n<p><span>This is your opportunity to choose the benefits you want for this year. If eligible, you will have 31 days from your hire date (date of hire is included in the 31-day period) to complete your enrollment for benefits. Whether you enroll on day one, day 10 or day 31 of your enrollment period, your benefits coverage will begin on the first day of the month following your hire date. If your hire date falls on the first day of the month, you still have 31 days to enroll, but your coverage would be effective on your hire date. If you don’t enroll during your 31-day enrollment period, your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a </span><a originalsrc=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/\" data-auth=\"Verified\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbannerbenefits.mybenefitport.com%2Fqualifying-life-events%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7C9dd363e04a1f46cea9b608dd0b15498c%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638678911570725534%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=dPg8ODRg0LRIZ8M064My0LCbU96Xb3cWuc2ct9Spa7Y%3D&amp;reserved=0\" title=\"Original URL: https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/. Click or tap if you trust this link.\" data-linkindex=\"0\"><span><strong>Qualifying Life Event</strong></span><span></span></a> <span>(changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/elig-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Premiums\" button_text=\"Tobacco Cessation Programs\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program</span>.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'New Hire Eligibility and Enrollment', '						', 'inherit', 'closed', 'closed', '', '7767-revision-v1', '', '', '2024-12-07 16:36:30', '2024-12-07 16:36:30', '', 7767, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7792', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7794, 1, '2024-12-09 20:46:20', '2024-12-09 20:46:20', '', 'nh-e', '', 'inherit', 'open', 'closed', '', 'nh-e', '', '', '2024-12-09 20:46:20', '2024-12-09 20:46:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/nh-e.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7795, 1, '2024-12-09 20:46:27', '2024-12-09 20:46:27', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.27.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Eligibility and enrollment\" _builder_version=\"4.27.3\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Eligibility.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-04 16:00\" _builder_version=\"4.26.0\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\"><span>Enrollment </span><span>— </span><span>whether you’re a new team member or experiencing a Qualifying Life Event </span><span>—</span><span> </span><span>is your opportunity to select the benefits you need and want.</span> You’re eligible to enroll in benefits if you’re a team member with a total Full-Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">If eligible, you will have 31 days from your hire date (date of hire is included in the 31-day period) to complete your enrollment for benefits. Whether you enroll on day one, day 10 or day 31 of your enrollment period, your benefits coverage will begin on the first day of the month following your hire date. If your hire date falls on the first day of the month, you still have 31 days to enroll, but your coverage would be effective on your hire date. If you don’t enroll during your 31-day enrollment period, your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a <strong><a href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbannerbenefits.mybenefitport.com%2Fqualifying-life-events%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7C93072243d2994a9f5ff908dd16294e48%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638691088894702278%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=xnY7o3%2FHPvMMcsAHia6lS3y7GVMmt5ojp8%2BmT2aHzRI%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">Qualifying Life Event</a></strong> (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/enroll-circle-graphic.png\" title_text=\"enroll-circle-graphic\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.27.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/nh-e.jpg\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"nh-e\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.3\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">New hire enrollment</span></strong></h1>\n<p><span>This is your opportunity to choose the benefits you want for this year. If eligible, you will have 31 days from your hire date (date of hire is included in the 31-day period) to complete your enrollment for benefits. Whether you enroll on day one, day 10 or day 31 of your enrollment period, your benefits coverage will begin on the first day of the month following your hire date. If your hire date falls on the first day of the month, you still have 31 days to enroll, but your coverage would be effective on your hire date. If you don’t enroll during your 31-day enrollment period, your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a </span><a originalsrc=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/\" data-auth=\"Verified\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbannerbenefits.mybenefitport.com%2Fqualifying-life-events%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7C9dd363e04a1f46cea9b608dd0b15498c%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638678911570725534%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=dPg8ODRg0LRIZ8M064My0LCbU96Xb3cWuc2ct9Spa7Y%3D&amp;reserved=0\" title=\"Original URL: https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/. Click or tap if you trust this link.\" data-linkindex=\"0\"><span><strong>Qualifying Life Event</strong></span><span></span></a> <span>(changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/elig-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Premiums\" button_text=\"Tobacco Cessation Programs\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program</span>.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'New Hire Eligibility and Enrollment', '						', 'inherit', 'closed', 'closed', '', '7767-revision-v1', '', '', '2024-12-09 20:46:27', '2024-12-09 20:46:27', '', 7767, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7795', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7798, 1, '2024-12-11 18:38:06', '2024-12-11 18:38:06', '', 'kids', '', 'inherit', 'open', 'closed', '', 'kids', '', '', '2024-12-11 18:38:06', '2024-12-11 18:38:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/kids.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7799, 1, '2024-12-11 18:38:20', '2024-12-11 18:38:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.27.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Eligibility and enrollment\" _builder_version=\"4.27.3\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Eligibility.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-04 16:00\" _builder_version=\"4.26.0\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\"><span>Enrollment </span><span>— </span><span>whether you’re a new team member or experiencing a Qualifying Life Event </span><span>—</span><span> </span><span>is your opportunity to select the benefits you need and want.</span> You’re eligible to enroll in benefits if you’re a team member with a total Full-Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Days to Enroll\" number=\"31\" _builder_version=\"4.27.4\" _module_preset=\"default\" percent_sign=\"off\" number_text_color=\"#0977b3\" hover_enabled=\"0\" sticky_enabled=\"0\" number_font_size=\"60px\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">If eligible, you will have 31 days from your hire date (date of hire is included in the 31-day period) to complete your enrollment for benefits. Whether you enroll on day one, day 10 or day 31 of your enrollment period, your benefits coverage will begin on the first day of the month following your hire date. If your hire date falls on the first day of the month, you still have 31 days to enroll, but your coverage would be effective on your hire date. If you don’t enroll during your 31-day enrollment period, your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a <strong><a href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbannerbenefits.mybenefitport.com%2Fqualifying-life-events%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7C93072243d2994a9f5ff908dd16294e48%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638691088894702278%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=xnY7o3%2FHPvMMcsAHia6lS3y7GVMmt5ojp8%2BmT2aHzRI%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">Qualifying Life Event</a></strong> (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Premiums\" button_text=\"Tobacco Cessation Programs\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program</span>.[/et_pb_slide][/et_pb_slider][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/kids.jpg\" title_text=\"kids\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.3\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">New hire enrollment</span></strong></h1>\n<p><span>This is your opportunity to choose the benefits you want for this year. If eligible, you will have 31 days from your hire date (date of hire is included in the 31-day period) to complete your enrollment for benefits. Whether you enroll on day one, day 10 or day 31 of your enrollment period, your benefits coverage will begin on the first day of the month following your hire date. If your hire date falls on the first day of the month, you still have 31 days to enroll, but your coverage would be effective on your hire date. If you don’t enroll during your 31-day enrollment period, your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a </span><a originalsrc=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/\" data-auth=\"Verified\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbannerbenefits.mybenefitport.com%2Fqualifying-life-events%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7C9dd363e04a1f46cea9b608dd0b15498c%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638678911570725534%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=dPg8ODRg0LRIZ8M064My0LCbU96Xb3cWuc2ct9Spa7Y%3D&amp;reserved=0\" title=\"Original URL: https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/. Click or tap if you trust this link.\" data-linkindex=\"0\"><span><strong>Qualifying Life Event</strong></span><span></span></a> <span>(changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/elig-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'New Hire Eligibility and Enrollment', '						', 'inherit', 'closed', 'closed', '', '7767-revision-v1', '', '', '2024-12-11 18:38:20', '2024-12-11 18:38:20', '', 7767, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7799', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7800, 1, '2024-12-11 18:41:33', '2024-12-11 18:41:33', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner-OE-25.mp4\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Screenshot-2024-09-24-at-1.50.06 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Open Enrollment is Nov. 4–15</strong></h2>\n<p><span style=\"font-size: medium;\"><span>This is your chance to review your coverage and make changes to your benefits for 2025! Check out this video to learn what’s new.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place to Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place to Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.\n&nbsp;\nThe Great Place to Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team Members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf\n \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefit options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that supports total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'OE Home Old', '						', 'inherit', 'closed', 'closed', '', '6006-revision-v1', '', '', '2024-12-11 18:41:33', '2024-12-11 18:41:33', '', 6006, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7800', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7803, 1, '2024-12-11 22:15:47', '2024-12-11 22:15:47', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner-OE-25.mp4\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Screenshot-2024-09-24-at-1.50.06 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Open Enrollment is Nov. 4–15</strong></h2>\n<p><span style=\"font-size: medium;\"><span>This is your chance to review your coverage and make changes to your benefits for 2025! Check out this video to learn what’s new.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place to Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place to Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.\n&nbsp;\nThe Great Place to Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team Members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf\n \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefit options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that supports total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '						', 'inherit', 'closed', 'closed', '', '6006-revision-v1', '', '', '2024-12-11 22:15:47', '2024-12-11 22:15:47', '', 6006, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7803', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7807, 1, '2024-12-12 18:33:37', '2024-12-12 18:33:37', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.27.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Eligibility and enrollment\" _builder_version=\"4.27.3\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/Eligibility.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-04 16:00\" _builder_version=\"4.26.0\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\"><span>Enrollment—</span><span>whether you’re a new team member or experiencing a Qualifying Life Event—</span><span>is your opportunity to select the benefits you need and want.</span> You’re eligible to enroll in benefits if you’re a team member with a total Full-Time Equivalent (FTE) of 50% or greater. Premiums are determined by your FTE status in MyHR|Workday. Team members with an FTE of 70% and greater will enjoy normal premiums. Team members with an FTE between 50% and 69.9% pay an additional premium for medical, dental and vision coverage.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">You may enroll dependents, including your spouse (same or opposite sex, or common law if applicable), domestic partners (who meet certain requirements) and children up to age 26 (including stepchildren or those for whom you have legal guardianship). Disabled children over age 26 are also eligible. Documentation will be required to verify eligibility of your dependents.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Days to enroll\" number=\"31\" percent_sign=\"off\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#0977b3\" number_font_size=\"60px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"-32px||||false|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">If eligible, you will have 31 days from your hire date (date of hire is included in the 31-day period) to complete your enrollment for benefits. Whether you enroll on day one, day 10 or day 31 of your enrollment period, your benefits coverage will begin on the first day of the month following your hire date. If your hire date falls on the first day of the month, you still have 31 days to enroll, but your coverage would be effective on your hire date. If you don’t enroll during your 31-day enrollment period, your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a <strong><a href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbannerbenefits.mybenefitport.com%2Fqualifying-life-events%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7C93072243d2994a9f5ff908dd16294e48%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638691088894702278%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=xnY7o3%2FHPvMMcsAHia6lS3y7GVMmt5ojp8%2BmT2aHzRI%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">Qualifying Life Event</a></strong> (changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Premiums\" button_text=\"Tobacco Cessation Programs\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/tobacco-cessation/\" url_new_window=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]Banner allows you to pay for most benefits on a pre-tax basis from your paycheck, which lowers the amount of federal and state taxes withheld from your paycheck. Exceptions are voluntary life/AD&amp;D, supplemental medical plans (critical illness, hospital and accident), legal plans and premiums for a domestic partner and his/her children. For the medical plans, a discount is available if you and your covered dependent(s) do not use tobacco products. If you or any covered dependent uses a tobacco product, you may still qualify for the non-tobacco discount by participating in a designated tobacco cessation program</span>.[/et_pb_slide][/et_pb_slider][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/kids.jpg\" title_text=\"kids\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" module_class=\"kmod2\" _builder_version=\"4.23.4\" background_color=\"#e6e7e8\" border_color_all=\"#e6e7e8\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.3\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><strong><span style=\"color: #002a4e;\">New hire enrollment</span></strong></h1>\n<p><span>This is your opportunity to choose the benefits you want for this year. If eligible, you will have 31 days from your hire date (date of hire is included in the 31-day period) to complete your enrollment for benefits. Whether you enroll on day one, day 10 or day 31 of your enrollment period, your benefits coverage will begin on the first day of the month following your hire date. If your hire date falls on the first day of the month, you still have 31 days to enroll, but your coverage would be effective on your hire date. If you don’t enroll during your 31-day enrollment period, your next opportunity to enroll will be during the next Open Enrollment period in the fall of 2025 unless you have a </span><a originalsrc=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/\" data-auth=\"Verified\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbannerbenefits.mybenefitport.com%2Fqualifying-life-events%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7C9dd363e04a1f46cea9b608dd0b15498c%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638678911570725534%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=dPg8ODRg0LRIZ8M064My0LCbU96Xb3cWuc2ct9Spa7Y%3D&amp;reserved=0\" title=\"Original URL: https://lsk.yzp.mybluehost.me/website_bb9f9e7d/qualifying-life-events/. Click or tap if you trust this link.\" data-linkindex=\"0\"><span><strong>Qualifying Life Event</strong></span><span></span></a> <span>(changes in your legal marital status, number of dependents, etc.) that makes you eligible for an earlier enrollment.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/elig-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'New Hire Eligibility and Enrollment', '						', 'inherit', 'closed', 'closed', '', '7767-revision-v1', '', '', '2024-12-12 18:33:37', '2024-12-12 18:33:37', '', 7767, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7807', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7812, 1, '2024-12-12 21:13:31', '2024-12-12 21:13:31', '', '2025_Banner_8.5x11_New_Hire_Checklist_HR', '', 'inherit', 'open', 'closed', '', '2025_banner_8-5x11_new_hire_checklist_hr', '', '', '2024-12-12 21:13:31', '2024-12-12 21:13:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/2025_Banner_8.5x11_New_Hire_Checklist_HR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7813, 1, '2024-12-30 21:01:47', '2024-12-12 21:14:38', '', 'Eligibility and Enrollment', '', 'publish', 'closed', 'closed', '', 7813, '', '', '2024-12-30 21:01:47', '2024-12-30 21:01:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7813', 2, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7814, 1, '2024-12-12 21:15:10', '2024-12-12 21:15:10', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner-OE-25.mp4\" image_src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Screenshot-2024-09-24-at-1.50.06 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Open Enrollment is Nov. 4–15</strong></h2>\n<p><span style=\"font-size: medium;\"><span>This is your chance to review your coverage and make changes to your benefits for 2025! Check out this video to learn what’s new.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place to Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place to Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.\n&nbsp;\nThe Great Place to Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team Members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New Hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf\n \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefit options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.25.2\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that supports total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents & Fellows\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\nChoose from a wide range of additional coverage options for extra security, like:\n\n&nbsp;\n<ul>\n	<li>Pet insurance</li>\n	<li>Financial wellness &amp; ID theft protection</li>\n	<li>Life insurance</li>\n	<li>Supplemental medical coverage</li>\n	<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'OE Home', '						', 'inherit', 'closed', 'closed', '', '6006-revision-v1', '', '', '2024-12-12 21:15:10', '2024-12-12 21:15:10', '', 6006, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7814', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7816, 1, '2024-12-22 15:41:37', '2024-12-22 15:41:37', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"98point6 Telecare\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-header-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Get the care you need—anytime, anywhere</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||-29px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>On-demand, virtual care 24/7, 365</strong></h3>\n<p><span style=\"color: #000000;\">At Banner, we know life’s demands can make it hard to prioritize a visit to the doctor. Whether you struggle to find time in your busy work schedule, you’re nervous about uncomfortable face-to-face conversations or simply wish to avoid waiting rooms, 98point6 offers a high-quality, convenient solution for you through your Banner|Aetna plan. </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">With 98point6, you can access text-based care straight from your mobile device. Chat with board-certified physicians about specific health issues or schedule routine preventive care visits at home, at work or on the go. Audio and video support services are also available as needed.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Keep up with preventive care and get help with common conditions like:</strong></h3>\n<p><ul style=\"padding-left:30px\"><span style=\"color: #000000;\">•	Flu\n•	Hypertension\n•	Fungal infections \n•	Prostate questions\n•	Menstrual health\n•	And more[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>How much will virtual care cost me?</strong></h3>\n<p><span style=\"color: #000000;\">• <strong>Cost for Value Plan and Premier Plan members:</strong> $<span data-olk-copy-source=\"MessageBody\">5 out-of-pocket cost per visit</span><br />• <strong>Cost for all others:</strong> $0 out-of-pocket cost per visit</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Plus, 98point6 physicians can diagnose, treat and order labs as needed at no additional cost.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Start a visit as soon and as often as you need</strong></h3>\n<p><span style=\"color: #000000;\">Board-certified physicians are available on demand 24/7 for enrolled members and dependents age 1 and older in all states within the U.S. This may be particularly useful if you’re a Banner team member living outside of Banner domestic network service areas.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Visit</span> <strong><a href=\"https://www.98point6.com/banner-aetna-members/\" target=\"_blank\" rel=\"noopener\">98point6.com/banner-aetna-members</a></strong> <span style=\"color: #000000;\">to learn more.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/main-qr-image-new.jpg\" title_text=\"main-qr-image-new\" url=\"https://98point6.onelink.me/nn3X/71fd964b?af_qr=true\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '98point6', '						', 'publish', 'closed', 'closed', '', '98point6', '', '', '2025-01-03 15:43:25', '2025-01-03 15:43:25', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=7816', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7819, 1, '2024-12-23 15:45:01', '2024-12-23 15:45:01', '', '986-image', '', 'inherit', 'open', 'closed', '', '986-image', '', '', '2024-12-23 15:45:01', '2024-12-23 15:45:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7822, 1, '2024-12-23 15:55:59', '2024-12-23 15:55:59', '', 'PRJ1792 Product Page Refresh 05_R3', '', 'inherit', 'open', 'closed', '', 'prj1792-product-page-refresh-05_r3', '', '', '2024-12-23 15:55:59', '2024-12-23 15:55:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7823, 1, '2024-12-23 16:07:11', '2024-12-23 16:07:11', '', '986-qr', '', 'inherit', 'open', 'closed', '', '986-qr', '', '', '2024-12-23 16:07:11', '2024-12-23 16:07:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-qr.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7826, 1, '2024-12-23 16:13:27', '2024-12-23 16:13:27', '', 'main-qr-image', '', 'inherit', 'open', 'closed', '', 'main-qr-image', '', '', '2024-12-23 16:13:27', '2024-12-23 16:13:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/main-qr-image.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7829, 1, '2024-12-23 16:31:37', '2024-12-23 16:31:37', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-42', '', '', '2024-12-23 16:31:37', '2024-12-23 16:31:37', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-header-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7838, 1, '2024-12-23 17:20:10', '2024-12-23 17:20:10', '', 'main-qr-image-alt', '', 'inherit', 'open', 'closed', '', 'main-qr-image-alt', '', '', '2024-12-23 17:20:10', '2024-12-23 17:20:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/main-qr-image-alt.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7839, 1, '2024-12-23 17:20:18', '2024-12-23 17:20:18', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"98point6 Telecare\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-header-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Get the care you need—anytime, anywhere</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||-29px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>On-demand, virtual care 24/7, 365</strong></h3>\n<span style=\"color: #000000;\">At Banner, we know life’s demands can make it hard to prioritize a visit to the doctor. Whether you struggle to find time in your busy work schedule, you’re nervous about uncomfortable face-to-face conversations or simply wish to avoid the waiting rooms, 98point6 offers a high-quality, convenient solution for you through your Banner|Aetna plan. [/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">With 98point6, you can access text-based care straight from your mobile device. Chat with board-certified physicians about specific health issues or schedule routine preventive care visits at home, at work or on the go. Audio and video support services are also available as needed.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Keep up with preventive care and get help with common conditions like:</strong></h3>\n<p><ul style=\"padding-left:30px\"><span style=\"color: #000000;\">•	Flu\n•	Hypertension\n•	Fungal infections \n•	Prostate questions\n•	Menstrual health\n•	And more[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>How much will virtual care cost me?</strong></h3>\n<p><span style=\"color: #000000;\">• <strong>Cost for Value Plan and Premier Plan members:</strong> $5 out of pocket per visit<br />• <strong>Cost for all others:</strong> $0 out-of-pocket cost per visit</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Plus, 98point6 physicians can diagnose, treat and order labs as needed at no additional cost.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Start a visit as soon and as often as you need</strong></h3>\n<p><span style=\"color: #000000;\">Board-certified physicians are available on demand 24/7 for enrolled members and dependents ages 1 and older in all states within the U.S. This may be particularly useful if you’re a Banner team member living outside of Banner domestic network service areas.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Visit</span> <strong><a href=\"https://www.98point6.com/banner-aetna-members/\" target=\"_blank\" rel=\"noopener\">98point6.com/banner-aetna-members</a></strong> <span style=\"color: #000000;\">to learn more.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/main-qr-image-alt.jpg\" title_text=\"main-qr-image-alt\" url=\"https://98point6.onelink.me/nn3X/71fd964b?af_qr=true\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '98point6', '						', 'inherit', 'closed', 'closed', '', '7816-revision-v1', '', '', '2024-12-23 17:20:18', '2024-12-23 17:20:18', '', 7816, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7839', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7846, 1, '2024-12-30 19:35:35', '2024-12-30 19:35:35', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Health Management Resources\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/health-mgmt.jpg\" background_enable_image=\"on\" background_position=\"top_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Your health and well-being are important to us. That’s why we offer a collection of Health Management Programs to better assist you in dealing with certain ailments. If you’re enrolled in a Banner Health medical plan, these are provided at no cost to you. Many of our Health Management Programs are part of our MyWell-Being Program points system and can be accessed through Virgin Pulse. Check out how you can earn points for taking care of your health.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_css_main_element=\"min-height:370px!important\" global_colors_info=\"{}\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/HH-Logo-300x79.png\" width=\"160\" /><span style=\"color: #000000;\"><br />Hello Heart empowers you to understand and improve your cardiovascular health, including managing and preventing high blood pressure, high cholesterol and heart disease. It includes tracking tools, personalized insight and recommendations, a dedicated support team and more. </span><span style=\"color: #000000;\">Learn more and enroll at <strong><a href=\"https://join.helloheart.com/Banner\" target=\"_blank\" rel=\"noopener\">join.helloheart.com/Banner</a></strong>. Or contact</span> <span style=\"color: #000000;\">Hello Heart at <span style=\"color: #3576ae;\"><strong>800-767-3471</strong></span> or <strong><a href=\"mailto:support@helloheart.com\">support@helloheart.com</a></strong> for more information.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_css_main_element=\"min-height:370px!important\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/hinge-health-300x60.png\" width=\"200\"><br><span style=\"color: #000000;\">Hinge Health is a digital exercise therapy program for back, knee, hip, neck and shoulder pain and women’s pelvic health. It features wearable motion sensors to guide you through the program, a library of educational resources and a personalized health coach who will be there to support you every step of the way. Visit <strong><a href=\"https://hingehealth.com\" target=\"_blank\" rel=\"noopener\">hingehealth.com</a></strong> to learn more. For questions, call <strong><span style=\"color: #3576ae;\">855-902-2777</span></strong> or email <strong><a href=\"mailto:hello@hingehealth.com\">hello@hingehealth.com</a></strong>.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_css_main_element=\"min-height:370px!important\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/virta-logo-300x114.webp\" width=\"100\">\n<p><span style=\"color: #000000;\">Virta can help you put your diagnosed Type 2 diabetes or prediabetes into remission, reduce the need for medication and give you back your life. It includes medical supervision, a dedicated health coach, biomarker tracking tools and supplies and a personalized treatment plan to help transform your health. Plus, it’s 100% online, so you can get the support you need from the privacy of your own home. To get started, visit <strong><a href=\"https://virtahealth.com\" target=\"_blank\" rel=\"noopener\">virtahealth.com</a></strong> or email <strong><a href=\"mailto:support@virtahealth.com\">support@virtahealth.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/AbleTo_FullColor_Logo_320x132px-300x124.png\" width=\"140\">\n\n<span style=\"color: #000000;\">Banner and Aetna have teamed up with AbleTo, a personalized, leading behavioral health care provider, to provide real support that fits your schedule. AbleTo provides virtual therapy and coaching to help you reduce feelings of stress, anxiety and depression. It also helps you build positive self-care routines to cope with everyday challenges. Take advantage of confidential, 24/7 access to the tools you need and engage with qualified and supportive therapists and coaches. Sign up today at no cost to you. Email <strong><a href=\"mailto:help@ableto.com\">help@ableto.com</a></strong>, call <strong><span style=\"color: #3576ae;\">866-287-1802</span></strong> or visit <strong><a href=\"http://ableto.com\" target=\"_blank\" rel=\"noopener\">ableto.com</a></strong>.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To learn more about Banner’s Health Management Programs, click here:[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Pages/Health-Management-Programs.aspx\" url_new_window=\"on\" button_text=\"Health Management\" button_alignment=\"left\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hm-2.jpg\" title_text=\"Portrait of two happy friends lying on a meadow\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><span style=\"color: #000000;\">See what team members are saying about our Health Management Programs:</span></p>[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/pages/Health-Management-Testimonial-Board.aspx\" url_new_window=\"on\" button_text=\"Testimonials\" button_alignment=\"right\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Management', '						', 'inherit', 'closed', 'closed', '', '6063-revision-v1', '', '', '2024-12-30 19:35:35', '2024-12-30 19:35:35', '', 6063, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7846', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7848, 1, '2024-12-30 19:38:24', '2024-12-30 19:38:24', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Health Management Resources\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/health-mgmt.jpg\" background_enable_image=\"on\" background_position=\"top_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Your health and well-being are important to us. That’s why we offer a collection of Health Management Programs to better assist you in dealing with certain ailments. If you’re enrolled in a Banner Health medical plan, these are provided at no cost to you. Many of our Health Management Programs are part of our MyWell-Being Program points system and can be accessed through Virgin Pulse. Check out how you can earn points for taking care of your health.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_main_element=\"min-height:600px!important\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/HH-Logo-300x79.png\" width=\"160\" /><span style=\"color: #000000;\"><br />Hello Heart empowers you to understand and improve your cardiovascular health, including managing and preventing high blood pressure, high cholesterol and heart disease. It includes tracking tools, personalized insight and recommendations, a dedicated support team and more. </span><span style=\"color: #000000;\">Learn more and enroll at <strong><a href=\"https://join.helloheart.com/Banner\" target=\"_blank\" rel=\"noopener\">join.helloheart.com/Banner</a></strong>. Or contact</span> <span style=\"color: #000000;\">Hello Heart at <span style=\"color: #3576ae;\"><strong>800-767-3471</strong></span> or <strong><a href=\"mailto:support@helloheart.com\">support@helloheart.com</a></strong> for more information.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_main_element=\"min-height:600px!important\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/hinge-health-300x60.png\" width=\"200\" /><br /><span style=\"color: #000000;\">Hinge Health is a digital exercise therapy program for back, knee, hip, neck and shoulder pain and women’s pelvic health. It features wearable motion sensors to guide you through the program, a library of educational resources and a personalized health coach who will be there to support you every step of the way. Visit <strong><a href=\"https://hingehealth.com\" target=\"_blank\" rel=\"noopener\">hingehealth.com</a></strong> to learn more. For questions, call <strong><span style=\"color: #3576ae;\">855-902-2777</span></strong> or email <strong><a href=\"mailto:hello@hingehealth.com\">hello@hingehealth.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_main_element=\"min-height:600px!important\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/virta-logo-300x114.webp\" width=\"100\" /><br /><span style=\"color: #000000;\">Virta offers personalized support to help manage health risks and improve overall well-being, whether you\'re focused on reversing Type 2 diabetes or prediabetes or managing weight. Virta can help you put your diagnosed Type 2 diabetes or prediabetes into remission, reduce your need for medication and improve your overall health. With medical supervision, a dedicated health coach, biomarker tracking tools and a personalized treatment plan, Virta offers comprehensive support—all 100% online, so you can access care from the privacy of your own home. Plus, Virta Weight Loss is available for individuals with a BMI of 27 or greater so you can get the support you need to reduce weight and feel your best. This service is offered at no cost to you and your dependents through your Banner medical plan. To get started, visit <strong><a href=\"https://virtahealth.com\" target=\"_blank\" rel=\"noopener\">virtahealth.com</a></strong> or email <strong><a href=\"mailto:support@virtahealth.com\">support@virtahealth.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text module_class=\"kmod2-line\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/AbleTo_FullColor_Logo_320x132px-300x124.png\" width=\"140\">\n\n<span style=\"color: #000000;\">Banner and Aetna have teamed up with AbleTo, a personalized, leading behavioral health care provider, to provide real support that fits your schedule. AbleTo provides virtual therapy and coaching to help you reduce feelings of stress, anxiety and depression. It also helps you build positive self-care routines to cope with everyday challenges. Take advantage of confidential, 24/7 access to the tools you need and engage with qualified and supportive therapists and coaches. Sign up today at no cost to you. Email <strong><a href=\"mailto:help@ableto.com\">help@ableto.com</a></strong>, call <strong><span style=\"color: #3576ae;\">866-287-1802</span></strong> or visit <strong><a href=\"http://ableto.com\" target=\"_blank\" rel=\"noopener\">ableto.com</a></strong>.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eef6fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">To learn more about Banner’s Health Management Programs, click here:[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Pages/Health-Management-Programs.aspx\" url_new_window=\"on\" button_text=\"Health Management\" button_alignment=\"left\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/hm-2.jpg\" title_text=\"Portrait of two happy friends lying on a meadow\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><span style=\"color: #000000;\">See what team members are saying about our Health Management Programs:</span></p>[/et_pb_text][et_pb_button button_url=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/pages/Health-Management-Testimonial-Board.aspx\" url_new_window=\"on\" button_text=\"Testimonials\" button_alignment=\"right\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Management', '						', 'inherit', 'closed', 'closed', '', '6063-revision-v1', '', '', '2024-12-30 19:38:24', '2024-12-30 19:38:24', '', 6063, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7848', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7850, 1, '2024-12-30 19:43:03', '2024-12-30 19:43:03', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"98point6 Telecare\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-header-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Get the care you need—anytime, anywhere</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||-29px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>On-demand, virtual care 24/7, 365</strong></h3>\n<p><span style=\"color: #000000;\">At Banner, we know life’s demands can make it hard to prioritize a visit to the doctor. Whether you struggle to find time in your busy work schedule, you’re nervous about uncomfortable face-to-face conversations or simply wish to avoid waiting rooms, 98point6 offers a high-quality, convenient solution for you through your Banner|Aetna plan. </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">With 98point6, you can access text-based care straight from your mobile device. Chat with board-certified physicians about specific health issues or schedule routine preventive care visits at home, at work or on the go. Audio and video support services are also available as needed.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Keep up with preventive care and get help with common conditions like:</strong></h3>\n<p><ul style=\"padding-left:30px\"><span style=\"color: #000000;\">•	Flu\n•	Hypertension\n•	Fungal infections \n•	Prostate questions\n•	Menstrual health\n•	And more[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>How much will virtual care cost me?</strong></h3>\n<p><span style=\"color: #000000;\">• <strong>Cost for Value Plan and Premier Plan members:</strong> $<span data-olk-copy-source=\"MessageBody\">5 out-of-pocket cost per visit</span><br />• <strong>Cost for all others:</strong> $0 out-of-pocket cost per visit</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Plus, 98point6 physicians can diagnose, treat and order labs as needed at no additional cost.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Start a visit as soon and as often as you need</strong></h3>\n<p><span style=\"color: #000000;\">Board-certified physicians are available on demand 24/7 for enrolled members and dependents age 1 and older in all states within the U.S. This may be particularly useful if you’re a Banner team member living outside of Banner domestic network service areas.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Visit</span> <strong><a href=\"https://www.98point6.com/banner-aetna-members/\" target=\"_blank\" rel=\"noopener\">98point6.com/banner-aetna-members</a></strong> <span style=\"color: #000000;\">to learn more.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/main-qr-image-alt.jpg\" title_text=\"main-qr-image-alt\" url=\"https://98point6.onelink.me/nn3X/71fd964b?af_qr=true\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '98point6', '						', 'inherit', 'closed', 'closed', '', '7816-revision-v1', '', '', '2024-12-30 19:43:03', '2024-12-30 19:43:03', '', 7816, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7850', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7851, 1, '2024-12-30 19:53:56', '2024-12-30 19:53:56', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"98point6 Telecare\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-header-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Get the care you need—anytime, anywhere</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||-29px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>On-demand, virtual care 24/7, 365</strong></h3>\n<p><span style=\"color: #000000;\">At Banner, we know life’s demands can make it hard to prioritize a visit to the doctor. Whether you struggle to find time in your busy work schedule, you’re nervous about uncomfortable face-to-face conversations or simply wish to avoid waiting rooms, 98point6 offers a high-quality, convenient solution for you through your Banner|Aetna plan. </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">With 98point6, you can access text-based care straight from your mobile device. Chat with board-certified physicians about specific health issues or schedule routine preventive care visits at home, at work or on the go. Audio and video support services are also available as needed.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Keep up with preventive care and get help with common conditions like:</strong></h3>\n<p><ul style=\"padding-left:30px\"><span style=\"color: #000000;\">•	Flu\n•	Hypertension\n•	Fungal infections \n•	Prostate questions\n•	Menstrual health\n•	And more[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>How much will virtual care cost me?</strong></h3>\n<p><span style=\"color: #000000;\">• <strong>Cost for Value Plan and Premier Plan members:</strong> $<span data-olk-copy-source=\"MessageBody\">5 out-of-pocket cost per visit</span><br />• <strong>Cost for all others:</strong> $0 out-of-pocket cost per visit</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Plus, 98point6 physicians can diagnose, treat and order labs as needed at no additional cost.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Start a visit as soon and as often as you need</strong></h3>\n<p><span style=\"color: #000000;\">Board-certified physicians are available on demand 24/7 for enrolled members and dependents age 1 and older in all states within the U.S. This may be particularly useful if you’re a Banner team member living outside of Banner domestic network service areas.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Visit</span> <strong><a href=\"https://www.98point6.com/banner-aetna-members/\" target=\"_blank\" rel=\"noopener\">98point6.com/banner-aetna-members</a></strong> <span style=\"color: #000000;\">to learn more.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/main-qr-image-alt.jpg\" title_text=\"main-qr-image-alt\" url=\"https://98point6.onelink.me/nn3X/71fd964b?af_qr=true\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '98point6', '						', 'inherit', 'closed', 'closed', '', '7816-revision-v1', '', '', '2024-12-30 19:53:56', '2024-12-30 19:53:56', '', 7816, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7851', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7852, 1, '2024-12-30 21:01:48', '2024-12-30 20:02:00', ' ', '', '', 'publish', 'closed', 'closed', '', 7852, '', '', '2024-12-30 21:01:48', '2024-12-30 21:01:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7852', 14, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7854, 1, '2025-01-02 19:49:30', '2025-01-02 19:49:30', '', '2025 MWB Program Guide', '', 'inherit', 'open', 'closed', '', '2025-mwb-program-guide', '', '', '2025-01-02 19:49:30', '2025-01-02 19:49:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-MWB-Program-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7855, 1, '2025-01-02 19:49:43', '2025-01-02 19:49:43', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 MyWell-Being Program\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"ksec-trans\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||10px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.25.2\" custom_margin=\"-50px||-50px||false|false\" global_colors_info=\"{}\"]<p>Banner Health wants to see all our team members thrive in every area of life—which is why we take a holistic approach to your well-being.</p>\n<p>The MyWell-Being Program gives you the tools to be active, stay healthy and be your best self. And when you take steps to improve your well-being, you can enjoy the added benefit of lower medical premiums or other MyWell-Being incentives.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-circle.png\" title_text=\"mwb-circle\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" custom_margin=\"-35px|0px|-35px||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||||false|false\" custom_padding=\"0px||7px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"END OF THE CURRENT PROGRAM YEAR\" date_time=\"2025-11-01 16:00\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#162b68\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||-8px||false|false\" custom_padding=\"20px||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eaeaea\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#eaeaea\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-MWB-Program-Guide.pdf\" url_new_window=\"on\" button_text=\"2025 MyWell-Being Program Guide\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://app.member.virginpulse.com/?kc_idp_hint=banner-health\" url_new_window=\"on\" button_text=\"MyWell-Being Platform\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"||||false|false\" custom_padding=\"||20px||false|false\" global_colors_info=\"{}\"]<h2><b>2026 MyWell-Being incentive</b></h2>\n<p><span style=\"color: #000000;\">The MyWell-Being Program is for everybody, and if you want to earn points toward your 2026 MyWell-Being incentive, it’s as easy as making healthy decisions. Team members who participate in the MyWell-Being Program this year, <b>Nov. 1, 2024 – Oct. 31, 2025</b>, and achieve certain point levels by the deadline can earn these rewards in 2026:</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">\n<ul>\n<li>Those enrolled in a Banner Health medical plan in 2025 can earn a $35 – $50 medical premium discount per month. Premium discounts are noted in the adjacent table and based upon your total points earned.</li>\n<li>Those earning a $50/month premium discount will pay NOTHING when enrolled in the Value Plan for team member-only coverage.</li>\n<li><span style=\"color: #000000;\">Those not enrolled in a Banner Health medical plan in 2025 can earn a $180 one-time cash incentive.*</span></li>\n<li><span style=\"color: #000000;\"><span style=\"color: #000000;\">Banner offers Comprehensive (DHMO) Dental and Value Vision at no cost for team member-only coverage to team members achieving level 3+ in Well-Being activities. </span></span><span style=\"font-size: 14px;\"><br />NOTE: Team members in non-DHMO service areas will receive a $10 monthly credit.</span>\n<div></div>\n</li>\n<li><span style=\"color: #000000;\">Newly hired team members that enroll in a Banner Health medical plan for 2024 will automatically receive the $35 medical premium discount per month for calendar year 2024.</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<h6>*Non-medical plan team members, as well as Banner residents and fellows on a medical plan, will receive a $180 one-time cash award in 2026. Cash incentive is taxable.</h6>\n<h6>NOTE: If you participated in the 2024 MyWell-Being Program, the reduced 2025 premiums will not show in the system during the 2025 Open Enrollment. If you met the MyWell-Being qualification by Oct. 31, 2024, your rates will be adjusted in time for the January 2025 payroll deductions.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6228\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h6 style=\"text-align: left;\">*The total premium discount available to earn will be $50 a month, plus complimentary Comprehensive (DHMO) Dental and Value Vision Plans for team member-only coverage.</h6>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/mwb-3.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-7px||18px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.4\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h1><span style=\"color: #ffffff;\">How to get started</span></h1>\n<p><span style=\"color: #ffffff;\"><strong>1.</strong> Join today by visiting our MyWell-Being platform, <a href=\"https://join.personifyhealth.com/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>join.personifyhealth.com/BannerHealth</strong></a>.</span><br /><span style=\"color: #ffffff;\"><strong>2. Download the Personify Health mobile app</strong> for iOS or Android by scanning</span> <span style=\"color: #ffffff;\">the QR code. The first time you log in, you’ll earn bonus points.</span><br /><span style=\"color: #ffffff;\"><strong>3. Connect an activity tracker</strong> to get credit for your steps, active minutes</span> <span style=\"color: #ffffff;\">and sleep. You can sync with many devices and apps<br /><span>    <span style=\"color: #ffffff;\">(</span></span></span><span><span style=\"color: #ffffff;\">Apple Health, Fitbit, Withings, Misfit, etc. )</span><br /></span><span style=\"color: #ffffff;\"><span></span></span><span style=\"color: #ffffff;\"><strong>4. Upload a profile picture</strong> and add some friends and team members.</span><br /><span style=\"color: #ffffff;\"><strong>5. Set your interests</strong> to get personalized daily tips to help you eat</span> <span style=\"color: #ffffff;\">healthy, get active, reduce stress, sleep well and more.</span><br /><span style=\"color: #ffffff;\"><strong>6. Participate in the MyWell-Being Program.</strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#ededed\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-28px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"45px||45px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Reminder for new hires after Oct. 1, 2024:\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|700|||||||\" header_font_size=\"27px\" background_color=\"#e6863e\" background_enable_color=\"on\" custom_button=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>If you’re hired after Oct. 1, you’re already eligible for both the 2024 and 2025 incentives—but register now in the MyWell-Being Program to take care of your well-being. You\'ll begin to earn points for the 2025 program year starting Nov. 1, 2024, and work your way toward your 2026 incentive.</span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Here to support your well-being</span></h1>\n<p>Our MyWell-Being Program encourages all our team members to enhance their lives through our five pillars:<strong> MyGrowth</strong>, <strong>MyPurpose</strong>, <strong>MyCommunity</strong>, <strong>MyHealth</strong> and <strong>MyWealth</strong>. Along with our library of well-being tools and resources located within Virgin Pulse, our team offers well-being services to help you stay healthy and empower you to be your best self. Our services include:</p>\n<ul>\n<li><strong>Health coaching:</strong> Our health coaches provide evidence-based information, positive encouragement and motivation for individuals to achieve their health and wellness goals. Our health coaches provide a personal and tailored approach, accountability, problem solving and client-focused solutions.</li>\n<li><strong>Well-being classes:</strong> Our team and partners offer a variety of classes to help you be your best self. We provide opportunities on a variety of topics including, but not limited to, physical activity, nutrition, self-care, stress management, gratitude, goal setting and finding your purpose.</li>\n<li><strong>Mental health awareness class:</strong> This class creates an awareness and knowledge of the prevalence of mental illness in the workplace and how to get support for yourself or a fellow team member and decrease the stigma surrounding mental health.</li>\n<li><strong>On-site/Virtual Counseling Services:</strong> On-site counseling is available at most Banner acute medical facilities, and virtual counseling is also available through our Employee Assistance Program (Resources for Living). Both options are open to all team members. You can make an appointment today with an on-site or virtual counselor. To learn more about mental health support, read about<strong><a href=\"http://flimp.live/banner-eap-24\"> Resources for Living</a></strong>.</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'MyWell-Being Program', '						', 'inherit', 'closed', 'closed', '', '6223-revision-v1', '', '', '2025-01-02 19:49:43', '2025-01-02 19:49:43', '', 6223, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7855', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7857, 1, '2025-01-02 19:50:46', '2025-01-02 19:50:46', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 MyWell-Being Program\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"ksec-trans\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||10px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.25.2\" custom_margin=\"-50px||-50px||false|false\" global_colors_info=\"{}\"]<p>Banner Health wants to see all our team members thrive in every area of life—which is why we take a holistic approach to your well-being.</p>\n<p>The MyWell-Being Program gives you the tools to be active, stay healthy and be your best self. And when you take steps to improve your well-being, you can enjoy the added benefit of lower medical premiums or other MyWell-Being incentives.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-circle.png\" title_text=\"mwb-circle\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" custom_margin=\"-35px|0px|-35px||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||||false|false\" custom_padding=\"0px||7px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"END OF THE CURRENT PROGRAM YEAR\" date_time=\"2025-11-01 16:00\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#162b68\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||-8px||false|false\" custom_padding=\"20px||20px||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eaeaea\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#eaeaea\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-MWB-Program-Guide.pdf\" url_new_window=\"on\" button_text=\"2025 MyWell-Being Program Guide\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://app.member.virginpulse.com/?kc_idp_hint=banner-health\" url_new_window=\"on\" button_text=\"MyWell-Being Platform\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"||||false|false\" custom_padding=\"||20px||false|false\" global_colors_info=\"{}\"]<h2><b>2026 MyWell-Being incentive</b></h2>\n<p><span style=\"color: #000000;\">The MyWell-Being Program is for everybody, and if you want to earn points toward your 2026 MyWell-Being incentive, it’s as easy as making healthy decisions. Team members who participate in the MyWell-Being Program this year, <b>Nov. 1, 2024 – Oct. 31, 2025</b>, and achieve certain point levels by the deadline can earn these rewards in 2026:</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">\n<ul>\n<li>Those enrolled in a Banner Health medical plan in 2025 can earn a $35 – $50 medical premium discount per month. Premium discounts are noted in the adjacent table and based upon your total points earned.</li>\n<li>Those earning a $50/month premium discount will pay NOTHING when enrolled in the Value Plan for team member-only coverage.</li>\n<li><span style=\"color: #000000;\">Those not enrolled in a Banner Health medical plan in 2025 can earn a $180 one-time cash incentive.*</span></li>\n<li><span style=\"color: #000000;\"><span style=\"color: #000000;\">Banner offers Comprehensive (DHMO) Dental and Value Vision at no cost for team member-only coverage to team members achieving level 3+ in Well-Being activities. </span></span><span style=\"font-size: 14px;\"><br />NOTE: Team members in non-DHMO service areas will receive a $10 monthly credit.</span>\n<div></div>\n</li>\n<li><span style=\"color: #000000;\">Newly hired team members that enroll in a Banner Health medical plan for 2024 will automatically receive the $35 medical premium discount per month for calendar year 2024.</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<h6>*Non-medical plan team members, as well as Banner residents and fellows on a medical plan, will receive a $180 one-time cash award in 2026. Cash incentive is taxable.</h6>\n<h6>NOTE: If you participated in the 2024 MyWell-Being Program, the reduced 2025 premiums will not show in the system during the 2025 Open Enrollment. If you met the MyWell-Being qualification by Oct. 31, 2024, your rates will be adjusted in time for the January 2025 payroll deductions.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6228\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h6 style=\"text-align: left;\">*The total premium discount available to earn will be $50 a month, plus complimentary Comprehensive (DHMO) Dental and Value Vision Plans for team member-only coverage.</h6>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/mwb-3.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-7px||18px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.4\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h1><span style=\"color: #ffffff;\">How to get started</span></h1>\n<p><span style=\"color: #ffffff;\"><strong>1.</strong> Join today by visiting our MyWell-Being platform, <a href=\"https://join.personifyhealth.com/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>join.personifyhealth.com/BannerHealth</strong></a>.</span><br /><span style=\"color: #ffffff;\"><strong>2. Download the Personify Health mobile app</strong> for iOS or Android by scanning</span> <span style=\"color: #ffffff;\">the QR code. The first time you log in, you’ll earn bonus points.</span><br /><span style=\"color: #ffffff;\"><strong>3. Connect an activity tracker</strong> to get credit for your steps, active minutes</span> <span style=\"color: #ffffff;\">and sleep. You can sync with many devices and apps<br /><span>    <span style=\"color: #ffffff;\">(</span></span></span><span><span style=\"color: #ffffff;\">Apple Health, Fitbit, Withings, Misfit, etc. )</span><br /></span><span style=\"color: #ffffff;\"><span></span></span><span style=\"color: #ffffff;\"><strong>4. Upload a profile picture</strong> and add some friends and team members.</span><br /><span style=\"color: #ffffff;\"><strong>5. Set your interests</strong> to get personalized daily tips to help you eat</span> <span style=\"color: #ffffff;\">healthy, get active, reduce stress, sleep well and more.</span><br /><span style=\"color: #ffffff;\"><strong>6. Participate in the MyWell-Being Program.</strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#ededed\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-28px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"45px||45px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Reminder for new hires after Oct. 1, 2024:\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|700|||||||\" header_font_size=\"27px\" background_color=\"#e6863e\" background_enable_color=\"on\" custom_button=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>If you’re hired after Oct. 1, you’re already eligible for both the 2024 and 2025 incentives—but register now in the MyWell-Being Program to take care of your well-being. You\'ll begin to earn points for the 2025 program year starting Nov. 1, 2024, and work your way toward your 2026 incentive.</span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Here to support your well-being</span></h1>\n<p>Our MyWell-Being Program encourages all our team members to enhance their lives through our five pillars:<strong> MyGrowth</strong>, <strong>MyPurpose</strong>, <strong>MyCommunity</strong>, <strong>MyHealth</strong> and <strong>MyWealth</strong>. Along with our library of well-being tools and resources located within Virgin Pulse, our team offers well-being services to help you stay healthy and empower you to be your best self. Our services include:</p>\n<ul>\n<li><strong>Health coaching:</strong> Our health coaches provide evidence-based information, positive encouragement and motivation for individuals to achieve their health and wellness goals. Our health coaches provide a personal and tailored approach, accountability, problem solving and client-focused solutions.</li>\n<li><strong>Well-being classes:</strong> Our team and partners offer a variety of classes to help you be your best self. We provide opportunities on a variety of topics including, but not limited to, physical activity, nutrition, self-care, stress management, gratitude, goal setting and finding your purpose.</li>\n<li><strong>Mental health awareness class:</strong> This class creates an awareness and knowledge of the prevalence of mental illness in the workplace and how to get support for yourself or a fellow team member and decrease the stigma surrounding mental health.</li>\n<li><strong>On-site/Virtual Counseling Services:</strong> On-site counseling is available at most Banner acute medical facilities, and virtual counseling is also available through our Employee Assistance Program (Resources for Living). Both options are open to all team members. You can make an appointment today with an on-site or virtual counselor. To learn more about mental health support, read about<strong><a href=\"http://flimp.live/banner-eap-24\"> Resources for Living</a></strong>.</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'MyWell-Being Program', '						', 'inherit', 'closed', 'closed', '', '6223-revision-v1', '', '', '2025-01-02 19:50:46', '2025-01-02 19:50:46', '', 6223, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7857', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7859, 1, '2025-01-03 15:43:15', '2025-01-03 15:43:15', '', 'main-qr-image-new', '', 'inherit', 'open', 'closed', '', 'main-qr-image-new', '', '', '2025-01-03 15:43:15', '2025-01-03 15:43:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/main-qr-image-new.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7860, 1, '2025-01-03 15:43:24', '2025-01-03 15:43:24', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"98point6 Telecare\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-header-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Get the care you need—anytime, anywhere</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||-29px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>On-demand, virtual care 24/7, 365</strong></h3>\n<p><span style=\"color: #000000;\">At Banner, we know life’s demands can make it hard to prioritize a visit to the doctor. Whether you struggle to find time in your busy work schedule, you’re nervous about uncomfortable face-to-face conversations or simply wish to avoid waiting rooms, 98point6 offers a high-quality, convenient solution for you through your Banner|Aetna plan. </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">With 98point6, you can access text-based care straight from your mobile device. Chat with board-certified physicians about specific health issues or schedule routine preventive care visits at home, at work or on the go. Audio and video support services are also available as needed.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Keep up with preventive care and get help with common conditions like:</strong></h3>\n<p><ul style=\"padding-left:30px\"><span style=\"color: #000000;\">•	Flu\n•	Hypertension\n•	Fungal infections \n•	Prostate questions\n•	Menstrual health\n•	And more[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>How much will virtual care cost me?</strong></h3>\n<p><span style=\"color: #000000;\">• <strong>Cost for Value Plan and Premier Plan members:</strong> $<span data-olk-copy-source=\"MessageBody\">5 out-of-pocket cost per visit</span><br />• <strong>Cost for all others:</strong> $0 out-of-pocket cost per visit</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Plus, 98point6 physicians can diagnose, treat and order labs as needed at no additional cost.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Start a visit as soon and as often as you need</strong></h3>\n<p><span style=\"color: #000000;\">Board-certified physicians are available on demand 24/7 for enrolled members and dependents age 1 and older in all states within the U.S. This may be particularly useful if you’re a Banner team member living outside of Banner domestic network service areas.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Visit</span> <strong><a href=\"https://www.98point6.com/banner-aetna-members/\" target=\"_blank\" rel=\"noopener\">98point6.com/banner-aetna-members</a></strong> <span style=\"color: #000000;\">to learn more.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/main-qr-image-new.jpg\" title_text=\"main-qr-image-new\" url=\"https://98point6.onelink.me/nn3X/71fd964b?af_qr=true\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '98point6', '						', 'inherit', 'closed', 'closed', '', '7816-revision-v1', '', '', '2025-01-03 15:43:24', '2025-01-03 15:43:24', '', 7816, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7860', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7861, 1, '2025-01-03 15:56:14', '2025-01-03 15:56:14', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 MyWell-Being Program\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"ksec-trans\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||10px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.25.2\" custom_margin=\"-50px||-50px||false|false\" global_colors_info=\"{}\"]<p>Banner Health wants to see all our team members thrive in every area of life—which is why we take a holistic approach to your well-being.</p>\n<p>The MyWell-Being Program gives you the tools to be active, stay healthy and be your best self. And when you take steps to improve your well-being, you can enjoy the added benefit of lower medical premiums or other MyWell-Being incentives.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-circle.png\" title_text=\"mwb-circle\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" custom_margin=\"-35px|0px|-35px||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||||false|false\" custom_padding=\"0px||7px||false|false\" hover_enabled=\"0\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_countdown_timer title=\"END OF THE CURRENT PROGRAM YEAR\" date_time=\"2025-11-01 00:00\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#162b68\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||-8px||false|false\" custom_padding=\"20px||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eaeaea\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#eaeaea\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-MWB-Program-Guide.pdf\" url_new_window=\"on\" button_text=\"2025 MyWell-Being Program Guide\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://app.member.virginpulse.com/?kc_idp_hint=banner-health\" url_new_window=\"on\" button_text=\"MyWell-Being Platform\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"||||false|false\" custom_padding=\"||20px||false|false\" global_colors_info=\"{}\"]<h2><b>2026 MyWell-Being incentive</b></h2>\n<p><span style=\"color: #000000;\">The MyWell-Being Program is for everybody, and if you want to earn points toward your 2026 MyWell-Being incentive, it’s as easy as making healthy decisions. Team members who participate in the MyWell-Being Program this year, <b>Nov. 1, 2024 – Oct. 31, 2025</b>, and achieve certain point levels by the deadline can earn these rewards in 2026:</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">\n<ul>\n<li>Those enrolled in a Banner Health medical plan in 2025 can earn a $35 – $50 medical premium discount per month. Premium discounts are noted in the adjacent table and based upon your total points earned.</li>\n<li>Those earning a $50/month premium discount will pay NOTHING when enrolled in the Value Plan for team member-only coverage.</li>\n<li><span style=\"color: #000000;\">Those not enrolled in a Banner Health medical plan in 2025 can earn a $180 one-time cash incentive.*</span></li>\n<li><span style=\"color: #000000;\"><span style=\"color: #000000;\">Banner offers Comprehensive (DHMO) Dental and Value Vision at no cost for team member-only coverage to team members achieving level 3+ in Well-Being activities. </span></span><span style=\"font-size: 14px;\"><br />NOTE: Team members in non-DHMO service areas will receive a $10 monthly credit.</span>\n<div></div>\n</li>\n<li><span style=\"color: #000000;\">Newly hired team members that enroll in a Banner Health medical plan for 2024 will automatically receive the $35 medical premium discount per month for calendar year 2024.</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<h6>*Non-medical plan team members, as well as Banner residents and fellows on a medical plan, will receive a $180 one-time cash award in 2026. Cash incentive is taxable.</h6>\n<h6>NOTE: If you participated in the 2024 MyWell-Being Program, the reduced 2025 premiums will not show in the system during the 2025 Open Enrollment. If you met the MyWell-Being qualification by Oct. 31, 2024, your rates will be adjusted in time for the January 2025 payroll deductions.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6228\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h6 style=\"text-align: left;\">*The total premium discount available to earn will be $50 a month, plus complimentary Comprehensive (DHMO) Dental and Value Vision Plans for team member-only coverage.</h6>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/mwb-3.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-7px||18px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.4\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h1><span style=\"color: #ffffff;\">How to get started</span></h1>\n<p><span style=\"color: #ffffff;\"><strong>1.</strong> Join today by visiting our MyWell-Being platform, <a href=\"https://join.personifyhealth.com/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>join.personifyhealth.com/BannerHealth</strong></a>.</span><br /><span style=\"color: #ffffff;\"><strong>2. Download the Personify Health mobile app</strong> for iOS or Android by scanning</span> <span style=\"color: #ffffff;\">the QR code. The first time you log in, you’ll earn bonus points.</span><br /><span style=\"color: #ffffff;\"><strong>3. Connect an activity tracker</strong> to get credit for your steps, active minutes</span> <span style=\"color: #ffffff;\">and sleep. You can sync with many devices and apps<br /><span>    <span style=\"color: #ffffff;\">(</span></span></span><span><span style=\"color: #ffffff;\">Apple Health, Fitbit, Withings, Misfit, etc. )</span><br /></span><span style=\"color: #ffffff;\"><span></span></span><span style=\"color: #ffffff;\"><strong>4. Upload a profile picture</strong> and add some friends and team members.</span><br /><span style=\"color: #ffffff;\"><strong>5. Set your interests</strong> to get personalized daily tips to help you eat</span> <span style=\"color: #ffffff;\">healthy, get active, reduce stress, sleep well and more.</span><br /><span style=\"color: #ffffff;\"><strong>6. Participate in the MyWell-Being Program.</strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#ededed\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-28px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"45px||45px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Reminder for new hires after Oct. 1, 2024:\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|700|||||||\" header_font_size=\"27px\" background_color=\"#e6863e\" background_enable_color=\"on\" custom_button=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>If you’re hired after Oct. 1, you’re already eligible for both the 2024 and 2025 incentives—but register now in the MyWell-Being Program to take care of your well-being. You\'ll begin to earn points for the 2025 program year starting Nov. 1, 2024, and work your way toward your 2026 incentive.</span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Here to support your well-being</span></h1>\n<p>Our MyWell-Being Program encourages all our team members to enhance their lives through our five pillars:<strong> MyGrowth</strong>, <strong>MyPurpose</strong>, <strong>MyCommunity</strong>, <strong>MyHealth</strong> and <strong>MyWealth</strong>. Along with our library of well-being tools and resources located within Virgin Pulse, our team offers well-being services to help you stay healthy and empower you to be your best self. Our services include:</p>\n<ul>\n<li><strong>Health coaching:</strong> Our health coaches provide evidence-based information, positive encouragement and motivation for individuals to achieve their health and wellness goals. Our health coaches provide a personal and tailored approach, accountability, problem solving and client-focused solutions.</li>\n<li><strong>Well-being classes:</strong> Our team and partners offer a variety of classes to help you be your best self. We provide opportunities on a variety of topics including, but not limited to, physical activity, nutrition, self-care, stress management, gratitude, goal setting and finding your purpose.</li>\n<li><strong>Mental health awareness class:</strong> This class creates an awareness and knowledge of the prevalence of mental illness in the workplace and how to get support for yourself or a fellow team member and decrease the stigma surrounding mental health.</li>\n<li><strong>On-site/Virtual Counseling Services:</strong> On-site counseling is available at most Banner acute medical facilities, and virtual counseling is also available through our Employee Assistance Program (Resources for Living). Both options are open to all team members. You can make an appointment today with an on-site or virtual counselor. To learn more about mental health support, read about<strong><a href=\"http://flimp.live/banner-eap-24\"> Resources for Living</a></strong>.</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'MyWell-Being Program', '						', 'inherit', 'closed', 'closed', '', '6223-revision-v1', '', '', '2025-01-03 15:56:14', '2025-01-03 15:56:14', '', 6223, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7861', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7864, 1, '2025-01-03 15:59:30', '2025-01-03 15:59:30', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 MyWell-Being Program\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"ksec-trans\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||10px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.25.2\" custom_margin=\"-50px||-50px||false|false\" global_colors_info=\"{}\"]<p>Banner Health wants to see all our team members thrive in every area of life—which is why we take a holistic approach to your well-being.</p>\n<p>The MyWell-Being Program gives you the tools to be active, stay healthy and be your best self. And when you take steps to improve your well-being, you can enjoy the added benefit of lower medical premiums or other MyWell-Being incentives.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" background_enable_image=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/mwb-circle.png\" title_text=\"mwb-circle\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" custom_margin=\"-35px|0px|-35px||false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||||false|false\" custom_padding=\"0px||7px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"END OF THE CURRENT PROGRAM YEAR\" date_time=\"2025-11-01 06:00\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#162b68\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||-8px||false|false\" custom_padding=\"20px||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eaeaea\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#eaeaea\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-MWB-Program-Guide.pdf\" url_new_window=\"on\" button_text=\"2025 MyWell-Being Program Guide\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://app.member.virginpulse.com/?kc_idp_hint=banner-health\" url_new_window=\"on\" button_text=\"MyWell-Being Platform\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e6863e\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"||||false|false\" custom_padding=\"||20px||false|false\" global_colors_info=\"{}\"]<h2><b>2026 MyWell-Being incentive</b></h2>\n<p><span style=\"color: #000000;\">The MyWell-Being Program is for everybody, and if you want to earn points toward your 2026 MyWell-Being incentive, it’s as easy as making healthy decisions. Team members who participate in the MyWell-Being Program this year, <b>Nov. 1, 2024 – Oct. 31, 2025</b>, and achieve certain point levels by the deadline can earn these rewards in 2026:</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">\n<ul>\n<li>Those enrolled in a Banner Health medical plan in 2025 can earn a $35 – $50 medical premium discount per month. Premium discounts are noted in the adjacent table and based upon your total points earned.</li>\n<li>Those earning a $50/month premium discount will pay NOTHING when enrolled in the Value Plan for team member-only coverage.</li>\n<li><span style=\"color: #000000;\">Those not enrolled in a Banner Health medical plan in 2025 can earn a $180 one-time cash incentive.*</span></li>\n<li><span style=\"color: #000000;\"><span style=\"color: #000000;\">Banner offers Comprehensive (DHMO) Dental and Value Vision at no cost for team member-only coverage to team members achieving level 3+ in Well-Being activities. </span></span><span style=\"font-size: 14px;\"><br />NOTE: Team members in non-DHMO service areas will receive a $10 monthly credit.</span>\n<div></div>\n</li>\n<li><span style=\"color: #000000;\">Newly hired team members that enroll in a Banner Health medical plan for 2024 will automatically receive the $35 medical premium discount per month for calendar year 2024.</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<h6>*Non-medical plan team members, as well as Banner residents and fellows on a medical plan, will receive a $180 one-time cash award in 2026. Cash incentive is taxable.</h6>\n<h6>NOTE: If you participated in the 2024 MyWell-Being Program, the reduced 2025 premiums will not show in the system during the 2025 Open Enrollment. If you met the MyWell-Being qualification by Oct. 31, 2024, your rates will be adjusted in time for the January 2025 payroll deductions.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6228\"]</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h6 style=\"text-align: left;\">*The total premium discount available to earn will be $50 a month, plus complimentary Comprehensive (DHMO) Dental and Value Vision Plans for team member-only coverage.</h6>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/mwb-3.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#3575ae\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-7px||18px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.4\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h1><span style=\"color: #ffffff;\">How to get started</span></h1>\n<p><span style=\"color: #ffffff;\"><strong>1.</strong> Join today by visiting our MyWell-Being platform, <a href=\"https://join.personifyhealth.com/BannerHealth\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>join.personifyhealth.com/BannerHealth</strong></a>.</span><br /><span style=\"color: #ffffff;\"><strong>2. Download the Personify Health mobile app</strong> for iOS or Android by scanning</span> <span style=\"color: #ffffff;\">the QR code. The first time you log in, you’ll earn bonus points.</span><br /><span style=\"color: #ffffff;\"><strong>3. Connect an activity tracker</strong> to get credit for your steps, active minutes</span> <span style=\"color: #ffffff;\">and sleep. You can sync with many devices and apps<br /><span>    <span style=\"color: #ffffff;\">(</span></span></span><span><span style=\"color: #ffffff;\">Apple Health, Fitbit, Withings, Misfit, etc. )</span><br /></span><span style=\"color: #ffffff;\"><span></span></span><span style=\"color: #ffffff;\"><strong>4. Upload a profile picture</strong> and add some friends and team members.</span><br /><span style=\"color: #ffffff;\"><strong>5. Set your interests</strong> to get personalized daily tips to help you eat</span> <span style=\"color: #ffffff;\">healthy, get active, reduce stress, sleep well and more.</span><br /><span style=\"color: #ffffff;\"><strong>6. Participate in the MyWell-Being Program.</strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#ededed\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-28px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"45px||45px||false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_slide heading=\"Reminder for new hires after Oct. 1, 2024:\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|700|||||||\" header_font_size=\"27px\" background_color=\"#e6863e\" background_enable_color=\"on\" custom_button=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><span>If you’re hired after Oct. 1, you’re already eligible for both the 2024 and 2025 incentives—but register now in the MyWell-Being Program to take care of your well-being. You\'ll begin to earn points for the 2025 program year starting Nov. 1, 2024, and work your way toward your 2026 incentive.</span></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002a4e;\">Here to support your well-being</span></h1>\n<p>Our MyWell-Being Program encourages all our team members to enhance their lives through our five pillars:<strong> MyGrowth</strong>, <strong>MyPurpose</strong>, <strong>MyCommunity</strong>, <strong>MyHealth</strong> and <strong>MyWealth</strong>. Along with our library of well-being tools and resources located within Virgin Pulse, our team offers well-being services to help you stay healthy and empower you to be your best self. Our services include:</p>\n<ul>\n<li><strong>Health coaching:</strong> Our health coaches provide evidence-based information, positive encouragement and motivation for individuals to achieve their health and wellness goals. Our health coaches provide a personal and tailored approach, accountability, problem solving and client-focused solutions.</li>\n<li><strong>Well-being classes:</strong> Our team and partners offer a variety of classes to help you be your best self. We provide opportunities on a variety of topics including, but not limited to, physical activity, nutrition, self-care, stress management, gratitude, goal setting and finding your purpose.</li>\n<li><strong>Mental health awareness class:</strong> This class creates an awareness and knowledge of the prevalence of mental illness in the workplace and how to get support for yourself or a fellow team member and decrease the stigma surrounding mental health.</li>\n<li><strong>On-site/Virtual Counseling Services:</strong> On-site counseling is available at most Banner acute medical facilities, and virtual counseling is also available through our Employee Assistance Program (Resources for Living). Both options are open to all team members. You can make an appointment today with an on-site or virtual counselor. To learn more about mental health support, read about<strong><a href=\"http://flimp.live/banner-eap-24\"> Resources for Living</a></strong>.</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'MyWell-Being Program', '						', 'inherit', 'closed', 'closed', '', '6223-revision-v1', '', '', '2025-01-03 15:59:30', '2025-01-03 15:59:30', '', 6223, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7864', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7865, 1, '2025-01-09 16:08:08', '2025-01-09 16:08:08', '', '2025 Banner Employee Plan BFP $0 List', '', 'inherit', 'open', 'closed', '', '2025-banner-employee-plan-bfp-0-list', '', '', '2025-01-09 16:08:08', '2025-01-09 16:08:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-Banner-Employee-Plan-BFP-0-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7866, 1, '2025-01-09 16:08:11', '2025-01-09 16:08:11', '', '2025 Mental Health Support', '', 'inherit', 'open', 'closed', '', '2025-mental-health-support', '', '', '2025-01-09 16:08:11', '2025-01-09 16:08:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-Mental-Health-Support.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7867, 1, '2025-01-09 16:08:13', '2025-01-09 16:08:13', '', '2025 Preventive Medicine List High Value', '', 'inherit', 'open', 'closed', '', '2025-preventive-medicine-list-high-value', '', '', '2025-01-09 16:08:13', '2025-01-09 16:08:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-Preventive-Medicine-List-High-Value.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7868, 1, '2025-01-09 16:09:06', '2025-01-09 16:09:06', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Resources For Living\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<h2>Life happens. Stress less. Live more.</h2>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Resources For Living, Banner’s Employee Assistance Program (EAP), is here to help make your life easier. You can find services for all aspects of your well-being, including:</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\"><span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><strong>Emotional support</strong>—Talk to a counselor about what’s on your mind—stress, relationships, mood issues and more. Meet face-to-face or by video stream, or get in-the-moment support by phone.</li>\n</ul>\n</span></span>\n<p><span style=\"color: #000000;\"> </span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Legal</strong>—Speak with an attorney about legal issues, like estate planning and family and domestic issues.</span></li>\n<li><span style=\"color: #000000;\"><strong>Daily Life Assistance</strong>—Let our specialists help you solve everyday issues and coordinate caregiving needs.</span><span style=\"color: #000000;\"></span></li>\n</ul>\n</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><strong>Financial</strong>—Discuss budgeting, credit and more with a financial expert.</li>\n<li><span style=\"color: #000000;\"><strong>Daily life assistance</strong>—Let our specialists help you solve everyday issues and coordinate caregiving needs.</span></li>\n<li><span style=\"color: #000000;\"><strong>Website</strong>—Check out video resources, articles, assessments, webinars and more at <strong><a href=\"https://resourcesforliving.com\">resourcesforliving.com</a></strong>. </span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-40px||-20px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-Mental-Health-Support.pdf\" url_new_window=\"on\" button_text=\"2025 Mental Health Support\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4ea2c9\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#79b856\" border_color_all=\"#79b856\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Confidential</span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Resources For Living is available to you and your household members 24 hours a day, 365 days a year. The services are free and confidential.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">\n<strong>866-568-7554</strong><b>\n<span style=\"color: #ffffff;\"><a href=\"https://resourcesforliving.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">resourcesforliving.com</a></span>\nUsername: </b>Banner<b>\nPassword:</b> EAP</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/rfl-2-scaled.jpg\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"155px||155px||false|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'EAP', '						', 'inherit', 'closed', 'closed', '', '6245-revision-v1', '', '', '2025-01-09 16:09:06', '2025-01-09 16:09:06', '', 6245, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7868', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7869, 1, '2025-01-09 16:10:17', '2025-01-09 16:10:17', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Pharmacy through Aetna\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pharmacy.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-11px||8px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" custom_padding=\"40px||28px||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" custom_margin=\"-26px||-50px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>The Banner Health pharmacy plans provide prescription drug benefits through a network of participating pharmacies that includes most major drug store chains, Banner Family Pharmacy and a mail-order program. Pharmacy benefits are administered by Aetna. The chart represents Banner Network (max savings tier) level of coverage.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Banner Network coverage highlights</strong></h2>[/et_pb_text][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6190\"][/et_pb_code][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span style=\"color: #333333;\">*After deductible unless they are on $0 Medications List or First Dollar list. Applies to Value and Premier.</span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Stay in network</p>\n<h6><span style=\"color: #000000;\">Pharmacy plans don’t cover medications purchased at non-network pharmacies. If you use an out-of-network pharmacy, you will be responsible for the entire cost of the medication. <span>In-network pharmacies include BFP, CVS, Safeway, Walmart, Kroger, Albertson\'s and more. Walgreens pharmacies are not included. </span></span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Network coverage highlights are shown here. For complete plan details, click the buttons below.</p>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=31&wpfd_file_id=7624&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Value Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7623&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Premier Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=29&wpfd_file_id=7621&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Choice Plan SBC</span></strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#3576ae\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#3576ae\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=21&wpfd_file_id=5624&token=356bd577c5de2d05f40f8fda9869e2c9&preview=1\" url_new_window=\"on\" button_text=\"Maintenance Medications\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=21&wpfd_file_id=5653&token=&preview=1\" url_new_window=\"on\" button_text=\"Specialty Medications\" button_alignment=\"center\" _builder_version=\"4.27.3\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#FFFFFF\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-Banner-Employee-Plan-BFP-0-List.pdf\" url_new_window=\"on\" button_text=\"$0 Medications List\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#FFFFFF\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-12px||-30px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Ongoing or maintenance prescriptions</strong></span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Filling prescriptions</strong></span></h2>\n<p>When you are prescribed a medication that needs to be filled on a monthly basis (for example, birth control, hormones, blood pressure, etc.), you have two options for ordering it after two Rx fills at any in-network retail pharmacy. Subsequent fills must be made by those listed below.</p>\n<ul>\n<li><strong>Banner Family Pharmacy:</strong> Banner Family Retail or Home Delivery Service (mail order): Prescriptions are delivered to your door. You will receive a discount of 50% off one month’s copay on the Choice Plus Plan by using our Home Delivery Service for your 93-day supply.</li>\n<li><strong>93-day retail supply:</strong> You can receive up to a 93-day supply of your medication at any retail Banner Family Pharmacy.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Specialty medications</strong></span></h2>\n<p>Specialty medications are dispensed by Banner Family Pharmacy — Chandler for 30% coinsurance for the Choice Plus Medical Plan. However, if you participate in the PrudentRx program, you could pay a $0 copay. PrudentRx will find the best savings from manufacturers to help you lower the cost of specialty prescriptions. Choice Plus Plan members will be counseled by Banner Family Pharmacy Specialty upon enrolling in the PrudentRx program.<br /><br /></p>\n<p>&nbsp;\nThe Value and Premier Medical Plans cover specialty medications after the deductible and then the applicable coinsurance.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Zero-dollar medications</strong></span></h2>\n<p>Under all Banner Health medical plans, if you or dependents have specific medical conditions such as asthma, COPD, cardiovascular disease or diabetes, your medications may be free. These medications must be obtained from Banner Family Pharmacy. To view the $0 Medications List, <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=1950&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\">click here</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406-scaled.jpg\" title_text=\"Smiling man spinning basketball on finger against city skyline\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Pharmacy', '						', 'inherit', 'closed', 'closed', '', '6185-revision-v1', '', '', '2025-01-09 16:10:17', '2025-01-09 16:10:17', '', 6185, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7869', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7870, 1, '2025-02-21 15:26:40', '2025-02-21 15:26:40', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.4\" background_enable_color=\"off\" background_enable_video_mp4=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_enable_image=\"off\" background_video_mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/example-3.mp4\" background_enable_video_mp4=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#1d2757\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/blue.gif\" title_text=\"blue\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/orange.gif\" title_text=\"orange\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/green.gif\" title_text=\"green\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"#0977b3\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/boris-misevic-crqFmUw5MrE-unsplash.jpg\" parallax=\"on\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2025-11-16 07:00\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.39)\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#efefef\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color=\"#000000\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\"><strong>Accordion Q&A</strong></span></h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</span>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|700|||||||\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Telehealth\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>\n<br>\n[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\"][/video][/et_pb_accordion_item][et_pb_accordion_item title=\"Dental\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br /></span><span></span></p><br>\n<p>[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\"][/video]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Vision\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span><br>\n[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\"][/video][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>How the HDHP Works</strong></h2>\n<span style=\"font-size: medium;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</span>[/et_pb_text][et_pb_counters _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_counter percent=\"100\" bar_background_color=\"#f48024\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay until you reach the deductible.[/et_pb_counter][et_pb_counter percent=\"20\" bar_background_color=\"#61bb46\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay after you reach the deductible and before the out-of-pocket maximum.[/et_pb_counter][et_pb_counter _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay after you reach the out-of-pocket maximum.[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"44px||47px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter number=\"100\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#f48024\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter number=\"20\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#61bb46\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/bg-dark-scaled.jpg\" parallax=\"on\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Jim Halpert\" job_title=\"Assistant Regional Manager\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/jim.jpg\" quote_icon_color=\"#0977b3\" _builder_version=\"4.27.4\" _module_preset=\"default\" author_text_color=\"#0977b3\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" parallax=\"on\" background_layout=\"dark\" animation_style=\"slide\" animation_duration=\"1200ms\" border_width_all_portrait=\"2px\" border_color_all_portrait=\"#0977b3\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.27.4\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" parallax=\"on\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.4\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">Parallax Background</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Check out the cool effect on the background while scrolling!</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_initial_state=\"all_open\" open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_initial_state=\"all_open\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\n<p>Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<ul>\n<li>Pet insurance</li>\n<li>Financial wellness and ID theft protection</li>\n<li>Life insurance</li>\n<li>Supplemental medical coverage</li>\n<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion db_initial_state=\"all_open\" toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>Save Money on Health Care</strong></span></h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-2.png\" title_text=\"infographic-2\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"84%\" module_alignment=\"center\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=14&amp;wpfd_file_id=7473&amp;token=&amp;preview=1\" style=\"color: #e1e1e1;\">Residents & Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enhancements', '						', 'publish', 'closed', 'closed', '', 'enhancements', '', '', '2025-02-22 19:10:53', '2025-02-22 19:10:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=7870', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7875, 1, '2025-01-14 16:10:57', '2025-01-14 16:10:57', '', 'infographic-1', '', 'inherit', 'open', 'closed', '', 'infographic-1', '', '', '2025-01-14 16:10:57', '2025-01-14 16:10:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7877, 1, '2025-01-14 22:19:48', '2025-01-14 22:19:48', '', 'example-2', '', 'inherit', 'open', 'closed', '', 'example-2', '', '', '2025-01-14 22:19:48', '2025-01-14 22:19:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/example-2.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7888, 1, '2025-01-17 23:36:30', '2025-01-17 23:36:30', '', 'Sequence 01', '', 'inherit', 'open', 'closed', '', 'sequence-01', '', '', '2025-01-17 23:36:30', '2025-01-17 23:36:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/Sequence-01.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7889, 1, '2025-01-17 23:37:25', '2025-01-17 23:37:25', '', 'Sequence 02', '', 'inherit', 'open', 'closed', '', 'sequence-02', '', '', '2025-01-17 23:37:25', '2025-01-17 23:37:25', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/Sequence-02.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7890, 1, '2025-01-17 23:45:41', '2025-01-17 23:45:41', '', 'green', '', 'inherit', 'open', 'closed', '', 'green', '', '', '2025-01-17 23:45:41', '2025-01-17 23:45:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/green.gif', '0', 'attachment', 'image/gif', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7891, 1, '2025-01-17 23:45:48', '2025-01-17 23:45:48', '', 'blue', '', 'inherit', 'open', 'closed', '', 'blue', '', '', '2025-01-17 23:45:48', '2025-01-17 23:45:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/blue.gif', '0', 'attachment', 'image/gif', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7892, 1, '2025-01-17 23:45:57', '2025-01-17 23:45:57', '', 'orange', '', 'inherit', 'open', 'closed', '', 'orange', '', '', '2025-01-17 23:45:57', '2025-01-17 23:45:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/orange.gif', '0', 'attachment', 'image/gif', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7899, 1, '2025-01-21 16:06:50', '2025-01-21 16:06:50', '', 'boris-misevic-crqFmUw5MrE-unsplash', '', 'inherit', 'open', 'closed', '', 'boris-misevic-crqfmuw5mre-unsplash', '', '', '2025-01-21 16:06:50', '2025-01-21 16:06:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/boris-misevic-crqFmUw5MrE-unsplash.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7903, 1, '2025-01-21 16:18:02', '2025-01-21 16:18:02', '', 'infographic-2', '', 'inherit', 'open', 'closed', '', 'infographic-2', '', '', '2025-01-21 16:18:02', '2025-01-21 16:18:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7906, 1, '2025-01-21 16:20:12', '2025-01-21 16:20:12', '', 'jim', '', 'inherit', 'open', 'closed', '', 'jim', '', '', '2025-01-21 16:20:12', '2025-01-21 16:20:12', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/jim.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7909, 1, '2025-01-21 16:27:10', '2025-01-21 16:27:10', '', 'bg-dark', '', 'inherit', 'open', 'closed', '', 'bg-dark', '', '', '2025-01-21 16:27:10', '2025-01-21 16:27:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/bg-dark.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7919, 1, '2025-01-21 19:53:01', '2025-01-21 19:53:01', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.4\" background_enable_color=\"off\" background_enable_video_mp4=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_enable_image=\"off\" background_video_mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/example-2.mp4\" background_enable_video_mp4=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#1d2757\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/blue.gif\" title_text=\"blue\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/orange.gif\" title_text=\"orange\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/green.gif\" title_text=\"green\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"#0977b3\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/boris-misevic-crqFmUw5MrE-unsplash.jpg\" parallax=\"on\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2025-11-16 07:00\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.39)\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Accordion Q&A</strong></span></h2>\n<span style=\"font-size: medium; color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</span>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|700|||||||\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Telehealth\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>\n<br>\n[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\"][/video][/et_pb_accordion_item][et_pb_accordion_item title=\"Dental\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br /></span><span></span></p><br>\n<p>[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\"][/video]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Vision\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span><br>\n[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\"][/video][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>How the HDHP Works</strong></h2>\n<span style=\"font-size: medium;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</span>[/et_pb_text][et_pb_counters _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_counter percent=\"100\" bar_background_color=\"#f48024\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay until you reach the deductible.[/et_pb_counter][et_pb_counter percent=\"20\" bar_background_color=\"#61bb46\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay after you reach the deductible and before the out-of-pocket maximum.[/et_pb_counter][et_pb_counter _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay after you reach the out-of-pocket maximum.[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Percentage 1\" number=\"100\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#f48024\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Percentage 2\" number=\"20\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#61bb46\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Percentage 1\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/bg-dark-scaled.jpg\" parallax=\"on\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Jim Halpert\" job_title=\"Assistant Regional Manager\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/jim.jpg\" quote_icon_color=\"#0977b3\" _builder_version=\"4.27.4\" _module_preset=\"default\" author_text_color=\"#0977b3\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" parallax=\"on\" background_layout=\"dark\" animation_style=\"slide\" animation_duration=\"1200ms\" border_width_all_portrait=\"2px\" border_color_all_portrait=\"#0977b3\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.27.4\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" parallax=\"on\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.4\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">Parallax Background</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Check out the cool effect on the background while scrolling!</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_initial_state=\"all_open\" open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_initial_state=\"all_open\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\n<p>Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<ul>\n<li>Pet insurance</li>\n<li>Financial wellness and ID theft protection</li>\n<li>Life insurance</li>\n<li>Supplemental medical coverage</li>\n<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion db_initial_state=\"all_open\" toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>Save Money on Health Care</strong></span></h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-2.png\" title_text=\"infographic-2\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"84%\" module_alignment=\"center\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=14&amp;wpfd_file_id=7473&amp;token=&amp;preview=1\" style=\"color: #e1e1e1;\">Residents & Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enhancements', '						', 'inherit', 'closed', 'closed', '', '7870-revision-v1', '', '', '2025-01-21 19:53:01', '2025-01-21 19:53:01', '', 7870, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7919', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7921, 1, '2025-01-21 20:46:07', '2025-01-21 20:46:07', '', 'example-3', '', 'inherit', 'open', 'closed', '', 'example-3', '', '', '2025-01-21 20:46:07', '2025-01-21 20:46:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/example-3.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7922, 1, '2025-01-21 20:47:22', '2025-01-21 20:47:22', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.4\" background_enable_color=\"off\" background_enable_video_mp4=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_enable_image=\"off\" background_video_mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/example-3.mp4\" background_enable_video_mp4=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"example-3\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#1d2757\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/blue.gif\" title_text=\"blue\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/orange.gif\" title_text=\"orange\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/green.gif\" title_text=\"green\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"#0977b3\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/boris-misevic-crqFmUw5MrE-unsplash.jpg\" parallax=\"on\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2025-11-16 07:00\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.39)\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Accordion Q&A</strong></span></h2>\n<span style=\"font-size: medium; color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</span>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|700|||||||\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Telehealth\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>\n<br>\n[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\"][/video][/et_pb_accordion_item][et_pb_accordion_item title=\"Dental\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br /></span><span></span></p><br>\n<p>[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\"][/video]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Vision\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span><br>\n[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\"][/video][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>How the HDHP Works</strong></h2>\n<span style=\"font-size: medium;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</span>[/et_pb_text][et_pb_counters _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_counter percent=\"100\" bar_background_color=\"#f48024\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay until you reach the deductible.[/et_pb_counter][et_pb_counter percent=\"20\" bar_background_color=\"#61bb46\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay after you reach the deductible and before the out-of-pocket maximum.[/et_pb_counter][et_pb_counter _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay after you reach the out-of-pocket maximum.[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Percentage 1\" number=\"100\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#f48024\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Percentage 2\" number=\"20\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#61bb46\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Percentage 1\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/bg-dark-scaled.jpg\" parallax=\"on\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Jim Halpert\" job_title=\"Assistant Regional Manager\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/jim.jpg\" quote_icon_color=\"#0977b3\" _builder_version=\"4.27.4\" _module_preset=\"default\" author_text_color=\"#0977b3\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" parallax=\"on\" background_layout=\"dark\" animation_style=\"slide\" animation_duration=\"1200ms\" border_width_all_portrait=\"2px\" border_color_all_portrait=\"#0977b3\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.27.4\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" parallax=\"on\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.4\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">Parallax Background</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Check out the cool effect on the background while scrolling!</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_initial_state=\"all_open\" open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_initial_state=\"all_open\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\n<p>Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<ul>\n<li>Pet insurance</li>\n<li>Financial wellness and ID theft protection</li>\n<li>Life insurance</li>\n<li>Supplemental medical coverage</li>\n<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion db_initial_state=\"all_open\" toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>Save Money on Health Care</strong></span></h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-2.png\" title_text=\"infographic-2\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"84%\" module_alignment=\"center\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=14&amp;wpfd_file_id=7473&amp;token=&amp;preview=1\" style=\"color: #e1e1e1;\">Residents & Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enhancements', '						', 'inherit', 'closed', 'closed', '', '7870-revision-v1', '', '', '2025-01-21 20:47:22', '2025-01-21 20:47:22', '', 7870, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7922', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7923, 1, '2025-01-21 20:49:30', '2025-01-21 20:49:30', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.4\" background_enable_color=\"off\" background_enable_video_mp4=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_enable_image=\"off\" background_video_mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/example-3.mp4\" background_enable_video_mp4=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#1d2757\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/blue.gif\" title_text=\"blue\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/orange.gif\" title_text=\"orange\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/green.gif\" title_text=\"green\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"#0977b3\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/boris-misevic-crqFmUw5MrE-unsplash.jpg\" parallax=\"on\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2025-11-16 07:00\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.39)\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Accordion Q&A</strong></span></h2>\n<span style=\"font-size: medium; color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</span>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|700|||||||\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Telehealth\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>\n<br>\n[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\"][/video][/et_pb_accordion_item][et_pb_accordion_item title=\"Dental\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br /></span><span></span></p><br>\n<p>[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\"][/video]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Vision\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span><br>\n[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\"][/video][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>How the HDHP Works</strong></h2>\n<span style=\"font-size: medium;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</span>[/et_pb_text][et_pb_counters _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_counter percent=\"100\" bar_background_color=\"#f48024\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay until you reach the deductible.[/et_pb_counter][et_pb_counter percent=\"20\" bar_background_color=\"#61bb46\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay after you reach the deductible and before the out-of-pocket maximum.[/et_pb_counter][et_pb_counter _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay after you reach the out-of-pocket maximum.[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||||false|false\" custom_padding=\"44px||47px||false|false\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter number=\"100\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#f48024\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter number=\"20\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#61bb46\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/bg-dark-scaled.jpg\" parallax=\"on\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Jim Halpert\" job_title=\"Assistant Regional Manager\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/jim.jpg\" quote_icon_color=\"#0977b3\" _builder_version=\"4.27.4\" _module_preset=\"default\" author_text_color=\"#0977b3\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" parallax=\"on\" background_layout=\"dark\" animation_style=\"slide\" animation_duration=\"1200ms\" border_width_all_portrait=\"2px\" border_color_all_portrait=\"#0977b3\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.27.4\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" parallax=\"on\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.4\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">Parallax Background</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Check out the cool effect on the background while scrolling!</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_initial_state=\"all_open\" open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_initial_state=\"all_open\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\n<p>Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<ul>\n<li>Pet insurance</li>\n<li>Financial wellness and ID theft protection</li>\n<li>Life insurance</li>\n<li>Supplemental medical coverage</li>\n<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion db_initial_state=\"all_open\" toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>Save Money on Health Care</strong></span></h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-2.png\" title_text=\"infographic-2\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"84%\" module_alignment=\"center\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=14&amp;wpfd_file_id=7473&amp;token=&amp;preview=1\" style=\"color: #e1e1e1;\">Residents & Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enhancements', '						', 'inherit', 'closed', 'closed', '', '7870-revision-v1', '', '', '2025-01-21 20:49:30', '2025-01-21 20:49:30', '', 7870, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7923', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7926, 1, '2025-01-21 20:52:08', '2025-01-21 20:52:08', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.4\" background_enable_color=\"off\" background_enable_video_mp4=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_enable_image=\"off\" background_video_mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/example-3.mp4\" background_enable_video_mp4=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#1d2757\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/blue.gif\" title_text=\"blue\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/orange.gif\" title_text=\"orange\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/green.gif\" title_text=\"green\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"#0977b3\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/boris-misevic-crqFmUw5MrE-unsplash.jpg\" parallax=\"on\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2025-11-16 07:00\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.39)\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#efefef\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color=\"#000000\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\"><strong>Accordion Q&A</strong></span></h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</span>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|700|||||||\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Telehealth\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>\n<br>\n[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Telehealth.mp4\"][/video][/et_pb_accordion_item][et_pb_accordion_item title=\"Dental\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br /></span><span></span></p><br>\n<p>[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\"][/video]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Vision\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span><br>\n[video width=\"1280\" height=\"720\" mp4=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Vision.mp4\"][/video][/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>How the HDHP Works</strong></h2>\n<span style=\"font-size: medium;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</span>[/et_pb_text][et_pb_counters _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_counter percent=\"100\" bar_background_color=\"#f48024\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay until you reach the deductible.[/et_pb_counter][et_pb_counter percent=\"20\" bar_background_color=\"#61bb46\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay after you reach the deductible and before the out-of-pocket maximum.[/et_pb_counter][et_pb_counter _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" bar_background_color_default=\"#0977b3\" use_percentages=\"on\"]You pay after you reach the out-of-pocket maximum.[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"44px||47px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter number=\"100\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#f48024\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter number=\"20\" _builder_version=\"4.27.4\" _module_preset=\"default\" number_text_color=\"#61bb46\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/bg-dark-scaled.jpg\" parallax=\"on\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Jim Halpert\" job_title=\"Assistant Regional Manager\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/jim.jpg\" quote_icon_color=\"#0977b3\" _builder_version=\"4.27.4\" _module_preset=\"default\" author_text_color=\"#0977b3\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" parallax=\"on\" background_layout=\"dark\" animation_style=\"slide\" animation_duration=\"1200ms\" border_width_all_portrait=\"2px\" border_color_all_portrait=\"#0977b3\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.27.4\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" parallax=\"on\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.4\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">Parallax Background</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Check out the cool effect on the background while scrolling!</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_initial_state=\"all_open\" open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_initial_state=\"all_open\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\n<p>Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<ul>\n<li>Pet insurance</li>\n<li>Financial wellness and ID theft protection</li>\n<li>Life insurance</li>\n<li>Supplemental medical coverage</li>\n<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion db_initial_state=\"all_open\" toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES & PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>Save Money on Health Care</strong></span></h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/infographic-2.png\" title_text=\"infographic-2\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"84%\" module_alignment=\"center\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=14&amp;wpfd_file_id=7473&amp;token=&amp;preview=1\" style=\"color: #e1e1e1;\">Residents & Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enhancements', '						', 'inherit', 'closed', 'closed', '', '7870-revision-v1', '', '', '2025-01-21 20:52:08', '2025-01-21 20:52:08', '', 7870, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7926', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7930, 1, '2025-01-28 21:09:00', '2025-01-28 21:09:00', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Voluntary Benefits\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/voluntary.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#f0f6fb\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">These voluntary benefits are designed to complement your traditional benefit plans by supporting other areas of your life. Use these plans to support your pets, financial and legal wellness.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-27px||||false|false\" custom_padding=\"||13px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"TEAM MEMBER PREMIUMS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"RESIDENT AND FELLOW BENEFITS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">PetPartners</span></strong></h3>\n<p><span style=\"color: #000000;\">Your pets are part of your family, so it’s important to your emotional and financial well-being to get them the care they need. PetPartners pet insurance, underwritten by Independence American Insurance Company, provides you reimbursement toward the cost of veterinary and pet health care expenses for your cats and dogs. It’s simple to use—take your pet to any licensed vet of your choice (no networks), submit a claim and get reimbursed for eligible expenses. Coverage is provided for accidents, injuries, illnesses, surgeries, medications and pre-existing conditions.* It even includes coverage for preventive care like vaccinations, parasite prevention and wellness exams, and there is no deductible for covered wellness services. Click here to learn more about<strong><a href=\"https://independenceamerican.com/\" target=\"_blank\" rel=\"noopener\"> PetPartners pet insurance</a></strong>.</span></p>\n<p><span style=\"color: #3575ae;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"-25px||||false|false\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s a few things to know:</span></strong></h3>[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"What pets are eligible for coverage?\" open=\"on\" open_toggle_text_color=\"#000000\" _builder_version=\"4.25.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\"]Dogs and cats at least eight weeks old up to 10 years old are eligible to enroll.[/et_pb_accordion_item][et_pb_accordion_item title=\"Will my pets lose coverage due to age?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">No. Your pet must be under 11 years old as of the policy effective date, but once your pet is enrolled, we will never cancel your pet’s coverage because of their age.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are wellness services covered under the plan?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Yes, the plan covers wellness items like vaccinations, routine testing, dental cleaning, spaying/neutering and microchipping.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What veterinarians can I visit?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Visit any licensed veterinarian or veterinarian clinic. Simply pay for the service, then submit a claim and get reimbursed for eligible expenses.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"After enrolling my pet in coverage, what should I do?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Log in to your</span> <strong><a href=\"http://portal.independenceamerican.com/login?groupNumber=GPPI-00259\" target=\"_blank\" rel=\"noopener\">pet portal</a></strong> <span style=\"color: #000000;\">to add your pet’s information.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I receive coverage if my pet has pre-existing conditions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span><span style=\"color: #000000;\">Yes! PetPartners offers coverage for pre-existing conditions on Accident and Illness plans after a 12-month waiting period. We cover commonly excluded conditions such as cancer, urinary tract infections, chronic ear infections, gastrointestinal issues and more. Contact the Customer Care team at 800-956-2495 or </span><strong><a href=\"mailto:mypolicy@petpartners.com\">mypolicy@petpartners.com</a></strong>.</span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span style=\"color: #000000;\"><i>*Pre-existing condition coverage may require a 365-day waiting period. Waiting period may be waived with prior </i></span><span style=\"color: #000000;\"><i>coverage for Accident and Illness plans. Participation in this plan is voluntary and not subject to ERISA.</i></span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s how PetPartners\npet insurance works:</span></strong></h3>\n<ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Visit your vet (or any licensed vet or clinic)</span></li>\n	<li><span style=\"color: #000000;\">Pay your vet then submit a claim</span></li>\n	<li><span style=\"color: #000000;\">Get reimbursed for eligible expenses</span></li>\n</ul>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=2169&token=4ab7bb9afea91bd9a2abebf2bc220b17&preview=1\" url_new_window=\"on\" button_text=\"PET PARTNERS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pp-1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"metlife-legal\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">MetLife Legal Plans</span></strong></h3>\n<p><span style=\"color: #000000;\">Quality legal assistance can be pricey. And it can be hard to know where to turn to find an attorney you trust. For $6 per paycheck, you can have a team of top attorneys ready to help you take care of life’s planned and unplanned legal events, such as:</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Getting married</li>\n<li>Starting a family</li>\n<li><span style=\"color: #000000;\">Sending kids off to college</span></li>\n<li><span style=\"color: #000000;\">Caregiving for aging parents</span></li>\n<li><span style=\"color: #000000;\">Civil litigation and incompetency defense</span></li>\n<li><span style=\"color: #000000;\">Adoption and legitimization (contested)</span></li>\n<li><span style=\"color: #000000;\">Protection from domestic violence</span></li>\n<li><span style=\"color: #000000;\">And more</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\">To learn more, visit <strong><a href=\"http://info.legalplans.com/\" target=\"_blank\" rel=\"noopener\">info.legalplans.com</a></strong> and enter access code <span style=\"color: #3575ae;\"><span style=\"color: #000000;\">3090010 or call 800-821-6400, <br />8 a.m. – 8 p.m. (MST), Monday through Friday.</span></span></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/1.jpg\" title_text=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=7474&token=&preview=1\" url_new_window=\"on\" button_text=\"METLIFE LEGAL PLAN OVERVIEW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"7032\"][/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-1-2-3.png\" width=\"2560\" height=\"847\" alt=\"\" class=\"wp-image-7404 alignnone size-full\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"id-theft\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,2_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2.jpg\" title_text=\"2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">With this program, you’ll have access to a mobile app with one-touch, 24/7 assistance from a knowledgeable Resolution Center Support Team that will work with you until your issues are completely resolved.<br /></span></p>[/et_pb_text][et_pb_button button_url=\"https://www.experian.com\" url_new_window=\"on\" button_text=\"VISIT EXPERIAN.COM\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial Wellness and Identity Theft Protection with Experian</span></strong></h3>\n<span style=\"color: #000000;\">Rest easy knowing your online and financial health is being looked out for. With the Financial Wellness with Identity Protection plan through Experian, you’ll get access to a variety of tools to improve your financial wellness, plus active identity monitoring and protection. The online financial management center connects all your accounts in one place and provides insights to help you reach your goals. The Identity Theft Protection Program monitors:</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Your credit</span></li>\n	<li><span style=\"color: #000000;\">Social Security number</span></li>\n	<li><span style=\"color: #000000;\">Bank account</span></li>\n	<li><span style=\"color: #000000;\">Credit cards</span></li>\n	<li><span style=\"color: #000000;\">Court records</span></li>\n	<li><span style=\"color: #000000;\">Dark web</span></li>\n	<li><span style=\"color: #000000;\">Data breaches</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The Financial Wellness Program includes: </span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Personalized financial insights and recommendations to help you achieve your goals and improve your credit</li>\n<li><span style=\"color: #000000;\">Automated budgeting and cash flow management tools powered by AI</span></li>\n<li><span style=\"color: #000000;\">Real-time credit alerts and easy disputes</span></li>\n<li><span style=\"color: #000000;\">Device protection services: Secure VPN, Password Manager, Safe Browser</span></li>\n<li><span style=\"color: #000000;\">Credit monitoring with real time alerts and CreditLock</span></li>\n<li><span style=\"color: #000000;\">Social media and child monitoring</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"long-term-care\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Long-term care insurance</strong></span></h3>\n<p><span style=\"color: #000000;\"><strong>Prepare for the future with long-term care insurance</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Fortify the future for you and your family. Home health care, assisted living and nursing home care can be costly. Long-term care insurance through Legacy Services can provide an extra layer of security in the next season of life. Learn the ins and outs through education seminars, chat with an expert about the application process and costs and view sample pricing for both traditional- and hybrid-care options. A member of Legacy Services walks through the following topics for team members, spouses and extended family:</span><span style=\"color: #000000;\"> </span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Determining coverage options, price comparisons and plan details</span></li>\n<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n<li><span style=\"color: #000000;\">The costs of long-term care</span></li>\n<li><span style=\"color: #000000;\">Whether long-term care insurance is the right option</span></li>\n<li><span style=\"color: #000000;\">The application and underwriting process</span></li>\n</ul></ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">You may apply any time during the year. Applicants must be age 18 – 79 and reside in the U.S. Eligible applicants include all team members, spouses/partners and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.</span><br /><br /><span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://legacyltci.com\" target=\"_blank\" rel=\"noopener\">legacyltci.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta button_text=\"Click Here\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<span style=\"color: #ffffff;\">Contact Legacy Services to schedule your comprehensive phone consultation at 800-230-3398 or online at <a href=\"https://legacyltci.com/phone-consultation\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/phone-consultation</b></a>. When you schedule a phone consultation, Legacy will email you personal price sheets comparing the top traditional and hybrid policies. For sample pricing, visit <a href=\"https://legacyltci.com/sample-pricing\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/sample-pricing</b></a>.</span>[/et_pb_cta][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/ltc-new.jpg\" title_text=\"ltc-new\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Voluntary Benefits', '						', 'inherit', 'closed', 'closed', '', '6153-revision-v1', '', '', '2025-01-28 21:09:00', '2025-01-28 21:09:00', '', 6153, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7930', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7932, 1, '2025-01-28 21:09:44', '2025-01-28 21:09:44', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Voluntary Benefits\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/voluntary.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#f0f6fb\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">These voluntary benefits are designed to complement your traditional benefit plans by supporting other areas of your life. Use these plans to support your pets, financial and legal wellness.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-27px||||false|false\" custom_padding=\"||13px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"TEAM MEMBER PREMIUMS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"RESIDENT AND FELLOW BENEFITS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">PetPartners</span></strong></h3>\n<p><span style=\"color: #000000;\">Your pets are part of your family, so it’s important to your emotional and financial well-being to get them the care they need. PetPartners pet insurance, underwritten by Independence American Insurance Company, provides you reimbursement toward the cost of veterinary and pet health care expenses for your cats and dogs. It’s simple to use—take your pet to any licensed vet of your choice (no networks), submit a claim and get reimbursed for eligible expenses. Coverage is provided for accidents, injuries, illnesses, surgeries, medications and pre-existing conditions.* It even includes coverage for preventive care like vaccinations, parasite prevention and wellness exams, and there is no deductible for covered wellness services. Click here to learn more about<strong><a href=\"https://independenceamerican.com/\" target=\"_blank\" rel=\"noopener\"> PetPartners pet insurance</a></strong>.</span></p>\n<p><span style=\"color: #3575ae;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"-25px||||false|false\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s a few things to know:</span></strong></h3>[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"What pets are eligible for coverage?\" open=\"on\" open_toggle_text_color=\"#000000\" _builder_version=\"4.25.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\"]Dogs and cats at least eight weeks old up to 10 years old are eligible to enroll.[/et_pb_accordion_item][et_pb_accordion_item title=\"Will my pets lose coverage due to age?\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">Yes, the plan covers wellness items like vaccinations, routine testing, dental claims related to accidents and trauma, spaying/neutering and microchipping.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are wellness services covered under the plan?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Yes, the plan covers wellness items like vaccinations, routine testing, dental cleaning, spaying/neutering and microchipping.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What veterinarians can I visit?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Visit any licensed veterinarian or veterinarian clinic. Simply pay for the service, then submit a claim and get reimbursed for eligible expenses.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"After enrolling my pet in coverage, what should I do?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Log in to your</span> <strong><a href=\"http://portal.independenceamerican.com/login?groupNumber=GPPI-00259\" target=\"_blank\" rel=\"noopener\">pet portal</a></strong> <span style=\"color: #000000;\">to add your pet’s information.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I receive coverage if my pet has pre-existing conditions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span><span style=\"color: #000000;\">Yes! PetPartners offers coverage for pre-existing conditions on Accident and Illness plans after a 12-month waiting period. We cover commonly excluded conditions such as cancer, urinary tract infections, chronic ear infections, gastrointestinal issues and more. Contact the Customer Care team at 800-956-2495 or </span><strong><a href=\"mailto:mypolicy@petpartners.com\">mypolicy@petpartners.com</a></strong>.</span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span style=\"color: #000000;\"><i>*Pre-existing condition coverage may require a 365-day waiting period. Waiting period may be waived with prior </i></span><span style=\"color: #000000;\"><i>coverage for Accident and Illness plans. Participation in this plan is voluntary and not subject to ERISA.</i></span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s how PetPartners\npet insurance works:</span></strong></h3>\n<ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Visit your vet (or any licensed vet or clinic)</span></li>\n	<li><span style=\"color: #000000;\">Pay your vet then submit a claim</span></li>\n	<li><span style=\"color: #000000;\">Get reimbursed for eligible expenses</span></li>\n</ul>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=2169&token=4ab7bb9afea91bd9a2abebf2bc220b17&preview=1\" url_new_window=\"on\" button_text=\"PET PARTNERS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pp-1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"metlife-legal\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">MetLife Legal Plans</span></strong></h3>\n<p><span style=\"color: #000000;\">Quality legal assistance can be pricey. And it can be hard to know where to turn to find an attorney you trust. For $6 per paycheck, you can have a team of top attorneys ready to help you take care of life’s planned and unplanned legal events, such as:</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Getting married</li>\n<li>Starting a family</li>\n<li><span style=\"color: #000000;\">Sending kids off to college</span></li>\n<li><span style=\"color: #000000;\">Caregiving for aging parents</span></li>\n<li><span style=\"color: #000000;\">Civil litigation and incompetency defense</span></li>\n<li><span style=\"color: #000000;\">Adoption and legitimization (contested)</span></li>\n<li><span style=\"color: #000000;\">Protection from domestic violence</span></li>\n<li><span style=\"color: #000000;\">And more</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\">To learn more, visit <strong><a href=\"http://info.legalplans.com/\" target=\"_blank\" rel=\"noopener\">info.legalplans.com</a></strong> and enter access code <span style=\"color: #3575ae;\"><span style=\"color: #000000;\">3090010 or call 800-821-6400, <br />8 a.m. – 8 p.m. (MST), Monday through Friday.</span></span></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/1.jpg\" title_text=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=7474&token=&preview=1\" url_new_window=\"on\" button_text=\"METLIFE LEGAL PLAN OVERVIEW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"7032\"][/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-1-2-3.png\" width=\"2560\" height=\"847\" alt=\"\" class=\"wp-image-7404 alignnone size-full\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"id-theft\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,2_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2.jpg\" title_text=\"2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">With this program, you’ll have access to a mobile app with one-touch, 24/7 assistance from a knowledgeable Resolution Center Support Team that will work with you until your issues are completely resolved.<br /></span></p>[/et_pb_text][et_pb_button button_url=\"https://www.experian.com\" url_new_window=\"on\" button_text=\"VISIT EXPERIAN.COM\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial Wellness and Identity Theft Protection with Experian</span></strong></h3>\n<span style=\"color: #000000;\">Rest easy knowing your online and financial health is being looked out for. With the Financial Wellness with Identity Protection plan through Experian, you’ll get access to a variety of tools to improve your financial wellness, plus active identity monitoring and protection. The online financial management center connects all your accounts in one place and provides insights to help you reach your goals. The Identity Theft Protection Program monitors:</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Your credit</span></li>\n	<li><span style=\"color: #000000;\">Social Security number</span></li>\n	<li><span style=\"color: #000000;\">Bank account</span></li>\n	<li><span style=\"color: #000000;\">Credit cards</span></li>\n	<li><span style=\"color: #000000;\">Court records</span></li>\n	<li><span style=\"color: #000000;\">Dark web</span></li>\n	<li><span style=\"color: #000000;\">Data breaches</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The Financial Wellness Program includes: </span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Personalized financial insights and recommendations to help you achieve your goals and improve your credit</li>\n<li><span style=\"color: #000000;\">Automated budgeting and cash flow management tools powered by AI</span></li>\n<li><span style=\"color: #000000;\">Real-time credit alerts and easy disputes</span></li>\n<li><span style=\"color: #000000;\">Device protection services: Secure VPN, Password Manager, Safe Browser</span></li>\n<li><span style=\"color: #000000;\">Credit monitoring with real time alerts and CreditLock</span></li>\n<li><span style=\"color: #000000;\">Social media and child monitoring</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"long-term-care\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Long-term care insurance</strong></span></h3>\n<p><span style=\"color: #000000;\"><strong>Prepare for the future with long-term care insurance</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Fortify the future for you and your family. Home health care, assisted living and nursing home care can be costly. Long-term care insurance through Legacy Services can provide an extra layer of security in the next season of life. Learn the ins and outs through education seminars, chat with an expert about the application process and costs and view sample pricing for both traditional- and hybrid-care options. A member of Legacy Services walks through the following topics for team members, spouses and extended family:</span><span style=\"color: #000000;\"> </span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Determining coverage options, price comparisons and plan details</span></li>\n<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n<li><span style=\"color: #000000;\">The costs of long-term care</span></li>\n<li><span style=\"color: #000000;\">Whether long-term care insurance is the right option</span></li>\n<li><span style=\"color: #000000;\">The application and underwriting process</span></li>\n</ul></ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">You may apply any time during the year. Applicants must be age 18 – 79 and reside in the U.S. Eligible applicants include all team members, spouses/partners and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.</span><br /><br /><span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://legacyltci.com\" target=\"_blank\" rel=\"noopener\">legacyltci.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta button_text=\"Click Here\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<span style=\"color: #ffffff;\">Contact Legacy Services to schedule your comprehensive phone consultation at 800-230-3398 or online at <a href=\"https://legacyltci.com/phone-consultation\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/phone-consultation</b></a>. When you schedule a phone consultation, Legacy will email you personal price sheets comparing the top traditional and hybrid policies. For sample pricing, visit <a href=\"https://legacyltci.com/sample-pricing\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/sample-pricing</b></a>.</span>[/et_pb_cta][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/ltc-new.jpg\" title_text=\"ltc-new\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Voluntary Benefits', '						', 'inherit', 'closed', 'closed', '', '6153-revision-v1', '', '', '2025-01-28 21:09:44', '2025-01-28 21:09:44', '', 6153, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7932', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7933, 1, '2025-01-28 21:09:51', '2025-01-28 21:09:51', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Voluntary Benefits\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/voluntary.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#f0f6fb\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">These voluntary benefits are designed to complement your traditional benefit plans by supporting other areas of your life. Use these plans to support your pets, financial and legal wellness.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-27px||||false|false\" custom_padding=\"||13px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"TEAM MEMBER PREMIUMS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"RESIDENT AND FELLOW BENEFITS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">PetPartners</span></strong></h3>\n<p><span style=\"color: #000000;\">Your pets are part of your family, so it’s important to your emotional and financial well-being to get them the care they need. PetPartners pet insurance, underwritten by Independence American Insurance Company, provides you reimbursement toward the cost of veterinary and pet health care expenses for your cats and dogs. It’s simple to use—take your pet to any licensed vet of your choice (no networks), submit a claim and get reimbursed for eligible expenses. Coverage is provided for accidents, injuries, illnesses, surgeries, medications and pre-existing conditions.* It even includes coverage for preventive care like vaccinations, parasite prevention and wellness exams, and there is no deductible for covered wellness services. Click here to learn more about<strong><a href=\"https://independenceamerican.com/\" target=\"_blank\" rel=\"noopener\"> PetPartners pet insurance</a></strong>.</span></p>\n<p><span style=\"color: #3575ae;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"-25px||||false|false\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s a few things to know:</span></strong></h3>[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"What pets are eligible for coverage?\" open=\"on\" open_toggle_text_color=\"#000000\" _builder_version=\"4.25.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\"]Dogs and cats at least eight weeks old up to 10 years old are eligible to enroll.[/et_pb_accordion_item][et_pb_accordion_item title=\"Will my pets lose coverage due to age?\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Yes, the plan covers wellness items like vaccinations, routine testing, dental claims related to accidents and trauma, spaying/neutering and microchipping.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are wellness services covered under the plan?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Yes, the plan covers wellness items like vaccinations, routine testing, dental cleaning, spaying/neutering and microchipping.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What veterinarians can I visit?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Visit any licensed veterinarian or veterinarian clinic. Simply pay for the service, then submit a claim and get reimbursed for eligible expenses.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"After enrolling my pet in coverage, what should I do?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Log in to your</span> <strong><a href=\"http://portal.independenceamerican.com/login?groupNumber=GPPI-00259\" target=\"_blank\" rel=\"noopener\">pet portal</a></strong> <span style=\"color: #000000;\">to add your pet’s information.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I receive coverage if my pet has pre-existing conditions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span><span style=\"color: #000000;\">Yes! PetPartners offers coverage for pre-existing conditions on Accident and Illness plans after a 12-month waiting period. We cover commonly excluded conditions such as cancer, urinary tract infections, chronic ear infections, gastrointestinal issues and more. Contact the Customer Care team at 800-956-2495 or </span><strong><a href=\"mailto:mypolicy@petpartners.com\">mypolicy@petpartners.com</a></strong>.</span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span style=\"color: #000000;\"><i>*Pre-existing condition coverage may require a 365-day waiting period. Waiting period may be waived with prior </i></span><span style=\"color: #000000;\"><i>coverage for Accident and Illness plans. Participation in this plan is voluntary and not subject to ERISA.</i></span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s how PetPartners\npet insurance works:</span></strong></h3>\n<ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Visit your vet (or any licensed vet or clinic)</span></li>\n	<li><span style=\"color: #000000;\">Pay your vet then submit a claim</span></li>\n	<li><span style=\"color: #000000;\">Get reimbursed for eligible expenses</span></li>\n</ul>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=2169&token=4ab7bb9afea91bd9a2abebf2bc220b17&preview=1\" url_new_window=\"on\" button_text=\"PET PARTNERS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pp-1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"metlife-legal\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">MetLife Legal Plans</span></strong></h3>\n<p><span style=\"color: #000000;\">Quality legal assistance can be pricey. And it can be hard to know where to turn to find an attorney you trust. For $6 per paycheck, you can have a team of top attorneys ready to help you take care of life’s planned and unplanned legal events, such as:</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Getting married</li>\n<li>Starting a family</li>\n<li><span style=\"color: #000000;\">Sending kids off to college</span></li>\n<li><span style=\"color: #000000;\">Caregiving for aging parents</span></li>\n<li><span style=\"color: #000000;\">Civil litigation and incompetency defense</span></li>\n<li><span style=\"color: #000000;\">Adoption and legitimization (contested)</span></li>\n<li><span style=\"color: #000000;\">Protection from domestic violence</span></li>\n<li><span style=\"color: #000000;\">And more</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\">To learn more, visit <strong><a href=\"http://info.legalplans.com/\" target=\"_blank\" rel=\"noopener\">info.legalplans.com</a></strong> and enter access code <span style=\"color: #3575ae;\"><span style=\"color: #000000;\">3090010 or call 800-821-6400, <br />8 a.m. – 8 p.m. (MST), Monday through Friday.</span></span></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/1.jpg\" title_text=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=7474&token=&preview=1\" url_new_window=\"on\" button_text=\"METLIFE LEGAL PLAN OVERVIEW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"7032\"][/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-1-2-3.png\" width=\"2560\" height=\"847\" alt=\"\" class=\"wp-image-7404 alignnone size-full\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"id-theft\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,2_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2.jpg\" title_text=\"2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">With this program, you’ll have access to a mobile app with one-touch, 24/7 assistance from a knowledgeable Resolution Center Support Team that will work with you until your issues are completely resolved.<br /></span></p>[/et_pb_text][et_pb_button button_url=\"https://www.experian.com\" url_new_window=\"on\" button_text=\"VISIT EXPERIAN.COM\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial Wellness and Identity Theft Protection with Experian</span></strong></h3>\n<span style=\"color: #000000;\">Rest easy knowing your online and financial health is being looked out for. With the Financial Wellness with Identity Protection plan through Experian, you’ll get access to a variety of tools to improve your financial wellness, plus active identity monitoring and protection. The online financial management center connects all your accounts in one place and provides insights to help you reach your goals. The Identity Theft Protection Program monitors:</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Your credit</span></li>\n	<li><span style=\"color: #000000;\">Social Security number</span></li>\n	<li><span style=\"color: #000000;\">Bank account</span></li>\n	<li><span style=\"color: #000000;\">Credit cards</span></li>\n	<li><span style=\"color: #000000;\">Court records</span></li>\n	<li><span style=\"color: #000000;\">Dark web</span></li>\n	<li><span style=\"color: #000000;\">Data breaches</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The Financial Wellness Program includes: </span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Personalized financial insights and recommendations to help you achieve your goals and improve your credit</li>\n<li><span style=\"color: #000000;\">Automated budgeting and cash flow management tools powered by AI</span></li>\n<li><span style=\"color: #000000;\">Real-time credit alerts and easy disputes</span></li>\n<li><span style=\"color: #000000;\">Device protection services: Secure VPN, Password Manager, Safe Browser</span></li>\n<li><span style=\"color: #000000;\">Credit monitoring with real time alerts and CreditLock</span></li>\n<li><span style=\"color: #000000;\">Social media and child monitoring</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"long-term-care\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Long-term care insurance</strong></span></h3>\n<p><span style=\"color: #000000;\"><strong>Prepare for the future with long-term care insurance</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Fortify the future for you and your family. Home health care, assisted living and nursing home care can be costly. Long-term care insurance through Legacy Services can provide an extra layer of security in the next season of life. Learn the ins and outs through education seminars, chat with an expert about the application process and costs and view sample pricing for both traditional- and hybrid-care options. A member of Legacy Services walks through the following topics for team members, spouses and extended family:</span><span style=\"color: #000000;\"> </span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Determining coverage options, price comparisons and plan details</span></li>\n<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n<li><span style=\"color: #000000;\">The costs of long-term care</span></li>\n<li><span style=\"color: #000000;\">Whether long-term care insurance is the right option</span></li>\n<li><span style=\"color: #000000;\">The application and underwriting process</span></li>\n</ul></ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">You may apply any time during the year. Applicants must be age 18 – 79 and reside in the U.S. Eligible applicants include all team members, spouses/partners and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.</span><br /><br /><span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://legacyltci.com\" target=\"_blank\" rel=\"noopener\">legacyltci.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta button_text=\"Click Here\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<span style=\"color: #ffffff;\">Contact Legacy Services to schedule your comprehensive phone consultation at 800-230-3398 or online at <a href=\"https://legacyltci.com/phone-consultation\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/phone-consultation</b></a>. When you schedule a phone consultation, Legacy will email you personal price sheets comparing the top traditional and hybrid policies. For sample pricing, visit <a href=\"https://legacyltci.com/sample-pricing\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/sample-pricing</b></a>.</span>[/et_pb_cta][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/ltc-new.jpg\" title_text=\"ltc-new\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Voluntary Benefits', '						', 'inherit', 'closed', 'closed', '', '6153-revision-v1', '', '', '2025-01-28 21:09:51', '2025-01-28 21:09:51', '', 6153, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7933', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7935, 1, '2025-01-28 21:10:31', '2025-01-28 21:10:31', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Voluntary Benefits\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/voluntary.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#f0f6fb\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">These voluntary benefits are designed to complement your traditional benefit plans by supporting other areas of your life. Use these plans to support your pets, financial and legal wellness.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-27px||||false|false\" custom_padding=\"||13px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"TEAM MEMBER PREMIUMS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"RESIDENT AND FELLOW BENEFITS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">PetPartners</span></strong></h3>\n<p><span style=\"color: #000000;\">Your pets are part of your family, so it’s important to your emotional and financial well-being to get them the care they need. PetPartners pet insurance, underwritten by Independence American Insurance Company, provides you reimbursement toward the cost of veterinary and pet health care expenses for your cats and dogs. It’s simple to use—take your pet to any licensed vet of your choice (no networks), submit a claim and get reimbursed for eligible expenses. Coverage is provided for accidents, injuries, illnesses, surgeries, medications and pre-existing conditions.* It even includes coverage for preventive care like vaccinations, parasite prevention and wellness exams, and there is no deductible for covered wellness services. Click here to learn more about<strong><a href=\"https://independenceamerican.com/\" target=\"_blank\" rel=\"noopener\"> PetPartners pet insurance</a></strong>.</span></p>\n<p><span style=\"color: #3575ae;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"-25px||||false|false\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s a few things to know:</span></strong></h3>[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"What pets are eligible for coverage?\" open=\"on\" open_toggle_text_color=\"#000000\" _builder_version=\"4.25.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\"]Dogs and cats at least eight weeks old up to 10 years old are eligible to enroll.[/et_pb_accordion_item][et_pb_accordion_item title=\"Will my pets lose coverage due to age?\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">No. Your pet must be under 11 years old as of the policy effective date, but once your pet is enrolled, we will never cancel your pet’s coverage because of their age.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are wellness services covered under the plan?\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p><span style=\"color: #000000;\">Yes, the plan covers wellness items like vaccinations, routine testing, dental claims related to accidents and trauma, spaying/neutering and microchipping.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What veterinarians can I visit?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Visit any licensed veterinarian or veterinarian clinic. Simply pay for the service, then submit a claim and get reimbursed for eligible expenses.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"After enrolling my pet in coverage, what should I do?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Log in to your</span> <strong><a href=\"http://portal.independenceamerican.com/login?groupNumber=GPPI-00259\" target=\"_blank\" rel=\"noopener\">pet portal</a></strong> <span style=\"color: #000000;\">to add your pet’s information.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I receive coverage if my pet has pre-existing conditions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span><span style=\"color: #000000;\">Yes! PetPartners offers coverage for pre-existing conditions on Accident and Illness plans after a 12-month waiting period. We cover commonly excluded conditions such as cancer, urinary tract infections, chronic ear infections, gastrointestinal issues and more. Contact the Customer Care team at 800-956-2495 or </span><strong><a href=\"mailto:mypolicy@petpartners.com\">mypolicy@petpartners.com</a></strong>.</span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span style=\"color: #000000;\"><i>*Pre-existing condition coverage may require a 365-day waiting period. Waiting period may be waived with prior </i></span><span style=\"color: #000000;\"><i>coverage for Accident and Illness plans. Participation in this plan is voluntary and not subject to ERISA.</i></span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s how PetPartners\npet insurance works:</span></strong></h3>\n<ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Visit your vet (or any licensed vet or clinic)</span></li>\n	<li><span style=\"color: #000000;\">Pay your vet then submit a claim</span></li>\n	<li><span style=\"color: #000000;\">Get reimbursed for eligible expenses</span></li>\n</ul>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=2169&token=4ab7bb9afea91bd9a2abebf2bc220b17&preview=1\" url_new_window=\"on\" button_text=\"PET PARTNERS\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pp-1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"metlife-legal\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">MetLife Legal Plans</span></strong></h3>\n<p><span style=\"color: #000000;\">Quality legal assistance can be pricey. And it can be hard to know where to turn to find an attorney you trust. For $6 per paycheck, you can have a team of top attorneys ready to help you take care of life’s planned and unplanned legal events, such as:</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Getting married</li>\n<li>Starting a family</li>\n<li><span style=\"color: #000000;\">Sending kids off to college</span></li>\n<li><span style=\"color: #000000;\">Caregiving for aging parents</span></li>\n<li><span style=\"color: #000000;\">Civil litigation and incompetency defense</span></li>\n<li><span style=\"color: #000000;\">Adoption and legitimization (contested)</span></li>\n<li><span style=\"color: #000000;\">Protection from domestic violence</span></li>\n<li><span style=\"color: #000000;\">And more</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\">To learn more, visit <strong><a href=\"http://info.legalplans.com/\" target=\"_blank\" rel=\"noopener\">info.legalplans.com</a></strong> and enter access code <span style=\"color: #3575ae;\"><span style=\"color: #000000;\">3090010 or call 800-821-6400, <br />8 a.m. – 8 p.m. (MST), Monday through Friday.</span></span></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/1.jpg\" title_text=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=7474&token=&preview=1\" url_new_window=\"on\" button_text=\"METLIFE LEGAL PLAN OVERVIEW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"7032\"][/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-1-2-3.png\" width=\"2560\" height=\"847\" alt=\"\" class=\"wp-image-7404 alignnone size-full\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"id-theft\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,2_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2.jpg\" title_text=\"2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">With this program, you’ll have access to a mobile app with one-touch, 24/7 assistance from a knowledgeable Resolution Center Support Team that will work with you until your issues are completely resolved.<br /></span></p>[/et_pb_text][et_pb_button button_url=\"https://www.experian.com\" url_new_window=\"on\" button_text=\"VISIT EXPERIAN.COM\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial Wellness and Identity Theft Protection with Experian</span></strong></h3>\n<span style=\"color: #000000;\">Rest easy knowing your online and financial health is being looked out for. With the Financial Wellness with Identity Protection plan through Experian, you’ll get access to a variety of tools to improve your financial wellness, plus active identity monitoring and protection. The online financial management center connects all your accounts in one place and provides insights to help you reach your goals. The Identity Theft Protection Program monitors:</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Your credit</span></li>\n	<li><span style=\"color: #000000;\">Social Security number</span></li>\n	<li><span style=\"color: #000000;\">Bank account</span></li>\n	<li><span style=\"color: #000000;\">Credit cards</span></li>\n	<li><span style=\"color: #000000;\">Court records</span></li>\n	<li><span style=\"color: #000000;\">Dark web</span></li>\n	<li><span style=\"color: #000000;\">Data breaches</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The Financial Wellness Program includes: </span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Personalized financial insights and recommendations to help you achieve your goals and improve your credit</li>\n<li><span style=\"color: #000000;\">Automated budgeting and cash flow management tools powered by AI</span></li>\n<li><span style=\"color: #000000;\">Real-time credit alerts and easy disputes</span></li>\n<li><span style=\"color: #000000;\">Device protection services: Secure VPN, Password Manager, Safe Browser</span></li>\n<li><span style=\"color: #000000;\">Credit monitoring with real time alerts and CreditLock</span></li>\n<li><span style=\"color: #000000;\">Social media and child monitoring</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"long-term-care\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Long-term care insurance</strong></span></h3>\n<p><span style=\"color: #000000;\"><strong>Prepare for the future with long-term care insurance</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Fortify the future for you and your family. Home health care, assisted living and nursing home care can be costly. Long-term care insurance through Legacy Services can provide an extra layer of security in the next season of life. Learn the ins and outs through education seminars, chat with an expert about the application process and costs and view sample pricing for both traditional- and hybrid-care options. A member of Legacy Services walks through the following topics for team members, spouses and extended family:</span><span style=\"color: #000000;\"> </span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Determining coverage options, price comparisons and plan details</span></li>\n<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n<li><span style=\"color: #000000;\">The costs of long-term care</span></li>\n<li><span style=\"color: #000000;\">Whether long-term care insurance is the right option</span></li>\n<li><span style=\"color: #000000;\">The application and underwriting process</span></li>\n</ul></ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">You may apply any time during the year. Applicants must be age 18 – 79 and reside in the U.S. Eligible applicants include all team members, spouses/partners and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.</span><br /><br /><span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://legacyltci.com\" target=\"_blank\" rel=\"noopener\">legacyltci.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta button_text=\"Click Here\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<span style=\"color: #ffffff;\">Contact Legacy Services to schedule your comprehensive phone consultation at 800-230-3398 or online at <a href=\"https://legacyltci.com/phone-consultation\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/phone-consultation</b></a>. When you schedule a phone consultation, Legacy will email you personal price sheets comparing the top traditional and hybrid policies. For sample pricing, visit <a href=\"https://legacyltci.com/sample-pricing\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/sample-pricing</b></a>.</span>[/et_pb_cta][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/ltc-new.jpg\" title_text=\"ltc-new\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Voluntary Benefits', '						', 'inherit', 'closed', 'closed', '', '6153-revision-v1', '', '', '2025-01-28 21:10:31', '2025-01-28 21:10:31', '', 6153, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7935', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7936, 1, '2025-01-29 20:09:15', '2025-01-29 20:09:15', '', '2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3', '', 'inherit', 'open', 'closed', '', '2025_banner_8-5x11_dependent_eligibility_matrix_flyer_d1_01282025_v3', '', '', '2025-01-29 20:09:15', '2025-01-29 20:09:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7937, 1, '2025-01-29 20:09:18', '2025-01-29 20:09:18', '', '2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_01282025_V3', '', 'inherit', 'open', 'closed', '', '2025_banner_8-5x11_qle_meeting_in_a_box_flyer_d1_01282025_v3', '', '', '2025-01-29 20:09:18', '2025-01-29 20:09:18', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_01282025_V3.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7938, 1, '2025-01-29 20:10:07', '2025-01-29 20:10:07', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Dependent verification\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/dep-verification.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#ffffff\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #242424;\">Dependent verification is required for new family members to be covered:<br /></span></p>\n<ul>\n<li><span style=\"color: #242424;\">You’ll need to provide certain documents to prove any newly enrolled family members you add for coverage (spouse, children, etc.) meet the eligibility requirements.</span></li>\n<li><span style=\"color: #242424;\">Review and/or provide your dependent’s Social Security number (SSN) and phone number.</span></li>\n<li><span style=\"color: #242424;\">Check the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for a list of the required documents.</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p><span style=\"color: #242424;\">Collecting proof of eligibility helps us comply with requirements for our benefits plans. More importantly, it helps manage costs for you and for Banner by ensuring we aren’t paying claims for individuals who shouldn’t be enrolled. Be sure to submit your documents by the deadline listed in the enrollment system.</span></p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" open_toggle_text_color=\"#0977b3\" open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#0977b3\" closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#0977b3\" disabled_on=\"on|on|on\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#0977b3\" border_radii=\"on|20px|20px|20px|20px\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #2\" open=\"on\" open_toggle_text_color=\"#0977b3\" _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" border_width_all=\"2px\" border_color_all=\"#0977b3\" global_colors_info=\"{}\" toggle_text_color=\"#0977b3\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4255108/519f7155817fc90888bfa7d079a29354 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dependent Verification', '						', 'inherit', 'closed', 'closed', '', '6014-revision-v1', '', '', '2025-01-29 20:10:07', '2025-01-29 20:10:07', '', 6014, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7938', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7941, 1, '2025-01-29 20:15:21', '2025-01-29 20:15:21', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Qualifying Life Events\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/qle-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span style=\"color: #242424;\">Did you get married or have a baby this year? When you experience a Qualifying Life Event, your enrollment must be completed within 31 days of the Qualifying Life Event date, and you will be required to supply additional documents to support your life event. Click <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_01282025_V3.pdf\" target=\"_blank\" rel=\"noopener\">here</a></strong> to learn more about specific life events and your ability to request changes.\n<span style=\"color: #242424;\">\nSome of the most common Qualifying Life Events include:</span></span>\n\n</span>\n<ul><ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Change in marital status (e.g., marriage, divorce, deceased spouse)</li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your spouse’s employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Change in your employment status resulting in a loss or gain of coverage</span></span></li>\n	<li><span style=\"color: #242424;\"><span style=\"color: #242424;\">Enrollment in Medicare or Medicaid</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Qualifying Life Events', '						', 'inherit', 'closed', 'closed', '', '6021-revision-v1', '', '', '2025-01-29 20:15:21', '2025-01-29 20:15:21', '', 6021, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7941', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7942, 1, '2025-01-29 21:50:51', '2025-01-29 21:50:51', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Plan Documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/docs-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024 Banner Benefits Guide\" button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2024-Banner-Benefit-Guide.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.25.2\" header_text_color=\"#005d9c\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#005d9c\" button_border_width=\"1\" button_border_color=\"#005d9c\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.21.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"26\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.16\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"9\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"14\"]</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"15\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"10\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.17.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<br /><span></span>[wpfd_category id=\"16\"]<br /><a href=\"https://health1.aetna.com/app/public/#/one/insurerCode=AETNACVS_I&amp;brandCode=ALICSI/machine-readable-transparency-in-coverage?searchTerm=98533722&amp;lock=true\" target=\"_blank\" rel=\"noopener\" style=\"color: #666667;\">Click here to view the <strong>Transparency in Coverage MRF</strong>.</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6282-revision-v1', '', '', '2025-01-29 21:50:51', '2025-01-29 21:50:51', '', 6282, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7942', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7943, 1, '2025-02-11 22:27:04', '2025-02-11 22:27:04', '', '2025 DHMO Policy Amendment', '', 'publish', 'closed', 'closed', '', '2025-dhmo-policy-amendment', '', '', '2025-02-11 22:27:04', '2025-02-11 22:27:04', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abceb86bab0.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7944, 1, '2025-02-11 22:27:04', '2025-02-11 22:27:04', '', '2025 Extra Territorial Rider CDC', '', 'publish', 'closed', 'closed', '', '2025-extra-territorial-rider-cdc', '', '', '2025-02-11 22:27:04', '2025-02-11 22:27:04', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abceb882a1d.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7945, 1, '2025-02-11 22:27:05', '2025-02-11 22:27:05', '', '2025 Premier Ortho Passive Dental Plan SPD', '', 'publish', 'closed', 'closed', '', '2025-premier-ortho-passive-dental-plan-spd', '', '', '2025-02-11 22:27:05', '2025-02-11 22:27:05', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abceb914bcc.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7946, 1, '2025-02-11 22:27:05', '2025-02-11 22:27:05', '', '2025 Premier Dental Plan SPD', '', 'publish', 'closed', 'closed', '', '2025-premier-dental-plan-spd', '', '', '2025-02-11 22:27:05', '2025-02-11 22:27:05', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abceb932cfb.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7947, 1, '2025-02-11 22:27:06', '2025-02-11 22:27:06', '', '2025 DHMO Certificate', '', 'publish', 'closed', 'closed', '', '2025-dhmo-certificate', '', '', '2025-02-11 22:27:06', '2025-02-11 22:27:06', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abceba227ac.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7948, 1, '2025-02-11 22:27:09', '2025-02-11 22:27:09', '', '2025 Value Dental Plan SPD', '', 'publish', 'closed', 'closed', '', '2025-value-dental-plan-spd', '', '', '2025-02-11 22:27:09', '2025-02-11 22:27:09', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/17/67abcebd31a56.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7949, 1, '2025-02-11 22:30:00', '2025-02-11 22:30:00', '', '2025 Drug Exclusions Plan Drug List', '', 'publish', 'closed', 'closed', '', '2025-drug-exclusions-plan-drug-list', '', '', '2025-02-11 22:30:00', '2025-02-11 22:30:00', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/67abcf684d795.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7950, 1, '2025-02-11 22:30:00', '2025-02-11 22:30:00', '', '2025 Maintenance Medicine Drug List', '', 'publish', 'closed', 'closed', '', '2025-maintenance-medicine-drug-list', '', '', '2025-02-11 22:30:00', '2025-02-11 22:30:00', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/67abcf6862a1f.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7951, 1, '2025-02-11 22:30:00', '2025-02-11 22:30:00', '', '2025 Specialty Drug List', '', 'publish', 'closed', 'closed', '', '2025-specialty-drug-list', '', '', '2025-02-11 22:30:00', '2025-02-11 22:30:00', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/21/67abcf686b43f.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7952, 1, '2025-02-11 22:32:43', '2025-02-11 22:32:43', '', '2025 Mental Health Support', '', 'publish', 'closed', 'closed', '', '2025-mental-health-support-2', '', '', '2025-02-11 22:32:43', '2025-02-11 22:32:43', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/67abd00ba6abd.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7953, 1, '2025-02-11 22:37:43', '2025-02-11 22:37:43', '', '1095-C Notice of Availability', '', 'publish', 'closed', 'closed', '', '1095-c-notice-of-availability', '', '', '2025-02-11 22:37:43', '2025-02-11 22:37:43', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/16/67abd137c4d70.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7954, 1, '2025-02-12 21:06:00', '2025-02-12 21:06:00', '', 'PetPartners Coverage Summary', '', 'publish', 'closed', 'closed', '', 'petpartners-coverage-summary', '', '', '2025-02-18 22:39:56', '2025-02-18 22:39:56', '', '0', '/home3/mybenef9/public_html/bannerbenefits/wp-content/uploads/wpfd/10/67ad0d62ef14a.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7955, 1, '2025-02-12 21:07:39', '2025-02-12 21:07:39', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Voluntary Benefits\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/voluntary.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#f0f6fb\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">These voluntary benefits are designed to complement your traditional benefit plans by supporting other areas of your life. Use these plans to support your pets, financial and legal wellness.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-27px||||false|false\" custom_padding=\"||13px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=15&wpfd_file_id=7312&token=&preview=1\" url_new_window=\"on\" button_text=\"TEAM MEMBER PREMIUMS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" url_new_window=\"on\" button_text=\"RESIDENT AND FELLOW BENEFITS\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"pet-insurance\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">PetPartners</span></strong></h3>\n<p><span style=\"color: #000000;\">Your pets are part of your family, so it’s important to your emotional and financial well-being to get them the care they need. PetPartners pet insurance, underwritten by Independence American Insurance Company, provides you reimbursement toward the cost of veterinary and pet health care expenses for your cats and dogs. It’s simple to use—take your pet to any licensed vet of your choice (no networks), submit a claim and get reimbursed for eligible expenses. Coverage is provided for accidents, injuries, illnesses, surgeries, medications and pre-existing conditions.* It even includes coverage for preventive care like vaccinations, parasite prevention and wellness exams, and there is no deductible for covered wellness services. Click here to learn more about<strong><a href=\"https://independenceamerican.com/\" target=\"_blank\" rel=\"noopener\"> PetPartners pet insurance</a></strong>.</span></p>\n<p><span style=\"color: #3575ae;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_margin=\"-25px||||false|false\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s a few things to know:</span></strong></h3>[/et_pb_text][et_pb_accordion module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" closed_toggle_font=\"|700|||||||\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"What pets are eligible for coverage?\" open=\"on\" open_toggle_text_color=\"#000000\" _builder_version=\"4.25.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" toggle_font=\"|700|||||||\"]Dogs and cats at least eight weeks old up to 10 years old are eligible to enroll.[/et_pb_accordion_item][et_pb_accordion_item title=\"Will my pets lose coverage due to age?\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">No. Your pet must be under 11 years old as of the policy effective date, but once your pet is enrolled, we will never cancel your pet’s coverage because of their age.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are wellness services covered under the plan?\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Yes, the plan covers wellness items like vaccinations, routine testing, dental claims related to accidents and trauma, spaying/neutering and microchipping.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What veterinarians can I visit?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Visit any licensed veterinarian or veterinarian clinic. Simply pay for the service, then submit a claim and get reimbursed for eligible expenses.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"After enrolling my pet in coverage, what should I do?\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span style=\"color: #000000;\">Log in to your</span> <strong><a href=\"http://portal.independenceamerican.com/login?groupNumber=GPPI-00259\" target=\"_blank\" rel=\"noopener\">pet portal</a></strong> <span style=\"color: #000000;\">to add your pet’s information.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I receive coverage if my pet has pre-existing conditions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p><span><span style=\"color: #000000;\">Yes! PetPartners offers coverage for pre-existing conditions on Accident and Illness plans after a 12-month waiting period. We cover commonly excluded conditions such as cancer, urinary tract infections, chronic ear infections, gastrointestinal issues and more. Contact the Customer Care team at 800-956-2495 or </span><strong><a href=\"mailto:mypolicy@petpartners.com\">mypolicy@petpartners.com</a></strong>.</span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span style=\"color: #000000;\"><i>*Pre-existing condition coverage may require a 365-day waiting period. Waiting period may be waived with prior </i></span><span style=\"color: #000000;\"><i>coverage for Accident and Illness plans. Participation in this plan is voluntary and not subject to ERISA.</i></span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Here’s how PetPartners\npet insurance works:</span></strong></h3>\n<ul style=\"padding-left: 30px;\">\n	<span style=\"color: #000000;\"><li>Visit your vet (or any licensed vet or clinic)</span></li>\n	<li><span style=\"color: #000000;\">Pay your vet then submit a claim</span></li>\n	<li><span style=\"color: #000000;\">Get reimbursed for eligible expenses</span></li>\n</ul>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=7954&token=b310b1d9d70bc6beb1cfe853cbe47309&preview=1\" url_new_window=\"on\" button_text=\"PET PARTNERS\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pp-1.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"metlife-legal\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">MetLife Legal Plans</span></strong></h3>\n<p><span style=\"color: #000000;\">Quality legal assistance can be pricey. And it can be hard to know where to turn to find an attorney you trust. For $6 per paycheck, you can have a team of top attorneys ready to help you take care of life’s planned and unplanned legal events, such as:</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Getting married</li>\n<li>Starting a family</li>\n<li><span style=\"color: #000000;\">Sending kids off to college</span></li>\n<li><span style=\"color: #000000;\">Caregiving for aging parents</span></li>\n<li><span style=\"color: #000000;\">Civil litigation and incompetency defense</span></li>\n<li><span style=\"color: #000000;\">Adoption and legitimization (contested)</span></li>\n<li><span style=\"color: #000000;\">Protection from domestic violence</span></li>\n<li><span style=\"color: #000000;\">And more</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\">To learn more, visit <strong><a href=\"http://info.legalplans.com/\" target=\"_blank\" rel=\"noopener\">info.legalplans.com</a></strong> and enter access code <span style=\"color: #3575ae;\"><span style=\"color: #000000;\">3090010 or call 800-821-6400, <br />8 a.m. – 8 p.m. (MST), Monday through Friday.</span></span></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/1.jpg\" title_text=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=10&wpfd_file_id=7474&token=&preview=1\" url_new_window=\"on\" button_text=\"METLIFE LEGAL PLAN OVERVIEW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"7032\"][/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-1-2-3.png\" width=\"2560\" height=\"847\" alt=\"\" class=\"wp-image-7404 alignnone size-full\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"id-theft\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,2_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/2.jpg\" title_text=\"2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">With this program, you’ll have access to a mobile app with one-touch, 24/7 assistance from a knowledgeable Resolution Center Support Team that will work with you until your issues are completely resolved.<br /></span></p>[/et_pb_text][et_pb_button button_url=\"https://www.experian.com\" url_new_window=\"on\" button_text=\"VISIT EXPERIAN.COM\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong><span style=\"color: #000000;\">Financial Wellness and Identity Theft Protection with Experian</span></strong></h3>\n<span style=\"color: #000000;\">Rest easy knowing your online and financial health is being looked out for. With the Financial Wellness with Identity Protection plan through Experian, you’ll get access to a variety of tools to improve your financial wellness, plus active identity monitoring and protection. The online financial management center connects all your accounts in one place and provides insights to help you reach your goals. The Identity Theft Protection Program monitors:</span>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<ul><ul style=\"padding-left:30px\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Your credit</span></li>\n	<li><span style=\"color: #000000;\">Social Security number</span></li>\n	<li><span style=\"color: #000000;\">Bank account</span></li>\n	<li><span style=\"color: #000000;\">Credit cards</span></li>\n	<li><span style=\"color: #000000;\">Court records</span></li>\n	<li><span style=\"color: #000000;\">Dark web</span></li>\n	<li><span style=\"color: #000000;\">Data breaches</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The Financial Wellness Program includes: </span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Personalized financial insights and recommendations to help you achieve your goals and improve your credit</li>\n<li><span style=\"color: #000000;\">Automated budgeting and cash flow management tools powered by AI</span></li>\n<li><span style=\"color: #000000;\">Real-time credit alerts and easy disputes</span></li>\n<li><span style=\"color: #000000;\">Device protection services: Secure VPN, Password Manager, Safe Browser</span></li>\n<li><span style=\"color: #000000;\">Credit monitoring with real time alerts and CreditLock</span></li>\n<li><span style=\"color: #000000;\">Social media and child monitoring</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"long-term-care\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Long-term care insurance</strong></span></h3>\n<p><span style=\"color: #000000;\"><strong>Prepare for the future with long-term care insurance</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Fortify the future for you and your family. Home health care, assisted living and nursing home care can be costly. Long-term care insurance through Legacy Services can provide an extra layer of security in the next season of life. Learn the ins and outs through education seminars, chat with an expert about the application process and costs and view sample pricing for both traditional- and hybrid-care options. A member of Legacy Services walks through the following topics for team members, spouses and extended family:</span><span style=\"color: #000000;\"> </span></p>\n<span style=\"color: #000000;\">\n<ul><ul style=\"padding-left:30px\">\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Determining coverage options, price comparisons and plan details</span></li>\n<li><span style=\"color: #000000;\">Potential tax advantages</span></li>\n<li><span style=\"color: #000000;\">The costs of long-term care</span></li>\n<li><span style=\"color: #000000;\">Whether long-term care insurance is the right option</span></li>\n<li><span style=\"color: #000000;\">The application and underwriting process</span></li>\n</ul></ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">You may apply any time during the year. Applicants must be age 18 – 79 and reside in the U.S. Eligible applicants include all team members, spouses/partners and extended family members. Acceptance is not guaranteed. An application covering health history must be completed.</span><br /><br /><span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://legacyltci.com\" target=\"_blank\" rel=\"noopener\">legacyltci.com</a></strong>.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta button_text=\"Click Here\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<span style=\"color: #ffffff;\">Contact Legacy Services to schedule your comprehensive phone consultation at 800-230-3398 or online at <a href=\"https://legacyltci.com/phone-consultation\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/phone-consultation</b></a>. When you schedule a phone consultation, Legacy will email you personal price sheets comparing the top traditional and hybrid policies. For sample pricing, visit <a href=\"https://legacyltci.com/sample-pricing\" style=\"color: #ffffff;\"target=\"_blank\" rel=\"noopener\"><b>legacyltci.com/sample-pricing</b></a>.</span>[/et_pb_cta][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/ltc-new.jpg\" title_text=\"ltc-new\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Voluntary Benefits', '						', 'inherit', 'closed', 'closed', '', '6153-revision-v1', '', '', '2025-02-12 21:07:39', '2025-02-12 21:07:39', '', 6153, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7955', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7958, 1, '2025-02-25 17:10:16', '2025-02-25 17:10:16', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Supplemental health plans\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sup-health.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">If there’s an emergency or you end up in the hospital, health insurance helps with the medical expenses. These voluntary insurance options, available through Aetna, are designed to complement your medical plan and help cover any extra expenses that may arise. They pay a cash benefit you can use for your deductible, coinsurance or even things like child care, utility bills or mortgage payments.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Hospital indemnity</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you’re admitted to the hospital, mental disorder treatment facility or substance abuse treatment facility.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"]<h2><strong>Critical illness</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Critical Illness Plan pays you a lump-sum benefit to help cover health care costs and other expenses when you’re diagnosed with a covered condition, like heart attack, cancer or stroke. And when you complete a qualified health screening test, you can receive $50 per plan year.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Accident</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Accident Plan helps you pay for health care costs and other expenses when you have a covered injury.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://vimeopro.com/diginovations/hospital\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-1.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6459 alignnone size-full\" /></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"http://vimeopro.com/diginovations/critical-illness\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-2.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6465 alignnone size-full\" />[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"http://vimeopro.com/diginovations/accident\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-3.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6466 alignnone size-full\" />[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2027&token=&preview=1\" url_new_window=\"on\" button_text=\"HOSPITAL INDEMNITY (ENG)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2028&token=&preview=1\" url_new_window=\"on\" button_text=\"HOSPITAL INDEMNITY (SPA)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2024&token=&preview=1\" url_new_window=\"on\" button_text=\"CRITICAL ILLNESS (ENG)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2023&token=&preview=1\" url_new_window=\"on\" button_text=\"CRITICAL ILLNESS (SPA)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2016&token=&preview=1\" url_new_window=\"on\" button_text=\"ACCIDENT PLAN (ENG)\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=2015&token=&preview=1\" url_new_window=\"on\" button_text=\"ACCIDENT PLAN (SPA)\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Health Plans', '						', 'inherit', 'closed', 'closed', '', '6217-revision-v1', '', '', '2025-02-25 17:10:16', '2025-02-25 17:10:16', '', 6217, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7958', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7960, 1, '2025-02-25 17:12:27', '2025-02-25 17:12:27', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Supplemental health plans\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/sup-health.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">If there’s an emergency or you end up in the hospital, health insurance helps with the medical expenses. These voluntary insurance options, available through Aetna, are designed to complement your medical plan and help cover any extra expenses that may arise. They pay a cash benefit you can use for your deductible, coinsurance or even things like child care, utility bills or mortgage payments.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Hospital indemnity</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you’re admitted to the hospital, mental disorder treatment facility or substance abuse treatment facility.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"]<h2><strong>Critical illness</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Critical Illness Plan pays you a lump-sum benefit to help cover health care costs and other expenses when you’re diagnosed with a covered condition, like heart attack, cancer or stroke. And when you complete a qualified health screening test, you can receive $50 per plan year.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Accident</strong></h2>\n<p><span style=\"color: #000000;\">The Aetna Accident Plan helps you pay for health care costs and other expenses when you have a covered injury.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://vimeopro.com/diginovations/hospital\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-1.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6459 alignnone size-full\" /></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"http://vimeopro.com/diginovations/critical-illness\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-2.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6465 alignnone size-full\" />[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"http://vimeopro.com/diginovations/accident\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/video-3.jpg\" width=\"1920\" height=\"1080\" alt=\"\" class=\"wp-image-6466 alignnone size-full\" />[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7465&token=&preview=1\" url_new_window=\"on\" button_text=\"HOSPITAL INDEMNITY (ENG)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7470&token=&preview=1\" url_new_window=\"on\" button_text=\"HOSPITAL INDEMNITY (SPA)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7466&token=&preview=1\" url_new_window=\"on\" button_text=\"CRITICAL ILLNESS (ENG)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7469&token=&preview=1\" url_new_window=\"on\" button_text=\"CRITICAL ILLNESS (SPA)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7467&token=&preview=1\" url_new_window=\"on\" button_text=\"ACCIDENT PLAN (ENG)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=24&wpfd_file_id=7468&token=&preview=1\" url_new_window=\"on\" button_text=\"ACCIDENT PLAN (SPA)\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#3576ae\" button_border_width=\"1px\" button_border_radius=\"20px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#4394e0\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Health Plans', '						', 'inherit', 'closed', 'closed', '', '6217-revision-v1', '', '', '2025-02-25 17:12:27', '2025-02-25 17:12:27', '', 6217, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7960', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7964, 1, '2025-03-18 16:21:05', '2025-03-18 16:21:05', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"#0977b3\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place To Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place To Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.</span></span>\n<br>\nThe Great Place To Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][et_pb_button button_url=\"https://www.bannerhealth.com/careers/great-place-to-work\" button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf  \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefits options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that support total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents and Fellows\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\n<p>Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<ul>\n<li>Pet insurance</li>\n<li>Financial wellness and ID theft protection</li>\n<li>Life insurance</li>\n<li>Supplemental medical coverage</li>\n<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES AND PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=14&amp;wpfd_file_id=7473&amp;token=&amp;preview=1\" style=\"color: #e1e1e1;\">Residents & Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '						', 'inherit', 'closed', 'closed', '', '7765-revision-v1', '', '', '2025-03-18 16:21:05', '2025-03-18 16:21:05', '', 7765, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7964', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7965, 1, '2025-04-01 15:49:43', '2025-04-01 15:49:43', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Archived News 2024\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/boris-misevic-crqFmUw5MrE-unsplash-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\" title_text=\"boris-misevic-crqFmUw5MrE-unsplash\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>When life changes</strong></h3><h4>Know when to make changes to your benefits</h4>\n<span style=\"color: #212121;\">Whether you’re having a baby or getting married, notify the benefits department when you have a Qualifying Life Event (QLE) so you can make the necessary changes to your benefits elections.<br>&nbsp;\nChanges due to a QLE must be made within 31 days of the qualifying event date and are effective the first day of the month following the event. The only exception to this rule is newborns or newly adopted children; QLE changes are effective on their date of birth or adoption.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Common QLEs include:</strong></span></p>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Change in marital status (e.g., marriage, divorce, deceased spouse)</span></li>\n	<li><span style=\"color: #000000;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></li>\n	<li><span style=\"color: #000000;\">Change in your spouse’s employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Change in your employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Enrollment in Medicare or Medicaid</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Note: Before your changes are approved, you’ll need to provide proof of your QLE. Review the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for documentation requirements.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Read the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">QLE FAQs</a> </strong>to get answers to many common questions or contact our Benefits Resource Center, 7 a.m. – 7 p.m. (MST),<br />Monday – Friday, by calling 833-849-9825.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Rx your way: on vacay or off to school</strong></span></h3>\n<h4><span style=\"color: #000000;\">Know when to make changes to your benefits</span></h4>\n<p><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop shop for convenient, expert care and service. Since BFP isn’t located everywhere team members and their dependents need coverage, we offer a way to ensure pharmacy coverage, no matter where you are.</p>\n<p></span><span style=\"color: #000000;\">If you, the covered team member, have a home address in a state outside BFP coverage areas (AZ, CA, CO, NE, NV and WY), there’s no action you have to take. Your pharmacy assignment includes access to CVS network pharmacies.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Dependent override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college), you’ll need to obtain an override to allow prescription fills outside of the custom network. Note: A pharmacy override may be required for each prescription and can be approved for up to 12 months through CVS.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Vacation override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Vacation overrides allow members to get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance. To get a vacation override, you must provide three specific dates:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Those needing either a dependent or vacation override must contact Banner|Aetna Concierge, 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" title_text=\"Happy parents and their kids having fun while swimming in the sea.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Health made simple</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get the best care when you’re sick</span></h4>\n<p><span style=\"color: #000000;\">When you or a family member is sick or short of breath, do you know where to seek care? Should you go to urgent care, the ED or somewhere else?\nBanner|Aetna plans provide several points of access for your health care needs, and receiving care at the right location can even save you time and money. For example, did you know if you use the ED and your condition is determined a non-emergency, the expense might not be covered? We’ve put together a list of services available to get you the care you need, when you need it most.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7485\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>50,000+ pharmacies available</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get your medications from one of many pharmacy options</span></h4>\n<p><span style=\"color: #000000;\">When you’re not feeling well or simply need to fill a regular prescription, it can be confusing to know where to go. Between Banner Family Pharmacies (BFP) and our network of other pharmacy options, we’ve got you covered.</span></p>\n<p><span style=\"color: #000000;\"><br />Teams located within a BFP state (AZ, CO, NE, NV, NM, UT, WY) can explore the details below. Those in <a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Pharmacy.Out%20of Area.pdf?csf=1&amp;web=1&amp;e=ocBcLr\" target=\"_blank\" rel=\"noopener\"><strong>non-BFP states should check out your specific pharmacy coverage.</strong></a></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>General prescriptions</strong>—Include antibiotics, pain and anti-nausea medications, etc. <em>Controlled substances are also included in this category, even if they’d normally be considered a maintenance medication.</em></span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n</li>\n<li><span style=\"color: #000000;\">Fill these prescription types at any <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacy</strong></a>; however, you’ll receive the lowest cost when utilizing a BFP.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5624&amp;token=&amp;preview=1\"><strong>Maintenance medications</strong></a><strong>*</strong>—A small list of medications taken regularly for long-term (chronic) conditions, including birth control, high blood pressure, diabetes, high cholesterol medications, etc. For member convenience, your plan covers the first two fills at any network retail pharmacy location, but subsequent fills need to be via <a href=\"https://bannerhealth.sharepoint.com/sites/Connect/Pharmacy-Services/Pages/Banner-Family-Pharmacy.aspx\"><strong>BFP location</strong></a> or <a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>home delivery</strong></a>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5653&amp;token=&amp;preview=1\"><strong>Specialty medications</strong></a> —Treat complex, chronic conditions and include drugs classes such as antiparkinsonian and multiple sclerosis agents, antivirals and more. </span><span style=\"color: #000000;\">These must be filled via BFP Chandler Specialty Pharmacy for home delivery only. Contact them at 844-747-6441.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />Network of pharmacies</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Enjoy a broad network of <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacies</strong></a>, including CVS, BFP, Safeway, Walmart, Kroger, Albertson’s and more. There are approximately 53,000 locations.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\">Find an in-network pharmacy near you when you enter your ZIP code and select <strong>Aetna Managed Network</strong>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />BFP resources</strong></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>Banner Home Delivery</strong></a>—This is the most convenient method to receive your medications, allowing for up to a 90-day supply to be sent to you directly and minimizing your out-of-pocket costs.</span></li>\n<li><span style=\"color: #000000;\">Download the BFP app or visit the <a href=\"https://bannerhealth.web.medrefill.com/baweb/#/home\"><strong>BFP website </strong></a>for prescriptions made easy.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*The list isn’t all-inclusive, and the information is subject to change. Some prescription benefit plans may not cover certain categories of medicines, regardless of their appearance in this document. To check coverage and copay information, visit </em><strong><a href=\"https://bannerhealth.sharepoint.com/teams/CorporateCommunications-Yammer/Shared%20Documents/Banner%20Buzz%20(Weekly%20articles)/2024%20BB/6.%20June/June%2026/www.Aetna.com\"><em>Aetna.com</em></a><em> </em></strong><em>and log in to member website. For questions, please call the toll-free number on your member ID card.</em></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dental care at home</strong></span></h3>\n<h4><span style=\"color: #000000;\">Receive a free oral health screening</span></h4>\n<p><span style=\"color: #000000;\">Are you enrolled in a dental plan but don’t use it? If you’re avoiding dental visits due to costs, inconvenience or dental anxiety, SmartScan* provides a fast, free and painless way to stay on top of your dental needs.</span></p>\n<p><span style=\"color: #000000;\"><br />SmartScan is a unique, at-home dental screening tool that lets you use your smartphone to take a series of guided dental photos. Within minutes, you’ll receive a professional assessment from a Cigna Healthcare dentist. However, this isn’t a replacement for a full exam and X-rays done in a dental office, which are important ways to protect your teeth, gums and oral health.<br /></span><br /><br /><span style=\"color: #000000;\"></span></p>\n<h6><span style=\"color: #000000;\">*SmartScan screenings are available at no additional cost to those enrolled in a Cigna dental plan.</span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>How it works</strong></span></p>\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Take guided dental photos of your teeth/mouth</span></li>\n	<li><span style=\"color: #000000;\">​Upload your photos to <strong><a href=\"https://dental.com\" target=\"_blank\" rel=\"noopener\">dental.com</a></strong>, where artificial intelligence and a Cigna Healthcare network dentist examine your teeth and gums</span></li>\n	<li><span style=\"color: #000000;\">You’ll receive a report with an overall rating indicating your oral health status</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">If your oral rating is green, you’ll have peace of mind knowing your mouth is healthy. If your rating is yellow or red, you can book a teledentistry appointment through Cigna Healthcare Dental virtual care or be referred to a Cigna Healthcare Dental in-network provider.</span></p>\n<span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://my.cigna.com/web/public/guest\" target=\"_blank\" rel=\"noopener\">mycigna.com</a></strong> or call 800-244-6224.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png\" title_text=\"new-dental-iphone\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png\" title_text=\"986-image\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Takin\' care of business</strong></span></h3>\n<h4><span style=\"color: #000000;\">Take charge of your health virtually with 98point6</span></h4>\n<p><span style=\"color: #000000;\">With no waiting rooms, no time off work and no uncomfortable face-to-face conversations, <strong><a href=\"https://www.98point6.com/banneraetna-bannerhealth/\">98point6</a></strong> is a more convenient, affordable way to take charge of your health through Banner|Aetna, right from your mobile device.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><span style=\"color: #000000;\">For common conditions such as flu and hypertension to more specific concerns like COVID-19, fungal infections and prostate and menstrual health, 98point6 has board-certified physicians available on-demand, 24/7, who can:</span><br /><span style=\"color: #000000;\">• Answer health-related questions</span><br /><span style=\"color: #000000;\">• Diagnose and treat</span><br /><span style=\"color: #000000;\">• Outline care options</span><br /><span style=\"color: #000000;\">• Order prescriptions and labs as appropriate</span><br /><span style=\"color: #000000;\">• Refer you to specialists and resources in the Banner|Aetna network<br /></span><br /><span style=\"color: #000000;\">98point6 is for team members and dependents ages one and older enrolled in the Banner|Aetna employee plan. There’s $0 out of pocket per visit for Choice Plus Plan members and $5* out of pocket per visit for Value and Premier Plan members.</span><br /><span style=\"color: #000000;\">*The $5 cost share for Banner|Aetna members, with HSA-compatible plans, will be waived for all 98point6 virtual care visits through Dec. 31, 2024, in response to provisions of the Consolidated Appropriations Act, 2023.<br /></span><br /><strong><span style=\"color: #000000;\">Consider Banner Telehealth<br /></span></strong><br /><span style=\"color: #000000;\">Additionally, <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Banner Telehealth</a></strong> also offers quality health care from your primary and specialty doctors in the comfort of your own home using a video-enabled device such as a laptop, tablet or smartphone. Nearly all Banner doctors and health care providers can provide telehealth care.<br /></span><br /><strong><span style=\"color: #000000;\">Questions?</span></strong><br /><span style=\"color: #000000;\">• <strong><a href=\"http://www.98point6.com/banneraetna-bannerhealth\">Learn more about 98point6</a></strong></span><br /><span style=\"color: #000000;\">• <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Learn more about Banner Telehealth</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Winning in trust, innovation, places to work</strong></span></h3>\n<h4><span style=\"color: #000000;\">Celebrate three major recognitions we earned as One Team</span></h4>\n<p><span style=\"color: #000000;\">Thanks to you—our amazing teams—Banner was recently included in three widely recognized lists that prove the impact of your hard work. Together as One Team, we’re making life easier for our communities and earning Sofia’s trust all while striving to make this a great place not only to receive care but to work.<br /><br /></span><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"><b>2024 Most Innovative Companies—Fortune</b></span><br /><span style=\"color: #000000;\">Out of 200 companies on Fortune’s list, 21 of those health systems, we’re honored to be included for the second year in a row. Ranking was based on three dimensions: product innovation, innovation culture and process innovation. <strong><a href=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024.html?origin=CIOE&amp;utm_source=CIOE&amp;utm_medium=email&amp;utm_content=newsletter&amp;oly_enc_id=0662A3072834I9U\">Read more</a></strong>.</span><span style=\"font-size: 14px;\"> </span></p>\n<p><strong><span style=\"color: #000000;\"><br />Most Trustworthy Companies in America—Newsweek</span></strong><br /><span style=\"color: #000000;\">Everything we do is centered around making health care and life easier for Sofia—and as our Vision states, we aim to become her most trusted health partner. That’s why it means so much to be included in Newsweek’s list of companies that customers said they could trust based on an independent survey. <strong><a href=\"https://www.newsweek.com/rankings/most-trustworthy-companies-america-2024\">Read more</a></strong>.</span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><strong><span style=\"color: #000000;\">150 top places to work in healthcare 2024—Becker’s Hospital Review</span></strong><br /><span style=\"color: #000000;\">We’re focused on being a great place to work and receive care, so we’re proud to be included in this list among other hospitals, health systems and health care companies prioritizing workplace excellence and the happiness, satisfaction, well-being and fulfillment of their teams. <strong><a href=\"https://www.beckershospitalreview.com/lists/150-top-places-to-work-in-healthcare-2024.html\">Read more</a></strong>.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards.png\" title_text=\"news-awards\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Archived News 2024', '						', 'publish', 'closed', 'closed', '', 'archived-news-2024', '', '', '2025-07-09 15:02:56', '2025-07-09 15:02:56', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=7965', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7966, 1, '2025-04-02 15:50:18', '2025-04-02 15:50:18', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"News\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/news-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>When life changes</strong></h3><h4>Know when to make changes to your benefits</h4>\n<span style=\"color: #212121;\">Whether you’re having a baby or getting married, notify the benefits department when you have a Qualifying Life Event (QLE) so you can make the necessary changes to your benefits elections.<br>&nbsp;\nChanges due to a QLE must be made within 31 days of the qualifying event date and are effective the first day of the month following the event. The only exception to this rule is newborns or newly adopted children; QLE changes are effective on their date of birth or adoption.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Common QLEs include:</strong></span></p>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Change in marital status (e.g., marriage, divorce, deceased spouse)</span></li>\n	<li><span style=\"color: #000000;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></li>\n	<li><span style=\"color: #000000;\">Change in your spouse’s employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Change in your employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Enrollment in Medicare or Medicaid</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Note: Before your changes are approved, you’ll need to provide proof of your QLE. Review the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for documentation requirements.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Read the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">QLE FAQs</a> </strong>to get answers to many common questions or contact our Benefits Resource Center, 7 a.m. – 7 p.m. (MST),<br />Monday – Friday, by calling 833-849-9825.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Rx your way: on vacay or off to school</strong></span></h3>\n<h4><span style=\"color: #000000;\">Know when to make changes to your benefits</span></h4>\n<p><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop shop for convenient, expert care and service. Since BFP isn’t located everywhere team members and their dependents need coverage, we offer a way to ensure pharmacy coverage, no matter where you are.</p>\n<p></span><span style=\"color: #000000;\">If you, the covered team member, have a home address in a state outside BFP coverage areas (AZ, CA, CO, NE, NV and WY), there’s no action you have to take. Your pharmacy assignment includes access to CVS network pharmacies.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Dependent override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college), you’ll need to obtain an override to allow prescription fills outside of the custom network. Note: A pharmacy override may be required for each prescription and can be approved for up to 12 months through CVS.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Vacation override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Vacation overrides allow members to get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance. To get a vacation override, you must provide three specific dates:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Those needing either a dependent or vacation override must contact Banner|Aetna Concierge, 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" title_text=\"Happy parents and their kids having fun while swimming in the sea.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Health made simple</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get the best care when you’re sick</span></h4>\n<p><span style=\"color: #000000;\">When you or a family member is sick or short of breath, do you know where to seek care? Should you go to urgent care, the ED or somewhere else?\nBanner|Aetna plans provide several points of access for your health care needs, and receiving care at the right location can even save you time and money. For example, did you know if you use the ED and your condition is determined a non-emergency, the expense might not be covered? We’ve put together a list of services available to get you the care you need, when you need it most.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7485\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>50,000+ pharmacies available</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get your medications from one of many pharmacy options</span></h4>\n<p><span style=\"color: #000000;\">When you’re not feeling well or simply need to fill a regular prescription, it can be confusing to know where to go. Between Banner Family Pharmacies (BFP) and our network of other pharmacy options, we’ve got you covered.</span></p>\n<p><span style=\"color: #000000;\"><br />Teams located within a BFP state (AZ, CO, NE, NV, NM, UT, WY) can explore the details below. Those in <a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Pharmacy.Out%20of Area.pdf?csf=1&amp;web=1&amp;e=ocBcLr\" target=\"_blank\" rel=\"noopener\"><strong>non-BFP states should check out your specific pharmacy coverage.</strong></a></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>General prescriptions</strong>—Include antibiotics, pain and anti-nausea medications, etc. <em>Controlled substances are also included in this category, even if they’d normally be considered a maintenance medication.</em></span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n</li>\n<li><span style=\"color: #000000;\">Fill these prescription types at any <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacy</strong></a>; however, you’ll receive the lowest cost when utilizing a BFP.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5624&amp;token=&amp;preview=1\"><strong>Maintenance medications</strong></a><strong>*</strong>—A small list of medications taken regularly for long-term (chronic) conditions, including birth control, high blood pressure, diabetes, high cholesterol medications, etc. For member convenience, your plan covers the first two fills at any network retail pharmacy location, but subsequent fills need to be via <a href=\"https://bannerhealth.sharepoint.com/sites/Connect/Pharmacy-Services/Pages/Banner-Family-Pharmacy.aspx\"><strong>BFP location</strong></a> or <a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>home delivery</strong></a>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5653&amp;token=&amp;preview=1\"><strong>Specialty medications</strong></a> —Treat complex, chronic conditions and include drugs classes such as antiparkinsonian and multiple sclerosis agents, antivirals and more. </span><span style=\"color: #000000;\">These must be filled via BFP Chandler Specialty Pharmacy for home delivery only. Contact them at 844-747-6441.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />Network of pharmacies</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Enjoy a broad network of <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacies</strong></a>, including CVS, BFP, Safeway, Walmart, Kroger, Albertson’s and more. There are approximately 53,000 locations.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\">Find an in-network pharmacy near you when you enter your ZIP code and select <strong>Aetna Managed Network</strong>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />BFP resources</strong></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>Banner Home Delivery</strong></a>—This is the most convenient method to receive your medications, allowing for up to a 90-day supply to be sent to you directly and minimizing your out-of-pocket costs.</span></li>\n<li><span style=\"color: #000000;\">Download the BFP app or visit the <a href=\"https://bannerhealth.web.medrefill.com/baweb/#/home\"><strong>BFP website </strong></a>for prescriptions made easy.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*The list isn’t all-inclusive, and the information is subject to change. Some prescription benefit plans may not cover certain categories of medicines, regardless of their appearance in this document. To check coverage and copay information, visit </em><strong><a href=\"https://bannerhealth.sharepoint.com/teams/CorporateCommunications-Yammer/Shared%20Documents/Banner%20Buzz%20(Weekly%20articles)/2024%20BB/6.%20June/June%2026/www.Aetna.com\"><em>Aetna.com</em></a><em> </em></strong><em>and log in to member website. For questions, please call the toll-free number on your member ID card.</em></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dental care at home</strong></span></h3>\n<h4><span style=\"color: #000000;\">Receive a free oral health screening</span></h4>\n<p><span style=\"color: #000000;\">Are you enrolled in a dental plan but don’t use it? If you’re avoiding dental visits due to costs, inconvenience or dental anxiety, SmartScan* provides a fast, free and painless way to stay on top of your dental needs.</span></p>\n<p><span style=\"color: #000000;\"><br />SmartScan is a unique, at-home dental screening tool that lets you use your smartphone to take a series of guided dental photos. Within minutes, you’ll receive a professional assessment from a Cigna Healthcare dentist. However, this isn’t a replacement for a full exam and X-rays done in a dental office, which are important ways to protect your teeth, gums and oral health.<br /></span><br /><br /><span style=\"color: #000000;\"></span></p>\n<h6><span style=\"color: #000000;\">*SmartScan screenings are available at no additional cost to those enrolled in a Cigna dental plan.</span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>How it works</strong></span></p>\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Take guided dental photos of your teeth/mouth</span></li>\n	<li><span style=\"color: #000000;\">​Upload your photos to <strong><a href=\"https://dental.com\" target=\"_blank\" rel=\"noopener\">dental.com</a></strong>, where artificial intelligence and a Cigna Healthcare network dentist examine your teeth and gums</span></li>\n	<li><span style=\"color: #000000;\">You’ll receive a report with an overall rating indicating your oral health status</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">If your oral rating is green, you’ll have peace of mind knowing your mouth is healthy. If your rating is yellow or red, you can book a teledentistry appointment through Cigna Healthcare Dental virtual care or be referred to a Cigna Healthcare Dental in-network provider.</span></p>\n<span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://my.cigna.com/web/public/guest\" target=\"_blank\" rel=\"noopener\">mycigna.com</a></strong> or call 800-244-6224.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png\" title_text=\"new-dental-iphone\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png\" title_text=\"986-image\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Takin\' care of business</strong></span></h3>\n<h4><span style=\"color: #000000;\">Take charge of your health virtually with 98point6</span></h4>\n<p><span style=\"color: #000000;\">With no waiting rooms, no time off work and no uncomfortable face-to-face conversations, <strong><a href=\"https://www.98point6.com/banneraetna-bannerhealth/\">98point6</a></strong> is a more convenient, affordable way to take charge of your health through Banner|Aetna, right from your mobile device.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><span style=\"color: #000000;\">For common conditions such as flu and hypertension to more specific concerns like COVID-19, fungal infections and prostate and menstrual health, 98point6 has board-certified physicians available on-demand, 24/7, who can:</span><br /><span style=\"color: #000000;\">• Answer health-related questions</span><br /><span style=\"color: #000000;\">• Diagnose and treat</span><br /><span style=\"color: #000000;\">• Outline care options</span><br /><span style=\"color: #000000;\">• Order prescriptions and labs as appropriate</span><br /><span style=\"color: #000000;\">• Refer you to specialists and resources in the Banner|Aetna network<br /></span><br /><span style=\"color: #000000;\">98point6 is for team members and dependents ages one and older enrolled in the Banner|Aetna employee plan. There’s $0 out of pocket per visit for Choice Plus Plan members and $5* out of pocket per visit for Value and Premier Plan members.</span><br /><span style=\"color: #000000;\">*The $5 cost share for Banner|Aetna members, with HSA-compatible plans, will be waived for all 98point6 virtual care visits through Dec. 31, 2024, in response to provisions of the Consolidated Appropriations Act, 2023.<br /></span><br /><strong><span style=\"color: #000000;\">Consider Banner Telehealth<br /></span></strong><br /><span style=\"color: #000000;\">Additionally, <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Banner Telehealth</a></strong> also offers quality health care from your primary and specialty doctors in the comfort of your own home using a video-enabled device such as a laptop, tablet or smartphone. Nearly all Banner doctors and health care providers can provide telehealth care.<br /></span><br /><strong><span style=\"color: #000000;\">Questions?</span></strong><br /><span style=\"color: #000000;\">• <strong><a href=\"http://www.98point6.com/banneraetna-bannerhealth\">Learn more about 98point6</a></strong></span><br /><span style=\"color: #000000;\">• <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Learn more about Banner Telehealth</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Winning in trust, innovation, places to work</strong></span></h3>\n<h4><span style=\"color: #000000;\">Celebrate three major recognitions we earned as One Team</span></h4>\n<p><span style=\"color: #000000;\">Thanks to you—our amazing teams—Banner was recently included in three widely recognized lists that prove the impact of your hard work. Together as One Team, we’re making life easier for our communities and earning Sofia’s trust all while striving to make this a great place not only to receive care but to work.<br /><br /></span><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"><b>2024 Most Innovative Companies—Fortune</b></span><br /><span style=\"color: #000000;\">Out of 200 companies on Fortune’s list, 21 of those health systems, we’re honored to be included for the second year in a row. Ranking was based on three dimensions: product innovation, innovation culture and process innovation. <strong><a href=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024.html?origin=CIOE&amp;utm_source=CIOE&amp;utm_medium=email&amp;utm_content=newsletter&amp;oly_enc_id=0662A3072834I9U\">Read more</a></strong>.</span><span style=\"font-size: 14px;\"> </span></p>\n<p><strong><span style=\"color: #000000;\"><br />Most Trustworthy Companies in America—Newsweek</span></strong><br /><span style=\"color: #000000;\">Everything we do is centered around making health care and life easier for Sofia—and as our Vision states, we aim to become her most trusted health partner. That’s why it means so much to be included in Newsweek’s list of companies that customers said they could trust based on an independent survey. <strong><a href=\"https://www.newsweek.com/rankings/most-trustworthy-companies-america-2024\">Read more</a></strong>.</span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><strong><span style=\"color: #000000;\">150 top places to work in healthcare 2024—Becker’s Hospital Review</span></strong><br /><span style=\"color: #000000;\">We’re focused on being a great place to work and receive care, so we’re proud to be included in this list among other hospitals, health systems and health care companies prioritizing workplace excellence and the happiness, satisfaction, well-being and fulfillment of their teams. <strong><a href=\"https://www.beckershospitalreview.com/lists/150-top-places-to-work-in-healthcare-2024.html\">Read more</a></strong>.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards.png\" title_text=\"news-awards\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Older News Posts', '						', 'inherit', 'closed', 'closed', '', '7965-revision-v1', '', '', '2025-04-02 15:50:18', '2025-04-02 15:50:18', '', 7965, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7966', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7968, 1, '2025-04-02 15:54:11', '2025-04-02 15:54:11', '', 'Young woman enjoying electric scooter ride on footpath', 'Young beautiful girl riding an electric scooter in the summer on the street Rimini, Emilia Romagna, Italy Modern transport concept', 'inherit', 'open', 'closed', '', 'young-woman-enjoying-electric-scooter-ride-on-footpath-43', '', '', '2025-04-02 15:54:11', '2025-04-02 15:54:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7969, 1, '2025-04-02 15:54:38', '2025-04-02 15:54:38', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Archived News\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\" title_text=\"Young woman enjoying electric scooter ride on footpath\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>When life changes</strong></h3><h4>Know when to make changes to your benefits</h4>\n<span style=\"color: #212121;\">Whether you’re having a baby or getting married, notify the benefits department when you have a Qualifying Life Event (QLE) so you can make the necessary changes to your benefits elections.<br>&nbsp;\nChanges due to a QLE must be made within 31 days of the qualifying event date and are effective the first day of the month following the event. The only exception to this rule is newborns or newly adopted children; QLE changes are effective on their date of birth or adoption.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Common QLEs include:</strong></span></p>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Change in marital status (e.g., marriage, divorce, deceased spouse)</span></li>\n	<li><span style=\"color: #000000;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></li>\n	<li><span style=\"color: #000000;\">Change in your spouse’s employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Change in your employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Enrollment in Medicare or Medicaid</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Note: Before your changes are approved, you’ll need to provide proof of your QLE. Review the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for documentation requirements.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Read the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">QLE FAQs</a> </strong>to get answers to many common questions or contact our Benefits Resource Center, 7 a.m. – 7 p.m. (MST),<br />Monday – Friday, by calling 833-849-9825.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Rx your way: on vacay or off to school</strong></span></h3>\n<h4><span style=\"color: #000000;\">Know when to make changes to your benefits</span></h4>\n<p><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop shop for convenient, expert care and service. Since BFP isn’t located everywhere team members and their dependents need coverage, we offer a way to ensure pharmacy coverage, no matter where you are.</p>\n<p></span><span style=\"color: #000000;\">If you, the covered team member, have a home address in a state outside BFP coverage areas (AZ, CA, CO, NE, NV and WY), there’s no action you have to take. Your pharmacy assignment includes access to CVS network pharmacies.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Dependent override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college), you’ll need to obtain an override to allow prescription fills outside of the custom network. Note: A pharmacy override may be required for each prescription and can be approved for up to 12 months through CVS.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Vacation override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Vacation overrides allow members to get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance. To get a vacation override, you must provide three specific dates:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Those needing either a dependent or vacation override must contact Banner|Aetna Concierge, 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" title_text=\"Happy parents and their kids having fun while swimming in the sea.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Health made simple</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get the best care when you’re sick</span></h4>\n<p><span style=\"color: #000000;\">When you or a family member is sick or short of breath, do you know where to seek care? Should you go to urgent care, the ED or somewhere else?\nBanner|Aetna plans provide several points of access for your health care needs, and receiving care at the right location can even save you time and money. For example, did you know if you use the ED and your condition is determined a non-emergency, the expense might not be covered? We’ve put together a list of services available to get you the care you need, when you need it most.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7485\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>50,000+ pharmacies available</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get your medications from one of many pharmacy options</span></h4>\n<p><span style=\"color: #000000;\">When you’re not feeling well or simply need to fill a regular prescription, it can be confusing to know where to go. Between Banner Family Pharmacies (BFP) and our network of other pharmacy options, we’ve got you covered.</span></p>\n<p><span style=\"color: #000000;\"><br />Teams located within a BFP state (AZ, CO, NE, NV, NM, UT, WY) can explore the details below. Those in <a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Pharmacy.Out%20of Area.pdf?csf=1&amp;web=1&amp;e=ocBcLr\" target=\"_blank\" rel=\"noopener\"><strong>non-BFP states should check out your specific pharmacy coverage.</strong></a></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>General prescriptions</strong>—Include antibiotics, pain and anti-nausea medications, etc. <em>Controlled substances are also included in this category, even if they’d normally be considered a maintenance medication.</em></span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n</li>\n<li><span style=\"color: #000000;\">Fill these prescription types at any <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacy</strong></a>; however, you’ll receive the lowest cost when utilizing a BFP.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5624&amp;token=&amp;preview=1\"><strong>Maintenance medications</strong></a><strong>*</strong>—A small list of medications taken regularly for long-term (chronic) conditions, including birth control, high blood pressure, diabetes, high cholesterol medications, etc. For member convenience, your plan covers the first two fills at any network retail pharmacy location, but subsequent fills need to be via <a href=\"https://bannerhealth.sharepoint.com/sites/Connect/Pharmacy-Services/Pages/Banner-Family-Pharmacy.aspx\"><strong>BFP location</strong></a> or <a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>home delivery</strong></a>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5653&amp;token=&amp;preview=1\"><strong>Specialty medications</strong></a> —Treat complex, chronic conditions and include drugs classes such as antiparkinsonian and multiple sclerosis agents, antivirals and more. </span><span style=\"color: #000000;\">These must be filled via BFP Chandler Specialty Pharmacy for home delivery only. Contact them at 844-747-6441.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />Network of pharmacies</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Enjoy a broad network of <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacies</strong></a>, including CVS, BFP, Safeway, Walmart, Kroger, Albertson’s and more. There are approximately 53,000 locations.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\">Find an in-network pharmacy near you when you enter your ZIP code and select <strong>Aetna Managed Network</strong>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />BFP resources</strong></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>Banner Home Delivery</strong></a>—This is the most convenient method to receive your medications, allowing for up to a 90-day supply to be sent to you directly and minimizing your out-of-pocket costs.</span></li>\n<li><span style=\"color: #000000;\">Download the BFP app or visit the <a href=\"https://bannerhealth.web.medrefill.com/baweb/#/home\"><strong>BFP website </strong></a>for prescriptions made easy.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*The list isn’t all-inclusive, and the information is subject to change. Some prescription benefit plans may not cover certain categories of medicines, regardless of their appearance in this document. To check coverage and copay information, visit </em><strong><a href=\"https://bannerhealth.sharepoint.com/teams/CorporateCommunications-Yammer/Shared%20Documents/Banner%20Buzz%20(Weekly%20articles)/2024%20BB/6.%20June/June%2026/www.Aetna.com\"><em>Aetna.com</em></a><em> </em></strong><em>and log in to member website. For questions, please call the toll-free number on your member ID card.</em></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dental care at home</strong></span></h3>\n<h4><span style=\"color: #000000;\">Receive a free oral health screening</span></h4>\n<p><span style=\"color: #000000;\">Are you enrolled in a dental plan but don’t use it? If you’re avoiding dental visits due to costs, inconvenience or dental anxiety, SmartScan* provides a fast, free and painless way to stay on top of your dental needs.</span></p>\n<p><span style=\"color: #000000;\"><br />SmartScan is a unique, at-home dental screening tool that lets you use your smartphone to take a series of guided dental photos. Within minutes, you’ll receive a professional assessment from a Cigna Healthcare dentist. However, this isn’t a replacement for a full exam and X-rays done in a dental office, which are important ways to protect your teeth, gums and oral health.<br /></span><br /><br /><span style=\"color: #000000;\"></span></p>\n<h6><span style=\"color: #000000;\">*SmartScan screenings are available at no additional cost to those enrolled in a Cigna dental plan.</span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>How it works</strong></span></p>\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Take guided dental photos of your teeth/mouth</span></li>\n	<li><span style=\"color: #000000;\">​Upload your photos to <strong><a href=\"https://dental.com\" target=\"_blank\" rel=\"noopener\">dental.com</a></strong>, where artificial intelligence and a Cigna Healthcare network dentist examine your teeth and gums</span></li>\n	<li><span style=\"color: #000000;\">You’ll receive a report with an overall rating indicating your oral health status</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">If your oral rating is green, you’ll have peace of mind knowing your mouth is healthy. If your rating is yellow or red, you can book a teledentistry appointment through Cigna Healthcare Dental virtual care or be referred to a Cigna Healthcare Dental in-network provider.</span></p>\n<span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://my.cigna.com/web/public/guest\" target=\"_blank\" rel=\"noopener\">mycigna.com</a></strong> or call 800-244-6224.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png\" title_text=\"new-dental-iphone\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png\" title_text=\"986-image\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Takin\' care of business</strong></span></h3>\n<h4><span style=\"color: #000000;\">Take charge of your health virtually with 98point6</span></h4>\n<p><span style=\"color: #000000;\">With no waiting rooms, no time off work and no uncomfortable face-to-face conversations, <strong><a href=\"https://www.98point6.com/banneraetna-bannerhealth/\">98point6</a></strong> is a more convenient, affordable way to take charge of your health through Banner|Aetna, right from your mobile device.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><span style=\"color: #000000;\">For common conditions such as flu and hypertension to more specific concerns like COVID-19, fungal infections and prostate and menstrual health, 98point6 has board-certified physicians available on-demand, 24/7, who can:</span><br /><span style=\"color: #000000;\">• Answer health-related questions</span><br /><span style=\"color: #000000;\">• Diagnose and treat</span><br /><span style=\"color: #000000;\">• Outline care options</span><br /><span style=\"color: #000000;\">• Order prescriptions and labs as appropriate</span><br /><span style=\"color: #000000;\">• Refer you to specialists and resources in the Banner|Aetna network<br /></span><br /><span style=\"color: #000000;\">98point6 is for team members and dependents ages one and older enrolled in the Banner|Aetna employee plan. There’s $0 out of pocket per visit for Choice Plus Plan members and $5* out of pocket per visit for Value and Premier Plan members.</span><br /><span style=\"color: #000000;\">*The $5 cost share for Banner|Aetna members, with HSA-compatible plans, will be waived for all 98point6 virtual care visits through Dec. 31, 2024, in response to provisions of the Consolidated Appropriations Act, 2023.<br /></span><br /><strong><span style=\"color: #000000;\">Consider Banner Telehealth<br /></span></strong><br /><span style=\"color: #000000;\">Additionally, <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Banner Telehealth</a></strong> also offers quality health care from your primary and specialty doctors in the comfort of your own home using a video-enabled device such as a laptop, tablet or smartphone. Nearly all Banner doctors and health care providers can provide telehealth care.<br /></span><br /><strong><span style=\"color: #000000;\">Questions?</span></strong><br /><span style=\"color: #000000;\">• <strong><a href=\"http://www.98point6.com/banneraetna-bannerhealth\">Learn more about 98point6</a></strong></span><br /><span style=\"color: #000000;\">• <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Learn more about Banner Telehealth</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Winning in trust, innovation, places to work</strong></span></h3>\n<h4><span style=\"color: #000000;\">Celebrate three major recognitions we earned as One Team</span></h4>\n<p><span style=\"color: #000000;\">Thanks to you—our amazing teams—Banner was recently included in three widely recognized lists that prove the impact of your hard work. Together as One Team, we’re making life easier for our communities and earning Sofia’s trust all while striving to make this a great place not only to receive care but to work.<br /><br /></span><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"><b>2024 Most Innovative Companies—Fortune</b></span><br /><span style=\"color: #000000;\">Out of 200 companies on Fortune’s list, 21 of those health systems, we’re honored to be included for the second year in a row. Ranking was based on three dimensions: product innovation, innovation culture and process innovation. <strong><a href=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024.html?origin=CIOE&amp;utm_source=CIOE&amp;utm_medium=email&amp;utm_content=newsletter&amp;oly_enc_id=0662A3072834I9U\">Read more</a></strong>.</span><span style=\"font-size: 14px;\"> </span></p>\n<p><strong><span style=\"color: #000000;\"><br />Most Trustworthy Companies in America—Newsweek</span></strong><br /><span style=\"color: #000000;\">Everything we do is centered around making health care and life easier for Sofia—and as our Vision states, we aim to become her most trusted health partner. That’s why it means so much to be included in Newsweek’s list of companies that customers said they could trust based on an independent survey. <strong><a href=\"https://www.newsweek.com/rankings/most-trustworthy-companies-america-2024\">Read more</a></strong>.</span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><strong><span style=\"color: #000000;\">150 top places to work in healthcare 2024—Becker’s Hospital Review</span></strong><br /><span style=\"color: #000000;\">We’re focused on being a great place to work and receive care, so we’re proud to be included in this list among other hospitals, health systems and health care companies prioritizing workplace excellence and the happiness, satisfaction, well-being and fulfillment of their teams. <strong><a href=\"https://www.beckershospitalreview.com/lists/150-top-places-to-work-in-healthcare-2024.html\">Read more</a></strong>.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards.png\" title_text=\"news-awards\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Older News Posts', '						', 'inherit', 'closed', 'closed', '', '7965-revision-v1', '', '', '2025-04-02 15:54:38', '2025-04-02 15:54:38', '', 7965, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7969', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7981, 1, '2025-04-02 20:21:46', '2025-04-02 20:21:46', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Archived News\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\" title_text=\"Young woman enjoying electric scooter ride on footpath\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>When life changes</strong></h3><h4>Know when to make changes to your benefits</h4>\n<span style=\"color: #212121;\">Whether you’re having a baby or getting married, notify the benefits department when you have a Qualifying Life Event (QLE) so you can make the necessary changes to your benefits elections.<br>&nbsp;\nChanges due to a QLE must be made within 31 days of the qualifying event date and are effective the first day of the month following the event. The only exception to this rule is newborns or newly adopted children; QLE changes are effective on their date of birth or adoption.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Common QLEs include:</strong></span></p>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Change in marital status (e.g., marriage, divorce, deceased spouse)</span></li>\n	<li><span style=\"color: #000000;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></li>\n	<li><span style=\"color: #000000;\">Change in your spouse’s employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Change in your employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Enrollment in Medicare or Medicaid</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Note: Before your changes are approved, you’ll need to provide proof of your QLE. Review the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for documentation requirements.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Read the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">QLE FAQs</a> </strong>to get answers to many common questions or contact our Benefits Resource Center, 7 a.m. – 7 p.m. (MST),<br />Monday – Friday, by calling 833-849-9825.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Rx your way: on vacay or off to school</strong></span></h3>\n<h4><span style=\"color: #000000;\">Know when to make changes to your benefits</span></h4>\n<p><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop shop for convenient, expert care and service. Since BFP isn’t located everywhere team members and their dependents need coverage, we offer a way to ensure pharmacy coverage, no matter where you are.</p>\n<p></span><span style=\"color: #000000;\">If you, the covered team member, have a home address in a state outside BFP coverage areas (AZ, CA, CO, NE, NV and WY), there’s no action you have to take. Your pharmacy assignment includes access to CVS network pharmacies.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Dependent override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college), you’ll need to obtain an override to allow prescription fills outside of the custom network. Note: A pharmacy override may be required for each prescription and can be approved for up to 12 months through CVS.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Vacation override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Vacation overrides allow members to get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance. To get a vacation override, you must provide three specific dates:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Those needing either a dependent or vacation override must contact Banner|Aetna Concierge, 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" title_text=\"Happy parents and their kids having fun while swimming in the sea.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Health made simple</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get the best care when you’re sick</span></h4>\n<p><span style=\"color: #000000;\">When you or a family member is sick or short of breath, do you know where to seek care? Should you go to urgent care, the ED or somewhere else?\nBanner|Aetna plans provide several points of access for your health care needs, and receiving care at the right location can even save you time and money. For example, did you know if you use the ED and your condition is determined a non-emergency, the expense might not be covered? We’ve put together a list of services available to get you the care you need, when you need it most.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7485\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>50,000+ pharmacies available</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get your medications from one of many pharmacy options</span></h4>\n<p><span style=\"color: #000000;\">When you’re not feeling well or simply need to fill a regular prescription, it can be confusing to know where to go. Between Banner Family Pharmacies (BFP) and our network of other pharmacy options, we’ve got you covered.</span></p>\n<p><span style=\"color: #000000;\"><br />Teams located within a BFP state (AZ, CO, NE, NV, NM, UT, WY) can explore the details below. Those in <a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Pharmacy.Out%20of Area.pdf?csf=1&amp;web=1&amp;e=ocBcLr\" target=\"_blank\" rel=\"noopener\"><strong>non-BFP states should check out your specific pharmacy coverage.</strong></a></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>General prescriptions</strong>—Include antibiotics, pain and anti-nausea medications, etc. <em>Controlled substances are also included in this category, even if they’d normally be considered a maintenance medication.</em></span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n</li>\n<li><span style=\"color: #000000;\">Fill these prescription types at any <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacy</strong></a>; however, you’ll receive the lowest cost when utilizing a BFP.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5624&amp;token=&amp;preview=1\"><strong>Maintenance medications</strong></a><strong>*</strong>—A small list of medications taken regularly for long-term (chronic) conditions, including birth control, high blood pressure, diabetes, high cholesterol medications, etc. For member convenience, your plan covers the first two fills at any network retail pharmacy location, but subsequent fills need to be via <a href=\"https://bannerhealth.sharepoint.com/sites/Connect/Pharmacy-Services/Pages/Banner-Family-Pharmacy.aspx\"><strong>BFP location</strong></a> or <a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>home delivery</strong></a>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5653&amp;token=&amp;preview=1\"><strong>Specialty medications</strong></a> —Treat complex, chronic conditions and include drugs classes such as antiparkinsonian and multiple sclerosis agents, antivirals and more. </span><span style=\"color: #000000;\">These must be filled via BFP Chandler Specialty Pharmacy for home delivery only. Contact them at 844-747-6441.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />Network of pharmacies</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Enjoy a broad network of <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacies</strong></a>, including CVS, BFP, Safeway, Walmart, Kroger, Albertson’s and more. There are approximately 53,000 locations.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\">Find an in-network pharmacy near you when you enter your ZIP code and select <strong>Aetna Managed Network</strong>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />BFP resources</strong></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>Banner Home Delivery</strong></a>—This is the most convenient method to receive your medications, allowing for up to a 90-day supply to be sent to you directly and minimizing your out-of-pocket costs.</span></li>\n<li><span style=\"color: #000000;\">Download the BFP app or visit the <a href=\"https://bannerhealth.web.medrefill.com/baweb/#/home\"><strong>BFP website </strong></a>for prescriptions made easy.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*The list isn’t all-inclusive, and the information is subject to change. Some prescription benefit plans may not cover certain categories of medicines, regardless of their appearance in this document. To check coverage and copay information, visit </em><strong><a href=\"https://bannerhealth.sharepoint.com/teams/CorporateCommunications-Yammer/Shared%20Documents/Banner%20Buzz%20(Weekly%20articles)/2024%20BB/6.%20June/June%2026/www.Aetna.com\"><em>Aetna.com</em></a><em> </em></strong><em>and log in to member website. For questions, please call the toll-free number on your member ID card.</em></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dental care at home</strong></span></h3>\n<h4><span style=\"color: #000000;\">Receive a free oral health screening</span></h4>\n<p><span style=\"color: #000000;\">Are you enrolled in a dental plan but don’t use it? If you’re avoiding dental visits due to costs, inconvenience or dental anxiety, SmartScan* provides a fast, free and painless way to stay on top of your dental needs.</span></p>\n<p><span style=\"color: #000000;\"><br />SmartScan is a unique, at-home dental screening tool that lets you use your smartphone to take a series of guided dental photos. Within minutes, you’ll receive a professional assessment from a Cigna Healthcare dentist. However, this isn’t a replacement for a full exam and X-rays done in a dental office, which are important ways to protect your teeth, gums and oral health.<br /></span><br /><br /><span style=\"color: #000000;\"></span></p>\n<h6><span style=\"color: #000000;\">*SmartScan screenings are available at no additional cost to those enrolled in a Cigna dental plan.</span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>How it works</strong></span></p>\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Take guided dental photos of your teeth/mouth</span></li>\n	<li><span style=\"color: #000000;\">​Upload your photos to <strong><a href=\"https://dental.com\" target=\"_blank\" rel=\"noopener\">dental.com</a></strong>, where artificial intelligence and a Cigna Healthcare network dentist examine your teeth and gums</span></li>\n	<li><span style=\"color: #000000;\">You’ll receive a report with an overall rating indicating your oral health status</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">If your oral rating is green, you’ll have peace of mind knowing your mouth is healthy. If your rating is yellow or red, you can book a teledentistry appointment through Cigna Healthcare Dental virtual care or be referred to a Cigna Healthcare Dental in-network provider.</span></p>\n<span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://my.cigna.com/web/public/guest\" target=\"_blank\" rel=\"noopener\">mycigna.com</a></strong> or call 800-244-6224.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png\" title_text=\"new-dental-iphone\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png\" title_text=\"986-image\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Takin\' care of business</strong></span></h3>\n<h4><span style=\"color: #000000;\">Take charge of your health virtually with 98point6</span></h4>\n<p><span style=\"color: #000000;\">With no waiting rooms, no time off work and no uncomfortable face-to-face conversations, <strong><a href=\"https://www.98point6.com/banneraetna-bannerhealth/\">98point6</a></strong> is a more convenient, affordable way to take charge of your health through Banner|Aetna, right from your mobile device.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><span style=\"color: #000000;\">For common conditions such as flu and hypertension to more specific concerns like COVID-19, fungal infections and prostate and menstrual health, 98point6 has board-certified physicians available on-demand, 24/7, who can:</span><br /><span style=\"color: #000000;\">• Answer health-related questions</span><br /><span style=\"color: #000000;\">• Diagnose and treat</span><br /><span style=\"color: #000000;\">• Outline care options</span><br /><span style=\"color: #000000;\">• Order prescriptions and labs as appropriate</span><br /><span style=\"color: #000000;\">• Refer you to specialists and resources in the Banner|Aetna network<br /></span><br /><span style=\"color: #000000;\">98point6 is for team members and dependents ages one and older enrolled in the Banner|Aetna employee plan. There’s $0 out of pocket per visit for Choice Plus Plan members and $5* out of pocket per visit for Value and Premier Plan members.</span><br /><span style=\"color: #000000;\">*The $5 cost share for Banner|Aetna members, with HSA-compatible plans, will be waived for all 98point6 virtual care visits through Dec. 31, 2024, in response to provisions of the Consolidated Appropriations Act, 2023.<br /></span><br /><strong><span style=\"color: #000000;\">Consider Banner Telehealth<br /></span></strong><br /><span style=\"color: #000000;\">Additionally, <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Banner Telehealth</a></strong> also offers quality health care from your primary and specialty doctors in the comfort of your own home using a video-enabled device such as a laptop, tablet or smartphone. Nearly all Banner doctors and health care providers can provide telehealth care.<br /></span><br /><strong><span style=\"color: #000000;\">Questions?</span></strong><br /><span style=\"color: #000000;\">• <strong><a href=\"http://www.98point6.com/banneraetna-bannerhealth\">Learn more about 98point6</a></strong></span><br /><span style=\"color: #000000;\">• <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Learn more about Banner Telehealth</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Winning in trust, innovation, places to work</strong></span></h3>\n<h4><span style=\"color: #000000;\">Celebrate three major recognitions we earned as One Team</span></h4>\n<p><span style=\"color: #000000;\">Thanks to you—our amazing teams—Banner was recently included in three widely recognized lists that prove the impact of your hard work. Together as One Team, we’re making life easier for our communities and earning Sofia’s trust all while striving to make this a great place not only to receive care but to work.<br /><br /></span><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"><b>2024 Most Innovative Companies—Fortune</b></span><br /><span style=\"color: #000000;\">Out of 200 companies on Fortune’s list, 21 of those health systems, we’re honored to be included for the second year in a row. Ranking was based on three dimensions: product innovation, innovation culture and process innovation. <strong><a href=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024.html?origin=CIOE&amp;utm_source=CIOE&amp;utm_medium=email&amp;utm_content=newsletter&amp;oly_enc_id=0662A3072834I9U\">Read more</a></strong>.</span><span style=\"font-size: 14px;\"> </span></p>\n<p><strong><span style=\"color: #000000;\"><br />Most Trustworthy Companies in America—Newsweek</span></strong><br /><span style=\"color: #000000;\">Everything we do is centered around making health care and life easier for Sofia—and as our Vision states, we aim to become her most trusted health partner. That’s why it means so much to be included in Newsweek’s list of companies that customers said they could trust based on an independent survey. <strong><a href=\"https://www.newsweek.com/rankings/most-trustworthy-companies-america-2024\">Read more</a></strong>.</span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><strong><span style=\"color: #000000;\">150 top places to work in healthcare 2024—Becker’s Hospital Review</span></strong><br /><span style=\"color: #000000;\">We’re focused on being a great place to work and receive care, so we’re proud to be included in this list among other hospitals, health systems and health care companies prioritizing workplace excellence and the happiness, satisfaction, well-being and fulfillment of their teams. <strong><a href=\"https://www.beckershospitalreview.com/lists/150-top-places-to-work-in-healthcare-2024.html\">Read more</a></strong>.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards.png\" title_text=\"news-awards\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Archived News', '						', 'inherit', 'closed', 'closed', '', '7965-revision-v1', '', '', '2025-04-02 20:21:46', '2025-04-02 20:21:46', '', 7965, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7981', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7983, 1, '2025-04-03 22:47:46', '2025-04-03 22:47:46', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"#0977b3\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place To Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place To Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.</span></span>\n<br>\nThe Great Place To Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][et_pb_button button_url=\"https://www.bannerhealth.com/careers/great-place-to-work\" button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf  \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefits options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that support total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents and Fellows\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\n<p>Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<ul>\n<li>Pet insurance</li>\n<li>Financial wellness and ID theft protection</li>\n<li>Life insurance</li>\n<li>Supplemental medical coverage</li>\n<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES AND PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=14&amp;wpfd_file_id=7473&amp;token=&amp;preview=1\" style=\"color: #e1e1e1;\">Residents & Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '						', 'inherit', 'closed', 'closed', '', '7765-revision-v1', '', '', '2025-04-03 22:47:46', '2025-04-03 22:47:46', '', 7765, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7983', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7985, 1, '2025-04-03 22:51:58', '2025-04-03 22:51:58', '', 'news-awards-2', '', 'inherit', 'open', 'closed', '', 'news-awards-2', '', '', '2025-04-03 22:51:58', '2025-04-03 22:51:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7990, 1, '2025-04-07 22:41:51', '2025-04-07 22:41:51', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"#0977b3\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place To Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place To Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.</span></span>\n<br>\nThe Great Place To Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][et_pb_button button_url=\"https://www.bannerhealth.com/careers/great-place-to-work\" button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf  \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefits options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that support total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents and Fellows\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\n<p>Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<ul>\n<li>Pet insurance</li>\n<li>Financial wellness and ID theft protection</li>\n<li>Life insurance</li>\n<li>Supplemental medical coverage</li>\n<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES AND PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=14&amp;wpfd_file_id=7473&amp;token=&amp;preview=1\" style=\"color: #e1e1e1;\">Residents & Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: right;\"><img class=\"wp-image-7987 alignnone size-medium\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/2503x597_news-awards-300x72.jpg\" alt=\"\" width=\"300\" height=\"72\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '						', 'inherit', 'closed', 'closed', '', '7765-revision-v1', '', '', '2025-04-07 22:41:51', '2025-04-07 22:41:51', '', 7765, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7990', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7991, 1, '2025-04-07 22:43:06', '2025-04-07 22:43:06', '', '2503x597_news-awards', '', 'inherit', 'open', 'closed', '', '2503x597_news-awards', '', '', '2025-04-07 22:43:06', '2025-04-07 22:43:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/2503x597_news-awards.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7992, 1, '2025-04-07 22:43:42', '2025-04-07 22:43:42', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"#0977b3\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place To Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place To Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.</span></span>\n<br>\nThe Great Place To Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][et_pb_button button_url=\"https://www.bannerhealth.com/careers/great-place-to-work\" button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf  \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefits options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that support total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents and Fellows\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\n<p>Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<ul>\n<li>Pet insurance</li>\n<li>Financial wellness and ID theft protection</li>\n<li>Life insurance</li>\n<li>Supplemental medical coverage</li>\n<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES AND PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=14&amp;wpfd_file_id=7473&amp;token=&amp;preview=1\" style=\"color: #e1e1e1;\">Residents & Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img class=\"wp-image-7987 alignnone size-medium\" src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/2503x597_news-awards-300x72.jpg\" alt=\"\" width=\"300\" height=\"72\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '						', 'inherit', 'closed', 'closed', '', '7765-revision-v1', '', '', '2025-04-07 22:43:42', '2025-04-07 22:43:42', '', 7765, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7992', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7993, 1, '2025-04-07 22:45:28', '2025-04-07 22:45:28', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"54px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/banner-header-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_button=\"on\" button_bg_color=\"rgba(0,0,0,0.41)\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"-14px|0px|5px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{}\"][et_pb_slide heading=\"WELCOME TO BANNER HEALTH BENEFITS\" button_text=\"Explore ALEX—Your Virtual Benefits Counselor\" button_link=\"https://start.myalex.com/bannerhealth/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|700|||||||\" header_text_align=\"center\" header_font_size=\"30px\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/banner-header-mobile.jpg\" background_enable_image=\"on\" background_position=\"bottom_center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"left\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"#0977b3\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.3\" _module_preset=\"default\" width=\"100%\" custom_margin=\"-11px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"ENROLLMENT STARTS SOON\" date_time=\"2024-11-16 07:00\" _builder_version=\"4.27.3\" _module_preset=\"default\" max_width=\"100%\" max_height=\"184px\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://flimp.live/bannerbenefits\" button_text=\"Looking for 2024 benefits?\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 83%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"AT BANNER WERE ALL ABOUT YOU\" _builder_version=\"4.25.2\" custom_margin=\"0px||||false|false\" custom_padding=\"25px|55px|25px|55px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"MAIN CALLOUT\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"0px|0px|0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><strong>At Banner, we’re all about you.</strong></h2>\n<p><span style=\"font-size: medium;\">We’re here to support you at every step of your journey, from exploring what Banner has to offer as a prospective hire, to being newly hired and throughout your journey with Banner. Utilize this site—anytime, anywhere—to explore the benefits information and programs designed to support you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.2\" admin_label=\"MAIN CALLOUT\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"25px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|20px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"With you in mind\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>Your benefits are more than just basic medical, dental and vision coverage—it’s everything that makes you uniquely you. We offer a wide variety of competitive benefits to give you peace of mind and provide additional tools and resources to support you.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Strategy_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_cta title=\"The bottom line\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#e5863d\" custom_button=\"on\" width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div>\n<div><span>Annually, our benefits packages are reviewed and created with one goal in mind: to provide you the best possible care while saving you money because we’re all about you—and that includes your wallet.</span></div>\n</div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Cost_Campaign_Team_Member_Flyer_D1_09132024_V2.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e5863d\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#e59c64\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"An empowered life\" button_text=\"Learn more\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font_size=\"28px\" background_color=\"#78b956\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"min-height:360px!important\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<div><span>We invest in programs, resources and education to support your total well-being. You’re not just our team members—you’re our patients too. We care about your quality of life, so your benefits are designed to empower you to make it the fullest, healthiest life possible. Now it’s up to you to take action.</span></div>\n<div></div>[/et_pb_cta][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_Utilization_Campaign_Team_Member_Flyer_D1_09132024_V3.pdf\" url_new_window=\"on\" button_text=\"Learn more\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#78b956\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#96c66b\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/Banner_Health_US_English_2024_Certification_Badge.png\" width=\"150\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"|50px|||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Banner is Great Place To Work Certified</strong></h2>\n<span style=\"font-size: medium;\"><span>Because of the hard work and dedication of our team members, Banner has earned Great Place To Work Certification. This lets the world know that Banner has a culture where team members feel supported and appreciated for their work. It also signals to patients and families that Banner is a health care system that employs the best and brightest in their field.</span></span>\n<br>\nThe Great Place To Work Certification belongs to our team members who have earned this through their hard work, dedication and caring. Our Mission to “make health care easier, so life can be better” is a promise to focus on workplace and community well-being. Banner is constantly improving to make life better for team members with benefits, programs and initiatives designed to provide an excellent workplace experience.[/et_pb_text][et_pb_button button_url=\"https://www.bannerhealth.com/careers/great-place-to-work\" button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"REVOLUTION SLIDER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" button_alignment=\"center\" width=\"100%\" module_alignment=\"center\" content_max_width=\"64%\" min_height=\"415px\" max_height=\"1000px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Team members\" button_text=\"Document Portal\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\" dbdb_link_slide_title=\"off\" use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" text_orientation=\"center\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re proud that our benefits package aims to care for your physical, mental and financial well-being. That’s why your benefits are more than just basic medical, dental and vision coverage; they include a wide variety of tools and resources to support you and your family. Learn more about your plan overviews and descriptions, as well as benefits premiums, by reviewing our Benefits Document Portal.</span></div>[/et_pb_slide][et_pb_slide heading=\"New hires\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.47)\" arrows_custom_color=\"#1d2757\" dot_nav_custom_color=\"#1d2757\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-2.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_letter_spacing=\"0px\" button_icon=\"&#x3d;||divi||400\" max_width=\"64%\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Welcome to the Banner Health team! As a new team member, you are the foundation of providing excellent patient care here at Banner. And while you take care of others, we’re here to take care of you. That’s why your benefits are a critical part of our well-being mission and are designed with your total well-being in mind. Get started by reviewing our <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_OE_OE_Checklist_V4.pdf  \" target=\"_blank\" rel=\"noopener\" title=\"Enrollment Checklist\"><b>Enrollment Checklist</b></a>, learn about <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/dependent-verification/\" target=\"_blank\" rel=\"noopener\" title=\"Dependent Verification\"><b>Dependent Verification</b></a> and visit <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/ask-alex\" target=\"_blank\" rel=\"noopener\" title=\"Ask ALEX\"><b>ALEX</b></a> your virtual benefits counselor. Finally, explore this site to discover all the benefits options and resources available to you and your family.</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Recruits\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(255,255,255,0.64)\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_text_color=\"#1d2757\" body_text_color=\"#1d2757\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/GettyImages-543198955-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_text_color=\"#1d2757\" button_border_width=\"1px\" button_border_color=\"#1d2757\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>At Banner, we’re committed to providing our team members a comprehensive benefits package that is designed to give our team members peace of mind. Our competitive benefits support our team members’ quality of life by providing programs, resources and education that support total well-being. Dive into this site to see the wealth of benefits and resources that Banner Health offers its team members.</span></div>[/et_pb_slide][et_pb_slide heading=\"News\" button_text=\"Read All About It\" button_link=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/news\" use_bg_overlay=\"on\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/new-3.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>We’re committed to providing you with accurate and educational information about your benefits, health and wellness. Stay informed with our News Center.</span></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BLACK BAR w GREEN BUTTONS\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" module_alignment=\"center\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth/\" button_text=\"Ask ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" button_text=\"Residents and Fellows\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://myhr.bannerhealth.com\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" button_icon=\"&#x3d;||divi||400\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/gettyimages-171363860-2048x2048-2.jpg\" custom_margin=\"10px|0px|0px|0px|false|false\" custom_padding=\"0px|0|65px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row admin_label=\"DESIGNED WITH YOU IN MIND\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-14px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"DESIGNED WITH YOU IN MIND\" module_class=\"kmod1-line\" _builder_version=\"4.27.0\" border_color_all=\"#002a4e\" border_style=\"solid\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><strong><span style=\"color: #002a4e;\">DESIGNED WITH YOU IN MIND</span></strong></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: medium;\">Banner\'s benefits are designed to support our team members\' total well-being. We offer:</span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" admin_label=\"ACCORDIANS\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"10px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#3575ae\" closed_toggle_text_color=\"#3575ae\" toggle_icon=\"&#xf004;||fa||900\" icon_color=\"#3575ae\" admin_label=\"Core Coverage\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#3575ae\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#3575ae\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"CORE COVERAGE\" open=\"on\" toggle_icon=\"&#xe089;||divi||400\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #3575ae;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.31 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5585 alignnone size-full\" /></span></h3>\n<ol>\n<li style=\"text-align: left;\">Three medical plan options with built-in savings for choosing Banner Health providers, plus an option for those located outside the Banner Health Network</li>\n<li>Three dental and two vision plan options to choose from for more complete health care coverage</li>\n<li>Spending accounts to help you cover out-of-pocket expenses and save on taxes</li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" toggle_icon=\"&#xf0e9;||fa||900\" icon_color=\"#e5863d\" admin_label=\"Voluntary Benefits\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#e5863d\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" body_text_align=\"left\" body_line_height=\"1.5em\" text_orientation=\"left\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"VOLUNTARY BENEFITS\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #e5863d;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.36 PM.png\" width=\"80\" height=\"80\" alt=\"\" class=\"wp-image-5586 alignnone size-full\" /></span></h3>\n<p>Choose from a wide range of additional coverage options for extra security, like:</p>\n<p>&nbsp;</p>\n<ul>\n<li>Pet insurance</li>\n<li>Financial wellness and ID theft protection</li>\n<li>Life insurance</li>\n<li>Supplemental medical coverage</li>\n<li>Legal coverage</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion toggle_icon=\"&#xe073;||divi||400\" admin_label=\"Free Resources & Perks\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"20px|0px|0px|0px|false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" custom_css_toggle_title=\"padding-right: 0 !important;\" border_radii=\"on|20px|20px|20px|20px\" border_width_all=\"3px\" border_color_all=\"#78b956\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"FREE RESOURCES AND PERKS\" open=\"on\" open_toggle_text_color=\"#78b956\" open_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#78b956\" icon_color=\"#78b956\" open_icon_color=\"#78b956\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_css_free_form=\"selector .et_pb_toggle_title {||    text-align: center;||}\" custom_css_open_toggle=\"min-height:440px!important\" global_colors_info=\"{}\" toggle_text_color=\"#78b956\" toggle_font=\"|600|||||||\" toggle_text_align=\"center\" toggle_font_size=\"19px\" toggle_letter_spacing=\"0px\" toggle_line_height=\"1em\" closed_toggle_font=\"|600|||||||\" closed_toggle_text_align=\"left\"]<h3 style=\"text-align: center;\"><span style=\"color: #78b956;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/01/Screenshot-2024-01-02-at-3.40.42 PM.png\" width=\"80\" height=\"70\" alt=\"\" class=\"wp-image-5584 alignnone size-full\" /></span></h3>\n<ol>\n<li>The MyWell-Being Program offers the support you need <span style=\"font-size: 14px;\">to live a healthy life, plus a chance to earn discounted </span><span style=\"font-size: 14px;\">premiums and other rewards</span></li>\n<li>Resources for Living provides mental health and daily living support</li>\n<li>Beneplace provides exclusive discounts for Banner team <span style=\"font-size: 14px;\">members</span></li>\n</ol>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" admin_label=\"COUNTDOWN\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#f4f4f4\" custom_margin=\"0px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" disabled=\"on\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"COUNTDOWN\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" custom_margin=\"0px||-2px||false|false\" custom_padding=\"0px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong>Scavenger Hunt Clue #1</strong></h2>\n<p><span style=\"font-size: medium;\"><span>Welcome to the new benefits site, super sleuths! Watch this video for your next clue.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe frameborder=\"0\" width=\"560\" height=\"295\" src=https://biteable.com/watch/embed/4270443/c7bb94df056cbd41fba2d95827398825 allowfullscreen=\"true\" allow=\"autoplay\"></iframe>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" background_enable_image=\"off\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David J. Schuitema, CEBS\" job_title=\"SR. Director Benefits\" portrait_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/david-2.png\" quote_icon_color=\"#002a4e\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#002a4e\" author_text_color=\"#002a4e\" position_text_color=\"#002a4e\" background_enable_color=\"off\" use_background_color=\"off\" global_colors_info=\"{}\"]Banner Benefits are all about you! Our competitive offerings are designed with you and your family in mind, with a vision to provide broad offerings for you to pick what’s right during each time in your life. Ultimately, we want to provide a safety net of offerings that allow you to not worry when things happen, which they will. We’ll meet you where you are.\n <br>\nAdditionally, we offer a very robust MyWell-being Program that allows you to be your best self! We know not everyone is ready to embark on that wellness journey, but when you are, we have the trusted tools and resources available that will allow you to create your best life. We have your back because it really is all about you![/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=14&amp;wpfd_file_id=7473&amp;token=&amp;preview=1\" style=\"color: #e1e1e1;\">Residents & Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/2503x597_news-awards.png\" title_text=\"2503x597_news-awards\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '						', 'inherit', 'closed', 'closed', '', '7765-revision-v1', '', '', '2025-04-07 22:45:28', '2025-04-07 22:45:28', '', 7765, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7993', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7995, 1, '2025-04-23 21:33:42', '2025-04-23 21:33:42', '', 'UTF-82025-Maintenance-Medicine-Drug-List', '', 'inherit', 'open', 'closed', '', 'utf-82025-maintenance-medicine-drug-list', '', '', '2025-04-23 21:33:42', '2025-04-23 21:33:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/UTF-82025-Maintenance-Medicine-Drug-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7997, 1, '2025-04-23 21:34:02', '2025-04-23 21:34:02', '', 'UTF-82025-Specialty-Drug-List', '', 'inherit', 'open', 'closed', '', 'utf-82025-specialty-drug-list', '', '', '2025-04-23 21:34:02', '2025-04-23 21:34:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/UTF-82025-Specialty-Drug-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7998, 1, '2025-04-23 21:34:15', '2025-04-23 21:34:15', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Pharmacy through Aetna\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/pharmacy.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-11px||8px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" custom_padding=\"40px||28px||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" custom_margin=\"-26px||-50px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>The Banner Health pharmacy plans provide prescription drug benefits through a network of participating pharmacies that includes most major drug store chains, Banner Family Pharmacy and a mail-order program. Pharmacy benefits are administered by Aetna. The chart represents Banner Network (max savings tier) level of coverage.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.16\" background_color=\"#ffffff\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2><strong>Banner Network coverage highlights</strong></h2>[/et_pb_text][et_pb_code _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6190\"][/et_pb_code][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h6><span style=\"color: #333333;\">*After deductible unless they are on $0 Medications List or First Dollar list. Applies to Value and Premier.</span></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Stay in network</p>\n<h6><span style=\"color: #000000;\">Pharmacy plans don’t cover medications purchased at non-network pharmacies. If you use an out-of-network pharmacy, you will be responsible for the entire cost of the medication. <span>In-network pharmacies include BFP, CVS, Safeway, Walmart, Kroger, Albertson\'s and more. Walgreens pharmacies are not included. </span></span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_font=\"|700|||||||\" text_text_color=\"#3575ad\" text_font_size=\"18px\" text_line_height=\"1.2em\" global_colors_info=\"{}\"]<p>Banner Network coverage highlights are shown here. For complete plan details, click the buttons below.</p>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=31&wpfd_file_id=7624&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Value Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=30&wpfd_file_id=7623&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Premier Plan SBC</span></strong></h4>[/et_pb_text][et_pb_text admin_label=\"HDHP at a Glance\" _builder_version=\"4.27.0\" text_font=\"||||||||\" ul_font=\"||||||||\" ul_text_color=\"#ffffff\" background_color=\"#3576ae\" custom_padding=\"14px|15px|2px|22px\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=29&wpfd_file_id=7621&token=c814bcfa0ea85f635069f6477883515c&preview=1\" link_option_url_new_window=\"on\" border_radii=\"on|12px|12px|12px|12px\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Choice Plan SBC</span></strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#3576ae\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#3576ae\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/UTF-82025-Maintenance-Medicine-Drug-List.pdf\" url_new_window=\"on\" button_text=\"Maintenance Medications\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/UTF-82025-Specialty-Drug-List.pdf\" url_new_window=\"on\" button_text=\"Specialty Medications\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#FFFFFF\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025-Banner-Employee-Plan-BFP-0-List.pdf\" url_new_window=\"on\" button_text=\"$0 Medications List\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#3576ae\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"20px\" button_font=\"|700|||||||\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#FFFFFF\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#3576ae\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#ededed\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-12px||-30px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Ongoing or maintenance prescriptions</strong></span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Filling prescriptions</strong></span></h2>\n<p>When you are prescribed a medication that needs to be filled on a monthly basis (for example, birth control, hormones, blood pressure, etc.), you have two options for ordering it after two Rx fills at any in-network retail pharmacy. Subsequent fills must be made by those listed below.</p>\n<ul>\n<li><strong>Banner Family Pharmacy:</strong> Banner Family Retail or Home Delivery Service (mail order): Prescriptions are delivered to your door. You will receive a discount of 50% off one month’s copay on the Choice Plus Plan by using our Home Delivery Service for your 93-day supply.</li>\n<li><strong>93-day retail supply:</strong> You can receive up to a 93-day supply of your medication at any retail Banner Family Pharmacy.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Specialty medications</strong></span></h2>\n<p>Specialty medications are dispensed by Banner Family Pharmacy — Chandler for 30% coinsurance for the Choice Plus Medical Plan. However, if you participate in the PrudentRx program, you could pay a $0 copay. PrudentRx will find the best savings from manufacturers to help you lower the cost of specialty prescriptions. Choice Plus Plan members will be counseled by Banner Family Pharmacy Specialty upon enrolling in the PrudentRx program.<br /><br /></p>\n<p>&nbsp;\nThe Value and Premier Medical Plans cover specialty medications after the deductible and then the applicable coinsurance.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Working Spouse Surcharge Policy\" module_id=\"working-spouse-surcharge\" _builder_version=\"4.27.0\" text_text_color=\"#000000\" background_layout=\"dark\" custom_padding=\"18px|||||\" global_colors_info=\"{}\"]<h2><span style=\"color: #3576ae;\"><strong>Zero-dollar medications</strong></span></h2>\n<p>Under all Banner Health medical plans, if you or dependents have specific medical conditions such as asthma, COPD, cardiovascular disease or diabetes, your medications may be free. These medications must be obtained from Banner Family Pharmacy. To view the $0 Medications List, <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=1950&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\">click here</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/GettyImages-961072406-scaled.jpg\" title_text=\"Smiling man spinning basketball on finger against city skyline\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Pharmacy', '						', 'inherit', 'closed', 'closed', '', '6185-revision-v1', '', '', '2025-04-23 21:34:15', '2025-04-23 21:34:15', '', 6185, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=7998', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8004, 1, '2025-05-09 16:08:31', '2025-05-09 16:08:31', '', '98point6', '', 'inherit', 'open', 'closed', '', '98point6-2', '', '', '2025-05-09 16:08:31', '2025-05-09 16:08:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/05/98point6.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8008, 1, '2025-07-09 15:00:09', '2025-07-09 15:00:09', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Archived News\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\" title_text=\"Young woman enjoying electric scooter ride on footpath\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>When life changes</strong></h3><h4>Know when to make changes to your benefits</h4>\n<span style=\"color: #212121;\">Whether you’re having a baby or getting married, notify the benefits department when you have a Qualifying Life Event (QLE) so you can make the necessary changes to your benefits elections.<br>&nbsp;\nChanges due to a QLE must be made within 31 days of the qualifying event date and are effective the first day of the month following the event. The only exception to this rule is newborns or newly adopted children; QLE changes are effective on their date of birth or adoption.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Common QLEs include:</strong></span></p>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Change in marital status (e.g., marriage, divorce, deceased spouse)</span></li>\n	<li><span style=\"color: #000000;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></li>\n	<li><span style=\"color: #000000;\">Change in your spouse’s employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Change in your employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Enrollment in Medicare or Medicaid</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Note: Before your changes are approved, you’ll need to provide proof of your QLE. Review the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for documentation requirements.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Read the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">QLE FAQs</a> </strong>to get answers to many common questions or contact our Benefits Resource Center, 7 a.m. – 7 p.m. (MST),<br />Monday – Friday, by calling 833-849-9825.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Rx your way: on vacay or off to school</strong></span></h3>\n<h4><span style=\"color: #000000;\">Know when to make changes to your benefits</span></h4>\n<p><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop shop for convenient, expert care and service. Since BFP isn’t located everywhere team members and their dependents need coverage, we offer a way to ensure pharmacy coverage, no matter where you are.</p>\n<p></span><span style=\"color: #000000;\">If you, the covered team member, have a home address in a state outside BFP coverage areas (AZ, CA, CO, NE, NV and WY), there’s no action you have to take. Your pharmacy assignment includes access to CVS network pharmacies.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Dependent override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college), you’ll need to obtain an override to allow prescription fills outside of the custom network. Note: A pharmacy override may be required for each prescription and can be approved for up to 12 months through CVS.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Vacation override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Vacation overrides allow members to get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance. To get a vacation override, you must provide three specific dates:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Those needing either a dependent or vacation override must contact Banner|Aetna Concierge, 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" title_text=\"Happy parents and their kids having fun while swimming in the sea.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Health made simple</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get the best care when you’re sick</span></h4>\n<p><span style=\"color: #000000;\">When you or a family member is sick or short of breath, do you know where to seek care? Should you go to urgent care, the ED or somewhere else?\nBanner|Aetna plans provide several points of access for your health care needs, and receiving care at the right location can even save you time and money. For example, did you know if you use the ED and your condition is determined a non-emergency, the expense might not be covered? We’ve put together a list of services available to get you the care you need, when you need it most.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7485\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>50,000+ pharmacies available</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get your medications from one of many pharmacy options</span></h4>\n<p><span style=\"color: #000000;\">When you’re not feeling well or simply need to fill a regular prescription, it can be confusing to know where to go. Between Banner Family Pharmacies (BFP) and our network of other pharmacy options, we’ve got you covered.</span></p>\n<p><span style=\"color: #000000;\"><br />Teams located within a BFP state (AZ, CO, NE, NV, NM, UT, WY) can explore the details below. Those in <a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Pharmacy.Out%20of Area.pdf?csf=1&amp;web=1&amp;e=ocBcLr\" target=\"_blank\" rel=\"noopener\"><strong>non-BFP states should check out your specific pharmacy coverage.</strong></a></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>General prescriptions</strong>—Include antibiotics, pain and anti-nausea medications, etc. <em>Controlled substances are also included in this category, even if they’d normally be considered a maintenance medication.</em></span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n</li>\n<li><span style=\"color: #000000;\">Fill these prescription types at any <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacy</strong></a>; however, you’ll receive the lowest cost when utilizing a BFP.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5624&amp;token=&amp;preview=1\"><strong>Maintenance medications</strong></a><strong>*</strong>—A small list of medications taken regularly for long-term (chronic) conditions, including birth control, high blood pressure, diabetes, high cholesterol medications, etc. For member convenience, your plan covers the first two fills at any network retail pharmacy location, but subsequent fills need to be via <a href=\"https://bannerhealth.sharepoint.com/sites/Connect/Pharmacy-Services/Pages/Banner-Family-Pharmacy.aspx\"><strong>BFP location</strong></a> or <a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>home delivery</strong></a>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5653&amp;token=&amp;preview=1\"><strong>Specialty medications</strong></a> —Treat complex, chronic conditions and include drugs classes such as antiparkinsonian and multiple sclerosis agents, antivirals and more. </span><span style=\"color: #000000;\">These must be filled via BFP Chandler Specialty Pharmacy for home delivery only. Contact them at 844-747-6441.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />Network of pharmacies</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Enjoy a broad network of <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacies</strong></a>, including CVS, BFP, Safeway, Walmart, Kroger, Albertson’s and more. There are approximately 53,000 locations.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\">Find an in-network pharmacy near you when you enter your ZIP code and select <strong>Aetna Managed Network</strong>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />BFP resources</strong></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>Banner Home Delivery</strong></a>—This is the most convenient method to receive your medications, allowing for up to a 90-day supply to be sent to you directly and minimizing your out-of-pocket costs.</span></li>\n<li><span style=\"color: #000000;\">Download the BFP app or visit the <a href=\"https://bannerhealth.web.medrefill.com/baweb/#/home\"><strong>BFP website </strong></a>for prescriptions made easy.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*The list isn’t all-inclusive, and the information is subject to change. Some prescription benefit plans may not cover certain categories of medicines, regardless of their appearance in this document. To check coverage and copay information, visit </em><strong><a href=\"https://bannerhealth.sharepoint.com/teams/CorporateCommunications-Yammer/Shared%20Documents/Banner%20Buzz%20(Weekly%20articles)/2024%20BB/6.%20June/June%2026/www.Aetna.com\"><em>Aetna.com</em></a><em> </em></strong><em>and log in to member website. For questions, please call the toll-free number on your member ID card.</em></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dental care at home</strong></span></h3>\n<h4><span style=\"color: #000000;\">Receive a free oral health screening</span></h4>\n<p><span style=\"color: #000000;\">Are you enrolled in a dental plan but don’t use it? If you’re avoiding dental visits due to costs, inconvenience or dental anxiety, SmartScan* provides a fast, free and painless way to stay on top of your dental needs.</span></p>\n<p><span style=\"color: #000000;\"><br />SmartScan is a unique, at-home dental screening tool that lets you use your smartphone to take a series of guided dental photos. Within minutes, you’ll receive a professional assessment from a Cigna Healthcare dentist. However, this isn’t a replacement for a full exam and X-rays done in a dental office, which are important ways to protect your teeth, gums and oral health.<br /></span><br /><br /><span style=\"color: #000000;\"></span></p>\n<h6><span style=\"color: #000000;\">*SmartScan screenings are available at no additional cost to those enrolled in a Cigna dental plan.</span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>How it works</strong></span></p>\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Take guided dental photos of your teeth/mouth</span></li>\n	<li><span style=\"color: #000000;\">​Upload your photos to <strong><a href=\"https://dental.com\" target=\"_blank\" rel=\"noopener\">dental.com</a></strong>, where artificial intelligence and a Cigna Healthcare network dentist examine your teeth and gums</span></li>\n	<li><span style=\"color: #000000;\">You’ll receive a report with an overall rating indicating your oral health status</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">If your oral rating is green, you’ll have peace of mind knowing your mouth is healthy. If your rating is yellow or red, you can book a teledentistry appointment through Cigna Healthcare Dental virtual care or be referred to a Cigna Healthcare Dental in-network provider.</span></p>\n<span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://my.cigna.com/web/public/guest\" target=\"_blank\" rel=\"noopener\">mycigna.com</a></strong> or call 800-244-6224.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png\" title_text=\"new-dental-iphone\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png\" title_text=\"986-image\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Takin\' care of business</strong></span></h3>\n<h4><span style=\"color: #000000;\">Take charge of your health virtually with 98point6</span></h4>\n<p><span style=\"color: #000000;\">With no waiting rooms, no time off work and no uncomfortable face-to-face conversations, <strong><a href=\"https://www.98point6.com/banneraetna-bannerhealth/\">98point6</a></strong> is a more convenient, affordable way to take charge of your health through Banner|Aetna, right from your mobile device.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><span style=\"color: #000000;\">For common conditions such as flu and hypertension to more specific concerns like COVID-19, fungal infections and prostate and menstrual health, 98point6 has board-certified physicians available on-demand, 24/7, who can:</span><br /><span style=\"color: #000000;\">• Answer health-related questions</span><br /><span style=\"color: #000000;\">• Diagnose and treat</span><br /><span style=\"color: #000000;\">• Outline care options</span><br /><span style=\"color: #000000;\">• Order prescriptions and labs as appropriate</span><br /><span style=\"color: #000000;\">• Refer you to specialists and resources in the Banner|Aetna network<br /></span><br /><span style=\"color: #000000;\">98point6 is for team members and dependents ages one and older enrolled in the Banner|Aetna employee plan. There’s $0 out of pocket per visit for Choice Plus Plan members and $5* out of pocket per visit for Value and Premier Plan members.</span><br /><span style=\"color: #000000;\">*The $5 cost share for Banner|Aetna members, with HSA-compatible plans, will be waived for all 98point6 virtual care visits through Dec. 31, 2024, in response to provisions of the Consolidated Appropriations Act, 2023.<br /></span><br /><strong><span style=\"color: #000000;\">Consider Banner Telehealth<br /></span></strong><br /><span style=\"color: #000000;\">Additionally, <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Banner Telehealth</a></strong> also offers quality health care from your primary and specialty doctors in the comfort of your own home using a video-enabled device such as a laptop, tablet or smartphone. Nearly all Banner doctors and health care providers can provide telehealth care.<br /></span><br /><strong><span style=\"color: #000000;\">Questions?</span></strong><br /><span style=\"color: #000000;\">• <strong><a href=\"http://www.98point6.com/banneraetna-bannerhealth\">Learn more about 98point6</a></strong></span><br /><span style=\"color: #000000;\">• <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Learn more about Banner Telehealth</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Winning in trust, innovation, places to work</strong></span></h3>\n<h4><span style=\"color: #000000;\">Celebrate three major recognitions we earned as One Team</span></h4>\n<p><span style=\"color: #000000;\">Thanks to you—our amazing teams—Banner was recently included in three widely recognized lists that prove the impact of your hard work. Together as One Team, we’re making life easier for our communities and earning Sofia’s trust all while striving to make this a great place not only to receive care but to work.<br /><br /></span><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"><b>2024 Most Innovative Companies—Fortune</b></span><br /><span style=\"color: #000000;\">Out of 200 companies on Fortune’s list, 21 of those health systems, we’re honored to be included for the second year in a row. Ranking was based on three dimensions: product innovation, innovation culture and process innovation. <strong><a href=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024.html?origin=CIOE&amp;utm_source=CIOE&amp;utm_medium=email&amp;utm_content=newsletter&amp;oly_enc_id=0662A3072834I9U\">Read more</a></strong>.</span><span style=\"font-size: 14px;\"> </span></p>\n<p><strong><span style=\"color: #000000;\"><br />Most Trustworthy Companies in America—Newsweek</span></strong><br /><span style=\"color: #000000;\">Everything we do is centered around making health care and life easier for Sofia—and as our Vision states, we aim to become her most trusted health partner. That’s why it means so much to be included in Newsweek’s list of companies that customers said they could trust based on an independent survey. <strong><a href=\"https://www.newsweek.com/rankings/most-trustworthy-companies-america-2024\">Read more</a></strong>.</span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><strong><span style=\"color: #000000;\">150 top places to work in healthcare 2024—Becker’s Hospital Review</span></strong><br /><span style=\"color: #000000;\">We’re focused on being a great place to work and receive care, so we’re proud to be included in this list among other hospitals, health systems and health care companies prioritizing workplace excellence and the happiness, satisfaction, well-being and fulfillment of their teams. <strong><a href=\"https://www.beckershospitalreview.com/lists/150-top-places-to-work-in-healthcare-2024.html\">Read more</a></strong>.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards.png\" title_text=\"news-awards\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Archived News 2024', '						', 'inherit', 'closed', 'closed', '', '7965-revision-v1', '', '', '2025-07-09 15:00:09', '2025-07-09 15:00:09', '', 7965, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=8008', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8009, 1, '2025-07-08 15:00:25', '2025-07-08 15:00:25', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.27.4\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Archived News\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"Young woman enjoying electric scooter ride on footpath\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Map your health care journey </strong></h3>\n<p><span style=\"color: #000000;\">Navigating your health care should be simple and stress-free. With easy access to your benefits, personalized support and cost-saving tools, we\'re here to guide you every step of the way. Explore the resources below to make the most of your health care offerings.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Personalized benefits support every step of the way</strong></h3>\n<p><span style=\"color: #000000;\">Need help navigating your benefits? Our Benefits Navigators are here to provide one-on-one assistance. Larger locations have navigators on-site, but you can also get assistance via phone or email. Find specific contact information on the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\">Documents</a></strong> page.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Get started with seamless access to your Aetna member account</strong></h3>\n<span style=\"color: #000000;\">Good news! The Banner|Aetna single sign-on (SSO) is now live, making it easier to access your Aetna member account.</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Inside Banner IT network:</strong> Use your Banner credentials to log in through Banner Connect. Simply search \"Banner|Aetna\" to find the SSO link and bookmark it for future use.</span></li>\n	<li><span style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Outside Banner IT network:</strong> Visit <strong style=\"color: #000000;\"><a href=\"https://banneraetna.com/\" style=\"color: #000000;\"></a></strong></span></span><a href=\"https://banneraetna.com/\"><b>banneraetna.com</b></a> <span style=\"color: #000000;\">and log in with your username and password.</span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Your road to quality care when you need it</strong></span></h3>\n<span style=\"color: #000000;\">Choosing the right location for care can save time and money. Here’s your line of defense when seeking care:</span>\n\n<span style=\"color: #000000;\"></span>\n<span style=\"color: #000000;\"><strong> </strong><strong>1. Nurse call line: </strong>Get expert advice, 24/7, 365, by calling 888-747-7990.</span></li>\n	<span style=\"color: #000000;\"><strong> </strong><strong>2. 98point6 telecare: </strong>For primary care, diagnoses, prescriptions and referrals.</span></li>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Available to U.S. residents aged 1 year and up. Chat with board-certified physicians anytime, anywhere. If you live outside the Banner domestic area, this is a great way to get routine care for little to no cost:</span>\n	<ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Value Plan and Premier Plan members:</strong> $5 out-of-pocket cost per visit</span></li>\n	<li><span style=\"color: #000000;\"><strong>All others</strong>: $0 out-of-pocket cost per visit</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Check out the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/98point6/\" style=\"color: #000000;\"><strong>98point6 page</strong></a> on this site to learn more and download the app.</span></p>\n\n	<span style=\"color: #000000;\"><strong> </strong><strong>3. Banner Urgent Care: </strong>For non-life-threatening issues like cold, flu or fractures.</span></li>\n	<li><span style=\"color: #000000;\"><strong> </strong><strong>4. ED:</strong> Save the Emergency Department for severe or life-threatening conditions only.</span></li>\n</ol>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/05/98point6.png\" title_text=\"98point6\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"54%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>\nOn track toward maximum pharmacy savings</strong></span></h3>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Save on prescription medications by using Banner Family Pharmacies if you\'re in our care areas. If you\'re outside those areas, use the CVS national network. To find a participating pharmacy:</span></p>\n\n<ul>\n	<li><span style=\"color: #000000;\">Visit the <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\" style=\"color: #000000;\"><strong>Aetna Managed Pharmacy Network</strong></a> site</span></li>\n	<li><span style=\"color: #000000;\">Fill in the required information</span></li>\n	<li><span style=\"color: #000000;\">Under <strong>Select Pharmacy Network</strong>, select <strong>Aetna Managed Network</strong></span></li>\n	<li><span style=\"color: #000000;\">Click <strong>Search</strong></span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong><br />Understanding your Explanation of Benefits (EOBs)</strong></span></h3>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Your EOB is a snapshot of your insurance coverage and potential costs. Always review it before paying your medical bills to avoid any surprises.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">For more tips on understanding your EOB, visit</span> <a href=\"https://banneraetna.com/\"><strong>banneraetna.com</strong></a> <span style=\"color: #000000;\">or call the <strong>Banner|Aetna Concierge </strong>at 855-788-5803, 8 a.m. to 6 p.m. (MST), Monday – Friday.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Wellness redefined</strong></h3><h4>Find out how preventive care opportunities have expanded</h4>\n<span style=\"color: #212121;\">Preventive screenings are an important part of your well-being, allowing for early detection of health issues and reducing the risk of serious illness. Being proactive with your health can have a huge impact on your quality of life.\nPreventive services are important, which is why we’ve removed age limits for things like colorectal, cervical, diabetes and lung cancer screenings, mammograms and more if you’re enrolled in a Banner medical plan. Additionally, to allow for more convenient scheduling, you’ll be able to receive these screenings once every plan year, instead of every 12 months.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">In addition to this expanded coverage, you’ll have more ways to earn MyWell-Being points by:</span><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Scheduling your preventive screenings—600 points (3X/year)</li>\n<li><span style=\"color: #000000;\">Encouraging loved ones to schedule preventive screenings—300 points (3X/year)</span></li>\n<li><span style=\"color: #000000;\">Completing preventive screenings—1,000 points (3X/year)</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Make 2025 the year to achieve optimal wellness—schedule preventive screenings and encourage your loved ones to do so as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Email <a href=\"mailto:BHMyWell-Being@bannerhealth.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>BHMyWell-Being@bannerhealth.com</strong></a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Feel better, live better</strong></span></h3>\n<h4><span style=\"color: #000000;\">Enroll in Virta Health’s new weight management program</span></h4>\n<span style=\"color: #000000;\">Get healthier and shed the pounds this year, with the guided assistance of a medical care team, through your Banner medical plan.\n<br>\nClaim your covered benefit now to lose weight with our expanded Virta offerings. The new weight management program, alongside pre-diabetes and type 2 diabetes care, is available at no cost to team members and eligible dependents with a BMI of 27 or greater.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">This is a guided nutrition program where you’ll receive expert support and a free starter kit to help you lose weight, including:</span>\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li>Digital weight scale that syncs with your phone to track progress</span></li>\n	<li><span style=\"color: #000000;\">Connected meter to monitor blood sugar and metabolic health</span></li>\n	<li><span style=\"color: #000000;\">One-on-one support from an expert health coach</span></li>\n	<li><span style=\"color: #000000;\">Dedicated medical provider to safely reduce medications</span></li>\n	<li><span style=\"color: #000000;\">Personalized nutrition plan with easy, delicious recipes</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Whether you\'re interested in improving your health, gaining energy, eliminating unwanted medications or looking and feeling better, start by <strong><a href=\"https://www.virtahealth.com/join/bannerhealth\" target=\"_blank\" rel=\"noopener\">claiming your benefit now</a></strong> or visiting <strong><a href=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Pages/Health-Management-Programs.aspx\" target=\"_blank\" rel=\"noopener\">Health Management Programs</a></strong> resource page.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" title_text=\"Happy parents and their kids having fun while swimming in the sea.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Simplifying access to care when you need it </strong></span></h3>\n<h4><span style=\"color: #000000;\">Locate the best place to go based on your illness</span></h4>\n<span style=\"color: #000000;\">When you or a family member are sick or experiencing a medical emergency, do you know where to seek care? In a medical emergency, every second counts. And the urgency of the situation necessitates you know where to turn—be it calling 9-1-1, heading to the nearest ED or utilizing urgent care—to ensure you get the care you need quickly.<br>\nBanner|Aetna plans provide several points of access for your health care needs, helping you receive care at the right location, saving you time and money (i.e., if you go to the ED and your condition is determined a non-emergency, the medical expense might not be covered). That’s why we’ve put together a list of services available to get you the care you need, when you need it most.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7485\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dental care at home</strong></span></h3>\n<h4><span style=\"color: #000000;\">Receive a free oral health screening</span></h4>\n<p><span style=\"color: #000000;\">Are you enrolled in a dental plan but don’t use it? If you’re avoiding dental visits due to costs, inconvenience or dental anxiety, SmartScan* provides a fast, free and painless way to stay on top of your dental needs.</span></p>\n<p><span style=\"color: #000000;\"><br />SmartScan is a unique, at-home dental screening tool that lets you use your smartphone to take a series of guided dental photos. Within minutes, you’ll receive a professional assessment from a Cigna Healthcare dentist. However, this isn’t a replacement for a full exam and X-rays done in a dental office, which are important ways to protect your teeth, gums and oral health.<br /></span><br /><br /><span style=\"color: #000000;\"></span></p>\n<h6><span style=\"color: #000000;\">*SmartScan screenings are available at no additional cost to those enrolled in a Cigna dental plan.</span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>How it works</strong></span></p>\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Take guided dental photos of your teeth/mouth</span></li>\n	<li><span style=\"color: #000000;\">​Upload your photos to <strong><a href=\"https://dental.com\" target=\"_blank\" rel=\"noopener\">dental.com</a></strong>, where artificial intelligence and a Cigna Healthcare network dentist examine your teeth and gums</span></li>\n	<li><span style=\"color: #000000;\">You’ll receive a report with an overall rating indicating your oral health status</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">If your oral rating is green, you’ll have peace of mind knowing your mouth is healthy. If your rating is yellow or red, you can book a teledentistry appointment through Cigna Healthcare Dental virtual care or be referred to a Cigna Healthcare Dental in-network provider.</span></p>\n<span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://my.cigna.com/web/public/guest\" target=\"_blank\" rel=\"noopener\">mycigna.com</a></strong> or call 800-244-6224.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png\" title_text=\"new-dental-iphone\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png\" title_text=\"986-image\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Takin\' care of business</strong></span></h3>\n<h4><span style=\"color: #000000;\">Take charge of your health virtually with 98point6</span></h4>\n<p><span style=\"color: #000000;\">With no waiting rooms, no time off work and no uncomfortable face-to-face conversations, <strong><a href=\"https://www.98point6.com/banneraetna-bannerhealth/\">98point6</a></strong> is a more convenient, affordable way to take charge of your health through Banner|Aetna, right from your mobile device.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><span style=\"color: #000000;\">For common conditions such as flu and hypertension to more specific concerns like COVID-19, fungal infections and prostate and menstrual health, 98point6 has board-certified physicians available on-demand, 24/7, who can:</span><br /><span style=\"color: #000000;\">• Answer health-related questions</span><br /><span style=\"color: #000000;\">• Diagnose and treat</span><br /><span style=\"color: #000000;\">• Outline care options</span><br /><span style=\"color: #000000;\">• Order prescriptions and labs as appropriate</span><br /><span style=\"color: #000000;\">• Refer you to specialists and resources in the Banner|Aetna network<br /></span><br /><span style=\"color: #000000;\">98point6 is for team members and dependents ages one and older enrolled in the Banner|Aetna employee plan. There’s $0 out of pocket per visit for Choice Plus Plan members and $5* out of pocket per visit for Value and Premier Plan members.</span><br /><span style=\"color: #000000;\">*The $5 cost share for Banner|Aetna members, with HSA-compatible plans, will be waived for all 98point6 virtual care visits through Dec. 31, 2024, in response to provisions of the Consolidated Appropriations Act, 2023.<br /></span><br /><strong><span style=\"color: #000000;\">Consider Banner Telehealth<br /></span></strong><br /><span style=\"color: #000000;\">Additionally, <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Banner Telehealth</a></strong> also offers quality health care from your primary and specialty doctors in the comfort of your own home using a video-enabled device such as a laptop, tablet or smartphone. Nearly all Banner doctors and health care providers can provide telehealth care.<br /></span><br /><strong><span style=\"color: #000000;\">Questions?</span></strong><br /><span style=\"color: #000000;\">• <strong><a href=\"http://www.98point6.com/banneraetna-bannerhealth\">Learn more about 98point6</a></strong></span><br /><span style=\"color: #000000;\">• <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Learn more about Banner Telehealth</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Banner earns Great Place To Work certification</strong></span></h3>\n<h4><span style=\"color: #000000;\">Find out how we earned this designation together as One Team</span></h4>\n<p><span style=\"color: #000000;\">Congratulations, as One Team we’ve become a certified Great Place To Work.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The certification is a national designation measuring workplace culture and tells the world we exemplify qualities of an extraordinary workplace—one where you trust the people you work for, have pride in what you do and enjoy the people you work with.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">We submitted an application outlining our benefits, programs and initiatives designed to support and care for our teams. As a part of the certification process, a comprehensive survey was sent to 5,000 team members earlier this year asking about trust, pride, leadership and communication. The results showed that 76% believe we’re a great place to work compared to 57% of employees at a typical U.S.-based company.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">“This recognition belongs to every team member and reflects the profound impact they have in the communities we serve,” says Amy Perry, president and CEO, in response to the certification news. “You truly make Banner a great place to work.”</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">This certification enhances our reputation and assists us in recruiting and retaining top talent. It also signals to our patients and visitors that we not only care about our teams but also work with the best and brightest.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><span style=\"color: #000000;\">We’ve also recently been recognized for the second year in a row on Newsweek’s list of</span> </span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2F10-most-trustworthy-health-systems-newsweek%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692094773%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=gKVALBEB4z3L4bE5swc%2FG83jo%2FGCZLd%2FKV9fBAuEHKE%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/. Click or tap if you trust this link.\" data-linkindex=\"0\">Most Trustworthy Companies in America</a></strong><span> <span style=\"color: #000000;\">as one of the top 10 hospitals or health systems, as well as a three-year champion of Fortune\'s </span></span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2Fthe-most-innovative-health-systems-per-fortune-2024%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692148018%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=LRg5roN7ReAl%2FtnTXgo6hF%2BrsUUdiXKw%2F4XfDXvBARQ%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/. Click or tap if you trust this link.\" data-linkindex=\"1\">America’s Most Innovative Companies</a></strong><span> <span style=\"color: #000000;\">list.</span></span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png\" title_text=\"news-awards-2\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" max_height=\"157px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#f4f4f4\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-10px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/archived-news\" button_text=\"ARCHIVED NEWS\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3787b2\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Archived News', '						', 'publish', 'closed', 'closed', '', 'archived-news', '', '', '2025-07-09 15:01:51', '2025-07-09 15:01:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?page_id=8009', '0', 'page', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8010, 1, '2025-07-09 15:00:56', '2025-07-09 15:00:56', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"News\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/news-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Map your health care journey </strong></h3>\n<p><span style=\"color: #000000;\">Navigating your health care should be simple and stress-free. With easy access to your benefits, personalized support and cost-saving tools, we\'re here to guide you every step of the way. Explore the resources below to make the most of your health care offerings.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Personalized benefits support every step of the way</strong></h3>\n<p><span style=\"color: #000000;\">Need help navigating your benefits? Our Benefits Navigators are here to provide one-on-one assistance. Larger locations have navigators on-site, but you can also get assistance via phone or email. Find specific contact information on the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\">Documents</a></strong> page.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Get started with seamless access to your Aetna member account</strong></h3>\n<span style=\"color: #000000;\">Good news! The Banner|Aetna single sign-on (SSO) is now live, making it easier to access your Aetna member account.</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Inside Banner IT network:</strong> Use your Banner credentials to log in through Banner Connect. Simply search \"Banner|Aetna\" to find the SSO link and bookmark it for future use.</span></li>\n	<li><span style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Outside Banner IT network:</strong> Visit <strong style=\"color: #000000;\"><a href=\"https://banneraetna.com/\" style=\"color: #000000;\"></a></strong></span></span><a href=\"https://banneraetna.com/\"><b>banneraetna.com</b></a> <span style=\"color: #000000;\">and log in with your username and password.</span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\" column_structure=\"3_5,2_5\"][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Your road to quality care when you need it</strong></span></h3>\n<span style=\"color: #000000;\">Choosing the right location for care can save time and money. Here’s your line of defense when seeking care:</span>\n\n<span style=\"color: #000000;\"></span>\n<span style=\"color: #000000;\"><strong> </strong><strong>1. Nurse call line: </strong>Get expert advice, 24/7, 365, by calling 888-747-7990.</span></li>\n	<span style=\"color: #000000;\"><strong> </strong><strong>2. 98point6 telecare: </strong>For primary care, diagnoses, prescriptions and referrals.</span></li>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Available to U.S. residents aged 1 year and up. Chat with board-certified physicians anytime, anywhere. If you live outside the Banner domestic area, this is a great way to get routine care for little to no cost:</span>\n	<ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Value Plan and Premier Plan members:</strong> $5 out-of-pocket cost per visit</span></li>\n	<li><span style=\"color: #000000;\"><strong>All others</strong>: $0 out-of-pocket cost per visit</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Check out the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/98point6/\" style=\"color: #000000;\"><strong>98point6 page</strong></a> on this site to learn more and download the app.</span></p>\n\n	<span style=\"color: #000000;\"><strong> </strong><strong>3. Banner Urgent Care: </strong>For non-life-threatening issues like cold, flu or fractures.</span></li>\n	<li><span style=\"color: #000000;\"><strong> </strong><strong>4. ED:</strong> Save the Emergency Department for severe or life-threatening conditions only.</span></li>\n</ol>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/05/98point6.png\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_text=\"98point6\" width=\"54%\" module_alignment=\"center\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>\nOn track toward maximum pharmacy savings</strong></span></h3>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Save on prescription medications by using Banner Family Pharmacies if you\'re in our care areas. If you\'re outside those areas, use the CVS national network. To find a participating pharmacy:</span></p>\n\n<ul>\n	<li><span style=\"color: #000000;\">Visit the <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\" style=\"color: #000000;\"><strong>Aetna Managed Pharmacy Network</strong></a> site</span></li>\n	<li><span style=\"color: #000000;\">Fill in the required information</span></li>\n	<li><span style=\"color: #000000;\">Under <strong>Select Pharmacy Network</strong>, select <strong>Aetna Managed Network</strong></span></li>\n	<li><span style=\"color: #000000;\">Click <strong>Search</strong></span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong><br />Understanding your Explanation of Benefits (EOBs)</strong></span></h3>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Your EOB is a snapshot of your insurance coverage and potential costs. Always review it before paying your medical bills to avoid any surprises.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">For more tips on understanding your EOB, visit</span> <a href=\"https://banneraetna.com/\"><strong>banneraetna.com</strong></a> <span style=\"color: #000000;\">or call the <strong>Banner|Aetna Concierge </strong>at 855-788-5803, 8 a.m. to 6 p.m. (MST), Monday – Friday.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Wellness redefined</strong></h3><h4>Find out how preventive care opportunities have expanded</h4>\n<span style=\"color: #212121;\">Preventive screenings are an important part of your well-being, allowing for early detection of health issues and reducing the risk of serious illness. Being proactive with your health can have a huge impact on your quality of life.\nPreventive services are important, which is why we’ve removed age limits for things like colorectal, cervical, diabetes and lung cancer screenings, mammograms and more if you’re enrolled in a Banner medical plan. Additionally, to allow for more convenient scheduling, you’ll be able to receive these screenings once every plan year, instead of every 12 months.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">In addition to this expanded coverage, you’ll have more ways to earn MyWell-Being points by:</span><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Scheduling your preventive screenings—600 points (3X/year)</li>\n<li><span style=\"color: #000000;\">Encouraging loved ones to schedule preventive screenings—300 points (3X/year)</span></li>\n<li><span style=\"color: #000000;\">Completing preventive screenings—1,000 points (3X/year)</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Make 2025 the year to achieve optimal wellness—schedule preventive screenings and encourage your loved ones to do so as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Email <a href=\"mailto:BHMyWell-Being@bannerhealth.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>BHMyWell-Being@bannerhealth.com</strong></a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Feel better, live better</strong></span></h3>\n<h4><span style=\"color: #000000;\">Enroll in Virta Health’s new weight management program</span></h4>\n<span style=\"color: #000000;\">Get healthier and shed the pounds this year, with the guided assistance of a medical care team, through your Banner medical plan.\n<br>\nClaim your covered benefit now to lose weight with our expanded Virta offerings. The new weight management program, alongside pre-diabetes and type 2 diabetes care, is available at no cost to team members and eligible dependents with a BMI of 27 or greater.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">This is a guided nutrition program where you’ll receive expert support and a free starter kit to help you lose weight, including:</span>\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li>Digital weight scale that syncs with your phone to track progress</span></li>\n	<li><span style=\"color: #000000;\">Connected meter to monitor blood sugar and metabolic health</span></li>\n	<li><span style=\"color: #000000;\">One-on-one support from an expert health coach</span></li>\n	<li><span style=\"color: #000000;\">Dedicated medical provider to safely reduce medications</span></li>\n	<li><span style=\"color: #000000;\">Personalized nutrition plan with easy, delicious recipes</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Whether you\'re interested in improving your health, gaining energy, eliminating unwanted medications or looking and feeling better, start by <strong><a href=\"https://www.virtahealth.com/join/bannerhealth\" target=\"_blank\" rel=\"noopener\">claiming your benefit now</a></strong> or visiting <strong><a href=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Pages/Health-Management-Programs.aspx\" target=\"_blank\" rel=\"noopener\">Health Management Programs</a></strong> resource page.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" title_text=\"Happy parents and their kids having fun while swimming in the sea.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Simplifying access to care when you need it </strong></span></h3>\n<h4><span style=\"color: #000000;\">Locate the best place to go based on your illness</span></h4>\n<span style=\"color: #000000;\">When you or a family member are sick or experiencing a medical emergency, do you know where to seek care? In a medical emergency, every second counts. And the urgency of the situation necessitates you know where to turn—be it calling 9-1-1, heading to the nearest ED or utilizing urgent care—to ensure you get the care you need quickly.<br>\nBanner|Aetna plans provide several points of access for your health care needs, helping you receive care at the right location, saving you time and money (i.e., if you go to the ED and your condition is determined a non-emergency, the medical expense might not be covered). That’s why we’ve put together a list of services available to get you the care you need, when you need it most.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7485\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dental care at home</strong></span></h3>\n<h4><span style=\"color: #000000;\">Receive a free oral health screening</span></h4>\n<p><span style=\"color: #000000;\">Are you enrolled in a dental plan but don’t use it? If you’re avoiding dental visits due to costs, inconvenience or dental anxiety, SmartScan* provides a fast, free and painless way to stay on top of your dental needs.</span></p>\n<p><span style=\"color: #000000;\"><br />SmartScan is a unique, at-home dental screening tool that lets you use your smartphone to take a series of guided dental photos. Within minutes, you’ll receive a professional assessment from a Cigna Healthcare dentist. However, this isn’t a replacement for a full exam and X-rays done in a dental office, which are important ways to protect your teeth, gums and oral health.<br /></span><br /><br /><span style=\"color: #000000;\"></span></p>\n<h6><span style=\"color: #000000;\">*SmartScan screenings are available at no additional cost to those enrolled in a Cigna dental plan.</span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>How it works</strong></span></p>\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Take guided dental photos of your teeth/mouth</span></li>\n	<li><span style=\"color: #000000;\">​Upload your photos to <strong><a href=\"https://dental.com\" target=\"_blank\" rel=\"noopener\">dental.com</a></strong>, where artificial intelligence and a Cigna Healthcare network dentist examine your teeth and gums</span></li>\n	<li><span style=\"color: #000000;\">You’ll receive a report with an overall rating indicating your oral health status</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">If your oral rating is green, you’ll have peace of mind knowing your mouth is healthy. If your rating is yellow or red, you can book a teledentistry appointment through Cigna Healthcare Dental virtual care or be referred to a Cigna Healthcare Dental in-network provider.</span></p>\n<span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://my.cigna.com/web/public/guest\" target=\"_blank\" rel=\"noopener\">mycigna.com</a></strong> or call 800-244-6224.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png\" title_text=\"new-dental-iphone\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png\" title_text=\"986-image\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Takin\' care of business</strong></span></h3>\n<h4><span style=\"color: #000000;\">Take charge of your health virtually with 98point6</span></h4>\n<p><span style=\"color: #000000;\">With no waiting rooms, no time off work and no uncomfortable face-to-face conversations, <strong><a href=\"https://www.98point6.com/banneraetna-bannerhealth/\">98point6</a></strong> is a more convenient, affordable way to take charge of your health through Banner|Aetna, right from your mobile device.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><span style=\"color: #000000;\">For common conditions such as flu and hypertension to more specific concerns like COVID-19, fungal infections and prostate and menstrual health, 98point6 has board-certified physicians available on-demand, 24/7, who can:</span><br /><span style=\"color: #000000;\">• Answer health-related questions</span><br /><span style=\"color: #000000;\">• Diagnose and treat</span><br /><span style=\"color: #000000;\">• Outline care options</span><br /><span style=\"color: #000000;\">• Order prescriptions and labs as appropriate</span><br /><span style=\"color: #000000;\">• Refer you to specialists and resources in the Banner|Aetna network<br /></span><br /><span style=\"color: #000000;\">98point6 is for team members and dependents ages one and older enrolled in the Banner|Aetna employee plan. There’s $0 out of pocket per visit for Choice Plus Plan members and $5* out of pocket per visit for Value and Premier Plan members.</span><br /><span style=\"color: #000000;\">*The $5 cost share for Banner|Aetna members, with HSA-compatible plans, will be waived for all 98point6 virtual care visits through Dec. 31, 2024, in response to provisions of the Consolidated Appropriations Act, 2023.<br /></span><br /><strong><span style=\"color: #000000;\">Consider Banner Telehealth<br /></span></strong><br /><span style=\"color: #000000;\">Additionally, <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Banner Telehealth</a></strong> also offers quality health care from your primary and specialty doctors in the comfort of your own home using a video-enabled device such as a laptop, tablet or smartphone. Nearly all Banner doctors and health care providers can provide telehealth care.<br /></span><br /><strong><span style=\"color: #000000;\">Questions?</span></strong><br /><span style=\"color: #000000;\">• <strong><a href=\"http://www.98point6.com/banneraetna-bannerhealth\">Learn more about 98point6</a></strong></span><br /><span style=\"color: #000000;\">• <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Learn more about Banner Telehealth</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Banner earns Great Place To Work certification</strong></span></h3>\n<h4><span style=\"color: #000000;\">Find out how we earned this designation together as One Team</span></h4>\n<p><span style=\"color: #000000;\">Congratulations, as One Team we’ve become a certified Great Place To Work.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The certification is a national designation measuring workplace culture and tells the world we exemplify qualities of an extraordinary workplace—one where you trust the people you work for, have pride in what you do and enjoy the people you work with.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">We submitted an application outlining our benefits, programs and initiatives designed to support and care for our teams. As a part of the certification process, a comprehensive survey was sent to 5,000 team members earlier this year asking about trust, pride, leadership and communication. The results showed that 76% believe we’re a great place to work compared to 57% of employees at a typical U.S.-based company.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">“This recognition belongs to every team member and reflects the profound impact they have in the communities we serve,” says Amy Perry, president and CEO, in response to the certification news. “You truly make Banner a great place to work.”</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">This certification enhances our reputation and assists us in recruiting and retaining top talent. It also signals to our patients and visitors that we not only care about our teams but also work with the best and brightest.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><span style=\"color: #000000;\">We’ve also recently been recognized for the second year in a row on Newsweek’s list of</span> </span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2F10-most-trustworthy-health-systems-newsweek%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692094773%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=gKVALBEB4z3L4bE5swc%2FG83jo%2FGCZLd%2FKV9fBAuEHKE%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/. Click or tap if you trust this link.\" data-linkindex=\"0\">Most Trustworthy Companies in America</a></strong><span> <span style=\"color: #000000;\">as one of the top 10 hospitals or health systems, as well as a three-year champion of Fortune\'s </span></span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2Fthe-most-innovative-health-systems-per-fortune-2024%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692148018%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=LRg5roN7ReAl%2FtnTXgo6hF%2BrsUUdiXKw%2F4XfDXvBARQ%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/. Click or tap if you trust this link.\" data-linkindex=\"1\">America’s Most Innovative Companies</a></strong><span> <span style=\"color: #000000;\">list.</span></span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png\" title_text=\"news-awards-2\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" max_height=\"157px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#f4f4f4\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-10px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/archived-news\" button_text=\"ARCHIVED NEWS\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3787b2\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Archived News', '						', 'inherit', 'closed', 'closed', '', '8009-revision-v1', '', '', '2025-07-09 15:00:56', '2025-07-09 15:00:56', '', 8009, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=8010', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8011, 1, '2025-07-09 15:01:50', '2025-07-09 15:01:50', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.27.4\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Archived News\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-2.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"Young woman enjoying electric scooter ride on footpath\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Map your health care journey </strong></h3>\n<p><span style=\"color: #000000;\">Navigating your health care should be simple and stress-free. With easy access to your benefits, personalized support and cost-saving tools, we\'re here to guide you every step of the way. Explore the resources below to make the most of your health care offerings.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Personalized benefits support every step of the way</strong></h3>\n<p><span style=\"color: #000000;\">Need help navigating your benefits? Our Benefits Navigators are here to provide one-on-one assistance. Larger locations have navigators on-site, but you can also get assistance via phone or email. Find specific contact information on the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/documents/\">Documents</a></strong> page.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Get started with seamless access to your Aetna member account</strong></h3>\n<span style=\"color: #000000;\">Good news! The Banner|Aetna single sign-on (SSO) is now live, making it easier to access your Aetna member account.</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Inside Banner IT network:</strong> Use your Banner credentials to log in through Banner Connect. Simply search \"Banner|Aetna\" to find the SSO link and bookmark it for future use.</span></li>\n	<li><span style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Outside Banner IT network:</strong> Visit <strong style=\"color: #000000;\"><a href=\"https://banneraetna.com/\" style=\"color: #000000;\"></a></strong></span></span><a href=\"https://banneraetna.com/\"><b>banneraetna.com</b></a> <span style=\"color: #000000;\">and log in with your username and password.</span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Your road to quality care when you need it</strong></span></h3>\n<span style=\"color: #000000;\">Choosing the right location for care can save time and money. Here’s your line of defense when seeking care:</span>\n\n<span style=\"color: #000000;\"></span>\n<span style=\"color: #000000;\"><strong> </strong><strong>1. Nurse call line: </strong>Get expert advice, 24/7, 365, by calling 888-747-7990.</span></li>\n	<span style=\"color: #000000;\"><strong> </strong><strong>2. 98point6 telecare: </strong>For primary care, diagnoses, prescriptions and referrals.</span></li>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Available to U.S. residents aged 1 year and up. Chat with board-certified physicians anytime, anywhere. If you live outside the Banner domestic area, this is a great way to get routine care for little to no cost:</span>\n	<ul style=\"padding-left:30px\"><span style=\"color: #000000;\"><li><span style=\"color: #000000;\"><strong>Value Plan and Premier Plan members:</strong> $5 out-of-pocket cost per visit</span></li>\n	<li><span style=\"color: #000000;\"><strong>All others</strong>: $0 out-of-pocket cost per visit</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Check out the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/98point6/\" style=\"color: #000000;\"><strong>98point6 page</strong></a> on this site to learn more and download the app.</span></p>\n\n	<span style=\"color: #000000;\"><strong> </strong><strong>3. Banner Urgent Care: </strong>For non-life-threatening issues like cold, flu or fractures.</span></li>\n	<li><span style=\"color: #000000;\"><strong> </strong><strong>4. ED:</strong> Save the Emergency Department for severe or life-threatening conditions only.</span></li>\n</ol>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/05/98point6.png\" title_text=\"98point6\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"54%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>\nOn track toward maximum pharmacy savings</strong></span></h3>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Save on prescription medications by using Banner Family Pharmacies if you\'re in our care areas. If you\'re outside those areas, use the CVS national network. To find a participating pharmacy:</span></p>\n\n<ul>\n	<li><span style=\"color: #000000;\">Visit the <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\" style=\"color: #000000;\"><strong>Aetna Managed Pharmacy Network</strong></a> site</span></li>\n	<li><span style=\"color: #000000;\">Fill in the required information</span></li>\n	<li><span style=\"color: #000000;\">Under <strong>Select Pharmacy Network</strong>, select <strong>Aetna Managed Network</strong></span></li>\n	<li><span style=\"color: #000000;\">Click <strong>Search</strong></span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong><br />Understanding your Explanation of Benefits (EOBs)</strong></span></h3>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Your EOB is a snapshot of your insurance coverage and potential costs. Always review it before paying your medical bills to avoid any surprises.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">For more tips on understanding your EOB, visit</span> <a href=\"https://banneraetna.com/\"><strong>banneraetna.com</strong></a> <span style=\"color: #000000;\">or call the <strong>Banner|Aetna Concierge </strong>at 855-788-5803, 8 a.m. to 6 p.m. (MST), Monday – Friday.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Wellness redefined</strong></h3><h4>Find out how preventive care opportunities have expanded</h4>\n<span style=\"color: #212121;\">Preventive screenings are an important part of your well-being, allowing for early detection of health issues and reducing the risk of serious illness. Being proactive with your health can have a huge impact on your quality of life.\nPreventive services are important, which is why we’ve removed age limits for things like colorectal, cervical, diabetes and lung cancer screenings, mammograms and more if you’re enrolled in a Banner medical plan. Additionally, to allow for more convenient scheduling, you’ll be able to receive these screenings once every plan year, instead of every 12 months.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">In addition to this expanded coverage, you’ll have more ways to earn MyWell-Being points by:</span><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li>Scheduling your preventive screenings—600 points (3X/year)</li>\n<li><span style=\"color: #000000;\">Encouraging loved ones to schedule preventive screenings—300 points (3X/year)</span></li>\n<li><span style=\"color: #000000;\">Completing preventive screenings—1,000 points (3X/year)</span></li>\n</ul>\n</span>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Make 2025 the year to achieve optimal wellness—schedule preventive screenings and encourage your loved ones to do so as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Email <a href=\"mailto:BHMyWell-Being@bannerhealth.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>BHMyWell-Being@bannerhealth.com</strong></a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Feel better, live better</strong></span></h3>\n<h4><span style=\"color: #000000;\">Enroll in Virta Health’s new weight management program</span></h4>\n<span style=\"color: #000000;\">Get healthier and shed the pounds this year, with the guided assistance of a medical care team, through your Banner medical plan.\n<br>\nClaim your covered benefit now to lose weight with our expanded Virta offerings. The new weight management program, alongside pre-diabetes and type 2 diabetes care, is available at no cost to team members and eligible dependents with a BMI of 27 or greater.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #000000;\">This is a guided nutrition program where you’ll receive expert support and a free starter kit to help you lose weight, including:</span>\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li>Digital weight scale that syncs with your phone to track progress</span></li>\n	<li><span style=\"color: #000000;\">Connected meter to monitor blood sugar and metabolic health</span></li>\n	<li><span style=\"color: #000000;\">One-on-one support from an expert health coach</span></li>\n	<li><span style=\"color: #000000;\">Dedicated medical provider to safely reduce medications</span></li>\n	<li><span style=\"color: #000000;\">Personalized nutrition plan with easy, delicious recipes</span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">Whether you\'re interested in improving your health, gaining energy, eliminating unwanted medications or looking and feeling better, start by <strong><a href=\"https://www.virtahealth.com/join/bannerhealth\" target=\"_blank\" rel=\"noopener\">claiming your benefit now</a></strong> or visiting <strong><a href=\"https://bannerhealth.sharepoint.com/sites/Connect/HR/Benefits/Pages/Health-Management-Programs.aspx\" target=\"_blank\" rel=\"noopener\">Health Management Programs</a></strong> resource page.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" title_text=\"Happy parents and their kids having fun while swimming in the sea.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Simplifying access to care when you need it </strong></span></h3>\n<h4><span style=\"color: #000000;\">Locate the best place to go based on your illness</span></h4>\n<span style=\"color: #000000;\">When you or a family member are sick or experiencing a medical emergency, do you know where to seek care? In a medical emergency, every second counts. And the urgency of the situation necessitates you know where to turn—be it calling 9-1-1, heading to the nearest ED or utilizing urgent care—to ensure you get the care you need quickly.<br>\nBanner|Aetna plans provide several points of access for your health care needs, helping you receive care at the right location, saving you time and money (i.e., if you go to the ED and your condition is determined a non-emergency, the medical expense might not be covered). That’s why we’ve put together a list of services available to get you the care you need, when you need it most.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7485\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dental care at home</strong></span></h3>\n<h4><span style=\"color: #000000;\">Receive a free oral health screening</span></h4>\n<p><span style=\"color: #000000;\">Are you enrolled in a dental plan but don’t use it? If you’re avoiding dental visits due to costs, inconvenience or dental anxiety, SmartScan* provides a fast, free and painless way to stay on top of your dental needs.</span></p>\n<p><span style=\"color: #000000;\"><br />SmartScan is a unique, at-home dental screening tool that lets you use your smartphone to take a series of guided dental photos. Within minutes, you’ll receive a professional assessment from a Cigna Healthcare dentist. However, this isn’t a replacement for a full exam and X-rays done in a dental office, which are important ways to protect your teeth, gums and oral health.<br /></span><br /><br /><span style=\"color: #000000;\"></span></p>\n<h6><span style=\"color: #000000;\">*SmartScan screenings are available at no additional cost to those enrolled in a Cigna dental plan.</span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>How it works</strong></span></p>\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Take guided dental photos of your teeth/mouth</span></li>\n	<li><span style=\"color: #000000;\">​Upload your photos to <strong><a href=\"https://dental.com\" target=\"_blank\" rel=\"noopener\">dental.com</a></strong>, where artificial intelligence and a Cigna Healthcare network dentist examine your teeth and gums</span></li>\n	<li><span style=\"color: #000000;\">You’ll receive a report with an overall rating indicating your oral health status</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">If your oral rating is green, you’ll have peace of mind knowing your mouth is healthy. If your rating is yellow or red, you can book a teledentistry appointment through Cigna Healthcare Dental virtual care or be referred to a Cigna Healthcare Dental in-network provider.</span></p>\n<span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://my.cigna.com/web/public/guest\" target=\"_blank\" rel=\"noopener\">mycigna.com</a></strong> or call 800-244-6224.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png\" title_text=\"new-dental-iphone\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png\" title_text=\"986-image\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Takin\' care of business</strong></span></h3>\n<h4><span style=\"color: #000000;\">Take charge of your health virtually with 98point6</span></h4>\n<p><span style=\"color: #000000;\">With no waiting rooms, no time off work and no uncomfortable face-to-face conversations, <strong><a href=\"https://www.98point6.com/banneraetna-bannerhealth/\">98point6</a></strong> is a more convenient, affordable way to take charge of your health through Banner|Aetna, right from your mobile device.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><span style=\"color: #000000;\">For common conditions such as flu and hypertension to more specific concerns like COVID-19, fungal infections and prostate and menstrual health, 98point6 has board-certified physicians available on-demand, 24/7, who can:</span><br /><span style=\"color: #000000;\">• Answer health-related questions</span><br /><span style=\"color: #000000;\">• Diagnose and treat</span><br /><span style=\"color: #000000;\">• Outline care options</span><br /><span style=\"color: #000000;\">• Order prescriptions and labs as appropriate</span><br /><span style=\"color: #000000;\">• Refer you to specialists and resources in the Banner|Aetna network<br /></span><br /><span style=\"color: #000000;\">98point6 is for team members and dependents ages one and older enrolled in the Banner|Aetna employee plan. There’s $0 out of pocket per visit for Choice Plus Plan members and $5* out of pocket per visit for Value and Premier Plan members.</span><br /><span style=\"color: #000000;\">*The $5 cost share for Banner|Aetna members, with HSA-compatible plans, will be waived for all 98point6 virtual care visits through Dec. 31, 2024, in response to provisions of the Consolidated Appropriations Act, 2023.<br /></span><br /><strong><span style=\"color: #000000;\">Consider Banner Telehealth<br /></span></strong><br /><span style=\"color: #000000;\">Additionally, <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Banner Telehealth</a></strong> also offers quality health care from your primary and specialty doctors in the comfort of your own home using a video-enabled device such as a laptop, tablet or smartphone. Nearly all Banner doctors and health care providers can provide telehealth care.<br /></span><br /><strong><span style=\"color: #000000;\">Questions?</span></strong><br /><span style=\"color: #000000;\">• <strong><a href=\"http://www.98point6.com/banneraetna-bannerhealth\">Learn more about 98point6</a></strong></span><br /><span style=\"color: #000000;\">• <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Learn more about Banner Telehealth</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Banner earns Great Place To Work certification</strong></span></h3>\n<h4><span style=\"color: #000000;\">Find out how we earned this designation together as One Team</span></h4>\n<p><span style=\"color: #000000;\">Congratulations, as One Team we’ve become a certified Great Place To Work.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The certification is a national designation measuring workplace culture and tells the world we exemplify qualities of an extraordinary workplace—one where you trust the people you work for, have pride in what you do and enjoy the people you work with.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">We submitted an application outlining our benefits, programs and initiatives designed to support and care for our teams. As a part of the certification process, a comprehensive survey was sent to 5,000 team members earlier this year asking about trust, pride, leadership and communication. The results showed that 76% believe we’re a great place to work compared to 57% of employees at a typical U.S.-based company.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">“This recognition belongs to every team member and reflects the profound impact they have in the communities we serve,” says Amy Perry, president and CEO, in response to the certification news. “You truly make Banner a great place to work.”</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">This certification enhances our reputation and assists us in recruiting and retaining top talent. It also signals to our patients and visitors that we not only care about our teams but also work with the best and brightest.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><span style=\"color: #000000;\">We’ve also recently been recognized for the second year in a row on Newsweek’s list of</span> </span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2F10-most-trustworthy-health-systems-newsweek%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692094773%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=gKVALBEB4z3L4bE5swc%2FG83jo%2FGCZLd%2FKV9fBAuEHKE%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/. Click or tap if you trust this link.\" data-linkindex=\"0\">Most Trustworthy Companies in America</a></strong><span> <span style=\"color: #000000;\">as one of the top 10 hospitals or health systems, as well as a three-year champion of Fortune\'s </span></span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2Fthe-most-innovative-health-systems-per-fortune-2024%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692148018%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=LRg5roN7ReAl%2FtnTXgo6hF%2BrsUUdiXKw%2F4XfDXvBARQ%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/. Click or tap if you trust this link.\" data-linkindex=\"1\">America’s Most Innovative Companies</a></strong><span> <span style=\"color: #000000;\">list.</span></span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png\" title_text=\"news-awards-2\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" max_height=\"157px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#f4f4f4\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-10px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/archived-news\" button_text=\"ARCHIVED NEWS\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3787b2\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Archived News', '						', 'inherit', 'closed', 'closed', '', '8009-revision-v1', '', '', '2025-07-09 15:01:50', '2025-07-09 15:01:50', '', 8009, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=8011', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8012, 1, '2025-07-09 15:02:54', '2025-07-09 15:02:54', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Archived News 2024\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/boris-misevic-crqFmUw5MrE-unsplash-scaled.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\" title_text=\"boris-misevic-crqFmUw5MrE-unsplash\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>When life changes</strong></h3><h4>Know when to make changes to your benefits</h4>\n<span style=\"color: #212121;\">Whether you’re having a baby or getting married, notify the benefits department when you have a Qualifying Life Event (QLE) so you can make the necessary changes to your benefits elections.<br>&nbsp;\nChanges due to a QLE must be made within 31 days of the qualifying event date and are effective the first day of the month following the event. The only exception to this rule is newborns or newly adopted children; QLE changes are effective on their date of birth or adoption.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Common QLEs include:</strong></span></p>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Change in marital status (e.g., marriage, divorce, deceased spouse)</span></li>\n	<li><span style=\"color: #000000;\">Change in the number of dependents (e.g., birth, legal/ward guardianship, adoption)</span></li>\n	<li><span style=\"color: #000000;\">Change in your spouse’s employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Change in your employment status, resulting in a loss or gain of coverage</span></li>\n	<li><span style=\"color: #000000;\">Enrollment in Medicare or Medicaid</span></li>\n</ul>\n&nbsp;\n\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Note: Before your changes are approved, you’ll need to provide proof of your QLE. Review the <a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/01/2025_Banner_8.5x11_Dependent_Eligibility_Matrix_Flyer_D1_01282025_V3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Dependent Eligibility Matrix</strong></a> for documentation requirements.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Read the <strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/2025_Banner_8.5x11_QLE_Meeting_in_a_Box_Flyer_D1_09132024_V2.pdf\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">QLE FAQs</a> </strong>to get answers to many common questions or contact our Benefits Resource Center, 7 a.m. – 7 p.m. (MST),<br />Monday – Friday, by calling 833-849-9825.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Rx your way: on vacay or off to school</strong></span></h3>\n<h4><span style=\"color: #000000;\">Know when to make changes to your benefits</span></h4>\n<p><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop shop for convenient, expert care and service. Since BFP isn’t located everywhere team members and their dependents need coverage, we offer a way to ensure pharmacy coverage, no matter where you are.</p>\n<p></span><span style=\"color: #000000;\">If you, the covered team member, have a home address in a state outside BFP coverage areas (AZ, CA, CO, NE, NV and WY), there’s no action you have to take. Your pharmacy assignment includes access to CVS network pharmacies.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Dependent override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college), you’ll need to obtain an override to allow prescription fills outside of the custom network. Note: A pharmacy override may be required for each prescription and can be approved for up to 12 months through CVS.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>Vacation override</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Vacation overrides allow members to get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance. To get a vacation override, you must provide three specific dates:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Those needing either a dependent or vacation override must contact Banner|Aetna Concierge, 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" title_text=\"Happy parents and their kids having fun while swimming in the sea.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Health made simple</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get the best care when you’re sick</span></h4>\n<p><span style=\"color: #000000;\">When you or a family member is sick or short of breath, do you know where to seek care? Should you go to urgent care, the ED or somewhere else?\nBanner|Aetna plans provide several points of access for your health care needs, and receiving care at the right location can even save you time and money. For example, did you know if you use the ED and your condition is determined a non-emergency, the expense might not be covered? We’ve put together a list of services available to get you the care you need, when you need it most.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7485\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>50,000+ pharmacies available</strong></span></h3>\n<h4><span style=\"color: #000000;\">Get your medications from one of many pharmacy options</span></h4>\n<p><span style=\"color: #000000;\">When you’re not feeling well or simply need to fill a regular prescription, it can be confusing to know where to go. Between Banner Family Pharmacies (BFP) and our network of other pharmacy options, we’ve got you covered.</span></p>\n<p><span style=\"color: #000000;\"><br />Teams located within a BFP state (AZ, CO, NE, NV, NM, UT, WY) can explore the details below. Those in <a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Pharmacy.Out%20of Area.pdf?csf=1&amp;web=1&amp;e=ocBcLr\" target=\"_blank\" rel=\"noopener\"><strong>non-BFP states should check out your specific pharmacy coverage.</strong></a></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><strong>General prescriptions</strong>—Include antibiotics, pain and anti-nausea medications, etc. <em>Controlled substances are also included in this category, even if they’d normally be considered a maintenance medication.</em></span>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n</li>\n<li><span style=\"color: #000000;\">Fill these prescription types at any <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacy</strong></a>; however, you’ll receive the lowest cost when utilizing a BFP.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"><span style=\"color: #000000;\"></span></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5624&amp;token=&amp;preview=1\"><strong>Maintenance medications</strong></a><strong>*</strong>—A small list of medications taken regularly for long-term (chronic) conditions, including birth control, high blood pressure, diabetes, high cholesterol medications, etc. For member convenience, your plan covers the first two fills at any network retail pharmacy location, but subsequent fills need to be via <a href=\"https://bannerhealth.sharepoint.com/sites/Connect/Pharmacy-Services/Pages/Banner-Family-Pharmacy.aspx\"><strong>BFP location</strong></a> or <a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>home delivery</strong></a>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=5653&amp;token=&amp;preview=1\"><strong>Specialty medications</strong></a> —Treat complex, chronic conditions and include drugs classes such as antiparkinsonian and multiple sclerosis agents, antivirals and more. </span><span style=\"color: #000000;\">These must be filled via BFP Chandler Specialty Pharmacy for home delivery only. Contact them at 844-747-6441.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />Network of pharmacies</strong></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Enjoy a broad network of <a href=\"https://www.aetna.com/docfind/home.do?fromPage=home&amp;lastProvRow=0&amp;newSearchInd=Y&amp;tabKey=tab1&amp;langpref=en&amp;&amp;site_id=aetnapharmacy&amp;&amp;provider_category=pharmacy&amp;&amp;search_cat=pharmacy&amp;&amp;geo1=zip&amp;&amp;zipcode=85382&amp;&amp;sortOrder=ASC&amp;&amp;product=NAMN%7cAetna%20Managed%20Pharmacy%20Network&amp;&amp;miles=5&amp;&amp;spec_prctc_cd=pharmacy&amp;&amp;pharmacy_name=Walgreen&amp;&amp;button_flag=S&amp;&amp;sortBy=dist&amp;&amp;groups=25&amp;&amp;psid=null&amp;&amp;flagHospFlow=M&amp;&amp;zipDecoderFlag=N&amp;prefilledPlan=&amp;prefilledProductCode=\"><strong>in-network pharmacies</strong></a>, including CVS, BFP, Safeway, Walmart, Kroger, Albertson’s and more. There are approximately 53,000 locations.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\">Find an in-network pharmacy near you when you enter your ZIP code and select <strong>Aetna Managed Network</strong>.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong><br />BFP resources</strong></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<ul>\n<li><span style=\"color: #000000;\"><a href=\"https://bannerhealth.sharepoint.com/:w:/r/sites/Connect/Pharmacy-Services/_layouts/15/Doc.aspx?sourcedoc=%7B3214BAC4-B91F-4007-B05F-91AEE1EC34D5%7D&amp;file=Employee%20Maintenance%20Flyer-Home%20Delivery%20(002).docx&amp;action=default&amp;mobileredirect=true\"><strong>Banner Home Delivery</strong></a>—This is the most convenient method to receive your medications, allowing for up to a 90-day supply to be sent to you directly and minimizing your out-of-pocket costs.</span></li>\n<li><span style=\"color: #000000;\">Download the BFP app or visit the <a href=\"https://bannerhealth.web.medrefill.com/baweb/#/home\"><strong>BFP website </strong></a>for prescriptions made easy.</span></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*The list isn’t all-inclusive, and the information is subject to change. Some prescription benefit plans may not cover certain categories of medicines, regardless of their appearance in this document. To check coverage and copay information, visit </em><strong><a href=\"https://bannerhealth.sharepoint.com/teams/CorporateCommunications-Yammer/Shared%20Documents/Banner%20Buzz%20(Weekly%20articles)/2024%20BB/6.%20June/June%2026/www.Aetna.com\"><em>Aetna.com</em></a><em> </em></strong><em>and log in to member website. For questions, please call the toll-free number on your member ID card.</em></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dental care at home</strong></span></h3>\n<h4><span style=\"color: #000000;\">Receive a free oral health screening</span></h4>\n<p><span style=\"color: #000000;\">Are you enrolled in a dental plan but don’t use it? If you’re avoiding dental visits due to costs, inconvenience or dental anxiety, SmartScan* provides a fast, free and painless way to stay on top of your dental needs.</span></p>\n<p><span style=\"color: #000000;\"><br />SmartScan is a unique, at-home dental screening tool that lets you use your smartphone to take a series of guided dental photos. Within minutes, you’ll receive a professional assessment from a Cigna Healthcare dentist. However, this isn’t a replacement for a full exam and X-rays done in a dental office, which are important ways to protect your teeth, gums and oral health.<br /></span><br /><br /><span style=\"color: #000000;\"></span></p>\n<h6><span style=\"color: #000000;\">*SmartScan screenings are available at no additional cost to those enrolled in a Cigna dental plan.</span></h6>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><strong>How it works</strong></span></p>\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n<span style=\"color: #000000;\">	<li><span style=\"color: #000000;\">Take guided dental photos of your teeth/mouth</span></li>\n	<li><span style=\"color: #000000;\">​Upload your photos to <strong><a href=\"https://dental.com\" target=\"_blank\" rel=\"noopener\">dental.com</a></strong>, where artificial intelligence and a Cigna Healthcare network dentist examine your teeth and gums</span></li>\n	<li><span style=\"color: #000000;\">You’ll receive a report with an overall rating indicating your oral health status</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">If your oral rating is green, you’ll have peace of mind knowing your mouth is healthy. If your rating is yellow or red, you can book a teledentistry appointment through Cigna Healthcare Dental virtual care or be referred to a Cigna Healthcare Dental in-network provider.</span></p>\n<span style=\"color: #000000;\">Questions? Visit <strong><a href=\"https://my.cigna.com/web/public/guest\" target=\"_blank\" rel=\"noopener\">mycigna.com</a></strong> or call 800-244-6224.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/new-dental-iphone.png\" title_text=\"new-dental-iphone\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/12/986-image.png\" title_text=\"986-image\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Takin\' care of business</strong></span></h3>\n<h4><span style=\"color: #000000;\">Take charge of your health virtually with 98point6</span></h4>\n<p><span style=\"color: #000000;\">With no waiting rooms, no time off work and no uncomfortable face-to-face conversations, <strong><a href=\"https://www.98point6.com/banneraetna-bannerhealth/\">98point6</a></strong> is a more convenient, affordable way to take charge of your health through Banner|Aetna, right from your mobile device.</span></p>\n<p><span style=\"color: #000000;\"></span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><span style=\"color: #000000;\">For common conditions such as flu and hypertension to more specific concerns like COVID-19, fungal infections and prostate and menstrual health, 98point6 has board-certified physicians available on-demand, 24/7, who can:</span><br /><span style=\"color: #000000;\">• Answer health-related questions</span><br /><span style=\"color: #000000;\">• Diagnose and treat</span><br /><span style=\"color: #000000;\">• Outline care options</span><br /><span style=\"color: #000000;\">• Order prescriptions and labs as appropriate</span><br /><span style=\"color: #000000;\">• Refer you to specialists and resources in the Banner|Aetna network<br /></span><br /><span style=\"color: #000000;\">98point6 is for team members and dependents ages one and older enrolled in the Banner|Aetna employee plan. There’s $0 out of pocket per visit for Choice Plus Plan members and $5* out of pocket per visit for Value and Premier Plan members.</span><br /><span style=\"color: #000000;\">*The $5 cost share for Banner|Aetna members, with HSA-compatible plans, will be waived for all 98point6 virtual care visits through Dec. 31, 2024, in response to provisions of the Consolidated Appropriations Act, 2023.<br /></span><br /><strong><span style=\"color: #000000;\">Consider Banner Telehealth<br /></span></strong><br /><span style=\"color: #000000;\">Additionally, <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Banner Telehealth</a></strong> also offers quality health care from your primary and specialty doctors in the comfort of your own home using a video-enabled device such as a laptop, tablet or smartphone. Nearly all Banner doctors and health care providers can provide telehealth care.<br /></span><br /><strong><span style=\"color: #000000;\">Questions?</span></strong><br /><span style=\"color: #000000;\">• <strong><a href=\"http://www.98point6.com/banneraetna-bannerhealth\">Learn more about 98point6</a></strong></span><br /><span style=\"color: #000000;\">• <strong><a href=\"https://www.bannerhealth.com/services/telehealth\">Learn more about Banner Telehealth</a></strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Winning in trust, innovation, places to work</strong></span></h3>\n<h4><span style=\"color: #000000;\">Celebrate three major recognitions we earned as One Team</span></h4>\n<p><span style=\"color: #000000;\">Thanks to you—our amazing teams—Banner was recently included in three widely recognized lists that prove the impact of your hard work. Together as One Team, we’re making life easier for our communities and earning Sofia’s trust all while striving to make this a great place not only to receive care but to work.<br /><br /></span><span style=\"color: #000000;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000;\"><b>2024 Most Innovative Companies—Fortune</b></span><br /><span style=\"color: #000000;\">Out of 200 companies on Fortune’s list, 21 of those health systems, we’re honored to be included for the second year in a row. Ranking was based on three dimensions: product innovation, innovation culture and process innovation. <strong><a href=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024.html?origin=CIOE&amp;utm_source=CIOE&amp;utm_medium=email&amp;utm_content=newsletter&amp;oly_enc_id=0662A3072834I9U\">Read more</a></strong>.</span><span style=\"font-size: 14px;\"> </span></p>\n<p><strong><span style=\"color: #000000;\"><br />Most Trustworthy Companies in America—Newsweek</span></strong><br /><span style=\"color: #000000;\">Everything we do is centered around making health care and life easier for Sofia—and as our Vision states, we aim to become her most trusted health partner. That’s why it means so much to be included in Newsweek’s list of companies that customers said they could trust based on an independent survey. <strong><a href=\"https://www.newsweek.com/rankings/most-trustworthy-companies-america-2024\">Read more</a></strong>.</span></p>\n<p><span style=\"color: #000000;\"> </span></p>\n<p><strong><span style=\"color: #000000;\">150 top places to work in healthcare 2024—Becker’s Hospital Review</span></strong><br /><span style=\"color: #000000;\">We’re focused on being a great place to work and receive care, so we’re proud to be included in this list among other hospitals, health systems and health care companies prioritizing workplace excellence and the happiness, satisfaction, well-being and fulfillment of their teams. <strong><a href=\"https://www.beckershospitalreview.com/lists/150-top-places-to-work-in-healthcare-2024.html\">Read more</a></strong>.</span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/news-awards.png\" title_text=\"news-awards\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Archived News 2024', '						', 'inherit', 'closed', 'closed', '', '7965-revision-v1', '', '', '2025-07-09 15:02:54', '2025-07-09 15:02:54', '', 7965, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=8012', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8020, 1, '2025-07-09 15:25:31', '2025-07-09 15:25:31', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"News\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/news-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Beyond basic coverage\n</strong></span></h3>\n<h4><span style=\"color: #000000;\"><strong>Tap into your supplemental health plans</strong></span></h4>\n<span style=\"color: #000000;\">Supplemental health plans provide additional coverage beyond standard insurance, helping reduce out-of-pocket costs. Utilizing these benefits gives you the most value from your plan while supporting your overall well-being.</span>\n\n<span style=\"color: #000000;\">Explore our Aetna supplemental plans:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aetna Accident Plan helps pay for health care costs and other expenses related to a covered injury; can be used to pay doctor bills, coinsurance or everyday bills, such as mortgage payments, utility bills or even child care</span></li>\n	<li><span style=\"color: #000000;\">Aetna Critical Illness insurance pays a lump-sum benefit to help cover health care costs and other expenses when diagnosed with a covered condition, like heart attack, cancer or stroke</span></li>\n	<li><span style=\"color: #000000;\">Bonus: get a qualified health screening and earn $50 for each plan member per year for covered preventive tests</span></li>\n	<li><span style=\"color: #000000;\">Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you\'re admitted to the hospital; can be used to cover your deductible, coinsurance or even child care and utility bills</span></li>\n</ul>\n\n\n<span style=\"color: #000000;\"><strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/supplemental-health-plans/\" target=\"_blank\" rel=\"noopener\">Learn more and view</a></strong> your benefit summary plans.</span>\n\n<span style=\"color: #000000;\"></span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Filing a claim is easy</strong></span></h3>\n<span style=\"color: #000000;\">We’ve made it simple to submit following these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Access your account at <strong><a href=\"https://myaetnasupplemental.com/\" target=\"_blank\" rel=\"noopener\">myaetnasupplemental.com</a></strong> or the My Aetna Supplemental app</span></li>\n	<li><span style=\"color: #000000;\">Click <strong>Report New Claim </strong>and answer a few quick questions</span></li>\n	<li><span style=\"color: #000000;\">Upload a copy of your medical bill</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">For Aetna medical plan members, it’s effortless. Aetna Easy File uses information from your medical claim to process under your supplemental plans.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Questions? Email <strong><a href=\"mailto:benefits@bannerhealth.com\"  target=\"_blank\" rel=\"noopener\">benefits@bannerhealth.com</a></strong> or call the Benefit Resource Center 7 a.m. – 7 p.m. (MST), Monday – Friday at 833-849-9825.</span></p>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Seamless prescription access</strong></span></h3>\n<h4><b>Ensure pharmacy coverage no matter where you are</b></h4>\n<p><b> </b></p>\n<p><b></b><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop-shop for convenient, prescription services. And since BFP is not located in every state, we offer overrides to ensure pharmacy coverage, no matter where you are.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/05/98point6.png\" title_text=\"98point6\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"54%\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Dependent override</strong></span></h3>\n<span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college) you’ll need to:</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Obtain a pharmacy override (may be required for each prescription and can be approved for up to 12 months through CVS)</span></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-weight: 400;\">No action is needed if the subscriber’s (covered team member) home address is in a state outside BFP-coverage areas (AZ, CO, NE, NM, NV, UT, WY)—your pharmacy assignment includes access to CVS network pharmacies</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Vacation override</strong></span></h3>\n<p><span style=\"color: #000000;\">Planning a trip, but don’t have enough medication? There’s an override for that. Vacation overrides let members get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">To get a vacation override, you must provide:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Vacation departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Vacation return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Contact Banner|Aetna Concierge 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803 for dependent or vacation overrides.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Meds at the ready</strong></span></h3>\n<h4><span style=\"color: #000000;\">Coordinate your medication with MedSync</span></h4>\n<span style=\"color: #000000;\">Life moves fast, and time is a precious commodity. And unless you’re waiting in line for a sweet treat, ride attraction or concert, we’re sure you’d rather be doing something else with your time. That’s why Banner Family Pharmacy’s medication synchronization program, MedSync, makes the most of your time, keeping pharmacy trips to a minimum.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">MedSync not only lets you pick up medications in a single day, but they’re also eliminating the need to pick them up at all. By coordinating refills of regular maintenance medications and using home delivery, we’re:</span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Reducing or eliminating trips to the pharmacy</span></li>\n	<li><span style=\"color: #000000;\">Minimizing calls to your provider to get refills authorized</span></li>\n	<li><span style=\"color: #000000;\">Decreasing confusion related to multiple prescription orders</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Sign up for MedSync by speaking to a member of our pharmacy team, in person or over the phone. Once enrolled, you’ll work closely with them to tailor a 90-day medication fill shipping or pickup cycle that works for you.</span></p>\n<span style=\"color: #000000;\">Check out our <strong><a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family%20Pharmacy/MedSync.FAQ.pdf?csf=1&amp;web=1&amp;e=TuAVet\" target=\"_blank\" rel=\"noopener\">MedSync FAQs</a></strong> for additional information about the program. For contact information, see the list of<a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family Pharmacy/Banner Family Pharmacy Locations.pdf?csf=1&amp;web=1&amp;e=KaeaNp\" target=\"_blank\" rel=\"noopener\"> <b>Banner Family Pharmacy locations</b></a>.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em> </em></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>“I have several prescriptions filled at Banner Baywood Family Pharmacy and Ashley, the pharmacist, has been very kind and worked with me to coordinate them, so I don’t have to make so many trips. This last time I had six prescriptions and Cathy, a pharmacy tech, went over all of them and was able to fill them so only one trip was needed. I really appreciate the staff and would not go anywhere else.”</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Email <a href=\"mailto:BHMyWell-Being@bannerhealth.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>BHMyWell-Being@bannerhealth.com</strong></a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#eeeeee\" hover_enabled=\"0\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Care at every age</strong></span></h3>\n<h4><span style=\"color: #000000;\">Explore our elder- and child-care resources</span></h4>\n<span style=\"color: #000000;\">Life can feel overwhelming balancing work while caring for family members, whether they’re children or aging relatives. That’s why our benefits are designed with you in mind, offering tools and resources that support you and your family.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Our partnerships with</span> <a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons<span style=\"color: #000000;\"> </span></strong></a><span style=\"color: #000000;\">and </span><strong><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\">Aetna Resources for Living</a></strong><span style=\"color: #000000;\">* provide caregiving support to help manage your responsibilities—because while you’re taking care of others, we’re here to take care of you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Elder care</strong></span></h3>\n<span style=\"color: #000000;\">When the time comes to care for your caretaker, take advantage of these resources to ensure loved ones are comfortable in their later years.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Decision-support tools to help you plan ahead, finding and evaluating care providers</span></li>\n<li><span style=\"color: #000000;\">An online needs assessment</span></li>\n<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aging-adult care provider search</span></li>\n	<li>Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" title_text=\"Happy parents and their kids having fun while swimming in the sea.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/09/vacation-2.jpg\" title_text=\"Happy parents and their kids having fun while swimming in the sea.\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Child care</strong></span></h3>\n<span style=\"color: #000000;\">Use these resources to help with high child-care costs, demanding career schedules and the learning curves of new parenthood.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Free premium membership to Sittercity to help find child care options</span></li>\n	<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n	<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n	<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers educational resources on:</span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Child care</span></li>\n	<li><span style=\"color: #000000;\">Adoption</span></li>\n	<li><span style=\"color: #000000;\">Pregnancy and childbirth</span></li>\n	<li><span style=\"color: #000000;\">Raising children</span></li>\n	<li><span style=\"color: #000000;\">Balancing work and family</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Also, check out Beneplace, our discount marketplace, for even more <strong><a href=\"http://bannerhealth.savings.beneplace.com/\" target=\"_blank\" rel=\"noopener\">child care discounts</a></strong>.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*Sign into Aetna Resources for Living with username: Banner, password: EAP.</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Banner earns Great Place To Work certification</strong></span></h3>\n<h4><span style=\"color: #000000;\">Find out how we earned this designation together as One Team</span></h4>\n<p><span style=\"color: #000000;\">Congratulations, as One Team we’ve become a certified Great Place To Work.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The certification is a national designation measuring workplace culture and tells the world we exemplify qualities of an extraordinary workplace—one where you trust the people you work for, have pride in what you do and enjoy the people you work with.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">We submitted an application outlining our benefits, programs and initiatives designed to support and care for our teams. As a part of the certification process, a comprehensive survey was sent to 5,000 team members earlier this year asking about trust, pride, leadership and communication. The results showed that 76% believe we’re a great place to work compared to 57% of employees at a typical U.S.-based company.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">“This recognition belongs to every team member and reflects the profound impact they have in the communities we serve,” says Amy Perry, president and CEO, in response to the certification news. “You truly make Banner a great place to work.”</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">This certification enhances our reputation and assists us in recruiting and retaining top talent. It also signals to our patients and visitors that we not only care about our teams but also work with the best and brightest.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><span style=\"color: #000000;\">We’ve also recently been recognized for the second year in a row on Newsweek’s list of</span> </span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2F10-most-trustworthy-health-systems-newsweek%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692094773%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=gKVALBEB4z3L4bE5swc%2FG83jo%2FGCZLd%2FKV9fBAuEHKE%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/. Click or tap if you trust this link.\" data-linkindex=\"0\">Most Trustworthy Companies in America</a></strong><span> <span style=\"color: #000000;\">as one of the top 10 hospitals or health systems, as well as a three-year champion of Fortune\'s </span></span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2Fthe-most-innovative-health-systems-per-fortune-2024%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692148018%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=LRg5roN7ReAl%2FtnTXgo6hF%2BrsUUdiXKw%2F4XfDXvBARQ%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/. Click or tap if you trust this link.\" data-linkindex=\"1\">America’s Most Innovative Companies</a></strong><span> <span style=\"color: #000000;\">list.</span></span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png\" title_text=\"news-awards-2\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" max_height=\"157px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#f4f4f4\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-10px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/archived-news\" button_text=\"ARCHIVED NEWS\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3787b2\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'News', '						', 'inherit', 'closed', 'closed', '', '6718-revision-v1', '', '', '2025-07-09 15:25:31', '2025-07-09 15:25:31', '', 6718, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=8020', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8022, 1, '2025-07-09 15:28:43', '2025-07-09 15:28:43', '', 'elder-care', '', 'inherit', 'open', 'closed', '', 'elder-care', '', '', '2025-07-09 15:28:43', '2025-07-09 15:28:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/elder-care.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8023, 1, '2025-07-09 15:31:41', '2025-07-09 15:31:41', '', 'child-care', '', 'inherit', 'open', 'closed', '', 'child-care', '', '', '2025-07-09 15:31:41', '2025-07-09 15:31:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/child-care.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8024, 1, '2025-07-09 15:32:06', '2025-07-09 15:32:06', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"News\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/news-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Beyond basic coverage\n</strong></span></h3>\n<h4><span style=\"color: #000000;\"><strong>Tap into your supplemental health plans</strong></span></h4>\n<span style=\"color: #000000;\">Supplemental health plans provide additional coverage beyond standard insurance, helping reduce out-of-pocket costs. Utilizing these benefits gives you the most value from your plan while supporting your overall well-being.</span>\n\n<span style=\"color: #000000;\">Explore our Aetna supplemental plans:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aetna Accident Plan helps pay for health care costs and other expenses related to a covered injury; can be used to pay doctor bills, coinsurance or everyday bills, such as mortgage payments, utility bills or even child care</span></li>\n	<li><span style=\"color: #000000;\">Aetna Critical Illness insurance pays a lump-sum benefit to help cover health care costs and other expenses when diagnosed with a covered condition, like heart attack, cancer or stroke</span></li>\n	<li><span style=\"color: #000000;\">Bonus: get a qualified health screening and earn $50 for each plan member per year for covered preventive tests</span></li>\n	<li><span style=\"color: #000000;\">Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you\'re admitted to the hospital; can be used to cover your deductible, coinsurance or even child care and utility bills</span></li>\n</ul>\n\n\n<span style=\"color: #000000;\"><strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/supplemental-health-plans/\" target=\"_blank\" rel=\"noopener\">Learn more and view</a></strong> your benefit summary plans.</span>\n\n<span style=\"color: #000000;\"></span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Filing a claim is easy</strong></span></h3>\n<span style=\"color: #000000;\">We’ve made it simple to submit following these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Access your account at <strong><a href=\"https://myaetnasupplemental.com/\" target=\"_blank\" rel=\"noopener\">myaetnasupplemental.com</a></strong> or the My Aetna Supplemental app</span></li>\n	<li><span style=\"color: #000000;\">Click <strong>Report New Claim </strong>and answer a few quick questions</span></li>\n	<li><span style=\"color: #000000;\">Upload a copy of your medical bill</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">For Aetna medical plan members, it’s effortless. Aetna Easy File uses information from your medical claim to process under your supplemental plans.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Questions? Email <strong><a href=\"mailto:benefits@bannerhealth.com\"  target=\"_blank\" rel=\"noopener\">benefits@bannerhealth.com</a></strong> or call the Benefit Resource Center 7 a.m. – 7 p.m. (MST), Monday – Friday at 833-849-9825.</span></p>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Seamless prescription access</strong></span></h3>\n<h4><b>Ensure pharmacy coverage no matter where you are</b></h4>\n<p><b> </b></p>\n<p><b></b><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop-shop for convenient, prescription services. And since BFP is not located in every state, we offer overrides to ensure pharmacy coverage, no matter where you are.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Dependent override</strong></span></h3>\n<span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college) you’ll need to:</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Obtain a pharmacy override (may be required for each prescription and can be approved for up to 12 months through CVS)</span></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-weight: 400;\">No action is needed if the subscriber’s (covered team member) home address is in a state outside BFP-coverage areas (AZ, CO, NE, NM, NV, UT, WY)—your pharmacy assignment includes access to CVS network pharmacies</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Vacation override</strong></span></h3>\n<p><span style=\"color: #000000;\">Planning a trip, but don’t have enough medication? There’s an override for that. Vacation overrides let members get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">To get a vacation override, you must provide:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Vacation departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Vacation return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Contact Banner|Aetna Concierge 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803 for dependent or vacation overrides.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Meds at the ready</strong></span></h3>\n<h4><span style=\"color: #000000;\">Coordinate your medication with MedSync</span></h4>\n<span style=\"color: #000000;\">Life moves fast, and time is a precious commodity. And unless you’re waiting in line for a sweet treat, ride attraction or concert, we’re sure you’d rather be doing something else with your time. That’s why Banner Family Pharmacy’s medication synchronization program, MedSync, makes the most of your time, keeping pharmacy trips to a minimum.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">MedSync not only lets you pick up medications in a single day, but they’re also eliminating the need to pick them up at all. By coordinating refills of regular maintenance medications and using home delivery, we’re:</span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Reducing or eliminating trips to the pharmacy</span></li>\n	<li><span style=\"color: #000000;\">Minimizing calls to your provider to get refills authorized</span></li>\n	<li><span style=\"color: #000000;\">Decreasing confusion related to multiple prescription orders</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Sign up for MedSync by speaking to a member of our pharmacy team, in person or over the phone. Once enrolled, you’ll work closely with them to tailor a 90-day medication fill shipping or pickup cycle that works for you.</span></p>\n<span style=\"color: #000000;\">Check out our <strong><a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family%20Pharmacy/MedSync.FAQ.pdf?csf=1&amp;web=1&amp;e=TuAVet\" target=\"_blank\" rel=\"noopener\">MedSync FAQs</a></strong> for additional information about the program. For contact information, see the list of<a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family Pharmacy/Banner Family Pharmacy Locations.pdf?csf=1&amp;web=1&amp;e=KaeaNp\" target=\"_blank\" rel=\"noopener\"> <b>Banner Family Pharmacy locations</b></a>.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em> </em></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>“I have several prescriptions filled at Banner Baywood Family Pharmacy and Ashley, the pharmacist, has been very kind and worked with me to coordinate them, so I don’t have to make so many trips. This last time I had six prescriptions and Cathy, a pharmacy tech, went over all of them and was able to fill them so only one trip was needed. I really appreciate the staff and would not go anywhere else.”</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Email <a href=\"mailto:BHMyWell-Being@bannerhealth.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>BHMyWell-Being@bannerhealth.com</strong></a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#eeeeee\" hover_enabled=\"0\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Care at every age</strong></span></h3>\n<h4><span style=\"color: #000000;\">Explore our elder- and child-care resources</span></h4>\n<span style=\"color: #000000;\">Life can feel overwhelming balancing work while caring for family members, whether they’re children or aging relatives. That’s why our benefits are designed with you in mind, offering tools and resources that support you and your family.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Our partnerships with</span> <a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons<span style=\"color: #000000;\"> </span></strong></a><span style=\"color: #000000;\">and </span><strong><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\">Aetna Resources for Living</a></strong><span style=\"color: #000000;\">* provide caregiving support to help manage your responsibilities—because while you’re taking care of others, we’re here to take care of you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Elder care</strong></span></h3>\n<span style=\"color: #000000;\">When the time comes to care for your caretaker, take advantage of these resources to ensure loved ones are comfortable in their later years.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Decision-support tools to help you plan ahead, finding and evaluating care providers</span></li>\n<li><span style=\"color: #000000;\">An online needs assessment</span></li>\n<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aging-adult care provider search</span></li>\n	<li>Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/elder-care.jpg\" title_text=\"elder-care\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/child-care.jpg\" title_text=\"child-care\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Child care</strong></span></h3>\n<p><span style=\"color: #000000;\">Use these resources to help with high child-care costs, demanding career schedules and the learning curves of new parenthood.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Free premium membership to Sittercity to help find child care options</span></li>\n<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers educational resources on:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Child care</span></li>\n<li><span style=\"color: #000000;\">Adoption</span></li>\n<li><span style=\"color: #000000;\">Pregnancy and childbirth</span></li>\n<li><span style=\"color: #000000;\">Raising children</span></li>\n<li><span style=\"color: #000000;\">Balancing work and family</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Also, check out Beneplace, our discount marketplace, for even more <strong><a href=\"http://bannerhealth.savings.beneplace.com/\" target=\"_blank\" rel=\"noopener\">child care discounts</a></strong>.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*Sign into Aetna Resources for Living with username: Banner, password: EAP.</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Banner earns Great Place To Work certification</strong></span></h3>\n<h4><span style=\"color: #000000;\">Find out how we earned this designation together as One Team</span></h4>\n<p><span style=\"color: #000000;\">Congratulations, as One Team we’ve become a certified Great Place To Work.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The certification is a national designation measuring workplace culture and tells the world we exemplify qualities of an extraordinary workplace—one where you trust the people you work for, have pride in what you do and enjoy the people you work with.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">We submitted an application outlining our benefits, programs and initiatives designed to support and care for our teams. As a part of the certification process, a comprehensive survey was sent to 5,000 team members earlier this year asking about trust, pride, leadership and communication. The results showed that 76% believe we’re a great place to work compared to 57% of employees at a typical U.S.-based company.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">“This recognition belongs to every team member and reflects the profound impact they have in the communities we serve,” says Amy Perry, president and CEO, in response to the certification news. “You truly make Banner a great place to work.”</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">This certification enhances our reputation and assists us in recruiting and retaining top talent. It also signals to our patients and visitors that we not only care about our teams but also work with the best and brightest.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><span style=\"color: #000000;\">We’ve also recently been recognized for the second year in a row on Newsweek’s list of</span> </span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2F10-most-trustworthy-health-systems-newsweek%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692094773%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=gKVALBEB4z3L4bE5swc%2FG83jo%2FGCZLd%2FKV9fBAuEHKE%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/. Click or tap if you trust this link.\" data-linkindex=\"0\">Most Trustworthy Companies in America</a></strong><span> <span style=\"color: #000000;\">as one of the top 10 hospitals or health systems, as well as a three-year champion of Fortune\'s </span></span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2Fthe-most-innovative-health-systems-per-fortune-2024%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692148018%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=LRg5roN7ReAl%2FtnTXgo6hF%2BrsUUdiXKw%2F4XfDXvBARQ%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/. Click or tap if you trust this link.\" data-linkindex=\"1\">America’s Most Innovative Companies</a></strong><span> <span style=\"color: #000000;\">list.</span></span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png\" title_text=\"news-awards-2\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" max_height=\"157px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#f4f4f4\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-10px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/archived-news\" button_text=\"ARCHIVED NEWS\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3787b2\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'News', '						', 'inherit', 'closed', 'closed', '', '6718-revision-v1', '', '', '2025-07-09 15:32:06', '2025-07-09 15:32:06', '', 6718, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=8024', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8026, 1, '2025-07-09 15:35:16', '2025-07-09 15:35:16', '', 'aetna', '', 'inherit', 'open', 'closed', '', 'aetna', '', '', '2025-07-09 15:35:16', '2025-07-09 15:35:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/aetna.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8027, 1, '2025-07-09 15:36:14', '2025-07-09 15:36:14', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"News\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/news-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Beyond basic coverage\n</strong></span></h3>\n<h4><span style=\"color: #000000;\"><strong>Tap into your supplemental health plans</strong></span></h4>\n<span style=\"color: #000000;\">Supplemental health plans provide additional coverage beyond standard insurance, helping reduce out-of-pocket costs. Utilizing these benefits gives you the most value from your plan while supporting your overall well-being.</span>\n\n<span style=\"color: #000000;\">Explore our Aetna supplemental plans:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aetna Accident Plan helps pay for health care costs and other expenses related to a covered injury; can be used to pay doctor bills, coinsurance or everyday bills, such as mortgage payments, utility bills or even child care</span></li>\n	<li><span style=\"color: #000000;\">Aetna Critical Illness insurance pays a lump-sum benefit to help cover health care costs and other expenses when diagnosed with a covered condition, like heart attack, cancer or stroke</span></li>\n	<li><span style=\"color: #000000;\">Bonus: get a qualified health screening and earn $50 for each plan member per year for covered preventive tests</span></li>\n	<li><span style=\"color: #000000;\">Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you\'re admitted to the hospital; can be used to cover your deductible, coinsurance or even child care and utility bills</span></li>\n</ul>\n\n\n<span style=\"color: #000000;\"><strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/supplemental-health-plans/\" target=\"_blank\" rel=\"noopener\">Learn more and view</a></strong> your benefit summary plans.</span>\n\n<span style=\"color: #000000;\"></span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/aetna.png\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"aetna\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Filing a claim is easy</strong></span></h3>\n<span style=\"color: #000000;\">We’ve made it simple to submit following these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Access your account at <strong><a href=\"https://myaetnasupplemental.com/\" target=\"_blank\" rel=\"noopener\">myaetnasupplemental.com</a></strong> or the My Aetna Supplemental app</span></li>\n	<li><span style=\"color: #000000;\">Click <strong>Report New Claim </strong>and answer a few quick questions</span></li>\n	<li><span style=\"color: #000000;\">Upload a copy of your medical bill</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">For Aetna medical plan members, it’s effortless. Aetna Easy File uses information from your medical claim to process under your supplemental plans.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Questions? Email <strong><a href=\"mailto:benefits@bannerhealth.com\"  target=\"_blank\" rel=\"noopener\">benefits@bannerhealth.com</a></strong> or call the Benefit Resource Center 7 a.m. – 7 p.m. (MST), Monday – Friday at 833-849-9825.</span></p>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Seamless prescription access</strong></span></h3>\n<h4><b>Ensure pharmacy coverage no matter where you are</b></h4>\n<p><b> </b></p>\n<p><b></b><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop-shop for convenient, prescription services. And since BFP is not located in every state, we offer overrides to ensure pharmacy coverage, no matter where you are.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Dependent override</strong></span></h3>\n<span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college) you’ll need to:</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Obtain a pharmacy override (may be required for each prescription and can be approved for up to 12 months through CVS)</span></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-weight: 400;\">No action is needed if the subscriber’s (covered team member) home address is in a state outside BFP-coverage areas (AZ, CO, NE, NM, NV, UT, WY)—your pharmacy assignment includes access to CVS network pharmacies</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Vacation override</strong></span></h3>\n<p><span style=\"color: #000000;\">Planning a trip, but don’t have enough medication? There’s an override for that. Vacation overrides let members get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">To get a vacation override, you must provide:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Vacation departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Vacation return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Contact Banner|Aetna Concierge 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803 for dependent or vacation overrides.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Meds at the ready</strong></span></h3>\n<h4><span style=\"color: #000000;\">Coordinate your medication with MedSync</span></h4>\n<span style=\"color: #000000;\">Life moves fast, and time is a precious commodity. And unless you’re waiting in line for a sweet treat, ride attraction or concert, we’re sure you’d rather be doing something else with your time. That’s why Banner Family Pharmacy’s medication synchronization program, MedSync, makes the most of your time, keeping pharmacy trips to a minimum.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">MedSync not only lets you pick up medications in a single day, but they’re also eliminating the need to pick them up at all. By coordinating refills of regular maintenance medications and using home delivery, we’re:</span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Reducing or eliminating trips to the pharmacy</span></li>\n	<li><span style=\"color: #000000;\">Minimizing calls to your provider to get refills authorized</span></li>\n	<li><span style=\"color: #000000;\">Decreasing confusion related to multiple prescription orders</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Sign up for MedSync by speaking to a member of our pharmacy team, in person or over the phone. Once enrolled, you’ll work closely with them to tailor a 90-day medication fill shipping or pickup cycle that works for you.</span></p>\n<span style=\"color: #000000;\">Check out our <strong><a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family%20Pharmacy/MedSync.FAQ.pdf?csf=1&amp;web=1&amp;e=TuAVet\" target=\"_blank\" rel=\"noopener\">MedSync FAQs</a></strong> for additional information about the program. For contact information, see the list of<a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family Pharmacy/Banner Family Pharmacy Locations.pdf?csf=1&amp;web=1&amp;e=KaeaNp\" target=\"_blank\" rel=\"noopener\"> <b>Banner Family Pharmacy locations</b></a>.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em> </em></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>“I have several prescriptions filled at Banner Baywood Family Pharmacy and Ashley, the pharmacist, has been very kind and worked with me to coordinate them, so I don’t have to make so many trips. This last time I had six prescriptions and Cathy, a pharmacy tech, went over all of them and was able to fill them so only one trip was needed. I really appreciate the staff and would not go anywhere else.”</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Email <a href=\"mailto:BHMyWell-Being@bannerhealth.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>BHMyWell-Being@bannerhealth.com</strong></a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#eeeeee\" hover_enabled=\"0\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Care at every age</strong></span></h3>\n<h4><span style=\"color: #000000;\">Explore our elder- and child-care resources</span></h4>\n<span style=\"color: #000000;\">Life can feel overwhelming balancing work while caring for family members, whether they’re children or aging relatives. That’s why our benefits are designed with you in mind, offering tools and resources that support you and your family.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Our partnerships with</span> <a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons<span style=\"color: #000000;\"> </span></strong></a><span style=\"color: #000000;\">and </span><strong><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\">Aetna Resources for Living</a></strong><span style=\"color: #000000;\">* provide caregiving support to help manage your responsibilities—because while you’re taking care of others, we’re here to take care of you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Elder care</strong></span></h3>\n<span style=\"color: #000000;\">When the time comes to care for your caretaker, take advantage of these resources to ensure loved ones are comfortable in their later years.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Decision-support tools to help you plan ahead, finding and evaluating care providers</span></li>\n<li><span style=\"color: #000000;\">An online needs assessment</span></li>\n<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aging-adult care provider search</span></li>\n	<li>Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/elder-care.jpg\" title_text=\"elder-care\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/child-care.jpg\" title_text=\"child-care\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><strong>Child care</strong></span></h3>\n<p><span style=\"color: #000000;\">Use these resources to help with high child-care costs, demanding career schedules and the learning curves of new parenthood.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Free premium membership to Sittercity to help find child care options</span></li>\n<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers educational resources on:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Child care</span></li>\n<li><span style=\"color: #000000;\">Adoption</span></li>\n<li><span style=\"color: #000000;\">Pregnancy and childbirth</span></li>\n<li><span style=\"color: #000000;\">Raising children</span></li>\n<li><span style=\"color: #000000;\">Balancing work and family</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Also, check out Beneplace, our discount marketplace, for even more <strong><a href=\"http://bannerhealth.savings.beneplace.com/\" target=\"_blank\" rel=\"noopener\">child care discounts</a></strong>.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*Sign into Aetna Resources for Living with username: Banner, password: EAP.</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Banner earns Great Place To Work certification</strong></span></h3>\n<h4><span style=\"color: #000000;\">Find out how we earned this designation together as One Team</span></h4>\n<p><span style=\"color: #000000;\">Congratulations, as One Team we’ve become a certified Great Place To Work.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The certification is a national designation measuring workplace culture and tells the world we exemplify qualities of an extraordinary workplace—one where you trust the people you work for, have pride in what you do and enjoy the people you work with.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">We submitted an application outlining our benefits, programs and initiatives designed to support and care for our teams. As a part of the certification process, a comprehensive survey was sent to 5,000 team members earlier this year asking about trust, pride, leadership and communication. The results showed that 76% believe we’re a great place to work compared to 57% of employees at a typical U.S.-based company.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">“This recognition belongs to every team member and reflects the profound impact they have in the communities we serve,” says Amy Perry, president and CEO, in response to the certification news. “You truly make Banner a great place to work.”</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">This certification enhances our reputation and assists us in recruiting and retaining top talent. It also signals to our patients and visitors that we not only care about our teams but also work with the best and brightest.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><span style=\"color: #000000;\">We’ve also recently been recognized for the second year in a row on Newsweek’s list of</span> </span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2F10-most-trustworthy-health-systems-newsweek%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692094773%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=gKVALBEB4z3L4bE5swc%2FG83jo%2FGCZLd%2FKV9fBAuEHKE%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/. Click or tap if you trust this link.\" data-linkindex=\"0\">Most Trustworthy Companies in America</a></strong><span> <span style=\"color: #000000;\">as one of the top 10 hospitals or health systems, as well as a three-year champion of Fortune\'s </span></span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2Fthe-most-innovative-health-systems-per-fortune-2024%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692148018%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=LRg5roN7ReAl%2FtnTXgo6hF%2BrsUUdiXKw%2F4XfDXvBARQ%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/. Click or tap if you trust this link.\" data-linkindex=\"1\">America’s Most Innovative Companies</a></strong><span> <span style=\"color: #000000;\">list.</span></span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png\" title_text=\"news-awards-2\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" max_height=\"157px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#f4f4f4\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-10px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/archived-news\" button_text=\"ARCHIVED NEWS\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3787b2\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'News', '						', 'inherit', 'closed', 'closed', '', '6718-revision-v1', '', '', '2025-07-09 15:36:14', '2025-07-09 15:36:14', '', 6718, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=8027', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8029, 1, '2025-07-09 18:23:30', '2025-07-09 18:23:30', '', 'aetna-scaled-2', '', 'inherit', 'open', 'closed', '', 'aetna-scaled-2', '', '', '2025-07-09 18:23:30', '2025-07-09 18:23:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/aetna-scaled-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8030, 1, '2025-07-09 18:24:16', '2025-07-09 18:24:16', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"News\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/news-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Beyond basic coverage\n</strong></span></h3>\n<h4><span style=\"color: #000000;\"><strong>Tap into your supplemental health plans</strong></span></h4>\n<span style=\"color: #000000;\">Supplemental health plans provide additional coverage beyond standard insurance, helping reduce out-of-pocket costs. Utilizing these benefits gives you the most value from your plan while supporting your overall well-being.</span>\n\n<span style=\"color: #000000;\">Explore our Aetna supplemental plans:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aetna Accident Plan helps pay for health care costs and other expenses related to a covered injury; can be used to pay doctor bills, coinsurance or everyday bills, such as mortgage payments, utility bills or even child care</span></li>\n	<li><span style=\"color: #000000;\">Aetna Critical Illness insurance pays a lump-sum benefit to help cover health care costs and other expenses when diagnosed with a covered condition, like heart attack, cancer or stroke</span></li>\n	<li><span style=\"color: #000000;\">Bonus: get a qualified health screening and earn $50 for each plan member per year for covered preventive tests</span></li>\n	<li><span style=\"color: #000000;\">Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you\'re admitted to the hospital; can be used to cover your deductible, coinsurance or even child care and utility bills</span></li>\n</ul>\n\n\n<span style=\"color: #000000;\"><strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/supplemental-health-plans/\" target=\"_blank\" rel=\"noopener\">Learn more and view</a></strong> your benefit summary plans.</span>\n\n<span style=\"color: #000000;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Filing a claim is easy</strong></span></h3>\n<span style=\"color: #000000;\">We’ve made it simple to submit following these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Access your account at <strong><a href=\"https://myaetnasupplemental.com/\" target=\"_blank\" rel=\"noopener\">myaetnasupplemental.com</a></strong> or the My Aetna Supplemental app</span></li>\n	<li><span style=\"color: #000000;\">Click <strong>Report New Claim </strong>and answer a few quick questions</span></li>\n	<li><span style=\"color: #000000;\">Upload a copy of your medical bill</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">For Aetna medical plan members, it’s effortless. Aetna Easy File uses information from your medical claim to process under your supplemental plans.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Questions? Email <strong><a href=\"mailto:benefits@bannerhealth.com\"  target=\"_blank\" rel=\"noopener\">benefits@bannerhealth.com</a></strong> or call the Benefit Resource Center 7 a.m. – 7 p.m. (MST), Monday – Friday at 833-849-9825.</span></p>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/aetna-scaled-2.png\" title_text=\"aetna-scaled-2\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"88%\" module_alignment=\"center\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Seamless prescription access</strong></span></h3>\n<h4><b>Ensure pharmacy coverage no matter where you are</b></h4>\n<p><b> </b></p>\n<p><b></b><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop-shop for convenient, prescription services. And since BFP is not located in every state, we offer overrides to ensure pharmacy coverage, no matter where you are.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dependent override</strong></span></h3>\n<span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college) you’ll need to:</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Obtain a pharmacy override (may be required for each prescription and can be approved for up to 12 months through CVS)</span></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-weight: 400;\">No action is needed if the subscriber’s (covered team member) home address is in a state outside BFP-coverage areas (AZ, CO, NE, NM, NV, UT, WY)—your pharmacy assignment includes access to CVS network pharmacies</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Vacation override</strong></span></h3>\n<p><span style=\"color: #000000;\">Planning a trip, but don’t have enough medication? There’s an override for that. Vacation overrides let members get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">To get a vacation override, you must provide:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Vacation departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Vacation return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Contact Banner|Aetna Concierge 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803 for dependent or vacation overrides.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Meds at the ready</strong></span></h3>\n<h4><span style=\"color: #000000;\">Coordinate your medication with MedSync</span></h4>\n<span style=\"color: #000000;\">Life moves fast, and time is a precious commodity. And unless you’re waiting in line for a sweet treat, ride attraction or concert, we’re sure you’d rather be doing something else with your time. That’s why Banner Family Pharmacy’s medication synchronization program, MedSync, makes the most of your time, keeping pharmacy trips to a minimum.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">MedSync not only lets you pick up medications in a single day, but they’re also eliminating the need to pick them up at all. By coordinating refills of regular maintenance medications and using home delivery, we’re:</span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Reducing or eliminating trips to the pharmacy</span></li>\n	<li><span style=\"color: #000000;\">Minimizing calls to your provider to get refills authorized</span></li>\n	<li><span style=\"color: #000000;\">Decreasing confusion related to multiple prescription orders</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Sign up for MedSync by speaking to a member of our pharmacy team, in person or over the phone. Once enrolled, you’ll work closely with them to tailor a 90-day medication fill shipping or pickup cycle that works for you.</span></p>\n<span style=\"color: #000000;\">Check out our <strong><a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family%20Pharmacy/MedSync.FAQ.pdf?csf=1&amp;web=1&amp;e=TuAVet\" target=\"_blank\" rel=\"noopener\">MedSync FAQs</a></strong> for additional information about the program. For contact information, see the list of<a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family Pharmacy/Banner Family Pharmacy Locations.pdf?csf=1&amp;web=1&amp;e=KaeaNp\" target=\"_blank\" rel=\"noopener\"> <b>Banner Family Pharmacy locations</b></a>.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em> </em></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>“I have several prescriptions filled at Banner Baywood Family Pharmacy and Ashley, the pharmacist, has been very kind and worked with me to coordinate them, so I don’t have to make so many trips. This last time I had six prescriptions and Cathy, a pharmacy tech, went over all of them and was able to fill them so only one trip was needed. I really appreciate the staff and would not go anywhere else.”</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Email <a href=\"mailto:BHMyWell-Being@bannerhealth.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>BHMyWell-Being@bannerhealth.com</strong></a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#eeeeee\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Care at every age</strong></span></h3>\n<h4><span style=\"color: #000000;\">Explore our elder- and child-care resources</span></h4>\n<span style=\"color: #000000;\">Life can feel overwhelming balancing work while caring for family members, whether they’re children or aging relatives. That’s why our benefits are designed with you in mind, offering tools and resources that support you and your family.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Our partnerships with</span> <a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons<span style=\"color: #000000;\"> </span></strong></a><span style=\"color: #000000;\">and </span><strong><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\">Aetna Resources for Living</a></strong><span style=\"color: #000000;\">* provide caregiving support to help manage your responsibilities—because while you’re taking care of others, we’re here to take care of you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Elder care</strong></span></h3>\n<span style=\"color: #000000;\">When the time comes to care for your caretaker, take advantage of these resources to ensure loved ones are comfortable in their later years.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Decision-support tools to help you plan ahead, finding and evaluating care providers</span></li>\n<li><span style=\"color: #000000;\">An online needs assessment</span></li>\n<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aging-adult care provider search</span></li>\n	<li>Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/elder-care.jpg\" title_text=\"elder-care\" _builder_version=\"4.27.4\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/child-care.jpg\" title_text=\"child-care\" _builder_version=\"4.27.4\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Child care</strong></span></h3>\n<p><span style=\"color: #000000;\">Use these resources to help with high child-care costs, demanding career schedules and the learning curves of new parenthood.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Free premium membership to Sittercity to help find child care options</span></li>\n<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers educational resources on:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Child care</span></li>\n<li><span style=\"color: #000000;\">Adoption</span></li>\n<li><span style=\"color: #000000;\">Pregnancy and childbirth</span></li>\n<li><span style=\"color: #000000;\">Raising children</span></li>\n<li><span style=\"color: #000000;\">Balancing work and family</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Also, check out Beneplace, our discount marketplace, for even more <strong><a href=\"http://bannerhealth.savings.beneplace.com/\" target=\"_blank\" rel=\"noopener\">child care discounts</a></strong>.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*Sign into Aetna Resources for Living with username: Banner, password: EAP.</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Banner earns Great Place To Work certification</strong></span></h3>\n<h4><span style=\"color: #000000;\">Find out how we earned this designation together as One Team</span></h4>\n<p><span style=\"color: #000000;\">Congratulations, as One Team we’ve become a certified Great Place To Work.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The certification is a national designation measuring workplace culture and tells the world we exemplify qualities of an extraordinary workplace—one where you trust the people you work for, have pride in what you do and enjoy the people you work with.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">We submitted an application outlining our benefits, programs and initiatives designed to support and care for our teams. As a part of the certification process, a comprehensive survey was sent to 5,000 team members earlier this year asking about trust, pride, leadership and communication. The results showed that 76% believe we’re a great place to work compared to 57% of employees at a typical U.S.-based company.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">“This recognition belongs to every team member and reflects the profound impact they have in the communities we serve,” says Amy Perry, president and CEO, in response to the certification news. “You truly make Banner a great place to work.”</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">This certification enhances our reputation and assists us in recruiting and retaining top talent. It also signals to our patients and visitors that we not only care about our teams but also work with the best and brightest.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><span style=\"color: #000000;\">We’ve also recently been recognized for the second year in a row on Newsweek’s list of</span> </span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2F10-most-trustworthy-health-systems-newsweek%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692094773%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=gKVALBEB4z3L4bE5swc%2FG83jo%2FGCZLd%2FKV9fBAuEHKE%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/. Click or tap if you trust this link.\" data-linkindex=\"0\">Most Trustworthy Companies in America</a></strong><span> <span style=\"color: #000000;\">as one of the top 10 hospitals or health systems, as well as a three-year champion of Fortune\'s </span></span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2Fthe-most-innovative-health-systems-per-fortune-2024%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692148018%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=LRg5roN7ReAl%2FtnTXgo6hF%2BrsUUdiXKw%2F4XfDXvBARQ%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/. Click or tap if you trust this link.\" data-linkindex=\"1\">America’s Most Innovative Companies</a></strong><span> <span style=\"color: #000000;\">list.</span></span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png\" title_text=\"news-awards-2\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" max_height=\"157px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#f4f4f4\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-10px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/archived-news\" button_text=\"ARCHIVED NEWS\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3787b2\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'News', '						', 'inherit', 'closed', 'closed', '', '6718-revision-v1', '', '', '2025-07-09 18:24:16', '2025-07-09 18:24:16', '', 6718, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=8030', '0', 'revision', '', '0');

INSERT IGNORE INTO `1uS_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8031, 1, '2025-07-09 18:24:37', '2025-07-09 18:24:37', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"News\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/07/news-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">We know your benefits are a key part of your well-being, which makes them critical to our mission. Whether you’re new to Banner or a long-time team member, explore this benefits site to learn all about the great benefits and resources available to you. But take it a step further by staying engaged with our educational news, which is all about you, your benefits and well-being. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Beyond basic coverage\n</strong></span></h3>\n<h4><span style=\"color: #000000;\"><strong>Tap into your supplemental health plans</strong></span></h4>\n<span style=\"color: #000000;\">Supplemental health plans provide additional coverage beyond standard insurance, helping reduce out-of-pocket costs. Utilizing these benefits gives you the most value from your plan while supporting your overall well-being.</span>\n\n<span style=\"color: #000000;\">Explore our Aetna supplemental plans:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aetna Accident Plan helps pay for health care costs and other expenses related to a covered injury; can be used to pay doctor bills, coinsurance or everyday bills, such as mortgage payments, utility bills or even child care</span></li>\n	<li><span style=\"color: #000000;\">Aetna Critical Illness insurance pays a lump-sum benefit to help cover health care costs and other expenses when diagnosed with a covered condition, like heart attack, cancer or stroke</span></li>\n	<li><span style=\"color: #000000;\">Bonus: get a qualified health screening and earn $50 for each plan member per year for covered preventive tests</span></li>\n	<li><span style=\"color: #000000;\">Aetna Hospital Indemnity Plan allows you to purchase extra coverage to help pay for out-of-pocket costs when you\'re admitted to the hospital; can be used to cover your deductible, coinsurance or even child care and utility bills</span></li>\n</ul>\n\n\n<span style=\"color: #000000;\"><strong><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/supplemental-health-plans/\" target=\"_blank\" rel=\"noopener\">Learn more and view</a></strong> your benefit summary plans.</span>\n\n<span style=\"color: #000000;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/aetna-scaled-2.png\" title_text=\"aetna-scaled-2\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"88%\" module_alignment=\"center\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Filing a claim is easy</strong></span></h3>\n<span style=\"color: #000000;\">We’ve made it simple to submit following these steps:</span>\n\n&nbsp;\n\n<span style=\"color: #000000;\"></span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Access your account at <strong><a href=\"https://myaetnasupplemental.com/\" target=\"_blank\" rel=\"noopener\">myaetnasupplemental.com</a></strong> or the My Aetna Supplemental app</span></li>\n	<li><span style=\"color: #000000;\">Click <strong>Report New Claim </strong>and answer a few quick questions</span></li>\n	<li><span style=\"color: #000000;\">Upload a copy of your medical bill</span></li>\n</ul>\n&nbsp;\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">For Aetna medical plan members, it’s effortless. Aetna Easy File uses information from your medical claim to process under your supplemental plans.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Questions? Email <strong><a href=\"mailto:benefits@bannerhealth.com\"  target=\"_blank\" rel=\"noopener\">benefits@bannerhealth.com</a></strong> or call the Benefit Resource Center 7 a.m. – 7 p.m. (MST), Monday – Friday at 833-849-9825.</span></p>\n&nbsp;\n\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Seamless prescription access</strong></span></h3>\n<h4><b>Ensure pharmacy coverage no matter where you are</b></h4>\n<p><b> </b></p>\n<p><b></b><span style=\"color: #000000;\">Banner Family Pharmacy (BFP), our network of retail, home delivery and specialty pharmacies, is a one-stop-shop for convenient, prescription services. And since BFP is not located in every state, we offer overrides to ensure pharmacy coverage, no matter where you are.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Dependent override</strong></span></h3>\n<span style=\"color: #000000;\">When your dependents reside in non-BFP service locations (e.g., child away at college) you’ll need to:</span>\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Obtain a pharmacy override (may be required for each prescription and can be approved for up to 12 months through CVS)</span></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-weight: 400;\">No action is needed if the subscriber’s (covered team member) home address is in a state outside BFP-coverage areas (AZ, CO, NE, NM, NV, UT, WY)—your pharmacy assignment includes access to CVS network pharmacies</span></span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Vacation override</strong></span></h3>\n<p><span style=\"color: #000000;\">Planning a trip, but don’t have enough medication? There’s an override for that. Vacation overrides let members get one additional retail prescription fill (most commonly a 30-day supply) when using a retail pharmacy. While members can request a vacation override at any time, the medication can be picked up no earlier than five days in advance.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">To get a vacation override, you must provide:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<li><span style=\"color: #000000;\">Vacation departure date</span></li>\n<li><span style=\"color: #000000;\">Date member is picking up medication from the pharmacy</span></li>\n<li><span style=\"color: #000000;\">Vacation return date</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Contact Banner|Aetna Concierge 8 a.m. – 6 p.m. (MST), Monday – Friday at 855-788-5803 for dependent or vacation overrides.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Meds at the ready</strong></span></h3>\n<h4><span style=\"color: #000000;\">Coordinate your medication with MedSync</span></h4>\n<span style=\"color: #000000;\">Life moves fast, and time is a precious commodity. And unless you’re waiting in line for a sweet treat, ride attraction or concert, we’re sure you’d rather be doing something else with your time. That’s why Banner Family Pharmacy’s medication synchronization program, MedSync, makes the most of your time, keeping pharmacy trips to a minimum.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">MedSync not only lets you pick up medications in a single day, but they’re also eliminating the need to pick them up at all. By coordinating refills of regular maintenance medications and using home delivery, we’re:</span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Reducing or eliminating trips to the pharmacy</span></li>\n	<li><span style=\"color: #000000;\">Minimizing calls to your provider to get refills authorized</span></li>\n	<li><span style=\"color: #000000;\">Decreasing confusion related to multiple prescription orders</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Sign up for MedSync by speaking to a member of our pharmacy team, in person or over the phone. Once enrolled, you’ll work closely with them to tailor a 90-day medication fill shipping or pickup cycle that works for you.</span></p>\n<span style=\"color: #000000;\">Check out our <strong><a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family%20Pharmacy/MedSync.FAQ.pdf?csf=1&amp;web=1&amp;e=TuAVet\" target=\"_blank\" rel=\"noopener\">MedSync FAQs</a></strong> for additional information about the program. For contact information, see the list of<a href=\"https://bannerhealth.sharepoint.com/:b:/r/sites/Connect/HR/Benefits/Documents/Banner%20Family Pharmacy/Banner Family Pharmacy Locations.pdf?csf=1&amp;web=1&amp;e=KaeaNp\" target=\"_blank\" rel=\"noopener\"> <b>Banner Family Pharmacy locations</b></a>.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em> </em></span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>“I have several prescriptions filled at Banner Baywood Family Pharmacy and Ashley, the pharmacist, has been very kind and worked with me to coordinate them, so I don’t have to make so many trips. This last time I had six prescriptions and Cathy, a pharmacy tech, went over all of them and was able to fill them so only one trip was needed. I really appreciate the staff and would not go anywhere else.”</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#1d2757\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Questions?</strong></span></h3>\n<p style=\"font-weight: 400; text-align: center;\"><span style=\"color: #ffffff;\">Email <a href=\"mailto:BHMyWell-Being@bannerhealth.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\"><strong>BHMyWell-Being@bannerhealth.com</strong></a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#eeeeee\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Care at every age</strong></span></h3>\n<h4><span style=\"color: #000000;\">Explore our elder- and child-care resources</span></h4>\n<span style=\"color: #000000;\">Life can feel overwhelming balancing work while caring for family members, whether they’re children or aging relatives. That’s why our benefits are designed with you in mind, offering tools and resources that support you and your family.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Our partnerships with</span> <a href=\"https://clients.brighthorizons.com/banner\" target=\"_blank\" rel=\"noopener\"><strong>Bright Horizons<span style=\"color: #000000;\"> </span></strong></a><span style=\"color: #000000;\">and </span><strong><a href=\"http://www.resourcesforliving.com/\" target=\"_blank\" rel=\"noopener\">Aetna Resources for Living</a></strong><span style=\"color: #000000;\">* provide caregiving support to help manage your responsibilities—because while you’re taking care of others, we’re here to take care of you.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Elder care</strong></span></h3>\n<span style=\"color: #000000;\">When the time comes to care for your caretaker, take advantage of these resources to ensure loved ones are comfortable in their later years.</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Decision-support tools to help you plan ahead, finding and evaluating care providers</span></li>\n<li><span style=\"color: #000000;\">An online needs assessment</span></li>\n<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers:</span></p>\n\n<ul style=\"font-weight: 400;\">\n	<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Aging-adult care provider search</span></li>\n	<li>Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/elder-care.jpg\" title_text=\"elder-care\" _builder_version=\"4.27.4\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/07/child-care.jpg\" title_text=\"child-care\" _builder_version=\"4.27.4\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Child care</strong></span></h3>\n<p><span style=\"color: #000000;\">Use these resources to help with high child-care costs, demanding career schedules and the learning curves of new parenthood.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Bright Horizons offers:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Free premium membership to Sittercity to help find child care options</span></li>\n<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"> </span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Aetna Resources for Living offers educational resources on:</span></p>\n<span style=\"color: #000000;\">\n<ul>\n<span style=\"color: #000000;\"><li><span style=\"color: #000000;\">Child care</span></li>\n<li><span style=\"color: #000000;\">Adoption</span></li>\n<li><span style=\"color: #000000;\">Pregnancy and childbirth</span></li>\n<li><span style=\"color: #000000;\">Raising children</span></li>\n<li><span style=\"color: #000000;\">Balancing work and family</span></li>\n</ul>\n</span>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Also, check out Beneplace, our discount marketplace, for even more <strong><a href=\"http://bannerhealth.savings.beneplace.com/\" target=\"_blank\" rel=\"noopener\">child care discounts</a></strong>.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\"><em>*Sign into Aetna Resources for Living with username: Banner, password: EAP.</em></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><span style=\"color: #000000;\"><strong>Banner earns Great Place To Work certification</strong></span></h3>\n<h4><span style=\"color: #000000;\">Find out how we earned this designation together as One Team</span></h4>\n<p><span style=\"color: #000000;\">Congratulations, as One Team we’ve become a certified Great Place To Work.</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #000000;\">The certification is a national designation measuring workplace culture and tells the world we exemplify qualities of an extraordinary workplace—one where you trust the people you work for, have pride in what you do and enjoy the people you work with.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">We submitted an application outlining our benefits, programs and initiatives designed to support and care for our teams. As a part of the certification process, a comprehensive survey was sent to 5,000 team members earlier this year asking about trust, pride, leadership and communication. The results showed that 76% believe we’re a great place to work compared to 57% of employees at a typical U.S.-based company.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">“This recognition belongs to every team member and reflects the profound impact they have in the communities we serve,” says Amy Perry, president and CEO, in response to the certification news. “You truly make Banner a great place to work.”</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">This certification enhances our reputation and assists us in recruiting and retaining top talent. It also signals to our patients and visitors that we not only care about our teams but also work with the best and brightest.</span><span style=\"color: #000000;\"></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><span style=\"color: #000000;\">We’ve also recently been recognized for the second year in a row on Newsweek’s list of</span> </span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2F10-most-trustworthy-health-systems-newsweek%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692094773%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=gKVALBEB4z3L4bE5swc%2FG83jo%2FGCZLd%2FKV9fBAuEHKE%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/10-most-trustworthy-health-systems-newsweek/. Click or tap if you trust this link.\" data-linkindex=\"0\">Most Trustworthy Companies in America</a></strong><span> <span style=\"color: #000000;\">as one of the top 10 hospitals or health systems, as well as a three-year champion of Fortune\'s </span></span><strong><a originalsrc=\"https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/\" data-auth=\"NotApplicable\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.beckershospitalreview.com%2Frankings-and-ratings%2Fthe-most-innovative-health-systems-per-fortune-2024%2F&amp;data=05%7C02%7Cevlester%40lockton.com%7Cc30fae25866e43f9648e08dd72fa8e9d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638793142692148018%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=LRg5roN7ReAl%2FtnTXgo6hF%2BrsUUdiXKw%2F4XfDXvBARQ%3D&amp;reserved=0\" title=\"Original URL: https://www.beckershospitalreview.com/rankings-and-ratings/the-most-innovative-health-systems-per-fortune-2024/. Click or tap if you trust this link.\" data-linkindex=\"1\">America’s Most Innovative Companies</a></strong><span> <span style=\"color: #000000;\">list.</span></span></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2025/04/news-awards-2.png\" title_text=\"news-awards-2\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"59%\" module_alignment=\"center\" max_height=\"157px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.4\" background_color=\"#f4f4f4\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-10px||-10px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/archived-news\" button_text=\"ARCHIVED NEWS\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#3787b2\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask ALEX</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=14&wpfd_file_id=7473&token=&preview=1\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_bb9f9e7d/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'News', '						', 'inherit', 'closed', 'closed', '', '6718-revision-v1', '', '', '2025-07-09 18:24:37', '2025-07-09 18:24:37', '', 6718, 'https://lsk.yzp.mybluehost.me/website_bb9f9e7d/?p=8031', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1886, 10, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1908, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1911, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1912, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1913, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1914, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1915, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1916, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1917, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1918, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1920, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1924, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1930, 18, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1931, 18, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1932, 18, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1933, 18, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1935, 18, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1937, 18, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1938, 19, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1950, 21, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1952, 21, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1955, 21, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1957, 21, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1960, 22, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1964, 23, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1966, 24, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1967, 25, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2012, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2049, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2051, 23, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2053, 22, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2054, 22, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2065, 24, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2066, 24, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2067, 10, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2082, 27, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2086, 22, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2087, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2093, 18, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2113, 18, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2148, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2149, 28, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2150, 28, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2151, 28, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2152, 28, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2153, 28, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2154, 28, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2158, 10, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2165, 18, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2166, 18, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2176, 19, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2177, 19, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2178, 21, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2198, 29, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2200, 30, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2201, 31, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5621, 10, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5622, 21, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5630, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5788, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5789, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5790, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5810, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5902, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5902, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5902, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5908, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5909, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5909, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5909, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5910, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5910, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5910, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6120, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6272, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6272, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6272, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6281, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6281, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6281, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6295, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6295, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6295, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6303, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6303, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6303, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6351, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6351, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6351, 37, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6366, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6368, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6369, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6370, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6371, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6372, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6373, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6375, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6376, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6377, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6378, 13, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6379, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6380, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6381, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6382, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6383, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6384, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6385, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6386, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6387, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6389, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6390, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6391, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6392, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6393, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6394, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6395, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6396, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6397, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6398, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6399, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6421, 21, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6422, 21, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6488, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6488, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6488, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6728, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6729, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6775, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6776, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6777, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6857, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6857, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6857, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6949, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6958, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6970, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6970, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6970, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6980, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6980, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6980, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7008, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7163, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7239, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7239, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7239, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7300, 34, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7300, 35, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7300, 36, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7311, 15, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7312, 15, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7313, 15, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7369, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7460, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7461, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7462, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7463, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7464, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7465, 24, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7466, 24, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7467, 24, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7468, 24, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7469, 24, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7470, 24, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7471, 14, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7472, 14, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7473, 14, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7474, 10, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7475, 10, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7621, 29, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7622, 30, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7623, 30, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7624, 31, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7625, 24, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7706, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7737, 25, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7738, 21, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7739, 29, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7740, 29, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7741, 29, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7742, 30, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7743, 30, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7744, 30, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7745, 30, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7746, 30, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7747, 30, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7748, 31, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7749, 31, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7750, 31, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7813, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7852, 13, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7943, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7944, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7945, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7946, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7947, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7948, 17, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7949, 21, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7950, 21, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7951, 21, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7952, 10, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7953, 16, '0');

INSERT IGNORE INTO `1uS_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7954, 10, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (3, 3, 'category', '', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (4, 4, 'category', '', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (5, 5, 'category', '', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (6, 6, 'category', '', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (7, 7, 'category', '', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (8, 8, 'category', '', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (9, 9, 'wpfd-category', '{\"theme\":\"tree\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"1\",\"tree_showbreadcrumb\":\"1\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_displayfilesearch\":\"0\",\"tree_expanded_subcategories\":\"0\",\"tree_bgcolor\":\"rgba(255, 255, 255, 0)\",\"tree_showtitle\":\"0\",\"tree_showdescription\":\"1\",\"tree_showsize\":\"0\",\"tree_showversion\":\"1\",\"tree_showhits\":\"0\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"0\",\"tree_showdatemodified\":\"0\",\"tree_croptitle\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (10, 10, 'wpfd-category', '{\"theme\":\"tree\",\"visibility\":\"-1\",\"ordering\":\"ordering\",\"orderingdir\":\"asc\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"0\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_showtitle\":\"1\",\"tree_croptitle\":\"0\",\"tree_showdescription\":\"1\",\"tree_showsize\":\"0\",\"tree_showversion\":\"1\",\"tree_showhits\":\"0\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"0\",\"tree_showdatemodified\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_own\":1}', '0', 8);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (13, 13, 'nav_menu', '', '0', 50);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (14, 14, 'wpfd-category', '{\"theme\":\"tree\",\"visibility\":\"-1\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"1\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_showtitle\":\"1\",\"tree_croptitle\":\"0\",\"tree_showdescription\":\"0\",\"tree_showsize\":\"0\",\"tree_showversion\":\"1\",\"tree_showhits\":\"0\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"0\",\"tree_showdatemodified\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_own\":1}', '0', 3);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (15, 15, 'wpfd-category', '{\"theme\":\"tree\",\"visibility\":\"-1\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"1\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_showtitle\":\"1\",\"tree_showdescription\":\"0\",\"tree_showsize\":\"0\",\"tree_showversion\":\"1\",\"tree_showhits\":\"0\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"0\",\"tree_showdatemodified\":\"0\",\"tree_croptitle\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', '0', 3);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (16, 16, 'wpfd-category', '{\"theme\":\"tree\",\"visibility\":\"-1\",\"ordering\":\"ordering\",\"orderingdir\":\"asc\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"1\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_showtitle\":\"1\",\"tree_showdescription\":\"0\",\"tree_showsize\":\"0\",\"tree_showversion\":\"1\",\"tree_showhits\":\"0\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"0\",\"tree_showdatemodified\":\"0\",\"tree_croptitle\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', '0', 15);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (17, 17, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"ordering\",\"orderingdir\":\"asc\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"1\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"1\",\"showfoldertree\":\"0\",\"showuploadform\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"1\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 9, 13);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (18, 18, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"ordering\",\"orderingdir\":\"asc\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"1\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"1\",\"showfoldertree\":\"0\",\"showuploadform\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"1\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 9, 10);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (19, 19, 'wpfd-category', '', 9, 3);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (20, 20, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"created_time\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"1\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"1\",\"showfoldertree\":\"0\",\"showuploadform\":\"0\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"1\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 9, '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (21, 21, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"1\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"1\",\"showfoldertree\":\"0\",\"showuploadform\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"1\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 9, 12);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (22, 22, 'wpfd-category', '{\"theme\":\"default\",\"visibility\":\"-1\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"1\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"1\",\"showfoldertree\":\"0\",\"showuploadform\":\"0\",\"showtitle\":\"1\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, 4);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (23, 23, 'wpfd-category', '{\"theme\":\"default\",\"visibility\":\"-1\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"1\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"1\",\"showfoldertree\":\"0\",\"showuploadform\":\"0\",\"showtitle\":\"1\",\"croptitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_own\":1}', 9, 2);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (24, 24, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"1\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"1\",\"showfoldertree\":\"0\",\"showuploadform\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"1\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 9, 10);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (25, 25, 'wpfd-category', '{\"theme\":\"default\",\"visibility\":\"-1\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"1\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"1\",\"showfoldertree\":\"0\",\"showuploadform\":\"0\",\"showtitle\":\"1\",\"croptitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_own\":1}', 9, 2);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (26, 26, 'wpfd-category', '{\"theme\":\"tree\",\"visibility\":\"-1\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"1\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_showtitle\":\"1\",\"tree_croptitle\":\"0\",\"tree_showdescription\":\"0\",\"tree_showsize\":\"0\",\"tree_showversion\":\"1\",\"tree_showhits\":\"0\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"0\",\"tree_showdatemodified\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_own\":1}', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (27, 27, 'wp_theme', '', '0', 1);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (28, 28, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"1\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"1\",\"showfoldertree\":\"0\",\"showuploadform\":\"1\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"1\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 9, 6);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (29, 29, 'wpfd-category', '', 20, 5);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (30, 30, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"ordering\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 20, 9);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (31, 31, 'wpfd-category', '', 20, 5);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (32, 32, 'nav_menu', '', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (33, 33, 'nav_menu', '', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (34, 34, 'scope', '', '0', 14);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (35, 35, 'layout_type', '', '0', 13);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (36, 36, 'module_width', '', '0', 14);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (37, 37, 'layout_type', '', '0', 1);

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (38, 38, 'monsterinsights_note_category', '', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (39, 39, 'monsterinsights_note_category', '', '0', '0');

INSERT IGNORE INTO `1uS_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (40, 40, 'monsterinsights_note_category', '', '0', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (3, 'Dental Coverage', 'dental-coverage', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (4, 'Enrollment and Eligibility', 'enrollment-and-eligibility', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (5, 'Income Protection', 'income-protection', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (6, 'Medical Coverage', 'medical-coverage', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (7, 'Savings Accounts', 'savings-accounts', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (8, 'Vision Coverage', 'vision-coverage', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (9, 'Benefits Documents', 'benefits-documents', 1);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (10, 'Additional Resources', 'additional-resources', 2);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (13, 'Main Menu', 'main-menu', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (14, 'Benefit Overviews', 'benefit-overviews', 3);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (15, 'Benefit Premiums', 'benefit-premiums', 4);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (16, 'Benefit Legal Notices', 'benefit-legal-notices', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (17, 'Dental Plan Information', 'dental-plan-information', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (18, 'Disability &amp; Leave Benefits', 'disability-leave-benefits', 1);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (19, 'Life and AD&amp;D', 'life-and-add', 4);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (20, 'Medical Plan Information', 'medical-plan-information', 3);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (21, 'Pharmacy', 'pharmacy', 5);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (22, 'Qualifying Life Events', 'qualifying-life-events', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (23, 'Spending Accounts', 'spending-accounts', 6);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (24, 'Supplemental Benefit Summaries', 'supplemental-benefit-summaries', 7);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (25, 'Vision Plan Information', 'vision-plan-information', 8);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (26, 'Eligibility Section', 'eligibility-section', 6);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (27, 'Divi', 'divi', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (28, 'Disability &amp; Leave Benefits - New York', 'disability-leave-benefits-new-york', 2);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (29, 'Choice Plus Plan', 'choice-plus-plan', 1);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (30, 'Premier Plan', 'premier-plan', 2);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (31, 'Value Plan', 'value-plan', 3);

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (32, 'Footer', 'footer', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (33, 'Temp', 'temp', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (34, 'not_global', 'not_global', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (35, 'section', 'section', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (36, 'regular', 'regular', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (37, 'row', 'row', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (38, 'Website Updates', 'website-updates', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (39, 'Blog Post', 'blog-post', '0');

INSERT IGNORE INTO `1uS_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (40, 'Promotion', 'promotion', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_userfeedback_heatmap_recordings` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `heatmap_id` bigint(20) NOT NULL,
  `heatmap_data` longtext NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `interaction_type` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_userfeedback_heatmaps` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `page_id` bigint(20) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `status` enum('publish','draft','trash') DEFAULT 'publish',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_userfeedback_post_ratings` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `rating` tinyint(3) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `post_id` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_userfeedback_survey_responses` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `survey_id` bigint(20) NOT NULL,
  `answers` longtext DEFAULT NULL,
  `page_submitted` text DEFAULT NULL,
  `user_ip` varchar(256) DEFAULT NULL,
  `user_browser` varchar(128) DEFAULT NULL,
  `user_os` varchar(128) DEFAULT NULL,
  `user_device` varchar(64) DEFAULT NULL,
  `status` enum('publish','draft','trash') DEFAULT 'publish',
  `submitted_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `survey_id` (`survey_id`),
  CONSTRAINT `1uS_userfeedback_survey_responses_ibfk_1` FOREIGN KEY (`survey_id`) REFERENCES `1uS_userfeedback_surveys` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_userfeedback_surveys` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(128) DEFAULT NULL,
  `status` enum('publish','draft','trash') DEFAULT 'draft',
  `type` varchar(100) DEFAULT NULL,
  `questions` longtext DEFAULT NULL,
  `impressions` bigint(20) NOT NULL DEFAULT 0,
  `settings` text DEFAULT NULL,
  `notifications` text DEFAULT NULL,
  `publish_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=94 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'elester');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (2, 1, 'first_name', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (3, 1, 'last_name', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (4, 1, 'description', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (5, 1, 'rich_editing', 'true');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (6, 1, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (7, 1, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (8, 1, 'admin_color', 'fresh');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (9, 1, 'use_ssl', '0');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (10, 1, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (11, 1, 'locale', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (12, 1, '1uS_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (13, 1, '1uS_user_level', 10);

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (14, 1, 'dismissed_wp_pointers', 'theme_editor_notice,plugin_editor_notice,omapi_please_connect_notice');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (15, 1, 'show_welcome_panel', '0');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (18, 1, 'eig_last_login', '2023-05-12T00:49:47+00:00');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (19, 1, 'wpfd_user_categories', 'a:20:{i:0;s:0:\"\";i:1;i:14;i:2;i:15;i:3;i:16;i:4;i:17;i:5;i:18;i:6;i:19;i:7;i:20;i:8;i:21;i:9;i:22;i:10;i:23;i:11;i:24;i:12;i:25;i:13;i:9;i:14;i:10;i:15;i:26;i:16;i:28;i:17;i:29;i:18;i:30;i:19;i:31;}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (20, 1, '1uS_user-settings', 'imgsize=medium&ampamplibraryContent=browse&ampampeditor=tinymce&editor=html&libraryContent=browse');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (21, 1, '1uS_user-settings-time', 1753112484);

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (22, 1, '1uS_dashboard_quick_press_last_post_id', 7988);

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (23, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"73.136.38.0\";}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (31, 1, '1uS_persisted_preferences', 'a:3:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-06-01T23:17:34.889Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:0;s:12:\"welcomeGuide\";b:0;}}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (34, 1, 'my-jetpack-cache-date', 1736362399);

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (35, 1, 'my-jetpack-cache', 'O:8:\"stdClass\":83:{s:15:\"jetpack_premium\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2000;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:15:\"jetpack_premium\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$164.95\";s:21:\"combined_cost_display\";s:7:\"$164.95\";s:4:\"cost\";d:164.95;s:18:\"cost_smallest_unit\";i:16495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$13.75\";}s:16:\"jetpack_business\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2001;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:16:\"jetpack_business\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$399.95\";s:21:\"combined_cost_display\";s:7:\"$399.95\";s:4:\"cost\";d:399.95;s:18:\"cost_smallest_unit\";i:39995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$33.33\";}s:12:\"jetpack_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2002;s:12:\"product_name\";s:12:\"Jetpack Free\";s:12:\"product_slug\";s:12:\"jetpack_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_premium_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2003;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:23:\"jetpack_premium_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_business_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2004;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:24:\"jetpack_business_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$39.95\";s:21:\"combined_cost_display\";s:6:\"$39.95\";s:4:\"cost\";d:39.95;s:18:\"cost_smallest_unit\";i:3995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_personal\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2005;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:16:\"jetpack_personal\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$77.95\";s:21:\"combined_cost_display\";s:6:\"$77.95\";s:4:\"cost\";d:77.95;s:18:\"cost_smallest_unit\";i:7795;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.50\";}s:24:\"jetpack_personal_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2006;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:24:\"jetpack_personal_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$6.95\";s:21:\"combined_cost_display\";s:5:\"$6.95\";s:4:\"cost\";d:6.95;s:18:\"cost_smallest_unit\";i:695;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_security_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2010;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:22:\"jetpack_security_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.00\";s:21:\"combined_cost_display\";s:4:\"$299\";s:4:\"cost\";i:299;s:18:\"cost_smallest_unit\";i:29900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:149;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$24.92\";}s:30:\"jetpack_security_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2011;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:30:\"jetpack_security_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$24.95\";s:21:\"combined_cost_display\";s:6:\"$24.95\";s:4:\"cost\";d:24.95;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_security_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2012;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:25:\"jetpack_security_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$839.00\";s:21:\"combined_cost_display\";s:4:\"$839\";s:4:\"cost\";i:839;s:18:\"cost_smallest_unit\";i:83900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:419;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$69.92\";}s:33:\"jetpack_security_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2013;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:33:\"jetpack_security_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$69.95\";s:21:\"combined_cost_display\";s:6:\"$69.95\";s:4:\"cost\";d:69.95;s:18:\"cost_smallest_unit\";i:6995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_complete\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2014;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:16:\"jetpack_complete\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.40\";s:21:\"combined_cost_display\";s:7:\"$599.40\";s:4:\"cost\";d:599.4;s:18:\"cost_smallest_unit\";i:59940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:299.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$49.95\";}s:24:\"jetpack_complete_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2015;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:24:\"jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.95;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2016;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.4;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:27:\"jetpack_security_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2017;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2019;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$899.40\";s:21:\"combined_cost_display\";s:7:\"$899.40\";s:4:\"cost\";d:899.4;s:18:\"cost_smallest_unit\";i:89940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:359.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$74.95\";}s:27:\"jetpack_security_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2020;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.95;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_growth_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2021;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:22:\"jetpack_growth_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_growth_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2022;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:21:\"jetpack_growth_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.4;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:24:\"jetpack_growth_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2023;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:24:\"jetpack_growth_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:22:\"jetpack_starter_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2030;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:22:\"jetpack_starter_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$71.40\";s:21:\"combined_cost_display\";s:6:\"$71.40\";s:4:\"cost\";d:71.4;s:18:\"cost_smallest_unit\";i:7140;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$5.95\";}s:23:\"jetpack_starter_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2031;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:23:\"jetpack_starter_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.95\";s:21:\"combined_cost_display\";s:5:\"$8.95\";s:4:\"cost\";d:8.95;s:18:\"cost_smallest_unit\";i:895;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"jetpack_security_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2034;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:29:\"jetpack_security_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:26:\"jetpack_complete_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2035;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:26:\"jetpack_complete_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$959.04\";s:21:\"combined_cost_display\";s:7:\"$959.04\";s:4:\"cost\";d:959.04;s:18:\"cost_smallest_unit\";i:95904;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:719.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$39.96\";}s:23:\"jetpack_boost_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2036;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:23:\"jetpack_boost_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:30:\"jetpack_social_basic_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2037;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:30:\"jetpack_social_basic_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.8;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.05;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:22:\"jetpack_scan_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2038;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:22:\"jetpack_scan_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:27:\"jetpack_anti_spam_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2039;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:27:\"jetpack_anti_spam_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:41:\"jetpack_backup_addon_storage_10gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2040;s:12:\"product_name\";s:47:\"Jetpack VaultPress Backup Add-on Storage (10GB)\";s:12:\"product_slug\";s:41:\"jetpack_backup_addon_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:33:\"jetpack-backup-addon-storage-10gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.95\";s:21:\"combined_cost_display\";s:5:\"$2.95\";s:4:\"cost\";d:2.95;s:18:\"cost_smallest_unit\";i:295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:42:\"jetpack_backup_addon_storage_100gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2044;s:12:\"product_name\";s:48:\"Jetpack VaultPress Backup Add-on Storage (100GB)\";s:12:\"product_slug\";s:42:\"jetpack_backup_addon_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:34:\"jetpack-backup-addon-storage-100gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$5.95\";s:21:\"combined_cost_display\";s:5:\"$5.95\";s:4:\"cost\";d:5.95;s:18:\"cost_smallest_unit\";i:595;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_1tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2048;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (1TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-1tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.95;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_3tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2052;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (3TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-3tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$19.95\";s:21:\"combined_cost_display\";s:6:\"$19.95\";s:4:\"cost\";d:19.95;s:18:\"cost_smallest_unit\";i:1995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_5tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2056;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (5TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-5tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_backup_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2100;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:20:\"jetpack_backup_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.00\";s:21:\"combined_cost_display\";s:4:\"$119\";s:4:\"cost\";i:119;s:18:\"cost_smallest_unit\";i:11900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:59;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.92\";}s:28:\"jetpack_backup_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2101;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:28:\"jetpack_backup_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.95;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2102;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.00\";s:21:\"combined_cost_display\";s:4:\"$599\";s:4:\"cost\";i:599;s:18:\"cost_smallest_unit\";i:59900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:299;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$49.92\";}s:31:\"jetpack_backup_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2103;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:31:\"jetpack_backup_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$49.95\";s:21:\"combined_cost_display\";s:6:\"$49.95\";s:4:\"cost\";d:49.95;s:18:\"cost_smallest_unit\";i:4995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:14:\"jetpack_search\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2104;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:14:\"jetpack_search\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:10000;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:259;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:22:\"jetpack_search_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2105;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:22:\"jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.95\";s:21:\"combined_cost_display\";s:6:\"$12.95\";s:4:\"cost\";d:12.95;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:1295;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:259;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_scan\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2106;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:12:\"jetpack_scan\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_scan_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2107;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:20:\"jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_scan_realtime\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2108;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:21:\"jetpack_scan_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$500.00\";s:21:\"combined_cost_display\";s:4:\"$500\";s:4:\"cost\";i:500;s:18:\"cost_smallest_unit\";i:50000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$41.67\";}s:29:\"jetpack_scan_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2109;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:29:\"jetpack_scan_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$50.00\";s:21:\"combined_cost_display\";s:3:\"$50\";s:4:\"cost\";i:50;s:18:\"cost_smallest_unit\";i:5000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_anti_spam\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2110;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:17:\"jetpack_anti_spam\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_anti_spam_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2111;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:25:\"jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2112;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_backup_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2113;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2114;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$359.40\";s:21:\"combined_cost_display\";s:7:\"$359.40\";s:4:\"cost\";d:359.4;s:18:\"cost_smallest_unit\";i:35940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$29.95\";}s:25:\"jetpack_backup_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2115;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:18:\"jetpack_videopress\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2116;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:18:\"jetpack_videopress\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:26:\"jetpack_videopress_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2117;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:26:\"jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"jetpack_videopress_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2119;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:28:\"jetpack_videopress_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:24:\"jetpack_backup_t0_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2120;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t0_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$35.88\";s:21:\"combined_cost_display\";s:6:\"$35.88\";s:4:\"cost\";d:35.88;s:18:\"cost_smallest_unit\";i:3588;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$2.99\";}s:25:\"jetpack_backup_t0_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2121;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t0_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.99\";s:21:\"combined_cost_display\";s:5:\"$2.99\";s:4:\"cost\";d:2.99;s:18:\"cost_smallest_unit\";i:299;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_backup_t1_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2123;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_backup_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:19:\"jetpack_search_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2130;s:12:\"product_name\";s:19:\"Jetpack Search Free\";s:12:\"product_slug\";s:19:\"jetpack_search_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:19:\"jetpack-search-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_search_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2131;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:24:\"jetpack_search_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$160.00\";s:21:\"combined_cost_display\";s:4:\"$160\";s:4:\"cost\";i:160;s:18:\"cost_smallest_unit\";i:16000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:16000;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:259;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.67\";}s:23:\"jetpack_backup_one_time\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2201;s:12:\"product_name\";s:36:\"Jetpack VaultPress Backup (One-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_one_time\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-one-time\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.99\";s:21:\"combined_cost_display\";s:5:\"$0.99\";s:4:\"cost\";d:0.99;s:18:\"cost_smallest_unit\";i:99;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_stats_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2219;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$200.00\";s:21:\"combined_cost_display\";s:4:\"$200\";s:4:\"cost\";i:200;s:18:\"cost_smallest_unit\";i:20000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:10000;s:13:\"maximum_price\";i:10000;s:21:\"minimum_price_display\";s:4:\"$100\";s:29:\"minimum_price_monthly_display\";s:5:\"$8.34\";s:21:\"maximum_price_display\";s:4:\"$100\";s:29:\"maximum_price_monthly_display\";s:5:\"$8.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:20000;s:13:\"maximum_price\";i:20000;s:21:\"minimum_price_display\";s:4:\"$200\";s:29:\"minimum_price_monthly_display\";s:6:\"$16.67\";s:21:\"maximum_price_display\";s:4:\"$200\";s:29:\"maximum_price_monthly_display\";s:6:\"$16.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:30000;s:13:\"maximum_price\";i:30000;s:21:\"minimum_price_display\";s:4:\"$300\";s:29:\"minimum_price_monthly_display\";s:3:\"$25\";s:21:\"maximum_price_display\";s:4:\"$300\";s:29:\"maximum_price_monthly_display\";s:3:\"$25\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:50000;s:13:\"maximum_price\";i:50000;s:21:\"minimum_price_display\";s:4:\"$500\";s:29:\"minimum_price_monthly_display\";s:6:\"$41.67\";s:21:\"maximum_price_display\";s:4:\"$500\";s:29:\"maximum_price_monthly_display\";s:6:\"$41.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:70000;s:13:\"maximum_price\";i:70000;s:21:\"minimum_price_display\";s:4:\"$700\";s:29:\"minimum_price_monthly_display\";s:6:\"$58.34\";s:21:\"maximum_price_display\";s:4:\"$700\";s:29:\"maximum_price_monthly_display\";s:6:\"$58.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:95000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:45000;s:12:\"per_unit_fee\";i:25000;s:21:\"minimum_price_display\";s:4:\"$950\";s:29:\"minimum_price_monthly_display\";s:6:\"$79.17\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:100000;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$16.67\";}s:21:\"jetpack_stats_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2220;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:21:\"jetpack_stats_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.95\";s:21:\"combined_cost_display\";s:6:\"$12.95\";s:4:\"cost\";d:12.95;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:1295;s:13:\"maximum_price\";i:1295;s:21:\"minimum_price_display\";s:6:\"$12.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$12.95\";s:21:\"maximum_price_display\";s:6:\"$12.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$12.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:2595;s:13:\"maximum_price\";i:2595;s:21:\"minimum_price_display\";s:6:\"$25.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$25.95\";s:21:\"maximum_price_display\";s:6:\"$25.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$25.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:3795;s:13:\"maximum_price\";i:3795;s:21:\"minimum_price_display\";s:6:\"$37.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$37.95\";s:21:\"maximum_price_display\";s:6:\"$37.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$37.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:6295;s:13:\"maximum_price\";i:6295;s:21:\"minimum_price_display\";s:6:\"$62.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$62.95\";s:21:\"maximum_price_display\";s:6:\"$62.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$62.95\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:8795;s:13:\"maximum_price\";i:8795;s:21:\"minimum_price_display\";s:6:\"$87.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$87.95\";s:21:\"maximum_price_display\";s:6:\"$87.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$87.95\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:11990;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:5600;s:12:\"per_unit_fee\";i:3195;s:21:\"minimum_price_display\";s:7:\"$119.90\";s:29:\"minimum_price_monthly_display\";s:7:\"$119.90\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_stats_free_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2221;s:12:\"product_name\";s:43:\"Jetpack Stats (Free non-commercial license)\";s:12:\"product_slug\";s:25:\"jetpack_stats_free_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_free_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:2:\"$0\";}s:25:\"jetpack_stats_pwyw_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2222;s:12:\"product_name\";s:20:\"Jetpack Stats (Paid)\";s:12:\"product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";i:0;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:2:\"$0\";}s:23:\"jetpack_stats_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2223;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:23:\"jetpack_stats_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$160.00\";s:21:\"combined_cost_display\";s:4:\"$160\";s:4:\"cost\";i:160;s:18:\"cost_smallest_unit\";i:16000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:16000;s:13:\"maximum_price\";i:16000;s:21:\"minimum_price_display\";s:4:\"$160\";s:29:\"minimum_price_monthly_display\";s:6:\"$13.34\";s:21:\"maximum_price_display\";s:4:\"$160\";s:29:\"maximum_price_monthly_display\";s:6:\"$13.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:32000;s:13:\"maximum_price\";i:32000;s:21:\"minimum_price_display\";s:4:\"$320\";s:29:\"minimum_price_monthly_display\";s:6:\"$26.67\";s:21:\"maximum_price_display\";s:4:\"$320\";s:29:\"maximum_price_monthly_display\";s:6:\"$26.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:48000;s:13:\"maximum_price\";i:48000;s:21:\"minimum_price_display\";s:4:\"$480\";s:29:\"minimum_price_monthly_display\";s:3:\"$40\";s:21:\"maximum_price_display\";s:4:\"$480\";s:29:\"maximum_price_monthly_display\";s:3:\"$40\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:80000;s:13:\"maximum_price\";i:80000;s:21:\"minimum_price_display\";s:4:\"$800\";s:29:\"minimum_price_monthly_display\";s:6:\"$66.67\";s:21:\"maximum_price_display\";s:4:\"$800\";s:29:\"maximum_price_monthly_display\";s:6:\"$66.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:112000;s:13:\"maximum_price\";i:112000;s:21:\"minimum_price_display\";s:6:\"$1,120\";s:29:\"minimum_price_monthly_display\";s:6:\"$93.34\";s:21:\"maximum_price_display\";s:6:\"$1,120\";s:29:\"maximum_price_monthly_display\";s:6:\"$93.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:152000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:72000;s:12:\"per_unit_fee\";i:40000;s:21:\"minimum_price_display\";s:6:\"$1,520\";s:29:\"minimum_price_monthly_display\";s:7:\"$126.67\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.67\";}s:23:\"jetpack_monitor_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2241;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:23:\"jetpack_monitor_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$1.22\";s:21:\"combined_cost_display\";s:5:\"$1.22\";s:4:\"cost\";d:1.22;s:18:\"cost_smallest_unit\";i:122;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_monitor_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2242;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:22:\"jetpack_monitor_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.64\";s:21:\"combined_cost_display\";s:6:\"$14.64\";s:4:\"cost\";d:14.64;s:18:\"cost_smallest_unit\";i:1464;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$1.22\";}s:21:\"jetpack_boost_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2400;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:21:\"jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_boost_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2401;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:20:\"jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.4;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:18:\"jetpack_ai_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2450;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:18:\"jetpack_ai_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_ai_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2451;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:17:\"jetpack_ai_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_ai_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2452;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:20:\"jetpack_ai_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:22:\"jetpack_social_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2500;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:22:\"jetpack_social_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-social\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.00\";s:21:\"combined_cost_display\";s:3:\"$12\";s:4:\"cost\";i:12;s:18:\"cost_smallest_unit\";i:1200;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_basic_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2503;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:27:\"jetpack_social_basic_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:28:\"jetpack_social_basic_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2504;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:28:\"jetpack_social_basic_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"jetpack_social_advanced_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2602;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:30:\"jetpack_social_advanced_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:31:\"jetpack_social_advanced_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2603;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:31:\"jetpack_social_advanced_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:33:\"jetpack_social_advanced_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2604;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:33:\"jetpack_social_advanced_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.8;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:24:\"jetpack_social_v1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2605;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:24:\"jetpack_social_v1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_social_v1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2606;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:25:\"jetpack_social_v1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_v1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2607;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:27:\"jetpack_social_v1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:23:\"jetpack_creator_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2610;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:23:\"jetpack_creator_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_creator_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2611;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:22:\"jetpack_creator_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.4;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:25:\"jetpack_creator_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2612;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:25:\"jetpack_creator_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:29:\"jetpack_golden_token_lifetime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2900;s:12:\"product_name\";s:20:\"Jetpack Golden Token\";s:12:\"product_slug\";s:29:\"jetpack_golden_token_lifetime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-golden-token\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (36, 1, 'nav_menu_recently_edited', 13);

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (37, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:15:\"title-attribute\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (38, 1, 'metaboxhidden_nav-menus', 'a:5:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (43, 1, 'session_tokens', 'a:1:{s:64:\"376cab965ff6258881b7baebced874fd5a88ae4ecf0a65d9b0229d5776084834\";a:4:{s:10:\"expiration\";i:1753285285;s:2:\"ip\";s:14:\"162.225.12.168\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15\";s:5:\"login\";i:1753112485;}}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (44, 1, 'nfd_sp_last_check', 1746718506);

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (45, 1, 'my-jetpack-wpcom-product-check-hash', 'b794ef083c65e62d551e032e94735d4b');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (46, 1, 'jetpack_tracks_wpcom_id', 235933627);

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (47, 1, '_aioseo_settings', 'a:8:{s:14:\"showUpgradeBar\";b:1;s:15:\"showSetupWizard\";b:1;s:12:\"toggledCards\";a:93:{s:17:\"dashboardOverview\";b:1;s:17:\"dashboardSeoSetup\";b:1;s:21:\"dashboardSeoSiteScore\";b:1;s:22:\"dashboardNotifications\";b:1;s:16:\"dashboardSupport\";b:1;s:7:\"license\";b:1;s:14:\"webmasterTools\";b:1;s:17:\"enableBreadcrumbs\";b:1;s:18:\"breadcrumbSettings\";b:1;s:19:\"breadcrumbTemplates\";b:1;s:8:\"advanced\";b:1;s:13:\"accessControl\";b:1;s:10:\"rssContent\";b:1;s:14:\"generalSitemap\";b:1;s:22:\"generalSitemapSettings\";b:1;s:12:\"imageSitemap\";b:1;s:12:\"videoSitemap\";b:1;s:11:\"newsSitemap\";b:1;s:10:\"rssSitemap\";b:1;s:18:\"rssSitemapSettings\";b:1;s:18:\"rssAdditionalPages\";b:1;s:19:\"rssAdvancedSettings\";b:1;s:15:\"additionalPages\";b:1;s:16:\"advancedSettings\";b:1;s:20:\"videoSitemapSettings\";b:1;s:20:\"videoAdditionalPages\";b:1;s:21:\"videoAdvancedSettings\";b:1;s:18:\"videoEmbedSettings\";b:1;s:19:\"newsSitemapSettings\";b:1;s:19:\"newsAdditionalPages\";b:1;s:20:\"newsAdvancedSettings\";b:1;s:17:\"newsEmbedSettings\";b:1;s:14:\"socialProfiles\";b:1;s:8:\"facebook\";b:1;s:24:\"facebookHomePageSettings\";b:1;s:24:\"facebookAdvancedSettings\";b:1;s:7:\"twitter\";b:1;s:23:\"twitterHomePageSettings\";b:1;s:9:\"pinterest\";b:1;s:20:\"searchTitleSeparator\";b:1;s:14:\"searchHomePage\";b:1;s:12:\"searchSchema\";b:1;s:22:\"searchMediaAttachments\";b:1;s:14:\"searchAdvanced\";b:1;s:26:\"searchAdvancedCrawlCleanup\";b:1;s:13:\"searchCleanup\";b:1;s:14:\"authorArchives\";b:1;s:12:\"dateArchives\";b:1;s:14:\"searchArchives\";b:1;s:8:\"imageSeo\";b:1;s:20:\"completeSeoChecklist\";b:1;s:17:\"localBusinessInfo\";b:1;s:25:\"localBusinessOpeningHours\";b:1;s:17:\"locationsSettings\";b:1;s:25:\"advancedLocationsSettings\";b:1;s:23:\"localBusinessMapsApiKey\";b:1;s:25:\"localBusinessMapsSettings\";b:1;s:12:\"robotsEditor\";b:1;s:13:\"databaseTools\";b:1;s:14:\"htaccessEditor\";b:1;s:17:\"databaseToolsLogs\";b:1;s:16:\"systemStatusInfo\";b:1;s:17:\"addNewRedirection\";b:1;s:16:\"redirectSettings\";b:1;s:5:\"debug\";b:1;s:25:\"fullSiteRedirectsRelocate\";b:1;s:24:\"fullSiteRedirectsAliases\";b:1;s:26:\"fullSiteRedirectsCanonical\";b:1;s:28:\"fullSiteRedirectsHttpHeaders\";b:1;s:11:\"htmlSitemap\";b:1;s:19:\"htmlSitemapSettings\";b:1;s:27:\"htmlSitemapAdvancedSettings\";b:1;s:21:\"linkAssistantSettings\";b:1;s:17:\"domainActivations\";b:1;s:11:\"404Settings\";b:1;s:12:\"userProfiles\";b:1;s:12:\"queryArgLogs\";b:1;s:17:\"aiContentSettings\";b:1;s:24:\"writingAssistantSettings\";b:1;s:19:\"writingAssistantCta\";b:1;s:6:\"postSA\";b:1;s:6:\"pageSA\";b:1;s:12:\"attachmentSA\";b:1;s:9:\"projectSA\";b:1;s:11:\"wpfd_fileSA\";b:1;s:10:\"categorySA\";b:1;s:10:\"post_tagSA\";b:1;s:18:\"project_categorySA\";b:1;s:13:\"project_tagSA\";b:1;s:15:\"wpfd-categorySA\";b:1;s:22:\"et_code_snippet_typeSA\";b:1;s:22:\"projectArchiveArchives\";b:1;s:13:\"badBotBlocker\";b:1;}s:12:\"toggledRadio\";a:3:{s:29:\"breadcrumbsShowMoreSeparators\";b:0;s:24:\"searchShowMoreSeparators\";b:0;s:16:\"overviewPostType\";s:4:\"post\";}s:15:\"dismissedAlerts\";a:3:{s:31:\"searchStatisticsContentRankings\";b:0;s:25:\"searchConsoleNotConnected\";b:0;s:26:\"searchConsoleSitemapErrors\";b:0;}s:12:\"internalTabs\";a:16:{s:14:\"authorArchives\";s:17:\"title-description\";s:12:\"dateArchives\";s:17:\"title-description\";s:14:\"searchArchives\";s:17:\"title-description\";s:17:\"seoAuditChecklist\";s:9:\"all-items\";s:6:\"postSA\";s:17:\"title-description\";s:6:\"pageSA\";s:17:\"title-description\";s:12:\"attachmentSA\";s:17:\"title-description\";s:9:\"projectSA\";s:17:\"title-description\";s:11:\"wpfd_fileSA\";s:17:\"title-description\";s:10:\"categorySA\";s:17:\"title-description\";s:10:\"post_tagSA\";s:17:\"title-description\";s:18:\"project_categorySA\";s:17:\"title-description\";s:13:\"project_tagSA\";s:17:\"title-description\";s:15:\"wpfd-categorySA\";s:17:\"title-description\";s:22:\"et_code_snippet_typeSA\";s:17:\"title-description\";s:22:\"projectArchiveArchives\";s:17:\"title-description\";}s:15:\"tablePagination\";a:18:{s:14:\"networkDomains\";i:20;s:9:\"redirects\";i:20;s:12:\"redirectLogs\";i:20;s:15:\"redirect404Logs\";i:20;s:22:\"sitemapAdditionalPages\";i:20;s:24:\"linkAssistantLinksReport\";i:20;s:24:\"linkAssistantPostsReport\";i:20;s:26:\"linkAssistantDomainsReport\";i:20;s:29:\"searchStatisticsSeoStatistics\";i:20;s:31:\"searchStatisticsKeywordRankings\";i:20;s:31:\"searchStatisticsContentRankings\";i:20;s:34:\"searchStatisticsPostDetailKeywords\";i:20;s:27:\"searchStatisticsKrtKeywords\";i:20;s:25:\"searchStatisticsKrtGroups\";i:20;s:38:\"searchStatisticsKrtGroupsTableKeywords\";i:10;s:27:\"searchStatisticsIndexStatus\";i:20;s:9:\"queryArgs\";i:20;s:34:\"searchStatisticsKeywordRankTracker\";i:20;}s:14:\"semrushCountry\";s:2:\"US\";}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (48, 1, '_aioseo_plugin_review_dismissed', 4);

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (49, 1, 'jetpack_tracks_anon_id', 'jetpack:KwfAQsDEqLXnbrtzMOIjGgRT');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (50, 1, 'seoboost_user_options_1', '{\"language\":\"en\",\"country\":\"US\",\"countries\":{\"AF\":\"Afghanistan\",\"AL\":\"Albania\",\"DZ\":\"Algeria\",\"AS\":\"American Samoa\",\"AD\":\"Andorra\",\"AO\":\"Angola\",\"AI\":\"Anguilla\",\"AG\":\"Antigua & Barbuda\",\"AR\":\"Argentina\",\"AM\":\"Armenia\",\"AU\":\"Australia\",\"AT\":\"Austria\",\"AZ\":\"Azerbaijan\",\"BS\":\"Bahamas\",\"BH\":\"Bahrain\",\"BD\":\"Bangladesh\",\"BY\":\"Belarus\",\"BE\":\"Belgium\",\"BZ\":\"Belize\",\"BJ\":\"Benin\",\"BT\":\"Bhutan\",\"BO\":\"Bolivia\",\"BA\":\"Bosnia & Herzegovina\",\"BW\":\"Botswana\",\"BR\":\"Brazil\",\"VG\":\"British Virgin Islands\",\"BN\":\"Brunei\",\"BG\":\"Bulgaria\",\"BF\":\"Burkina Faso\",\"BI\":\"Burundi\",\"KH\":\"Cambodia\",\"CM\":\"Cameroon\",\"CA\":\"Canada\",\"CV\":\"Cape Verde\",\"CF\":\"Central African Republic\",\"TD\":\"Chad\",\"CL\":\"Chile\",\"CO\":\"Colombia\",\"CG\":\"Congo - Brazzaville\",\"CD\":\"Congo - Kinshasa\",\"CK\":\"Cook Islands\",\"CR\":\"Costa Rica\",\"CI\":\"Cu00f4te du2019Ivoire\",\"HR\":\"Croatia\",\"CU\":\"Cuba\",\"CY\":\"Cyprus\",\"CZ\":\"Czechia\",\"DK\":\"Denmark\",\"DJ\":\"Djibouti\",\"DM\":\"Dominica\",\"DO\":\"Dominican Republic\",\"EC\":\"Ecuador\",\"EG\":\"Egypt\",\"SV\":\"El Salvador\",\"EE\":\"Estonia\",\"ET\":\"Ethiopia\",\"FJ\":\"Fiji\",\"FI\":\"Finland\",\"FR\":\"France\",\"GA\":\"Gabon\",\"GM\":\"Gambia\",\"GE\":\"Georgia\",\"DE\":\"Germany\",\"GH\":\"Ghana\",\"GI\":\"Gibraltar\",\"GR\":\"Greece\",\"GL\":\"Greenland\",\"GT\":\"Guatemala\",\"GG\":\"Guernsey\",\"GY\":\"Guyana\",\"HT\":\"Haiti\",\"HN\":\"Honduras\",\"HK\":\"Hong Kong\",\"HU\":\"Hungary\",\"IS\":\"Iceland\",\"IN\":\"India\",\"ID\":\"Indonesia\",\"IQ\":\"Iraq\",\"IE\":\"Ireland\",\"IM\":\"Isle of Man\",\"IL\":\"Israel\",\"IT\":\"Italy\",\"JM\":\"Jamaica\",\"JP\":\"Japan\",\"JE\":\"Jersey\",\"JO\":\"Jordan\",\"KZ\":\"Kazakhstan\",\"KE\":\"Kenya\",\"KI\":\"Kiribati\",\"KW\":\"Kuwait\",\"KG\":\"Kyrgyzstan\",\"LA\":\"Laos\",\"LV\":\"Latvia\",\"LB\":\"Lebanon\",\"LS\":\"Lesotho\",\"LY\":\"Libya\",\"LI\":\"Liechtenstein\",\"LT\":\"Lithuania\",\"LU\":\"Luxembourg\",\"MG\":\"Madagascar\",\"MW\":\"Malawi\",\"MY\":\"Malaysia\",\"MV\":\"Maldives\",\"ML\":\"Mali\",\"MT\":\"Malta\",\"MU\":\"Mauritius\",\"MX\":\"Mexico\",\"FM\":\"Micronesia\",\"MD\":\"Moldova\",\"MN\":\"Mongolia\",\"ME\":\"Montenegro\",\"MS\":\"Montserrat\",\"MA\":\"Morocco\",\"MZ\":\"Mozambique\",\"MM\":\"Myanmar (Burma)\",\"NA\":\"Namibia\",\"NR\":\"Nauru\",\"NP\":\"Nepal\",\"NL\":\"Netherlands\",\"NZ\":\"New Zealand\",\"NI\":\"Nicaragua\",\"NE\":\"Niger\",\"NG\":\"Nigeria\",\"NU\":\"Niue\",\"MK\":\"North Macedonia\",\"NO\":\"Norway\",\"OM\":\"Oman\",\"PK\":\"Pakistan\",\"PS\":\"Palestine\",\"PA\":\"Panama\",\"PG\":\"Papua New Guinea\",\"PY\":\"Paraguay\",\"PE\":\"Peru\",\"PH\":\"Philippines\",\"PN\":\"Pitcairn Islands\",\"PL\":\"Poland\",\"PT\":\"Portugal\",\"PR\":\"Puerto Rico\",\"QA\":\"Qatar\",\"RO\":\"Romania\",\"RU\":\"Russia\",\"RW\":\"Rwanda\",\"WS\":\"Samoa\",\"SM\":\"San Marino\",\"ST\":\"Su00e3o Tomu00e9 & Pru00edncipe\",\"SA\":\"Saudi Arabia\",\"SN\":\"Senegal\",\"RS\":\"Serbia\",\"SC\":\"Seychelles\",\"SL\":\"Sierra Leone\",\"SG\":\"Singapore\",\"SK\":\"Slovakia\",\"SI\":\"Slovenia\",\"SB\":\"Solomon Islands\",\"SO\":\"Somalia\",\"ZA\":\"South Africa\",\"KR\":\"South Korea\",\"ES\":\"Spain\",\"LK\":\"Sri Lanka\",\"SH\":\"St. Helena\",\"VC\":\"St. Vincent & Grenadines\",\"SR\":\"Suriname\",\"SE\":\"Sweden\",\"CH\":\"Switzerland\",\"TW\":\"Taiwan\",\"TJ\":\"Tajikistan\",\"TZ\":\"Tanzania\",\"TH\":\"Thailand\",\"TL\":\"Timor-Leste\",\"TG\":\"Togo\",\"TO\":\"Tonga\",\"TT\":\"Trinidad & Tobago\",\"TN\":\"Tunisia\",\"TR\":\"Turkey\",\"TM\":\"Turkmenistan\",\"VI\":\"U.S. Virgin Islands\",\"UG\":\"Uganda\",\"UA\":\"Ukraine\",\"AE\":\"United Arab Emirates\",\"GB\":\"United Kingdom\",\"US\":\"United States\",\"UY\":\"Uruguay\",\"UZ\":\"Uzbekistan\",\"VU\":\"Vanuatu\",\"VE\":\"Venezuela\",\"VN\":\"Vietnam\",\"ZM\":\"Zambia\",\"ZW\":\"Zimbabwe\"},\"languages\":{\"ca\":\"Catalan\",\"da\":\"Danish\",\"nl\":\"Dutch\",\"en\":\"English\",\"fr\":\"French\",\"de\":\"German\",\"id\":\"Indonesian\",\"it\":\"Italian\",\"no\":\"Norwegian\",\"pt\":\"Portuguese\",\"ro\":\"Romanian\",\"es\":\"Spanish\",\"sv\":\"Swedish\",\"tr\":\"Turkish\"},\"searchEngines\":{\"AF\":\"google.com.af\",\"AL\":\"google.al\",\"DZ\":\"google.dz\",\"AS\":\"google.as\",\"AD\":\"google.ad\",\"AO\":\"google.it.ao\",\"AI\":\"google.com.ai\",\"AG\":\"google.com.ag\",\"AR\":\"google.com.ar\",\"AM\":\"google.am\",\"AU\":\"google.com.au\",\"AT\":\"google.at\",\"AZ\":\"google.az\",\"BS\":\"google.bs\",\"BH\":\"google.com.bh\",\"BD\":\"google.com.bd\",\"BY\":\"google.com.by\",\"BE\":\"google.be\",\"BZ\":\"google.com.bz\",\"BJ\":\"google.bj\",\"BT\":\"google.bt\",\"BO\":\"google.com.bo\",\"BA\":\"google.ba\",\"BW\":\"google.co.bw\",\"BR\":\"google.com.br\",\"VG\":\"google.vg\",\"BN\":\"google.com.bn\",\"BG\":\"google.bg\",\"BF\":\"google.bf\",\"BI\":\"google.bi\",\"KH\":\"google.com.kh\",\"CM\":\"google.cm\",\"CA\":\"google.ca\",\"CV\":\"google.cv\",\"CF\":\"google.cf\",\"TD\":\"google.td\",\"CL\":\"google.cl\",\"CO\":\"google.com.co\",\"CG\":\"google.cg\",\"CD\":\"google.cd\",\"CK\":\"google.co.ck\",\"CR\":\"google.co.cr\",\"CI\":\"google.ci\",\"HR\":\"google.hr\",\"CU\":\"google.com.cu\",\"CY\":\"google.com.cy\",\"CZ\":\"google.cz\",\"DK\":\"google.dk\",\"DJ\":\"google.dj\",\"DM\":\"google.dm\",\"DO\":\"google.com.do\",\"EC\":\"google.com.ec\",\"EG\":\"google.com.eg\",\"SV\":\"google.com.sv\",\"EE\":\"google.ee\",\"ET\":\"google.com.et\",\"FJ\":\"google.com.fj\",\"FI\":\"google.fi\",\"FR\":\"google.fr\",\"GA\":\"google.ga\",\"GM\":\"google.gm\",\"GE\":\"google.ge\",\"DE\":\"google.de\",\"GH\":\"google.com.gh\",\"GI\":\"google.com.gi\",\"GR\":\"google.gr\",\"GL\":\"google.gl\",\"GT\":\"google.com.gt\",\"GG\":\"google.gg\",\"GY\":\"google.gy\",\"HT\":\"google.ht\",\"HN\":\"google.hn\",\"HK\":\"google.com.hk\",\"HU\":\"google.hu\",\"IS\":\"google.is\",\"IN\":\"google.co.in\",\"ID\":\"google.co.id\",\"IQ\":\"google.iq\",\"IE\":\"google.ie\",\"IM\":\"google.co.im\",\"IL\":\"google.co.il\",\"IT\":\"google.it\",\"JM\":\"google.com.jm\",\"JP\":\"google.co.jp\",\"JE\":\"google.co.je\",\"JO\":\"google.jo\",\"KZ\":\"google.kz\",\"KE\":\"google.co.ke\",\"KI\":\"google.ki\",\"KW\":\"google.com.kw\",\"KG\":\"google.com.kg\",\"LA\":\"google.la\",\"LV\":\"google.lv\",\"LB\":\"google.com.lb\",\"LS\":\"google.co.ls\",\"LY\":\"google.com.ly\",\"LI\":\"google.li\",\"LT\":\"google.lt\",\"LU\":\"google.lu\",\"MG\":\"google.mg\",\"MW\":\"google.mw\",\"MY\":\"google.com.my\",\"MV\":\"google.mv\",\"ML\":\"google.ml\",\"MT\":\"google.com.mt\",\"MU\":\"google.mu\",\"MX\":\"google.com.mx\",\"FM\":\"google.fm\",\"MD\":\"google.md\",\"MN\":\"google.mn\",\"ME\":\"google.me\",\"MS\":\"google.ms\",\"MA\":\"google.co.ma\",\"MZ\":\"google.co.mz\",\"MM\":\"google.com.mm\",\"NA\":\"google.com.na\",\"NR\":\"google.nr\",\"NP\":\"google.com.np\",\"NL\":\"google.nl\",\"NZ\":\"google.co.nz\",\"NI\":\"google.com.ni\",\"NE\":\"google.ne\",\"NG\":\"google.com.ng\",\"NU\":\"google.nu\",\"MK\":\"google.mk\",\"NO\":\"google.no\",\"OM\":\"google.com.om\",\"PK\":\"google.com.pk\",\"PS\":\"google.ps\",\"PA\":\"google.com.pa\",\"PG\":\"google.com.pg\",\"PY\":\"google.com.py\",\"PE\":\"google.com.pe\",\"PH\":\"google.com.ph\",\"PN\":\"google.pn\",\"PL\":\"google.pl\",\"PT\":\"google.pt\",\"PR\":\"google.com.pr\",\"QA\":\"google.com.qa\",\"RO\":\"google.ro\",\"RU\":\"google.ru\",\"RW\":\"google.rw\",\"WS\":\"google.as\",\"SM\":\"google.sm\",\"ST\":\"google.st\",\"SA\":\"google.com.sa\",\"SN\":\"google.sn\",\"RS\":\"google.rs\",\"SC\":\"google.sc\",\"SL\":\"google.com.sl\",\"SG\":\"google.com.sg\",\"SK\":\"google.sk\",\"SI\":\"google.si\",\"SB\":\"google.com.sb\",\"SO\":\"google.so\",\"ZA\":\"google.co.za\",\"KR\":\"google.co.kr\",\"ES\":\"google.es\",\"LK\":\"google.lk\",\"SH\":\"google.sh\",\"VC\":\"google.com.vc\",\"SR\":\"google.sr\",\"SE\":\"google.se\",\"CH\":\"google.ch\",\"TW\":\"google.com.tw\",\"TJ\":\"google.com.tj\",\"TZ\":\"google.co.tz\",\"TH\":\"google.co.th\",\"TL\":\"google.tl\",\"TG\":\"google.tg\",\"TO\":\"google.to\",\"TT\":\"google.tt\",\"TN\":\"google.tn\",\"TR\":\"google.com.tr\",\"TM\":\"google.tm\",\"VI\":\"google.co.vi\",\"UG\":\"google.co.ug\",\"UA\":\"google.com.ua\",\"AE\":\"google.ae\",\"GB\":\"google.co.uk\",\"US\":\"google.com\",\"UY\":\"google.com.uy\",\"UZ\":\"google.co.uz\",\"VU\":\"google.vu\",\"VE\":\"google.co.ve\",\"VN\":\"google.com.vn\",\"ZM\":\"google.co.zm\",\"ZW\":\"google.co.zw\"}}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (51, 1, 'closedpostboxes_page', 'a:0:{}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (52, 1, 'metaboxhidden_page', 'a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (53, 2, 'nickname', 'traci.mitchell');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (54, 2, 'first_name', 'Evan');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (55, 2, 'last_name', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (56, 2, 'description', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (57, 2, 'rich_editing', 'true');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (58, 2, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (59, 2, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (60, 2, 'admin_color', 'fresh');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (61, 2, 'use_ssl', '0');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (62, 2, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (63, 2, 'locale', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (64, 2, '1uS_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (65, 2, '1uS_user_level', '0');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (66, 2, 'dismissed_wp_pointers', 'omapi_please_connect_notice');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (69, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:10:\"66.6.113.0\";}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (70, 2, '1uS_user-settings', 'mfold=f');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (71, 2, '1uS_user-settings-time', 1749047621);

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (73, 2, 'session_tokens', 'a:1:{s:64:\"75c1479f29f6060d740ab9c9d25de793cf28a9a65bc6725406692b9b6e6de0d0\";a:4:{s:10:\"expiration\";i:1749220362;s:2:\"ip\";s:10:\"66.6.113.6\";s:2:\"ua\";s:125:\"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\";s:5:\"login\";i:1749047562;}}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (74, 2, 'aioseo_profiles_same_username', 'a:3:{s:6:\"enable\";b:0;s:8:\"username\";s:0:\"\";s:8:\"included\";a:7:{i:0;s:15:\"facebookPageUrl\";i:1;s:10:\"twitterUrl\";i:2;s:9:\"tiktokUrl\";i:3;s:12:\"pinterestUrl\";i:4;s:12:\"instagramUrl\";i:5;s:10:\"youtubeUrl\";i:6;s:11:\"linkedinUrl\";}}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (75, 2, 'aioseo_facebook_page_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (76, 2, 'aioseo_twitter_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (77, 2, 'aioseo_instagram_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (78, 2, 'aioseo_tiktok_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (79, 2, 'aioseo_pinterest_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (80, 2, 'aioseo_youtube_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (81, 2, 'aioseo_linkedin_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (82, 2, 'aioseo_tumblr_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (83, 2, 'aioseo_yelp_page_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (84, 2, 'aioseo_sound_cloud_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (85, 2, 'aioseo_wikipedia_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (86, 2, 'aioseo_myspace_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (87, 2, 'aioseo_word_press_url', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (88, 2, 'aioseo_profiles_additional_urls', '');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (89, 2, 'nfd_sp_last_check', 1744063709);

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (90, 2, 'meta-box-order_dashboard', 'a:4:{s:6:\"normal\";s:38:\"site_preview_widget,dashboard_activity\";s:4:\"side\";s:38:\"bluehost_help_widget,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:51:\"userfeedback_surveys_widget,bluehost_account_widget\";}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (91, 2, 'closedpostboxes_dashboard', 'a:0:{}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (92, 2, 'metaboxhidden_dashboard', 'a:0:{}');

INSERT IGNORE INTO `1uS_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (93, 1, '_application_passwords', 'a:1:{i:0;a:7:{s:4:\"uuid\";s:36:\"9310ac20-46d9-4164-b7be-18a1dfdea8c8\";s:6:\"app_id\";s:36:\"b2d6b918-c4a4-5b68-a18c-8a5f341a35c8\";s:4:\"name\";s:15:\"bluehost-375442\";s:8:\"password\";s:49:\"$generic$QIi0QvcgiR5WI8LnSuOxKiSNZ64o3IX4Uc8c-Lx-\";s:7:\"created\";i:1753112494;s:9:\"last_used\";i:1753112496;s:7:\"last_ip\";s:12:\"159.65.64.73\";}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'ehalvorson', '$wp$2y$10$itD4vPSR.Gkr5TO5Ykz8juk4nJCdyArcZx4R.bkn1Kzx112S4eA6e', 'ehalvorson', 'evlester@lockton.com', '', '2021-08-20 15:39:53', '', '0', 'elester');

INSERT IGNORE INTO `1uS_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (2, 'traci.mitchell', '$wp$2y$10$vLVA/m/.Hl3jkWrZJfKlQuH/jzNntc9AB/cHoSm4CwxuMuFQzSFTa', 'traci-mitchell', 'foozer14@yahoo.com', '', '2025-02-26 04:26:21', '', '0', 'Evan');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_wpfd_doc_content` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `file_id` int(11) NOT NULL,
  `content` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `file_id` (`file_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_wpfd_statistics` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `related_id` varchar(50) NOT NULL,
  `uid` int(11) NOT NULL DEFAULT 0,
  `type` varchar(50) NOT NULL,
  `date` date NOT NULL DEFAULT '0000-00-00',
  `count` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `related_id` (`related_id`),
  KEY `uid` (`uid`),
  KEY `type` (`type`),
  KEY `date` (`date`),
  KEY `count` (`count`)
) ENGINE=InnoDB AUTO_INCREMENT=84371 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1, 1903, '0', 'default', '2021-08-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2, 1913, '0', 'default', '2021-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3, 1903, '0', 'preview', '2021-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4, 1926, '0', 'preview', '2021-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5, 1901, '0', 'preview', '2021-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6, 1899, '0', 'preview', '2021-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7, 1920, '0', 'preview', '2021-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8, 1922, '0', 'preview', '2021-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9, 1927, '0', 'preview', '2021-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10, 1931, '0', 'preview', '2021-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11, 1935, '0', 'preview', '2021-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12, 1944, '0', 'preview', '2021-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13, 1959, '0', 'preview', '2021-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14, 1967, '0', 'preview', '2021-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15, 1967, '0', 'default', '2021-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16, 1904, '0', 'preview', '2021-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17, 1904, '0', 'default', '2021-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18, 1904, '0', 'default', '2021-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19, 1950, '0', 'preview', '2021-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20, 1950, '0', 'default', '2021-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21, 1904, '0', 'preview', '2021-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22, 1923, '0', 'preview', '2021-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23, 1923, '0', 'default', '2021-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24, 1922, '0', 'default', '2021-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25, 1950, '0', 'default', '2021-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26, 1962, '0', 'preview', '2021-09-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27, 1886, '0', 'preview', '2021-09-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28, 1896, '0', 'preview', '2021-09-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29, 1909, '0', 'preview', '2021-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30, 1917, '0', 'preview', '2021-09-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31, 1898, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32, 1897, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33, 1899, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34, 1901, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35, 1900, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36, 1902, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37, 1905, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38, 1904, '0', 'preview', '2021-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39, 1903, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40, 1910, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41, 1912, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42, 1959, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43, 1960, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44, 1961, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45, 1963, '0', 'preview', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46, 1962, '0', 'default', '2021-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47, 1929, '0', 'preview', '2021-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48, 1902, '0', 'preview', '2021-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49, 1904, '0', 'preview', '2021-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50, 1886, '0', 'preview', '2021-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51, 1962, '0', 'default', '2021-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52, 1896, '0', 'preview', '2021-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53, 1960, '0', 'preview', '2021-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54, 1886, '0', 'preview', '2021-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55, 1904, '0', 'preview', '2021-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56, 1917, '0', 'preview', '2021-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57, 1910, '0', 'preview', '2021-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58, 1915, '0', 'preview', '2021-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59, 1962, '0', 'preview', '2021-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60, 1961, '0', 'preview', '2021-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61, 1896, '0', 'default', '2021-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62, 1886, '0', 'preview', '2021-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63, 1940, '0', 'preview', '2021-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64, 1939, '0', 'preview', '2021-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65, 1938, '0', 'preview', '2021-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66, 1934, '0', 'preview', '2021-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67, 1935, '0', 'preview', '2021-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68, 1936, '0', 'preview', '2021-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69, 1930, '0', 'preview', '2021-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70, 1962, '0', 'preview', '2021-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71, 1945, '0', 'preview', '2021-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72, 1946, '0', 'preview', '2021-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73, 1948, '0', 'preview', '2021-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74, 1962, '0', 'preview', '2021-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75, 1936, '0', 'preview', '2021-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76, 1934, '0', 'preview', '2021-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77, 1937, '0', 'preview', '2021-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78, 1930, '0', 'preview', '2021-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79, 1929, '0', 'preview', '2021-10-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80, 1927, '0', 'preview', '2021-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81, 1922, '0', 'preview', '2021-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82, 1923, '0', 'preview', '2021-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83, 2021, '0', 'preview', '2021-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84, 1962, '0', 'preview', '2021-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (85, 1962, '0', 'preview', '2021-10-22', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (86, 2014, '0', 'preview', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (87, 1967, '0', 'preview', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (88, 2019, '0', 'preview', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (89, 2016, '0', 'preview', '2021-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (90, 2039, '0', 'preview', '2021-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (91, 2025, '0', 'preview', '2021-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (92, 2031, '0', 'preview', '2021-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (93, 1886, '0', 'preview', '2021-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (94, 2025, '0', 'default', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (95, 2020, '0', 'default', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (96, 2019, '0', 'default', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (97, 1934, '0', 'preview', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (98, 2020, '0', 'preview', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (99, 2024, '0', 'preview', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (100, 2027, '0', 'preview', '2021-10-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (101, 2023, '0', 'preview', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (102, 2028, '0', 'preview', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (103, 2015, '0', 'preview', '2021-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (104, 1886, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (105, 2013, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (106, 1938, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (107, 2033, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (108, 2040, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (109, 1934, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (110, 1935, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (111, 1930, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (112, 1936, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (113, 2020, '0', 'default', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (114, 2020, '0', 'preview', '2021-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (115, 2025, '0', 'preview', '2021-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (116, 2025, '0', 'default', '2021-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (117, 1967, '0', 'preview', '2021-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (118, 2019, '0', 'preview', '2021-10-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (119, 2019, '0', 'default', '2021-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (120, 1904, '0', 'preview', '2021-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (121, 1961, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (122, 1900, '0', 'preview', '2021-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (123, 1962, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (124, 2029, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (125, 2031, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (126, 2039, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (127, 2021, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (128, 1927, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (129, 2017, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (130, 1922, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (131, 1923, '0', 'preview', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (132, 2021, '0', 'default', '2021-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (133, 1904, '0', 'default', '2021-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (134, 2019, '0', 'default', '2021-10-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (135, 1922, '0', 'default', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (136, 1919, '0', 'default', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (137, 2021, '0', 'default', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (138, 2017, '0', 'default', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (139, 2030, '0', 'default', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (140, 2038, '0', 'default', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (141, 2020, '0', 'default', '2021-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (142, 2039, '0', 'default', '2021-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (143, 2018, '0', 'default', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (144, 2019, '0', 'preview', '2021-10-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (145, 2020, '0', 'preview', '2021-10-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (146, 1962, '0', 'preview', '2021-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (147, 1925, '0', 'preview', '2021-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (148, 1925, '0', 'default', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (149, 2017, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (150, 1967, '0', 'preview', '2021-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (151, 2039, '0', 'preview', '2021-10-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (152, 1949, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (153, 2025, '0', 'preview', '2021-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (154, 2025, '0', 'default', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (155, 2031, '0', 'preview', '2021-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (156, 2018, '0', 'preview', '2021-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (157, 1904, '0', 'preview', '2021-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (158, 1886, '0', 'preview', '2021-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (159, 2024, '0', 'preview', '2021-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (160, 2027, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (161, 2016, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (162, 2015, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (163, 2028, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (164, 2023, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (165, 2013, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (166, 1938, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (167, 2033, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (168, 2040, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (169, 1934, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (170, 1935, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (171, 1930, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (172, 1936, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (173, 2038, '0', 'preview', '2021-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (174, 1926, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (175, 2021, '0', 'preview', '2021-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (176, 1923, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (177, 2029, '0', 'preview', '2021-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (178, 2019, '0', 'preview', '2021-10-25', 92);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (179, 1896, '0', 'preview', '2021-10-25', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (180, 2025, '0', 'preview', '2021-10-25', 62);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (181, 2031, '0', 'preview', '2021-10-25', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (182, 2039, '0', 'preview', '2021-10-25', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (183, 2020, '0', 'preview', '2021-10-25', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (184, 2020, '0', 'default', '2021-10-25', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (185, 1967, '0', 'preview', '2021-10-25', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (186, 2030, '0', 'preview', '2021-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (187, 2027, '0', 'preview', '2021-10-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (188, 1962, '0', 'preview', '2021-10-25', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (189, 2021, '0', 'preview', '2021-10-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (190, 2017, '0', 'preview', '2021-10-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (191, 1962, '0', 'default', '2021-10-25', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (192, 1904, '0', 'default', '2021-10-25', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (193, 2031, '0', 'default', '2021-10-25', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (194, 2019, '0', 'default', '2021-10-25', 89);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (195, 1904, '0', 'preview', '2021-10-25', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (196, 2025, '0', 'default', '2021-10-25', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (197, 2014, '0', 'default', '2021-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (198, 2018, '0', 'preview', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (199, 1953, '0', 'default', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (200, 1949, '0', 'preview', '2021-10-25', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (201, 2039, '0', 'default', '2021-10-25', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (202, 1957, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (203, 1922, '0', 'preview', '2021-10-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (204, 2018, '0', 'default', '2021-10-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (205, 2036, '0', 'default', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (206, 2040, '0', 'preview', '2021-10-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (207, 1896, '0', 'default', '2021-10-25', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (208, 2038, '0', 'default', '2021-10-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (209, 1925, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (210, 2021, '0', 'default', '2021-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (211, 1967, '0', 'default', '2021-10-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (212, 2030, '0', 'default', '2021-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (213, 2029, '0', 'default', '2021-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (214, 1922, '0', 'default', '2021-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (215, 1949, '0', 'default', '2021-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (216, 2017, '0', 'default', '2021-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (217, 2013, '0', 'preview', '2021-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (218, 1959, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (219, 1899, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (220, 1943, '0', 'preview', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (221, 1960, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (222, 1946, '0', 'default', '2021-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (223, 1926, '0', 'preview', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (224, 2040, '0', 'default', '2021-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (225, 2033, '0', 'preview', '2021-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (226, 2038, '0', 'preview', '2021-10-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (227, 1953, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (228, 2036, '0', 'preview', '2021-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (229, 1961, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (230, 1905, '0', 'preview', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (231, 1886, '0', 'preview', '2021-10-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (232, 1927, '0', 'default', '2021-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (233, 1945, '0', 'default', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (234, 1923, '0', 'preview', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (235, 1948, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (236, 2014, '0', 'preview', '2021-10-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (237, 1964, '0', 'preview', '2021-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (238, 1940, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (239, 2029, '0', 'preview', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (240, 1930, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (241, 1927, '0', 'preview', '2021-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (242, 2034, '0', 'preview', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (243, 1900, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (244, 1965, '0', 'preview', '2021-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (245, 2022, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (246, 1948, '0', 'default', '2021-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (247, 1947, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (248, 1930, '0', 'preview', '2021-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (249, 1936, '0', 'preview', '2021-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (250, 1934, '0', 'preview', '2021-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (251, 1935, '0', 'preview', '2021-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (252, 1938, '0', 'preview', '2021-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (253, 1964, '0', 'default', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (254, 2016, '0', 'preview', '2021-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (255, 2024, '0', 'preview', '2021-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (256, 2015, '0', 'preview', '2021-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (257, 2028, '0', 'preview', '2021-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (258, 2023, '0', 'preview', '2021-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (259, 1926, '0', 'default', '2021-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (260, 1950, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (261, 1952, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (262, 1918, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (263, 1919, '0', 'preview', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (264, 1908, '0', 'default', '2021-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (265, 1902, '0', 'default', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (266, 2016, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (267, 2024, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (268, 2027, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (269, 1961, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (270, 2033, '0', 'default', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (271, 1960, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (272, 1899, '0', 'preview', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (273, 2013, '0', 'default', '2021-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (274, 2032, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (275, 1943, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (276, 1965, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (277, 1886, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (278, 1938, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (279, 1945, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (280, 1937, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (281, 2032, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (282, 1923, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (283, 2026, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (284, 1963, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (285, 1966, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (286, 1956, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (287, 1905, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (288, 1942, '0', 'default', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (289, 1942, '0', 'preview', '2021-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (290, 1934, '0', 'preview', '2021-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (291, 2020, '0', 'preview', '2021-10-26', 85);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (292, 1967, '0', 'preview', '2021-10-26', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (293, 2039, '0', 'preview', '2021-10-26', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (294, 1962, '0', 'preview', '2021-10-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (295, 1904, '0', 'preview', '2021-10-26', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (296, 2019, '0', 'preview', '2021-10-26', 64);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (297, 1904, '0', 'default', '2021-10-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (298, 2025, '0', 'preview', '2021-10-26', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (299, 2036, '0', 'preview', '2021-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (300, 2019, '0', 'default', '2021-10-26', 44);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (301, 2039, '0', 'default', '2021-10-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (302, 2031, '0', 'default', '2021-10-26', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (303, 2020, '0', 'default', '2021-10-26', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (304, 2025, '0', 'default', '2021-10-26', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (305, 2036, '0', 'default', '2021-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (306, 2031, '0', 'preview', '2021-10-26', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (307, 2014, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (308, 2018, '0', 'preview', '2021-10-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (309, 2030, '0', 'preview', '2021-10-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (310, 2038, '0', 'preview', '2021-10-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (311, 1942, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (312, 2017, '0', 'preview', '2021-10-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (313, 2021, '0', 'preview', '2021-10-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (314, 1896, '0', 'preview', '2021-10-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (315, 1927, '0', 'preview', '2021-10-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (316, 1962, '0', 'default', '2021-10-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (317, 1947, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (318, 1905, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (319, 2040, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (320, 1938, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (321, 2018, '0', 'default', '2021-10-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (322, 1964, '0', 'preview', '2021-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (323, 2017, '0', 'default', '2021-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (324, 2016, '0', 'preview', '2021-10-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (325, 2024, '0', 'preview', '2021-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (326, 2027, '0', 'preview', '2021-10-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (327, 2029, '0', 'preview', '2021-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (328, 2014, '0', 'preview', '2021-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (329, 2013, '0', 'preview', '2021-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (330, 2033, '0', 'preview', '2021-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (331, 1948, '0', 'preview', '2021-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (332, 2016, '0', 'default', '2021-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (333, 2027, '0', 'default', '2021-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (334, 1966, '0', 'default', '2021-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (335, 1963, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (336, 2029, '0', 'default', '2021-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (337, 2035, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (338, 2024, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (339, 1967, '0', 'default', '2021-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (340, 2030, '0', 'default', '2021-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (341, 1896, '0', 'default', '2021-10-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (342, 2035, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (343, 1902, '0', 'preview', '2021-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (344, 2037, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (345, 1922, '0', 'default', '2021-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (346, 1949, '0', 'preview', '2021-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (347, 1897, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (348, 1943, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (349, 1903, '0', 'preview', '2021-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (350, 1927, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (351, 1919, '0', 'preview', '2021-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (352, 1903, '0', 'default', '2021-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (353, 1944, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (354, 1948, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (355, 1946, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (356, 1886, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (357, 1919, '0', 'default', '2021-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (358, 2013, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (359, 1960, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (360, 1961, '0', 'default', '2021-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (361, 2038, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (362, 1945, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (363, 1966, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (364, 1915, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (365, 2034, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (366, 1938, '0', 'preview', '2021-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (367, 2040, '0', 'preview', '2021-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (368, 1922, '0', 'preview', '2021-10-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (369, 1930, '0', 'default', '2021-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (370, 1934, '0', 'default', '2021-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (371, 2026, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (372, 1930, '0', 'preview', '2021-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (373, 1935, '0', 'preview', '2021-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (374, 1943, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (375, 2032, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (376, 1886, '0', 'preview', '2021-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (377, 2015, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (378, 2028, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (379, 2023, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (380, 1936, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (381, 2021, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (382, 1923, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (383, 1950, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (384, 1959, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (385, 1897, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (386, 1939, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (387, 1899, '0', 'default', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (388, 1946, '0', 'preview', '2021-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (389, 1962, '0', 'preview', '2021-10-27', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (390, 2019, '0', 'preview', '2021-10-27', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (391, 2019, '0', 'default', '2021-10-27', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (392, 2012, '0', 'preview', '2021-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (393, 1904, '0', 'preview', '2021-10-27', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (394, 2039, '0', 'default', '2021-10-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (395, 2025, '0', 'default', '2021-10-27', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (396, 2031, '0', 'default', '2021-10-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (397, 1946, '0', 'preview', '2021-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (398, 1947, '0', 'preview', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (399, 1903, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (400, 2021, '0', 'default', '2021-10-27', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (401, 2020, '0', 'default', '2021-10-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (402, 1926, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (403, 1896, '0', 'preview', '2021-10-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (404, 2020, '0', 'preview', '2021-10-27', 90);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (405, 2025, '0', 'preview', '2021-10-27', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (406, 2022, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (407, 2030, '0', 'preview', '2021-10-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (408, 2021, '0', 'preview', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (409, 2040, '0', 'preview', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (410, 1964, '0', 'preview', '2021-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (411, 2016, '0', 'preview', '2021-10-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (412, 2024, '0', 'preview', '2021-10-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (413, 2027, '0', 'preview', '2021-10-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (414, 1967, '0', 'preview', '2021-10-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (415, 2039, '0', 'preview', '2021-10-27', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (416, 2018, '0', 'preview', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (417, 1897, '0', 'preview', '2021-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (418, 1950, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (419, 1953, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (420, 1956, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (421, 1954, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (422, 1951, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (423, 1957, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (424, 2031, '0', 'preview', '2021-10-27', 64);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (425, 2036, '0', 'default', '2021-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (426, 2035, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (427, 1967, '0', 'default', '2021-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (428, 2016, '0', 'default', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (429, 2027, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (430, 1930, '0', 'preview', '2021-10-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (431, 1904, '0', 'default', '2021-10-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (432, 1927, '0', 'preview', '2021-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (433, 1922, '0', 'preview', '2021-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (434, 2038, '0', 'preview', '2021-10-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (435, 2017, '0', 'preview', '2021-10-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (436, 1962, '0', 'default', '2021-10-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (437, 1896, '0', 'default', '2021-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (438, 2038, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (439, 2029, '0', 'preview', '2021-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (440, 2013, '0', 'preview', '2021-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (441, 2014, '0', 'preview', '2021-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (442, 2036, '0', 'preview', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (443, 1922, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (444, 2033, '0', 'preview', '2021-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (445, 1905, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (446, 2018, '0', 'default', '2021-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (447, 1938, '0', 'preview', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (448, 2017, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (449, 2014, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (450, 1886, '0', 'preview', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (451, 2015, '0', 'preview', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (452, 2028, '0', 'preview', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (453, 2023, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (454, 1934, '0', 'preview', '2021-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (455, 1935, '0', 'preview', '2021-10-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (456, 1936, '0', 'preview', '2021-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (457, 1965, '0', 'preview', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (458, 2013, '0', 'default', '2021-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (459, 1943, '0', 'preview', '2021-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (460, 1944, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (461, 1948, '0', 'preview', '2021-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (462, 1941, '0', 'preview', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (463, 2012, '0', 'default', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (464, 1919, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (465, 1934, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (466, 1948, '0', 'default', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (467, 1886, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (468, 1897, '0', 'default', '2021-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (469, 1949, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (470, 2029, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (471, 1918, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (472, 1909, '0', 'preview', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (473, 2030, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (474, 1943, '0', 'default', '2021-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (475, 2031, '0', 'preview', '2021-10-28', 88);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (476, 2039, '0', 'preview', '2021-10-28', 75);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (477, 2019, '0', 'preview', '2021-10-28', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (478, 2020, '0', 'preview', '2021-10-28', 113);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (479, 2025, '0', 'default', '2021-10-28', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (480, 2033, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (481, 2031, '0', 'default', '2021-10-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (482, 2027, '0', 'preview', '2021-10-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (483, 1962, '0', 'default', '2021-10-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (484, 1904, '0', 'default', '2021-10-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (485, 1944, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (486, 2018, '0', 'preview', '2021-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (487, 1958, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (488, 2019, '0', 'default', '2021-10-28', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (489, 2029, '0', 'default', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (490, 1896, '0', 'default', '2021-10-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (491, 2020, '0', 'default', '2021-10-28', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (492, 2039, '0', 'default', '2021-10-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (493, 1962, '0', 'preview', '2021-10-28', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (494, 2030, '0', 'preview', '2021-10-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (495, 1967, '0', 'preview', '2021-10-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (496, 1896, '0', 'preview', '2021-10-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (497, 1949, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (498, 2018, '0', 'default', '2021-10-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (499, 2024, '0', 'preview', '2021-10-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (500, 1947, '0', 'default', '2021-10-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (501, 2016, '0', 'preview', '2021-10-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (502, 1967, '0', 'default', '2021-10-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (503, 1960, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (504, 1961, '0', 'default', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (505, 1934, '0', 'preview', '2021-10-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (506, 1956, '0', 'preview', '2021-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (507, 1935, '0', 'preview', '2021-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (508, 1957, '0', 'preview', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (509, 2025, '0', 'preview', '2021-10-28', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (510, 1927, '0', 'preview', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (511, 2038, '0', 'preview', '2021-10-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (512, 1930, '0', 'preview', '2021-10-28', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (513, 2017, '0', 'preview', '2021-10-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (514, 1904, '0', 'preview', '2021-10-28', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (515, 1945, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (516, 1922, '0', 'preview', '2021-10-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (517, 1964, '0', 'preview', '2021-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (518, 2021, '0', 'preview', '2021-10-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (519, 1926, '0', 'preview', '2021-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (520, 1949, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (521, 1946, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (522, 1946, '0', 'preview', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (523, 2017, '0', 'default', '2021-10-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (524, 2024, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (525, 2016, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (526, 2013, '0', 'preview', '2021-10-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (527, 1886, '0', 'preview', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (528, 1938, '0', 'preview', '2021-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (529, 2040, '0', 'preview', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (530, 2033, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (531, 2012, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (532, 1936, '0', 'preview', '2021-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (533, 1899, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (534, 1912, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (535, 1948, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (536, 2036, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (537, 1918, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (538, 2029, '0', 'preview', '2021-10-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (539, 2014, '0', 'preview', '2021-10-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (540, 2036, '0', 'preview', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (541, 1959, '0', 'preview', '2021-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (542, 1909, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (543, 1901, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (544, 1948, '0', 'preview', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (545, 1939, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (546, 1886, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (547, 2021, '0', 'default', '2021-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (548, 2030, '0', 'default', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (549, 2038, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (550, 1917, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (551, 1953, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (552, 2015, '0', 'preview', '2021-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (553, 1960, '0', 'preview', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (554, 1897, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (555, 1898, '0', 'preview', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (556, 1899, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (557, 1900, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (558, 1902, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (559, 1954, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (560, 1950, '0', 'preview', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (561, 1961, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (562, 1963, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (563, 2022, '0', 'preview', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (564, 2026, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (565, 1920, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (566, 1924, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (567, 1925, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (568, 1923, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (569, 1919, '0', 'preview', '2021-10-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (570, 1928, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (571, 1921, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (572, 2034, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (573, 2035, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (574, 2035, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (575, 1931, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (576, 1903, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (577, 1932, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (578, 1933, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (579, 2037, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (580, 1937, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (581, 2037, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (582, 1905, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (583, 1940, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (584, 1903, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (585, 2012, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (586, 1942, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (587, 1947, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (588, 1909, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (589, 1944, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (590, 1943, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (591, 1941, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (592, 1958, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (593, 1908, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (594, 1951, '0', 'preview', '2021-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (595, 2013, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (596, 1911, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (597, 1915, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (598, 1955, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (599, 1914, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (600, 1916, '0', 'preview', '2021-10-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (601, 1952, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (602, 1913, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (603, 1965, '0', 'preview', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (604, 1927, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (605, 2023, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (606, 2028, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (607, 1966, '0', 'preview', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (608, 1951, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (609, 1950, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (610, 1953, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (611, 1952, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (612, 1956, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (613, 1938, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (614, 1939, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (615, 1940, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (616, 1926, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (617, 1919, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (618, 1917, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (619, 1943, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (620, 1922, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (621, 1934, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (622, 1913, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (623, 1930, '0', 'default', '2021-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (624, 1936, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (625, 2040, '0', 'default', '2021-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (626, 2014, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (627, 2022, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (628, 1925, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (629, 2032, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (630, 1959, '0', 'default', '2021-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (631, 1950, '0', 'preview', '2021-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (632, 1959, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (633, 1953, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (634, 2018, '0', 'preview', '2021-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (635, 2019, '0', 'preview', '2021-10-29', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (636, 1957, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (637, 1952, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (638, 1949, '0', 'preview', '2021-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (639, 2016, '0', 'preview', '2021-10-29', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (640, 2020, '0', 'preview', '2021-10-29', 135);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (641, 1962, '0', 'preview', '2021-10-29', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (642, 2013, '0', 'preview', '2021-10-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (643, 2031, '0', 'preview', '2021-10-29', 90);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (644, 2039, '0', 'preview', '2021-10-29', 83);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (645, 2025, '0', 'preview', '2021-10-29', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (646, 1896, '0', 'default', '2021-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (647, 1897, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (648, 1898, '0', 'default', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (649, 1900, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (650, 2025, '0', 'default', '2021-10-29', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (651, 2039, '0', 'default', '2021-10-29', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (652, 1886, '0', 'default', '2021-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (653, 1904, '0', 'default', '2021-10-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (654, 2029, '0', 'default', '2021-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (655, 2032, '0', 'default', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (656, 2034, '0', 'default', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (657, 2035, '0', 'default', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (658, 2036, '0', 'default', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (659, 2019, '0', 'default', '2021-10-29', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (660, 2013, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (661, 2017, '0', 'default', '2021-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (662, 2022, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (663, 1925, '0', 'default', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (664, 1926, '0', 'default', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (665, 1930, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (666, 1936, '0', 'default', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (667, 1931, '0', 'default', '2021-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (668, 2020, '0', 'default', '2021-10-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (669, 2014, '0', 'preview', '2021-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (670, 2030, '0', 'preview', '2021-10-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (671, 2027, '0', 'preview', '2021-10-29', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (672, 2024, '0', 'preview', '2021-10-29', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (673, 2021, '0', 'preview', '2021-10-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (674, 2017, '0', 'preview', '2021-10-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (675, 2038, '0', 'preview', '2021-10-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (676, 1930, '0', 'preview', '2021-10-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (677, 1925, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (678, 1927, '0', 'preview', '2021-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (679, 2031, '0', 'default', '2021-10-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (680, 2030, '0', 'default', '2021-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (681, 2021, '0', 'default', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (682, 1922, '0', 'default', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (683, 1898, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (684, 1927, '0', 'default', '2021-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (685, 1903, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (686, 1904, '0', 'preview', '2021-10-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (687, 1967, '0', 'default', '2021-10-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (688, 1962, '0', 'default', '2021-10-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (689, 1934, '0', 'preview', '2021-10-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (690, 2038, '0', 'default', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (691, 1948, '0', 'preview', '2021-10-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (692, 2018, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (693, 1913, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (694, 1915, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (695, 2037, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (696, 1940, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (697, 1935, '0', 'preview', '2021-10-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (698, 1936, '0', 'preview', '2021-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (699, 2033, '0', 'preview', '2021-10-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (700, 1938, '0', 'preview', '2021-10-29', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (701, 2040, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (702, 1922, '0', 'preview', '2021-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (703, 1886, '0', 'preview', '2021-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (704, 2015, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (705, 2028, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (706, 2023, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (707, 1926, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (708, 2022, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (709, 2026, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (710, 1896, '0', 'preview', '2021-10-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (711, 1939, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (712, 2027, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (713, 1943, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (714, 1948, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (715, 1941, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (716, 1919, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (717, 1967, '0', 'preview', '2021-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (718, 1905, '0', 'preview', '2021-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (719, 1942, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (720, 1944, '0', 'preview', '2021-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (721, 2012, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (722, 1945, '0', 'preview', '2021-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (723, 1946, '0', 'preview', '2021-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (724, 1954, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (725, 1951, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (726, 1958, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (727, 1918, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (728, 2012, '0', 'default', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (729, 2036, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (730, 1947, '0', 'preview', '2021-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (731, 1935, '0', 'preview', '2021-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (732, 1904, '0', 'preview', '2021-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (733, 2019, '0', 'preview', '2021-10-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (734, 2039, '0', 'preview', '2021-10-30', 62);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (735, 2031, '0', 'preview', '2021-10-30', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (736, 2020, '0', 'preview', '2021-10-30', 74);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (737, 1944, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (738, 2027, '0', 'preview', '2021-10-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (739, 2028, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (740, 2024, '0', 'preview', '2021-10-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (741, 2016, '0', 'preview', '2021-10-30', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (742, 2013, '0', 'preview', '2021-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (743, 1936, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (744, 2025, '0', 'preview', '2021-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (745, 1900, '0', 'default', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (746, 1896, '0', 'preview', '2021-10-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (747, 2039, '0', 'default', '2021-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (748, 2031, '0', 'default', '2021-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (749, 2025, '0', 'default', '2021-10-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (750, 1898, '0', 'default', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (751, 2019, '0', 'default', '2021-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (752, 1922, '0', 'default', '2021-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (753, 1962, '0', 'default', '2021-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (754, 1962, '0', 'preview', '2021-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (755, 2029, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (756, 1967, '0', 'default', '2021-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (757, 1934, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (758, 1967, '0', 'preview', '2021-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (759, 2040, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (760, 1948, '0', 'preview', '2021-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (761, 2021, '0', 'preview', '2021-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (762, 2020, '0', 'default', '2021-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (763, 2014, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (764, 1896, '0', 'default', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (765, 1961, '0', 'default', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (766, 2017, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (767, 1938, '0', 'preview', '2021-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (768, 2033, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (769, 2038, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (770, 2036, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (771, 1919, '0', 'preview', '2021-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (772, 2017, '0', 'default', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (773, 2032, '0', 'preview', '2021-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (774, 2023, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (775, 1904, '0', 'default', '2021-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (776, 2016, '0', 'default', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (777, 2024, '0', 'default', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (778, 2027, '0', 'default', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (779, 1919, '0', 'default', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (780, 2033, '0', 'default', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (781, 1960, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (782, 1940, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (783, 1949, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (784, 1903, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (785, 1905, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (786, 1912, '0', 'preview', '2021-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (787, 2020, '0', 'preview', '2021-10-31', 109);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (788, 2031, '0', 'preview', '2021-10-31', 86);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (789, 2039, '0', 'preview', '2021-10-31', 80);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (790, 1962, '0', 'preview', '2021-10-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (791, 2027, '0', 'preview', '2021-10-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (792, 2019, '0', 'preview', '2021-10-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (793, 1967, '0', 'preview', '2021-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (794, 1950, '0', 'preview', '2021-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (795, 2013, '0', 'preview', '2021-10-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (796, 1948, '0', 'preview', '2021-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (797, 1904, '0', 'default', '2021-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (798, 2019, '0', 'default', '2021-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (799, 2016, '0', 'preview', '2021-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (800, 2024, '0', 'preview', '2021-10-31', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (801, 2030, '0', 'default', '2021-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (802, 1947, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (803, 1934, '0', 'preview', '2021-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (804, 2036, '0', 'preview', '2021-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (805, 2040, '0', 'preview', '2021-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (806, 2034, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (807, 1936, '0', 'preview', '2021-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (808, 2039, '0', 'default', '2021-10-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (809, 1956, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (810, 2025, '0', 'default', '2021-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (811, 1935, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (812, 2031, '0', 'default', '2021-10-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (813, 2021, '0', 'preview', '2021-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (814, 1967, '0', 'default', '2021-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (815, 2018, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (816, 1926, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (817, 1919, '0', 'preview', '2021-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (818, 2017, '0', 'preview', '2021-10-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (819, 2020, '0', 'default', '2021-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (820, 2038, '0', 'default', '2021-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (821, 1946, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (822, 2017, '0', 'default', '2021-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (823, 2032, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (824, 1962, '0', 'default', '2021-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (825, 1930, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (826, 1936, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (827, 1957, '0', 'default', '2021-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (828, 1952, '0', 'default', '2021-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (829, 1965, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (830, 1964, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (831, 2016, '0', 'default', '2021-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (832, 2024, '0', 'default', '2021-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (833, 2027, '0', 'default', '2021-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (834, 1966, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (835, 1949, '0', 'default', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (836, 1944, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (837, 1943, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (838, 1941, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (839, 2040, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (840, 2033, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (841, 1938, '0', 'default', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (842, 1896, '0', 'default', '2021-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (843, 2021, '0', 'default', '2021-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (844, 2022, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (845, 2026, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (846, 1896, '0', 'preview', '2021-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (847, 2025, '0', 'preview', '2021-10-31', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (848, 2014, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (849, 2014, '0', 'preview', '2021-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (850, 2030, '0', 'preview', '2021-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (851, 1923, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (852, 1922, '0', 'preview', '2021-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (853, 2038, '0', 'preview', '2021-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (854, 1938, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (855, 2035, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (856, 2036, '0', 'default', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (857, 1927, '0', 'preview', '2021-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (858, 1904, '0', 'preview', '2021-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (859, 1945, '0', 'preview', '2021-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (860, 1930, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (861, 1949, '0', 'preview', '2021-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (862, 1954, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (863, 1956, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (864, 1952, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (865, 1957, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (866, 1955, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (867, 1953, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (868, 1951, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (869, 1958, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (870, 1886, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (871, 2015, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (872, 1903, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (873, 2026, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (874, 1923, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (875, 1912, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (876, 1918, '0', 'default', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (877, 1964, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (878, 1965, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (879, 2029, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (880, 1918, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (881, 1925, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (882, 2022, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (883, 1921, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (884, 1928, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (885, 2033, '0', 'preview', '2021-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (886, 1917, '0', 'preview', '2021-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (887, 1939, '0', 'default', '2021-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (888, 2020, '0', 'preview', '2021-11-01', 464);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (889, 2033, '0', 'preview', '2021-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (890, 2016, '0', 'preview', '2021-11-01', 112);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (891, 2031, '0', 'preview', '2021-11-01', 445);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (892, 1938, '0', 'preview', '2021-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (893, 2040, '0', 'preview', '2021-11-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (894, 2027, '0', 'preview', '2021-11-01', 95);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (895, 2039, '0', 'preview', '2021-11-01', 373);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (896, 1962, '0', 'default', '2021-11-01', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (897, 2019, '0', 'preview', '2021-11-01', 138);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (898, 2024, '0', 'preview', '2021-11-01', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (899, 2019, '0', 'default', '2021-11-01', 132);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (900, 2025, '0', 'preview', '2021-11-01', 97);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (901, 1922, '0', 'preview', '2021-11-01', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (902, 2038, '0', 'preview', '2021-11-01', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (903, 1904, '0', 'default', '2021-11-01', 74);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (904, 2020, '0', 'default', '2021-11-01', 115);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (905, 2031, '0', 'default', '2021-11-01', 96);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (906, 2039, '0', 'default', '2021-11-01', 84);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (907, 2030, '0', 'default', '2021-11-01', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (908, 1967, '0', 'preview', '2021-11-01', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (909, 2030, '0', 'preview', '2021-11-01', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (910, 1930, '0', 'preview', '2021-11-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (911, 1934, '0', 'preview', '2021-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (912, 1935, '0', 'preview', '2021-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (913, 2013, '0', 'preview', '2021-11-01', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (914, 1946, '0', 'preview', '2021-11-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (915, 1962, '0', 'preview', '2021-11-01', 85);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (916, 1886, '0', 'default', '2021-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (917, 1896, '0', 'preview', '2021-11-01', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (918, 1949, '0', 'default', '2021-11-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (919, 2040, '0', 'default', '2021-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (920, 2025, '0', 'default', '2021-11-01', 101);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (921, 1945, '0', 'default', '2021-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (922, 2033, '0', 'default', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (923, 1946, '0', 'default', '2021-11-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (924, 1959, '0', 'default', '2021-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (925, 2013, '0', 'default', '2021-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (926, 1896, '0', 'default', '2021-11-01', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (927, 2036, '0', 'default', '2021-11-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (928, 1904, '0', 'preview', '2021-11-01', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (929, 2017, '0', 'preview', '2021-11-01', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (930, 2021, '0', 'preview', '2021-11-01', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (931, 2038, '0', 'default', '2021-11-01', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (932, 2017, '0', 'default', '2021-11-01', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (933, 1926, '0', 'preview', '2021-11-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (934, 1927, '0', 'preview', '2021-11-01', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (935, 1948, '0', 'preview', '2021-11-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (936, 1931, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (937, 1903, '0', 'default', '2021-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (938, 2016, '0', 'default', '2021-11-01', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (939, 2024, '0', 'default', '2021-11-01', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (940, 2027, '0', 'default', '2021-11-01', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (941, 1923, '0', 'preview', '2021-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (942, 1919, '0', 'preview', '2021-11-01', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (943, 1926, '0', 'default', '2021-11-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (944, 2018, '0', 'default', '2021-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (945, 1966, '0', 'default', '2021-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (946, 1967, '0', 'default', '2021-11-01', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (947, 1919, '0', 'default', '2021-11-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (948, 1922, '0', 'default', '2021-11-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (949, 1927, '0', 'default', '2021-11-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (950, 1931, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (951, 2014, '0', 'preview', '2021-11-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (952, 1935, '0', 'default', '2021-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (953, 1934, '0', 'default', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (954, 1936, '0', 'default', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (955, 1964, '0', 'default', '2021-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (956, 1905, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (957, 1917, '0', 'preview', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (958, 1925, '0', 'default', '2021-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (959, 1928, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (960, 1956, '0', 'preview', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (961, 1953, '0', 'preview', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (962, 2014, '0', 'default', '2021-11-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (963, 1903, '0', 'preview', '2021-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (964, 1933, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (965, 1930, '0', 'default', '2021-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (966, 2021, '0', 'default', '2021-11-01', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (967, 1960, '0', 'preview', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (968, 1961, '0', 'preview', '2021-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (969, 1945, '0', 'preview', '2021-11-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (970, 1942, '0', 'preview', '2021-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (971, 1925, '0', 'preview', '2021-11-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (972, 1942, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (973, 1947, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (974, 2026, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (975, 1905, '0', 'preview', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (976, 1964, '0', 'preview', '2021-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (977, 1965, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (978, 2029, '0', 'preview', '2021-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (979, 1948, '0', 'default', '2021-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (980, 1917, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (981, 1947, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (982, 1943, '0', 'preview', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (983, 1949, '0', 'preview', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (984, 1941, '0', 'preview', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (985, 1954, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (986, 1958, '0', 'preview', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (987, 1950, '0', 'default', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (988, 1957, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (989, 1952, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (990, 1955, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (991, 1953, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (992, 1951, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (993, 1966, '0', 'preview', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (994, 1950, '0', 'preview', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (995, 1940, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (996, 2036, '0', 'preview', '2021-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (997, 1959, '0', 'preview', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (998, 2022, '0', 'preview', '2021-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (999, 2026, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1000, 1901, '0', 'default', '2021-11-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1001, 1923, '0', 'default', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1002, 2018, '0', 'preview', '2021-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1003, 2035, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1004, 1937, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1005, 1938, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1006, 1957, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1007, 2034, '0', 'preview', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1008, 1965, '0', 'default', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1009, 1915, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1010, 1916, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1011, 1908, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1012, 1911, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1013, 1918, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1014, 2034, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1015, 2029, '0', 'default', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1016, 1909, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1017, 1943, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1018, 1956, '0', 'default', '2021-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1019, 1961, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1020, 2032, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1021, 1886, '0', 'preview', '2021-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1022, 1902, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1023, 1960, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1024, 1898, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1025, 1939, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1026, 1958, '0', 'default', '2021-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1027, 1918, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1028, 1920, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1029, 1924, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1030, 1916, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1031, 1897, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1032, 1897, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1033, 1944, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1034, 1936, '0', 'preview', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1035, 1898, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1036, 2037, '0', 'default', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1037, 1963, '0', 'preview', '2021-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1038, 2022, '0', 'default', '2021-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1039, 2014, '0', 'preview', '2021-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1040, 1912, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1041, 2031, '0', 'preview', '2021-11-02', 374);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1042, 2020, '0', 'preview', '2021-11-02', 396);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1043, 2014, '0', 'default', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1044, 2013, '0', 'preview', '2021-11-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1045, 1967, '0', 'preview', '2021-11-02', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1046, 1967, '0', 'default', '2021-11-02', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1047, 1962, '0', 'preview', '2021-11-02', 69);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1048, 2039, '0', 'preview', '2021-11-02', 303);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1049, 2030, '0', 'preview', '2021-11-02', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1050, 1948, '0', 'preview', '2021-11-02', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1051, 2025, '0', 'preview', '2021-11-02', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1052, 1947, '0', 'preview', '2021-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1053, 2017, '0', 'preview', '2021-11-02', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1054, 2019, '0', 'default', '2021-11-02', 76);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1055, 1934, '0', 'preview', '2021-11-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1056, 2025, '0', 'default', '2021-11-02', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1057, 1935, '0', 'preview', '2021-11-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1058, 2017, '0', 'default', '2021-11-02', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1059, 2022, '0', 'default', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1060, 1904, '0', 'preview', '2021-11-02', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1061, 1925, '0', 'default', '2021-11-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1062, 1922, '0', 'default', '2021-11-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1063, 2030, '0', 'default', '2021-11-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1064, 2016, '0', 'preview', '2021-11-02', 88);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1065, 2019, '0', 'preview', '2021-11-02', 74);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1066, 1927, '0', 'default', '2021-11-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1067, 2040, '0', 'default', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1068, 1938, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1069, 2033, '0', 'preview', '2021-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1070, 2020, '0', 'default', '2021-11-02', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1071, 2016, '0', 'default', '2021-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1072, 2024, '0', 'default', '2021-11-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1073, 2038, '0', 'preview', '2021-11-02', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1074, 2027, '0', 'default', '2021-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1075, 1966, '0', 'preview', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1076, 1950, '0', 'preview', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1077, 1956, '0', 'preview', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1078, 1958, '0', 'preview', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1079, 2036, '0', 'preview', '2021-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1080, 1959, '0', 'preview', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1081, 1918, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1082, 1903, '0', 'preview', '2021-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1083, 1896, '0', 'default', '2021-11-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1084, 1896, '0', 'preview', '2021-11-02', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1085, 1904, '0', 'default', '2021-11-02', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1086, 2027, '0', 'preview', '2021-11-02', 78);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1087, 2024, '0', 'preview', '2021-11-02', 68);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1088, 1949, '0', 'preview', '2021-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1089, 1945, '0', 'preview', '2021-11-02', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1090, 1946, '0', 'preview', '2021-11-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1091, 2021, '0', 'preview', '2021-11-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1092, 2029, '0', 'preview', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1093, 1919, '0', 'preview', '2021-11-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1094, 2040, '0', 'preview', '2021-11-02', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1095, 1927, '0', 'preview', '2021-11-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1096, 1930, '0', 'preview', '2021-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1097, 1964, '0', 'preview', '2021-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1098, 1938, '0', 'preview', '2021-11-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1099, 1926, '0', 'preview', '2021-11-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1100, 2018, '0', 'default', '2021-11-02', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1101, 2031, '0', 'default', '2021-11-02', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1102, 1962, '0', 'default', '2021-11-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1103, 1922, '0', 'preview', '2021-11-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1104, 2039, '0', 'default', '2021-11-02', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1105, 2022, '0', 'preview', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1106, 1925, '0', 'preview', '2021-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1107, 1923, '0', 'preview', '2021-11-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1108, 2032, '0', 'preview', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1109, 1913, '0', 'preview', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1110, 1917, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1111, 2021, '0', 'default', '2021-11-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1112, 1886, '0', 'preview', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1113, 1944, '0', 'preview', '2021-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1114, 1965, '0', 'preview', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1115, 2029, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1116, 1949, '0', 'default', '2021-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1117, 1942, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1118, 1945, '0', 'default', '2021-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1119, 1946, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1120, 2036, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1121, 1897, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1122, 1903, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1123, 2038, '0', 'default', '2021-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1124, 1961, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1125, 1961, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1126, 1947, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1127, 1905, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1128, 1912, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1129, 1934, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1130, 1935, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1131, 1937, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1132, 1923, '0', 'default', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1133, 1919, '0', 'default', '2021-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1134, 1964, '0', 'default', '2021-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1135, 1953, '0', 'preview', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1136, 1917, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1137, 2018, '0', 'preview', '2021-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1138, 1926, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1139, 1928, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1140, 1905, '0', 'preview', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1141, 1950, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1142, 1948, '0', 'default', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1143, 2034, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1144, 2032, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1145, 2034, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1146, 1952, '0', 'default', '2021-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1147, 1957, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1148, 1943, '0', 'preview', '2021-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1149, 1900, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1150, 1930, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1151, 1942, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1152, 1913, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1153, 2033, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1154, 2015, '0', 'preview', '2021-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1155, 1951, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1156, 2023, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1157, 2028, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1158, 2037, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1159, 2013, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1160, 1953, '0', 'default', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1161, 1936, '0', 'preview', '2021-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1162, 1958, '0', 'default', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1163, 1924, '0', 'preview', '2021-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1164, 2019, '0', 'preview', '2021-11-03', 92);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1165, 1962, '0', 'preview', '2021-11-03', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1166, 2031, '0', 'preview', '2021-11-03', 274);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1167, 2039, '0', 'preview', '2021-11-03', 236);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1168, 2020, '0', 'preview', '2021-11-03', 283);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1169, 2024, '0', 'preview', '2021-11-03', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1170, 2025, '0', 'preview', '2021-11-03', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1171, 2016, '0', 'preview', '2021-11-03', 78);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1172, 1964, '0', 'preview', '2021-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1173, 1926, '0', 'default', '2021-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1174, 1962, '0', 'default', '2021-11-03', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1175, 2021, '0', 'preview', '2021-11-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1176, 2017, '0', 'preview', '2021-11-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1177, 1938, '0', 'preview', '2021-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1178, 1934, '0', 'preview', '2021-11-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1179, 1961, '0', 'default', '2021-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1180, 2038, '0', 'preview', '2021-11-03', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1181, 2027, '0', 'preview', '2021-11-03', 72);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1182, 1967, '0', 'default', '2021-11-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1183, 1917, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1184, 1904, '0', 'default', '2021-11-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1185, 2017, '0', 'default', '2021-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1186, 2030, '0', 'default', '2021-11-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1187, 2025, '0', 'default', '2021-11-03', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1188, 2031, '0', 'default', '2021-11-03', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1189, 2039, '0', 'default', '2021-11-03', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1190, 2020, '0', 'default', '2021-11-03', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1191, 2019, '0', 'default', '2021-11-03', 68);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1192, 2021, '0', 'default', '2021-11-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1193, 1922, '0', 'default', '2021-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1194, 2038, '0', 'default', '2021-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1195, 2033, '0', 'preview', '2021-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1196, 1926, '0', 'preview', '2021-11-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1197, 1896, '0', 'preview', '2021-11-03', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1198, 1903, '0', 'preview', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1199, 2028, '0', 'preview', '2021-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1200, 1961, '0', 'preview', '2021-11-03', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1201, 1935, '0', 'preview', '2021-11-03', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1202, 1904, '0', 'preview', '2021-11-03', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1203, 2040, '0', 'preview', '2021-11-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1204, 2034, '0', 'preview', '2021-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1205, 1919, '0', 'preview', '2021-11-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1206, 1947, '0', 'preview', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1207, 1922, '0', 'preview', '2021-11-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1208, 2014, '0', 'default', '2021-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1209, 2029, '0', 'preview', '2021-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1210, 1945, '0', 'preview', '2021-11-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1211, 1948, '0', 'preview', '2021-11-03', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1212, 1967, '0', 'preview', '2021-11-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1213, 1899, '0', 'preview', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1214, 1945, '0', 'default', '2021-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1215, 2013, '0', 'preview', '2021-11-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1216, 2018, '0', 'preview', '2021-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1217, 1902, '0', 'preview', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1218, 2014, '0', 'preview', '2021-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1219, 1944, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1220, 1959, '0', 'preview', '2021-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1221, 2016, '0', 'default', '2021-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1222, 1946, '0', 'preview', '2021-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1223, 1923, '0', 'preview', '2021-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1224, 1925, '0', 'preview', '2021-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1225, 1960, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1226, 1960, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1227, 2030, '0', 'preview', '2021-11-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1228, 1896, '0', 'default', '2021-11-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1229, 1941, '0', 'default', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1230, 1930, '0', 'preview', '2021-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1231, 2035, '0', 'preview', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1232, 2018, '0', 'default', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1233, 1946, '0', 'default', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1234, 1927, '0', 'default', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1235, 1919, '0', 'default', '2021-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1236, 1927, '0', 'preview', '2021-11-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1237, 1936, '0', 'preview', '2021-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1238, 1956, '0', 'default', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1239, 1953, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1240, 1958, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1241, 1959, '0', 'default', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1242, 1905, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1243, 1942, '0', 'preview', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1244, 1923, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1245, 2024, '0', 'default', '2021-11-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1246, 1937, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1247, 2027, '0', 'default', '2021-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1248, 1897, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1249, 1903, '0', 'default', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1250, 2036, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1251, 1949, '0', 'preview', '2021-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1252, 1966, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1253, 1953, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1254, 1950, '0', 'preview', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1255, 2022, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1256, 1918, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1257, 1913, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1258, 1958, '0', 'preview', '2021-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1259, 1905, '0', 'preview', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1260, 1899, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1261, 1886, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1262, 2040, '0', 'default', '2021-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1263, 1943, '0', 'preview', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1264, 1943, '0', 'default', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1265, 1949, '0', 'default', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1266, 1930, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1267, 1934, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1268, 1957, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1269, 1963, '0', 'default', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1270, 2013, '0', 'default', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1271, 2023, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1272, 1925, '0', 'default', '2021-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1273, 1939, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1274, 1901, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1275, 1957, '0', 'preview', '2021-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1276, 1919, '0', 'preview', '2021-11-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1277, 2031, '0', 'preview', '2021-11-04', 214);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1278, 1946, '0', 'preview', '2021-11-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1279, 1904, '0', 'preview', '2021-11-04', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1280, 1922, '0', 'preview', '2021-11-04', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1281, 2020, '0', 'preview', '2021-11-04', 241);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1282, 1957, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1283, 2039, '0', 'preview', '2021-11-04', 204);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1284, 2025, '0', 'default', '2021-11-04', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1285, 2019, '0', 'preview', '2021-11-04', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1286, 2013, '0', 'preview', '2021-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1287, 2019, '0', 'default', '2021-11-04', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1288, 1962, '0', 'default', '2021-11-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1289, 1949, '0', 'preview', '2021-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1290, 1962, '0', 'preview', '2021-11-04', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1291, 1967, '0', 'preview', '2021-11-04', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1292, 2030, '0', 'default', '2021-11-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1293, 2020, '0', 'default', '2021-11-04', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1294, 2021, '0', 'default', '2021-11-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1295, 2031, '0', 'default', '2021-11-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1296, 1899, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1297, 2036, '0', 'default', '2021-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1298, 1967, '0', 'default', '2021-11-04', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1299, 2016, '0', 'preview', '2021-11-04', 111);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1300, 1964, '0', 'preview', '2021-11-04', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1301, 2024, '0', 'preview', '2021-11-04', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1302, 1896, '0', 'preview', '2021-11-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1303, 1903, '0', 'preview', '2021-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1304, 2027, '0', 'preview', '2021-11-04', 81);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1305, 2027, '0', 'default', '2021-11-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1306, 1927, '0', 'preview', '2021-11-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1307, 2017, '0', 'preview', '2021-11-04', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1308, 1925, '0', 'preview', '2021-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1309, 1923, '0', 'preview', '2021-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1310, 1934, '0', 'preview', '2021-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1311, 1936, '0', 'preview', '2021-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1312, 1922, '0', 'default', '2021-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1313, 2038, '0', 'default', '2021-11-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1314, 2025, '0', 'preview', '2021-11-04', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1315, 1904, '0', 'default', '2021-11-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1316, 1945, '0', 'preview', '2021-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1317, 1948, '0', 'preview', '2021-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1318, 2029, '0', 'default', '2021-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1319, 1913, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1320, 1919, '0', 'default', '2021-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1321, 2017, '0', 'default', '2021-11-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1322, 1927, '0', 'default', '2021-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1323, 2039, '0', 'default', '2021-11-04', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1324, 1897, '0', 'preview', '2021-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1325, 2018, '0', 'preview', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1326, 2032, '0', 'preview', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1327, 2014, '0', 'preview', '2021-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1328, 1938, '0', 'preview', '2021-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1329, 2040, '0', 'preview', '2021-11-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1330, 1956, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1331, 1917, '0', 'preview', '2021-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1332, 1930, '0', 'preview', '2021-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1333, 2021, '0', 'preview', '2021-11-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1334, 1966, '0', 'preview', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1335, 2015, '0', 'preview', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1336, 2018, '0', 'default', '2021-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1337, 1935, '0', 'preview', '2021-11-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1338, 2032, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1339, 2014, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1340, 1950, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1341, 1951, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1342, 1952, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1343, 1959, '0', 'default', '2021-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1344, 2013, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1345, 1926, '0', 'preview', '2021-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1346, 2033, '0', 'preview', '2021-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1347, 1944, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1348, 1950, '0', 'preview', '2021-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1349, 1939, '0', 'preview', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1350, 2030, '0', 'preview', '2021-11-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1351, 2038, '0', 'preview', '2021-11-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1352, 1930, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1353, 1886, '0', 'preview', '2021-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1354, 1965, '0', 'preview', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1355, 1896, '0', 'default', '2021-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1356, 2024, '0', 'default', '2021-11-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1357, 1905, '0', 'preview', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1358, 2016, '0', 'default', '2021-11-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1359, 1949, '0', 'default', '2021-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1360, 1947, '0', 'preview', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1361, 1925, '0', 'default', '2021-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1362, 1938, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1363, 1886, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1364, 1961, '0', 'preview', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1365, 2022, '0', 'preview', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1366, 2036, '0', 'preview', '2021-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1367, 2034, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1368, 2022, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1369, 1926, '0', 'default', '2021-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1370, 1903, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1371, 2040, '0', 'default', '2021-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1372, 1961, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1373, 1923, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1374, 2029, '0', 'preview', '2021-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1375, 1918, '0', 'preview', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1376, 1948, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1377, 1912, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1378, 1951, '0', 'preview', '2021-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1379, 1905, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1380, 1913, '0', 'preview', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1381, 2033, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1382, 1966, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1383, 1965, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1384, 1964, '0', 'default', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1385, 1944, '0', 'preview', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1386, 1952, '0', 'preview', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1387, 1953, '0', 'preview', '2021-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1388, 2026, '0', 'preview', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1389, 1945, '0', 'default', '2021-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1390, 1950, '0', 'preview', '2021-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1391, 2039, '0', 'preview', '2021-11-05', 166);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1392, 1962, '0', 'preview', '2021-11-05', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1393, 2016, '0', 'preview', '2021-11-05', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1394, 2040, '0', 'preview', '2021-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1395, 2024, '0', 'preview', '2021-11-05', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1396, 2020, '0', 'preview', '2021-11-05', 249);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1397, 2031, '0', 'preview', '2021-11-05', 215);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1398, 1896, '0', 'default', '2021-11-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1399, 2027, '0', 'default', '2021-11-05', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1400, 2024, '0', 'default', '2021-11-05', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1401, 2016, '0', 'default', '2021-11-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1402, 2019, '0', 'default', '2021-11-05', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1403, 2025, '0', 'default', '2021-11-05', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1404, 2027, '0', 'preview', '2021-11-05', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1405, 2019, '0', 'preview', '2021-11-05', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1406, 2017, '0', 'default', '2021-11-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1407, 2021, '0', 'default', '2021-11-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1408, 2022, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1409, 2026, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1410, 2030, '0', 'default', '2021-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1411, 2038, '0', 'default', '2021-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1412, 1946, '0', 'preview', '2021-11-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1413, 2039, '0', 'default', '2021-11-05', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1414, 2031, '0', 'default', '2021-11-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1415, 2020, '0', 'default', '2021-11-05', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1416, 1948, '0', 'default', '2021-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1417, 1930, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1418, 2036, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1419, 1945, '0', 'preview', '2021-11-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1420, 1967, '0', 'preview', '2021-11-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1421, 1904, '0', 'preview', '2021-11-05', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1422, 2040, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1423, 1948, '0', 'preview', '2021-11-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1424, 1961, '0', 'default', '2021-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1425, 2013, '0', 'preview', '2021-11-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1426, 1962, '0', 'default', '2021-11-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1427, 2021, '0', 'preview', '2021-11-05', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1428, 1934, '0', 'preview', '2021-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1429, 2025, '0', 'preview', '2021-11-05', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1430, 1897, '0', 'preview', '2021-11-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1431, 2014, '0', 'preview', '2021-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1432, 1896, '0', 'preview', '2021-11-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1433, 1936, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1434, 2017, '0', 'preview', '2021-11-05', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1435, 2026, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1436, 1927, '0', 'preview', '2021-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1437, 1926, '0', 'preview', '2021-11-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1438, 1904, '0', 'default', '2021-11-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1439, 1967, '0', 'default', '2021-11-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1440, 1919, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1441, 1943, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1442, 1941, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1443, 1943, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1444, 1942, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1445, 1942, '0', 'preview', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1446, 2038, '0', 'preview', '2021-11-05', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1447, 1905, '0', 'preview', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1448, 2018, '0', 'preview', '2021-11-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1449, 2032, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1450, 1898, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1451, 2034, '0', 'preview', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1452, 1913, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1453, 1919, '0', 'preview', '2021-11-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1454, 1950, '0', 'default', '2021-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1455, 1951, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1456, 1955, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1457, 1927, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1458, 1949, '0', 'preview', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1459, 1898, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1460, 1935, '0', 'preview', '2021-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1461, 1966, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1462, 1922, '0', 'preview', '2021-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1463, 1960, '0', 'default', '2021-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1464, 1940, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1465, 1923, '0', 'preview', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1466, 2030, '0', 'preview', '2021-11-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1467, 1923, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1468, 1930, '0', 'preview', '2021-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1469, 1903, '0', 'preview', '2021-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1470, 1946, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1471, 2029, '0', 'default', '2021-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1472, 1886, '0', 'preview', '2021-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1473, 1934, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1474, 1964, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1475, 1938, '0', 'preview', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1476, 2014, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1477, 2033, '0', 'preview', '2021-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1478, 2015, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1479, 1925, '0', 'preview', '2021-11-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1480, 1959, '0', 'preview', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1481, 2036, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1482, 1939, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1483, 1935, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1484, 1951, '0', 'preview', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1485, 1956, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1486, 1922, '0', 'default', '2021-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1487, 1960, '0', 'preview', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1488, 1957, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1489, 1944, '0', 'default', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1490, 2013, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1491, 1966, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1492, 1902, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1493, 2023, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1494, 1926, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1495, 1900, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1496, 1925, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1497, 2012, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1498, 2018, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1499, 2015, '0', 'preview', '2021-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1500, 2028, '0', 'preview', '2021-11-05', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1501, 2022, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1502, 1961, '0', 'preview', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1503, 1952, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1504, 1957, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1505, 1956, '0', 'default', '2021-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1506, 1938, '0', 'preview', '2021-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1507, 2039, '0', 'preview', '2021-11-06', 101);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1508, 2031, '0', 'preview', '2021-11-06', 110);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1509, 2020, '0', 'preview', '2021-11-06', 114);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1510, 2031, '0', 'default', '2021-11-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1511, 1947, '0', 'default', '2021-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1512, 2027, '0', 'preview', '2021-11-06', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1513, 1897, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1514, 2024, '0', 'preview', '2021-11-06', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1515, 1962, '0', 'preview', '2021-11-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1516, 2016, '0', 'preview', '2021-11-06', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1517, 2019, '0', 'preview', '2021-11-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1518, 2021, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1519, 2017, '0', 'preview', '2021-11-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1520, 2025, '0', 'default', '2021-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1521, 1949, '0', 'default', '2021-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1522, 1896, '0', 'preview', '2021-11-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1523, 2025, '0', 'preview', '2021-11-06', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1524, 2039, '0', 'default', '2021-11-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1525, 1942, '0', 'default', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1526, 2020, '0', 'default', '2021-11-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1527, 1946, '0', 'default', '2021-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1528, 1949, '0', 'preview', '2021-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1529, 1904, '0', 'preview', '2021-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1530, 2038, '0', 'preview', '2021-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1531, 1967, '0', 'default', '2021-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1532, 1926, '0', 'preview', '2021-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1533, 1927, '0', 'preview', '2021-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1534, 2017, '0', 'default', '2021-11-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1535, 2030, '0', 'default', '2021-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1536, 2013, '0', 'preview', '2021-11-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1537, 2028, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1538, 1967, '0', 'preview', '2021-11-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1539, 1922, '0', 'default', '2021-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1540, 1925, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1541, 2019, '0', 'default', '2021-11-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1542, 2024, '0', 'default', '2021-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1543, 1943, '0', 'default', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1544, 1944, '0', 'preview', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1545, 1944, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1546, 1948, '0', 'default', '2021-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1547, 1925, '0', 'preview', '2021-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1548, 2027, '0', 'default', '2021-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1549, 1966, '0', 'default', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1550, 2016, '0', 'default', '2021-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1551, 1958, '0', 'default', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1552, 1952, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1553, 1957, '0', 'default', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1554, 1956, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1555, 1955, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1556, 1953, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1557, 1954, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1558, 1950, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1559, 1951, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1560, 1959, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1561, 2033, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1562, 1938, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1563, 1939, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1564, 1940, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1565, 2040, '0', 'default', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1566, 1926, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1567, 1919, '0', 'default', '2021-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1568, 2036, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1569, 2033, '0', 'preview', '2021-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1570, 1935, '0', 'preview', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1571, 1930, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1572, 1919, '0', 'preview', '2021-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1573, 2040, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1574, 1953, '0', 'preview', '2021-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1575, 1956, '0', 'preview', '2021-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1576, 1954, '0', 'preview', '2021-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1577, 1959, '0', 'preview', '2021-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1578, 1958, '0', 'preview', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1579, 1962, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1580, 1904, '0', 'default', '2021-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1581, 1905, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1582, 1903, '0', 'preview', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1583, 2036, '0', 'default', '2021-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1584, 1946, '0', 'preview', '2021-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1585, 1948, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1586, 1934, '0', 'preview', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1587, 2021, '0', 'preview', '2021-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1588, 1922, '0', 'preview', '2021-11-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1589, 1886, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1590, 2030, '0', 'preview', '2021-11-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1591, 1927, '0', 'default', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1592, 1947, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1593, 2038, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1594, 2015, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1595, 1921, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1596, 2026, '0', 'preview', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1597, 2035, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1598, 2035, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1599, 1896, '0', 'default', '2021-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1600, 2013, '0', 'default', '2021-11-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1601, 2022, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1602, 1945, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1603, 2029, '0', 'default', '2021-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1604, 1939, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1605, 1964, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1606, 1965, '0', 'preview', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1607, 1961, '0', 'default', '2021-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1608, 2031, '0', 'preview', '2021-11-07', 101);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1609, 1896, '0', 'preview', '2021-11-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1610, 2039, '0', 'preview', '2021-11-07', 77);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1611, 2017, '0', 'preview', '2021-11-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1612, 2020, '0', 'preview', '2021-11-07', 111);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1613, 2017, '0', 'default', '2021-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1614, 1967, '0', 'preview', '2021-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1615, 2016, '0', 'preview', '2021-11-07', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1616, 1948, '0', 'preview', '2021-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1617, 2027, '0', 'preview', '2021-11-07', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1618, 2013, '0', 'preview', '2021-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1619, 2027, '0', 'default', '2021-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1620, 2016, '0', 'default', '2021-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1621, 1904, '0', 'preview', '2021-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1622, 2020, '0', 'default', '2021-11-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1623, 2025, '0', 'preview', '2021-11-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1624, 2019, '0', 'preview', '2021-11-07', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1625, 1962, '0', 'preview', '2021-11-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1626, 1936, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1627, 1935, '0', 'preview', '2021-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1628, 1946, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1629, 2030, '0', 'preview', '2021-11-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1630, 1925, '0', 'preview', '2021-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1631, 1964, '0', 'default', '2021-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1632, 2038, '0', 'preview', '2021-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1633, 2021, '0', 'preview', '2021-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1634, 2024, '0', 'preview', '2021-11-07', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1635, 1902, '0', 'default', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1636, 1938, '0', 'preview', '2021-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1637, 1934, '0', 'preview', '2021-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1638, 1930, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1639, 1945, '0', 'preview', '2021-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1640, 1899, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1641, 2025, '0', 'default', '2021-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1642, 1922, '0', 'preview', '2021-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1643, 1919, '0', 'preview', '2021-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1644, 2040, '0', 'preview', '2021-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1645, 2031, '0', 'default', '2021-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1646, 1904, '0', 'default', '2021-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1647, 1925, '0', 'default', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1648, 1903, '0', 'preview', '2021-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1649, 1912, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1650, 1886, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1651, 2034, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1652, 2014, '0', 'default', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1653, 2015, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1654, 2024, '0', 'default', '2021-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1655, 1927, '0', 'default', '2021-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1656, 1966, '0', 'default', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1657, 2035, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1658, 1962, '0', 'default', '2021-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1659, 2030, '0', 'default', '2021-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1660, 1886, '0', 'default', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1661, 1926, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1662, 1927, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1663, 1956, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1664, 1958, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1665, 1964, '0', 'preview', '2021-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1666, 1957, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1667, 1965, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1668, 1919, '0', 'default', '2021-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1669, 2019, '0', 'default', '2021-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1670, 2026, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1671, 2038, '0', 'default', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1672, 2021, '0', 'default', '2021-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1673, 1967, '0', 'default', '2021-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1674, 2039, '0', 'default', '2021-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1675, 1896, '0', 'default', '2021-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1676, 2014, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1677, 2036, '0', 'default', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1678, 1949, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1679, 1948, '0', 'default', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1680, 1943, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1681, 1941, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1682, 1943, '0', 'default', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1683, 1944, '0', 'preview', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1684, 1944, '0', 'default', '2021-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1685, 2039, '0', 'preview', '2021-11-08', 195);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1686, 1965, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1687, 2019, '0', 'preview', '2021-11-08', 74);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1688, 1941, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1689, 2031, '0', 'preview', '2021-11-08', 215);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1690, 2033, '0', 'preview', '2021-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1691, 1904, '0', 'preview', '2021-11-08', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1692, 2020, '0', 'preview', '2021-11-08', 211);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1693, 1896, '0', 'preview', '2021-11-08', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1694, 2025, '0', 'preview', '2021-11-08', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1695, 2016, '0', 'preview', '2021-11-08', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1696, 1886, '0', 'preview', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1697, 1897, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1698, 1945, '0', 'preview', '2021-11-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1699, 1930, '0', 'preview', '2021-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1700, 1962, '0', 'preview', '2021-11-08', 55);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1701, 2027, '0', 'preview', '2021-11-08', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1702, 2024, '0', 'preview', '2021-11-08', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1703, 1913, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1704, 1967, '0', 'preview', '2021-11-08', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1705, 2038, '0', 'preview', '2021-11-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1706, 2013, '0', 'default', '2021-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1707, 1904, '0', 'default', '2021-11-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1708, 2013, '0', 'preview', '2021-11-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1709, 2014, '0', 'default', '2021-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1710, 2030, '0', 'preview', '2021-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1711, 1896, '0', 'default', '2021-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1712, 1949, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1713, 2021, '0', 'preview', '2021-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1714, 2039, '0', 'default', '2021-11-08', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1715, 2031, '0', 'default', '2021-11-08', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1716, 2019, '0', 'default', '2021-11-08', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1717, 2020, '0', 'default', '2021-11-08', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1718, 2036, '0', 'default', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1719, 1913, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1720, 1922, '0', 'preview', '2021-11-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1721, 2025, '0', 'default', '2021-11-08', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1722, 1926, '0', 'default', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1723, 1927, '0', 'default', '2021-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1724, 2014, '0', 'preview', '2021-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1725, 2040, '0', 'default', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1726, 2033, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1727, 1938, '0', 'preview', '2021-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1728, 2040, '0', 'preview', '2021-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1729, 2022, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1730, 1903, '0', 'preview', '2021-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1731, 1944, '0', 'preview', '2021-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1732, 2018, '0', 'default', '2021-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1733, 1948, '0', 'preview', '2021-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1734, 1946, '0', 'preview', '2021-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1735, 1897, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1736, 2030, '0', 'default', '2021-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1737, 1940, '0', 'preview', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1738, 1950, '0', 'preview', '2021-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1739, 1959, '0', 'preview', '2021-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1740, 1951, '0', 'preview', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1741, 1958, '0', 'default', '2021-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1742, 1953, '0', 'preview', '2021-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1743, 1956, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1744, 1899, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1745, 1952, '0', 'default', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1746, 2027, '0', 'default', '2021-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1747, 2017, '0', 'default', '2021-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1748, 1967, '0', 'default', '2021-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1749, 2016, '0', 'default', '2021-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1750, 1925, '0', 'preview', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1751, 2017, '0', 'preview', '2021-11-08', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1752, 1935, '0', 'preview', '2021-11-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1753, 2035, '0', 'default', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1754, 2038, '0', 'default', '2021-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1755, 1961, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1756, 2029, '0', 'default', '2021-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1757, 1961, '0', 'default', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1758, 1922, '0', 'default', '2021-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1759, 1919, '0', 'default', '2021-11-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1760, 1925, '0', 'default', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1761, 2024, '0', 'default', '2021-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1762, 2028, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1763, 1919, '0', 'preview', '2021-11-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1764, 1959, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1765, 1954, '0', 'default', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1766, 2032, '0', 'default', '2021-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1767, 1923, '0', 'preview', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1768, 1956, '0', 'default', '2021-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1769, 2044, '0', 'preview', '2021-11-08', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1770, 2043, '0', 'preview', '2021-11-08', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1771, 1955, '0', 'default', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1772, 2043, '0', 'default', '2021-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1773, 1927, '0', 'preview', '2021-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1774, 2044, '0', 'default', '2021-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1775, 1966, '0', 'preview', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1776, 2021, '0', 'default', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1777, 1901, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1778, 1962, '0', 'default', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1779, 1964, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1780, 1948, '0', 'default', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1781, 1900, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1782, 2029, '0', 'preview', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1783, 1943, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1784, 1899, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1785, 1926, '0', 'preview', '2021-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1786, 1886, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1787, 2036, '0', 'preview', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1788, 1934, '0', 'preview', '2021-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1789, 1917, '0', 'preview', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1790, 2018, '0', 'preview', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1791, 1905, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1792, 1936, '0', 'preview', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1793, 1957, '0', 'preview', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1794, 1964, '0', 'default', '2021-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1795, 1923, '0', 'default', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1796, 1965, '0', 'default', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1797, 2045, '0', 'preview', '2021-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1798, 1966, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1799, 1937, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1800, 1898, '0', 'preview', '2021-11-08', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1801, 2032, '0', 'preview', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1802, 1942, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1803, 2022, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1804, 1921, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1805, 2045, '0', 'default', '2021-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1806, 2035, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1807, 2012, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1808, 1939, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1809, 1949, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1810, 1900, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1811, 1952, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1812, 1958, '0', 'preview', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1813, 2037, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1814, 1951, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1815, 1950, '0', 'default', '2021-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1816, 1953, '0', 'default', '2021-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1817, 2031, '0', 'preview', '2021-11-09', 235);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1818, 2031, '0', 'default', '2021-11-09', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1819, 2039, '0', 'preview', '2021-11-09', 190);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1820, 2020, '0', 'preview', '2021-11-09', 222);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1821, 2025, '0', 'preview', '2021-11-09', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1822, 2019, '0', 'preview', '2021-11-09', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1823, 2027, '0', 'preview', '2021-11-09', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1824, 2023, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1825, 2024, '0', 'default', '2021-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1826, 2017, '0', 'preview', '2021-11-09', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1827, 2016, '0', 'default', '2021-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1828, 2016, '0', 'preview', '2021-11-09', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1829, 2040, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1830, 2017, '0', 'default', '2021-11-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1831, 2027, '0', 'default', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1832, 1967, '0', 'preview', '2021-11-09', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1833, 2024, '0', 'preview', '2021-11-09', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1834, 1966, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1835, 1927, '0', 'preview', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1836, 1926, '0', 'default', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1837, 1922, '0', 'default', '2021-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1838, 1919, '0', 'default', '2021-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1839, 2043, '0', 'default', '2021-11-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1840, 2025, '0', 'default', '2021-11-09', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1841, 2026, '0', 'default', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1842, 1925, '0', 'default', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1843, 1904, '0', 'preview', '2021-11-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1844, 2044, '0', 'preview', '2021-11-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1845, 1899, '0', 'preview', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1846, 2038, '0', 'default', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1847, 2044, '0', 'default', '2021-11-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1848, 2035, '0', 'default', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1849, 2021, '0', 'default', '2021-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1850, 1904, '0', 'default', '2021-11-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1851, 1896, '0', 'default', '2021-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1852, 2039, '0', 'default', '2021-11-09', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1853, 2019, '0', 'default', '2021-11-09', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1854, 1949, '0', 'default', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1855, 1967, '0', 'default', '2021-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1856, 2020, '0', 'default', '2021-11-09', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1857, 2018, '0', 'default', '2021-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1858, 1896, '0', 'preview', '2021-11-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1859, 1927, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1860, 2030, '0', 'default', '2021-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1861, 1903, '0', 'preview', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1862, 1962, '0', 'preview', '2021-11-09', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1863, 2045, '0', 'default', '2021-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1864, 1958, '0', 'preview', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1865, 1935, '0', 'preview', '2021-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1866, 1934, '0', 'preview', '2021-11-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1867, 1948, '0', 'default', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1868, 2021, '0', 'preview', '2021-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1869, 1919, '0', 'preview', '2021-11-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1870, 1962, '0', 'default', '2021-11-09', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1871, 2018, '0', 'preview', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1872, 2036, '0', 'preview', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1873, 2034, '0', 'preview', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1874, 1925, '0', 'preview', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1875, 1930, '0', 'preview', '2021-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1876, 1934, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1877, 1936, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1878, 2033, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1879, 2040, '0', 'preview', '2021-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1880, 2043, '0', 'preview', '2021-11-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1881, 2012, '0', 'preview', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1882, 2038, '0', 'preview', '2021-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1883, 2013, '0', 'preview', '2021-11-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1884, 2045, '0', 'preview', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1885, 1922, '0', 'preview', '2021-11-09', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1886, 1960, '0', 'default', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1887, 1948, '0', 'preview', '2021-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1888, 1938, '0', 'preview', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1889, 2033, '0', 'preview', '2021-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1890, 1936, '0', 'preview', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1891, 1949, '0', 'preview', '2021-11-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1892, 1950, '0', 'preview', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1893, 2035, '0', 'preview', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1894, 1923, '0', 'preview', '2021-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1895, 1966, '0', 'preview', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1896, 1923, '0', 'default', '2021-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1897, 1945, '0', 'preview', '2021-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1898, 2029, '0', 'preview', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1899, 1964, '0', 'preview', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1900, 1946, '0', 'preview', '2021-11-09', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1901, 2030, '0', 'preview', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1902, 1946, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1903, 1947, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1904, 1947, '0', 'preview', '2021-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1905, 2014, '0', 'preview', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1906, 1886, '0', 'preview', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1907, 1926, '0', 'preview', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1908, 1917, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1909, 1918, '0', 'preview', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1910, 1961, '0', 'default', '2021-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1911, 1905, '0', 'preview', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1912, 1963, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1913, 2029, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1914, 2012, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1915, 1909, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1916, 2034, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1917, 2036, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1918, 2037, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1919, 1956, '0', 'preview', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1920, 1945, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1921, 2026, '0', 'preview', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1922, 1964, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1923, 1897, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1924, 1902, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1925, 1902, '0', 'preview', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1926, 1944, '0', 'preview', '2021-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1927, 1935, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1928, 1903, '0', 'default', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1929, 1963, '0', 'preview', '2021-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1930, 1919, '0', 'preview', '2021-11-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1931, 2020, '0', 'default', '2021-11-10', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1932, 2031, '0', 'default', '2021-11-10', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1933, 2020, '0', 'preview', '2021-11-10', 221);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1934, 2039, '0', 'preview', '2021-11-10', 194);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1935, 2031, '0', 'preview', '2021-11-10', 219);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1936, 1962, '0', 'preview', '2021-11-10', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1937, 2025, '0', 'preview', '2021-11-10', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1938, 2019, '0', 'default', '2021-11-10', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1939, 2019, '0', 'preview', '2021-11-10', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1940, 2043, '0', 'default', '2021-11-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1941, 1896, '0', 'default', '2021-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1942, 2044, '0', 'default', '2021-11-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1943, 1903, '0', 'preview', '2021-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1944, 1948, '0', 'preview', '2021-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1945, 2039, '0', 'default', '2021-11-10', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1946, 2027, '0', 'preview', '2021-11-10', 74);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1947, 1967, '0', 'preview', '2021-11-10', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1948, 2024, '0', 'preview', '2021-11-10', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1949, 1904, '0', 'preview', '2021-11-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1950, 2017, '0', 'default', '2021-11-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1951, 2016, '0', 'preview', '2021-11-10', 100);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1952, 2044, '0', 'preview', '2021-11-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1953, 1934, '0', 'preview', '2021-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1954, 2043, '0', 'preview', '2021-11-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1955, 1935, '0', 'preview', '2021-11-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1956, 2045, '0', 'preview', '2021-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1957, 2017, '0', 'preview', '2021-11-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1958, 2040, '0', 'default', '2021-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1959, 1938, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1960, 2033, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1961, 1967, '0', 'default', '2021-11-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1962, 1904, '0', 'default', '2021-11-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1963, 2016, '0', 'default', '2021-11-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1964, 2014, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1965, 2013, '0', 'preview', '2021-11-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1966, 1930, '0', 'preview', '2021-11-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1967, 1962, '0', 'default', '2021-11-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1968, 1922, '0', 'preview', '2021-11-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1969, 1922, '0', 'default', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1970, 1926, '0', 'preview', '2021-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1971, 2036, '0', 'preview', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1972, 1966, '0', 'default', '2021-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1973, 2018, '0', 'default', '2021-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1974, 2024, '0', 'default', '2021-11-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1975, 2027, '0', 'default', '2021-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1976, 2025, '0', 'default', '2021-11-10', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1977, 2014, '0', 'preview', '2021-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1978, 1945, '0', 'preview', '2021-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1979, 2040, '0', 'preview', '2021-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1980, 1896, '0', 'preview', '2021-11-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1981, 2038, '0', 'preview', '2021-11-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1982, 2015, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1983, 2018, '0', 'preview', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1984, 1905, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1985, 2021, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1986, 1946, '0', 'preview', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1987, 1919, '0', 'default', '2021-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1988, 1963, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1989, 1900, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1990, 1961, '0', 'default', '2021-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1991, 1960, '0', 'default', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1992, 1948, '0', 'default', '2021-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1993, 1944, '0', 'default', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1994, 1944, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1995, 1943, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1996, 1943, '0', 'preview', '2021-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1997, 1950, '0', 'preview', '2021-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1998, 1957, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1999, 1952, '0', 'preview', '2021-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2000, 1961, '0', 'preview', '2021-11-10', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2001, 1926, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2002, 1949, '0', 'default', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2003, 1964, '0', 'default', '2021-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2004, 1965, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2005, 1938, '0', 'preview', '2021-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2006, 1945, '0', 'default', '2021-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2007, 1927, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2008, 1931, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2009, 1947, '0', 'preview', '2021-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2010, 1897, '0', 'preview', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2011, 1897, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2012, 1954, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2013, 1942, '0', 'preview', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2014, 2034, '0', 'preview', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2015, 1925, '0', 'default', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2016, 2029, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2017, 1953, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2018, 1925, '0', 'preview', '2021-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2019, 2029, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2020, 1949, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2021, 1936, '0', 'preview', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2022, 1946, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2023, 2035, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2024, 1886, '0', 'preview', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2025, 2028, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2026, 1923, '0', 'preview', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2027, 1930, '0', 'default', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2028, 1953, '0', 'default', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2029, 1956, '0', 'default', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2030, 2030, '0', 'preview', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2031, 2033, '0', 'preview', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2032, 1886, '0', 'default', '2021-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2033, 1965, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2034, 1966, '0', 'preview', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2035, 2030, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2036, 2036, '0', 'default', '2021-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2037, 2031, '0', 'preview', '2021-11-11', 289);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2038, 2020, '0', 'preview', '2021-11-11', 279);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2039, 2039, '0', 'preview', '2021-11-11', 260);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2040, 2027, '0', 'preview', '2021-11-11', 84);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2041, 1935, '0', 'preview', '2021-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2042, 1967, '0', 'preview', '2021-11-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2043, 1962, '0', 'default', '2021-11-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2044, 1962, '0', 'preview', '2021-11-11', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2045, 2031, '0', 'default', '2021-11-11', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2046, 1896, '0', 'preview', '2021-11-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2047, 1953, '0', 'preview', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2048, 1941, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2049, 1905, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2050, 1964, '0', 'preview', '2021-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2051, 2029, '0', 'preview', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2052, 2025, '0', 'preview', '2021-11-11', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2053, 1967, '0', 'default', '2021-11-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2054, 1915, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2055, 1956, '0', 'default', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2056, 1948, '0', 'preview', '2021-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2057, 2019, '0', 'default', '2021-11-11', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2058, 2019, '0', 'preview', '2021-11-11', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2059, 2016, '0', 'preview', '2021-11-11', 90);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2060, 2039, '0', 'default', '2021-11-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2061, 2020, '0', 'default', '2021-11-11', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2062, 1952, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2063, 1957, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2064, 1904, '0', 'preview', '2021-11-11', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2065, 1953, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2066, 1954, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2067, 1950, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2068, 2043, '0', 'preview', '2021-11-11', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2069, 2038, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2070, 2030, '0', 'default', '2021-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2071, 2043, '0', 'default', '2021-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2072, 2024, '0', 'preview', '2021-11-11', 78);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2073, 2016, '0', 'default', '2021-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2074, 2017, '0', 'default', '2021-11-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2075, 1904, '0', 'default', '2021-11-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2076, 1923, '0', 'preview', '2021-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2077, 1922, '0', 'preview', '2021-11-11', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2078, 1919, '0', 'preview', '2021-11-11', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2079, 2030, '0', 'preview', '2021-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2080, 2025, '0', 'default', '2021-11-11', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2081, 2038, '0', 'preview', '2021-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2082, 1964, '0', 'default', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2083, 2027, '0', 'default', '2021-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2084, 2040, '0', 'preview', '2021-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2085, 1934, '0', 'preview', '2021-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2086, 1938, '0', 'preview', '2021-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2087, 1927, '0', 'preview', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2088, 1926, '0', 'preview', '2021-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2089, 2028, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2090, 2036, '0', 'preview', '2021-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2091, 1949, '0', 'preview', '2021-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2092, 2017, '0', 'preview', '2021-11-11', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2093, 1925, '0', 'preview', '2021-11-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2094, 2033, '0', 'preview', '2021-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2095, 2044, '0', 'default', '2021-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2096, 2044, '0', 'preview', '2021-11-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2097, 2040, '0', 'default', '2021-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2098, 2033, '0', 'default', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2099, 1925, '0', 'default', '2021-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2100, 1945, '0', 'default', '2021-11-11', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2101, 1946, '0', 'default', '2021-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2102, 1948, '0', 'default', '2021-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2103, 2015, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2104, 2023, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2105, 1896, '0', 'default', '2021-11-11', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2106, 1945, '0', 'preview', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2107, 1898, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2108, 2012, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2109, 1943, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2110, 2013, '0', 'preview', '2021-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2111, 1912, '0', 'preview', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2112, 2037, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2113, 1938, '0', 'default', '2021-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2114, 2034, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2115, 1917, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2116, 1918, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2117, 2036, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2118, 2024, '0', 'default', '2021-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2119, 2045, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2120, 2045, '0', 'preview', '2021-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2121, 1958, '0', 'default', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2122, 1959, '0', 'default', '2021-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2123, 2021, '0', 'preview', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2124, 1951, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2125, 1927, '0', 'default', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2126, 2022, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2127, 2034, '0', 'preview', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2128, 1919, '0', 'default', '2021-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2129, 1897, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2130, 1900, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2131, 1922, '0', 'default', '2021-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2132, 2013, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2133, 1903, '0', 'default', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2134, 1920, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2135, 2018, '0', 'default', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2136, 1917, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2137, 2014, '0', 'preview', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2138, 1947, '0', 'default', '2021-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2139, 1966, '0', 'preview', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2140, 1931, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2141, 1961, '0', 'default', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2142, 1939, '0', 'preview', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2143, 1897, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2144, 2029, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2145, 1949, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2146, 1923, '0', 'default', '2021-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2147, 1886, '0', 'preview', '2021-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2148, 1905, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2149, 1944, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2150, 1930, '0', 'preview', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2151, 2026, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2152, 1913, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2153, 1935, '0', 'default', '2021-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2154, 1936, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2155, 1930, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2156, 2035, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2157, 2035, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2158, 2014, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2159, 1946, '0', 'preview', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2160, 1926, '0', 'default', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2161, 2022, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2162, 1950, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2163, 1961, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2164, 2018, '0', 'preview', '2021-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2165, 1947, '0', 'preview', '2021-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2166, 2015, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2167, 1902, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2168, 2026, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2169, 1942, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2170, 1959, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2171, 1936, '0', 'preview', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2172, 1934, '0', 'default', '2021-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2173, 2031, '0', 'preview', '2021-11-12', 227);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2174, 2020, '0', 'preview', '2021-11-12', 263);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2175, 2027, '0', 'preview', '2021-11-12', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2176, 1922, '0', 'default', '2021-11-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2177, 1938, '0', 'preview', '2021-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2178, 2016, '0', 'preview', '2021-11-12', 75);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2179, 1919, '0', 'default', '2021-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2180, 2024, '0', 'preview', '2021-11-12', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2181, 2017, '0', 'default', '2021-11-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2182, 2016, '0', 'default', '2021-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2183, 2024, '0', 'default', '2021-11-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2184, 1897, '0', 'preview', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2185, 1930, '0', 'preview', '2021-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2186, 2044, '0', 'preview', '2021-11-12', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2187, 2027, '0', 'default', '2021-11-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2188, 2029, '0', 'preview', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2189, 2025, '0', 'preview', '2021-11-12', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2190, 1948, '0', 'preview', '2021-11-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2191, 1915, '0', 'preview', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2192, 2019, '0', 'preview', '2021-11-12', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2193, 2039, '0', 'preview', '2021-11-12', 199);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2194, 2033, '0', 'preview', '2021-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2195, 1962, '0', 'preview', '2021-11-12', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2196, 1948, '0', 'default', '2021-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2197, 1967, '0', 'default', '2021-11-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2198, 1967, '0', 'preview', '2021-11-12', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2199, 1950, '0', 'default', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2200, 2014, '0', 'preview', '2021-11-12', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2201, 1951, '0', 'default', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2202, 2013, '0', 'preview', '2021-11-12', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2203, 1886, '0', 'preview', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2204, 1900, '0', 'preview', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2205, 1958, '0', 'preview', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2206, 2036, '0', 'preview', '2021-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2207, 1905, '0', 'preview', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2208, 1904, '0', 'preview', '2021-11-12', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2209, 1922, '0', 'preview', '2021-11-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2210, 2045, '0', 'preview', '2021-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2211, 1927, '0', 'preview', '2021-11-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2212, 2040, '0', 'default', '2021-11-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2213, 1904, '0', 'default', '2021-11-12', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2214, 2019, '0', 'default', '2021-11-12', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2215, 2025, '0', 'default', '2021-11-12', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2216, 2031, '0', 'default', '2021-11-12', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2217, 2030, '0', 'preview', '2021-11-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2218, 2020, '0', 'default', '2021-11-12', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2219, 2039, '0', 'default', '2021-11-12', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2220, 2018, '0', 'default', '2021-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2221, 1926, '0', 'preview', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2222, 1918, '0', 'preview', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2223, 1949, '0', 'default', '2021-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2224, 1962, '0', 'default', '2021-11-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2225, 1935, '0', 'preview', '2021-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2226, 1896, '0', 'preview', '2021-11-12', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2227, 2038, '0', 'preview', '2021-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2228, 2043, '0', 'preview', '2021-11-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2229, 2017, '0', 'preview', '2021-11-12', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2230, 1945, '0', 'preview', '2021-11-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2231, 2032, '0', 'default', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2232, 2032, '0', 'preview', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2233, 1934, '0', 'preview', '2021-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2234, 1919, '0', 'preview', '2021-11-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2235, 1923, '0', 'preview', '2021-11-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2236, 1966, '0', 'default', '2021-11-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2237, 1949, '0', 'preview', '2021-11-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2238, 1916, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2239, 2012, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2240, 1896, '0', 'default', '2021-11-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2241, 2013, '0', 'default', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2242, 2014, '0', 'default', '2021-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2243, 2033, '0', 'default', '2021-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2244, 1939, '0', 'default', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2245, 1938, '0', 'default', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2246, 1940, '0', 'default', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2247, 1930, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2248, 1936, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2249, 1931, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2250, 1944, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2251, 1959, '0', 'default', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2252, 1954, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2253, 1902, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2254, 2036, '0', 'default', '2021-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2255, 2018, '0', 'preview', '2021-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2256, 2043, '0', 'default', '2021-11-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2257, 1925, '0', 'preview', '2021-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2258, 1923, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2259, 2045, '0', 'default', '2021-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2260, 1934, '0', 'default', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2261, 1935, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2262, 2040, '0', 'preview', '2021-11-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2263, 2015, '0', 'preview', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2264, 1931, '0', 'preview', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2265, 1965, '0', 'preview', '2021-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2266, 1964, '0', 'preview', '2021-11-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2267, 1942, '0', 'preview', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2268, 1944, '0', 'preview', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2269, 2030, '0', 'default', '2021-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2270, 1952, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2271, 1956, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2272, 1959, '0', 'preview', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2273, 1966, '0', 'preview', '2021-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2274, 2034, '0', 'preview', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2275, 2035, '0', 'preview', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2276, 2029, '0', 'default', '2021-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2277, 1953, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2278, 2044, '0', 'default', '2021-11-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2279, 1960, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2280, 1961, '0', 'default', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2281, 1927, '0', 'default', '2021-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2282, 1941, '0', 'preview', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2283, 1905, '0', 'default', '2021-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2284, 1939, '0', 'preview', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2285, 1903, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2286, 1897, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2287, 1898, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2288, 1901, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2289, 2037, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2290, 1917, '0', 'default', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2291, 2038, '0', 'default', '2021-11-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2292, 1926, '0', 'default', '2021-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2293, 1950, '0', 'preview', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2294, 1946, '0', 'preview', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2295, 1937, '0', 'preview', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2296, 1964, '0', 'default', '2021-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2297, 2021, '0', 'default', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2298, 2035, '0', 'default', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2299, 1900, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2300, 2021, '0', 'preview', '2021-11-12', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2301, 1936, '0', 'preview', '2021-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2302, 2034, '0', 'default', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2303, 1946, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2304, 1912, '0', 'default', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2305, 1945, '0', 'default', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2306, 1943, '0', 'preview', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2307, 1921, '0', 'preview', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2308, 2022, '0', 'preview', '2021-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2309, 1951, '0', 'preview', '2021-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2310, 2039, '0', 'preview', '2021-11-13', 117);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2311, 1904, '0', 'preview', '2021-11-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2312, 1904, '0', 'default', '2021-11-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2313, 1967, '0', 'preview', '2021-11-13', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2314, 2025, '0', 'default', '2021-11-13', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2315, 2031, '0', 'preview', '2021-11-13', 123);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2316, 2039, '0', 'default', '2021-11-13', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2317, 2027, '0', 'preview', '2021-11-13', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2318, 1962, '0', 'default', '2021-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2319, 2019, '0', 'preview', '2021-11-13', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2320, 2031, '0', 'default', '2021-11-13', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2321, 2016, '0', 'preview', '2021-11-13', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2322, 2020, '0', 'preview', '2021-11-13', 132);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2323, 2020, '0', 'default', '2021-11-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2324, 2024, '0', 'preview', '2021-11-13', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2325, 1948, '0', 'default', '2021-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2326, 2043, '0', 'preview', '2021-11-13', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2327, 2044, '0', 'preview', '2021-11-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2328, 1962, '0', 'preview', '2021-11-13', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2329, 2045, '0', 'preview', '2021-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2330, 2017, '0', 'preview', '2021-11-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2331, 2038, '0', 'preview', '2021-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2332, 2021, '0', 'preview', '2021-11-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2333, 1926, '0', 'preview', '2021-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2334, 1919, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2335, 1957, '0', 'default', '2021-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2336, 1949, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2337, 1952, '0', 'default', '2021-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2338, 2013, '0', 'preview', '2021-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2339, 1896, '0', 'default', '2021-11-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2340, 2014, '0', 'preview', '2021-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2341, 2025, '0', 'preview', '2021-11-13', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2342, 1919, '0', 'preview', '2021-11-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2343, 1930, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2344, 2019, '0', 'default', '2021-11-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2345, 2024, '0', 'default', '2021-11-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2346, 1956, '0', 'preview', '2021-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2347, 1956, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2348, 1922, '0', 'default', '2021-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2349, 2038, '0', 'default', '2021-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2350, 2040, '0', 'preview', '2021-11-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2351, 2017, '0', 'default', '2021-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2352, 2033, '0', 'preview', '2021-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2353, 1925, '0', 'preview', '2021-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2354, 2030, '0', 'preview', '2021-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2355, 1958, '0', 'preview', '2021-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2356, 1958, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2357, 1955, '0', 'preview', '2021-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2358, 1953, '0', 'preview', '2021-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2359, 1959, '0', 'preview', '2021-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2360, 1951, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2361, 1950, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2362, 2034, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2363, 2029, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2364, 1954, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2365, 1957, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2366, 1952, '0', 'preview', '2021-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2367, 2026, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2368, 1964, '0', 'default', '2021-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2369, 1966, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2370, 1965, '0', 'default', '2021-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2371, 1965, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2372, 1917, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2373, 1918, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2374, 1896, '0', 'preview', '2021-11-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2375, 1934, '0', 'preview', '2021-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2376, 1922, '0', 'preview', '2021-11-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2377, 1935, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2378, 2018, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2379, 1941, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2380, 2022, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2381, 1927, '0', 'default', '2021-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2382, 2027, '0', 'default', '2021-11-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2383, 2028, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2384, 1948, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2385, 1926, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2386, 1946, '0', 'preview', '2021-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2387, 2030, '0', 'default', '2021-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2388, 1946, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2389, 2016, '0', 'default', '2021-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2390, 1923, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2391, 2034, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2392, 1945, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2393, 1947, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2394, 1942, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2395, 1942, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2396, 1897, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2397, 1961, '0', 'default', '2021-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2398, 1938, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2399, 2021, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2400, 2022, '0', 'default', '2021-11-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2401, 2044, '0', 'default', '2021-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2402, 2045, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2403, 2043, '0', 'default', '2021-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2404, 2026, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2405, 1930, '0', 'default', '2021-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2406, 1936, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2407, 1931, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2408, 1932, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2409, 1933, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2410, 1934, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2411, 1937, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2412, 1935, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2413, 2040, '0', 'default', '2021-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2414, 1940, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2415, 1939, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2416, 1938, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2417, 2033, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2418, 1966, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2419, 1967, '0', 'default', '2021-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2420, 2014, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2421, 2013, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2422, 1899, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2423, 1950, '0', 'default', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2424, 1949, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2425, 2036, '0', 'default', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2426, 1927, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2427, 2015, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2428, 2032, '0', 'preview', '2021-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2429, 1964, '0', 'preview', '2021-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2430, 2016, '0', 'preview', '2021-11-14', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2431, 2027, '0', 'preview', '2021-11-14', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2432, 1967, '0', 'preview', '2021-11-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2433, 2024, '0', 'preview', '2021-11-14', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2434, 2031, '0', 'preview', '2021-11-14', 133);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2435, 2039, '0', 'preview', '2021-11-14', 95);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2436, 2020, '0', 'preview', '2021-11-14', 123);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2437, 2036, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2438, 2025, '0', 'default', '2021-11-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2439, 2039, '0', 'default', '2021-11-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2440, 2031, '0', 'default', '2021-11-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2441, 2020, '0', 'default', '2021-11-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2442, 1962, '0', 'preview', '2021-11-14', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2443, 2027, '0', 'default', '2021-11-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2444, 1903, '0', 'preview', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2445, 2019, '0', 'preview', '2021-11-14', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2446, 1962, '0', 'default', '2021-11-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2447, 2013, '0', 'preview', '2021-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2448, 2019, '0', 'default', '2021-11-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2449, 1904, '0', 'default', '2021-11-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2450, 2028, '0', 'preview', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2451, 2034, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2452, 2043, '0', 'preview', '2021-11-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2453, 1922, '0', 'preview', '2021-11-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2454, 2017, '0', 'preview', '2021-11-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2455, 1923, '0', 'preview', '2021-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2456, 1919, '0', 'preview', '2021-11-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2457, 1949, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2458, 2016, '0', 'default', '2021-11-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2459, 1945, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2460, 1948, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2461, 1896, '0', 'preview', '2021-11-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2462, 1948, '0', 'preview', '2021-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2463, 2025, '0', 'preview', '2021-11-14', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2464, 2038, '0', 'preview', '2021-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2465, 1926, '0', 'preview', '2021-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2466, 2040, '0', 'preview', '2021-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2467, 2044, '0', 'preview', '2021-11-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2468, 1904, '0', 'preview', '2021-11-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2469, 1922, '0', 'default', '2021-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2470, 1919, '0', 'default', '2021-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2471, 2014, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2472, 1949, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2473, 1934, '0', 'preview', '2021-11-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2474, 1967, '0', 'default', '2021-11-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2475, 2015, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2476, 1935, '0', 'preview', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2477, 1896, '0', 'default', '2021-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2478, 2018, '0', 'preview', '2021-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2479, 2017, '0', 'default', '2021-11-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2480, 2043, '0', 'default', '2021-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2481, 2044, '0', 'default', '2021-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2482, 2024, '0', 'default', '2021-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2483, 1886, '0', 'preview', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2484, 1926, '0', 'default', '2021-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2485, 2029, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2486, 2033, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2487, 2021, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2488, 2045, '0', 'default', '2021-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2489, 1927, '0', 'preview', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2490, 1924, '0', 'preview', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2491, 1966, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2492, 1923, '0', 'default', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2493, 1937, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2494, 1930, '0', 'preview', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2495, 1927, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2496, 1964, '0', 'preview', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2497, 1964, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2498, 2014, '0', 'default', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2499, 2029, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2500, 2034, '0', 'default', '2021-11-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2501, 1938, '0', 'preview', '2021-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2502, 1899, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2503, 2045, '0', 'preview', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2504, 1909, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2505, 1961, '0', 'default', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2506, 2030, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2507, 2021, '0', 'preview', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2508, 1943, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2509, 1946, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2510, 1945, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2511, 1960, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2512, 2033, '0', 'preview', '2021-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2513, 1947, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2514, 2032, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2515, 1886, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2516, 1925, '0', 'default', '2021-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2517, 2036, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2518, 1903, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2519, 1961, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2520, 1908, '0', 'default', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2521, 1908, '0', 'preview', '2021-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2522, 1925, '0', 'preview', '2021-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2523, 2039, '0', 'preview', '2021-11-15', 251);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2524, 2031, '0', 'preview', '2021-11-15', 346);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2525, 2020, '0', 'preview', '2021-11-15', 295);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2526, 2016, '0', 'preview', '2021-11-15', 145);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2527, 1922, '0', 'preview', '2021-11-15', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2528, 2025, '0', 'preview', '2021-11-15', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2529, 2031, '0', 'default', '2021-11-15', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2530, 2021, '0', 'preview', '2021-11-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2531, 2017, '0', 'preview', '2021-11-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2532, 2020, '0', 'default', '2021-11-15', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2533, 2043, '0', 'preview', '2021-11-15', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2534, 2027, '0', 'preview', '2021-11-15', 115);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2535, 2019, '0', 'preview', '2021-11-15', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2536, 1967, '0', 'preview', '2021-11-15', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2537, 1919, '0', 'preview', '2021-11-15', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2538, 2044, '0', 'preview', '2021-11-15', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2539, 2043, '0', 'default', '2021-11-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2540, 2024, '0', 'preview', '2021-11-15', 98);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2541, 1934, '0', 'preview', '2021-11-15', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2542, 1919, '0', 'default', '2021-11-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2543, 2034, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2544, 2034, '0', 'preview', '2021-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2545, 2014, '0', 'preview', '2021-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2546, 1962, '0', 'preview', '2021-11-15', 68);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2547, 2025, '0', 'default', '2021-11-15', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2548, 1904, '0', 'preview', '2021-11-15', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2549, 1903, '0', 'preview', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2550, 2039, '0', 'default', '2021-11-15', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2551, 1938, '0', 'preview', '2021-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2552, 1936, '0', 'preview', '2021-11-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2553, 2027, '0', 'default', '2021-11-15', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2554, 1935, '0', 'preview', '2021-11-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2555, 2016, '0', 'default', '2021-11-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2556, 2045, '0', 'preview', '2021-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2557, 2030, '0', 'preview', '2021-11-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2558, 1967, '0', 'default', '2021-11-15', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2559, 1927, '0', 'preview', '2021-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2560, 2024, '0', 'default', '2021-11-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2561, 2040, '0', 'default', '2021-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2562, 2019, '0', 'default', '2021-11-15', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2563, 1896, '0', 'default', '2021-11-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2564, 1904, '0', 'default', '2021-11-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2565, 1962, '0', 'default', '2021-11-15', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2566, 1917, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2567, 1896, '0', 'preview', '2021-11-15', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2568, 1959, '0', 'preview', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2569, 1961, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2570, 1926, '0', 'preview', '2021-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2571, 2028, '0', 'preview', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2572, 1954, '0', 'default', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2573, 2013, '0', 'preview', '2021-11-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2574, 1905, '0', 'preview', '2021-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2575, 1961, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2576, 2029, '0', 'preview', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2577, 2032, '0', 'preview', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2578, 1959, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2579, 1948, '0', 'preview', '2021-11-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2580, 1957, '0', 'default', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2581, 2044, '0', 'default', '2021-11-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2582, 2038, '0', 'preview', '2021-11-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2583, 2017, '0', 'default', '2021-11-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2584, 2038, '0', 'default', '2021-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2585, 2022, '0', 'default', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2586, 1926, '0', 'default', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2587, 2036, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2588, 1900, '0', 'preview', '2021-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2589, 1913, '0', 'preview', '2021-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2590, 1905, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2591, 1945, '0', 'preview', '2021-11-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2592, 1949, '0', 'preview', '2021-11-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2593, 1944, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2594, 2030, '0', 'default', '2021-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2595, 1930, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2596, 1934, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2597, 1927, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2598, 1964, '0', 'preview', '2021-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2599, 2040, '0', 'preview', '2021-11-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2600, 2033, '0', 'preview', '2021-11-15', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2601, 2023, '0', 'preview', '2021-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2602, 1922, '0', 'default', '2021-11-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2603, 2012, '0', 'preview', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2604, 1946, '0', 'preview', '2021-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2605, 1958, '0', 'preview', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2606, 1923, '0', 'preview', '2021-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2607, 1923, '0', 'default', '2021-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2608, 1897, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2609, 1963, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2610, 1901, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2611, 1953, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2612, 1899, '0', 'default', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2613, 2035, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2614, 1949, '0', 'default', '2021-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2615, 1947, '0', 'preview', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2616, 1938, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2617, 2021, '0', 'default', '2021-11-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2618, 1945, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2619, 2033, '0', 'default', '2021-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2620, 2018, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2621, 1946, '0', 'default', '2021-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2622, 1942, '0', 'preview', '2021-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2623, 1930, '0', 'preview', '2021-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2624, 2018, '0', 'preview', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2625, 1925, '0', 'preview', '2021-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2626, 1951, '0', 'preview', '2021-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2627, 1956, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2628, 1912, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2629, 1924, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2630, 1940, '0', 'default', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2631, 1950, '0', 'preview', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2632, 2045, '0', 'default', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2633, 1952, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2634, 1955, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2635, 1957, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2636, 1897, '0', 'default', '2021-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2637, 2029, '0', 'default', '2021-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2638, 2013, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2639, 2014, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2640, 1909, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2641, 1914, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2642, 1911, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2643, 1912, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2644, 1943, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2645, 1947, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2646, 1942, '0', 'default', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2647, 1925, '0', 'default', '2021-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2648, 1965, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2649, 1964, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2650, 1948, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2651, 2032, '0', 'default', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2652, 2015, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2653, 1924, '0', 'preview', '2021-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2654, 2024, '0', 'preview', '2021-11-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2655, 1947, '0', 'preview', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2656, 1946, '0', 'preview', '2021-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2657, 1904, '0', 'preview', '2021-11-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2658, 2031, '0', 'preview', '2021-11-16', 106);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2659, 2019, '0', 'default', '2021-11-16', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2660, 2019, '0', 'preview', '2021-11-16', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2661, 2027, '0', 'preview', '2021-11-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2662, 2016, '0', 'preview', '2021-11-16', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2663, 2020, '0', 'preview', '2021-11-16', 100);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2664, 1967, '0', 'preview', '2021-11-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2665, 2044, '0', 'default', '2021-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2666, 2017, '0', 'default', '2021-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2667, 1896, '0', 'preview', '2021-11-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2668, 1922, '0', 'default', '2021-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2669, 2043, '0', 'default', '2021-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2670, 1923, '0', 'default', '2021-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2671, 2039, '0', 'preview', '2021-11-16', 90);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2672, 2036, '0', 'default', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2673, 1950, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2674, 2021, '0', 'default', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2675, 2025, '0', 'default', '2021-11-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2676, 1918, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2677, 1958, '0', 'preview', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2678, 1919, '0', 'default', '2021-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2679, 1967, '0', 'default', '2021-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2680, 2030, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2681, 2039, '0', 'default', '2021-11-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2682, 1945, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2683, 2028, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2684, 1930, '0', 'preview', '2021-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2685, 1948, '0', 'preview', '2021-11-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2686, 2044, '0', 'preview', '2021-11-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2687, 2043, '0', 'preview', '2021-11-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2688, 1962, '0', 'preview', '2021-11-16', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2689, 1922, '0', 'preview', '2021-11-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2690, 2031, '0', 'default', '2021-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2691, 2020, '0', 'default', '2021-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2692, 1915, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2693, 2016, '0', 'default', '2021-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2694, 2024, '0', 'default', '2021-11-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2695, 2013, '0', 'preview', '2021-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2696, 2027, '0', 'default', '2021-11-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2697, 2038, '0', 'preview', '2021-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2698, 1923, '0', 'preview', '2021-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2699, 2040, '0', 'preview', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2700, 2025, '0', 'preview', '2021-11-16', 16);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2701, 1965, '0', 'preview', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2702, 1964, '0', 'preview', '2021-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2703, 1886, '0', 'preview', '2021-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2704, 1938, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2705, 2017, '0', 'preview', '2021-11-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2706, 1925, '0', 'preview', '2021-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2707, 1926, '0', 'preview', '2021-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2708, 2034, '0', 'preview', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2709, 1949, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2710, 2029, '0', 'preview', '2021-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2711, 1936, '0', 'preview', '2021-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2712, 2036, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2713, 2045, '0', 'preview', '2021-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2714, 2045, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2715, 2022, '0', 'default', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2716, 2018, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2717, 2013, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2718, 1942, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2719, 2014, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2720, 1945, '0', 'default', '2021-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2721, 1949, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2722, 1962, '0', 'default', '2021-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2723, 1917, '0', 'preview', '2021-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2724, 1896, '0', 'default', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2725, 2040, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2726, 1897, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2727, 1919, '0', 'preview', '2021-11-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2728, 2030, '0', 'preview', '2021-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2729, 1927, '0', 'preview', '2021-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2730, 1948, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2731, 1944, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2732, 1961, '0', 'default', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2733, 1960, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2734, 1904, '0', 'default', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2735, 1965, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2736, 1964, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2737, 2018, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2738, 2015, '0', 'preview', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2739, 1943, '0', 'default', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2740, 1935, '0', 'preview', '2021-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2741, 1934, '0', 'preview', '2021-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2742, 2014, '0', 'preview', '2021-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2743, 2033, '0', 'preview', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2744, 1959, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2745, 1903, '0', 'preview', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2746, 1942, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2747, 1925, '0', 'default', '2021-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2748, 1913, '0', 'default', '2021-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2749, 2017, '0', 'preview', '2021-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2750, 2020, '0', 'preview', '2021-11-17', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2751, 2025, '0', 'default', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2752, 2019, '0', 'default', '2021-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2753, 2039, '0', 'preview', '2021-11-17', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2754, 2031, '0', 'preview', '2021-11-17', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2755, 1897, '0', 'preview', '2021-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2756, 2029, '0', 'preview', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2757, 1904, '0', 'preview', '2021-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2758, 2019, '0', 'preview', '2021-11-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2759, 2024, '0', 'preview', '2021-11-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2760, 2027, '0', 'preview', '2021-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2761, 2016, '0', 'preview', '2021-11-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2762, 2031, '0', 'default', '2021-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2763, 2020, '0', 'default', '2021-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2764, 1934, '0', 'preview', '2021-11-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2765, 1967, '0', 'preview', '2021-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2766, 1949, '0', 'preview', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2767, 2039, '0', 'default', '2021-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2768, 1896, '0', 'default', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2769, 1948, '0', 'preview', '2021-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2770, 2030, '0', 'preview', '2021-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2771, 2043, '0', 'preview', '2021-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2772, 1896, '0', 'preview', '2021-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2773, 1902, '0', 'preview', '2021-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2774, 2025, '0', 'preview', '2021-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2775, 1935, '0', 'preview', '2021-11-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2776, 1930, '0', 'preview', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2777, 2036, '0', 'preview', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2778, 2018, '0', 'preview', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2779, 1886, '0', 'preview', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2780, 1945, '0', 'preview', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2781, 1944, '0', 'default', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2782, 1948, '0', 'default', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2783, 1927, '0', 'preview', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2784, 1904, '0', 'default', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2785, 2038, '0', 'preview', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2786, 2044, '0', 'preview', '2021-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2787, 1946, '0', 'preview', '2021-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2788, 2020, '0', 'preview', '2021-11-18', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2789, 1886, '0', 'preview', '2021-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2790, 2039, '0', 'preview', '2021-11-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2791, 2031, '0', 'preview', '2021-11-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2792, 2013, '0', 'preview', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2793, 1934, '0', 'preview', '2021-11-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2794, 1922, '0', 'preview', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2795, 1935, '0', 'preview', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2796, 2019, '0', 'default', '2021-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2797, 2018, '0', 'default', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2798, 2033, '0', 'preview', '2021-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2799, 2024, '0', 'preview', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2800, 2019, '0', 'preview', '2021-11-18', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2801, 2025, '0', 'preview', '2021-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2802, 1899, '0', 'preview', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2803, 1962, '0', 'default', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2804, 1934, '0', 'default', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2805, 1935, '0', 'default', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2806, 1967, '0', 'preview', '2021-11-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2807, 2016, '0', 'preview', '2021-11-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2808, 1948, '0', 'preview', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2809, 1947, '0', 'preview', '2021-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2810, 1930, '0', 'preview', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2811, 2018, '0', 'preview', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2812, 1919, '0', 'default', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2813, 1962, '0', 'preview', '2021-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2814, 2021, '0', 'preview', '2021-11-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2815, 1896, '0', 'preview', '2021-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2816, 1958, '0', 'default', '2021-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2817, 1950, '0', 'default', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2818, 1959, '0', 'default', '2021-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2819, 1904, '0', 'preview', '2021-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2820, 1945, '0', 'preview', '2021-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2821, 1942, '0', 'preview', '2021-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2822, 2043, '0', 'preview', '2021-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2823, 2020, '0', 'default', '2021-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2824, 1903, '0', 'preview', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2825, 1948, '0', 'preview', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2826, 1904, '0', 'preview', '2021-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2827, 2020, '0', 'preview', '2021-11-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2828, 1896, '0', 'default', '2021-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2829, 2039, '0', 'preview', '2021-11-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2830, 2043, '0', 'preview', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2831, 2044, '0', 'preview', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2832, 2031, '0', 'preview', '2021-11-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2833, 2045, '0', 'default', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2834, 2019, '0', 'default', '2021-11-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2835, 1904, '0', 'default', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2836, 2018, '0', 'default', '2021-11-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2837, 2025, '0', 'default', '2021-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2838, 1962, '0', 'preview', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2839, 2016, '0', 'preview', '2021-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2840, 2027, '0', 'preview', '2021-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2841, 2017, '0', 'preview', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2842, 2038, '0', 'preview', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2843, 1944, '0', 'default', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2844, 1945, '0', 'preview', '2021-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2845, 1896, '0', 'preview', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2846, 1900, '0', 'default', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2847, 1949, '0', 'default', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2848, 1934, '0', 'preview', '2021-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2849, 2024, '0', 'preview', '2021-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2850, 1935, '0', 'preview', '2021-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2851, 1947, '0', 'default', '2021-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2852, 2016, '0', 'preview', '2021-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2853, 2039, '0', 'preview', '2021-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2854, 2031, '0', 'preview', '2021-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2855, 2020, '0', 'preview', '2021-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2856, 2043, '0', 'preview', '2021-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2857, 2017, '0', 'preview', '2021-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2858, 2022, '0', 'preview', '2021-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2859, 1925, '0', 'preview', '2021-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2860, 1965, '0', 'default', '2021-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2861, 1964, '0', 'default', '2021-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2862, 1919, '0', 'preview', '2021-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2863, 1962, '0', 'preview', '2021-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2864, 2044, '0', 'default', '2021-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2865, 2031, '0', 'default', '2021-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2866, 1934, '0', 'preview', '2021-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2867, 1935, '0', 'preview', '2021-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2868, 1904, '0', 'default', '2021-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2869, 2039, '0', 'preview', '2021-11-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2870, 2043, '0', 'preview', '2021-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2871, 2044, '0', 'preview', '2021-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2872, 2016, '0', 'preview', '2021-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2873, 2031, '0', 'preview', '2021-11-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2874, 1896, '0', 'preview', '2021-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2875, 1897, '0', 'preview', '2021-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2876, 1904, '0', 'preview', '2021-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2877, 1903, '0', 'preview', '2021-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2878, 2033, '0', 'preview', '2021-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2879, 1938, '0', 'preview', '2021-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2880, 1934, '0', 'preview', '2021-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2881, 1962, '0', 'preview', '2021-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2882, 2020, '0', 'preview', '2021-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2883, 1935, '0', 'preview', '2021-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2884, 1930, '0', 'preview', '2021-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2885, 1932, '0', 'default', '2021-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2886, 1896, '0', 'default', '2021-11-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2887, 2044, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2888, 1967, '0', 'preview', '2021-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2889, 2020, '0', 'preview', '2021-11-22', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2890, 2027, '0', 'preview', '2021-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2891, 1934, '0', 'preview', '2021-11-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2892, 1930, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2893, 1936, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2894, 2039, '0', 'preview', '2021-11-22', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2895, 1919, '0', 'default', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2896, 2031, '0', 'preview', '2021-11-22', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2897, 2029, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2898, 1935, '0', 'preview', '2021-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2899, 1938, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2900, 2024, '0', 'preview', '2021-11-22', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2901, 1904, '0', 'default', '2021-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2902, 1940, '0', 'default', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2903, 1904, '0', 'preview', '2021-11-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2904, 2025, '0', 'preview', '2021-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2905, 1943, '0', 'default', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2906, 1917, '0', 'preview', '2021-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2907, 1896, '0', 'preview', '2021-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2908, 1912, '0', 'default', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2909, 1967, '0', 'default', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2910, 2019, '0', 'default', '2021-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2911, 1922, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2912, 1923, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2913, 1919, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2914, 1962, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2915, 2016, '0', 'preview', '2021-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2916, 1948, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2917, 1905, '0', 'preview', '2021-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2918, 2040, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2919, 2020, '0', 'default', '2021-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2920, 2043, '0', 'default', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2921, 2017, '0', 'default', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2922, 1946, '0', 'preview', '2021-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2923, 2025, '0', 'default', '2021-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2924, 2031, '0', 'preview', '2021-11-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2925, 2020, '0', 'preview', '2021-11-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2926, 2039, '0', 'preview', '2021-11-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2927, 1904, '0', 'preview', '2021-11-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2928, 1967, '0', 'preview', '2021-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2929, 1967, '0', 'default', '2021-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2930, 2020, '0', 'default', '2021-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2931, 1962, '0', 'default', '2021-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2932, 1962, '0', 'preview', '2021-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2933, 2025, '0', 'default', '2021-11-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2934, 1934, '0', 'preview', '2021-11-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2935, 2019, '0', 'default', '2021-11-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2936, 1903, '0', 'default', '2021-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2937, 2040, '0', 'default', '2021-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2938, 2027, '0', 'preview', '2021-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2939, 2024, '0', 'preview', '2021-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2940, 1922, '0', 'preview', '2021-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2941, 1919, '0', 'preview', '2021-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2942, 2044, '0', 'preview', '2021-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2943, 1938, '0', 'preview', '2021-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2944, 1936, '0', 'preview', '2021-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2945, 2016, '0', 'preview', '2021-11-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2946, 1964, '0', 'preview', '2021-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2947, 1935, '0', 'preview', '2021-11-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2948, 1935, '0', 'default', '2021-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2949, 1896, '0', 'preview', '2021-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2950, 1934, '0', 'preview', '2021-11-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2951, 1935, '0', 'preview', '2021-11-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2952, 1948, '0', 'preview', '2021-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2953, 2020, '0', 'preview', '2021-11-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2954, 1904, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2955, 2039, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2956, 2031, '0', 'default', '2021-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2957, 2031, '0', 'preview', '2021-11-24', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2958, 2016, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2959, 2024, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2960, 2027, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2961, 2027, '0', 'preview', '2021-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2962, 2025, '0', 'preview', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2963, 2019, '0', 'preview', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2964, 2019, '0', 'default', '2021-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2965, 2039, '0', 'preview', '2021-11-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2966, 2025, '0', 'default', '2021-11-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2967, 2029, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2968, 1962, '0', 'preview', '2021-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2969, 2044, '0', 'preview', '2021-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2970, 1922, '0', 'preview', '2021-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2971, 1947, '0', 'preview', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2972, 2016, '0', 'preview', '2021-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2973, 2020, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2974, 1896, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2975, 1965, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2976, 1922, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2977, 2024, '0', 'preview', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2978, 2043, '0', 'preview', '2021-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2979, 1967, '0', 'preview', '2021-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2980, 1959, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2981, 1953, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2982, 1945, '0', 'preview', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2983, 1930, '0', 'preview', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2984, 1934, '0', 'default', '2021-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2985, 1904, '0', 'default', '2021-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2986, 1896, '0', 'default', '2021-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2987, 2036, '0', 'preview', '2021-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2988, 2025, '0', 'preview', '2021-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2989, 1919, '0', 'preview', '2021-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2990, 2020, '0', 'preview', '2021-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2991, 2031, '0', 'preview', '2021-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2992, 1936, '0', 'preview', '2021-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2993, 2039, '0', 'preview', '2021-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2994, 1934, '0', 'preview', '2021-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2995, 2040, '0', 'preview', '2021-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2996, 1930, '0', 'preview', '2021-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2997, 1897, '0', 'preview', '2021-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2998, 2016, '0', 'preview', '2021-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2999, 2024, '0', 'preview', '2021-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3000, 1967, '0', 'default', '2021-11-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3001, 1958, '0', 'default', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3002, 2039, '0', 'preview', '2021-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3003, 1944, '0', 'preview', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3004, 2031, '0', 'preview', '2021-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3005, 2020, '0', 'preview', '2021-11-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3006, 1949, '0', 'preview', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3007, 1959, '0', 'preview', '2021-11-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3008, 2016, '0', 'preview', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3009, 1896, '0', 'default', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3010, 1922, '0', 'preview', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3011, 1919, '0', 'preview', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3012, 1962, '0', 'default', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3013, 1934, '0', 'preview', '2021-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3014, 1936, '0', 'preview', '2021-11-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3015, 1935, '0', 'preview', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3016, 1948, '0', 'preview', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3017, 1962, '0', 'preview', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3018, 2024, '0', 'preview', '2021-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3019, 1965, '0', 'default', '2021-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3020, 1964, '0', 'default', '2021-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3021, 2039, '0', 'preview', '2021-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3022, 1935, '0', 'preview', '2021-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3023, 1936, '0', 'preview', '2021-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3024, 1930, '0', 'preview', '2021-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3025, 1934, '0', 'preview', '2021-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3026, 1934, '0', 'preview', '2021-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3027, 1948, '0', 'preview', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3028, 2017, '0', 'default', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3029, 2044, '0', 'default', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3030, 1919, '0', 'default', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3031, 2013, '0', 'preview', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3032, 2017, '0', 'preview', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3033, 2014, '0', 'preview', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3034, 2043, '0', 'preview', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3035, 2044, '0', 'preview', '2021-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3036, 1896, '0', 'preview', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3037, 1904, '0', 'preview', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3038, 2020, '0', 'preview', '2021-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3039, 2019, '0', 'preview', '2021-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3040, 2025, '0', 'preview', '2021-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3041, 1962, '0', 'preview', '2021-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3042, 2027, '0', 'preview', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3043, 2024, '0', 'preview', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3044, 1967, '0', 'preview', '2021-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3045, 2043, '0', 'default', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3046, 2039, '0', 'preview', '2021-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3047, 2031, '0', 'preview', '2021-11-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3048, 2012, '0', 'default', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3049, 1936, '0', 'default', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3050, 1904, '0', 'default', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3051, 1936, '0', 'preview', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3052, 1962, '0', 'default', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3053, 1960, '0', 'preview', '2021-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3054, 2039, '0', 'preview', '2021-11-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3055, 2034, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3056, 2016, '0', 'preview', '2021-11-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3057, 2024, '0', 'preview', '2021-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3058, 2017, '0', 'preview', '2021-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3059, 2027, '0', 'preview', '2021-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3060, 2017, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3061, 1962, '0', 'default', '2021-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3062, 1944, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3063, 1942, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3064, 1945, '0', 'preview', '2021-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3065, 1941, '0', 'preview', '2021-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3066, 1896, '0', 'preview', '2021-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3067, 2021, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3068, 2020, '0', 'preview', '2021-11-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3069, 2025, '0', 'preview', '2021-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3070, 1964, '0', 'preview', '2021-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3071, 1936, '0', 'preview', '2021-11-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3072, 1930, '0', 'preview', '2021-11-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3073, 2039, '0', 'default', '2021-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3074, 2031, '0', 'preview', '2021-11-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3075, 2040, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3076, 1934, '0', 'preview', '2021-11-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3077, 1896, '0', 'default', '2021-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3078, 1935, '0', 'preview', '2021-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3079, 1927, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3080, 2022, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3081, 2043, '0', 'preview', '2021-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3082, 1959, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3083, 2031, '0', 'default', '2021-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3084, 2025, '0', 'default', '2021-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3085, 2043, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3086, 2016, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3087, 2044, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3088, 1912, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3089, 2030, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3090, 1919, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3091, 2038, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3092, 1926, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3093, 1958, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3094, 1967, '0', 'preview', '2021-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3095, 1953, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3096, 2020, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3097, 1948, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3098, 1941, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3099, 2019, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3100, 2019, '0', 'preview', '2021-11-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3101, 1946, '0', 'preview', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3102, 1904, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3103, 1946, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3104, 1964, '0', 'default', '2021-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3105, 1965, '0', 'default', '2021-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3106, 2031, '0', 'preview', '2021-11-30', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3107, 2039, '0', 'preview', '2021-11-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3108, 2020, '0', 'preview', '2021-11-30', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3109, 1956, '0', 'default', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3110, 1959, '0', 'default', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3111, 1958, '0', 'default', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3112, 1967, '0', 'preview', '2021-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3113, 2019, '0', 'preview', '2021-11-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3114, 1934, '0', 'preview', '2021-11-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3115, 1935, '0', 'preview', '2021-11-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3116, 2024, '0', 'preview', '2021-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3117, 1936, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3118, 2027, '0', 'preview', '2021-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3119, 2019, '0', 'default', '2021-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3120, 2034, '0', 'preview', '2021-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3121, 2025, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3122, 2043, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3123, 2017, '0', 'preview', '2021-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3124, 2044, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3125, 2026, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3126, 1904, '0', 'preview', '2021-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3127, 2025, '0', 'default', '2021-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3128, 2016, '0', 'preview', '2021-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3129, 2016, '0', 'default', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3130, 1948, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3131, 2013, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3132, 1896, '0', 'preview', '2021-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3133, 1962, '0', 'preview', '2021-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3134, 1909, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3135, 2030, '0', 'default', '2021-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3136, 1949, '0', 'default', '2021-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3137, 1962, '0', 'default', '2021-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3138, 1961, '0', 'default', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3139, 2021, '0', 'default', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3140, 2044, '0', 'default', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3141, 1927, '0', 'default', '2021-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3142, 1919, '0', 'preview', '2021-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3143, 1922, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3144, 2039, '0', 'default', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3145, 1942, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3146, 1942, '0', 'default', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3147, 1926, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3148, 2038, '0', 'preview', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3149, 1919, '0', 'default', '2021-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3150, 1930, '0', 'preview', '2021-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3151, 2020, '0', 'preview', '2021-12-01', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3152, 2039, '0', 'preview', '2021-12-01', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3153, 2031, '0', 'preview', '2021-12-01', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3154, 1962, '0', 'preview', '2021-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3155, 1904, '0', 'preview', '2021-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3156, 1967, '0', 'preview', '2021-12-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3157, 2027, '0', 'preview', '2021-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3158, 2039, '0', 'default', '2021-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3159, 2031, '0', 'default', '2021-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3160, 2020, '0', 'default', '2021-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3161, 1967, '0', 'default', '2021-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3162, 1919, '0', 'preview', '2021-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3163, 2017, '0', 'preview', '2021-12-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3164, 2017, '0', 'default', '2021-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3165, 1922, '0', 'preview', '2021-12-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3166, 1922, '0', 'default', '2021-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3167, 1919, '0', 'default', '2021-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3168, 2016, '0', 'preview', '2021-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3169, 2024, '0', 'preview', '2021-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3170, 1896, '0', 'default', '2021-12-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3171, 1918, '0', 'default', '2021-12-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3172, 2013, '0', 'default', '2021-12-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3173, 1903, '0', 'preview', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3174, 2019, '0', 'preview', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3175, 2029, '0', 'preview', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3176, 1934, '0', 'preview', '2021-12-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3177, 1937, '0', 'preview', '2021-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3178, 1935, '0', 'preview', '2021-12-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3179, 1930, '0', 'preview', '2021-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3180, 1945, '0', 'preview', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3181, 1950, '0', 'preview', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3182, 2025, '0', 'default', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3183, 1896, '0', 'preview', '2021-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3184, 2043, '0', 'preview', '2021-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3185, 2044, '0', 'preview', '2021-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3186, 2025, '0', 'preview', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3187, 1938, '0', 'preview', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3188, 1948, '0', 'preview', '2021-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3189, 2033, '0', 'preview', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3190, 1948, '0', 'default', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3191, 2016, '0', 'default', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3192, 2027, '0', 'default', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3193, 2024, '0', 'default', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3194, 1949, '0', 'preview', '2021-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3195, 1942, '0', 'preview', '2021-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3196, 1947, '0', 'preview', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3197, 1900, '0', 'preview', '2021-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3198, 1961, '0', 'default', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3199, 2038, '0', 'preview', '2021-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3200, 1961, '0', 'preview', '2021-12-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3201, 2045, '0', 'preview', '2021-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3202, 2019, '0', 'default', '2021-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3203, 1935, '0', 'preview', '2021-12-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3204, 1934, '0', 'preview', '2021-12-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3205, 1936, '0', 'preview', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3206, 2027, '0', 'preview', '2021-12-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3207, 1896, '0', 'default', '2021-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3208, 1945, '0', 'preview', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3209, 2013, '0', 'preview', '2021-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3210, 1896, '0', 'preview', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3211, 2019, '0', 'preview', '2021-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3212, 2014, '0', 'preview', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3213, 2016, '0', 'preview', '2021-12-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3214, 2024, '0', 'preview', '2021-12-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3215, 2020, '0', 'preview', '2021-12-02', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3216, 1962, '0', 'preview', '2021-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3217, 2039, '0', 'preview', '2021-12-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3218, 2031, '0', 'preview', '2021-12-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3219, 1904, '0', 'preview', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3220, 1922, '0', 'default', '2021-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3221, 1948, '0', 'default', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3222, 1967, '0', 'default', '2021-12-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3223, 1967, '0', 'preview', '2021-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3224, 2019, '0', 'default', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3225, 2039, '0', 'default', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3226, 2031, '0', 'default', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3227, 2020, '0', 'default', '2021-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3228, 2044, '0', 'default', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3229, 1902, '0', 'preview', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3230, 1930, '0', 'preview', '2021-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3231, 1903, '0', 'preview', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3232, 1912, '0', 'preview', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3233, 1886, '0', 'preview', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3234, 1949, '0', 'default', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3235, 2017, '0', 'preview', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3236, 1942, '0', 'default', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3237, 1947, '0', 'default', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3238, 1943, '0', 'default', '2021-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3239, 1941, '0', 'default', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3240, 2030, '0', 'default', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3241, 2027, '0', 'default', '2021-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3242, 1937, '0', 'preview', '2021-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3243, 1948, '0', 'preview', '2021-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3244, 2025, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3245, 2020, '0', 'preview', '2021-12-03', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3246, 2031, '0', 'preview', '2021-12-03', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3247, 2039, '0', 'preview', '2021-12-03', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3248, 2016, '0', 'preview', '2021-12-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3249, 2027, '0', 'preview', '2021-12-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3250, 1967, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3251, 1946, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3252, 1919, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3253, 1922, '0', 'preview', '2021-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3254, 1896, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3255, 1946, '0', 'default', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3256, 1938, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3257, 2040, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3258, 2033, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3259, 1935, '0', 'preview', '2021-12-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3260, 1903, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3261, 1899, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3262, 1904, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3263, 2030, '0', 'default', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3264, 1934, '0', 'preview', '2021-12-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3265, 2039, '0', 'default', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3266, 2031, '0', 'default', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3267, 1937, '0', 'preview', '2021-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3268, 1967, '0', 'default', '2021-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3269, 1962, '0', 'preview', '2021-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3270, 2016, '0', 'default', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3271, 1922, '0', 'default', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3272, 2024, '0', 'preview', '2021-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3273, 1936, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3274, 1930, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3275, 2013, '0', 'preview', '2021-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3276, 2019, '0', 'preview', '2021-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3277, 2039, '0', 'preview', '2021-12-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3278, 2031, '0', 'preview', '2021-12-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3279, 2020, '0', 'preview', '2021-12-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3280, 2024, '0', 'preview', '2021-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3281, 1948, '0', 'preview', '2021-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3282, 1927, '0', 'default', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3283, 1935, '0', 'preview', '2021-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3284, 2039, '0', 'default', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3285, 2043, '0', 'preview', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3286, 1934, '0', 'preview', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3287, 2025, '0', 'preview', '2021-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3288, 2025, '0', 'default', '2021-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3289, 2019, '0', 'preview', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3290, 1967, '0', 'preview', '2021-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3291, 1938, '0', 'preview', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3292, 2033, '0', 'preview', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3293, 2040, '0', 'preview', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3294, 1930, '0', 'preview', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3295, 1945, '0', 'preview', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3296, 1946, '0', 'preview', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3297, 1947, '0', 'preview', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3298, 2017, '0', 'preview', '2021-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3299, 2016, '0', 'preview', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3300, 2027, '0', 'preview', '2021-12-05', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3301, 1896, '0', 'default', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3302, 2012, '0', 'preview', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3303, 2025, '0', 'default', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3304, 2024, '0', 'preview', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3305, 1896, '0', 'preview', '2021-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3306, 2039, '0', 'default', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3307, 2044, '0', 'default', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3308, 2020, '0', 'preview', '2021-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3309, 1934, '0', 'preview', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3310, 1930, '0', 'preview', '2021-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3311, 2039, '0', 'preview', '2021-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3312, 1962, '0', 'preview', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3313, 2043, '0', 'default', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3314, 2025, '0', 'preview', '2021-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3315, 1946, '0', 'default', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3316, 2031, '0', 'preview', '2021-12-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3317, 1960, '0', 'default', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3318, 1962, '0', 'default', '2021-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3319, 1922, '0', 'default', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3320, 1950, '0', 'preview', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3321, 2030, '0', 'default', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3322, 1904, '0', 'preview', '2021-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3323, 2039, '0', 'preview', '2021-12-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3324, 1962, '0', 'default', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3325, 1934, '0', 'preview', '2021-12-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3326, 2017, '0', 'default', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3327, 2020, '0', 'preview', '2021-12-06', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3328, 2025, '0', 'preview', '2021-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3329, 2031, '0', 'preview', '2021-12-06', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3330, 1935, '0', 'preview', '2021-12-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3331, 2016, '0', 'preview', '2021-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3332, 2016, '0', 'default', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3333, 2025, '0', 'default', '2021-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3334, 2013, '0', 'preview', '2021-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3335, 2019, '0', 'preview', '2021-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3336, 1896, '0', 'preview', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3337, 1904, '0', 'preview', '2021-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3338, 1930, '0', 'default', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3339, 2019, '0', 'default', '2021-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3340, 1962, '0', 'preview', '2021-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3341, 2017, '0', 'preview', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3342, 2027, '0', 'preview', '2021-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3343, 2024, '0', 'preview', '2021-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3344, 1936, '0', 'preview', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3345, 1938, '0', 'preview', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3346, 1919, '0', 'default', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3347, 1948, '0', 'default', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3348, 2014, '0', 'default', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3349, 1967, '0', 'default', '2021-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3350, 2039, '0', 'default', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3351, 1919, '0', 'preview', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3352, 1922, '0', 'preview', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3353, 1967, '0', 'preview', '2021-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3354, 2039, '0', 'preview', '2021-12-07', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3355, 1922, '0', 'preview', '2021-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3356, 1926, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3357, 2038, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3358, 2043, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3359, 1896, '0', 'preview', '2021-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3360, 2017, '0', 'preview', '2021-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3361, 1967, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3362, 1966, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3363, 2016, '0', 'preview', '2021-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3364, 2020, '0', 'preview', '2021-12-07', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3365, 2025, '0', 'preview', '2021-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3366, 1945, '0', 'preview', '2021-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3367, 2031, '0', 'preview', '2021-12-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3368, 1962, '0', 'preview', '2021-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3369, 2027, '0', 'preview', '2021-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3370, 2023, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3371, 2024, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3372, 2013, '0', 'preview', '2021-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3373, 2024, '0', 'default', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3374, 1934, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3375, 1930, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3376, 2019, '0', 'preview', '2021-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3377, 1919, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3378, 2031, '0', 'default', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3379, 1922, '0', 'default', '2021-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3380, 2038, '0', 'default', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3381, 2044, '0', 'default', '2021-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3382, 2043, '0', 'default', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3383, 2045, '0', 'default', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3384, 1948, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3385, 1967, '0', 'default', '2021-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3386, 2044, '0', 'preview', '2021-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3387, 1935, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3388, 1951, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3389, 1950, '0', 'preview', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3390, 1896, '0', 'default', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3391, 2017, '0', 'default', '2021-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3392, 1967, '0', 'preview', '2021-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3393, 2031, '0', 'preview', '2021-12-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3394, 2020, '0', 'preview', '2021-12-08', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3395, 1956, '0', 'preview', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3396, 2019, '0', 'preview', '2021-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3397, 1904, '0', 'preview', '2021-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3398, 2019, '0', 'default', '2021-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3399, 1896, '0', 'preview', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3400, 2025, '0', 'preview', '2021-12-08', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3401, 2025, '0', 'default', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3402, 1938, '0', 'preview', '2021-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3403, 1935, '0', 'preview', '2021-12-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3404, 1936, '0', 'preview', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3405, 2033, '0', 'preview', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3406, 2034, '0', 'preview', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3407, 2040, '0', 'preview', '2021-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3408, 1930, '0', 'preview', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3409, 2039, '0', 'preview', '2021-12-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3410, 2014, '0', 'preview', '2021-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3411, 2013, '0', 'preview', '2021-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3412, 2024, '0', 'preview', '2021-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3413, 2027, '0', 'preview', '2021-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3414, 1962, '0', 'preview', '2021-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3415, 2016, '0', 'preview', '2021-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3416, 1904, '0', 'default', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3417, 1902, '0', 'preview', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3418, 1949, '0', 'preview', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3419, 1967, '0', 'default', '2021-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3420, 1922, '0', 'preview', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3421, 2027, '0', 'default', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3422, 1934, '0', 'preview', '2021-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3423, 2045, '0', 'default', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3424, 2044, '0', 'preview', '2021-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3425, 2021, '0', 'preview', '2021-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3426, 1927, '0', 'preview', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3427, 1896, '0', 'default', '2021-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3428, 1948, '0', 'default', '2021-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3429, 1944, '0', 'default', '2021-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3430, 2020, '0', 'default', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3431, 1942, '0', 'default', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3432, 1945, '0', 'default', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3433, 1946, '0', 'default', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3434, 1934, '0', 'default', '2021-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3435, 1930, '0', 'preview', '2021-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3436, 2031, '0', 'preview', '2021-12-09', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3437, 2039, '0', 'preview', '2021-12-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3438, 2020, '0', 'preview', '2021-12-09', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3439, 1886, '0', 'preview', '2021-12-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3440, 2027, '0', 'preview', '2021-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3441, 2025, '0', 'default', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3442, 2039, '0', 'default', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3443, 1919, '0', 'preview', '2021-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3444, 2031, '0', 'default', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3445, 1922, '0', 'preview', '2021-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3446, 2020, '0', 'default', '2021-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3447, 1922, '0', 'default', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3448, 1919, '0', 'default', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3449, 2044, '0', 'default', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3450, 2043, '0', 'default', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3451, 2030, '0', 'preview', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3452, 2019, '0', 'default', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3453, 2036, '0', 'default', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3454, 1923, '0', 'preview', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3455, 1934, '0', 'preview', '2021-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3456, 2016, '0', 'preview', '2021-12-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3457, 1896, '0', 'default', '2021-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3458, 1935, '0', 'preview', '2021-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3459, 2025, '0', 'preview', '2021-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3460, 2036, '0', 'preview', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3461, 1967, '0', 'preview', '2021-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3462, 1958, '0', 'preview', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3463, 2019, '0', 'preview', '2021-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3464, 1904, '0', 'preview', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3465, 2021, '0', 'default', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3466, 2013, '0', 'preview', '2021-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3467, 2014, '0', 'preview', '2021-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3468, 1962, '0', 'preview', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3469, 2024, '0', 'preview', '2021-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3470, 1950, '0', 'preview', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3471, 1959, '0', 'preview', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3472, 1964, '0', 'preview', '2021-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3473, 2039, '0', 'preview', '2021-12-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3474, 2043, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3475, 2017, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3476, 2039, '0', 'default', '2021-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3477, 2031, '0', 'default', '2021-12-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3478, 2020, '0', 'default', '2021-12-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3479, 2031, '0', 'preview', '2021-12-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3480, 2020, '0', 'preview', '2021-12-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3481, 1930, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3482, 1936, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3483, 1935, '0', 'preview', '2021-12-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3484, 2016, '0', 'preview', '2021-12-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3485, 2024, '0', 'preview', '2021-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3486, 2014, '0', 'preview', '2021-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3487, 1943, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3488, 1941, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3489, 1904, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3490, 2025, '0', 'preview', '2021-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3491, 1927, '0', 'default', '2021-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3492, 2019, '0', 'default', '2021-12-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3493, 1896, '0', 'preview', '2021-12-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3494, 1967, '0', 'default', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3495, 1934, '0', 'preview', '2021-12-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3496, 2013, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3497, 1896, '0', 'default', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3498, 1948, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3499, 1897, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3500, 1912, '0', 'preview', '2021-12-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3501, 2027, '0', 'default', '2021-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3502, 2027, '0', 'preview', '2021-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3503, 1942, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3504, 2019, '0', 'preview', '2021-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3505, 1967, '0', 'preview', '2021-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3506, 1962, '0', 'preview', '2021-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3507, 2025, '0', 'default', '2021-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3508, 1922, '0', 'default', '2021-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3509, 2020, '0', 'preview', '2021-12-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3510, 2031, '0', 'preview', '2021-12-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3511, 1962, '0', 'default', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3512, 1922, '0', 'default', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3513, 1919, '0', 'preview', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3514, 2013, '0', 'preview', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3515, 1967, '0', 'default', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3516, 1896, '0', 'default', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3517, 2025, '0', 'default', '2021-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3518, 2039, '0', 'preview', '2021-12-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3519, 1934, '0', 'preview', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3520, 1935, '0', 'preview', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3521, 2016, '0', 'preview', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3522, 2044, '0', 'default', '2021-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3523, 1946, '0', 'preview', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3524, 2031, '0', 'default', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3525, 2020, '0', 'default', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3526, 2044, '0', 'preview', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3527, 2024, '0', 'preview', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3528, 2027, '0', 'preview', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3529, 1904, '0', 'preview', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3530, 1962, '0', 'preview', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3531, 2043, '0', 'default', '2021-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3532, 2013, '0', 'preview', '2021-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3533, 2020, '0', 'preview', '2021-12-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3534, 1948, '0', 'preview', '2021-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3535, 2027, '0', 'default', '2021-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3536, 2024, '0', 'default', '2021-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3537, 1966, '0', 'default', '2021-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3538, 2019, '0', 'default', '2021-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3539, 1967, '0', 'preview', '2021-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3540, 1904, '0', 'preview', '2021-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3541, 2016, '0', 'preview', '2021-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3542, 2031, '0', 'preview', '2021-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3543, 2039, '0', 'preview', '2021-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3544, 1935, '0', 'preview', '2021-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3545, 1896, '0', 'preview', '2021-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3546, 2025, '0', 'preview', '2021-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3547, 1903, '0', 'preview', '2021-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3548, 2019, '0', 'preview', '2021-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3549, 1934, '0', 'preview', '2021-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3550, 2039, '0', 'preview', '2021-12-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3551, 2043, '0', 'preview', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3552, 2038, '0', 'preview', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3553, 2016, '0', 'preview', '2021-12-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3554, 2024, '0', 'preview', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3555, 1896, '0', 'preview', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3556, 1948, '0', 'preview', '2021-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3557, 2020, '0', 'preview', '2021-12-13', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3558, 2013, '0', 'preview', '2021-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3559, 2024, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3560, 1934, '0', 'preview', '2021-12-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3561, 2031, '0', 'preview', '2021-12-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3562, 2031, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3563, 1923, '0', 'preview', '2021-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3564, 1967, '0', 'preview', '2021-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3565, 1904, '0', 'default', '2021-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3566, 2019, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3567, 2019, '0', 'preview', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3568, 1896, '0', 'default', '2021-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3569, 1956, '0', 'default', '2021-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3570, 1959, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3571, 1954, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3572, 1957, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3573, 1952, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3574, 1953, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3575, 2027, '0', 'preview', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3576, 1909, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3577, 1922, '0', 'preview', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3578, 1919, '0', 'default', '2021-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3579, 1919, '0', 'preview', '2021-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3580, 1967, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3581, 1962, '0', 'preview', '2021-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3582, 1935, '0', 'preview', '2021-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3583, 2044, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3584, 2039, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3585, 2027, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3586, 2029, '0', 'default', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3587, 2029, '0', 'preview', '2021-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3588, 2016, '0', 'preview', '2021-12-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3589, 2020, '0', 'preview', '2021-12-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3590, 2039, '0', 'preview', '2021-12-14', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3591, 1962, '0', 'preview', '2021-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3592, 1944, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3593, 2031, '0', 'preview', '2021-12-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3594, 1934, '0', 'preview', '2021-12-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3595, 1935, '0', 'preview', '2021-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3596, 1919, '0', 'preview', '2021-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3597, 1922, '0', 'preview', '2021-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3598, 1946, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3599, 1947, '0', 'preview', '2021-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3600, 1896, '0', 'default', '2021-12-14', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3601, 1949, '0', 'preview', '2021-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3602, 2013, '0', 'preview', '2021-12-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3603, 2017, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3604, 2018, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3605, 1936, '0', 'preview', '2021-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3606, 1967, '0', 'preview', '2021-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3607, 1896, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3608, 2020, '0', 'default', '2021-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3609, 2030, '0', 'preview', '2021-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3610, 2019, '0', 'preview', '2021-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3611, 2031, '0', 'default', '2021-12-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3612, 2043, '0', 'preview', '2021-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3613, 2044, '0', 'preview', '2021-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3614, 1904, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3615, 2034, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3616, 2027, '0', 'preview', '2021-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3617, 2024, '0', 'preview', '2021-12-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3618, 1930, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3619, 1904, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3620, 1964, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3621, 2019, '0', 'default', '2021-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3622, 2040, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3623, 1948, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3624, 2036, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3625, 2040, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3626, 1934, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3627, 1948, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3628, 1962, '0', 'default', '2021-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3629, 1919, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3630, 2021, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3631, 1927, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3632, 1967, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3633, 1930, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3634, 2025, '0', 'preview', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3635, 2025, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3636, 2039, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3637, 1949, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3638, 2017, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3639, 1917, '0', 'default', '2021-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3640, 2020, '0', 'preview', '2021-12-15', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3641, 2031, '0', 'preview', '2021-12-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3642, 2016, '0', 'preview', '2021-12-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3643, 2039, '0', 'preview', '2021-12-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3644, 1896, '0', 'preview', '2021-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3645, 2027, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3646, 1923, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3647, 1886, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3648, 1934, '0', 'preview', '2021-12-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3649, 1935, '0', 'preview', '2021-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3650, 1904, '0', 'preview', '2021-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3651, 2044, '0', 'preview', '2021-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3652, 2016, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3653, 2024, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3654, 1966, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3655, 1967, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3656, 1967, '0', 'preview', '2021-12-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3657, 2027, '0', 'preview', '2021-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3658, 1922, '0', 'preview', '2021-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3659, 1919, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3660, 2017, '0', 'preview', '2021-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3661, 2021, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3662, 2014, '0', 'preview', '2021-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3663, 1945, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3664, 2039, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3665, 1962, '0', 'preview', '2021-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3666, 2013, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3667, 1905, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3668, 2025, '0', 'preview', '2021-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3669, 2030, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3670, 2045, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3671, 2045, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3672, 1930, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3673, 1897, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3674, 2034, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3675, 1932, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3676, 2036, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3677, 1936, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3678, 1936, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3679, 2024, '0', 'preview', '2021-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3680, 2014, '0', 'default', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3681, 2040, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3682, 2019, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3683, 1946, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3684, 1965, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3685, 1927, '0', 'preview', '2021-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3686, 1967, '0', 'default', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3687, 2039, '0', 'preview', '2021-12-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3688, 2031, '0', 'preview', '2021-12-16', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3689, 1934, '0', 'preview', '2021-12-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3690, 2027, '0', 'preview', '2021-12-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3691, 2016, '0', 'preview', '2021-12-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3692, 2024, '0', 'preview', '2021-12-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3693, 2020, '0', 'preview', '2021-12-16', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3694, 1935, '0', 'preview', '2021-12-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3695, 2017, '0', 'preview', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3696, 1949, '0', 'preview', '2021-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3697, 1967, '0', 'preview', '2021-12-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3698, 2040, '0', 'preview', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3699, 2044, '0', 'preview', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3700, 2030, '0', 'preview', '2021-12-16', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3701, 1904, '0', 'preview', '2021-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3702, 2019, '0', 'preview', '2021-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3703, 1962, '0', 'preview', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3704, 2031, '0', 'default', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3705, 1903, '0', 'default', '2021-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3706, 2013, '0', 'preview', '2021-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3707, 1903, '0', 'preview', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3708, 1896, '0', 'default', '2021-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3709, 1886, '0', 'preview', '2021-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3710, 1919, '0', 'preview', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3711, 1948, '0', 'preview', '2021-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3712, 1961, '0', 'default', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3713, 1904, '0', 'default', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3714, 1938, '0', 'preview', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3715, 1930, '0', 'preview', '2021-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3716, 2025, '0', 'default', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3717, 1896, '0', 'preview', '2021-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3718, 1937, '0', 'default', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3719, 2019, '0', 'default', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3720, 1936, '0', 'preview', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3721, 1934, '0', 'default', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3722, 2016, '0', 'default', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3723, 2024, '0', 'default', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3724, 2025, '0', 'preview', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3725, 1946, '0', 'preview', '2021-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3726, 2025, '0', 'default', '2021-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3727, 2020, '0', 'preview', '2021-12-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3728, 2039, '0', 'preview', '2021-12-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3729, 1948, '0', 'preview', '2021-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3730, 2031, '0', 'preview', '2021-12-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3731, 2043, '0', 'preview', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3732, 2019, '0', 'default', '2021-12-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3733, 1952, '0', 'default', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3734, 1953, '0', 'default', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3735, 1962, '0', 'preview', '2021-12-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3736, 1954, '0', 'default', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3737, 1959, '0', 'default', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3738, 1950, '0', 'default', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3739, 2013, '0', 'preview', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3740, 2044, '0', 'default', '2021-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3741, 1967, '0', 'preview', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3742, 1935, '0', 'preview', '2021-12-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3743, 1934, '0', 'preview', '2021-12-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3744, 2043, '0', 'default', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3745, 2045, '0', 'default', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3746, 2017, '0', 'default', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3747, 1967, '0', 'default', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3748, 1946, '0', 'preview', '2021-12-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3749, 2024, '0', 'preview', '2021-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3750, 2027, '0', 'preview', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3751, 1897, '0', 'default', '2021-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3752, 1897, '0', 'preview', '2021-12-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3753, 2040, '0', 'preview', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3754, 1909, '0', 'default', '2021-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3755, 1949, '0', 'default', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3756, 1896, '0', 'default', '2021-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3757, 2040, '0', 'default', '2021-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3758, 2020, '0', 'preview', '2021-12-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3759, 2031, '0', 'preview', '2021-12-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3760, 2039, '0', 'preview', '2021-12-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3761, 1934, '0', 'preview', '2021-12-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3762, 1935, '0', 'preview', '2021-12-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3763, 2027, '0', 'preview', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3764, 2024, '0', 'preview', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3765, 2023, '0', 'preview', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3766, 2015, '0', 'preview', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3767, 2016, '0', 'preview', '2021-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3768, 1962, '0', 'preview', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3769, 2025, '0', 'preview', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3770, 1896, '0', 'default', '2021-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3771, 1948, '0', 'default', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3772, 2020, '0', 'default', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3773, 2019, '0', 'default', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3774, 1904, '0', 'preview', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3775, 2019, '0', 'preview', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3776, 1967, '0', 'preview', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3777, 1896, '0', 'preview', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3778, 2013, '0', 'preview', '2021-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3779, 2025, '0', 'preview', '2021-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3780, 2019, '0', 'preview', '2021-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3781, 1967, '0', 'preview', '2021-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3782, 2020, '0', 'preview', '2021-12-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3783, 2027, '0', 'preview', '2021-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3784, 1932, '0', 'preview', '2021-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3785, 1934, '0', 'preview', '2021-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3786, 1935, '0', 'default', '2021-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3787, 1935, '0', 'preview', '2021-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3788, 1945, '0', 'preview', '2021-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3789, 2031, '0', 'preview', '2021-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3790, 1904, '0', 'preview', '2021-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3791, 2016, '0', 'preview', '2021-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3792, 2039, '0', 'preview', '2021-12-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3793, 2039, '0', 'default', '2021-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3794, 2039, '0', 'preview', '2021-12-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3795, 2020, '0', 'preview', '2021-12-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3796, 2031, '0', 'preview', '2021-12-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3797, 2019, '0', 'default', '2021-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3798, 1934, '0', 'preview', '2021-12-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3799, 2027, '0', 'preview', '2021-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3800, 1962, '0', 'preview', '2021-12-20', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3801, 1904, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3802, 1967, '0', 'preview', '2021-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3803, 1896, '0', 'preview', '2021-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3804, 1922, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3805, 2031, '0', 'default', '2021-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3806, 1936, '0', 'preview', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3807, 1897, '0', 'preview', '2021-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3808, 1919, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3809, 2043, '0', 'default', '2021-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3810, 2032, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3811, 2016, '0', 'preview', '2021-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3812, 2044, '0', 'preview', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3813, 2044, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3814, 2038, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3815, 2030, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3816, 2045, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3817, 1935, '0', 'preview', '2021-12-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3818, 1930, '0', 'preview', '2021-12-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3819, 2020, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3820, 2039, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3821, 1967, '0', 'default', '2021-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3822, 2040, '0', 'preview', '2021-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3823, 1948, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3824, 1919, '0', 'preview', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3825, 1886, '0', 'preview', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3826, 1945, '0', 'preview', '2021-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3827, 2025, '0', 'preview', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3828, 1922, '0', 'preview', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3829, 1931, '0', 'preview', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3830, 1896, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3831, 2025, '0', 'default', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3832, 1965, '0', 'preview', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3833, 2019, '0', 'preview', '2021-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3834, 1903, '0', 'preview', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3835, 1964, '0', 'preview', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3836, 1938, '0', 'preview', '2021-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3837, 1930, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3838, 2020, '0', 'preview', '2021-12-21', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3839, 1934, '0', 'preview', '2021-12-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3840, 2031, '0', 'preview', '2021-12-21', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3841, 2019, '0', 'default', '2021-12-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3842, 2025, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3843, 1886, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3844, 2024, '0', 'preview', '2021-12-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3845, 2013, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3846, 1962, '0', 'preview', '2021-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3847, 1965, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3848, 1951, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3849, 1948, '0', 'preview', '2021-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3850, 1957, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3851, 2039, '0', 'preview', '2021-12-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3852, 2025, '0', 'default', '2021-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3853, 1934, '0', 'default', '2021-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3854, 2016, '0', 'preview', '2021-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3855, 1935, '0', 'preview', '2021-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3856, 1896, '0', 'preview', '2021-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3857, 1896, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3858, 2018, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3859, 2020, '0', 'default', '2021-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3860, 2039, '0', 'default', '2021-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3861, 2031, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3862, 2033, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3863, 2014, '0', 'preview', '2021-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3864, 1904, '0', 'default', '2021-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3865, 1905, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3866, 1926, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3867, 1919, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3868, 1964, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3869, 2045, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3870, 2038, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3871, 2043, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3872, 1899, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3873, 2013, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3874, 1886, '0', 'preview', '2021-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3875, 1964, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3876, 2019, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3877, 2044, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3878, 1946, '0', 'preview', '2021-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3879, 1930, '0', 'default', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3880, 1922, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3881, 1897, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3882, 2027, '0', 'preview', '2021-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3883, 2024, '0', 'preview', '2021-12-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3884, 2027, '0', 'preview', '2021-12-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3885, 2016, '0', 'preview', '2021-12-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3886, 1946, '0', 'preview', '2021-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3887, 1948, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3888, 2033, '0', 'preview', '2021-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3889, 1945, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3890, 2020, '0', 'preview', '2021-12-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3891, 2017, '0', 'default', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3892, 2017, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3893, 1962, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3894, 1935, '0', 'preview', '2021-12-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3895, 1896, '0', 'preview', '2021-12-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3896, 2013, '0', 'preview', '2021-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3897, 1934, '0', 'preview', '2021-12-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3898, 1930, '0', 'preview', '2021-12-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3899, 1967, '0', 'preview', '2021-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3900, 2031, '0', 'preview', '2021-12-22', 17);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3901, 1897, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3902, 2014, '0', 'default', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3903, 2035, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3904, 1902, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3905, 1886, '0', 'preview', '2021-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3906, 2020, '0', 'default', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3907, 2025, '0', 'default', '2021-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3908, 1904, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3909, 2039, '0', 'preview', '2021-12-22', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3910, 2012, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3911, 2025, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3912, 1944, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3913, 2019, '0', 'default', '2021-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3914, 1964, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3915, 1923, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3916, 2021, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3917, 1950, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3918, 2045, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3919, 2019, '0', 'preview', '2021-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3920, 2018, '0', 'preview', '2021-12-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3921, 2018, '0', 'default', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3922, 1903, '0', 'preview', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3923, 2028, '0', 'preview', '2021-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3924, 2039, '0', 'default', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3925, 2045, '0', 'default', '2021-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3926, 2020, '0', 'preview', '2021-12-23', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3927, 1896, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3928, 1897, '0', 'preview', '2021-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3929, 2039, '0', 'preview', '2021-12-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3930, 2031, '0', 'preview', '2021-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3931, 2030, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3932, 2044, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3933, 2043, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3934, 2028, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3935, 2027, '0', 'default', '2021-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3936, 1966, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3937, 2016, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3938, 1922, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3939, 1951, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3940, 2024, '0', 'preview', '2021-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3941, 1934, '0', 'preview', '2021-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3942, 1935, '0', 'preview', '2021-12-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3943, 1938, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3944, 2016, '0', 'preview', '2021-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3945, 1903, '0', 'default', '2021-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3946, 1903, '0', 'preview', '2021-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3947, 1912, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3948, 1904, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3949, 1896, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3950, 1944, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3951, 1948, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3952, 2020, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3953, 1946, '0', 'preview', '2021-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3954, 1936, '0', 'preview', '2021-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3955, 2029, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3956, 1932, '0', 'preview', '2021-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3957, 1932, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3958, 1930, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3959, 1937, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3960, 2040, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3961, 2033, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3962, 2025, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3963, 1912, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3964, 1962, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3965, 2019, '0', 'preview', '2021-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3966, 2018, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3967, 1962, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3968, 1967, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3969, 2027, '0', 'preview', '2021-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3970, 2028, '0', 'preview', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3971, 2019, '0', 'default', '2021-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3972, 2019, '0', 'preview', '2021-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3973, 1922, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3974, 1903, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3975, 1934, '0', 'preview', '2021-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3976, 1935, '0', 'preview', '2021-12-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3977, 1886, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3978, 2020, '0', 'preview', '2021-12-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3979, 1956, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3980, 1957, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3981, 1952, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3982, 2025, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3983, 2028, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3984, 2027, '0', 'preview', '2021-12-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3985, 2031, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3986, 1903, '0', 'default', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3987, 1961, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3988, 1962, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3989, 2016, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3990, 1930, '0', 'preview', '2021-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3991, 1930, '0', 'preview', '2021-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3992, 2039, '0', 'preview', '2021-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3993, 1962, '0', 'preview', '2021-12-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3994, 2016, '0', 'preview', '2021-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3995, 1934, '0', 'preview', '2021-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3996, 1935, '0', 'preview', '2021-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3997, 2039, '0', 'preview', '2021-12-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3998, 2039, '0', 'preview', '2021-12-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3999, 2013, '0', 'preview', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4000, 2031, '0', 'preview', '2021-12-26', 12);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4001, 2020, '0', 'preview', '2021-12-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4002, 1927, '0', 'default', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4003, 1935, '0', 'preview', '2021-12-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4004, 1911, '0', 'default', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4005, 1966, '0', 'default', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4006, 1936, '0', 'default', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4007, 1934, '0', 'preview', '2021-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4008, 1930, '0', 'preview', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4009, 2025, '0', 'preview', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4010, 2024, '0', 'preview', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4011, 2016, '0', 'preview', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4012, 2027, '0', 'preview', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4013, 2019, '0', 'default', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4014, 2020, '0', 'default', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4015, 1903, '0', 'default', '2021-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4016, 1934, '0', 'preview', '2021-12-27', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4017, 2019, '0', 'default', '2021-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4018, 2025, '0', 'default', '2021-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4019, 2031, '0', 'default', '2021-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4020, 2039, '0', 'default', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4021, 2031, '0', 'preview', '2021-12-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4022, 1950, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4023, 1958, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4024, 1951, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4025, 2014, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4026, 2044, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4027, 2013, '0', 'preview', '2021-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4028, 2039, '0', 'preview', '2021-12-27', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4029, 2019, '0', 'preview', '2021-12-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4030, 2020, '0', 'preview', '2021-12-27', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4031, 2025, '0', 'preview', '2021-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4032, 1962, '0', 'preview', '2021-12-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4033, 2033, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4034, 2016, '0', 'preview', '2021-12-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4035, 1930, '0', 'default', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4036, 1935, '0', 'preview', '2021-12-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4037, 1922, '0', 'preview', '2021-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4038, 1923, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4039, 1886, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4040, 1896, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4041, 1930, '0', 'preview', '2021-12-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4042, 1949, '0', 'preview', '2021-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4043, 2029, '0', 'default', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4044, 2021, '0', 'default', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4045, 1963, '0', 'default', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4046, 1922, '0', 'default', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4047, 1938, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4048, 1967, '0', 'default', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4049, 1967, '0', 'preview', '2021-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4050, 1904, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4051, 1961, '0', 'default', '2021-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4052, 1962, '0', 'default', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4053, 1964, '0', 'default', '2021-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4054, 1965, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4055, 2024, '0', 'preview', '2021-12-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4056, 2030, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4057, 1946, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4058, 2043, '0', 'preview', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4059, 2027, '0', 'default', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4060, 1948, '0', 'preview', '2021-12-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4061, 2027, '0', 'preview', '2021-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4062, 1908, '0', 'default', '2021-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4063, 2020, '0', 'preview', '2021-12-28', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4064, 2039, '0', 'preview', '2021-12-28', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4065, 2031, '0', 'preview', '2021-12-28', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4066, 2014, '0', 'default', '2021-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4067, 1934, '0', 'preview', '2021-12-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4068, 1896, '0', 'preview', '2021-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4069, 1964, '0', 'preview', '2021-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4070, 1913, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4071, 1922, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4072, 1965, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4073, 2016, '0', 'preview', '2021-12-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4074, 1951, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4075, 2027, '0', 'preview', '2021-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4076, 1922, '0', 'default', '2021-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4077, 2025, '0', 'default', '2021-12-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4078, 1962, '0', 'preview', '2021-12-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4079, 1960, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4080, 1965, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4081, 2043, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4082, 1919, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4083, 2040, '0', 'default', '2021-12-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4084, 2040, '0', 'preview', '2021-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4085, 2033, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4086, 1935, '0', 'preview', '2021-12-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4087, 2019, '0', 'preview', '2021-12-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4088, 1923, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4089, 1919, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4090, 2044, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4091, 2019, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4092, 2044, '0', 'default', '2021-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4093, 2043, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4094, 1927, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4095, 2024, '0', 'preview', '2021-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4096, 1948, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4097, 2025, '0', 'preview', '2021-12-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4098, 1967, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4099, 1930, '0', 'preview', '2021-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4100, 1936, '0', 'preview', '2021-12-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4101, 2033, '0', 'default', '2021-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4102, 1938, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4103, 2016, '0', 'default', '2021-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4104, 2024, '0', 'default', '2021-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4105, 2027, '0', 'default', '2021-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4106, 1948, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4107, 1917, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4108, 2014, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4109, 2020, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4110, 1963, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4111, 2036, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4112, 1949, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4113, 1949, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4114, 2021, '0', 'preview', '2021-12-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4115, 1939, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4116, 1904, '0', 'preview', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4117, 1945, '0', 'default', '2021-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4118, 2016, '0', 'preview', '2021-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4119, 2020, '0', 'preview', '2021-12-29', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4120, 2031, '0', 'preview', '2021-12-29', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4121, 2021, '0', 'default', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4122, 2039, '0', 'preview', '2021-12-29', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4123, 1962, '0', 'preview', '2021-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4124, 1896, '0', 'preview', '2021-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4125, 1904, '0', 'preview', '2021-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4126, 2025, '0', 'preview', '2021-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4127, 2024, '0', 'preview', '2021-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4128, 2043, '0', 'preview', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4129, 2044, '0', 'preview', '2021-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4130, 1967, '0', 'preview', '2021-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4131, 1901, '0', 'preview', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4132, 1936, '0', 'preview', '2021-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4133, 1965, '0', 'default', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4134, 2013, '0', 'preview', '2021-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4135, 1922, '0', 'preview', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4136, 1923, '0', 'preview', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4137, 1919, '0', 'preview', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4138, 2019, '0', 'preview', '2021-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4139, 2030, '0', 'default', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4140, 1934, '0', 'preview', '2021-12-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4141, 1930, '0', 'preview', '2021-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4142, 1935, '0', 'preview', '2021-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4143, 2025, '0', 'default', '2021-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4144, 2028, '0', 'preview', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4145, 2027, '0', 'preview', '2021-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4146, 2019, '0', 'default', '2021-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4147, 2021, '0', 'preview', '2021-12-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4148, 2040, '0', 'preview', '2021-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4149, 1939, '0', 'preview', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4150, 1948, '0', 'preview', '2021-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4151, 2039, '0', 'default', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4152, 1962, '0', 'default', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4153, 2020, '0', 'default', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4154, 1943, '0', 'preview', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4155, 1945, '0', 'preview', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4156, 1930, '0', 'default', '2021-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4157, 2020, '0', 'preview', '2021-12-30', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4158, 2031, '0', 'preview', '2021-12-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4159, 1886, '0', 'preview', '2021-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4160, 2015, '0', 'preview', '2021-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4161, 2027, '0', 'preview', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4162, 1934, '0', 'preview', '2021-12-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4163, 2024, '0', 'preview', '2021-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4164, 2039, '0', 'preview', '2021-12-30', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4165, 1935, '0', 'preview', '2021-12-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4166, 2025, '0', 'default', '2021-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4167, 2020, '0', 'default', '2021-12-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4168, 2012, '0', 'default', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4169, 1896, '0', 'preview', '2021-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4170, 1948, '0', 'preview', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4171, 2043, '0', 'default', '2021-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4172, 1959, '0', 'default', '2021-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4173, 1896, '0', 'default', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4174, 1967, '0', 'preview', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4175, 1936, '0', 'preview', '2021-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4176, 1917, '0', 'preview', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4177, 2016, '0', 'preview', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4178, 1950, '0', 'default', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4179, 2031, '0', 'default', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4180, 1965, '0', 'preview', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4181, 1962, '0', 'preview', '2021-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4182, 2014, '0', 'preview', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4183, 1945, '0', 'preview', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4184, 1930, '0', 'preview', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4185, 2019, '0', 'preview', '2021-12-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4186, 1949, '0', 'preview', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4187, 2018, '0', 'default', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4188, 2019, '0', 'default', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4189, 1899, '0', 'default', '2021-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4190, 2039, '0', 'preview', '2021-12-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4191, 2031, '0', 'preview', '2021-12-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4192, 2020, '0', 'preview', '2021-12-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4193, 1904, '0', 'preview', '2021-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4194, 2039, '0', 'default', '2021-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4195, 1935, '0', 'preview', '2021-12-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4196, 1962, '0', 'preview', '2021-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4197, 1934, '0', 'preview', '2021-12-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4198, 2034, '0', 'default', '2021-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4199, 2034, '0', 'preview', '2021-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4200, 2016, '0', 'preview', '2021-12-31', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4201, 2019, '0', 'default', '2021-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4202, 1948, '0', 'preview', '2021-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4203, 2019, '0', 'preview', '2021-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4204, 2024, '0', 'preview', '2021-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4205, 2027, '0', 'preview', '2021-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4206, 1962, '0', 'default', '2021-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4207, 1896, '0', 'default', '2021-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4208, 2031, '0', 'preview', '2022-01-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4209, 2020, '0', 'preview', '2022-01-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4210, 1919, '0', 'preview', '2022-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4211, 2017, '0', 'preview', '2022-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4212, 2043, '0', 'preview', '2022-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4213, 1934, '0', 'preview', '2022-01-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4214, 1962, '0', 'preview', '2022-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4215, 2031, '0', 'default', '2022-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4216, 2039, '0', 'preview', '2022-01-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4217, 2027, '0', 'preview', '2022-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4218, 1967, '0', 'preview', '2022-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4219, 1962, '0', 'default', '2022-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4220, 2024, '0', 'preview', '2022-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4221, 2016, '0', 'preview', '2022-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4222, 1935, '0', 'preview', '2022-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4223, 2013, '0', 'preview', '2022-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4224, 1903, '0', 'default', '2022-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4225, 1918, '0', 'default', '2022-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4226, 2020, '0', 'preview', '2022-01-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4227, 2039, '0', 'preview', '2022-01-02', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4228, 2019, '0', 'default', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4229, 1967, '0', 'preview', '2022-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4230, 2017, '0', 'default', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4231, 1926, '0', 'default', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4232, 2031, '0', 'preview', '2022-01-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4233, 1936, '0', 'preview', '2022-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4234, 1962, '0', 'preview', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4235, 1957, '0', 'default', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4236, 1922, '0', 'preview', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4237, 1919, '0', 'preview', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4238, 1904, '0', 'preview', '2022-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4239, 1934, '0', 'preview', '2022-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4240, 1935, '0', 'preview', '2022-01-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4241, 1930, '0', 'default', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4242, 2019, '0', 'preview', '2022-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4243, 2025, '0', 'preview', '2022-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4244, 2014, '0', 'preview', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4245, 1961, '0', 'default', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4246, 2040, '0', 'default', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4247, 2033, '0', 'preview', '2022-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4248, 2040, '0', 'preview', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4249, 1938, '0', 'preview', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4250, 1896, '0', 'preview', '2022-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4251, 1930, '0', 'preview', '2022-01-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4252, 1942, '0', 'default', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4253, 1945, '0', 'preview', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4254, 2024, '0', 'preview', '2022-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4255, 1917, '0', 'preview', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4256, 2039, '0', 'default', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4257, 2031, '0', 'default', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4258, 2020, '0', 'default', '2022-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4259, 1917, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4260, 2019, '0', 'preview', '2022-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4261, 2031, '0', 'preview', '2022-01-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4262, 2020, '0', 'preview', '2022-01-03', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4263, 2017, '0', 'default', '2022-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4264, 2044, '0', 'default', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4265, 2043, '0', 'default', '2022-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4266, 2025, '0', 'default', '2022-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4267, 1967, '0', 'default', '2022-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4268, 2040, '0', 'default', '2022-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4269, 2039, '0', 'preview', '2022-01-03', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4270, 2035, '0', 'default', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4271, 1922, '0', 'default', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4272, 2021, '0', 'default', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4273, 1962, '0', 'default', '2022-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4274, 1962, '0', 'preview', '2022-01-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4275, 1941, '0', 'default', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4276, 1934, '0', 'preview', '2022-01-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4277, 1967, '0', 'preview', '2022-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4278, 1886, '0', 'preview', '2022-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4279, 2013, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4280, 2014, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4281, 1935, '0', 'preview', '2022-01-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4282, 2029, '0', 'default', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4283, 1896, '0', 'default', '2022-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4284, 1948, '0', 'preview', '2022-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4285, 1922, '0', 'preview', '2022-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4286, 2019, '0', 'default', '2022-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4287, 2012, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4288, 2025, '0', 'preview', '2022-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4289, 1950, '0', 'default', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4290, 1943, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4291, 1965, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4292, 1930, '0', 'preview', '2022-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4293, 1912, '0', 'default', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4294, 1903, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4295, 2020, '0', 'default', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4296, 2038, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4297, 2030, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4298, 1965, '0', 'default', '2022-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4299, 1936, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4300, 2027, '0', 'preview', '2022-01-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4301, 2016, '0', 'preview', '2022-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4302, 1945, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4303, 2014, '0', 'default', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4304, 1960, '0', 'preview', '2022-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4305, 1962, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4306, 1922, '0', 'default', '2022-01-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4307, 2019, '0', 'default', '2022-01-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4308, 2019, '0', 'preview', '2022-01-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4309, 2025, '0', 'default', '2022-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4310, 1948, '0', 'preview', '2022-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4311, 2020, '0', 'preview', '2022-01-04', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4312, 1934, '0', 'preview', '2022-01-04', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4313, 2024, '0', 'preview', '2022-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4314, 2016, '0', 'preview', '2022-01-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4315, 1930, '0', 'preview', '2022-01-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4316, 1964, '0', 'default', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4317, 2031, '0', 'preview', '2022-01-04', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4318, 1967, '0', 'default', '2022-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4319, 2013, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4320, 2014, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4321, 2039, '0', 'preview', '2022-01-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4322, 1961, '0', 'default', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4323, 2027, '0', 'preview', '2022-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4324, 1935, '0', 'preview', '2022-01-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4325, 1936, '0', 'preview', '2022-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4326, 2021, '0', 'preview', '2022-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4327, 2038, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4328, 2017, '0', 'preview', '2022-01-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4329, 1919, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4330, 2043, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4331, 1967, '0', 'preview', '2022-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4332, 2020, '0', 'default', '2022-01-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4333, 2030, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4334, 2025, '0', 'preview', '2022-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4335, 1922, '0', 'preview', '2022-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4336, 1933, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4337, 2031, '0', 'default', '2022-01-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4338, 2040, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4339, 2033, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4340, 2039, '0', 'default', '2022-01-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4341, 1957, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4342, 1950, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4343, 1953, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4344, 2030, '0', 'default', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4345, 2017, '0', 'default', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4346, 2043, '0', 'default', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4347, 1943, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4348, 1904, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4349, 2044, '0', 'preview', '2022-01-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4350, 1965, '0', 'preview', '2022-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4351, 1927, '0', 'preview', '2022-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4352, 1948, '0', 'default', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4353, 2018, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4354, 1938, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4355, 1898, '0', 'default', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4356, 1952, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4357, 1958, '0', 'preview', '2022-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4358, 1959, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4359, 2036, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4360, 1931, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4361, 2034, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4362, 2028, '0', 'preview', '2022-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4363, 2035, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4364, 1899, '0', 'preview', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4365, 1962, '0', 'default', '2022-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4366, 1934, '0', 'preview', '2022-01-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4367, 1935, '0', 'preview', '2022-01-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4368, 2025, '0', 'preview', '2022-01-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4369, 2031, '0', 'preview', '2022-01-05', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4370, 2020, '0', 'preview', '2022-01-05', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4371, 1904, '0', 'default', '2022-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4372, 1904, '0', 'preview', '2022-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4373, 2019, '0', 'preview', '2022-01-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4374, 2016, '0', 'preview', '2022-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4375, 1962, '0', 'preview', '2022-01-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4376, 1908, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4377, 1961, '0', 'default', '2022-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4378, 1961, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4379, 2039, '0', 'preview', '2022-01-05', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4380, 2024, '0', 'preview', '2022-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4381, 1964, '0', 'default', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4382, 1964, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4383, 2019, '0', 'default', '2022-01-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4384, 1962, '0', 'default', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4385, 2014, '0', 'default', '2022-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4386, 1933, '0', 'default', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4387, 1943, '0', 'default', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4388, 2040, '0', 'default', '2022-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4389, 2040, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4390, 2021, '0', 'preview', '2022-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4391, 1886, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4392, 1938, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4393, 1939, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4394, 2039, '0', 'default', '2022-01-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4395, 1958, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4396, 1896, '0', 'default', '2022-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4397, 1954, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4398, 1956, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4399, 1953, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4400, 1957, '0', 'preview', '2022-01-05', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4401, 1955, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4402, 2020, '0', 'default', '2022-01-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4403, 1949, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4404, 1945, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4405, 2013, '0', 'default', '2022-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4406, 1967, '0', 'default', '2022-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4407, 2014, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4408, 2033, '0', 'default', '2022-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4409, 1936, '0', 'preview', '2022-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4410, 1930, '0', 'preview', '2022-01-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4411, 2024, '0', 'default', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4412, 1931, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4413, 2027, '0', 'preview', '2022-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4414, 2029, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4415, 1930, '0', 'default', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4416, 2036, '0', 'preview', '2022-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4417, 1946, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4418, 1960, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4419, 1960, '0', 'default', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4420, 1967, '0', 'preview', '2022-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4421, 2025, '0', 'default', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4422, 2044, '0', 'preview', '2022-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4423, 2017, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4424, 2043, '0', 'preview', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4425, 2036, '0', 'default', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4426, 2031, '0', 'default', '2022-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4427, 1966, '0', 'default', '2022-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4428, 1930, '0', 'preview', '2022-01-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4429, 2031, '0', 'preview', '2022-01-06', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4430, 1935, '0', 'default', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4431, 1904, '0', 'default', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4432, 1964, '0', 'preview', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4433, 1965, '0', 'preview', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4434, 2019, '0', 'preview', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4435, 2020, '0', 'preview', '2022-01-06', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4436, 1936, '0', 'preview', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4437, 2024, '0', 'preview', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4438, 2039, '0', 'preview', '2022-01-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4439, 1952, '0', 'default', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4440, 1934, '0', 'preview', '2022-01-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4441, 1962, '0', 'preview', '2022-01-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4442, 2025, '0', 'preview', '2022-01-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4443, 2014, '0', 'preview', '2022-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4444, 2016, '0', 'preview', '2022-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4445, 1945, '0', 'preview', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4446, 1946, '0', 'preview', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4447, 1948, '0', 'preview', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4448, 2043, '0', 'preview', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4449, 1924, '0', 'preview', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4450, 2044, '0', 'preview', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4451, 1935, '0', 'preview', '2022-01-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4452, 2040, '0', 'preview', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4453, 1938, '0', 'preview', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4454, 2033, '0', 'preview', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4455, 2020, '0', 'default', '2022-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4456, 2021, '0', 'preview', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4457, 2027, '0', 'preview', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4458, 1967, '0', 'default', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4459, 1903, '0', 'preview', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4460, 1939, '0', 'default', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4461, 2039, '0', 'default', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4462, 1962, '0', 'default', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4463, 1896, '0', 'default', '2022-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4464, 2034, '0', 'preview', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4465, 2019, '0', 'default', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4466, 1913, '0', 'default', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4467, 2036, '0', 'preview', '2022-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4468, 2020, '0', 'preview', '2022-01-07', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4469, 1930, '0', 'default', '2022-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4470, 1917, '0', 'default', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4471, 2027, '0', 'preview', '2022-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4472, 2013, '0', 'preview', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4473, 1937, '0', 'preview', '2022-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4474, 1935, '0', 'preview', '2022-01-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4475, 2031, '0', 'preview', '2022-01-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4476, 1896, '0', 'default', '2022-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4477, 1920, '0', 'default', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4478, 2024, '0', 'preview', '2022-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4479, 2019, '0', 'default', '2022-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4480, 1934, '0', 'preview', '2022-01-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4481, 1903, '0', 'default', '2022-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4482, 2025, '0', 'preview', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4483, 2043, '0', 'default', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4484, 1965, '0', 'default', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4485, 2039, '0', 'preview', '2022-01-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4486, 1962, '0', 'preview', '2022-01-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4487, 2039, '0', 'default', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4488, 2020, '0', 'default', '2022-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4489, 2022, '0', 'default', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4490, 2025, '0', 'default', '2022-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4491, 1949, '0', 'default', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4492, 2016, '0', 'preview', '2022-01-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4493, 2019, '0', 'preview', '2022-01-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4494, 1904, '0', 'default', '2022-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4495, 1904, '0', 'preview', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4496, 1922, '0', 'default', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4497, 2031, '0', 'default', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4498, 2030, '0', 'preview', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4499, 2038, '0', 'preview', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4500, 2040, '0', 'default', '2022-01-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4501, 1927, '0', 'preview', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4502, 1926, '0', 'preview', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4503, 2018, '0', 'preview', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4504, 1936, '0', 'default', '2022-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4505, 2031, '0', 'preview', '2022-01-08', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4506, 1934, '0', 'preview', '2022-01-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4507, 1962, '0', 'preview', '2022-01-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4508, 1886, '0', 'default', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4509, 2039, '0', 'preview', '2022-01-08', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4510, 2020, '0', 'preview', '2022-01-08', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4511, 2031, '0', 'default', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4512, 2039, '0', 'default', '2022-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4513, 2021, '0', 'default', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4514, 1938, '0', 'default', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4515, 2027, '0', 'preview', '2022-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4516, 1935, '0', 'preview', '2022-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4517, 2036, '0', 'default', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4518, 2036, '0', 'preview', '2022-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4519, 2025, '0', 'preview', '2022-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4520, 2020, '0', 'default', '2022-01-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4521, 2024, '0', 'preview', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4522, 1949, '0', 'preview', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4523, 1947, '0', 'preview', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4524, 1942, '0', 'preview', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4525, 1940, '0', 'default', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4526, 2019, '0', 'preview', '2022-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4527, 1967, '0', 'preview', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4528, 1930, '0', 'preview', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4529, 1898, '0', 'preview', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4530, 1967, '0', 'default', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4531, 1912, '0', 'default', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4532, 2033, '0', 'preview', '2022-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4533, 2020, '0', 'preview', '2022-01-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4534, 1964, '0', 'default', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4535, 2039, '0', 'preview', '2022-01-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4536, 1934, '0', 'preview', '2022-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4537, 1936, '0', 'preview', '2022-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4538, 2031, '0', 'preview', '2022-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4539, 2027, '0', 'preview', '2022-01-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4540, 2016, '0', 'preview', '2022-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4541, 1935, '0', 'preview', '2022-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4542, 1930, '0', 'preview', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4543, 2024, '0', 'preview', '2022-01-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4544, 2013, '0', 'preview', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4545, 1947, '0', 'default', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4546, 1924, '0', 'default', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4547, 1896, '0', 'preview', '2022-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4548, 1962, '0', 'preview', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4549, 1944, '0', 'default', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4550, 1938, '0', 'preview', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4551, 2038, '0', 'default', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4552, 2019, '0', 'default', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4553, 2027, '0', 'default', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4554, 1960, '0', 'preview', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4555, 1961, '0', 'preview', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4556, 2033, '0', 'preview', '2022-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4557, 2033, '0', 'default', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4558, 1912, '0', 'preview', '2022-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4559, 2020, '0', 'preview', '2022-01-10', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4560, 2027, '0', 'preview', '2022-01-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4561, 2025, '0', 'preview', '2022-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4562, 1930, '0', 'default', '2022-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4563, 2019, '0', 'default', '2022-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4564, 1934, '0', 'preview', '2022-01-10', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4565, 2031, '0', 'default', '2022-01-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4566, 1948, '0', 'default', '2022-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4567, 2020, '0', 'default', '2022-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4568, 2014, '0', 'preview', '2022-01-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4569, 2039, '0', 'preview', '2022-01-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4570, 2025, '0', 'default', '2022-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4571, 1967, '0', 'preview', '2022-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4572, 2019, '0', 'preview', '2022-01-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4573, 2031, '0', 'preview', '2022-01-10', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4574, 2043, '0', 'preview', '2022-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4575, 2016, '0', 'preview', '2022-01-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4576, 2040, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4577, 2022, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4578, 1930, '0', 'preview', '2022-01-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4579, 2017, '0', 'preview', '2022-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4580, 1935, '0', 'preview', '2022-01-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4581, 1904, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4582, 1896, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4583, 1962, '0', 'preview', '2022-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4584, 2039, '0', 'default', '2022-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4585, 2024, '0', 'preview', '2022-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4586, 1965, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4587, 2021, '0', 'preview', '2022-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4588, 1937, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4589, 2038, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4590, 2030, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4591, 1936, '0', 'preview', '2022-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4592, 1886, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4593, 1964, '0', 'default', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4594, 1953, '0', 'preview', '2022-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4595, 1967, '0', 'default', '2022-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4596, 2028, '0', 'preview', '2022-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4597, 1897, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4598, 2029, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4599, 1964, '0', 'preview', '2022-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4600, 1905, '0', 'preview', '2022-01-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4601, 1954, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4602, 1956, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4603, 1922, '0', 'preview', '2022-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4604, 2044, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4605, 1938, '0', 'preview', '2022-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4606, 2013, '0', 'preview', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4607, 1956, '0', 'default', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4608, 1957, '0', 'default', '2022-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4609, 2031, '0', 'preview', '2022-01-11', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4610, 2020, '0', 'preview', '2022-01-11', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4611, 2016, '0', 'preview', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4612, 2027, '0', 'preview', '2022-01-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4613, 2024, '0', 'preview', '2022-01-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4614, 1962, '0', 'default', '2022-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4615, 2039, '0', 'preview', '2022-01-11', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4616, 1962, '0', 'preview', '2022-01-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4617, 1960, '0', 'preview', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4618, 1897, '0', 'preview', '2022-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4619, 1935, '0', 'preview', '2022-01-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4620, 2021, '0', 'preview', '2022-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4621, 2019, '0', 'preview', '2022-01-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4622, 1886, '0', 'preview', '2022-01-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4623, 2025, '0', 'preview', '2022-01-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4624, 2035, '0', 'preview', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4625, 1896, '0', 'default', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4626, 1904, '0', 'default', '2022-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4627, 2020, '0', 'default', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4628, 2039, '0', 'default', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4629, 2043, '0', 'preview', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4630, 1936, '0', 'default', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4631, 1957, '0', 'preview', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4632, 1967, '0', 'preview', '2022-01-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4633, 2022, '0', 'default', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4634, 2040, '0', 'default', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4635, 2019, '0', 'default', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4636, 2013, '0', 'preview', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4637, 1904, '0', 'preview', '2022-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4638, 1965, '0', 'preview', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4639, 1964, '0', 'preview', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4640, 2014, '0', 'default', '2022-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4641, 1934, '0', 'preview', '2022-01-11', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4642, 1938, '0', 'preview', '2022-01-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4643, 2029, '0', 'preview', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4644, 1896, '0', 'preview', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4645, 2017, '0', 'preview', '2022-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4646, 2031, '0', 'default', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4647, 1936, '0', 'preview', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4648, 1930, '0', 'preview', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4649, 2040, '0', 'preview', '2022-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4650, 2023, '0', 'preview', '2022-01-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4651, 2033, '0', 'preview', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4652, 2015, '0', 'preview', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4653, 2044, '0', 'preview', '2022-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4654, 1961, '0', 'default', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4655, 1903, '0', 'preview', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4656, 1951, '0', 'preview', '2022-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4657, 1956, '0', 'preview', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4658, 1953, '0', 'preview', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4659, 1946, '0', 'preview', '2022-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4660, 1945, '0', 'preview', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4661, 2018, '0', 'default', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4662, 2025, '0', 'default', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4663, 1967, '0', 'default', '2022-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4664, 2014, '0', 'preview', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4665, 1922, '0', 'preview', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4666, 2043, '0', 'default', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4667, 1940, '0', 'preview', '2022-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4668, 1930, '0', 'preview', '2022-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4669, 1962, '0', 'preview', '2022-01-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4670, 1903, '0', 'preview', '2022-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4671, 2025, '0', 'preview', '2022-01-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4672, 2043, '0', 'preview', '2022-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4673, 2017, '0', 'preview', '2022-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4674, 1967, '0', 'preview', '2022-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4675, 1926, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4676, 2014, '0', 'preview', '2022-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4677, 2020, '0', 'preview', '2022-01-12', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4678, 2031, '0', 'preview', '2022-01-12', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4679, 2033, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4680, 1938, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4681, 2013, '0', 'preview', '2022-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4682, 1896, '0', 'preview', '2022-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4683, 2019, '0', 'preview', '2022-01-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4684, 1934, '0', 'preview', '2022-01-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4685, 1897, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4686, 1960, '0', 'preview', '2022-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4687, 1922, '0', 'default', '2022-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4688, 1919, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4689, 2039, '0', 'preview', '2022-01-12', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4690, 2019, '0', 'default', '2022-01-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4691, 2014, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4692, 1967, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4693, 2035, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4694, 2016, '0', 'preview', '2022-01-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4695, 1913, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4696, 2020, '0', 'default', '2022-01-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4697, 1953, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4698, 1952, '0', 'default', '2022-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4699, 1959, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4700, 1938, '0', 'preview', '2022-01-12', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4701, 1898, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4702, 1935, '0', 'preview', '2022-01-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4703, 2027, '0', 'preview', '2022-01-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4704, 2024, '0', 'preview', '2022-01-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4705, 2031, '0', 'default', '2022-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4706, 1922, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4707, 1919, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4708, 2044, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4709, 2045, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4710, 2025, '0', 'default', '2022-01-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4711, 1965, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4712, 1964, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4713, 2040, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4714, 2018, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4715, 1954, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4716, 2018, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4717, 1934, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4718, 1936, '0', 'preview', '2022-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4719, 1896, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4720, 2021, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4721, 1959, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4722, 1952, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4723, 1932, '0', 'default', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4724, 2029, '0', 'preview', '2022-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4725, 1935, '0', 'preview', '2022-01-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4726, 1934, '0', 'preview', '2022-01-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4727, 2039, '0', 'preview', '2022-01-13', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4728, 2031, '0', 'preview', '2022-01-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4729, 2020, '0', 'preview', '2022-01-13', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4730, 2027, '0', 'preview', '2022-01-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4731, 2024, '0', 'preview', '2022-01-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4732, 2033, '0', 'preview', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4733, 2025, '0', 'preview', '2022-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4734, 2013, '0', 'preview', '2022-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4735, 1922, '0', 'preview', '2022-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4736, 2044, '0', 'preview', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4737, 2030, '0', 'preview', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4738, 1927, '0', 'preview', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4739, 1967, '0', 'preview', '2022-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4740, 2016, '0', 'preview', '2022-01-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4741, 2028, '0', 'default', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4742, 1962, '0', 'default', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4743, 1962, '0', 'preview', '2022-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4744, 2039, '0', 'default', '2022-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4745, 1896, '0', 'default', '2022-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4746, 2016, '0', 'default', '2022-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4747, 2024, '0', 'default', '2022-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4748, 2027, '0', 'default', '2022-01-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4749, 2020, '0', 'default', '2022-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4750, 1936, '0', 'preview', '2022-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4751, 1930, '0', 'preview', '2022-01-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4752, 1936, '0', 'default', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4753, 1931, '0', 'default', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4754, 2029, '0', 'default', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4755, 2019, '0', 'preview', '2022-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4756, 2019, '0', 'default', '2022-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4757, 1905, '0', 'default', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4758, 1905, '0', 'preview', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4759, 2018, '0', 'preview', '2022-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4760, 2025, '0', 'default', '2022-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4761, 1904, '0', 'preview', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4762, 2043, '0', 'preview', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4763, 2031, '0', 'default', '2022-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4764, 2017, '0', 'preview', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4765, 2020, '0', 'preview', '2022-01-14', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4766, 2039, '0', 'preview', '2022-01-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4767, 1930, '0', 'default', '2022-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4768, 1930, '0', 'preview', '2022-01-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4769, 2025, '0', 'preview', '2022-01-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4770, 2034, '0', 'preview', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4771, 2016, '0', 'preview', '2022-01-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4772, 2023, '0', 'default', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4773, 1936, '0', 'preview', '2022-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4774, 1931, '0', 'default', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4775, 2040, '0', 'default', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4776, 2012, '0', 'default', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4777, 1912, '0', 'preview', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4778, 2031, '0', 'preview', '2022-01-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4779, 1938, '0', 'preview', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4780, 2031, '0', 'default', '2022-01-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4781, 1934, '0', 'preview', '2022-01-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4782, 1935, '0', 'preview', '2022-01-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4783, 1903, '0', 'preview', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4784, 2027, '0', 'preview', '2022-01-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4785, 2019, '0', 'preview', '2022-01-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4786, 1941, '0', 'default', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4787, 2013, '0', 'preview', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4788, 2033, '0', 'preview', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4789, 1904, '0', 'preview', '2022-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4790, 1967, '0', 'default', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4791, 2024, '0', 'preview', '2022-01-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4792, 1953, '0', 'default', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4793, 2020, '0', 'default', '2022-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4794, 1962, '0', 'preview', '2022-01-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4795, 1886, '0', 'preview', '2022-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4796, 1904, '0', 'default', '2022-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4797, 1896, '0', 'preview', '2022-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4798, 2029, '0', 'preview', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4799, 2043, '0', 'preview', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4800, 2024, '0', 'default', '2022-01-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4801, 2014, '0', 'preview', '2022-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4802, 2019, '0', 'default', '2022-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4803, 1896, '0', 'default', '2022-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4804, 1935, '0', 'preview', '2022-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4805, 2016, '0', 'preview', '2022-01-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4806, 2015, '0', 'preview', '2022-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4807, 2027, '0', 'preview', '2022-01-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4808, 2024, '0', 'preview', '2022-01-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4809, 2020, '0', 'preview', '2022-01-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4810, 1962, '0', 'preview', '2022-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4811, 2031, '0', 'preview', '2022-01-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4812, 2039, '0', 'preview', '2022-01-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4813, 1934, '0', 'preview', '2022-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4814, 2025, '0', 'default', '2022-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4815, 2019, '0', 'default', '2022-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4816, 2031, '0', 'default', '2022-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4817, 2039, '0', 'default', '2022-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4818, 2017, '0', 'default', '2022-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4819, 2020, '0', 'default', '2022-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4820, 1956, '0', 'default', '2022-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4821, 1930, '0', 'preview', '2022-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4822, 1962, '0', 'default', '2022-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4823, 1959, '0', 'default', '2022-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4824, 2040, '0', 'preview', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4825, 1934, '0', 'preview', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4826, 1935, '0', 'preview', '2022-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4827, 2024, '0', 'preview', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4828, 1963, '0', 'default', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4829, 1896, '0', 'preview', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4830, 2020, '0', 'preview', '2022-01-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4831, 2036, '0', 'default', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4832, 1962, '0', 'preview', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4833, 2031, '0', 'preview', '2022-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4834, 2039, '0', 'preview', '2022-01-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4835, 1949, '0', 'preview', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4836, 1922, '0', 'default', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4837, 1923, '0', 'default', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4838, 2021, '0', 'default', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4839, 2045, '0', 'default', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4840, 1927, '0', 'default', '2022-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4841, 2039, '0', 'preview', '2022-01-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4842, 1934, '0', 'preview', '2022-01-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4843, 2031, '0', 'preview', '2022-01-17', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4844, 2020, '0', 'preview', '2022-01-17', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4845, 1943, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4846, 2026, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4847, 2016, '0', 'preview', '2022-01-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4848, 1962, '0', 'preview', '2022-01-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4849, 2033, '0', 'preview', '2022-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4850, 2040, '0', 'preview', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4851, 1938, '0', 'preview', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4852, 1936, '0', 'preview', '2022-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4853, 1935, '0', 'preview', '2022-01-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4854, 1903, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4855, 2025, '0', 'preview', '2022-01-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4856, 2036, '0', 'preview', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4857, 1930, '0', 'preview', '2022-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4858, 2027, '0', 'preview', '2022-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4859, 1940, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4860, 1940, '0', 'preview', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4861, 1962, '0', 'default', '2022-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4862, 1928, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4863, 2019, '0', 'default', '2022-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4864, 1931, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4865, 2034, '0', 'preview', '2022-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4866, 2037, '0', 'preview', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4867, 2020, '0', 'default', '2022-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4868, 2014, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4869, 2024, '0', 'preview', '2022-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4870, 2025, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4871, 2029, '0', 'preview', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4872, 1922, '0', 'preview', '2022-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4873, 1919, '0', 'preview', '2022-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4874, 2039, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4875, 2031, '0', 'default', '2022-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4876, 1967, '0', 'preview', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4877, 2019, '0', 'preview', '2022-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4878, 2013, '0', 'preview', '2022-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4879, 2017, '0', 'preview', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4880, 1904, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4881, 1925, '0', 'preview', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4882, 1896, '0', 'preview', '2022-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4883, 1967, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4884, 1886, '0', 'preview', '2022-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4885, 2016, '0', 'default', '2022-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4886, 1934, '0', 'preview', '2022-01-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4887, 2020, '0', 'preview', '2022-01-18', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4888, 1935, '0', 'preview', '2022-01-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4889, 2040, '0', 'preview', '2022-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4890, 2013, '0', 'preview', '2022-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4891, 2031, '0', 'preview', '2022-01-18', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4892, 1930, '0', 'default', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4893, 1934, '0', 'default', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4894, 2031, '0', 'default', '2022-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4895, 2039, '0', 'preview', '2022-01-18', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4896, 2019, '0', 'preview', '2022-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4897, 1946, '0', 'default', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4898, 2016, '0', 'preview', '2022-01-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4899, 1962, '0', 'preview', '2022-01-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4900, 1936, '0', 'preview', '2022-01-18', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4901, 2023, '0', 'preview', '2022-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4902, 1904, '0', 'preview', '2022-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4903, 1948, '0', 'preview', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4904, 2027, '0', 'preview', '2022-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4905, 2015, '0', 'preview', '2022-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4906, 2019, '0', 'default', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4907, 1967, '0', 'preview', '2022-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4908, 2025, '0', 'preview', '2022-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4909, 2014, '0', 'preview', '2022-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4910, 1886, '0', 'preview', '2022-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4911, 2021, '0', 'preview', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4912, 1927, '0', 'preview', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4913, 2024, '0', 'preview', '2022-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4914, 1903, '0', 'default', '2022-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4915, 1967, '0', 'default', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4916, 1930, '0', 'preview', '2022-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4917, 1904, '0', 'default', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4918, 1948, '0', 'default', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4919, 1962, '0', 'default', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4920, 1961, '0', 'preview', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4921, 1960, '0', 'preview', '2022-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4922, 1904, '0', 'default', '2022-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4923, 1962, '0', 'preview', '2022-01-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4924, 1961, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4925, 1961, '0', 'default', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4926, 2038, '0', 'default', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4927, 1934, '0', 'preview', '2022-01-19', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4928, 1935, '0', 'preview', '2022-01-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4929, 2039, '0', 'preview', '2022-01-19', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4930, 2020, '0', 'preview', '2022-01-19', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4931, 2031, '0', 'preview', '2022-01-19', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4932, 2035, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4933, 1919, '0', 'default', '2022-01-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4934, 2013, '0', 'preview', '2022-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4935, 2027, '0', 'preview', '2022-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4936, 1967, '0', 'default', '2022-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4937, 2024, '0', 'preview', '2022-01-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4938, 2025, '0', 'preview', '2022-01-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4939, 2039, '0', 'default', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4940, 1967, '0', 'preview', '2022-01-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4941, 2043, '0', 'preview', '2022-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4942, 2019, '0', 'preview', '2022-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4943, 2025, '0', 'default', '2022-01-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4944, 1957, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4945, 2019, '0', 'default', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4946, 2033, '0', 'preview', '2022-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4947, 1930, '0', 'preview', '2022-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4948, 2016, '0', 'preview', '2022-01-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4949, 2014, '0', 'preview', '2022-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4950, 1932, '0', 'default', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4951, 1965, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4952, 1964, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4953, 1938, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4954, 1913, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4955, 1916, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4956, 1914, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4957, 1915, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4958, 1918, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4959, 1911, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4960, 1917, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4961, 1952, '0', 'preview', '2022-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4962, 1934, '0', 'preview', '2022-01-20', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4963, 2016, '0', 'preview', '2022-01-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4964, 1935, '0', 'preview', '2022-01-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4965, 2039, '0', 'preview', '2022-01-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4966, 1930, '0', 'preview', '2022-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4967, 1936, '0', 'preview', '2022-01-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4968, 2020, '0', 'preview', '2022-01-20', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4969, 2031, '0', 'preview', '2022-01-20', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4970, 2028, '0', 'preview', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4971, 1896, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4972, 1904, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4973, 1904, '0', 'preview', '2022-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4974, 2019, '0', 'preview', '2022-01-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4975, 2025, '0', 'preview', '2022-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4976, 2027, '0', 'preview', '2022-01-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4977, 2013, '0', 'preview', '2022-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4978, 1939, '0', 'default', '2022-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4979, 1939, '0', 'preview', '2022-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4980, 2033, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4981, 2040, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4982, 1938, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4983, 1921, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4984, 1962, '0', 'preview', '2022-01-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4985, 1967, '0', 'default', '2022-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4986, 1936, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4987, 2018, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4988, 2018, '0', 'preview', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4989, 2024, '0', 'preview', '2022-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4990, 2033, '0', 'preview', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4991, 1930, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4992, 1959, '0', 'preview', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4993, 1950, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4994, 1958, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4995, 1951, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4996, 1955, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4997, 1967, '0', 'preview', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4998, 1922, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4999, 2012, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5000, 2021, '0', 'default', '2022-01-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5001, 2043, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5002, 2045, '0', 'default', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5003, 2045, '0', 'preview', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5004, 1922, '0', 'preview', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5005, 1896, '0', 'preview', '2022-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5006, 1934, '0', 'preview', '2022-01-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5007, 1935, '0', 'preview', '2022-01-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5008, 2020, '0', 'preview', '2022-01-21', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5009, 2031, '0', 'preview', '2022-01-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5010, 2039, '0', 'preview', '2022-01-21', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5011, 1962, '0', 'preview', '2022-01-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5012, 2016, '0', 'preview', '2022-01-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5013, 2027, '0', 'preview', '2022-01-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5014, 2024, '0', 'preview', '2022-01-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5015, 2033, '0', 'preview', '2022-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5016, 2019, '0', 'preview', '2022-01-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5017, 2013, '0', 'preview', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5018, 1930, '0', 'preview', '2022-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5019, 1967, '0', 'preview', '2022-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5020, 1958, '0', 'preview', '2022-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5021, 1950, '0', 'default', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5022, 1961, '0', 'default', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5023, 2024, '0', 'default', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5024, 1964, '0', 'preview', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5025, 1945, '0', 'preview', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5026, 2017, '0', 'preview', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5027, 2021, '0', 'preview', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5028, 1919, '0', 'preview', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5029, 2044, '0', 'preview', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5030, 2045, '0', 'preview', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5031, 2043, '0', 'preview', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5032, 2025, '0', 'preview', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5033, 1938, '0', 'preview', '2022-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5034, 1936, '0', 'preview', '2022-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5035, 2013, '0', 'preview', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5036, 1934, '0', 'preview', '2022-01-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5037, 1935, '0', 'preview', '2022-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5038, 1930, '0', 'preview', '2022-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5039, 2020, '0', 'preview', '2022-01-22', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5040, 2031, '0', 'preview', '2022-01-22', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5041, 1962, '0', 'preview', '2022-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5042, 1961, '0', 'preview', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5043, 1960, '0', 'preview', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5044, 1963, '0', 'preview', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5045, 2039, '0', 'preview', '2022-01-22', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5046, 2020, '0', 'default', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5047, 2043, '0', 'default', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5048, 2027, '0', 'default', '2022-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5049, 2024, '0', 'default', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5050, 1962, '0', 'default', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5051, 1912, '0', 'default', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5052, 1886, '0', 'preview', '2022-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5053, 1919, '0', 'preview', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5054, 1922, '0', 'preview', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5055, 2044, '0', 'preview', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5056, 2016, '0', 'default', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5057, 2027, '0', 'preview', '2022-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5058, 2024, '0', 'preview', '2022-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5059, 2016, '0', 'preview', '2022-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5060, 2025, '0', 'preview', '2022-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5061, 2017, '0', 'preview', '2022-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5062, 1925, '0', 'preview', '2022-01-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5063, 2022, '0', 'preview', '2022-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5064, 2020, '0', 'preview', '2022-01-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5065, 1967, '0', 'preview', '2022-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5066, 2039, '0', 'preview', '2022-01-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5067, 2031, '0', 'preview', '2022-01-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5068, 1935, '0', 'preview', '2022-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5069, 1919, '0', 'preview', '2022-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5070, 1896, '0', 'preview', '2022-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5071, 2025, '0', 'preview', '2022-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5072, 2027, '0', 'preview', '2022-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5073, 1960, '0', 'default', '2022-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5074, 1962, '0', 'preview', '2022-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5075, 2013, '0', 'preview', '2022-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5076, 2019, '0', 'preview', '2022-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5077, 2014, '0', 'preview', '2022-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5078, 2034, '0', 'preview', '2022-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5079, 1918, '0', 'preview', '2022-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5080, 2040, '0', 'preview', '2022-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5081, 1934, '0', 'preview', '2022-01-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5082, 2044, '0', 'preview', '2022-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5083, 1922, '0', 'preview', '2022-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5084, 2020, '0', 'default', '2022-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5085, 1962, '0', 'preview', '2022-01-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5086, 2031, '0', 'preview', '2022-01-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5087, 2039, '0', 'preview', '2022-01-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5088, 2020, '0', 'preview', '2022-01-24', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5089, 1935, '0', 'preview', '2022-01-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5090, 2013, '0', 'preview', '2022-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5091, 1934, '0', 'preview', '2022-01-24', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5092, 1964, '0', 'default', '2022-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5093, 2016, '0', 'preview', '2022-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5094, 2027, '0', 'preview', '2022-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5095, 2024, '0', 'preview', '2022-01-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5096, 2025, '0', 'preview', '2022-01-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5097, 2019, '0', 'preview', '2022-01-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5098, 2017, '0', 'default', '2022-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5099, 2017, '0', 'preview', '2022-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5100, 1896, '0', 'preview', '2022-01-24', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5101, 1967, '0', 'preview', '2022-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5102, 1904, '0', 'preview', '2022-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5103, 1965, '0', 'default', '2022-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5104, 1930, '0', 'preview', '2022-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5105, 2040, '0', 'preview', '2022-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5106, 1938, '0', 'preview', '2022-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5107, 1886, '0', 'default', '2022-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5108, 2014, '0', 'default', '2022-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5109, 1886, '0', 'preview', '2022-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5110, 1909, '0', 'preview', '2022-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5111, 2018, '0', 'preview', '2022-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5112, 2029, '0', 'preview', '2022-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5113, 2039, '0', 'preview', '2022-01-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5114, 2031, '0', 'preview', '2022-01-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5115, 2020, '0', 'preview', '2022-01-25', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5116, 2025, '0', 'preview', '2022-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5117, 2032, '0', 'preview', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5118, 2019, '0', 'preview', '2022-01-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5119, 1948, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5120, 1886, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5121, 2033, '0', 'preview', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5122, 1938, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5123, 2029, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5124, 1962, '0', 'preview', '2022-01-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5125, 1919, '0', 'preview', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5126, 1967, '0', 'preview', '2022-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5127, 1922, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5128, 1901, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5129, 2013, '0', 'preview', '2022-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5130, 2020, '0', 'default', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5131, 1943, '0', 'default', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5132, 2018, '0', 'preview', '2022-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5133, 2018, '0', 'default', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5134, 2032, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5135, 2027, '0', 'preview', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5136, 2024, '0', 'preview', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5137, 2016, '0', 'preview', '2022-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5138, 1935, '0', 'preview', '2022-01-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5139, 1934, '0', 'preview', '2022-01-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5140, 1951, '0', 'default', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5141, 1958, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5142, 1953, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5143, 1950, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5144, 2044, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5145, 2030, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5146, 1922, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5147, 1959, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5148, 1896, '0', 'default', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5149, 2043, '0', 'preview', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5150, 2017, '0', 'preview', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5151, 1896, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5152, 1961, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5153, 1950, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5154, 1936, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5155, 2019, '0', 'default', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5156, 1930, '0', 'preview', '2022-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5157, 1931, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5158, 1903, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5159, 1913, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5160, 1934, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5161, 2025, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5162, 2014, '0', 'preview', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5163, 2040, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5164, 2030, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5165, 1943, '0', 'preview', '2022-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5166, 1965, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5167, 1886, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5168, 1915, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5169, 1903, '0', 'preview', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5170, 2040, '0', 'default', '2022-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5171, 2039, '0', 'preview', '2022-01-26', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5172, 2031, '0', 'preview', '2022-01-26', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5173, 2020, '0', 'preview', '2022-01-26', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5174, 2040, '0', 'preview', '2022-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5175, 1903, '0', 'default', '2022-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5176, 1934, '0', 'preview', '2022-01-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5177, 2016, '0', 'preview', '2022-01-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5178, 1903, '0', 'preview', '2022-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5179, 2017, '0', 'default', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5180, 1896, '0', 'default', '2022-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5181, 2025, '0', 'preview', '2022-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5182, 2019, '0', 'default', '2022-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5183, 2031, '0', 'default', '2022-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5184, 2014, '0', 'default', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5185, 1965, '0', 'default', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5186, 1962, '0', 'preview', '2022-01-26', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5187, 2019, '0', 'preview', '2022-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5188, 2027, '0', 'preview', '2022-01-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5189, 2024, '0', 'preview', '2022-01-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5190, 1930, '0', 'preview', '2022-01-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5191, 1936, '0', 'preview', '2022-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5192, 1935, '0', 'preview', '2022-01-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5193, 2020, '0', 'default', '2022-01-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5194, 1950, '0', 'default', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5195, 1938, '0', 'preview', '2022-01-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5196, 2033, '0', 'preview', '2022-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5197, 1967, '0', 'preview', '2022-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5198, 2039, '0', 'default', '2022-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5199, 1946, '0', 'default', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5200, 2025, '0', 'default', '2022-01-26', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5201, 1919, '0', 'default', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5202, 1965, '0', 'preview', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5203, 2013, '0', 'preview', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5204, 2014, '0', 'preview', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5205, 2030, '0', 'preview', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5206, 1922, '0', 'preview', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5207, 2043, '0', 'preview', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5208, 1899, '0', 'preview', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5209, 1950, '0', 'preview', '2022-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5210, 2015, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5211, 1914, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5212, 1934, '0', 'preview', '2022-01-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5213, 1948, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5214, 1928, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5215, 1954, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5216, 1956, '0', 'preview', '2022-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5217, 1950, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5218, 1931, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5219, 1924, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5220, 1940, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5221, 1955, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5222, 1939, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5223, 1932, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5224, 2024, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5225, 1947, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5226, 2029, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5227, 2017, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5228, 1901, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5229, 2037, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5230, 2016, '0', 'preview', '2022-01-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5231, 1923, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5232, 1886, '0', 'preview', '2022-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5233, 2034, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5234, 1900, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5235, 1922, '0', 'preview', '2022-01-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5236, 1935, '0', 'preview', '2022-01-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5237, 1926, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5238, 1962, '0', 'preview', '2022-01-27', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5239, 1938, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5240, 1913, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5241, 1957, '0', 'preview', '2022-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5242, 2019, '0', 'preview', '2022-01-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5243, 1961, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5244, 1951, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5245, 1943, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5246, 1919, '0', 'preview', '2022-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5247, 1917, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5248, 2027, '0', 'preview', '2022-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5249, 2033, '0', 'preview', '2022-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5250, 2043, '0', 'preview', '2022-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5251, 2020, '0', 'preview', '2022-01-27', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5252, 2031, '0', 'preview', '2022-01-27', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5253, 1896, '0', 'default', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5254, 1896, '0', 'preview', '2022-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5255, 2025, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5256, 2039, '0', 'preview', '2022-01-27', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5257, 2025, '0', 'default', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5258, 2013, '0', 'preview', '2022-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5259, 2040, '0', 'default', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5260, 2040, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5261, 1936, '0', 'preview', '2022-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5262, 2028, '0', 'preview', '2022-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5263, 1930, '0', 'preview', '2022-01-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5264, 1965, '0', 'preview', '2022-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5265, 1964, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5266, 1930, '0', 'default', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5267, 1950, '0', 'default', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5268, 2020, '0', 'default', '2022-01-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5269, 1967, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5270, 1955, '0', 'default', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5271, 1951, '0', 'default', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5272, 1963, '0', 'preview', '2022-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5273, 2013, '0', 'preview', '2022-01-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5274, 1935, '0', 'preview', '2022-01-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5275, 1934, '0', 'preview', '2022-01-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5276, 1962, '0', 'preview', '2022-01-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5277, 2020, '0', 'preview', '2022-01-28', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5278, 1955, '0', 'preview', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5279, 1958, '0', 'preview', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5280, 1954, '0', 'preview', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5281, 2024, '0', 'preview', '2022-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5282, 1934, '0', 'default', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5283, 2031, '0', 'preview', '2022-01-28', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5284, 2039, '0', 'preview', '2022-01-28', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5285, 2018, '0', 'default', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5286, 2016, '0', 'preview', '2022-01-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5287, 1967, '0', 'preview', '2022-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5288, 1967, '0', 'default', '2022-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5289, 1964, '0', 'preview', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5290, 2019, '0', 'default', '2022-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5291, 2014, '0', 'preview', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5292, 2025, '0', 'default', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5293, 1936, '0', 'preview', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5294, 1930, '0', 'preview', '2022-01-28', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5295, 2020, '0', 'default', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5296, 1919, '0', 'default', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5297, 2044, '0', 'preview', '2022-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5298, 2043, '0', 'preview', '2022-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5299, 2024, '0', 'default', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5300, 2019, '0', 'preview', '2022-01-28', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5301, 1903, '0', 'preview', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5302, 2040, '0', 'preview', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5303, 1904, '0', 'preview', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5304, 1896, '0', 'default', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5305, 1886, '0', 'preview', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5306, 1959, '0', 'preview', '2022-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5307, 1934, '0', 'preview', '2022-01-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5308, 1935, '0', 'preview', '2022-01-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5309, 2027, '0', 'preview', '2022-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5310, 2016, '0', 'preview', '2022-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5311, 2031, '0', 'preview', '2022-01-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5312, 2039, '0', 'preview', '2022-01-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5313, 2020, '0', 'preview', '2022-01-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5314, 1967, '0', 'preview', '2022-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5315, 1896, '0', 'preview', '2022-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5316, 2043, '0', 'preview', '2022-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5317, 2024, '0', 'preview', '2022-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5318, 2020, '0', 'default', '2022-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5319, 2040, '0', 'preview', '2022-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5320, 1938, '0', 'preview', '2022-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5321, 2033, '0', 'preview', '2022-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5322, 2029, '0', 'preview', '2022-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5323, 1941, '0', 'default', '2022-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5324, 1962, '0', 'preview', '2022-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5325, 1904, '0', 'default', '2022-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5326, 2019, '0', 'preview', '2022-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5327, 2019, '0', 'default', '2022-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5328, 2025, '0', 'preview', '2022-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5329, 2014, '0', 'preview', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5330, 1962, '0', 'preview', '2022-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5331, 2031, '0', 'preview', '2022-01-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5332, 2020, '0', 'preview', '2022-01-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5333, 2039, '0', 'preview', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5334, 1934, '0', 'preview', '2022-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5335, 2013, '0', 'preview', '2022-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5336, 2019, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5337, 2018, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5338, 1913, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5339, 2025, '0', 'default', '2022-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5340, 2017, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5341, 2020, '0', 'default', '2022-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5342, 2024, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5343, 1966, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5344, 2027, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5345, 2016, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5346, 2040, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5347, 2033, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5348, 1944, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5349, 2027, '0', 'preview', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5350, 2024, '0', 'preview', '2022-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5351, 1967, '0', 'preview', '2022-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5352, 1935, '0', 'preview', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5353, 2016, '0', 'preview', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5354, 2040, '0', 'preview', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5355, 2036, '0', 'preview', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5356, 1904, '0', 'default', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5357, 1904, '0', 'preview', '2022-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5358, 2020, '0', 'preview', '2022-01-31', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5359, 2027, '0', 'preview', '2022-01-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5360, 2016, '0', 'preview', '2022-01-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5361, 2024, '0', 'preview', '2022-01-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5362, 2017, '0', 'preview', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5363, 2031, '0', 'preview', '2022-01-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5364, 2039, '0', 'preview', '2022-01-31', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5365, 1935, '0', 'preview', '2022-01-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5366, 1930, '0', 'preview', '2022-01-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5367, 1967, '0', 'default', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5368, 1896, '0', 'default', '2022-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5369, 2019, '0', 'default', '2022-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5370, 1938, '0', 'preview', '2022-01-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5371, 1962, '0', 'default', '2022-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5372, 1934, '0', 'preview', '2022-01-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5373, 2033, '0', 'preview', '2022-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5374, 2025, '0', 'preview', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5375, 2019, '0', 'preview', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5376, 2043, '0', 'default', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5377, 1896, '0', 'preview', '2022-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5378, 1904, '0', 'preview', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5379, 2039, '0', 'default', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5380, 2031, '0', 'default', '2022-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5381, 2020, '0', 'default', '2022-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5382, 1962, '0', 'preview', '2022-01-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5383, 2044, '0', 'preview', '2022-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5384, 2027, '0', 'default', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5385, 2016, '0', 'default', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5386, 1967, '0', 'preview', '2022-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5387, 2015, '0', 'preview', '2022-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5388, 1908, '0', 'preview', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5389, 1886, '0', 'preview', '2022-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5390, 2028, '0', 'preview', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5391, 2023, '0', 'preview', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5392, 2014, '0', 'preview', '2022-01-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5393, 2040, '0', 'preview', '2022-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5394, 2025, '0', 'default', '2022-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5395, 1956, '0', 'default', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5396, 1959, '0', 'default', '2022-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5397, 2024, '0', 'default', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5398, 1930, '0', 'default', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5399, 2034, '0', 'preview', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5400, 1922, '0', 'default', '2022-01-31', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5401, 1922, '0', 'preview', '2022-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5402, 1902, '0', 'preview', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5403, 2044, '0', 'default', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5404, 2040, '0', 'default', '2022-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5405, 1934, '0', 'preview', '2022-02-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5406, 1935, '0', 'preview', '2022-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5407, 1930, '0', 'preview', '2022-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5408, 1936, '0', 'preview', '2022-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5409, 2039, '0', 'preview', '2022-02-01', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5410, 2031, '0', 'preview', '2022-02-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5411, 2020, '0', 'preview', '2022-02-01', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5412, 2025, '0', 'default', '2022-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5413, 2019, '0', 'preview', '2022-02-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5414, 2016, '0', 'preview', '2022-02-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5415, 2044, '0', 'preview', '2022-02-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5416, 2043, '0', 'preview', '2022-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5417, 1965, '0', 'preview', '2022-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5418, 1962, '0', 'preview', '2022-02-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5419, 1964, '0', 'preview', '2022-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5420, 1967, '0', 'preview', '2022-02-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5421, 2013, '0', 'preview', '2022-02-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5422, 1913, '0', 'preview', '2022-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5423, 2037, '0', 'default', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5424, 1896, '0', 'preview', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5425, 2014, '0', 'preview', '2022-02-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5426, 1903, '0', 'preview', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5427, 1934, '0', 'default', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5428, 2027, '0', 'preview', '2022-02-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5429, 1962, '0', 'default', '2022-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5430, 1967, '0', 'default', '2022-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5431, 1923, '0', 'preview', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5432, 2021, '0', 'preview', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5433, 1961, '0', 'preview', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5434, 2020, '0', 'default', '2022-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5435, 2033, '0', 'preview', '2022-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5436, 2039, '0', 'default', '2022-02-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5437, 1944, '0', 'default', '2022-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5438, 1943, '0', 'default', '2022-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5439, 2031, '0', 'default', '2022-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5440, 1904, '0', 'default', '2022-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5441, 1896, '0', 'default', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5442, 2021, '0', 'default', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5443, 2014, '0', 'default', '2022-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5444, 1949, '0', 'default', '2022-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5445, 2026, '0', 'default', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5446, 2024, '0', 'preview', '2022-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5447, 2025, '0', 'preview', '2022-02-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5448, 1959, '0', 'default', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5449, 1947, '0', 'preview', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5450, 1930, '0', 'default', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5451, 2023, '0', 'preview', '2022-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5452, 2040, '0', 'preview', '2022-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5453, 1948, '0', 'preview', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5454, 1903, '0', 'default', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5455, 2035, '0', 'default', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5456, 1904, '0', 'preview', '2022-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5457, 2039, '0', 'preview', '2022-02-02', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5458, 2027, '0', 'preview', '2022-02-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5459, 1962, '0', 'preview', '2022-02-02', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5460, 1934, '0', 'preview', '2022-02-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5461, 2031, '0', 'preview', '2022-02-02', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5462, 2020, '0', 'preview', '2022-02-02', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5463, 1930, '0', 'default', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5464, 1967, '0', 'default', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5465, 1922, '0', 'default', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5466, 2039, '0', 'default', '2022-02-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5467, 1967, '0', 'preview', '2022-02-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5468, 1896, '0', 'preview', '2022-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5469, 2025, '0', 'preview', '2022-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5470, 1904, '0', 'preview', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5471, 1961, '0', 'default', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5472, 2019, '0', 'preview', '2022-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5473, 1935, '0', 'preview', '2022-02-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5474, 1932, '0', 'preview', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5475, 2025, '0', 'default', '2022-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5476, 2020, '0', 'default', '2022-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5477, 1936, '0', 'preview', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5478, 1930, '0', 'preview', '2022-02-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5479, 2028, '0', 'preview', '2022-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5480, 1948, '0', 'default', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5481, 2017, '0', 'preview', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5482, 1903, '0', 'default', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5483, 1938, '0', 'preview', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5484, 2033, '0', 'preview', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5485, 2016, '0', 'preview', '2022-02-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5486, 2019, '0', 'default', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5487, 2016, '0', 'default', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5488, 2040, '0', 'preview', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5489, 2014, '0', 'preview', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5490, 1953, '0', 'default', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5491, 1950, '0', 'default', '2022-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5492, 2031, '0', 'default', '2022-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5493, 2020, '0', 'preview', '2022-02-03', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5494, 2018, '0', 'default', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5495, 2018, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5496, 2019, '0', 'preview', '2022-02-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5497, 2031, '0', 'preview', '2022-02-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5498, 2030, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5499, 2039, '0', 'preview', '2022-02-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5500, 1948, '0', 'preview', '2022-02-03', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5501, 2016, '0', 'preview', '2022-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5502, 2027, '0', 'preview', '2022-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5503, 2036, '0', 'default', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5504, 1930, '0', 'default', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5505, 1934, '0', 'default', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5506, 1936, '0', 'default', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5507, 1935, '0', 'default', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5508, 2019, '0', 'default', '2022-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5509, 2036, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5510, 2024, '0', 'preview', '2022-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5511, 1962, '0', 'preview', '2022-02-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5512, 1967, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5513, 1930, '0', 'preview', '2022-02-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5514, 2014, '0', 'preview', '2022-02-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5515, 1886, '0', 'preview', '2022-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5516, 2033, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5517, 1938, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5518, 1902, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5519, 2025, '0', 'preview', '2022-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5520, 1908, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5521, 1903, '0', 'default', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5522, 1935, '0', 'preview', '2022-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5523, 2024, '0', 'default', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5524, 1944, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5525, 2020, '0', 'default', '2022-02-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5526, 2025, '0', 'default', '2022-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5527, 1898, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5528, 2043, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5529, 2044, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5530, 2045, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5531, 2017, '0', 'preview', '2022-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5532, 1934, '0', 'preview', '2022-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5533, 2039, '0', 'default', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5534, 1961, '0', 'preview', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5535, 1904, '0', 'default', '2022-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5536, 1930, '0', 'preview', '2022-02-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5537, 1934, '0', 'preview', '2022-02-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5538, 1936, '0', 'preview', '2022-02-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5539, 2020, '0', 'preview', '2022-02-04', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5540, 2024, '0', 'preview', '2022-02-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5541, 2031, '0', 'preview', '2022-02-04', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5542, 2039, '0', 'preview', '2022-02-04', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5543, 1896, '0', 'preview', '2022-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5544, 1950, '0', 'default', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5545, 2019, '0', 'preview', '2022-02-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5546, 2035, '0', 'preview', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5547, 1962, '0', 'preview', '2022-02-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5548, 1935, '0', 'preview', '2022-02-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5549, 1903, '0', 'preview', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5550, 1931, '0', 'preview', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5551, 2020, '0', 'default', '2022-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5552, 1960, '0', 'default', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5553, 1960, '0', 'preview', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5554, 1886, '0', 'preview', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5555, 2013, '0', 'preview', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5556, 2019, '0', 'default', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5557, 2014, '0', 'preview', '2022-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5558, 2025, '0', 'preview', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5559, 2025, '0', 'default', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5560, 1944, '0', 'default', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5561, 2027, '0', 'preview', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5562, 1938, '0', 'preview', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5563, 2037, '0', 'preview', '2022-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5564, 1904, '0', 'default', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5565, 2031, '0', 'preview', '2022-02-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5566, 1896, '0', 'preview', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5567, 2039, '0', 'preview', '2022-02-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5568, 2020, '0', 'preview', '2022-02-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5569, 1898, '0', 'default', '2022-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5570, 2032, '0', 'default', '2022-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5571, 1896, '0', 'default', '2022-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5572, 2025, '0', 'default', '2022-02-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5573, 1930, '0', 'preview', '2022-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5574, 1932, '0', 'preview', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5575, 2040, '0', 'preview', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5576, 2033, '0', 'preview', '2022-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5577, 2019, '0', 'preview', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5578, 2024, '0', 'preview', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5579, 2020, '0', 'default', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5580, 1935, '0', 'preview', '2022-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5581, 2019, '0', 'default', '2022-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5582, 2033, '0', 'default', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5583, 2040, '0', 'default', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5584, 1938, '0', 'default', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5585, 2034, '0', 'default', '2022-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5586, 1962, '0', 'preview', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5587, 2032, '0', 'preview', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5588, 1962, '0', 'default', '2022-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5589, 1930, '0', 'preview', '2022-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5590, 1934, '0', 'preview', '2022-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5591, 2031, '0', 'preview', '2022-02-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5592, 2039, '0', 'preview', '2022-02-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5593, 2020, '0', 'preview', '2022-02-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5594, 2027, '0', 'preview', '2022-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5595, 2024, '0', 'preview', '2022-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5596, 2016, '0', 'preview', '2022-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5597, 1962, '0', 'preview', '2022-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5598, 2024, '0', 'default', '2022-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5599, 2016, '0', 'default', '2022-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5600, 2025, '0', 'default', '2022-02-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5601, 1935, '0', 'default', '2022-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5602, 1935, '0', 'preview', '2022-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5603, 2025, '0', 'preview', '2022-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5604, 2040, '0', 'preview', '2022-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5605, 2040, '0', 'default', '2022-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5606, 2039, '0', 'default', '2022-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5607, 2020, '0', 'default', '2022-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5608, 2031, '0', 'default', '2022-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5609, 2025, '0', 'default', '2022-02-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5610, 1962, '0', 'preview', '2022-02-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5611, 2020, '0', 'preview', '2022-02-07', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5612, 2019, '0', 'preview', '2022-02-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5613, 2014, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5614, 2031, '0', 'preview', '2022-02-07', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5615, 2039, '0', 'preview', '2022-02-07', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5616, 2020, '0', 'default', '2022-02-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5617, 1967, '0', 'preview', '2022-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5618, 2025, '0', 'preview', '2022-02-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5619, 1896, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5620, 2044, '0', 'preview', '2022-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5621, 1922, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5622, 1949, '0', 'preview', '2022-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5623, 1950, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5624, 1897, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5625, 2029, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5626, 2031, '0', 'default', '2022-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5627, 1904, '0', 'default', '2022-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5628, 1935, '0', 'preview', '2022-02-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5629, 1930, '0', 'preview', '2022-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5630, 2018, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5631, 1934, '0', 'preview', '2022-02-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5632, 2033, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5633, 2027, '0', 'preview', '2022-02-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5634, 2016, '0', 'preview', '2022-02-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5635, 2024, '0', 'preview', '2022-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5636, 1948, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5637, 1953, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5638, 1951, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5639, 2043, '0', 'preview', '2022-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5640, 1959, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5641, 1964, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5642, 1916, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5643, 1886, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5644, 2015, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5645, 2028, '0', 'preview', '2022-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5646, 1936, '0', 'preview', '2022-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5647, 1912, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5648, 1903, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5649, 1962, '0', 'default', '2022-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5650, 1961, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5651, 1960, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5652, 2019, '0', 'default', '2022-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5653, 1896, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5654, 1967, '0', 'default', '2022-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5655, 1904, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5656, 2016, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5657, 2014, '0', 'preview', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5658, 1903, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5659, 2039, '0', 'default', '2022-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5660, 2045, '0', 'default', '2022-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5661, 2044, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5662, 2043, '0', 'default', '2022-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5663, 1962, '0', 'preview', '2022-02-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5664, 1904, '0', 'preview', '2022-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5665, 1896, '0', 'default', '2022-02-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5666, 1896, '0', 'preview', '2022-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5667, 1930, '0', 'preview', '2022-02-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5668, 1904, '0', 'default', '2022-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5669, 2039, '0', 'default', '2022-02-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5670, 2031, '0', 'default', '2022-02-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5671, 2012, '0', 'default', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5672, 2014, '0', 'default', '2022-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5673, 1922, '0', 'default', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5674, 1967, '0', 'preview', '2022-02-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5675, 2019, '0', 'preview', '2022-02-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5676, 2025, '0', 'preview', '2022-02-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5677, 1935, '0', 'preview', '2022-02-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5678, 1934, '0', 'preview', '2022-02-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5679, 2024, '0', 'preview', '2022-02-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5680, 2020, '0', 'preview', '2022-02-08', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5681, 2013, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5682, 2014, '0', 'preview', '2022-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5683, 2025, '0', 'default', '2022-02-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5684, 2020, '0', 'default', '2022-02-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5685, 2039, '0', 'preview', '2022-02-08', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5686, 2031, '0', 'preview', '2022-02-08', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5687, 1903, '0', 'preview', '2022-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5688, 2016, '0', 'preview', '2022-02-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5689, 2019, '0', 'default', '2022-02-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5690, 2036, '0', 'preview', '2022-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5691, 2027, '0', 'preview', '2022-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5692, 1915, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5693, 2035, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5694, 2040, '0', 'preview', '2022-02-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5695, 1902, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5696, 1962, '0', 'default', '2022-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5697, 1961, '0', 'default', '2022-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5698, 1960, '0', 'default', '2022-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5699, 1918, '0', 'preview', '2022-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5700, 2018, '0', 'preview', '2022-02-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5701, 1903, '0', 'default', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5702, 2033, '0', 'preview', '2022-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5703, 2024, '0', 'default', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5704, 1946, '0', 'preview', '2022-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5705, 1949, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5706, 1900, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5707, 1967, '0', 'default', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5708, 1936, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5709, 1942, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5710, 1919, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5711, 1950, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5712, 1959, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5713, 1950, '0', 'default', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5714, 1951, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5715, 1958, '0', 'preview', '2022-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5716, 2035, '0', 'default', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5717, 1956, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5718, 1964, '0', 'default', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5719, 1964, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5720, 1965, '0', 'preview', '2022-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5721, 2044, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5722, 2043, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5723, 2034, '0', 'preview', '2022-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5724, 2023, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5725, 2016, '0', 'preview', '2022-02-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5726, 2039, '0', 'preview', '2022-02-09', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5727, 2020, '0', 'default', '2022-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5728, 1896, '0', 'default', '2022-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5729, 2031, '0', 'preview', '2022-02-09', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5730, 2020, '0', 'preview', '2022-02-09', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5731, 1922, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5732, 1962, '0', 'preview', '2022-02-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5733, 1967, '0', 'preview', '2022-02-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5734, 2019, '0', 'default', '2022-02-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5735, 2039, '0', 'default', '2022-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5736, 2025, '0', 'default', '2022-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5737, 1930, '0', 'preview', '2022-02-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5738, 2031, '0', 'default', '2022-02-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5739, 2014, '0', 'preview', '2022-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5740, 1961, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5741, 1949, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5742, 1944, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5743, 2017, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5744, 2043, '0', 'default', '2022-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5745, 2044, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5746, 2014, '0', 'default', '2022-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5747, 2016, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5748, 2024, '0', 'default', '2022-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5749, 2027, '0', 'default', '2022-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5750, 1934, '0', 'preview', '2022-02-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5751, 1902, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5752, 2036, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5753, 2017, '0', 'preview', '2022-02-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5754, 2022, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5755, 1935, '0', 'preview', '2022-02-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5756, 1964, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5757, 1944, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5758, 2025, '0', 'preview', '2022-02-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5759, 1953, '0', 'preview', '2022-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5760, 1959, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5761, 1962, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5762, 1898, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5763, 2027, '0', 'preview', '2022-02-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5764, 2019, '0', 'preview', '2022-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5765, 1967, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5766, 2024, '0', 'preview', '2022-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5767, 2013, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5768, 1922, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5769, 2021, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5770, 2040, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5771, 2040, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5772, 1965, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5773, 1935, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5774, 1896, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5775, 1950, '0', 'preview', '2022-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5776, 1956, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5777, 1949, '0', 'preview', '2022-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5778, 1926, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5779, 2044, '0', 'preview', '2022-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5780, 1919, '0', 'preview', '2022-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5781, 2043, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5782, 2038, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5783, 1925, '0', 'default', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5784, 1904, '0', 'default', '2022-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5785, 1958, '0', 'preview', '2022-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5786, 1961, '0', 'default', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5787, 2016, '0', 'preview', '2022-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5788, 2027, '0', 'preview', '2022-02-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5789, 2024, '0', 'preview', '2022-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5790, 2031, '0', 'preview', '2022-02-10', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5791, 1966, '0', 'default', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5792, 2020, '0', 'preview', '2022-02-10', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5793, 1904, '0', 'preview', '2022-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5794, 1897, '0', 'preview', '2022-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5795, 1896, '0', 'preview', '2022-02-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5796, 2029, '0', 'preview', '2022-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5797, 1900, '0', 'preview', '2022-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5798, 2039, '0', 'preview', '2022-02-10', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5799, 2034, '0', 'preview', '2022-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5800, 2025, '0', 'preview', '2022-02-10', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5801, 1949, '0', 'preview', '2022-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5802, 1951, '0', 'preview', '2022-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5803, 1959, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5804, 1953, '0', 'preview', '2022-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5805, 2019, '0', 'preview', '2022-02-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5806, 2014, '0', 'preview', '2022-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5807, 1938, '0', 'preview', '2022-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5808, 1934, '0', 'preview', '2022-02-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5809, 1962, '0', 'preview', '2022-02-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5810, 1930, '0', 'preview', '2022-02-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5811, 2039, '0', 'default', '2022-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5812, 2024, '0', 'default', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5813, 2027, '0', 'default', '2022-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5814, 2020, '0', 'default', '2022-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5815, 1945, '0', 'default', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5816, 1946, '0', 'default', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5817, 1952, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5818, 1954, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5819, 1967, '0', 'default', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5820, 2025, '0', 'default', '2022-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5821, 2040, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5822, 1927, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5823, 1967, '0', 'preview', '2022-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5824, 1903, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5825, 2036, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5826, 2032, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5827, 1905, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5828, 2019, '0', 'default', '2022-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5829, 1915, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5830, 1962, '0', 'default', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5831, 1963, '0', 'preview', '2022-02-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5832, 2014, '0', 'default', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5833, 1935, '0', 'preview', '2022-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5834, 1961, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5835, 1943, '0', 'default', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5836, 1943, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5837, 1886, '0', 'preview', '2022-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5838, 2022, '0', 'preview', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5839, 2016, '0', 'default', '2022-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5840, 2043, '0', 'preview', '2022-02-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5841, 2045, '0', 'preview', '2022-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5842, 1934, '0', 'preview', '2022-02-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5843, 1935, '0', 'preview', '2022-02-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5844, 1937, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5845, 1896, '0', 'default', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5846, 2039, '0', 'preview', '2022-02-11', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5847, 2020, '0', 'default', '2022-02-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5848, 2031, '0', 'default', '2022-02-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5849, 2020, '0', 'preview', '2022-02-11', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5850, 1896, '0', 'preview', '2022-02-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5851, 2031, '0', 'preview', '2022-02-11', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5852, 1922, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5853, 2019, '0', 'default', '2022-02-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5854, 2024, '0', 'preview', '2022-02-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5855, 2025, '0', 'preview', '2022-02-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5856, 2018, '0', 'default', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5857, 1964, '0', 'preview', '2022-02-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5858, 2014, '0', 'preview', '2022-02-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5859, 1962, '0', 'preview', '2022-02-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5860, 1900, '0', 'default', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5861, 1930, '0', 'preview', '2022-02-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5862, 2019, '0', 'preview', '2022-02-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5863, 2035, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5864, 2034, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5865, 2039, '0', 'default', '2022-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5866, 2014, '0', 'default', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5867, 2025, '0', 'default', '2022-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5868, 1936, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5869, 1938, '0', 'default', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5870, 2033, '0', 'default', '2022-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5871, 2040, '0', 'default', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5872, 1904, '0', 'preview', '2022-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5873, 1967, '0', 'preview', '2022-02-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5874, 1886, '0', 'default', '2022-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5875, 2036, '0', 'preview', '2022-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5876, 2027, '0', 'preview', '2022-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5877, 2016, '0', 'preview', '2022-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5878, 1931, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5879, 1967, '0', 'default', '2022-02-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5880, 1962, '0', 'default', '2022-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5881, 2032, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5882, 1897, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5883, 1958, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5884, 1959, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5885, 1957, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5886, 1898, '0', 'preview', '2022-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5887, 2033, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5888, 2018, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5889, 2028, '0', 'preview', '2022-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5890, 2040, '0', 'preview', '2022-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5891, 2013, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5892, 1909, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5893, 1918, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5894, 1915, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5895, 1916, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5896, 1913, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5897, 1965, '0', 'preview', '2022-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5898, 2039, '0', 'default', '2022-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5899, 2020, '0', 'default', '2022-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5900, 1896, '0', 'default', '2022-02-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5901, 2039, '0', 'preview', '2022-02-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5902, 1935, '0', 'preview', '2022-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5903, 1908, '0', 'default', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5904, 1967, '0', 'preview', '2022-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5905, 1922, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5906, 1896, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5907, 2020, '0', 'preview', '2022-02-12', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5908, 1945, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5909, 1946, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5910, 2031, '0', 'preview', '2022-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5911, 2018, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5912, 2019, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5913, 2032, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5914, 2014, '0', 'preview', '2022-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5915, 1965, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5916, 2025, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5917, 2034, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5918, 1886, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5919, 2025, '0', 'default', '2022-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5920, 2023, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5921, 2031, '0', 'default', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5922, 2019, '0', 'default', '2022-02-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5923, 1930, '0', 'preview', '2022-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5924, 1934, '0', 'preview', '2022-02-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5925, 2040, '0', 'preview', '2022-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5926, 1935, '0', 'default', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5927, 1913, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5928, 1962, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5929, 1934, '0', 'default', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5930, 1937, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5931, 2030, '0', 'preview', '2022-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5932, 1886, '0', 'default', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5933, 1904, '0', 'default', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5934, 1936, '0', 'preview', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5935, 2040, '0', 'default', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5936, 1911, '0', 'default', '2022-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5937, 2040, '0', 'preview', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5938, 2033, '0', 'preview', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5939, 1948, '0', 'default', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5940, 2019, '0', 'preview', '2022-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5941, 2020, '0', 'preview', '2022-02-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5942, 2031, '0', 'preview', '2022-02-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5943, 2039, '0', 'preview', '2022-02-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5944, 1945, '0', 'default', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5945, 1967, '0', 'default', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5946, 2027, '0', 'preview', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5947, 2021, '0', 'default', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5948, 2036, '0', 'preview', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5949, 1934, '0', 'preview', '2022-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5950, 1930, '0', 'preview', '2022-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5951, 1896, '0', 'default', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5952, 2017, '0', 'default', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5953, 2019, '0', 'default', '2022-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5954, 2016, '0', 'preview', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5955, 2024, '0', 'preview', '2022-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5956, 2018, '0', 'default', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5957, 2025, '0', 'default', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5958, 2036, '0', 'default', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5959, 2039, '0', 'default', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5960, 2014, '0', 'preview', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5961, 2031, '0', 'default', '2022-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5962, 1886, '0', 'preview', '2022-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5963, 2014, '0', 'preview', '2022-02-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5964, 2039, '0', 'preview', '2022-02-14', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5965, 2031, '0', 'preview', '2022-02-14', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5966, 2020, '0', 'preview', '2022-02-14', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5967, 1912, '0', 'preview', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5968, 1904, '0', 'preview', '2022-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5969, 1896, '0', 'preview', '2022-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5970, 1945, '0', 'preview', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5971, 1930, '0', 'preview', '2022-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5972, 1935, '0', 'preview', '2022-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5973, 2025, '0', 'preview', '2022-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5974, 2027, '0', 'preview', '2022-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5975, 2016, '0', 'preview', '2022-02-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5976, 1962, '0', 'preview', '2022-02-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5977, 1962, '0', 'default', '2022-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5978, 1961, '0', 'preview', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5979, 1954, '0', 'default', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5980, 1951, '0', 'default', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5981, 1959, '0', 'default', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5982, 1896, '0', 'default', '2022-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5983, 2025, '0', 'default', '2022-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5984, 1956, '0', 'default', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5985, 2019, '0', 'default', '2022-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5986, 2031, '0', 'default', '2022-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5987, 1886, '0', 'preview', '2022-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5988, 2024, '0', 'preview', '2022-02-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5989, 1967, '0', 'default', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5990, 2030, '0', 'preview', '2022-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5991, 2020, '0', 'default', '2022-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5992, 1904, '0', 'default', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5993, 2043, '0', 'preview', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5994, 2040, '0', 'preview', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5995, 1967, '0', 'preview', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5996, 2027, '0', 'default', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5997, 1964, '0', 'default', '2022-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5998, 2019, '0', 'preview', '2022-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5999, 1934, '0', 'preview', '2022-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6000, 1937, '0', 'preview', '2022-02-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6001, 1886, '0', 'default', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6002, 2015, '0', 'preview', '2022-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6003, 1909, '0', 'preview', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6004, 1961, '0', 'default', '2022-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6005, 1965, '0', 'default', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6006, 1897, '0', 'preview', '2022-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6007, 2020, '0', 'preview', '2022-02-15', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6008, 2031, '0', 'preview', '2022-02-15', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6009, 2039, '0', 'preview', '2022-02-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6010, 1934, '0', 'preview', '2022-02-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6011, 1930, '0', 'default', '2022-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6012, 1934, '0', 'default', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6013, 1935, '0', 'default', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6014, 2029, '0', 'default', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6015, 1930, '0', 'preview', '2022-02-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6016, 1904, '0', 'default', '2022-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6017, 2012, '0', 'default', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6018, 2031, '0', 'default', '2022-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6019, 2039, '0', 'default', '2022-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6020, 2040, '0', 'preview', '2022-02-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6021, 1962, '0', 'preview', '2022-02-15', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6022, 2025, '0', 'preview', '2022-02-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6023, 2025, '0', 'default', '2022-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6024, 2019, '0', 'preview', '2022-02-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6025, 1904, '0', 'preview', '2022-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6026, 2014, '0', 'preview', '2022-02-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6027, 1938, '0', 'preview', '2022-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6028, 1896, '0', 'default', '2022-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6029, 2027, '0', 'preview', '2022-02-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6030, 1935, '0', 'preview', '2022-02-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6031, 1948, '0', 'default', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6032, 2024, '0', 'default', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6033, 2016, '0', 'default', '2022-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6034, 1962, '0', 'default', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6035, 2038, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6036, 2024, '0', 'preview', '2022-02-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6037, 1954, '0', 'default', '2022-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6038, 2016, '0', 'preview', '2022-02-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6039, 1949, '0', 'default', '2022-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6040, 2019, '0', 'default', '2022-02-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6041, 1955, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6042, 1926, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6043, 1927, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6044, 1967, '0', 'preview', '2022-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6045, 2033, '0', 'preview', '2022-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6046, 2044, '0', 'preview', '2022-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6047, 2030, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6048, 1965, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6049, 1922, '0', 'preview', '2022-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6050, 1919, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6051, 2020, '0', 'default', '2022-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6052, 1965, '0', 'default', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6053, 1886, '0', 'default', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6054, 1961, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6055, 1944, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6056, 2032, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6057, 1896, '0', 'preview', '2022-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6058, 1902, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6059, 1923, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6060, 2043, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6061, 2018, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6062, 2036, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6063, 1964, '0', 'preview', '2022-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6064, 1900, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6065, 2034, '0', 'default', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6066, 2028, '0', 'preview', '2022-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6067, 2039, '0', 'default', '2022-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6068, 2039, '0', 'preview', '2022-02-16', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6069, 2025, '0', 'preview', '2022-02-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6070, 2024, '0', 'preview', '2022-02-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6071, 2034, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6072, 1915, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6073, 1967, '0', 'preview', '2022-02-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6074, 2016, '0', 'preview', '2022-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6075, 2031, '0', 'preview', '2022-02-16', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6076, 2020, '0', 'preview', '2022-02-16', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6077, 2020, '0', 'default', '2022-02-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6078, 1896, '0', 'preview', '2022-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6079, 1896, '0', 'default', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6080, 2025, '0', 'default', '2022-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6081, 2014, '0', 'preview', '2022-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6082, 2019, '0', 'default', '2022-02-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6083, 2031, '0', 'default', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6084, 2043, '0', 'preview', '2022-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6085, 2027, '0', 'preview', '2022-02-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6086, 1934, '0', 'preview', '2022-02-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6087, 2032, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6088, 2029, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6089, 1930, '0', 'preview', '2022-02-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6090, 1922, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6091, 2017, '0', 'preview', '2022-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6092, 2044, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6093, 2045, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6094, 2038, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6095, 2030, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6096, 1950, '0', 'default', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6097, 1935, '0', 'preview', '2022-02-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6098, 1962, '0', 'preview', '2022-02-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6099, 1886, '0', 'preview', '2022-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6100, 1934, '0', 'default', '2022-02-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6101, 1948, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6102, 1943, '0', 'default', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6103, 1904, '0', 'default', '2022-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6104, 1904, '0', 'preview', '2022-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6105, 2019, '0', 'preview', '2022-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6106, 1922, '0', 'default', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6107, 2040, '0', 'preview', '2022-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6108, 1938, '0', 'preview', '2022-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6109, 1939, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6110, 2033, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6111, 1903, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6112, 1967, '0', 'default', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6113, 1945, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6114, 1942, '0', 'preview', '2022-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6115, 2013, '0', 'preview', '2022-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6116, 2039, '0', 'preview', '2022-02-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6117, 1935, '0', 'preview', '2022-02-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6118, 1896, '0', 'preview', '2022-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6119, 2020, '0', 'preview', '2022-02-17', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6120, 1930, '0', 'preview', '2022-02-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6121, 1934, '0', 'preview', '2022-02-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6122, 2029, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6123, 2019, '0', 'default', '2022-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6124, 1962, '0', 'preview', '2022-02-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6125, 2019, '0', 'preview', '2022-02-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6126, 2016, '0', 'preview', '2022-02-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6127, 2025, '0', 'preview', '2022-02-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6128, 2024, '0', 'preview', '2022-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6129, 2027, '0', 'preview', '2022-02-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6130, 1967, '0', 'preview', '2022-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6131, 2031, '0', 'preview', '2022-02-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6132, 1922, '0', 'preview', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6133, 1919, '0', 'preview', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6134, 2017, '0', 'preview', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6135, 2044, '0', 'preview', '2022-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6136, 2043, '0', 'preview', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6137, 2014, '0', 'preview', '2022-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6138, 1952, '0', 'preview', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6139, 1896, '0', 'default', '2022-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6140, 1938, '0', 'preview', '2022-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6141, 1886, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6142, 2033, '0', 'preview', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6143, 2020, '0', 'default', '2022-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6144, 1963, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6145, 2025, '0', 'default', '2022-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6146, 1965, '0', 'preview', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6147, 1964, '0', 'preview', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6148, 2039, '0', 'default', '2022-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6149, 1962, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6150, 1961, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6151, 1959, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6152, 2017, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6153, 1935, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6154, 2031, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6155, 1948, '0', 'preview', '2022-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6156, 1903, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6157, 1903, '0', 'preview', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6158, 1967, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6159, 1918, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6160, 1904, '0', 'default', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6161, 1904, '0', 'preview', '2022-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6162, 1902, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6163, 1900, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6164, 2036, '0', 'default', '2022-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6165, 1904, '0', 'default', '2022-02-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6166, 2019, '0', 'default', '2022-02-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6167, 1935, '0', 'preview', '2022-02-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6168, 1962, '0', 'preview', '2022-02-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6169, 1962, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6170, 2039, '0', 'preview', '2022-02-18', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6171, 2031, '0', 'preview', '2022-02-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6172, 1930, '0', 'preview', '2022-02-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6173, 2020, '0', 'preview', '2022-02-18', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6174, 2025, '0', 'preview', '2022-02-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6175, 2019, '0', 'preview', '2022-02-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6176, 1967, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6177, 2027, '0', 'preview', '2022-02-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6178, 1957, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6179, 2024, '0', 'preview', '2022-02-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6180, 2016, '0', 'preview', '2022-02-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6181, 1896, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6182, 1898, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6183, 1934, '0', 'preview', '2022-02-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6184, 1931, '0', 'preview', '2022-02-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6185, 2014, '0', 'preview', '2022-02-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6186, 1933, '0', 'preview', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6187, 2020, '0', 'default', '2022-02-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6188, 1886, '0', 'preview', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6189, 1903, '0', 'default', '2022-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6190, 2036, '0', 'preview', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6191, 1952, '0', 'preview', '2022-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6192, 1954, '0', 'preview', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6193, 1959, '0', 'preview', '2022-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6194, 1898, '0', 'preview', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6195, 1922, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6196, 2025, '0', 'default', '2022-02-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6197, 1955, '0', 'preview', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6198, 1950, '0', 'preview', '2022-02-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6199, 1967, '0', 'preview', '2022-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6200, 2018, '0', 'default', '2022-02-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6201, 2039, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6202, 2031, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6203, 2029, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6204, 2032, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6205, 1948, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6206, 1965, '0', 'preview', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6207, 1942, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6208, 1964, '0', 'preview', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6209, 1918, '0', 'preview', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6210, 1935, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6211, 1950, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6212, 1958, '0', 'default', '2022-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6213, 1953, '0', 'default', '2022-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6214, 1950, '0', 'preview', '2022-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6215, 1951, '0', 'default', '2022-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6216, 2020, '0', 'default', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6217, 1964, '0', 'default', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6218, 1965, '0', 'default', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6219, 1930, '0', 'preview', '2022-02-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6220, 2020, '0', 'preview', '2022-02-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6221, 2031, '0', 'preview', '2022-02-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6222, 2024, '0', 'preview', '2022-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6223, 1896, '0', 'preview', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6224, 1934, '0', 'preview', '2022-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6225, 1899, '0', 'preview', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6226, 1935, '0', 'preview', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6227, 1962, '0', 'preview', '2022-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6228, 2039, '0', 'preview', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6229, 1941, '0', 'default', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6230, 1904, '0', 'preview', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6231, 1930, '0', 'default', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6232, 1897, '0', 'default', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6233, 2016, '0', 'preview', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6234, 1967, '0', 'default', '2022-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6235, 2014, '0', 'preview', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6236, 2027, '0', 'preview', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6237, 2029, '0', 'default', '2022-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6238, 2025, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6239, 1934, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6240, 2033, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6241, 2040, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6242, 1930, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6243, 1935, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6244, 1934, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6245, 1950, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6246, 1962, '0', 'preview', '2022-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6247, 2027, '0', 'preview', '2022-02-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6248, 2016, '0', 'preview', '2022-02-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6249, 2031, '0', 'preview', '2022-02-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6250, 2039, '0', 'preview', '2022-02-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6251, 2020, '0', 'preview', '2022-02-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6252, 2018, '0', 'preview', '2022-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6253, 2023, '0', 'preview', '2022-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6254, 2024, '0', 'preview', '2022-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6255, 1964, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6256, 1961, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6257, 2021, '0', 'preview', '2022-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6258, 2021, '0', 'default', '2022-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6259, 2020, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6260, 2031, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6261, 2039, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6262, 2045, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6263, 2043, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6264, 1967, '0', 'default', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6265, 2019, '0', 'preview', '2022-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6266, 2017, '0', 'preview', '2022-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6267, 2044, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6268, 2043, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6269, 2038, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6270, 1926, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6271, 2026, '0', 'preview', '2022-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6272, 1925, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6273, 1886, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6274, 1949, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6275, 1952, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6276, 1959, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6277, 1950, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6278, 2014, '0', 'preview', '2022-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6279, 1930, '0', 'preview', '2022-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6280, 1938, '0', 'preview', '2022-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6281, 1896, '0', 'preview', '2022-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6282, 2020, '0', 'preview', '2022-02-21', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6283, 2019, '0', 'default', '2022-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6284, 2031, '0', 'preview', '2022-02-21', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6285, 2039, '0', 'preview', '2022-02-21', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6286, 1934, '0', 'preview', '2022-02-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6287, 2014, '0', 'preview', '2022-02-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6288, 1896, '0', 'preview', '2022-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6289, 1886, '0', 'preview', '2022-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6290, 1930, '0', 'preview', '2022-02-21', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6291, 1919, '0', 'preview', '2022-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6292, 1967, '0', 'preview', '2022-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6293, 2036, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6294, 1935, '0', 'preview', '2022-02-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6295, 2014, '0', 'default', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6296, 2025, '0', 'preview', '2022-02-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6297, 2019, '0', 'preview', '2022-02-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6298, 1903, '0', 'default', '2022-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6299, 2017, '0', 'preview', '2022-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6300, 1922, '0', 'preview', '2022-02-21', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6301, 1933, '0', 'default', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6302, 2025, '0', 'default', '2022-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6303, 1930, '0', 'default', '2022-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6304, 1934, '0', 'default', '2022-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6305, 1904, '0', 'preview', '2022-02-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6306, 2013, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6307, 1963, '0', 'preview', '2022-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6308, 1961, '0', 'preview', '2022-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6309, 1960, '0', 'preview', '2022-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6310, 2020, '0', 'default', '2022-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6311, 2018, '0', 'preview', '2022-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6312, 2016, '0', 'preview', '2022-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6313, 1922, '0', 'default', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6314, 1962, '0', 'default', '2022-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6315, 2029, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6316, 1959, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6317, 1949, '0', 'default', '2022-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6318, 1944, '0', 'default', '2022-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6319, 1949, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6320, 2031, '0', 'default', '2022-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6321, 2027, '0', 'preview', '2022-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6322, 1913, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6323, 1962, '0', 'preview', '2022-02-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6324, 2050, '0', 'default', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6325, 1944, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6326, 1912, '0', 'default', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6327, 2048, '0', 'default', '2022-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6328, 2048, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6329, 2024, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6330, 1967, '0', 'default', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6331, 2035, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6332, 2044, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6333, 2043, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6334, 2043, '0', 'default', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6335, 1950, '0', 'preview', '2022-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6336, 2031, '0', 'preview', '2022-02-22', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6337, 2020, '0', 'preview', '2022-02-22', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6338, 2039, '0', 'preview', '2022-02-22', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6339, 2025, '0', 'preview', '2022-02-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6340, 1934, '0', 'preview', '2022-02-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6341, 2017, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6342, 2043, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6343, 1927, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6344, 2030, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6345, 2044, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6346, 1925, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6347, 1967, '0', 'preview', '2022-02-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6348, 2016, '0', 'preview', '2022-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6349, 2024, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6350, 2014, '0', 'preview', '2022-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6351, 2019, '0', 'preview', '2022-02-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6352, 2020, '0', 'default', '2022-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6353, 2039, '0', 'default', '2022-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6354, 2031, '0', 'default', '2022-02-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6355, 1967, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6356, 1944, '0', 'preview', '2022-02-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6357, 1930, '0', 'preview', '2022-02-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6358, 2027, '0', 'preview', '2022-02-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6359, 2025, '0', 'default', '2022-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6360, 2048, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6361, 2019, '0', 'default', '2022-02-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6362, 1962, '0', 'preview', '2022-02-22', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6363, 1962, '0', 'default', '2022-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6364, 2034, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6365, 1961, '0', 'default', '2022-02-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6366, 2040, '0', 'preview', '2022-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6367, 1949, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6368, 2040, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6369, 2033, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6370, 1935, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6371, 1931, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6372, 1886, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6373, 2050, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6374, 1952, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6375, 1958, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6376, 1959, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6377, 1959, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6378, 2021, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6379, 1926, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6380, 1935, '0', 'preview', '2022-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6381, 1961, '0', 'preview', '2022-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6382, 2032, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6383, 2027, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6384, 2035, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6385, 2044, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6386, 2048, '0', 'preview', '2022-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6387, 2014, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6388, 2034, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6389, 1937, '0', 'default', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6390, 1937, '0', 'preview', '2022-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6391, 1930, '0', 'preview', '2022-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6392, 2039, '0', 'preview', '2022-02-23', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6393, 2031, '0', 'preview', '2022-02-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6394, 1935, '0', 'preview', '2022-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6395, 2019, '0', 'default', '2022-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6396, 1934, '0', 'preview', '2022-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6397, 2039, '0', 'default', '2022-02-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6398, 1934, '0', 'default', '2022-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6399, 1967, '0', 'preview', '2022-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6400, 1935, '0', 'default', '2022-02-23', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6401, 1960, '0', 'preview', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6402, 1962, '0', 'preview', '2022-02-23', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6403, 1944, '0', 'preview', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6404, 1961, '0', 'default', '2022-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6405, 2020, '0', 'preview', '2022-02-23', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6406, 2017, '0', 'preview', '2022-02-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6407, 1926, '0', 'preview', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6408, 1936, '0', 'preview', '2022-02-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6409, 1962, '0', 'default', '2022-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6410, 1949, '0', 'preview', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6411, 1925, '0', 'preview', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6412, 1938, '0', 'preview', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6413, 2033, '0', 'preview', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6414, 2031, '0', 'default', '2022-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6415, 2020, '0', 'default', '2022-02-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6416, 2025, '0', 'default', '2022-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6417, 2025, '0', 'preview', '2022-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6418, 2019, '0', 'preview', '2022-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6419, 1944, '0', 'default', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6420, 2027, '0', 'preview', '2022-02-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6421, 2028, '0', 'preview', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6422, 2024, '0', 'preview', '2022-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6423, 1967, '0', 'default', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6424, 1964, '0', 'default', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6425, 2051, '0', 'preview', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6426, 2021, '0', 'preview', '2022-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6427, 2030, '0', 'preview', '2022-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6428, 1917, '0', 'default', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6429, 2045, '0', 'preview', '2022-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6430, 2038, '0', 'preview', '2022-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6431, 2050, '0', 'preview', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6432, 2050, '0', 'default', '2022-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6433, 1912, '0', 'default', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6434, 2048, '0', 'default', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6435, 2016, '0', 'preview', '2022-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6436, 1951, '0', 'default', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6437, 2033, '0', 'default', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6438, 2044, '0', 'preview', '2022-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6439, 1950, '0', 'default', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6440, 1886, '0', 'default', '2022-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6441, 2050, '0', 'preview', '2022-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6442, 2050, '0', 'default', '2022-02-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6443, 1912, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6444, 2025, '0', 'preview', '2022-02-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6445, 2039, '0', 'preview', '2022-02-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6446, 2014, '0', 'preview', '2022-02-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6447, 2031, '0', 'preview', '2022-02-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6448, 2020, '0', 'preview', '2022-02-24', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6449, 1962, '0', 'default', '2022-02-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6450, 2020, '0', 'default', '2022-02-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6451, 2039, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6452, 2031, '0', 'default', '2022-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6453, 1920, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6454, 1962, '0', 'preview', '2022-02-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6455, 1961, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6456, 2043, '0', 'preview', '2022-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6457, 2044, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6458, 2017, '0', 'preview', '2022-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6459, 1930, '0', 'preview', '2022-02-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6460, 1925, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6461, 2022, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6462, 2025, '0', 'default', '2022-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6463, 2019, '0', 'default', '2022-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6464, 2019, '0', 'preview', '2022-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6465, 2029, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6466, 1935, '0', 'preview', '2022-02-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6467, 2048, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6468, 2027, '0', 'preview', '2022-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6469, 1930, '0', 'default', '2022-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6470, 2029, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6471, 2016, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6472, 1934, '0', 'preview', '2022-02-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6473, 1927, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6474, 1944, '0', 'preview', '2022-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6475, 2038, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6476, 1967, '0', 'preview', '2022-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6477, 1886, '0', 'default', '2022-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6478, 2016, '0', 'preview', '2022-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6479, 2014, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6480, 1938, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6481, 2048, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6482, 1959, '0', 'preview', '2022-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6483, 2024, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6484, 1956, '0', 'preview', '2022-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6485, 1958, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6486, 1951, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6487, 1953, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6488, 1954, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6489, 1957, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6490, 1952, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6491, 1963, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6492, 2049, '0', 'preview', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6493, 1961, '0', 'default', '2022-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6494, 1962, '0', 'preview', '2022-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6495, 2020, '0', 'preview', '2022-02-25', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6496, 2031, '0', 'preview', '2022-02-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6497, 2043, '0', 'preview', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6498, 2014, '0', 'preview', '2022-02-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6499, 2044, '0', 'preview', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6500, 2036, '0', 'default', '2022-02-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6501, 2025, '0', 'preview', '2022-02-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6502, 2024, '0', 'preview', '2022-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6503, 2039, '0', 'preview', '2022-02-25', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6504, 1930, '0', 'preview', '2022-02-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6505, 1934, '0', 'preview', '2022-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6506, 2020, '0', 'default', '2022-02-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6507, 1938, '0', 'preview', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6508, 2040, '0', 'preview', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6509, 1967, '0', 'default', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6510, 1967, '0', 'preview', '2022-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6511, 2033, '0', 'preview', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6512, 2032, '0', 'preview', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6513, 1950, '0', 'default', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6514, 1956, '0', 'default', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6515, 2029, '0', 'default', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6516, 1935, '0', 'preview', '2022-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6517, 1962, '0', 'default', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6518, 2048, '0', 'preview', '2022-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6519, 2025, '0', 'default', '2022-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6520, 2027, '0', 'preview', '2022-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6521, 2019, '0', 'preview', '2022-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6522, 1918, '0', 'preview', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6523, 2016, '0', 'preview', '2022-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6524, 1913, '0', 'preview', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6525, 1944, '0', 'default', '2022-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6526, 2031, '0', 'default', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6527, 2039, '0', 'default', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6528, 2016, '0', 'default', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6529, 1944, '0', 'preview', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6530, 1924, '0', 'default', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6531, 1925, '0', 'default', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6532, 2027, '0', 'default', '2022-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6533, 2019, '0', 'preview', '2022-02-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6534, 2031, '0', 'preview', '2022-02-26', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6535, 2020, '0', 'preview', '2022-02-26', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6536, 2016, '0', 'preview', '2022-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6537, 2027, '0', 'preview', '2022-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6538, 2024, '0', 'preview', '2022-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6539, 2039, '0', 'preview', '2022-02-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6540, 1930, '0', 'preview', '2022-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6541, 2014, '0', 'preview', '2022-02-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6542, 1964, '0', 'preview', '2022-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6543, 1944, '0', 'default', '2022-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6544, 1962, '0', 'preview', '2022-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6545, 2025, '0', 'default', '2022-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6546, 2019, '0', 'default', '2022-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6547, 1944, '0', 'preview', '2022-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6548, 2038, '0', 'default', '2022-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6549, 1934, '0', 'preview', '2022-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6550, 1935, '0', 'preview', '2022-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6551, 2029, '0', 'default', '2022-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6552, 2038, '0', 'preview', '2022-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6553, 2043, '0', 'preview', '2022-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6554, 1961, '0', 'preview', '2022-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6555, 1930, '0', 'default', '2022-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6556, 1935, '0', 'default', '2022-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6557, 1931, '0', 'default', '2022-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6558, 1936, '0', 'default', '2022-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6559, 2020, '0', 'preview', '2022-02-27', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6560, 1934, '0', 'preview', '2022-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6561, 2020, '0', 'default', '2022-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6562, 2024, '0', 'preview', '2022-02-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6563, 2039, '0', 'preview', '2022-02-27', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6564, 1962, '0', 'preview', '2022-02-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6565, 1930, '0', 'preview', '2022-02-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6566, 2025, '0', 'preview', '2022-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6567, 2019, '0', 'default', '2022-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6568, 2031, '0', 'preview', '2022-02-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6569, 1949, '0', 'default', '2022-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6570, 1962, '0', 'default', '2022-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6571, 2014, '0', 'preview', '2022-02-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6572, 2016, '0', 'preview', '2022-02-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6573, 2027, '0', 'preview', '2022-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6574, 1961, '0', 'preview', '2022-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6575, 2016, '0', 'default', '2022-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6576, 2025, '0', 'default', '2022-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6577, 2034, '0', 'default', '2022-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6578, 1967, '0', 'default', '2022-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6579, 1967, '0', 'preview', '2022-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6580, 1934, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6581, 1935, '0', 'default', '2022-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6582, 1937, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6583, 1930, '0', 'default', '2022-02-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6584, 2027, '0', 'default', '2022-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6585, 2024, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6586, 2039, '0', 'preview', '2022-02-28', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6587, 2031, '0', 'preview', '2022-02-28', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6588, 2020, '0', 'preview', '2022-02-28', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6589, 2032, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6590, 2016, '0', 'preview', '2022-02-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6591, 1962, '0', 'preview', '2022-02-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6592, 2027, '0', 'preview', '2022-02-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6593, 2024, '0', 'preview', '2022-02-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6594, 1930, '0', 'preview', '2022-02-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6595, 2050, '0', 'preview', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6596, 2050, '0', 'default', '2022-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6597, 1912, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6598, 2014, '0', 'preview', '2022-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6599, 1934, '0', 'preview', '2022-02-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6600, 2025, '0', 'preview', '2022-02-28', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6601, 1958, '0', 'preview', '2022-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6602, 2020, '0', 'default', '2022-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6603, 1949, '0', 'default', '2022-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6604, 2017, '0', 'preview', '2022-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6605, 1967, '0', 'default', '2022-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6606, 1935, '0', 'preview', '2022-02-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6607, 1944, '0', 'preview', '2022-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6608, 1949, '0', 'preview', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6609, 2019, '0', 'preview', '2022-02-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6610, 1962, '0', 'default', '2022-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6611, 1944, '0', 'default', '2022-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6612, 2044, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6613, 2035, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6614, 2025, '0', 'default', '2022-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6615, 2014, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6616, 2021, '0', 'preview', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6617, 2033, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6618, 2051, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6619, 2040, '0', 'preview', '2022-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6620, 2033, '0', 'preview', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6621, 1938, '0', 'preview', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6622, 1886, '0', 'preview', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6623, 1913, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6624, 2028, '0', 'preview', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6625, 1958, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6626, 1951, '0', 'default', '2022-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6627, 1950, '0', 'default', '2022-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6628, 2020, '0', 'preview', '2022-03-01', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6629, 2031, '0', 'preview', '2022-03-01', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6630, 2039, '0', 'preview', '2022-03-01', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6631, 2014, '0', 'preview', '2022-03-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6632, 1944, '0', 'preview', '2022-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6633, 1949, '0', 'preview', '2022-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6634, 1962, '0', 'preview', '2022-03-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6635, 2043, '0', 'preview', '2022-03-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6636, 2030, '0', 'preview', '2022-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6637, 1926, '0', 'preview', '2022-03-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6638, 2044, '0', 'preview', '2022-03-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6639, 1934, '0', 'preview', '2022-03-01', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6640, 2017, '0', 'preview', '2022-03-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6641, 2045, '0', 'preview', '2022-03-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6642, 2019, '0', 'preview', '2022-03-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6643, 2025, '0', 'preview', '2022-03-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6644, 2036, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6645, 2016, '0', 'preview', '2022-03-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6646, 1967, '0', 'preview', '2022-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6647, 2024, '0', 'preview', '2022-03-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6648, 2027, '0', 'preview', '2022-03-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6649, 2039, '0', 'default', '2022-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6650, 1954, '0', 'default', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6651, 2018, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6652, 2012, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6653, 1935, '0', 'preview', '2022-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6654, 2025, '0', 'default', '2022-03-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6655, 1930, '0', 'preview', '2022-03-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6656, 1950, '0', 'preview', '2022-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6657, 1954, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6658, 1958, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6659, 1953, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6660, 1886, '0', 'preview', '2022-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6661, 1962, '0', 'default', '2022-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6662, 1924, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6663, 1927, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6664, 2044, '0', 'default', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6665, 2024, '0', 'default', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6666, 2027, '0', 'default', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6667, 2038, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6668, 2048, '0', 'default', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6669, 1959, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6670, 1964, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6671, 2050, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6672, 1958, '0', 'default', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6673, 1886, '0', 'default', '2022-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6674, 2048, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6675, 2028, '0', 'default', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6676, 2031, '0', 'default', '2022-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6677, 1967, '0', 'default', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6678, 2020, '0', 'default', '2022-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6679, 1936, '0', 'preview', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6680, 1930, '0', 'default', '2022-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6681, 1961, '0', 'default', '2022-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6682, 2020, '0', 'preview', '2022-03-02', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6683, 2014, '0', 'default', '2022-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6684, 2025, '0', 'default', '2022-03-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6685, 2031, '0', 'preview', '2022-03-02', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6686, 2039, '0', 'preview', '2022-03-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6687, 2020, '0', 'default', '2022-03-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6688, 2025, '0', 'preview', '2022-03-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6689, 1909, '0', 'default', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6690, 1962, '0', 'preview', '2022-03-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6691, 1961, '0', 'preview', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6692, 2039, '0', 'default', '2022-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6693, 2031, '0', 'default', '2022-03-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6694, 1944, '0', 'default', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6695, 1930, '0', 'preview', '2022-03-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6696, 1936, '0', 'preview', '2022-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6697, 1935, '0', 'preview', '2022-03-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6698, 1934, '0', 'preview', '2022-03-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6699, 2017, '0', 'preview', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6700, 2023, '0', 'default', '2022-03-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6701, 1950, '0', 'default', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6702, 2027, '0', 'preview', '2022-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6703, 1934, '0', 'default', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6704, 2040, '0', 'preview', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6705, 1944, '0', 'preview', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6706, 2045, '0', 'default', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6707, 2019, '0', 'default', '2022-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6708, 2048, '0', 'default', '2022-03-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6709, 2035, '0', 'preview', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6710, 2050, '0', 'default', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6711, 2029, '0', 'preview', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6712, 2040, '0', 'default', '2022-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6713, 2024, '0', 'preview', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6714, 1927, '0', 'preview', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6715, 2019, '0', 'preview', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6716, 1961, '0', 'default', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6717, 1967, '0', 'preview', '2022-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6718, 2020, '0', 'preview', '2022-03-03', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6719, 2039, '0', 'preview', '2022-03-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6720, 1934, '0', 'preview', '2022-03-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6721, 2031, '0', 'preview', '2022-03-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6722, 1886, '0', 'preview', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6723, 2019, '0', 'preview', '2022-03-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6724, 2020, '0', 'default', '2022-03-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6725, 1930, '0', 'preview', '2022-03-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6726, 1926, '0', 'preview', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6727, 2038, '0', 'preview', '2022-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6728, 2030, '0', 'preview', '2022-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6729, 1967, '0', 'preview', '2022-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6730, 2019, '0', 'default', '2022-03-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6731, 2014, '0', 'preview', '2022-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6732, 2025, '0', 'default', '2022-03-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6733, 2044, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6734, 1967, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6735, 1926, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6736, 1953, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6737, 2033, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6738, 1935, '0', 'preview', '2022-03-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6739, 2016, '0', 'preview', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6740, 1938, '0', 'preview', '2022-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6741, 2024, '0', 'preview', '2022-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6742, 2027, '0', 'preview', '2022-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6743, 2017, '0', 'preview', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6744, 1962, '0', 'preview', '2022-03-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6745, 1962, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6746, 2021, '0', 'preview', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6747, 2044, '0', 'preview', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6748, 1912, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6749, 2050, '0', 'default', '2022-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6750, 2025, '0', 'preview', '2022-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6751, 2035, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6752, 2032, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6753, 1914, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6754, 1909, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6755, 2049, '0', 'default', '2022-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6756, 1913, '0', 'preview', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6757, 1944, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6758, 2034, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6759, 1950, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6760, 1950, '0', 'preview', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6761, 1935, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6762, 2040, '0', 'default', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6763, 2043, '0', 'preview', '2022-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6764, 2033, '0', 'preview', '2022-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6765, 2040, '0', 'preview', '2022-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6766, 2019, '0', 'default', '2022-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6767, 2014, '0', 'preview', '2022-03-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6768, 1915, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6769, 1930, '0', 'preview', '2022-03-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6770, 1934, '0', 'preview', '2022-03-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6771, 1935, '0', 'preview', '2022-03-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6772, 1967, '0', 'preview', '2022-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6773, 2020, '0', 'preview', '2022-03-04', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6774, 1967, '0', 'default', '2022-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6775, 2031, '0', 'preview', '2022-03-04', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6776, 2044, '0', 'default', '2022-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6777, 2018, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6778, 1930, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6779, 2027, '0', 'preview', '2022-03-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6780, 1962, '0', 'preview', '2022-03-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6781, 2036, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6782, 1935, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6783, 2031, '0', 'default', '2022-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6784, 2024, '0', 'preview', '2022-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6785, 2039, '0', 'preview', '2022-03-04', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6786, 2025, '0', 'default', '2022-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6787, 1949, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6788, 2032, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6789, 2030, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6790, 2038, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6791, 2017, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6792, 1925, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6793, 1913, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6794, 2016, '0', 'preview', '2022-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6795, 2021, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6796, 2021, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6797, 1927, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6798, 2019, '0', 'preview', '2022-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6799, 2049, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6800, 2024, '0', 'default', '2022-03-04', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6801, 2016, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6802, 2027, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6803, 1966, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6804, 1966, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6805, 2048, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6806, 2014, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6807, 2050, '0', 'default', '2022-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6808, 1962, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6809, 1950, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6810, 1955, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6811, 2025, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6812, 2020, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6813, 2039, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6814, 2043, '0', 'default', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6815, 1886, '0', 'preview', '2022-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6816, 2050, '0', 'preview', '2022-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6817, 1931, '0', 'preview', '2022-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6818, 2031, '0', 'preview', '2022-03-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6819, 2020, '0', 'preview', '2022-03-05', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6820, 2025, '0', 'preview', '2022-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6821, 1967, '0', 'preview', '2022-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6822, 2039, '0', 'preview', '2022-03-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6823, 1938, '0', 'preview', '2022-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6824, 2018, '0', 'preview', '2022-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6825, 2014, '0', 'preview', '2022-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6826, 2016, '0', 'preview', '2022-03-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6827, 1930, '0', 'preview', '2022-03-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6828, 1963, '0', 'default', '2022-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6829, 1934, '0', 'preview', '2022-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6830, 2016, '0', 'default', '2022-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6831, 1967, '0', 'default', '2022-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6832, 1944, '0', 'preview', '2022-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6833, 2024, '0', 'preview', '2022-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6834, 1962, '0', 'preview', '2022-03-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6835, 2033, '0', 'default', '2022-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6836, 2025, '0', 'default', '2022-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6837, 2027, '0', 'preview', '2022-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6838, 1962, '0', 'default', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6839, 1962, '0', 'preview', '2022-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6840, 1961, '0', 'default', '2022-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6841, 1934, '0', 'preview', '2022-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6842, 1930, '0', 'default', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6843, 1934, '0', 'default', '2022-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6844, 2025, '0', 'default', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6845, 2031, '0', 'preview', '2022-03-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6846, 2026, '0', 'default', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6847, 2038, '0', 'preview', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6848, 2020, '0', 'preview', '2022-03-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6849, 2039, '0', 'preview', '2022-03-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6850, 2027, '0', 'preview', '2022-03-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6851, 2025, '0', 'preview', '2022-03-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6852, 1967, '0', 'default', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6853, 1967, '0', 'preview', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6854, 2014, '0', 'preview', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6855, 1935, '0', 'preview', '2022-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6856, 1930, '0', 'preview', '2022-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6857, 2016, '0', 'preview', '2022-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6858, 2029, '0', 'preview', '2022-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6859, 2019, '0', 'preview', '2022-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6860, 2012, '0', 'default', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6861, 2012, '0', 'preview', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6862, 2020, '0', 'default', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6863, 2031, '0', 'default', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6864, 2039, '0', 'default', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6865, 2019, '0', 'default', '2022-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6866, 2021, '0', 'preview', '2022-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6867, 2024, '0', 'preview', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6868, 2014, '0', 'default', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6869, 1936, '0', 'preview', '2022-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6870, 2019, '0', 'preview', '2022-03-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6871, 2039, '0', 'preview', '2022-03-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6872, 1961, '0', 'default', '2022-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6873, 2019, '0', 'default', '2022-03-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6874, 1930, '0', 'preview', '2022-03-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6875, 2031, '0', 'preview', '2022-03-07', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6876, 2025, '0', 'preview', '2022-03-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6877, 1944, '0', 'default', '2022-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6878, 1944, '0', 'preview', '2022-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6879, 1934, '0', 'default', '2022-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6880, 2020, '0', 'preview', '2022-03-07', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6881, 2027, '0', 'preview', '2022-03-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6882, 1962, '0', 'preview', '2022-03-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6883, 2017, '0', 'preview', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6884, 1934, '0', 'preview', '2022-03-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6885, 1935, '0', 'preview', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6886, 2016, '0', 'preview', '2022-03-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6887, 1959, '0', 'default', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6888, 2024, '0', 'default', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6889, 2027, '0', 'default', '2022-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6890, 1935, '0', 'default', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6891, 2033, '0', 'default', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6892, 2024, '0', 'preview', '2022-03-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6893, 2025, '0', 'default', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6894, 2020, '0', 'default', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6895, 2050, '0', 'preview', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6896, 2050, '0', 'default', '2022-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6897, 2031, '0', 'default', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6898, 2039, '0', 'default', '2022-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6899, 2016, '0', 'default', '2022-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6900, 1886, '0', 'preview', '2022-03-07', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6901, 2029, '0', 'preview', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6902, 1932, '0', 'default', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6903, 2014, '0', 'preview', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6904, 1949, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6905, 2048, '0', 'default', '2022-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6906, 2051, '0', 'default', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6907, 1912, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6908, 1964, '0', 'preview', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6909, 1886, '0', 'default', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6910, 2014, '0', 'default', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6911, 1967, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6912, 2044, '0', 'preview', '2022-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6913, 1955, '0', 'preview', '2022-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6914, 2029, '0', 'default', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6915, 1931, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6916, 1962, '0', 'default', '2022-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6917, 1960, '0', 'preview', '2022-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6918, 1958, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6919, 1959, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6920, 1950, '0', 'preview', '2022-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6921, 1953, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6922, 1952, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6923, 1938, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6924, 1961, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6925, 2043, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6926, 2030, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6927, 1926, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6928, 1936, '0', 'preview', '2022-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6929, 2020, '0', 'preview', '2022-03-08', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6930, 1930, '0', 'preview', '2022-03-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6931, 1962, '0', 'preview', '2022-03-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6932, 2039, '0', 'preview', '2022-03-08', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6933, 1934, '0', 'preview', '2022-03-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6934, 2019, '0', 'preview', '2022-03-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6935, 1935, '0', 'preview', '2022-03-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6936, 1937, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6937, 2031, '0', 'preview', '2022-03-08', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6938, 1944, '0', 'preview', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6939, 2030, '0', 'preview', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6940, 2038, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6941, 2017, '0', 'preview', '2022-03-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6942, 2025, '0', 'preview', '2022-03-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6943, 1961, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6944, 2024, '0', 'default', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6945, 2014, '0', 'preview', '2022-03-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6946, 2044, '0', 'preview', '2022-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6947, 2043, '0', 'preview', '2022-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6948, 1967, '0', 'preview', '2022-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6949, 2025, '0', 'default', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6950, 1955, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6951, 2020, '0', 'default', '2022-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6952, 1956, '0', 'default', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6953, 1957, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6954, 1952, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6955, 2021, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6956, 1926, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6957, 2033, '0', 'preview', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6958, 1964, '0', 'default', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6959, 1938, '0', 'preview', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6960, 1930, '0', 'default', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6961, 1936, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6962, 1934, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6963, 1935, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6964, 2027, '0', 'preview', '2022-03-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6965, 2048, '0', 'preview', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6966, 2024, '0', 'preview', '2022-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6967, 2048, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6968, 2017, '0', 'default', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6969, 2021, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6970, 2031, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6971, 2016, '0', 'default', '2022-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6972, 2027, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6973, 1967, '0', 'default', '2022-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6974, 1936, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6975, 1950, '0', 'preview', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6976, 1955, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6977, 1953, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6978, 2049, '0', 'preview', '2022-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6979, 1964, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6980, 2043, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6981, 2044, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6982, 2040, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6983, 1925, '0', 'preview', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6984, 2022, '0', 'preview', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6985, 2026, '0', 'preview', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6986, 1921, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6987, 1932, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6988, 1931, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6989, 2019, '0', 'default', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6990, 2016, '0', 'preview', '2022-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6991, 1958, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6992, 1949, '0', 'preview', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6993, 2039, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6994, 2050, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6995, 2051, '0', 'default', '2022-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6996, 2039, '0', 'preview', '2022-03-09', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6997, 2020, '0', 'preview', '2022-03-09', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6998, 2031, '0', 'preview', '2022-03-09', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6999, 1930, '0', 'preview', '2022-03-09', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7000, 1961, '0', 'default', '2022-03-09', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7001, 2019, '0', 'default', '2022-03-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7002, 1935, '0', 'preview', '2022-03-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7003, 2016, '0', 'preview', '2022-03-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7004, 2039, '0', 'default', '2022-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7005, 2025, '0', 'default', '2022-03-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7006, 1967, '0', 'default', '2022-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7007, 2031, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7008, 2043, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7009, 2044, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7010, 1925, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7011, 1967, '0', 'preview', '2022-03-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7012, 2025, '0', 'preview', '2022-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7013, 2017, '0', 'preview', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7014, 1932, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7015, 2027, '0', 'preview', '2022-03-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7016, 2024, '0', 'preview', '2022-03-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7017, 2014, '0', 'preview', '2022-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7018, 1962, '0', 'preview', '2022-03-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7019, 1963, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7020, 2020, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7021, 2045, '0', 'preview', '2022-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7022, 2033, '0', 'default', '2022-03-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7023, 1938, '0', 'default', '2022-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7024, 2029, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7025, 1959, '0', 'preview', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7026, 2019, '0', 'preview', '2022-03-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7027, 2018, '0', 'preview', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7028, 1961, '0', 'preview', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7029, 1926, '0', 'preview', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7030, 1934, '0', 'preview', '2022-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7031, 2028, '0', 'preview', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7032, 1953, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7033, 1959, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7034, 2015, '0', 'preview', '2022-03-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7035, 2050, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7036, 1962, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7037, 2033, '0', 'preview', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7038, 1937, '0', 'preview', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7039, 1930, '0', 'default', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7040, 1931, '0', 'preview', '2022-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7041, 1886, '0', 'default', '2022-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7042, 1934, '0', 'preview', '2022-03-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7043, 1935, '0', 'preview', '2022-03-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7044, 2039, '0', 'preview', '2022-03-10', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7045, 2020, '0', 'preview', '2022-03-10', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7046, 1930, '0', 'preview', '2022-03-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7047, 2019, '0', 'preview', '2022-03-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7048, 1962, '0', 'preview', '2022-03-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7049, 1930, '0', 'default', '2022-03-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7050, 2031, '0', 'preview', '2022-03-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7051, 2023, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7052, 1921, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7053, 2033, '0', 'preview', '2022-03-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7054, 1938, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7055, 2040, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7056, 2031, '0', 'default', '2022-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7057, 2017, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7058, 2019, '0', 'default', '2022-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7059, 2025, '0', 'preview', '2022-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7060, 1927, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7061, 2024, '0', 'preview', '2022-03-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7062, 1944, '0', 'preview', '2022-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7063, 1931, '0', 'default', '2022-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7064, 1935, '0', 'default', '2022-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7065, 2033, '0', 'default', '2022-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7066, 2044, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7067, 1931, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7068, 2016, '0', 'preview', '2022-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7069, 1950, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7070, 1955, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7071, 2025, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7072, 1936, '0', 'preview', '2022-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7073, 1950, '0', 'default', '2022-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7074, 2027, '0', 'preview', '2022-03-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7075, 1949, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7076, 2020, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7077, 2034, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7078, 1953, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7079, 1944, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7080, 2024, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7081, 2050, '0', 'default', '2022-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7082, 1962, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7083, 1961, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7084, 1961, '0', 'preview', '2022-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7085, 1927, '0', 'default', '2022-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7086, 2030, '0', 'default', '2022-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7087, 2021, '0', 'default', '2022-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7088, 1924, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7089, 2018, '0', 'preview', '2022-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7090, 1949, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7091, 2039, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7092, 2038, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7093, 1956, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7094, 1886, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7095, 2048, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7096, 2048, '0', 'preview', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7097, 1934, '0', 'default', '2022-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7098, 1936, '0', 'default', '2022-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7099, 2031, '0', 'preview', '2022-03-11', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7100, 2025, '0', 'preview', '2022-03-11', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7101, 2039, '0', 'preview', '2022-03-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7102, 1935, '0', 'preview', '2022-03-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7103, 2014, '0', 'preview', '2022-03-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7104, 2020, '0', 'default', '2022-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7105, 2031, '0', 'default', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7106, 2039, '0', 'default', '2022-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7107, 2020, '0', 'preview', '2022-03-11', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7108, 2027, '0', 'preview', '2022-03-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7109, 1944, '0', 'preview', '2022-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7110, 2048, '0', 'preview', '2022-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7111, 1949, '0', 'preview', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7112, 2024, '0', 'preview', '2022-03-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7113, 1962, '0', 'preview', '2022-03-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7114, 1959, '0', 'preview', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7115, 2016, '0', 'preview', '2022-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7116, 2025, '0', 'default', '2022-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7117, 2035, '0', 'default', '2022-03-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7118, 2036, '0', 'preview', '2022-03-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7119, 2019, '0', 'preview', '2022-03-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7120, 1886, '0', 'preview', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7121, 2014, '0', 'default', '2022-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7122, 2035, '0', 'preview', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7123, 2049, '0', 'preview', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7124, 1930, '0', 'preview', '2022-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7125, 1934, '0', 'preview', '2022-03-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7126, 2050, '0', 'default', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7127, 2019, '0', 'default', '2022-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7128, 1964, '0', 'preview', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7129, 1931, '0', 'preview', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7130, 1967, '0', 'default', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7131, 1967, '0', 'preview', '2022-03-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7132, 2029, '0', 'preview', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7133, 1949, '0', 'default', '2022-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7134, 1950, '0', 'preview', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7135, 1944, '0', 'default', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7136, 2030, '0', 'default', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7137, 2027, '0', 'default', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7138, 1964, '0', 'default', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7139, 2017, '0', 'preview', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7140, 2038, '0', 'default', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7141, 1950, '0', 'default', '2022-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7142, 1912, '0', 'preview', '2022-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7143, 2050, '0', 'preview', '2022-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7144, 2031, '0', 'preview', '2022-03-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7145, 2039, '0', 'preview', '2022-03-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7146, 2020, '0', 'preview', '2022-03-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7147, 2050, '0', 'default', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7148, 1967, '0', 'default', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7149, 1967, '0', 'preview', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7150, 2048, '0', 'preview', '2022-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7151, 2025, '0', 'default', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7152, 1962, '0', 'preview', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7153, 2025, '0', 'preview', '2022-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7154, 2019, '0', 'preview', '2022-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7155, 1912, '0', 'default', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7156, 2016, '0', 'preview', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7157, 2024, '0', 'preview', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7158, 2027, '0', 'preview', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7159, 1930, '0', 'default', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7160, 1934, '0', 'preview', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7161, 1935, '0', 'preview', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7162, 2018, '0', 'preview', '2022-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7163, 1962, '0', 'preview', '2022-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7164, 2020, '0', 'preview', '2022-03-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7165, 2039, '0', 'preview', '2022-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7166, 1944, '0', 'default', '2022-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7167, 1935, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7168, 1930, '0', 'preview', '2022-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7169, 1967, '0', 'preview', '2022-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7170, 2017, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7171, 2048, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7172, 2022, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7173, 2049, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7174, 2044, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7175, 2051, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7176, 2019, '0', 'preview', '2022-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7177, 1960, '0', 'default', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7178, 2031, '0', 'preview', '2022-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7179, 2014, '0', 'preview', '2022-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7180, 1958, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7181, 1959, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7182, 1951, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7183, 1950, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7184, 1953, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7185, 1956, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7186, 1957, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7187, 1952, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7188, 1917, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7189, 1913, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7190, 2025, '0', 'preview', '2022-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7191, 2027, '0', 'default', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7192, 2028, '0', 'default', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7193, 2024, '0', 'default', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7194, 1886, '0', 'default', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7195, 2014, '0', 'default', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7196, 2035, '0', 'default', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7197, 1886, '0', 'preview', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7198, 1912, '0', 'default', '2022-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7199, 2020, '0', 'preview', '2022-03-14', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7200, 1930, '0', 'preview', '2022-03-14', 12);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7201, 2025, '0', 'preview', '2022-03-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7202, 1949, '0', 'preview', '2022-03-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7203, 2039, '0', 'preview', '2022-03-14', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7204, 2031, '0', 'preview', '2022-03-14', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7205, 2043, '0', 'default', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7206, 2043, '0', 'preview', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7207, 2025, '0', 'default', '2022-03-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7208, 2024, '0', 'preview', '2022-03-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7209, 2027, '0', 'preview', '2022-03-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7210, 1938, '0', 'default', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7211, 1962, '0', 'preview', '2022-03-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7212, 1934, '0', 'preview', '2022-03-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7213, 1935, '0', 'preview', '2022-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7214, 2019, '0', 'preview', '2022-03-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7215, 1960, '0', 'preview', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7216, 2032, '0', 'preview', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7217, 1959, '0', 'default', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7218, 2018, '0', 'preview', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7219, 2016, '0', 'preview', '2022-03-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7220, 2029, '0', 'preview', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7221, 2014, '0', 'preview', '2022-03-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7222, 2034, '0', 'preview', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7223, 1963, '0', 'default', '2022-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7224, 1961, '0', 'preview', '2022-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7225, 2048, '0', 'default', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7226, 2048, '0', 'preview', '2022-03-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7227, 2036, '0', 'preview', '2022-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7228, 1913, '0', 'preview', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7229, 1950, '0', 'preview', '2022-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7230, 2021, '0', 'preview', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7231, 2017, '0', 'preview', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7232, 2019, '0', 'default', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7233, 2031, '0', 'default', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7234, 1927, '0', 'preview', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7235, 1935, '0', 'default', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7236, 1967, '0', 'preview', '2022-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7237, 1962, '0', 'default', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7238, 1967, '0', 'default', '2022-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7239, 1930, '0', 'preview', '2022-03-15', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7240, 2039, '0', 'preview', '2022-03-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7241, 2031, '0', 'preview', '2022-03-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7242, 2020, '0', 'preview', '2022-03-15', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7243, 2016, '0', 'preview', '2022-03-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7244, 2014, '0', 'preview', '2022-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7245, 1962, '0', 'preview', '2022-03-15', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7246, 1961, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7247, 1967, '0', 'default', '2022-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7248, 1949, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7249, 2031, '0', 'default', '2022-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7250, 2020, '0', 'default', '2022-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7251, 2019, '0', 'preview', '2022-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7252, 2025, '0', 'preview', '2022-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7253, 2024, '0', 'preview', '2022-03-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7254, 2050, '0', 'preview', '2022-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7255, 2050, '0', 'default', '2022-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7256, 2048, '0', 'preview', '2022-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7257, 1964, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7258, 2051, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7259, 2019, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7260, 1967, '0', 'preview', '2022-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7261, 2024, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7262, 1966, '0', 'default', '2022-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7263, 2016, '0', 'default', '2022-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7264, 2027, '0', 'preview', '2022-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7265, 2040, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7266, 1938, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7267, 2033, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7268, 1960, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7269, 2049, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7270, 2036, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7271, 1961, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7272, 2023, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7273, 1944, '0', 'default', '2022-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7274, 1944, '0', 'preview', '2022-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7275, 1949, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7276, 1954, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7277, 1959, '0', 'preview', '2022-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7278, 1956, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7279, 2039, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7280, 2025, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7281, 2043, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7282, 1950, '0', 'preview', '2022-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7283, 1953, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7284, 1913, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7285, 1951, '0', 'preview', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7286, 1959, '0', 'default', '2022-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7287, 1930, '0', 'preview', '2022-03-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7288, 2020, '0', 'preview', '2022-03-16', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7289, 2024, '0', 'preview', '2022-03-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7290, 2025, '0', 'preview', '2022-03-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7291, 2031, '0', 'preview', '2022-03-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7292, 2039, '0', 'preview', '2022-03-16', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7293, 1934, '0', 'preview', '2022-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7294, 1935, '0', 'preview', '2022-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7295, 1927, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7296, 2019, '0', 'preview', '2022-03-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7297, 2019, '0', 'default', '2022-03-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7298, 1927, '0', 'preview', '2022-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7299, 2030, '0', 'preview', '2022-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7300, 2014, '0', 'preview', '2022-03-16', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7301, 2039, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7302, 1944, '0', 'default', '2022-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7303, 2025, '0', 'default', '2022-03-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7304, 2020, '0', 'default', '2022-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7305, 2031, '0', 'default', '2022-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7306, 2014, '0', 'default', '2022-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7307, 1964, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7308, 1964, '0', 'preview', '2022-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7309, 2036, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7310, 1967, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7311, 1962, '0', 'preview', '2022-03-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7312, 2016, '0', 'preview', '2022-03-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7313, 2027, '0', 'preview', '2022-03-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7314, 2021, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7315, 2045, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7316, 2050, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7317, 2050, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7318, 1912, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7319, 1917, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7320, 2038, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7321, 2040, '0', 'preview', '2022-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7322, 2049, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7323, 1961, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7324, 2024, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7325, 2040, '0', 'default', '2022-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7326, 1962, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7327, 1909, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7328, 2033, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7329, 1938, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7330, 1956, '0', 'default', '2022-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7331, 1956, '0', 'preview', '2022-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7332, 1959, '0', 'preview', '2022-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7333, 1949, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7334, 1950, '0', 'preview', '2022-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7335, 1950, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7336, 1954, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7337, 1959, '0', 'default', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7338, 1958, '0', 'default', '2022-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7339, 1958, '0', 'preview', '2022-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7340, 1951, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7341, 1952, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7342, 1944, '0', 'preview', '2022-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7343, 2031, '0', 'preview', '2022-03-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7344, 1930, '0', 'preview', '2022-03-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7345, 2020, '0', 'preview', '2022-03-17', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7346, 2019, '0', 'preview', '2022-03-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7347, 2021, '0', 'preview', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7348, 2031, '0', 'default', '2022-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7349, 1926, '0', 'preview', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7350, 2039, '0', 'preview', '2022-03-17', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7351, 2014, '0', 'preview', '2022-03-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7352, 2040, '0', 'preview', '2022-03-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7353, 2016, '0', 'preview', '2022-03-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7354, 2043, '0', 'preview', '2022-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7355, 2027, '0', 'preview', '2022-03-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7356, 1967, '0', 'preview', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7357, 1934, '0', 'preview', '2022-03-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7358, 2025, '0', 'preview', '2022-03-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7359, 1935, '0', 'preview', '2022-03-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7360, 2016, '0', 'default', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7361, 2039, '0', 'default', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7362, 2020, '0', 'default', '2022-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7363, 1959, '0', 'preview', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7364, 1962, '0', 'preview', '2022-03-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7365, 1958, '0', 'default', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7366, 2024, '0', 'preview', '2022-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7367, 2017, '0', 'preview', '2022-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7368, 1931, '0', 'default', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7369, 1932, '0', 'preview', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7370, 2025, '0', 'default', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7371, 2028, '0', 'preview', '2022-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7372, 1938, '0', 'preview', '2022-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7373, 1936, '0', 'default', '2022-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7374, 1930, '0', 'default', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7375, 1886, '0', 'preview', '2022-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7376, 1964, '0', 'preview', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7377, 2051, '0', 'preview', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7378, 2044, '0', 'preview', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7379, 2038, '0', 'default', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7380, 1949, '0', 'preview', '2022-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7381, 2033, '0', 'preview', '2022-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7382, 1936, '0', 'preview', '2022-03-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7383, 1962, '0', 'preview', '2022-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7384, 2039, '0', 'preview', '2022-03-18', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7385, 2031, '0', 'preview', '2022-03-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7386, 2019, '0', 'preview', '2022-03-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7387, 1930, '0', 'preview', '2022-03-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7388, 2020, '0', 'preview', '2022-03-18', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7389, 1962, '0', 'default', '2022-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7390, 2050, '0', 'default', '2022-03-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7391, 2019, '0', 'default', '2022-03-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7392, 2025, '0', 'default', '2022-03-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7393, 1912, '0', 'default', '2022-03-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7394, 1912, '0', 'default', '2022-03-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7395, 1912, '0', 'preview', '2022-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7396, 2014, '0', 'preview', '2022-03-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7397, 1944, '0', 'preview', '2022-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7398, 2025, '0', 'preview', '2022-03-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7399, 2049, '0', 'preview', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7400, 2044, '0', 'preview', '2022-03-18', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7401, 2016, '0', 'preview', '2022-03-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7402, 2027, '0', 'preview', '2022-03-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7403, 2024, '0', 'preview', '2022-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7404, 2048, '0', 'preview', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7405, 2033, '0', 'preview', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7406, 2040, '0', 'preview', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7407, 1886, '0', 'preview', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7408, 2050, '0', 'preview', '2022-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7409, 1967, '0', 'preview', '2022-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7410, 2020, '0', 'default', '2022-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7411, 1935, '0', 'default', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7412, 1944, '0', 'default', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7413, 1951, '0', 'default', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7414, 1958, '0', 'default', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7415, 1950, '0', 'default', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7416, 1956, '0', 'default', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7417, 2031, '0', 'default', '2022-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7418, 1930, '0', 'default', '2022-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7419, 1931, '0', 'default', '2022-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7420, 1952, '0', 'default', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7421, 2043, '0', 'preview', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7422, 1938, '0', 'preview', '2022-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7423, 2016, '0', 'preview', '2022-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7424, 2020, '0', 'preview', '2022-03-19', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7425, 2039, '0', 'preview', '2022-03-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7426, 2025, '0', 'preview', '2022-03-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7427, 2031, '0', 'preview', '2022-03-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7428, 2014, '0', 'preview', '2022-03-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7429, 1915, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7430, 1911, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7431, 1909, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7432, 2035, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7433, 2026, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7434, 1952, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7435, 1921, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7436, 1960, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7437, 1967, '0', 'preview', '2022-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7438, 1963, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7439, 1937, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7440, 1964, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7441, 2040, '0', 'preview', '2022-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7442, 1944, '0', 'preview', '2022-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7443, 1925, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7444, 2021, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7445, 2036, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7446, 1949, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7447, 1959, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7448, 1958, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7449, 1916, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7450, 1936, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7451, 1953, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7452, 2030, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7453, 2045, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7454, 2038, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7455, 2048, '0', 'preview', '2022-03-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7456, 1966, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7457, 2012, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7458, 2018, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7459, 2028, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7460, 2032, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7461, 1918, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7462, 1912, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7463, 1920, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7464, 1927, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7465, 1933, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7466, 2023, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7467, 1930, '0', 'preview', '2022-03-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7468, 1930, '0', 'default', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7469, 1962, '0', 'preview', '2022-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7470, 2015, '0', 'default', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7471, 2027, '0', 'preview', '2022-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7472, 2050, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7473, 2050, '0', 'default', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7474, 2019, '0', 'preview', '2022-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7475, 2024, '0', 'preview', '2022-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7476, 1938, '0', 'preview', '2022-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7477, 2025, '0', 'default', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7478, 1962, '0', 'default', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7479, 2033, '0', 'preview', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7480, 2043, '0', 'default', '2022-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7481, 2039, '0', 'preview', '2022-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7482, 2031, '0', 'preview', '2022-03-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7483, 2020, '0', 'preview', '2022-03-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7484, 2016, '0', 'preview', '2022-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7485, 2014, '0', 'preview', '2022-03-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7486, 2027, '0', 'preview', '2022-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7487, 1962, '0', 'preview', '2022-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7488, 1962, '0', 'default', '2022-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7489, 2025, '0', 'default', '2022-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7490, 2025, '0', 'preview', '2022-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7491, 2048, '0', 'preview', '2022-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7492, 2034, '0', 'preview', '2022-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7493, 2050, '0', 'default', '2022-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7494, 1912, '0', 'default', '2022-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7495, 1944, '0', 'preview', '2022-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7496, 2050, '0', 'preview', '2022-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7497, 1934, '0', 'preview', '2022-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7498, 1930, '0', 'default', '2022-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7499, 2033, '0', 'default', '2022-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7500, 1912, '0', 'preview', '2022-03-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7501, 1930, '0', 'preview', '2022-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7502, 2019, '0', 'preview', '2022-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7503, 1944, '0', 'default', '2022-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7504, 2025, '0', 'preview', '2022-03-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7505, 1962, '0', 'preview', '2022-03-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7506, 1961, '0', 'preview', '2022-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7507, 2031, '0', 'preview', '2022-03-21', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7508, 2039, '0', 'preview', '2022-03-21', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7509, 2020, '0', 'preview', '2022-03-21', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7510, 1935, '0', 'preview', '2022-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7511, 1934, '0', 'preview', '2022-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7512, 2024, '0', 'preview', '2022-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7513, 2043, '0', 'preview', '2022-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7514, 2021, '0', 'preview', '2022-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7515, 2044, '0', 'preview', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7516, 2020, '0', 'default', '2022-03-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7517, 2031, '0', 'default', '2022-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7518, 2039, '0', 'default', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7519, 2043, '0', 'default', '2022-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7520, 2016, '0', 'preview', '2022-03-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7521, 2024, '0', 'default', '2022-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7522, 2027, '0', 'default', '2022-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7523, 1938, '0', 'default', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7524, 2040, '0', 'preview', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7525, 1930, '0', 'preview', '2022-03-21', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7526, 2025, '0', 'default', '2022-03-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7527, 1944, '0', 'default', '2022-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7528, 1949, '0', 'default', '2022-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7529, 1944, '0', 'preview', '2022-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7530, 1949, '0', 'preview', '2022-03-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7531, 1967, '0', 'preview', '2022-03-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7532, 2016, '0', 'default', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7533, 1964, '0', 'default', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7534, 1930, '0', 'default', '2022-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7535, 1926, '0', 'default', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7536, 2019, '0', 'default', '2022-03-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7537, 2040, '0', 'default', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7538, 2014, '0', 'preview', '2022-03-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7539, 1934, '0', 'default', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7540, 2027, '0', 'preview', '2022-03-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7541, 2019, '0', 'preview', '2022-03-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7542, 1886, '0', 'default', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7543, 1962, '0', 'default', '2022-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7544, 1886, '0', 'preview', '2022-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7545, 2033, '0', 'default', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7546, 1938, '0', 'preview', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7547, 1967, '0', 'default', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7548, 1926, '0', 'preview', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7549, 2048, '0', 'default', '2022-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7550, 2017, '0', 'default', '2022-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7551, 2039, '0', 'preview', '2022-03-22', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7552, 2031, '0', 'preview', '2022-03-22', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7553, 2020, '0', 'preview', '2022-03-22', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7554, 2048, '0', 'preview', '2022-03-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7555, 1962, '0', 'preview', '2022-03-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7556, 1926, '0', 'preview', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7557, 2031, '0', 'default', '2022-03-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7558, 1927, '0', 'default', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7559, 1926, '0', 'default', '2022-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7560, 2025, '0', 'default', '2022-03-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7561, 1949, '0', 'preview', '2022-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7562, 2016, '0', 'preview', '2022-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7563, 2024, '0', 'preview', '2022-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7564, 2027, '0', 'preview', '2022-03-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7565, 1930, '0', 'preview', '2022-03-22', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7566, 1961, '0', 'default', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7567, 1949, '0', 'default', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7568, 1962, '0', 'default', '2022-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7569, 2033, '0', 'preview', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7570, 2037, '0', 'default', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7571, 2051, '0', 'preview', '2022-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7572, 1944, '0', 'preview', '2022-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7573, 2025, '0', 'preview', '2022-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7574, 2044, '0', 'preview', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7575, 2020, '0', 'default', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7576, 1944, '0', 'default', '2022-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7577, 2050, '0', 'preview', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7578, 2050, '0', 'default', '2022-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7579, 1961, '0', 'preview', '2022-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7580, 2019, '0', 'default', '2022-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7581, 2049, '0', 'preview', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7582, 1912, '0', 'default', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7583, 1912, '0', 'preview', '2022-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7584, 2038, '0', 'preview', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7585, 2038, '0', 'default', '2022-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7586, 2044, '0', 'default', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7587, 2043, '0', 'default', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7588, 2019, '0', 'preview', '2022-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7589, 2016, '0', 'preview', '2022-03-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7590, 2020, '0', 'preview', '2022-03-23', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7591, 1967, '0', 'preview', '2022-03-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7592, 2017, '0', 'preview', '2022-03-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7593, 2039, '0', 'preview', '2022-03-23', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7594, 1949, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7595, 2031, '0', 'preview', '2022-03-23', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7596, 2043, '0', 'preview', '2022-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7597, 2030, '0', 'preview', '2022-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7598, 2044, '0', 'preview', '2022-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7599, 1925, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7600, 2038, '0', 'preview', '2022-03-23', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7601, 1930, '0', 'preview', '2022-03-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7602, 2014, '0', 'preview', '2022-03-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7603, 1961, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7604, 1962, '0', 'preview', '2022-03-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7605, 2024, '0', 'preview', '2022-03-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7606, 2027, '0', 'preview', '2022-03-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7607, 2017, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7608, 2044, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7609, 2043, '0', 'default', '2022-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7610, 1926, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7611, 1956, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7612, 2048, '0', 'preview', '2022-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7613, 2019, '0', 'preview', '2022-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7614, 2025, '0', 'preview', '2022-03-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7615, 2049, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7616, 2019, '0', 'default', '2022-03-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7617, 2048, '0', 'default', '2022-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7618, 2025, '0', 'default', '2022-03-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7619, 2036, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7620, 2051, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7621, 1944, '0', 'preview', '2022-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7622, 2029, '0', 'preview', '2022-03-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7623, 2021, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7624, 1938, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7625, 2045, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7626, 2032, '0', 'preview', '2022-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7627, 1962, '0', 'default', '2022-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7628, 2029, '0', 'default', '2022-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7629, 2032, '0', 'default', '2022-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7630, 2034, '0', 'default', '2022-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7631, 2035, '0', 'default', '2022-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7632, 2036, '0', 'default', '2022-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7633, 2037, '0', 'default', '2022-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7634, 1944, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7635, 1949, '0', 'default', '2022-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7636, 2020, '0', 'default', '2022-03-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7637, 2031, '0', 'default', '2022-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7638, 2039, '0', 'default', '2022-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7639, 1958, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7640, 1959, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7641, 1951, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7642, 1950, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7643, 1954, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7644, 1953, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7645, 1955, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7646, 1956, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7647, 1957, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7648, 1952, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7649, 2018, '0', 'default', '2022-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7650, 2014, '0', 'default', '2022-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7651, 1963, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7652, 1960, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7653, 2050, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7654, 1967, '0', 'default', '2022-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7655, 1963, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7656, 2050, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7657, 1886, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7658, 1918, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7659, 2033, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7660, 1936, '0', 'preview', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7661, 2051, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7662, 1964, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7663, 2016, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7664, 2015, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7665, 2024, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7666, 2027, '0', 'default', '2022-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7667, 2020, '0', 'preview', '2022-03-24', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7668, 2029, '0', 'preview', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7669, 2039, '0', 'preview', '2022-03-24', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7670, 2019, '0', 'preview', '2022-03-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7671, 1930, '0', 'preview', '2022-03-24', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7672, 2031, '0', 'preview', '2022-03-24', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7673, 2020, '0', 'default', '2022-03-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7674, 1944, '0', 'preview', '2022-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7675, 2019, '0', 'default', '2022-03-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7676, 2036, '0', 'preview', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7677, 2027, '0', 'preview', '2022-03-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7678, 2025, '0', 'preview', '2022-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7679, 2025, '0', 'default', '2022-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7680, 1954, '0', 'preview', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7681, 1952, '0', 'preview', '2022-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7682, 1950, '0', 'preview', '2022-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7683, 1959, '0', 'preview', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7684, 2014, '0', 'preview', '2022-03-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7685, 1956, '0', 'preview', '2022-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7686, 2024, '0', 'preview', '2022-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7687, 1951, '0', 'preview', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7688, 1962, '0', 'preview', '2022-03-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7689, 2016, '0', 'preview', '2022-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7690, 2040, '0', 'preview', '2022-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7691, 1938, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7692, 1938, '0', 'preview', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7693, 2033, '0', 'preview', '2022-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7694, 2048, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7695, 1949, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7696, 2039, '0', 'default', '2022-03-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7697, 1927, '0', 'preview', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7698, 2050, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7699, 1962, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7700, 1961, '0', 'default', '2022-03-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7701, 1961, '0', 'preview', '2022-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7702, 2048, '0', 'preview', '2022-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7703, 2017, '0', 'default', '2022-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7704, 1926, '0', 'preview', '2022-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7705, 1926, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7706, 1927, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7707, 2017, '0', 'preview', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7708, 2043, '0', 'preview', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7709, 1950, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7710, 1955, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7711, 1956, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7712, 1957, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7713, 1952, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7714, 1967, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7715, 2043, '0', 'default', '2022-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7716, 1944, '0', 'preview', '2022-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7717, 2027, '0', 'preview', '2022-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7718, 1886, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7719, 2031, '0', 'preview', '2022-03-25', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7720, 1967, '0', 'preview', '2022-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7721, 2020, '0', 'preview', '2022-03-25', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7722, 2039, '0', 'preview', '2022-03-25', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7723, 2024, '0', 'preview', '2022-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7724, 1930, '0', 'preview', '2022-03-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7725, 1949, '0', 'preview', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7726, 1962, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7727, 1962, '0', 'preview', '2022-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7728, 2025, '0', 'preview', '2022-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7729, 2012, '0', 'preview', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7730, 2020, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7731, 2016, '0', 'preview', '2022-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7732, 2019, '0', 'preview', '2022-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7733, 1912, '0', 'preview', '2022-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7734, 2050, '0', 'preview', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7735, 2050, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7736, 2043, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7737, 2043, '0', 'preview', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7738, 2039, '0', 'default', '2022-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7739, 1967, '0', 'default', '2022-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7740, 2016, '0', 'default', '2022-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7741, 1958, '0', 'preview', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7742, 2040, '0', 'preview', '2022-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7743, 2044, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7744, 2019, '0', 'default', '2022-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7745, 2033, '0', 'preview', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7746, 2014, '0', 'preview', '2022-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7747, 1930, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7748, 1963, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7749, 2038, '0', 'preview', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7750, 1926, '0', 'preview', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7751, 1936, '0', 'preview', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7752, 2030, '0', 'preview', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7753, 2017, '0', 'preview', '2022-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7754, 1927, '0', 'preview', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7755, 2030, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7756, 1926, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7757, 2045, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7758, 2038, '0', 'default', '2022-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7759, 2016, '0', 'preview', '2022-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7760, 2027, '0', 'preview', '2022-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7761, 2024, '0', 'preview', '2022-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7762, 2039, '0', 'preview', '2022-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7763, 2025, '0', 'default', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7764, 2048, '0', 'preview', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7765, 2019, '0', 'default', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7766, 2019, '0', 'preview', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7767, 2031, '0', 'preview', '2022-03-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7768, 2020, '0', 'preview', '2022-03-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7769, 2020, '0', 'default', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7770, 2031, '0', 'default', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7771, 2039, '0', 'default', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7772, 2035, '0', 'default', '2022-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7773, 2044, '0', 'default', '2022-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7774, 2017, '0', 'default', '2022-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7775, 1934, '0', 'preview', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7776, 1934, '0', 'default', '2022-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7777, 1930, '0', 'default', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7778, 1935, '0', 'default', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7779, 1937, '0', 'default', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7780, 1930, '0', 'preview', '2022-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7781, 1964, '0', 'preview', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7782, 2038, '0', 'default', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7783, 2030, '0', 'default', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7784, 2045, '0', 'default', '2022-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7785, 1926, '0', 'default', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7786, 1962, '0', 'preview', '2022-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7787, 1886, '0', 'preview', '2022-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7788, 2020, '0', 'preview', '2022-03-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7789, 1962, '0', 'preview', '2022-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7790, 1930, '0', 'preview', '2022-03-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7791, 2039, '0', 'preview', '2022-03-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7792, 2050, '0', 'preview', '2022-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7793, 2050, '0', 'default', '2022-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7794, 2019, '0', 'default', '2022-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7795, 2031, '0', 'preview', '2022-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7796, 1967, '0', 'preview', '2022-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7797, 2024, '0', 'default', '2022-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7798, 1962, '0', 'default', '2022-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7799, 1950, '0', 'preview', '2022-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7800, 1961, '0', 'preview', '2022-03-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7801, 2027, '0', 'preview', '2022-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7802, 2024, '0', 'preview', '2022-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7803, 2029, '0', 'default', '2022-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7804, 1944, '0', 'preview', '2022-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7805, 2016, '0', 'preview', '2022-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7806, 2031, '0', 'preview', '2022-03-28', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7807, 1930, '0', 'preview', '2022-03-28', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7808, 2039, '0', 'preview', '2022-03-28', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7809, 2020, '0', 'default', '2022-03-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7810, 2020, '0', 'preview', '2022-03-28', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7811, 2019, '0', 'preview', '2022-03-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7812, 1917, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7813, 2016, '0', 'preview', '2022-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7814, 2048, '0', 'default', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7815, 2014, '0', 'preview', '2022-03-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7816, 1967, '0', 'preview', '2022-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7817, 2025, '0', 'preview', '2022-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7818, 1962, '0', 'preview', '2022-03-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7819, 2031, '0', 'default', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7820, 2039, '0', 'default', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7821, 1934, '0', 'default', '2022-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7822, 1944, '0', 'preview', '2022-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7823, 2024, '0', 'preview', '2022-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7824, 2024, '0', 'default', '2022-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7825, 1961, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7826, 1926, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7827, 2019, '0', 'default', '2022-03-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7828, 2027, '0', 'preview', '2022-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7829, 2050, '0', 'preview', '2022-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7830, 2050, '0', 'default', '2022-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7831, 2048, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7832, 1949, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7833, 2025, '0', 'default', '2022-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7834, 2051, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7835, 2036, '0', 'default', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7836, 1917, '0', 'default', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7837, 2049, '0', 'default', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7838, 1964, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7839, 2017, '0', 'preview', '2022-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7840, 1961, '0', 'default', '2022-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7841, 2021, '0', 'preview', '2022-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7842, 2043, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7843, 2044, '0', 'preview', '2022-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7844, 2030, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7845, 1925, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7846, 1935, '0', 'default', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7847, 1935, '0', 'preview', '2022-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7848, 2040, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7849, 1938, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7850, 2016, '0', 'default', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7851, 2027, '0', 'default', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7852, 2012, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7853, 1956, '0', 'preview', '2022-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7854, 2031, '0', 'preview', '2022-03-29', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7855, 2039, '0', 'preview', '2022-03-29', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7856, 2020, '0', 'preview', '2022-03-29', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7857, 1962, '0', 'preview', '2022-03-29', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7858, 1962, '0', 'default', '2022-03-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7859, 1961, '0', 'default', '2022-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7860, 2027, '0', 'preview', '2022-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7861, 2024, '0', 'preview', '2022-03-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7862, 2016, '0', 'preview', '2022-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7863, 2025, '0', 'preview', '2022-03-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7864, 2033, '0', 'preview', '2022-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7865, 2044, '0', 'preview', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7866, 1930, '0', 'preview', '2022-03-29', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7867, 1944, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7868, 1913, '0', 'preview', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7869, 1938, '0', 'preview', '2022-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7870, 2028, '0', 'preview', '2022-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7871, 2019, '0', 'preview', '2022-03-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7872, 2012, '0', 'preview', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7873, 2014, '0', 'preview', '2022-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7874, 1963, '0', 'default', '2022-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7875, 2021, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7876, 2019, '0', 'default', '2022-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7877, 1949, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7878, 2031, '0', 'default', '2022-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7879, 2039, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7880, 2020, '0', 'default', '2022-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7881, 2017, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7882, 2043, '0', 'default', '2022-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7883, 2038, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7884, 1927, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7885, 2034, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7886, 1934, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7887, 1967, '0', 'preview', '2022-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7888, 1961, '0', 'preview', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7889, 1934, '0', 'preview', '2022-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7890, 2017, '0', 'preview', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7891, 1967, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7892, 1886, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7893, 2014, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7894, 2048, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7895, 2045, '0', 'default', '2022-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7896, 2025, '0', 'default', '2022-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7897, 2036, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7898, 2036, '0', 'preview', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7899, 2048, '0', 'preview', '2022-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7900, 1964, '0', 'preview', '2022-03-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7901, 1958, '0', 'default', '2022-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7902, 1944, '0', 'preview', '2022-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7903, 2029, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7904, 2029, '0', 'preview', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7905, 2037, '0', 'default', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7906, 2037, '0', 'preview', '2022-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7907, 1926, '0', 'preview', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7908, 1925, '0', 'preview', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7909, 1935, '0', 'preview', '2022-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7910, 2031, '0', 'preview', '2022-03-30', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7911, 2020, '0', 'preview', '2022-03-30', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7912, 2027, '0', 'preview', '2022-03-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7913, 2017, '0', 'preview', '2022-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7914, 2024, '0', 'preview', '2022-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7915, 2025, '0', 'preview', '2022-03-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7916, 2016, '0', 'preview', '2022-03-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7917, 2039, '0', 'preview', '2022-03-30', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7918, 1930, '0', 'preview', '2022-03-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7919, 2014, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7920, 2016, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7921, 2024, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7922, 1967, '0', 'preview', '2022-03-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7923, 2021, '0', 'preview', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7924, 2014, '0', 'preview', '2022-03-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7925, 2048, '0', 'preview', '2022-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7926, 2049, '0', 'default', '2022-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7927, 2048, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7928, 1962, '0', 'preview', '2022-03-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7929, 2019, '0', 'preview', '2022-03-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7930, 2027, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7931, 1961, '0', 'default', '2022-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7932, 1960, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7933, 1918, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7934, 1912, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7935, 1917, '0', 'default', '2022-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7936, 1909, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7937, 2012, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7938, 1916, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7939, 1915, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7940, 1962, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7941, 2044, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7942, 2044, '0', 'preview', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7943, 2025, '0', 'default', '2022-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7944, 1949, '0', 'preview', '2022-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7945, 1913, '0', 'preview', '2022-03-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7946, 2050, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7947, 2040, '0', 'preview', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7948, 1967, '0', 'default', '2022-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7949, 2020, '0', 'default', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7950, 2049, '0', 'preview', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7951, 2012, '0', 'preview', '2022-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7952, 1967, '0', 'default', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7953, 2044, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7954, 2020, '0', 'preview', '2022-03-31', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7955, 2030, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7956, 2019, '0', 'preview', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7957, 1938, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7958, 2033, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7959, 2040, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7960, 1926, '0', 'default', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7961, 1962, '0', 'preview', '2022-03-31', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7962, 2027, '0', 'preview', '2022-03-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7963, 2039, '0', 'preview', '2022-03-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7964, 2048, '0', 'preview', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7965, 1930, '0', 'preview', '2022-03-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7966, 2025, '0', 'default', '2022-03-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7967, 1912, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7968, 1918, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7969, 2049, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7970, 2019, '0', 'default', '2022-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7971, 2039, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7972, 2020, '0', 'default', '2022-03-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7973, 2031, '0', 'default', '2022-03-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7974, 2014, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7975, 2048, '0', 'default', '2022-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7976, 1944, '0', 'default', '2022-03-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7977, 2018, '0', 'default', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7978, 2025, '0', 'preview', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7979, 2031, '0', 'preview', '2022-03-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7980, 2024, '0', 'preview', '2022-03-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7981, 2016, '0', 'preview', '2022-03-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7982, 1967, '0', 'preview', '2022-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7983, 1966, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7984, 1886, '0', 'default', '2022-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7985, 2016, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7986, 1944, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7987, 1949, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7988, 1938, '0', 'preview', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7989, 2050, '0', 'default', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7990, 1963, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7991, 1962, '0', 'default', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7992, 1917, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7993, 1934, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7994, 1912, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7995, 1936, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7996, 1934, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7997, 1937, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7998, 1935, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7999, 1928, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8000, 2029, '0', 'preview', '2022-03-31', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8001, 2040, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8002, 2032, '0', 'default', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8003, 1886, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8004, 2017, '0', 'preview', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8005, 1960, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8006, 1963, '0', 'preview', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8007, 2029, '0', 'default', '2022-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8008, 1961, '0', 'default', '2022-03-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8009, 2014, '0', 'preview', '2022-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8010, 2038, '0', 'default', '2022-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8011, 2044, '0', 'default', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8012, 2020, '0', 'preview', '2022-04-01', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8013, 1962, '0', 'preview', '2022-04-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8014, 2039, '0', 'preview', '2022-04-01', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8015, 2031, '0', 'preview', '2022-04-01', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8016, 2031, '0', 'default', '2022-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8017, 2039, '0', 'default', '2022-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8018, 2019, '0', 'default', '2022-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8019, 1958, '0', 'default', '2022-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8020, 1953, '0', 'default', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8021, 1950, '0', 'default', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8022, 1949, '0', 'default', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8023, 2040, '0', 'preview', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8024, 2025, '0', 'default', '2022-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8025, 2014, '0', 'preview', '2022-04-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8026, 1930, '0', 'preview', '2022-04-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8027, 1949, '0', 'preview', '2022-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8028, 1917, '0', 'preview', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8029, 1944, '0', 'preview', '2022-04-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8030, 2030, '0', 'preview', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8031, 2021, '0', 'preview', '2022-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8032, 2038, '0', 'preview', '2022-04-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8033, 2027, '0', 'preview', '2022-04-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8034, 1934, '0', 'preview', '2022-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8035, 1935, '0', 'preview', '2022-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8036, 2025, '0', 'preview', '2022-04-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8037, 2016, '0', 'preview', '2022-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8038, 1944, '0', 'default', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8039, 1959, '0', 'preview', '2022-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8040, 2024, '0', 'preview', '2022-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8041, 2027, '0', 'default', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8042, 1886, '0', 'preview', '2022-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8043, 1964, '0', 'preview', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8044, 2019, '0', 'preview', '2022-04-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8045, 2043, '0', 'preview', '2022-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8046, 2050, '0', 'default', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8047, 1959, '0', 'default', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8048, 1967, '0', 'preview', '2022-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8049, 1938, '0', 'preview', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8050, 2044, '0', 'preview', '2022-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8051, 1927, '0', 'preview', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8052, 1930, '0', 'default', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8053, 2032, '0', 'default', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8054, 1926, '0', 'preview', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8055, 2051, '0', 'preview', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8056, 2051, '0', 'default', '2022-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8057, 2014, '0', 'preview', '2022-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8058, 2031, '0', 'preview', '2022-04-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8059, 2039, '0', 'preview', '2022-04-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8060, 2020, '0', 'preview', '2022-04-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8061, 1930, '0', 'default', '2022-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8062, 1934, '0', 'default', '2022-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8063, 1935, '0', 'default', '2022-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8064, 1944, '0', 'default', '2022-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8065, 2039, '0', 'default', '2022-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8066, 2020, '0', 'default', '2022-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8067, 2031, '0', 'default', '2022-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8068, 2025, '0', 'preview', '2022-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8069, 2019, '0', 'default', '2022-04-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8070, 2025, '0', 'default', '2022-04-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8071, 2024, '0', 'preview', '2022-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8072, 1930, '0', 'preview', '2022-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8073, 1908, '0', 'default', '2022-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8074, 2016, '0', 'preview', '2022-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8075, 1955, '0', 'default', '2022-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8076, 1935, '0', 'preview', '2022-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8077, 2032, '0', 'preview', '2022-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8078, 2029, '0', 'preview', '2022-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8079, 2043, '0', 'preview', '2022-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8080, 2027, '0', 'preview', '2022-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8081, 2048, '0', 'default', '2022-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8082, 1962, '0', 'default', '2022-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8083, 1949, '0', 'preview', '2022-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8084, 2019, '0', 'preview', '2022-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8085, 2033, '0', 'preview', '2022-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8086, 2033, '0', 'default', '2022-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8087, 2020, '0', 'preview', '2022-04-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8088, 2027, '0', 'preview', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8089, 1944, '0', 'preview', '2022-04-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8090, 2019, '0', 'preview', '2022-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8091, 2044, '0', 'preview', '2022-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8092, 1967, '0', 'preview', '2022-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8093, 2025, '0', 'preview', '2022-04-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8094, 2045, '0', 'default', '2022-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8095, 2025, '0', 'default', '2022-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8096, 2048, '0', 'default', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8097, 2048, '0', 'preview', '2022-04-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8098, 1917, '0', 'preview', '2022-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8099, 2029, '0', 'preview', '2022-04-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8100, 2024, '0', 'preview', '2022-04-03', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8101, 1930, '0', 'preview', '2022-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8102, 1962, '0', 'preview', '2022-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8103, 2021, '0', 'default', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8104, 2014, '0', 'preview', '2022-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8105, 2019, '0', 'default', '2022-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8106, 2017, '0', 'preview', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8107, 1926, '0', 'preview', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8108, 2038, '0', 'preview', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8109, 2020, '0', 'default', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8110, 2039, '0', 'default', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8111, 2031, '0', 'default', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8112, 2016, '0', 'default', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8113, 2016, '0', 'preview', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8114, 1925, '0', 'preview', '2022-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8115, 1962, '0', 'default', '2022-04-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8116, 1962, '0', 'preview', '2022-04-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8117, 2039, '0', 'preview', '2022-04-04', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8118, 2031, '0', 'preview', '2022-04-04', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8119, 2020, '0', 'preview', '2022-04-04', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8120, 2030, '0', 'preview', '2022-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8121, 2043, '0', 'preview', '2022-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8122, 1949, '0', 'preview', '2022-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8123, 2017, '0', 'preview', '2022-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8124, 1930, '0', 'preview', '2022-04-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8125, 2019, '0', 'preview', '2022-04-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8126, 2025, '0', 'default', '2022-04-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8127, 2027, '0', 'preview', '2022-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8128, 2033, '0', 'preview', '2022-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8129, 1938, '0', 'preview', '2022-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8130, 2040, '0', 'preview', '2022-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8131, 2038, '0', 'preview', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8132, 2020, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8133, 2048, '0', 'default', '2022-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8134, 1961, '0', 'default', '2022-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8135, 2025, '0', 'preview', '2022-04-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8136, 1935, '0', 'preview', '2022-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8137, 1967, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8138, 2014, '0', 'preview', '2022-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8139, 1933, '0', 'preview', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8140, 2032, '0', 'preview', '2022-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8141, 1933, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8142, 2018, '0', 'preview', '2022-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8143, 1944, '0', 'preview', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8144, 1934, '0', 'preview', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8145, 2016, '0', 'preview', '2022-04-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8146, 1967, '0', 'preview', '2022-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8147, 2031, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8148, 2050, '0', 'default', '2022-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8149, 2044, '0', 'preview', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8150, 2039, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8151, 2027, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8152, 2050, '0', 'preview', '2022-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8153, 2024, '0', 'preview', '2022-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8154, 2016, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8155, 1912, '0', 'preview', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8156, 1963, '0', 'preview', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8157, 2019, '0', 'default', '2022-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8158, 2040, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8159, 2017, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8160, 1886, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8161, 2014, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8162, 1930, '0', 'default', '2022-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8163, 2031, '0', 'preview', '2022-04-05', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8164, 2021, '0', 'preview', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8165, 2044, '0', 'preview', '2022-04-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8166, 2043, '0', 'preview', '2022-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8167, 2014, '0', 'preview', '2022-04-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8168, 2048, '0', 'preview', '2022-04-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8169, 1967, '0', 'preview', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8170, 2020, '0', 'preview', '2022-04-05', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8171, 1930, '0', 'preview', '2022-04-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8172, 1962, '0', 'preview', '2022-04-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8173, 2027, '0', 'preview', '2022-04-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8174, 1962, '0', 'default', '2022-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8175, 2019, '0', 'preview', '2022-04-05', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8176, 1927, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8177, 2019, '0', 'default', '2022-04-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8178, 2020, '0', 'default', '2022-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8179, 2039, '0', 'default', '2022-04-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8180, 2039, '0', 'preview', '2022-04-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8181, 2031, '0', 'default', '2022-04-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8182, 2045, '0', 'preview', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8183, 2029, '0', 'preview', '2022-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8184, 1944, '0', 'preview', '2022-04-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8185, 1961, '0', 'default', '2022-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8186, 2025, '0', 'default', '2022-04-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8187, 2044, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8188, 1958, '0', 'default', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8189, 1967, '0', 'default', '2022-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8190, 2012, '0', 'default', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8191, 2025, '0', 'preview', '2022-04-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8192, 2030, '0', 'preview', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8193, 2024, '0', 'preview', '2022-04-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8194, 1949, '0', 'default', '2022-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8195, 2038, '0', 'default', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8196, 1926, '0', 'default', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8197, 2017, '0', 'default', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8198, 2043, '0', 'default', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8199, 2050, '0', 'default', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8200, 2016, '0', 'preview', '2022-04-05', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8201, 1886, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8202, 1915, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8203, 1964, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8204, 2051, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8205, 2036, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8206, 1958, '0', 'preview', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8207, 2032, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8208, 1950, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8209, 1944, '0', 'default', '2022-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8210, 1912, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8211, 1926, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8212, 1953, '0', 'default', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8213, 1953, '0', 'preview', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8214, 1959, '0', 'default', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8215, 1960, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8216, 1963, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8217, 2018, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8218, 2034, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8219, 2035, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8220, 2036, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8221, 2048, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8222, 2014, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8223, 2021, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8224, 2022, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8225, 2045, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8226, 2026, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8227, 2030, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8228, 1925, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8229, 1920, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8230, 1924, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8231, 1928, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8232, 1921, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8233, 1927, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8234, 1930, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8235, 1936, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8236, 1931, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8237, 1934, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8238, 1937, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8239, 1935, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8240, 2033, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8241, 1938, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8242, 2040, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8243, 1951, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8244, 1950, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8245, 1954, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8246, 1955, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8247, 1956, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8248, 1957, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8249, 1952, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8250, 2051, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8251, 1964, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8252, 2016, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8253, 2015, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8254, 2024, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8255, 2027, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8256, 1966, '0', 'default', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8257, 2049, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8258, 1917, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8259, 1918, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8260, 2028, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8261, 2023, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8262, 1956, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8263, 1959, '0', 'preview', '2022-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8264, 2049, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8265, 2029, '0', 'default', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8266, 2034, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8267, 2017, '0', 'preview', '2022-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8268, 2039, '0', 'preview', '2022-04-06', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8269, 2019, '0', 'default', '2022-04-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8270, 2031, '0', 'preview', '2022-04-06', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8271, 2020, '0', 'preview', '2022-04-06', 112);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8272, 2029, '0', 'default', '2022-04-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8273, 2025, '0', 'preview', '2022-04-06', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8274, 2014, '0', 'preview', '2022-04-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8275, 2016, '0', 'preview', '2022-04-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8276, 2020, '0', 'default', '2022-04-06', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8277, 2048, '0', 'preview', '2022-04-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8278, 2027, '0', 'preview', '2022-04-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8279, 2019, '0', 'preview', '2022-04-06', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8280, 1962, '0', 'preview', '2022-04-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8281, 1961, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8282, 2050, '0', 'default', '2022-04-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8283, 1912, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8284, 2024, '0', 'preview', '2022-04-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8285, 1967, '0', 'default', '2022-04-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8286, 2026, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8287, 1925, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8288, 2038, '0', 'preview', '2022-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8289, 1926, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8290, 2034, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8291, 2049, '0', 'preview', '2022-04-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8292, 2050, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8293, 2025, '0', 'default', '2022-04-06', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8294, 1944, '0', 'default', '2022-04-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8295, 1961, '0', 'preview', '2022-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8296, 1967, '0', 'preview', '2022-04-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8297, 1934, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8298, 1930, '0', 'preview', '2022-04-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8299, 2043, '0', 'default', '2022-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8300, 1962, '0', 'default', '2022-04-06', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8301, 1938, '0', 'preview', '2022-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8302, 1913, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8303, 2051, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8304, 2033, '0', 'preview', '2022-04-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8305, 2031, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8306, 2021, '0', 'default', '2022-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8307, 2036, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8308, 2049, '0', 'default', '2022-04-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8309, 2040, '0', 'preview', '2022-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8310, 2029, '0', 'preview', '2022-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8311, 1944, '0', 'preview', '2022-04-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8312, 2040, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8313, 2017, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8314, 2018, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8315, 2048, '0', 'default', '2022-04-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8316, 2051, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8317, 2036, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8318, 2035, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8319, 2030, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8320, 2045, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8321, 1927, '0', 'default', '2022-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8322, 1930, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8323, 1934, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8324, 1935, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8325, 1938, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8326, 1886, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8327, 1958, '0', 'preview', '2022-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8328, 1959, '0', 'preview', '2022-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8329, 2018, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8330, 2014, '0', 'default', '2022-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8331, 1915, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8332, 1957, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8333, 2032, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8334, 2044, '0', 'default', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8335, 1960, '0', 'preview', '2022-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8336, 1930, '0', 'preview', '2022-04-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8337, 2019, '0', 'preview', '2022-04-07', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8338, 2020, '0', 'preview', '2022-04-07', 79);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8339, 2033, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8340, 2025, '0', 'default', '2022-04-07', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8341, 2031, '0', 'preview', '2022-04-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8342, 2039, '0', 'preview', '2022-04-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8343, 2025, '0', 'preview', '2022-04-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8344, 2019, '0', 'default', '2022-04-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8345, 2020, '0', 'default', '2022-04-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8346, 2016, '0', 'preview', '2022-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8347, 2024, '0', 'preview', '2022-04-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8348, 2027, '0', 'preview', '2022-04-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8349, 2048, '0', 'default', '2022-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8350, 2048, '0', 'preview', '2022-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8351, 1934, '0', 'preview', '2022-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8352, 1930, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8353, 1935, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8354, 2027, '0', 'default', '2022-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8355, 1935, '0', 'preview', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8356, 2024, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8357, 2016, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8358, 1962, '0', 'preview', '2022-04-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8359, 1966, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8360, 2031, '0', 'default', '2022-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8361, 1956, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8362, 1950, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8363, 1954, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8364, 1957, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8365, 1952, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8366, 1951, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8367, 2029, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8368, 1944, '0', 'preview', '2022-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8369, 1936, '0', 'preview', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8370, 1913, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8371, 1934, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8372, 1937, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8373, 1944, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8374, 1967, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8375, 2050, '0', 'default', '2022-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8376, 1967, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8377, 1925, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8378, 1886, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8379, 1960, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8380, 1961, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8381, 1962, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8382, 2029, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8383, 1949, '0', 'default', '2022-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8384, 2036, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8385, 1926, '0', 'preview', '2022-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8386, 2045, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8387, 2021, '0', 'preview', '2022-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8388, 2049, '0', 'preview', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8389, 1912, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8390, 2032, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8391, 2034, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8392, 2035, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8393, 2050, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8394, 2036, '0', 'default', '2022-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8395, 2037, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8396, 2012, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8397, 2039, '0', 'default', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8398, 1916, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8399, 1913, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8400, 1914, '0', 'default', '2022-04-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8401, 1915, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8402, 1918, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8403, 1911, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8404, 1908, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8405, 1912, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8406, 1917, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8407, 2049, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8408, 1909, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8409, 1964, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8410, 1964, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8411, 2030, '0', 'preview', '2022-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8412, 2044, '0', 'preview', '2022-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8413, 1927, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8414, 1949, '0', 'preview', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8415, 2043, '0', 'default', '2022-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8416, 2024, '0', 'preview', '2022-04-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8417, 2016, '0', 'preview', '2022-04-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8418, 2039, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8419, 1944, '0', 'default', '2022-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8420, 2020, '0', 'default', '2022-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8421, 2033, '0', 'preview', '2022-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8422, 2050, '0', 'preview', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8423, 2050, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8424, 1967, '0', 'preview', '2022-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8425, 2014, '0', 'preview', '2022-04-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8426, 2019, '0', 'default', '2022-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8427, 2031, '0', 'preview', '2022-04-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8428, 2039, '0', 'preview', '2022-04-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8429, 2020, '0', 'preview', '2022-04-08', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8430, 1918, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8431, 2027, '0', 'preview', '2022-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8432, 2044, '0', 'preview', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8433, 2019, '0', 'preview', '2022-04-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8434, 1957, '0', 'default', '2022-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8435, 1936, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8436, 1962, '0', 'preview', '2022-04-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8437, 2025, '0', 'default', '2022-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8438, 1961, '0', 'preview', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8439, 2034, '0', 'preview', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8440, 2025, '0', 'preview', '2022-04-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8441, 1930, '0', 'preview', '2022-04-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8442, 1952, '0', 'default', '2022-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8443, 2048, '0', 'preview', '2022-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8444, 1963, '0', 'preview', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8445, 2018, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8446, 2032, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8447, 1953, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8448, 1959, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8449, 2033, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8450, 1938, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8451, 2016, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8452, 2034, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8453, 1886, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8454, 2048, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8455, 2056, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8456, 2049, '0', 'default', '2022-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8457, 2014, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8458, 2057, '0', 'default', '2022-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8459, 1915, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8460, 1931, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8461, 2058, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8462, 1913, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8463, 2040, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8464, 2049, '0', 'preview', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8465, 2063, '0', 'preview', '2022-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8466, 2063, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8467, 2017, '0', 'preview', '2022-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8468, 2038, '0', 'preview', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8469, 1934, '0', 'preview', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8470, 1937, '0', 'preview', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8471, 1944, '0', 'preview', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8472, 1962, '0', 'default', '2022-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8473, 1934, '0', 'default', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8474, 2048, '0', 'preview', '2022-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8475, 2063, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8476, 2017, '0', 'preview', '2022-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8477, 2039, '0', 'preview', '2022-04-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8478, 2031, '0', 'preview', '2022-04-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8479, 2020, '0', 'preview', '2022-04-09', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8480, 2024, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8481, 2057, '0', 'preview', '2022-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8482, 1962, '0', 'preview', '2022-04-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8483, 2019, '0', 'preview', '2022-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8484, 2060, '0', 'default', '2022-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8485, 1956, '0', 'default', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8486, 2027, '0', 'preview', '2022-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8487, 1936, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8488, 1950, '0', 'default', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8489, 1950, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8490, 2025, '0', 'preview', '2022-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8491, 1913, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8492, 1967, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8493, 1930, '0', 'preview', '2022-04-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8494, 1934, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8495, 1935, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8496, 1937, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8497, 2025, '0', 'default', '2022-04-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8498, 2019, '0', 'default', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8499, 2014, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8500, 2020, '0', 'default', '2022-04-09', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8501, 1967, '0', 'default', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8502, 2018, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8503, 1925, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8504, 2029, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8505, 2034, '0', 'preview', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8506, 2043, '0', 'default', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8507, 2017, '0', 'default', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8508, 2039, '0', 'default', '2022-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8509, 2031, '0', 'default', '2022-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8510, 2014, '0', 'preview', '2022-04-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8511, 1962, '0', 'preview', '2022-04-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8512, 2029, '0', 'default', '2022-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8513, 2020, '0', 'preview', '2022-04-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8514, 2039, '0', 'preview', '2022-04-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8515, 2020, '0', 'default', '2022-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8516, 2031, '0', 'preview', '2022-04-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8517, 1930, '0', 'preview', '2022-04-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8518, 1950, '0', 'default', '2022-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8519, 2025, '0', 'preview', '2022-04-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8520, 2019, '0', 'preview', '2022-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8521, 2025, '0', 'default', '2022-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8522, 2027, '0', 'preview', '2022-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8523, 2014, '0', 'default', '2022-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8524, 1964, '0', 'default', '2022-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8525, 2016, '0', 'preview', '2022-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8526, 2063, '0', 'default', '2022-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8527, 2049, '0', 'default', '2022-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8528, 2018, '0', 'preview', '2022-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8529, 1934, '0', 'preview', '2022-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8530, 1935, '0', 'preview', '2022-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8531, 1930, '0', 'preview', '2022-04-11', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8532, 2019, '0', 'default', '2022-04-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8533, 2048, '0', 'preview', '2022-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8534, 1962, '0', 'preview', '2022-04-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8535, 2019, '0', 'preview', '2022-04-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8536, 2020, '0', 'preview', '2022-04-11', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8537, 2031, '0', 'preview', '2022-04-11', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8538, 2025, '0', 'default', '2022-04-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8539, 2025, '0', 'preview', '2022-04-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8540, 2063, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8541, 1944, '0', 'default', '2022-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8542, 2051, '0', 'preview', '2022-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8543, 1964, '0', 'preview', '2022-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8544, 2020, '0', 'default', '2022-04-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8545, 2014, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8546, 2056, '0', 'preview', '2022-04-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8547, 2057, '0', 'preview', '2022-04-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8548, 1967, '0', 'preview', '2022-04-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8549, 2033, '0', 'preview', '2022-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8550, 2039, '0', 'preview', '2022-04-11', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8551, 1937, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8552, 2048, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8553, 2016, '0', 'preview', '2022-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8554, 2024, '0', 'preview', '2022-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8555, 1960, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8556, 2053, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8557, 2054, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8558, 2060, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8559, 1950, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8560, 1954, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8561, 2059, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8562, 1953, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8563, 2058, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8564, 1955, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8565, 1956, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8566, 1957, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8567, 1952, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8568, 2056, '0', 'default', '2022-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8569, 2055, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8570, 1944, '0', 'preview', '2022-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8571, 2027, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8572, 2033, '0', 'default', '2022-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8573, 2014, '0', 'preview', '2022-04-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8574, 1962, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8575, 2063, '0', 'preview', '2022-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8576, 1938, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8577, 2018, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8578, 1927, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8579, 1927, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8580, 2017, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8581, 2030, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8582, 2044, '0', 'default', '2022-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8583, 2043, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8584, 2031, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8585, 2039, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8586, 2044, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8587, 2043, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8588, 2051, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8589, 2057, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8590, 2029, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8591, 1930, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8592, 1935, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8593, 2032, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8594, 2040, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8595, 1938, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8596, 2061, '0', 'preview', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8597, 1953, '0', 'default', '2022-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8598, 1950, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8599, 1959, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8600, 1954, '0', 'default', '2022-04-11', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8601, 1956, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8602, 1955, '0', 'default', '2022-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8603, 1962, '0', 'preview', '2022-04-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8604, 1930, '0', 'preview', '2022-04-12', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8605, 2048, '0', 'preview', '2022-04-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8606, 2020, '0', 'preview', '2022-04-12', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8607, 2031, '0', 'preview', '2022-04-12', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8608, 2039, '0', 'preview', '2022-04-12', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8609, 2033, '0', 'preview', '2022-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8610, 1938, '0', 'preview', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8611, 2040, '0', 'preview', '2022-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8612, 2019, '0', 'preview', '2022-04-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8613, 2014, '0', 'preview', '2022-04-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8614, 2016, '0', 'default', '2022-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8615, 1934, '0', 'preview', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8616, 2063, '0', 'preview', '2022-04-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8617, 2057, '0', 'preview', '2022-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8618, 2057, '0', 'default', '2022-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8619, 2021, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8620, 2019, '0', 'default', '2022-04-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8621, 2025, '0', 'default', '2022-04-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8622, 2017, '0', 'preview', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8623, 1967, '0', 'preview', '2022-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8624, 2043, '0', 'preview', '2022-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8625, 2038, '0', 'preview', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8626, 1932, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8627, 2029, '0', 'default', '2022-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8628, 2027, '0', 'preview', '2022-04-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8629, 2025, '0', 'preview', '2022-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8630, 2061, '0', 'default', '2022-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8631, 2061, '0', 'preview', '2022-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8632, 2031, '0', 'default', '2022-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8633, 2063, '0', 'default', '2022-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8634, 1930, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8635, 1932, '0', 'preview', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8636, 1934, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8637, 1935, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8638, 2029, '0', 'preview', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8639, 1927, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8640, 2016, '0', 'preview', '2022-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8641, 1944, '0', 'preview', '2022-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8642, 2020, '0', 'default', '2022-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8643, 2024, '0', 'preview', '2022-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8644, 2062, '0', 'preview', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8645, 2056, '0', 'default', '2022-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8646, 2049, '0', 'preview', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8647, 2053, '0', 'preview', '2022-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8648, 1915, '0', 'preview', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8649, 2018, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8650, 2027, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8651, 2017, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8652, 2055, '0', 'preview', '2022-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8653, 1962, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8654, 2053, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8655, 2039, '0', 'default', '2022-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8656, 2039, '0', 'preview', '2022-04-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8657, 2014, '0', 'preview', '2022-04-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8658, 2031, '0', 'preview', '2022-04-13', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8659, 2020, '0', 'preview', '2022-04-13', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8660, 2043, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8661, 2044, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8662, 2063, '0', 'preview', '2022-04-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8663, 2017, '0', 'preview', '2022-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8664, 1927, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8665, 2045, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8666, 2029, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8667, 2019, '0', 'default', '2022-04-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8668, 2063, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8669, 2062, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8670, 1967, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8671, 2057, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8672, 1934, '0', 'preview', '2022-04-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8673, 1935, '0', 'preview', '2022-04-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8674, 2019, '0', 'preview', '2022-04-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8675, 1926, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8676, 2024, '0', 'preview', '2022-04-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8677, 2016, '0', 'preview', '2022-04-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8678, 2051, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8679, 1962, '0', 'preview', '2022-04-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8680, 2025, '0', 'default', '2022-04-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8681, 2020, '0', 'default', '2022-04-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8682, 2031, '0', 'default', '2022-04-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8683, 2039, '0', 'default', '2022-04-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8684, 2018, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8685, 2012, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8686, 2056, '0', 'default', '2022-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8687, 2025, '0', 'preview', '2022-04-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8688, 1956, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8689, 1953, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8690, 1955, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8691, 2014, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8692, 2033, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8693, 2027, '0', 'preview', '2022-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8694, 2027, '0', 'default', '2022-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8695, 2017, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8696, 1930, '0', 'preview', '2022-04-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8697, 2056, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8698, 1913, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8699, 1917, '0', 'preview', '2022-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8700, 1949, '0', 'preview', '2022-04-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8701, 2032, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8702, 1960, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8703, 2016, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8704, 2061, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8705, 2062, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8706, 1944, '0', 'preview', '2022-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8707, 2030, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8708, 2051, '0', 'default', '2022-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8709, 1917, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8710, 1886, '0', 'default', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8711, 1886, '0', 'preview', '2022-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8712, 2031, '0', 'preview', '2022-04-14', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8713, 2020, '0', 'preview', '2022-04-14', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8714, 1938, '0', 'preview', '2022-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8715, 2039, '0', 'preview', '2022-04-14', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8716, 1930, '0', 'preview', '2022-04-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8717, 2024, '0', 'preview', '2022-04-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8718, 2027, '0', 'preview', '2022-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8719, 2016, '0', 'preview', '2022-04-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8720, 1962, '0', 'preview', '2022-04-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8721, 2019, '0', 'preview', '2022-04-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8722, 2063, '0', 'preview', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8723, 2016, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8724, 2017, '0', 'preview', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8725, 1926, '0', 'preview', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8726, 2044, '0', 'preview', '2022-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8727, 2025, '0', 'preview', '2022-04-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8728, 2014, '0', 'preview', '2022-04-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8729, 1920, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8730, 1931, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8731, 1925, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8732, 2022, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8733, 1926, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8734, 2019, '0', 'default', '2022-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8735, 2062, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8736, 2020, '0', 'default', '2022-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8737, 1964, '0', 'preview', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8738, 2051, '0', 'preview', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8739, 2061, '0', 'default', '2022-04-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8740, 1949, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8741, 1944, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8742, 1931, '0', 'preview', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8743, 2021, '0', 'preview', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8744, 2057, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8745, 1886, '0', 'default', '2022-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8746, 1886, '0', 'preview', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8747, 2033, '0', 'preview', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8748, 1936, '0', 'preview', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8749, 2034, '0', 'preview', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8750, 1962, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8751, 1930, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8752, 2025, '0', 'default', '2022-04-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8753, 2029, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8754, 2032, '0', 'default', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8755, 2034, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8756, 2035, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8757, 2036, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8758, 2037, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8759, 1935, '0', 'preview', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8760, 2055, '0', 'preview', '2022-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8761, 2056, '0', 'preview', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8762, 1912, '0', 'preview', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8763, 2055, '0', 'default', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8764, 1934, '0', 'preview', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8765, 1937, '0', 'preview', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8766, 2040, '0', 'default', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8767, 2057, '0', 'preview', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8768, 1967, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8769, 2048, '0', 'preview', '2022-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8770, 2033, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8771, 1938, '0', 'default', '2022-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8772, 1935, '0', 'preview', '2022-04-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8773, 2031, '0', 'preview', '2022-04-15', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8774, 1944, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8775, 2020, '0', 'preview', '2022-04-15', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8776, 2039, '0', 'preview', '2022-04-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8777, 2014, '0', 'preview', '2022-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8778, 2033, '0', 'preview', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8779, 2025, '0', 'preview', '2022-04-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8780, 2027, '0', 'preview', '2022-04-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8781, 2019, '0', 'preview', '2022-04-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8782, 2017, '0', 'preview', '2022-04-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8783, 2044, '0', 'preview', '2022-04-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8784, 2043, '0', 'preview', '2022-04-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8785, 2024, '0', 'preview', '2022-04-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8786, 1930, '0', 'preview', '2022-04-15', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8787, 2016, '0', 'preview', '2022-04-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8788, 1962, '0', 'preview', '2022-04-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8789, 1944, '0', 'preview', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8790, 2063, '0', 'preview', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8791, 2040, '0', 'preview', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8792, 1938, '0', 'preview', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8793, 2048, '0', 'preview', '2022-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8794, 2036, '0', 'preview', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8795, 2036, '0', 'default', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8796, 2019, '0', 'default', '2022-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8797, 1917, '0', 'default', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8798, 1925, '0', 'preview', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8799, 2020, '0', 'default', '2022-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8800, 2061, '0', 'default', '2022-04-15', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8801, 2063, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8802, 2056, '0', 'preview', '2022-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8803, 2049, '0', 'default', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8804, 2034, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8805, 2057, '0', 'default', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8806, 1964, '0', 'preview', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8807, 1950, '0', 'preview', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8808, 1935, '0', 'default', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8809, 2025, '0', 'default', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8810, 1931, '0', 'preview', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8811, 2053, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8812, 2038, '0', 'preview', '2022-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8813, 1926, '0', 'preview', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8814, 2045, '0', 'preview', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8815, 1949, '0', 'preview', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8816, 2057, '0', 'preview', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8817, 2055, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8818, 1962, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8819, 2055, '0', 'preview', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8820, 1912, '0', 'preview', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8821, 2014, '0', 'default', '2022-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8822, 2054, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8823, 2054, '0', 'preview', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8824, 2048, '0', 'default', '2022-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8825, 2017, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8826, 1930, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8827, 1931, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8828, 1936, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8829, 1934, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8830, 1925, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8831, 2022, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8832, 2026, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8833, 1921, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8834, 1937, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8835, 2033, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8836, 1938, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8837, 2040, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8838, 1949, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8839, 1950, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8840, 1954, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8841, 2060, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8842, 2059, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8843, 1953, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8844, 2058, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8845, 1955, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8846, 1956, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8847, 1957, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8848, 1952, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8849, 2035, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8850, 1914, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8851, 1916, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8852, 1913, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8853, 1911, '0', 'default', '2022-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8854, 2055, '0', 'preview', '2022-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8855, 1938, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8856, 2040, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8857, 2039, '0', 'preview', '2022-04-16', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8858, 2031, '0', 'preview', '2022-04-16', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8859, 2020, '0', 'preview', '2022-04-16', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8860, 2025, '0', 'default', '2022-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8861, 2019, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8862, 2014, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8863, 2025, '0', 'preview', '2022-04-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8864, 1966, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8865, 1913, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8866, 2019, '0', 'preview', '2022-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8867, 2057, '0', 'preview', '2022-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8868, 1936, '0', 'default', '2022-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8869, 1924, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8870, 1930, '0', 'preview', '2022-04-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8871, 1936, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8872, 1930, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8873, 1931, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8874, 1931, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8875, 1932, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8876, 1935, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8877, 2036, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8878, 1912, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8879, 1918, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8880, 2048, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8881, 2056, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8882, 1944, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8883, 2038, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8884, 2056, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8885, 1944, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8886, 1949, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8887, 2044, '0', 'default', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8888, 1953, '0', 'preview', '2022-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8889, 1959, '0', 'preview', '2022-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8890, 2048, '0', 'preview', '2022-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8891, 2016, '0', 'preview', '2022-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8892, 2025, '0', 'default', '2022-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8893, 2039, '0', 'preview', '2022-04-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8894, 2056, '0', 'default', '2022-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8895, 2031, '0', 'preview', '2022-04-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8896, 2020, '0', 'preview', '2022-04-17', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8897, 2024, '0', 'preview', '2022-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8898, 1930, '0', 'preview', '2022-04-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8899, 2025, '0', 'preview', '2022-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8900, 1962, '0', 'preview', '2022-04-17', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8901, 1930, '0', 'default', '2022-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8902, 1935, '0', 'preview', '2022-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8903, 2027, '0', 'preview', '2022-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8904, 2027, '0', 'default', '2022-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8905, 2024, '0', 'default', '2022-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8906, 1912, '0', 'preview', '2022-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8907, 1931, '0', 'preview', '2022-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8908, 1934, '0', 'preview', '2022-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8909, 1912, '0', 'default', '2022-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8910, 2036, '0', 'default', '2022-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8911, 2057, '0', 'preview', '2022-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8912, 1967, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8913, 1962, '0', 'default', '2022-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8914, 2036, '0', 'default', '2022-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8915, 2027, '0', 'preview', '2022-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8916, 2024, '0', 'preview', '2022-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8917, 2016, '0', 'preview', '2022-04-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8918, 1962, '0', 'preview', '2022-04-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8919, 2019, '0', 'default', '2022-04-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8920, 2019, '0', 'preview', '2022-04-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8921, 1886, '0', 'preview', '2022-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8922, 2056, '0', 'preview', '2022-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8923, 2025, '0', 'preview', '2022-04-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8924, 2032, '0', 'default', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8925, 1930, '0', 'preview', '2022-04-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8926, 2055, '0', 'default', '2022-04-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8927, 2055, '0', 'preview', '2022-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8928, 2017, '0', 'preview', '2022-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8929, 2039, '0', 'preview', '2022-04-18', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8930, 2020, '0', 'preview', '2022-04-18', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8931, 2056, '0', 'default', '2022-04-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8932, 2031, '0', 'preview', '2022-04-18', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8933, 2025, '0', 'default', '2022-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8934, 2061, '0', 'preview', '2022-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8935, 2020, '0', 'default', '2022-04-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8936, 2062, '0', 'preview', '2022-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8937, 2063, '0', 'preview', '2022-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8938, 1944, '0', 'preview', '2022-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8939, 2031, '0', 'default', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8940, 1949, '0', 'default', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8941, 2014, '0', 'preview', '2022-04-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8942, 1926, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8943, 1912, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8944, 2038, '0', 'preview', '2022-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8945, 2048, '0', 'default', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8946, 2048, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8947, 2036, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8948, 2057, '0', 'default', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8949, 2023, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8950, 1935, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8951, 2017, '0', 'default', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8952, 1927, '0', 'default', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8953, 2018, '0', 'default', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8954, 1912, '0', 'default', '2022-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8955, 2063, '0', 'default', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8956, 1949, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8957, 2043, '0', 'default', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8958, 2024, '0', 'default', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8959, 1950, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8960, 1960, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8961, 2045, '0', 'preview', '2022-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8962, 2030, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8963, 2044, '0', 'preview', '2022-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8964, 1949, '0', 'default', '2022-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8965, 1930, '0', 'preview', '2022-04-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8966, 2039, '0', 'preview', '2022-04-19', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8967, 2020, '0', 'preview', '2022-04-19', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8968, 2048, '0', 'default', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8969, 2031, '0', 'preview', '2022-04-19', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8970, 2016, '0', 'preview', '2022-04-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8971, 2024, '0', 'preview', '2022-04-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8972, 1934, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8973, 1935, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8974, 1962, '0', 'preview', '2022-04-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8975, 2055, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8976, 2053, '0', 'preview', '2022-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8977, 2061, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8978, 2025, '0', 'preview', '2022-04-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8979, 2048, '0', 'preview', '2022-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8980, 2051, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8981, 2019, '0', 'preview', '2022-04-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8982, 1886, '0', 'preview', '2022-04-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8983, 2035, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8984, 2027, '0', 'preview', '2022-04-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8985, 2014, '0', 'preview', '2022-04-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8986, 1949, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8987, 2060, '0', 'default', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8988, 2025, '0', 'default', '2022-04-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8989, 1964, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8990, 2036, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8991, 2045, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8992, 2030, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8993, 2038, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8994, 1959, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8995, 2049, '0', 'preview', '2022-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8996, 2031, '0', 'default', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8997, 2020, '0', 'default', '2022-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8998, 1967, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8999, 2057, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9000, 2017, '0', 'preview', '2022-04-19', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9001, 1913, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9002, 2040, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9003, 2033, '0', 'default', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9004, 1938, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9005, 1938, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9006, 2044, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9007, 1950, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9008, 1954, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9009, 2060, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9010, 1959, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9011, 1955, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9012, 2034, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9013, 2029, '0', 'preview', '2022-04-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9014, 2063, '0', 'preview', '2022-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9015, 2021, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9016, 1967, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9017, 2014, '0', 'default', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9018, 2062, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9019, 2062, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9020, 2056, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9021, 1930, '0', 'default', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9022, 2024, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9023, 2027, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9024, 2016, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9025, 2039, '0', 'default', '2022-04-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9026, 2019, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9027, 1962, '0', 'default', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9028, 2055, '0', 'default', '2022-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9029, 2034, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9030, 2043, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9031, 1926, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9032, 2057, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9033, 1950, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9034, 1954, '0', 'default', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9035, 2059, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9036, 1953, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9037, 2058, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9038, 1955, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9039, 1956, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9040, 1957, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9041, 1952, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9042, 1952, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9043, 1957, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9044, 1956, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9045, 2058, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9046, 1953, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9047, 2059, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9048, 2037, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9049, 2035, '0', 'preview', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9050, 2032, '0', 'preview', '2022-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9051, 1964, '0', 'default', '2022-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9052, 2039, '0', 'preview', '2022-04-20', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9053, 2031, '0', 'preview', '2022-04-20', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9054, 2020, '0', 'preview', '2022-04-20', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9055, 2016, '0', 'preview', '2022-04-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9056, 2056, '0', 'default', '2022-04-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9057, 2027, '0', 'preview', '2022-04-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9058, 2024, '0', 'preview', '2022-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9059, 2020, '0', 'default', '2022-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9060, 1962, '0', 'preview', '2022-04-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9061, 2048, '0', 'preview', '2022-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9062, 2014, '0', 'preview', '2022-04-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9063, 1937, '0', 'preview', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9064, 1944, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9065, 2063, '0', 'default', '2022-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9066, 2036, '0', 'preview', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9067, 2044, '0', 'preview', '2022-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9068, 2027, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9069, 1966, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9070, 1931, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9071, 1930, '0', 'preview', '2022-04-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9072, 1926, '0', 'preview', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9073, 1927, '0', 'preview', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9074, 2019, '0', 'default', '2022-04-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9075, 2039, '0', 'default', '2022-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9076, 2025, '0', 'default', '2022-04-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9077, 1918, '0', 'preview', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9078, 2019, '0', 'preview', '2022-04-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9079, 2028, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9080, 1912, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9081, 1914, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9082, 2044, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9083, 2057, '0', 'preview', '2022-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9084, 2043, '0', 'preview', '2022-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9085, 2055, '0', 'default', '2022-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9086, 2033, '0', 'preview', '2022-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9087, 2057, '0', 'default', '2022-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9088, 2053, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9089, 1935, '0', 'default', '2022-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9090, 2063, '0', 'preview', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9091, 1949, '0', 'preview', '2022-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9092, 2056, '0', 'preview', '2022-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9093, 2031, '0', 'default', '2022-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9094, 2025, '0', 'preview', '2022-04-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9095, 1909, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9096, 2062, '0', 'preview', '2022-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9097, 2061, '0', 'preview', '2022-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9098, 2040, '0', 'preview', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9099, 1959, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9100, 1912, '0', 'preview', '2022-04-20', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9101, 2018, '0', 'default', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9102, 2055, '0', 'preview', '2022-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9103, 2025, '0', 'preview', '2022-04-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9104, 2019, '0', 'preview', '2022-04-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9105, 2014, '0', 'preview', '2022-04-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9106, 2063, '0', 'preview', '2022-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9107, 2020, '0', 'preview', '2022-04-21', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9108, 1930, '0', 'preview', '2022-04-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9109, 2027, '0', 'default', '2022-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9110, 2039, '0', 'preview', '2022-04-21', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9111, 2031, '0', 'preview', '2022-04-21', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9112, 2027, '0', 'preview', '2022-04-21', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9113, 2024, '0', 'preview', '2022-04-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9114, 2016, '0', 'preview', '2022-04-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9115, 2028, '0', 'preview', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9116, 1962, '0', 'preview', '2022-04-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9117, 2023, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9118, 2045, '0', 'default', '2022-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9119, 2025, '0', 'default', '2022-04-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9120, 2020, '0', 'default', '2022-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9121, 1962, '0', 'default', '2022-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9122, 2053, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9123, 1917, '0', 'preview', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9124, 2053, '0', 'preview', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9125, 2051, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9126, 2056, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9127, 2033, '0', 'preview', '2022-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9128, 1935, '0', 'preview', '2022-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9129, 1937, '0', 'preview', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9130, 1931, '0', 'preview', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9131, 1966, '0', 'preview', '2022-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9132, 2057, '0', 'preview', '2022-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9133, 2032, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9134, 2062, '0', 'preview', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9135, 2024, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9136, 2017, '0', 'preview', '2022-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9137, 1967, '0', 'preview', '2022-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9138, 2017, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9139, 2021, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9140, 2022, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9141, 2044, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9142, 2043, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9143, 2026, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9144, 2030, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9145, 2038, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9146, 1924, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9147, 1925, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9148, 1928, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9149, 1921, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9150, 1927, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9151, 1926, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9152, 2031, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9153, 2039, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9154, 2030, '0', 'preview', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9155, 2048, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9156, 1938, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9157, 2033, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9158, 2040, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9159, 2034, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9160, 2019, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9161, 2063, '0', 'default', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9162, 1944, '0', 'preview', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9163, 2043, '0', 'preview', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9164, 2021, '0', 'preview', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9165, 2044, '0', 'preview', '2022-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9166, 1930, '0', 'preview', '2022-04-22', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9167, 2031, '0', 'preview', '2022-04-22', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9168, 2020, '0', 'preview', '2022-04-22', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9169, 1926, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9170, 2039, '0', 'default', '2022-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9171, 2063, '0', 'preview', '2022-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9172, 2062, '0', 'preview', '2022-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9173, 1938, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9174, 1962, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9175, 1953, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9176, 1962, '0', 'preview', '2022-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9177, 2036, '0', 'preview', '2022-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9178, 2019, '0', 'preview', '2022-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9179, 2055, '0', 'preview', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9180, 2025, '0', 'preview', '2022-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9181, 2061, '0', 'preview', '2022-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9182, 2039, '0', 'preview', '2022-04-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9183, 2016, '0', 'preview', '2022-04-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9184, 2024, '0', 'preview', '2022-04-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9185, 2027, '0', 'preview', '2022-04-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9186, 1935, '0', 'preview', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9187, 2014, '0', 'preview', '2022-04-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9188, 2021, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9189, 2061, '0', 'default', '2022-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9190, 2022, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9191, 2044, '0', 'preview', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9192, 2025, '0', 'default', '2022-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9193, 1931, '0', 'preview', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9194, 1950, '0', 'preview', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9195, 2057, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9196, 2019, '0', 'default', '2022-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9197, 2031, '0', 'default', '2022-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9198, 2020, '0', 'default', '2022-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9199, 2055, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9200, 2014, '0', 'default', '2022-04-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9201, 1915, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9202, 2063, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9203, 1944, '0', 'preview', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9204, 1949, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9205, 1935, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9206, 2057, '0', 'preview', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9207, 2056, '0', 'default', '2022-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9208, 1930, '0', 'preview', '2022-04-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9209, 2029, '0', 'default', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9210, 1962, '0', 'preview', '2022-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9211, 2031, '0', 'preview', '2022-04-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9212, 2025, '0', 'default', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9213, 2021, '0', 'default', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9214, 1931, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9215, 2020, '0', 'preview', '2022-04-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9216, 2019, '0', 'default', '2022-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9217, 2019, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9218, 2025, '0', 'preview', '2022-04-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9219, 2034, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9220, 2049, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9221, 2055, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9222, 2039, '0', 'preview', '2022-04-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9223, 2057, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9224, 2014, '0', 'default', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9225, 2053, '0', 'default', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9226, 1953, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9227, 1954, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9228, 1950, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9229, 2060, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9230, 2043, '0', 'preview', '2022-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9231, 2039, '0', 'default', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9232, 1926, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9233, 2038, '0', 'preview', '2022-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9234, 2016, '0', 'default', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9235, 2019, '0', 'default', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9236, 2027, '0', 'preview', '2022-04-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9237, 2039, '0', 'preview', '2022-04-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9238, 2031, '0', 'preview', '2022-04-24', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9239, 1962, '0', 'preview', '2022-04-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9240, 2020, '0', 'preview', '2022-04-24', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9241, 1959, '0', 'default', '2022-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9242, 1949, '0', 'default', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9243, 2061, '0', 'default', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9244, 2025, '0', 'preview', '2022-04-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9245, 1935, '0', 'preview', '2022-04-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9246, 1937, '0', 'preview', '2022-04-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9247, 2014, '0', 'preview', '2022-04-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9248, 1954, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9249, 1959, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9250, 1956, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9251, 1957, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9252, 2058, '0', 'default', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9253, 1917, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9254, 2049, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9255, 2060, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9256, 1953, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9257, 2031, '0', 'default', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9258, 1930, '0', 'preview', '2022-04-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9259, 2057, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9260, 2019, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9261, 2016, '0', 'preview', '2022-04-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9262, 2063, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9263, 2024, '0', 'preview', '2022-04-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9264, 2025, '0', 'default', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9265, 2026, '0', 'default', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9266, 2021, '0', 'preview', '2022-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9267, 1930, '0', 'default', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9268, 2044, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9269, 2056, '0', 'preview', '2022-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9270, 2051, '0', 'preview', '2022-04-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9271, 2034, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9272, 2043, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9273, 2048, '0', 'default', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9274, 2029, '0', 'preview', '2022-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9275, 2027, '0', 'preview', '2022-04-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9276, 2024, '0', 'preview', '2022-04-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9277, 2016, '0', 'preview', '2022-04-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9278, 2039, '0', 'preview', '2022-04-25', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9279, 2020, '0', 'preview', '2022-04-25', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9280, 2031, '0', 'preview', '2022-04-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9281, 2017, '0', 'preview', '2022-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9282, 2044, '0', 'preview', '2022-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9283, 2043, '0', 'preview', '2022-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9284, 1925, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9285, 2057, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9286, 1950, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9287, 1959, '0', 'preview', '2022-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9288, 2019, '0', 'preview', '2022-04-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9289, 2056, '0', 'preview', '2022-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9290, 2017, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9291, 1930, '0', 'preview', '2022-04-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9292, 2025, '0', 'preview', '2022-04-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9293, 2063, '0', 'preview', '2022-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9294, 1918, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9295, 2048, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9296, 2014, '0', 'preview', '2022-04-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9297, 2059, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9298, 1957, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9299, 2021, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9300, 2025, '0', 'default', '2022-04-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9301, 2055, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9302, 2040, '0', 'preview', '2022-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9303, 2033, '0', 'preview', '2022-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9304, 2055, '0', 'default', '2022-04-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9305, 2019, '0', 'default', '2022-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9306, 2018, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9307, 1935, '0', 'preview', '2022-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9308, 2021, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9309, 2043, '0', 'default', '2022-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9310, 2033, '0', 'default', '2022-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9311, 1938, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9312, 2040, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9313, 1962, '0', 'preview', '2022-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9314, 1930, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9315, 1937, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9316, 1935, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9317, 1962, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9318, 1960, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9319, 1938, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9320, 2049, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9321, 2031, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9322, 2016, '0', 'default', '2022-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9323, 1956, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9324, 1912, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9325, 1952, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9326, 1954, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9327, 1957, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9328, 2020, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9329, 1944, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9330, 1912, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9331, 1949, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9332, 2062, '0', 'preview', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9333, 2056, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9334, 2057, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9335, 1967, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9336, 2027, '0', 'default', '2022-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9337, 2016, '0', 'default', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9338, 2039, '0', 'preview', '2022-04-26', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9339, 2031, '0', 'preview', '2022-04-26', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9340, 2020, '0', 'preview', '2022-04-26', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9341, 2019, '0', 'default', '2022-04-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9342, 2025, '0', 'default', '2022-04-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9343, 2025, '0', 'preview', '2022-04-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9344, 2023, '0', 'preview', '2022-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9345, 1949, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9346, 2021, '0', 'preview', '2022-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9347, 1938, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9348, 2040, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9349, 1962, '0', 'preview', '2022-04-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9350, 2024, '0', 'preview', '2022-04-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9351, 1962, '0', 'default', '2022-04-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9352, 1931, '0', 'default', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9353, 2016, '0', 'preview', '2022-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9354, 2014, '0', 'preview', '2022-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9355, 1930, '0', 'preview', '2022-04-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9356, 2049, '0', 'default', '2022-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9357, 2056, '0', 'default', '2022-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9358, 1960, '0', 'default', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9359, 2056, '0', 'preview', '2022-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9360, 1912, '0', 'preview', '2022-04-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9361, 2062, '0', 'preview', '2022-04-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9362, 2017, '0', 'preview', '2022-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9363, 2022, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9364, 2044, '0', 'preview', '2022-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9365, 2045, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9366, 2043, '0', 'preview', '2022-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9367, 2030, '0', 'preview', '2022-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9368, 2026, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9369, 1927, '0', 'preview', '2022-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9370, 2031, '0', 'default', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9371, 2061, '0', 'default', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9372, 2057, '0', 'preview', '2022-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9373, 1950, '0', 'preview', '2022-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9374, 1953, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9375, 1956, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9376, 1957, '0', 'preview', '2022-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9377, 1952, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9378, 2060, '0', 'preview', '2022-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9379, 2058, '0', 'preview', '2022-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9380, 1954, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9381, 2059, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9382, 1955, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9383, 1959, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9384, 2055, '0', 'default', '2022-04-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9385, 1930, '0', 'default', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9386, 2063, '0', 'default', '2022-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9387, 2063, '0', 'preview', '2022-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9388, 2055, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9389, 2027, '0', 'preview', '2022-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9390, 2032, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9391, 2019, '0', 'preview', '2022-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9392, 1967, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9393, 2053, '0', 'default', '2022-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9394, 2033, '0', 'preview', '2022-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9395, 1957, '0', 'default', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9396, 2061, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9397, 2053, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9398, 1954, '0', 'default', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9399, 2027, '0', 'default', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9400, 2028, '0', 'preview', '2022-04-26', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9401, 1935, '0', 'default', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9402, 2038, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9403, 2033, '0', 'default', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9404, 2048, '0', 'preview', '2022-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9405, 1930, '0', 'preview', '2022-04-27', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9406, 2020, '0', 'preview', '2022-04-27', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9407, 2019, '0', 'preview', '2022-04-27', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9408, 2031, '0', 'preview', '2022-04-27', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9409, 2039, '0', 'preview', '2022-04-27', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9410, 2027, '0', 'preview', '2022-04-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9411, 2014, '0', 'preview', '2022-04-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9412, 1962, '0', 'preview', '2022-04-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9413, 2053, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9414, 2044, '0', 'preview', '2022-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9415, 2043, '0', 'preview', '2022-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9416, 2016, '0', 'preview', '2022-04-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9417, 1944, '0', 'preview', '2022-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9418, 2040, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9419, 1938, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9420, 2033, '0', 'default', '2022-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9421, 1886, '0', 'preview', '2022-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9422, 1944, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9423, 2025, '0', 'preview', '2022-04-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9424, 2027, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9425, 1932, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9426, 2025, '0', 'default', '2022-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9427, 2031, '0', 'default', '2022-04-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9428, 2039, '0', 'default', '2022-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9429, 2061, '0', 'preview', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9430, 2017, '0', 'preview', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9431, 2045, '0', 'preview', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9432, 1964, '0', 'preview', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9433, 1917, '0', 'preview', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9434, 2040, '0', 'preview', '2022-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9435, 2024, '0', 'preview', '2022-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9436, 2014, '0', 'default', '2022-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9437, 2055, '0', 'default', '2022-04-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9438, 2018, '0', 'preview', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9439, 2019, '0', 'default', '2022-04-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9440, 1935, '0', 'preview', '2022-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9441, 2048, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9442, 2020, '0', 'default', '2022-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9443, 1962, '0', 'default', '2022-04-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9444, 2033, '0', 'preview', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9445, 1935, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9446, 1918, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9447, 2054, '0', 'preview', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9448, 1950, '0', 'preview', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9449, 2060, '0', 'preview', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9450, 1957, '0', 'preview', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9451, 2035, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9452, 2063, '0', 'preview', '2022-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9453, 2057, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9454, 1926, '0', 'default', '2022-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9455, 1949, '0', 'preview', '2022-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9456, 1949, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9457, 2062, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9458, 1950, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9459, 1952, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9460, 1956, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9461, 1957, '0', 'default', '2022-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9462, 2025, '0', 'preview', '2022-04-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9463, 1944, '0', 'preview', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9464, 2019, '0', 'preview', '2022-04-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9465, 2020, '0', 'preview', '2022-04-28', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9466, 2031, '0', 'preview', '2022-04-28', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9467, 1944, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9468, 2031, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9469, 2061, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9470, 2014, '0', 'preview', '2022-04-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9471, 2039, '0', 'preview', '2022-04-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9472, 1957, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9473, 2016, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9474, 1930, '0', 'preview', '2022-04-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9475, 1935, '0', 'preview', '2022-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9476, 2057, '0', 'default', '2022-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9477, 2057, '0', 'preview', '2022-04-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9478, 2025, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9479, 1886, '0', 'preview', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9480, 1938, '0', 'preview', '2022-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9481, 2033, '0', 'preview', '2022-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9482, 2044, '0', 'preview', '2022-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9483, 1921, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9484, 1962, '0', 'preview', '2022-04-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9485, 2027, '0', 'preview', '2022-04-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9486, 2020, '0', 'default', '2022-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9487, 2048, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9488, 2053, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9489, 2054, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9490, 1960, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9491, 2048, '0', 'preview', '2022-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9492, 2016, '0', 'preview', '2022-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9493, 1962, '0', 'default', '2022-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9494, 1964, '0', 'preview', '2022-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9495, 2032, '0', 'preview', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9496, 2063, '0', 'preview', '2022-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9497, 2055, '0', 'preview', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9498, 2019, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9499, 2040, '0', 'preview', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9500, 1886, '0', 'default', '2022-04-28', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9501, 1933, '0', 'default', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9502, 1967, '0', 'preview', '2022-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9503, 1930, '0', 'preview', '2022-04-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9504, 2031, '0', 'preview', '2022-04-29', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9505, 2014, '0', 'preview', '2022-04-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9506, 2039, '0', 'preview', '2022-04-29', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9507, 2025, '0', 'preview', '2022-04-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9508, 1886, '0', 'default', '2022-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9509, 2020, '0', 'preview', '2022-04-29', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9510, 1962, '0', 'preview', '2022-04-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9511, 2024, '0', 'preview', '2022-04-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9512, 2016, '0', 'preview', '2022-04-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9513, 1964, '0', 'preview', '2022-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9514, 2057, '0', 'default', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9515, 2051, '0', 'default', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9516, 1964, '0', 'default', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9517, 2021, '0', 'default', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9518, 2055, '0', 'default', '2022-04-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9519, 2027, '0', 'preview', '2022-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9520, 1949, '0', 'preview', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9521, 2044, '0', 'preview', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9522, 2057, '0', 'preview', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9523, 1967, '0', 'preview', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9524, 1912, '0', 'preview', '2022-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9525, 1912, '0', 'default', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9526, 2056, '0', 'default', '2022-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9527, 1962, '0', 'default', '2022-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9528, 2017, '0', 'preview', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9529, 2056, '0', 'preview', '2022-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9530, 1918, '0', 'preview', '2022-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9531, 2033, '0', 'preview', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9532, 2029, '0', 'preview', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9533, 1927, '0', 'preview', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9534, 2048, '0', 'preview', '2022-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9535, 2061, '0', 'default', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9536, 2031, '0', 'default', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9537, 2043, '0', 'preview', '2022-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9538, 1935, '0', 'preview', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9539, 2019, '0', 'preview', '2022-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9540, 2027, '0', 'default', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9541, 1926, '0', 'preview', '2022-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9542, 2021, '0', 'preview', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9543, 1886, '0', 'preview', '2022-04-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9544, 1944, '0', 'default', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9545, 2025, '0', 'default', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9546, 2048, '0', 'default', '2022-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9547, 2056, '0', 'preview', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9548, 1930, '0', 'preview', '2022-04-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9549, 2019, '0', 'default', '2022-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9550, 2025, '0', 'default', '2022-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9551, 2020, '0', 'preview', '2022-04-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9552, 1962, '0', 'preview', '2022-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9553, 2057, '0', 'default', '2022-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9554, 2031, '0', 'preview', '2022-04-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9555, 1912, '0', 'default', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9556, 2039, '0', 'preview', '2022-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9557, 2014, '0', 'preview', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9558, 2027, '0', 'preview', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9559, 1931, '0', 'default', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9560, 1935, '0', 'default', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9561, 2016, '0', 'preview', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9562, 2063, '0', 'preview', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9563, 2039, '0', 'default', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9564, 2034, '0', 'preview', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9565, 2020, '0', 'default', '2022-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9566, 2057, '0', 'preview', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9567, 2024, '0', 'preview', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9568, 2017, '0', 'default', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9569, 1925, '0', 'default', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9570, 2031, '0', 'default', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9571, 1886, '0', 'preview', '2022-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9572, 2025, '0', 'default', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9573, 2025, '0', 'preview', '2022-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9574, 2063, '0', 'preview', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9575, 2020, '0', 'preview', '2022-05-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9576, 1960, '0', 'default', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9577, 2054, '0', 'preview', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9578, 1960, '0', 'preview', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9579, 2029, '0', 'default', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9580, 2019, '0', 'default', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9581, 1962, '0', 'preview', '2022-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9582, 2039, '0', 'preview', '2022-05-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9583, 2027, '0', 'preview', '2022-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9584, 2024, '0', 'preview', '2022-05-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9585, 2029, '0', 'preview', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9586, 2034, '0', 'preview', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9587, 2016, '0', 'preview', '2022-05-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9588, 2016, '0', 'default', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9589, 1966, '0', 'preview', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9590, 1950, '0', 'preview', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9591, 1950, '0', 'default', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9592, 1957, '0', 'preview', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9593, 1959, '0', 'preview', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9594, 2014, '0', 'preview', '2022-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9595, 2040, '0', 'preview', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9596, 2031, '0', 'preview', '2022-05-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9597, 2017, '0', 'preview', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9598, 1930, '0', 'preview', '2022-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9599, 2063, '0', 'default', '2022-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9600, 1935, '0', 'default', '2022-05-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9601, 2020, '0', 'preview', '2022-05-02', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9602, 1930, '0', 'preview', '2022-05-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9603, 1918, '0', 'default', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9604, 2027, '0', 'preview', '2022-05-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9605, 2024, '0', 'preview', '2022-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9606, 1962, '0', 'preview', '2022-05-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9607, 1962, '0', 'default', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9608, 2031, '0', 'preview', '2022-05-02', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9609, 2019, '0', 'preview', '2022-05-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9610, 1957, '0', 'default', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9611, 2017, '0', 'preview', '2022-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9612, 2040, '0', 'preview', '2022-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9613, 2033, '0', 'preview', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9614, 1938, '0', 'preview', '2022-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9615, 2025, '0', 'default', '2022-05-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9616, 2039, '0', 'preview', '2022-05-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9617, 2057, '0', 'preview', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9618, 1967, '0', 'preview', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9619, 2043, '0', 'default', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9620, 1926, '0', 'default', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9621, 2036, '0', 'default', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9622, 2053, '0', 'preview', '2022-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9623, 2031, '0', 'default', '2022-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9624, 2016, '0', 'preview', '2022-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9625, 2025, '0', 'preview', '2022-05-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9626, 2021, '0', 'preview', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9627, 2063, '0', 'default', '2022-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9628, 2061, '0', 'default', '2022-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9629, 1935, '0', 'default', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9630, 2019, '0', 'default', '2022-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9631, 2055, '0', 'default', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9632, 2044, '0', 'preview', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9633, 2014, '0', 'preview', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9634, 2048, '0', 'preview', '2022-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9635, 1944, '0', 'preview', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9636, 2020, '0', 'default', '2022-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9637, 1931, '0', 'preview', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9638, 2039, '0', 'default', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9639, 1949, '0', 'preview', '2022-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9640, 2057, '0', 'default', '2022-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9641, 2014, '0', 'default', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9642, 2063, '0', 'preview', '2022-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9643, 1912, '0', 'preview', '2022-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9644, 1962, '0', 'preview', '2022-05-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9645, 2039, '0', 'preview', '2022-05-03', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9646, 2031, '0', 'preview', '2022-05-03', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9647, 2020, '0', 'preview', '2022-05-03', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9648, 2018, '0', 'preview', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9649, 2019, '0', 'preview', '2022-05-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9650, 2027, '0', 'preview', '2022-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9651, 2019, '0', 'default', '2022-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9652, 2034, '0', 'default', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9653, 2025, '0', 'default', '2022-05-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9654, 2039, '0', 'default', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9655, 2056, '0', 'default', '2022-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9656, 2063, '0', 'preview', '2022-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9657, 2014, '0', 'preview', '2022-05-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9658, 1959, '0', 'default', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9659, 1912, '0', 'default', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9660, 2056, '0', 'preview', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9661, 1912, '0', 'preview', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9662, 2032, '0', 'preview', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9663, 2057, '0', 'preview', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9664, 2063, '0', 'default', '2022-05-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9665, 1930, '0', 'preview', '2022-05-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9666, 1930, '0', 'default', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9667, 1935, '0', 'default', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9668, 1962, '0', 'default', '2022-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9669, 2048, '0', 'default', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9670, 2062, '0', 'default', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9671, 2062, '0', 'preview', '2022-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9672, 2025, '0', 'preview', '2022-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9673, 1944, '0', 'default', '2022-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9674, 1944, '0', 'preview', '2022-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9675, 1886, '0', 'preview', '2022-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9676, 2048, '0', 'preview', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9677, 2055, '0', 'preview', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9678, 1953, '0', 'preview', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9679, 2040, '0', 'default', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9680, 2040, '0', 'preview', '2022-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9681, 2039, '0', 'default', '2022-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9682, 2031, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9683, 2020, '0', 'default', '2022-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9684, 1926, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9685, 2053, '0', 'preview', '2022-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9686, 2019, '0', 'default', '2022-05-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9687, 1927, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9688, 2016, '0', 'preview', '2022-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9689, 2029, '0', 'default', '2022-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9690, 2027, '0', 'preview', '2022-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9691, 2024, '0', 'preview', '2022-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9692, 2025, '0', 'default', '2022-05-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9693, 1930, '0', 'preview', '2022-05-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9694, 2020, '0', 'preview', '2022-05-04', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9695, 2031, '0', 'preview', '2022-05-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9696, 2033, '0', 'preview', '2022-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9697, 2057, '0', 'default', '2022-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9698, 2017, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9699, 2043, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9700, 2039, '0', 'preview', '2022-05-04', 27);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9701, 2063, '0', 'default', '2022-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9702, 2016, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9703, 2027, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9704, 2056, '0', 'preview', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9705, 2025, '0', 'preview', '2022-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9706, 2019, '0', 'preview', '2022-05-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9707, 1962, '0', 'preview', '2022-05-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9708, 1960, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9709, 2055, '0', 'preview', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9710, 1935, '0', 'default', '2022-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9711, 1944, '0', 'default', '2022-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9712, 2061, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9713, 2062, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9714, 1949, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9715, 1964, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9716, 2063, '0', 'preview', '2022-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9717, 2014, '0', 'preview', '2022-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9718, 1930, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9719, 2017, '0', 'preview', '2022-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9720, 2044, '0', 'preview', '2022-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9721, 2038, '0', 'preview', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9722, 2043, '0', 'preview', '2022-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9723, 1927, '0', 'preview', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9724, 2057, '0', 'preview', '2022-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9725, 2032, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9726, 2062, '0', 'preview', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9727, 1967, '0', 'preview', '2022-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9728, 1967, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9729, 2056, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9730, 1912, '0', 'preview', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9731, 1950, '0', 'preview', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9732, 2014, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9733, 1962, '0', 'default', '2022-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9734, 2021, '0', 'default', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9735, 1938, '0', 'preview', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9736, 2040, '0', 'preview', '2022-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9737, 2020, '0', 'default', '2022-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9738, 2031, '0', 'default', '2022-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9739, 2039, '0', 'default', '2022-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9740, 2044, '0', 'preview', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9741, 2045, '0', 'preview', '2022-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9742, 1927, '0', 'preview', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9743, 2048, '0', 'preview', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9744, 2055, '0', 'preview', '2022-05-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9745, 2014, '0', 'preview', '2022-05-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9746, 2019, '0', 'preview', '2022-05-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9747, 2057, '0', 'preview', '2022-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9748, 1962, '0', 'preview', '2022-05-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9749, 2053, '0', 'preview', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9750, 2039, '0', 'preview', '2022-05-05', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9751, 2027, '0', 'preview', '2022-05-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9752, 2024, '0', 'preview', '2022-05-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9753, 2016, '0', 'preview', '2022-05-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9754, 2030, '0', 'preview', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9755, 2043, '0', 'default', '2022-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9756, 2044, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9757, 1964, '0', 'default', '2022-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9758, 1935, '0', 'preview', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9759, 2025, '0', 'preview', '2022-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9760, 2063, '0', 'preview', '2022-05-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9761, 2032, '0', 'default', '2022-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9762, 1950, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9763, 1953, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9764, 1954, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9765, 1959, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9766, 2057, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9767, 1917, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9768, 2020, '0', 'preview', '2022-05-05', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9769, 2031, '0', 'preview', '2022-05-05', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9770, 1930, '0', 'preview', '2022-05-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9771, 1933, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9772, 2043, '0', 'preview', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9773, 2021, '0', 'preview', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9774, 2038, '0', 'preview', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9775, 2038, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9776, 2019, '0', 'default', '2022-05-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9777, 2053, '0', 'default', '2022-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9778, 2055, '0', 'default', '2022-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9779, 2025, '0', 'default', '2022-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9780, 1960, '0', 'default', '2022-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9781, 2061, '0', 'preview', '2022-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9782, 2061, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9783, 2056, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9784, 2063, '0', 'default', '2022-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9785, 1931, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9786, 2033, '0', 'preview', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9787, 1962, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9788, 2048, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9789, 1944, '0', 'default', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9790, 1944, '0', 'preview', '2022-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9791, 2031, '0', 'preview', '2022-05-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9792, 2016, '0', 'preview', '2022-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9793, 2040, '0', 'preview', '2022-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9794, 1935, '0', 'preview', '2022-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9795, 2019, '0', 'preview', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9796, 2025, '0', 'preview', '2022-05-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9797, 2039, '0', 'preview', '2022-05-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9798, 1930, '0', 'preview', '2022-05-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9799, 2061, '0', 'preview', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9800, 1931, '0', 'preview', '2022-05-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9801, 2062, '0', 'preview', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9802, 2020, '0', 'preview', '2022-05-06', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9803, 1962, '0', 'preview', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9804, 2025, '0', 'default', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9805, 2048, '0', 'preview', '2022-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9806, 1935, '0', 'default', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9807, 2033, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9808, 1938, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9809, 2040, '0', 'default', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9810, 2024, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9811, 2016, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9812, 1966, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9813, 1916, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9814, 1918, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9815, 1912, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9816, 2049, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9817, 2012, '0', 'default', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9818, 2049, '0', 'preview', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9819, 1944, '0', 'default', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9820, 2020, '0', 'default', '2022-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9821, 2063, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9822, 2063, '0', 'preview', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9823, 1938, '0', 'preview', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9824, 1930, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9825, 1931, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9826, 1937, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9827, 1959, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9828, 1953, '0', 'preview', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9829, 1956, '0', 'preview', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9830, 2058, '0', 'preview', '2022-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9831, 2056, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9832, 2036, '0', 'preview', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9833, 2034, '0', 'preview', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9834, 2015, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9835, 2033, '0', 'preview', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9836, 2031, '0', 'default', '2022-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9837, 1950, '0', 'preview', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9838, 1957, '0', 'preview', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9839, 1952, '0', 'preview', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9840, 2027, '0', 'preview', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9841, 2019, '0', 'default', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9842, 1967, '0', 'preview', '2022-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9843, 2044, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9844, 2021, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9845, 2054, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9846, 1950, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9847, 1954, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9848, 1953, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9849, 1956, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9850, 1957, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9851, 1967, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9852, 1926, '0', 'default', '2022-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9853, 2020, '0', 'preview', '2022-05-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9854, 2014, '0', 'preview', '2022-05-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9855, 2031, '0', 'preview', '2022-05-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9856, 2039, '0', 'preview', '2022-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9857, 1962, '0', 'preview', '2022-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9858, 2016, '0', 'preview', '2022-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9859, 1938, '0', 'preview', '2022-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9860, 2040, '0', 'preview', '2022-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9861, 2017, '0', 'preview', '2022-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9862, 2031, '0', 'default', '2022-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9863, 2063, '0', 'preview', '2022-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9864, 2025, '0', 'preview', '2022-05-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9865, 2048, '0', 'default', '2022-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9866, 2025, '0', 'default', '2022-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9867, 2033, '0', 'default', '2022-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9868, 2063, '0', 'default', '2022-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9869, 2061, '0', 'default', '2022-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9870, 2020, '0', 'default', '2022-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9871, 2019, '0', 'default', '2022-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9872, 2023, '0', 'preview', '2022-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9873, 2020, '0', 'preview', '2022-05-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9874, 2063, '0', 'default', '2022-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9875, 2054, '0', 'preview', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9876, 1962, '0', 'preview', '2022-05-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9877, 2025, '0', 'preview', '2022-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9878, 1930, '0', 'preview', '2022-05-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9879, 2039, '0', 'preview', '2022-05-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9880, 2031, '0', 'preview', '2022-05-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9881, 1962, '0', 'default', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9882, 2019, '0', 'preview', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9883, 2043, '0', 'preview', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9884, 2017, '0', 'preview', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9885, 2021, '0', 'preview', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9886, 2062, '0', 'preview', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9887, 1917, '0', 'preview', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9888, 2056, '0', 'preview', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9889, 2061, '0', 'preview', '2022-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9890, 2063, '0', 'preview', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9891, 2061, '0', 'default', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9892, 2020, '0', 'default', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9893, 2031, '0', 'default', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9894, 2030, '0', 'preview', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9895, 2044, '0', 'preview', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9896, 2019, '0', 'default', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9897, 2056, '0', 'default', '2022-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9898, 2014, '0', 'preview', '2022-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9899, 2031, '0', 'preview', '2022-05-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9900, 2016, '0', 'preview', '2022-05-09', 11);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9901, 1959, '0', 'preview', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9902, 1950, '0', 'preview', '2022-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9903, 1954, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9904, 1953, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9905, 2025, '0', 'preview', '2022-05-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9906, 2019, '0', 'preview', '2022-05-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9907, 2020, '0', 'preview', '2022-05-09', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9908, 1930, '0', 'preview', '2022-05-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9909, 2056, '0', 'default', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9910, 2056, '0', 'preview', '2022-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9911, 1938, '0', 'preview', '2022-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9912, 2033, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9913, 2029, '0', 'preview', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9914, 2060, '0', 'preview', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9915, 1956, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9916, 1952, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9917, 2027, '0', 'preview', '2022-05-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9918, 2024, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9919, 2039, '0', 'preview', '2022-05-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9920, 1962, '0', 'preview', '2022-05-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9921, 2048, '0', 'preview', '2022-05-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9922, 1944, '0', 'default', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9923, 1944, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9924, 2027, '0', 'default', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9925, 2044, '0', 'preview', '2022-05-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9926, 2021, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9927, 2017, '0', 'preview', '2022-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9928, 2043, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9929, 1925, '0', 'preview', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9930, 1938, '0', 'default', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9931, 2033, '0', 'default', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9932, 1967, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9933, 2057, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9934, 2057, '0', 'default', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9935, 1967, '0', 'default', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9936, 2055, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9937, 2040, '0', 'default', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9938, 2061, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9939, 2048, '0', 'default', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9940, 2055, '0', 'default', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9941, 1921, '0', 'preview', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9942, 1957, '0', 'preview', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9943, 2063, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9944, 1917, '0', 'preview', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9945, 2054, '0', 'default', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9946, 2015, '0', 'preview', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9947, 2025, '0', 'default', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9948, 2020, '0', 'default', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9949, 1886, '0', 'preview', '2022-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9950, 2062, '0', 'preview', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9951, 2016, '0', 'default', '2022-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9952, 2057, '0', 'default', '2022-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9953, 2033, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9954, 2025, '0', 'default', '2022-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9955, 1930, '0', 'preview', '2022-05-10', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9956, 2016, '0', 'preview', '2022-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9957, 2027, '0', 'preview', '2022-05-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9958, 2024, '0', 'preview', '2022-05-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9959, 2012, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9960, 2035, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9961, 2014, '0', 'preview', '2022-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9962, 1962, '0', 'default', '2022-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9963, 2019, '0', 'default', '2022-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9964, 2051, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9965, 2037, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9966, 2056, '0', 'preview', '2022-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9967, 2025, '0', 'preview', '2022-05-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9968, 2020, '0', 'preview', '2022-05-10', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9969, 2056, '0', 'default', '2022-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9970, 1912, '0', 'default', '2022-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9971, 2055, '0', 'preview', '2022-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9972, 2031, '0', 'preview', '2022-05-10', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9973, 2031, '0', 'preview', '2022-05-10', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9974, 1916, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9975, 2057, '0', 'preview', '2022-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9976, 2055, '0', 'default', '2022-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9977, 2028, '0', 'preview', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9978, 2017, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9979, 1967, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9980, 2021, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9981, 2044, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9982, 2038, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9983, 1913, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9984, 1886, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9985, 2032, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9986, 2036, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9987, 2039, '0', 'preview', '2022-05-10', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9988, 2053, '0', 'preview', '2022-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9989, 2024, '0', 'default', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9990, 2018, '0', 'preview', '2022-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9991, 1962, '0', 'preview', '2022-05-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9992, 2032, '0', 'preview', '2022-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9993, 2033, '0', 'preview', '2022-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9994, 2029, '0', 'preview', '2022-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9995, 2036, '0', 'preview', '2022-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9996, 1960, '0', 'preview', '2022-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9997, 2020, '0', 'default', '2022-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9998, 2019, '0', 'default', '2022-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9999, 2031, '0', 'preview', '2022-05-11', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10000, 2039, '0', 'preview', '2022-05-11', 25);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10001, 2020, '0', 'preview', '2022-05-11', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10002, 2057, '0', 'default', '2022-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10003, 2017, '0', 'preview', '2022-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10004, 1962, '0', 'preview', '2022-05-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10005, 2014, '0', 'preview', '2022-05-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10006, 1930, '0', 'preview', '2022-05-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10007, 2019, '0', 'preview', '2022-05-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10008, 2016, '0', 'preview', '2022-05-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10009, 2055, '0', 'preview', '2022-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10010, 2063, '0', 'preview', '2022-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10011, 2027, '0', 'preview', '2022-05-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10012, 2043, '0', 'preview', '2022-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10013, 2025, '0', 'preview', '2022-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10014, 1962, '0', 'default', '2022-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10015, 1938, '0', 'preview', '2022-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10016, 2025, '0', 'default', '2022-05-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10017, 2055, '0', 'default', '2022-05-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10018, 2031, '0', 'default', '2022-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10019, 2039, '0', 'default', '2022-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10020, 2062, '0', 'default', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10021, 2014, '0', 'default', '2022-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10022, 2061, '0', 'default', '2022-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10023, 1957, '0', 'default', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10024, 1959, '0', 'default', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10025, 2060, '0', 'default', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10026, 2020, '0', 'default', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10027, 1949, '0', 'default', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10028, 1950, '0', 'preview', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10029, 1925, '0', 'preview', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10030, 2034, '0', 'default', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10031, 2024, '0', 'preview', '2022-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10032, 2053, '0', 'default', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10033, 2030, '0', 'preview', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10034, 2044, '0', 'preview', '2022-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10035, 2045, '0', 'preview', '2022-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10036, 2044, '0', 'default', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10037, 2045, '0', 'default', '2022-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10038, 2019, '0', 'preview', '2022-05-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10039, 2039, '0', 'preview', '2022-05-12', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10040, 2027, '0', 'preview', '2022-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10041, 2016, '0', 'preview', '2022-05-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10042, 2016, '0', 'default', '2022-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10043, 2024, '0', 'preview', '2022-05-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10044, 2020, '0', 'preview', '2022-05-12', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10045, 1930, '0', 'preview', '2022-05-12', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10046, 2027, '0', 'default', '2022-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10047, 1962, '0', 'preview', '2022-05-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10048, 2024, '0', 'default', '2022-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10049, 2038, '0', 'default', '2022-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10050, 2038, '0', 'preview', '2022-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10051, 2031, '0', 'preview', '2022-05-12', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10052, 2044, '0', 'preview', '2022-05-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10053, 2043, '0', 'preview', '2022-05-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10054, 1962, '0', 'default', '2022-05-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10055, 2063, '0', 'default', '2022-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10056, 2063, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10057, 2055, '0', 'default', '2022-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10058, 1957, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10059, 1955, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10060, 1937, '0', 'default', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10061, 2056, '0', 'default', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10062, 2025, '0', 'default', '2022-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10063, 2056, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10064, 2062, '0', 'default', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10065, 2062, '0', 'preview', '2022-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10066, 1944, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10067, 2057, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10068, 1938, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10069, 2031, '0', 'default', '2022-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10070, 2020, '0', 'default', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10071, 2017, '0', 'preview', '2022-05-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10072, 1926, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10073, 2061, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10074, 2025, '0', 'preview', '2022-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10075, 1935, '0', 'default', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10076, 1912, '0', 'preview', '2022-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10077, 1886, '0', 'preview', '2022-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10078, 1886, '0', 'default', '2022-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10079, 2021, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10080, 2033, '0', 'default', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10081, 1930, '0', 'default', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10082, 2055, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10083, 1931, '0', 'preview', '2022-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10084, 2039, '0', 'preview', '2022-05-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10085, 1913, '0', 'default', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10086, 1913, '0', 'preview', '2022-05-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10087, 2057, '0', 'preview', '2022-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10088, 2020, '0', 'preview', '2022-05-13', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10089, 2031, '0', 'preview', '2022-05-13', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10090, 1927, '0', 'default', '2022-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10091, 1927, '0', 'preview', '2022-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10092, 2021, '0', 'preview', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10093, 2045, '0', 'preview', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10094, 2045, '0', 'default', '2022-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10095, 1962, '0', 'preview', '2022-05-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10096, 2016, '0', 'preview', '2022-05-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10097, 1960, '0', 'preview', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10098, 1930, '0', 'preview', '2022-05-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10099, 1962, '0', 'default', '2022-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10100, 2025, '0', 'default', '2022-05-13', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10101, 2019, '0', 'default', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10102, 2019, '0', 'preview', '2022-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10103, 2053, '0', 'default', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10104, 2057, '0', 'default', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10105, 2024, '0', 'preview', '2022-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10106, 2025, '0', 'preview', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10107, 2053, '0', 'preview', '2022-05-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10108, 1917, '0', 'preview', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10109, 2048, '0', 'preview', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10110, 2034, '0', 'preview', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10111, 2055, '0', 'preview', '2022-05-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10112, 2063, '0', 'preview', '2022-05-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10113, 2062, '0', 'preview', '2022-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10114, 2032, '0', 'default', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10115, 1935, '0', 'preview', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10116, 2056, '0', 'preview', '2022-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10117, 2016, '0', 'default', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10118, 2014, '0', 'preview', '2022-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10119, 2055, '0', 'default', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10120, 1944, '0', 'preview', '2022-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10121, 2020, '0', 'default', '2022-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10122, 1935, '0', 'default', '2022-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10123, 1935, '0', 'preview', '2022-05-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10124, 2020, '0', 'preview', '2022-05-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10125, 1930, '0', 'preview', '2022-05-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10126, 1931, '0', 'preview', '2022-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10127, 2031, '0', 'preview', '2022-05-14', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10128, 2039, '0', 'preview', '2022-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10129, 2014, '0', 'preview', '2022-05-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10130, 2017, '0', 'default', '2022-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10131, 2020, '0', 'default', '2022-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10132, 2016, '0', 'default', '2022-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10133, 2024, '0', 'default', '2022-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10134, 2027, '0', 'preview', '2022-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10135, 1962, '0', 'preview', '2022-05-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10136, 2024, '0', 'preview', '2022-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10137, 2025, '0', 'preview', '2022-05-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10138, 2019, '0', 'preview', '2022-05-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10139, 2018, '0', 'preview', '2022-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10140, 1926, '0', 'preview', '2022-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10141, 2056, '0', 'default', '2022-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10142, 2034, '0', 'default', '2022-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10143, 2057, '0', 'preview', '2022-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10144, 2056, '0', 'preview', '2022-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10145, 1944, '0', 'preview', '2022-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10146, 2027, '0', 'default', '2022-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10147, 2016, '0', 'preview', '2022-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10148, 2029, '0', 'preview', '2022-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10149, 1962, '0', 'preview', '2022-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10150, 2020, '0', 'preview', '2022-05-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10151, 2031, '0', 'preview', '2022-05-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10152, 2025, '0', 'preview', '2022-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10153, 2019, '0', 'preview', '2022-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10154, 2063, '0', 'preview', '2022-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10155, 1930, '0', 'preview', '2022-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10156, 2016, '0', 'preview', '2022-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10157, 2015, '0', 'preview', '2022-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10158, 2024, '0', 'preview', '2022-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10159, 2033, '0', 'preview', '2022-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10160, 2039, '0', 'preview', '2022-05-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10161, 2051, '0', 'default', '2022-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10162, 2056, '0', 'preview', '2022-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10163, 2014, '0', 'preview', '2022-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10164, 2029, '0', 'preview', '2022-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10165, 2027, '0', 'preview', '2022-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10166, 2057, '0', 'preview', '2022-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10167, 2048, '0', 'preview', '2022-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10168, 2049, '0', 'preview', '2022-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10169, 2057, '0', 'default', '2022-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10170, 2039, '0', 'preview', '2022-05-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10171, 2056, '0', 'preview', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10172, 2031, '0', 'preview', '2022-05-16', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10173, 2025, '0', 'preview', '2022-05-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10174, 2019, '0', 'default', '2022-05-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10175, 2063, '0', 'default', '2022-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10176, 1944, '0', 'default', '2022-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10177, 2025, '0', 'default', '2022-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10178, 2020, '0', 'preview', '2022-05-16', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10179, 2057, '0', 'default', '2022-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10180, 2020, '0', 'default', '2022-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10181, 2024, '0', 'preview', '2022-05-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10182, 2027, '0', 'preview', '2022-05-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10183, 2048, '0', 'preview', '2022-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10184, 1962, '0', 'preview', '2022-05-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10185, 2019, '0', 'preview', '2022-05-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10186, 1930, '0', 'preview', '2022-05-16', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10187, 1964, '0', 'preview', '2022-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10188, 2014, '0', 'preview', '2022-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10189, 2016, '0', 'preview', '2022-05-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10190, 2030, '0', 'default', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10191, 2043, '0', 'default', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10192, 2043, '0', 'preview', '2022-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10193, 2027, '0', 'default', '2022-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10194, 2056, '0', 'default', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10195, 1938, '0', 'preview', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10196, 2055, '0', 'default', '2022-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10197, 2017, '0', 'default', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10198, 2016, '0', 'default', '2022-05-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10199, 1926, '0', 'default', '2022-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10200, 1931, '0', 'default', '2022-05-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10201, 2051, '0', 'preview', '2022-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10202, 1930, '0', 'default', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10203, 1926, '0', 'preview', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10204, 2033, '0', 'preview', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10205, 1967, '0', 'preview', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10206, 1967, '0', 'default', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10207, 2057, '0', 'preview', '2022-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10208, 1962, '0', 'default', '2022-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10209, 2062, '0', 'default', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10210, 2031, '0', 'default', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10211, 2017, '0', 'preview', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10212, 2063, '0', 'preview', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10213, 1912, '0', 'default', '2022-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10214, 2033, '0', 'default', '2022-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10215, 1962, '0', 'preview', '2022-05-17', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10216, 2039, '0', 'preview', '2022-05-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10217, 1962, '0', 'default', '2022-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10218, 2020, '0', 'preview', '2022-05-17', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10219, 1935, '0', 'preview', '2022-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10220, 1930, '0', 'default', '2022-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10221, 2057, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10222, 2014, '0', 'preview', '2022-05-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10223, 1950, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10224, 1953, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10225, 1956, '0', 'preview', '2022-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10226, 2058, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10227, 2060, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10228, 1917, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10229, 2025, '0', 'default', '2022-05-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10230, 2053, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10231, 2020, '0', 'default', '2022-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10232, 2019, '0', 'default', '2022-05-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10233, 1949, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10234, 2025, '0', 'preview', '2022-05-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10235, 2057, '0', 'preview', '2022-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10236, 1967, '0', 'preview', '2022-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10237, 2021, '0', 'preview', '2022-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10238, 2027, '0', 'preview', '2022-05-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10239, 1930, '0', 'preview', '2022-05-17', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10240, 2044, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10241, 2043, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10242, 2029, '0', 'preview', '2022-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10243, 2019, '0', 'preview', '2022-05-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10244, 2031, '0', 'preview', '2022-05-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10245, 1912, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10246, 2056, '0', 'default', '2022-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10247, 2033, '0', 'preview', '2022-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10248, 1938, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10249, 1960, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10250, 2018, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10251, 1944, '0', 'preview', '2022-05-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10252, 2024, '0', 'preview', '2022-05-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10253, 1964, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10254, 1935, '0', 'default', '2022-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10255, 2016, '0', 'preview', '2022-05-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10256, 2055, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10257, 1931, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10258, 2048, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10259, 2031, '0', 'default', '2022-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10260, 2034, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10261, 1967, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10262, 2017, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10263, 1960, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10264, 1957, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10265, 1952, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10266, 2053, '0', 'preview', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10267, 1956, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10268, 1955, '0', 'default', '2022-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10269, 1930, '0', 'preview', '2022-05-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10270, 1912, '0', 'preview', '2022-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10271, 2039, '0', 'preview', '2022-05-18', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10272, 2025, '0', 'preview', '2022-05-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10273, 2020, '0', 'preview', '2022-05-18', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10274, 2031, '0', 'preview', '2022-05-18', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10275, 1962, '0', 'preview', '2022-05-18', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10276, 1962, '0', 'default', '2022-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10277, 2016, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10278, 2024, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10279, 2019, '0', 'preview', '2022-05-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10280, 2019, '0', 'default', '2022-05-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10281, 2018, '0', 'default', '2022-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10282, 2029, '0', 'default', '2022-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10283, 2036, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10284, 2016, '0', 'preview', '2022-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10285, 2024, '0', 'preview', '2022-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10286, 1931, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10287, 2025, '0', 'default', '2022-05-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10288, 2014, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10289, 2063, '0', 'preview', '2022-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10290, 2062, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10291, 2061, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10292, 2014, '0', 'preview', '2022-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10293, 2027, '0', 'preview', '2022-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10294, 2034, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10295, 1944, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10296, 2027, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10297, 1950, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10298, 1959, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10299, 2057, '0', 'preview', '2022-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10300, 2051, '0', 'default', '2022-05-18', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10301, 2053, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10302, 1964, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10303, 2018, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10304, 2033, '0', 'preview', '2022-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10305, 2022, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10306, 2017, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10307, 1925, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10308, 2063, '0', 'default', '2022-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10309, 2031, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10310, 2049, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10311, 1914, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10312, 2029, '0', 'preview', '2022-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10313, 2044, '0', 'preview', '2022-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10314, 2044, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10315, 1967, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10316, 1967, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10317, 2055, '0', 'default', '2022-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10318, 2048, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10319, 2053, '0', 'preview', '2022-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10320, 2056, '0', 'default', '2022-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10321, 1912, '0', 'default', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10322, 2056, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10323, 2040, '0', 'preview', '2022-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10324, 2027, '0', 'preview', '2022-05-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10325, 2032, '0', 'preview', '2022-05-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10326, 2031, '0', 'preview', '2022-05-19', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10327, 2020, '0', 'preview', '2022-05-19', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10328, 1966, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10329, 2019, '0', 'preview', '2022-05-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10330, 1954, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10331, 1950, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10332, 1953, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10333, 1957, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10334, 1962, '0', 'preview', '2022-05-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10335, 2053, '0', 'default', '2022-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10336, 2025, '0', 'preview', '2022-05-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10337, 2036, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10338, 2057, '0', 'preview', '2022-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10339, 2016, '0', 'preview', '2022-05-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10340, 1930, '0', 'preview', '2022-05-19', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10341, 2061, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10342, 1928, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10343, 2024, '0', 'preview', '2022-05-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10344, 2039, '0', 'preview', '2022-05-19', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10345, 2044, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10346, 1962, '0', 'default', '2022-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10347, 2040, '0', 'preview', '2022-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10348, 2017, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10349, 2025, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10350, 2014, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10351, 2051, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10352, 1964, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10353, 1949, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10354, 2014, '0', 'preview', '2022-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10355, 2020, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10356, 2021, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10357, 2038, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10358, 2019, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10359, 2033, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10360, 1932, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10361, 2033, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10362, 1935, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10363, 2043, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10364, 2043, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10365, 2045, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10366, 1967, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10367, 2056, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10368, 2056, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10369, 2031, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10370, 2055, '0', 'default', '2022-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10371, 1937, '0', 'default', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10372, 2028, '0', 'preview', '2022-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10373, 1930, '0', 'preview', '2022-05-20', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10374, 2016, '0', 'preview', '2022-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10375, 2024, '0', 'preview', '2022-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10376, 2025, '0', 'default', '2022-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10377, 2039, '0', 'preview', '2022-05-20', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10378, 2031, '0', 'preview', '2022-05-20', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10379, 2020, '0', 'preview', '2022-05-20', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10380, 2019, '0', 'preview', '2022-05-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10381, 1938, '0', 'preview', '2022-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10382, 2033, '0', 'preview', '2022-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10383, 2040, '0', 'preview', '2022-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10384, 2025, '0', 'preview', '2022-05-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10385, 2027, '0', 'preview', '2022-05-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10386, 1962, '0', 'preview', '2022-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10387, 1960, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10388, 1912, '0', 'default', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10389, 2062, '0', 'default', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10390, 1949, '0', 'default', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10391, 2039, '0', 'default', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10392, 2033, '0', 'default', '2022-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10393, 2055, '0', 'default', '2022-05-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10394, 2020, '0', 'default', '2022-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10395, 2062, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10396, 2053, '0', 'default', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10397, 2053, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10398, 2019, '0', 'default', '2022-05-20', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10399, 1931, '0', 'default', '2022-05-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10400, 2018, '0', 'default', '2022-05-20', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10401, 2063, '0', 'default', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10402, 2036, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10403, 2057, '0', 'default', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10404, 2061, '0', 'default', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10405, 2031, '0', 'default', '2022-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10406, 1937, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10407, 1935, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10408, 2014, '0', 'preview', '2022-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10409, 1964, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10410, 1933, '0', 'default', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10411, 2057, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10412, 2034, '0', 'default', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10413, 2036, '0', 'default', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10414, 1959, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10415, 1953, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10416, 2017, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10417, 2021, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10418, 2030, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10419, 2061, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10420, 1927, '0', 'preview', '2022-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10421, 2057, '0', 'preview', '2022-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10422, 1927, '0', 'preview', '2022-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10423, 2031, '0', 'preview', '2022-05-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10424, 2020, '0', 'preview', '2022-05-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10425, 2063, '0', 'default', '2022-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10426, 1955, '0', 'default', '2022-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10427, 1962, '0', 'preview', '2022-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10428, 2021, '0', 'preview', '2022-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10429, 2039, '0', 'preview', '2022-05-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10430, 2019, '0', 'preview', '2022-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10431, 2027, '0', 'preview', '2022-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10432, 2024, '0', 'preview', '2022-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10433, 2025, '0', 'preview', '2022-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10434, 1967, '0', 'preview', '2022-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10435, 2012, '0', 'preview', '2022-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10436, 2025, '0', 'default', '2022-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10437, 1914, '0', 'default', '2022-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10438, 2029, '0', 'preview', '2022-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10439, 2039, '0', 'preview', '2022-05-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10440, 1930, '0', 'preview', '2022-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10441, 2020, '0', 'preview', '2022-05-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10442, 2016, '0', 'preview', '2022-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10443, 2014, '0', 'preview', '2022-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10444, 2021, '0', 'default', '2022-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10445, 1962, '0', 'preview', '2022-05-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10446, 2024, '0', 'preview', '2022-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10447, 2035, '0', 'default', '2022-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10448, 2049, '0', 'default', '2022-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10449, 1960, '0', 'default', '2022-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10450, 2053, '0', 'preview', '2022-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10451, 1960, '0', 'preview', '2022-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10452, 2027, '0', 'preview', '2022-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10453, 2031, '0', 'preview', '2022-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10454, 2053, '0', 'default', '2022-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10455, 1962, '0', 'preview', '2022-05-23', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10456, 2020, '0', 'preview', '2022-05-23', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10457, 2032, '0', 'default', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10458, 2019, '0', 'default', '2022-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10459, 2039, '0', 'preview', '2022-05-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10460, 1886, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10461, 2039, '0', 'default', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10462, 2020, '0', 'default', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10463, 2031, '0', 'preview', '2022-05-23', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10464, 2053, '0', 'default', '2022-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10465, 2031, '0', 'default', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10466, 2025, '0', 'preview', '2022-05-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10467, 1930, '0', 'default', '2022-05-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10468, 2056, '0', 'preview', '2022-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10469, 2019, '0', 'preview', '2022-05-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10470, 2034, '0', 'preview', '2022-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10471, 1912, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10472, 1918, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10473, 1960, '0', 'preview', '2022-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10474, 1962, '0', 'default', '2022-05-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10475, 2055, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10476, 2053, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10477, 1930, '0', 'preview', '2022-05-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10478, 2018, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10479, 2032, '0', 'preview', '2022-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10480, 2025, '0', 'default', '2022-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10481, 2061, '0', 'default', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10482, 2055, '0', 'default', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10483, 2016, '0', 'preview', '2022-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10484, 1926, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10485, 2043, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10486, 2027, '0', 'preview', '2022-05-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10487, 1935, '0', 'default', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10488, 1937, '0', 'default', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10489, 1913, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10490, 2062, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10491, 1944, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10492, 2063, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10493, 2044, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10494, 2061, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10495, 2024, '0', 'preview', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10496, 2040, '0', 'default', '2022-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10497, 2031, '0', 'preview', '2022-05-24', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10498, 2020, '0', 'preview', '2022-05-24', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10499, 2019, '0', 'preview', '2022-05-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10500, 2012, '0', 'default', '2022-05-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10501, 1930, '0', 'preview', '2022-05-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10502, 2032, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10503, 2056, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10504, 1962, '0', 'preview', '2022-05-24', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10505, 2039, '0', 'preview', '2022-05-24', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10506, 2057, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10507, 1967, '0', 'preview', '2022-05-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10508, 2018, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10509, 2025, '0', 'preview', '2022-05-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10510, 2014, '0', 'preview', '2022-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10511, 2057, '0', 'preview', '2022-05-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10512, 2027, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10513, 2016, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10514, 2024, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10515, 2063, '0', 'preview', '2022-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10516, 2017, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10517, 1964, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10518, 2051, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10519, 2020, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10520, 1944, '0', 'preview', '2022-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10521, 2019, '0', 'default', '2022-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10522, 2056, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10523, 2062, '0', 'preview', '2022-05-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10524, 2025, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10525, 2033, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10526, 2055, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10527, 2053, '0', 'default', '2022-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10528, 2032, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10529, 2029, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10530, 1960, '0', 'default', '2022-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10531, 1962, '0', 'default', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10532, 1949, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10533, 2043, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10534, 2034, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10535, 2053, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10536, 2021, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10537, 2022, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10538, 2044, '0', 'preview', '2022-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10539, 2045, '0', 'preview', '2022-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10540, 2026, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10541, 2030, '0', 'preview', '2022-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10542, 1920, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10543, 1924, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10544, 1925, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10545, 1928, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10546, 1921, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10547, 1927, '0', 'preview', '2022-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10548, 2048, '0', 'preview', '2022-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10549, 2017, '0', 'preview', '2022-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10550, 1930, '0', 'preview', '2022-05-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10551, 2020, '0', 'preview', '2022-05-25', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10552, 1962, '0', 'preview', '2022-05-25', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10553, 2025, '0', 'default', '2022-05-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10554, 2025, '0', 'preview', '2022-05-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10555, 2019, '0', 'preview', '2022-05-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10556, 2056, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10557, 2063, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10558, 2019, '0', 'default', '2022-05-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10559, 2057, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10560, 1967, '0', 'preview', '2022-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10561, 1935, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10562, 2060, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10563, 1927, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10564, 1927, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10565, 2031, '0', 'preview', '2022-05-25', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10566, 2055, '0', 'default', '2022-05-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10567, 2044, '0', 'preview', '2022-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10568, 2029, '0', 'default', '2022-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10569, 2039, '0', 'preview', '2022-05-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10570, 2034, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10571, 2034, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10572, 1917, '0', 'preview', '2022-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10573, 2051, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10574, 1964, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10575, 1926, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10576, 2017, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10577, 1938, '0', 'preview', '2022-05-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10578, 1886, '0', 'preview', '2022-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10579, 1962, '0', 'default', '2022-05-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10580, 1956, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10581, 1957, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10582, 1952, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10583, 2053, '0', 'preview', '2022-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10584, 2048, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10585, 2027, '0', 'preview', '2022-05-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10586, 2016, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10587, 2024, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10588, 2027, '0', 'default', '2022-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10589, 2056, '0', 'default', '2022-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10590, 2053, '0', 'default', '2022-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10591, 2063, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10592, 2016, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10593, 2061, '0', 'preview', '2022-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10594, 2014, '0', 'preview', '2022-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10595, 2057, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10596, 1912, '0', 'default', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10597, 2028, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10598, 2024, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10599, 2048, '0', 'preview', '2022-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10600, 2025, '0', 'default', '2022-05-26', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10601, 2019, '0', 'default', '2022-05-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10602, 2063, '0', 'default', '2022-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10603, 2063, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10604, 2020, '0', 'preview', '2022-05-26', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10605, 2031, '0', 'preview', '2022-05-26', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10606, 2039, '0', 'preview', '2022-05-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10607, 2044, '0', 'preview', '2022-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10608, 2057, '0', 'preview', '2022-05-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10609, 2051, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10610, 2051, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10611, 1964, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10612, 2021, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10613, 2056, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10614, 1912, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10615, 2019, '0', 'preview', '2022-05-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10616, 2020, '0', 'default', '2022-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10617, 2016, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10618, 2017, '0', 'preview', '2022-05-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10619, 2030, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10620, 1927, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10621, 2029, '0', 'preview', '2022-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10622, 1930, '0', 'preview', '2022-05-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10623, 1932, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10624, 2033, '0', 'preview', '2022-05-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10625, 2025, '0', 'preview', '2022-05-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10626, 2014, '0', 'preview', '2022-05-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10627, 1962, '0', 'preview', '2022-05-26', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10628, 2027, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10629, 2043, '0', 'default', '2022-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10630, 2054, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10631, 2054, '0', 'default', '2022-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10632, 1930, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10633, 2058, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10634, 2058, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10635, 2033, '0', 'default', '2022-05-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10636, 1924, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10637, 1924, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10638, 1960, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10639, 1960, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10640, 2043, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10641, 2038, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10642, 2038, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10643, 2027, '0', 'preview', '2022-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10644, 2062, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10645, 2062, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10646, 2053, '0', 'default', '2022-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10647, 2024, '0', 'preview', '2022-05-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10648, 1964, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10649, 2055, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10650, 2040, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10651, 1967, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10652, 2016, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10653, 2044, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10654, 1962, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10655, 1944, '0', 'default', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10656, 2039, '0', 'default', '2022-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10657, 2049, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10658, 2018, '0', 'preview', '2022-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10659, 2039, '0', 'preview', '2022-05-27', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10660, 2031, '0', 'preview', '2022-05-27', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10661, 2020, '0', 'preview', '2022-05-27', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10662, 1962, '0', 'preview', '2022-05-27', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10663, 1957, '0', 'default', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10664, 1930, '0', 'preview', '2022-05-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10665, 2025, '0', 'preview', '2022-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10666, 2032, '0', 'preview', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10667, 1912, '0', 'preview', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10668, 2056, '0', 'preview', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10669, 2025, '0', 'default', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10670, 2027, '0', 'preview', '2022-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10671, 2054, '0', 'default', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10672, 2019, '0', 'preview', '2022-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10673, 2014, '0', 'preview', '2022-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10674, 2063, '0', 'preview', '2022-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10675, 2019, '0', 'default', '2022-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10676, 1944, '0', 'default', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10677, 2054, '0', 'preview', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10678, 2053, '0', 'preview', '2022-05-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10679, 2016, '0', 'preview', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10680, 2024, '0', 'preview', '2022-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10681, 2048, '0', 'default', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10682, 2053, '0', 'default', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10683, 1956, '0', 'default', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10684, 1954, '0', 'default', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10685, 1953, '0', 'default', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10686, 2059, '0', 'default', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10687, 2062, '0', 'preview', '2022-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10688, 1926, '0', 'preview', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10689, 1927, '0', 'preview', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10690, 2017, '0', 'preview', '2022-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10691, 2043, '0', 'preview', '2022-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10692, 2044, '0', 'preview', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10693, 2035, '0', 'preview', '2022-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10694, 2025, '0', 'default', '2022-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10695, 2031, '0', 'preview', '2022-05-28', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10696, 2039, '0', 'preview', '2022-05-28', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10697, 2020, '0', 'preview', '2022-05-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10698, 2025, '0', 'preview', '2022-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10699, 2019, '0', 'preview', '2022-05-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10700, 2049, '0', 'preview', '2022-05-28', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10701, 1944, '0', 'preview', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10702, 2063, '0', 'preview', '2022-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10703, 2021, '0', 'preview', '2022-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10704, 1924, '0', 'preview', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10705, 2044, '0', 'preview', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10706, 2014, '0', 'preview', '2022-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10707, 1930, '0', 'preview', '2022-05-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10708, 1962, '0', 'preview', '2022-05-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10709, 2056, '0', 'preview', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10710, 2018, '0', 'preview', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10711, 2062, '0', 'preview', '2022-05-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10712, 1950, '0', 'default', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10713, 2019, '0', 'default', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10714, 1962, '0', 'default', '2022-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10715, 1938, '0', 'preview', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10716, 2053, '0', 'default', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10717, 2020, '0', 'default', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10718, 2048, '0', 'preview', '2022-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10719, 2036, '0', 'preview', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10720, 2053, '0', 'preview', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10721, 1964, '0', 'default', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10722, 1964, '0', 'preview', '2022-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10723, 2054, '0', 'preview', '2022-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10724, 2039, '0', 'preview', '2022-05-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10725, 1964, '0', 'default', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10726, 1930, '0', 'preview', '2022-05-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10727, 2020, '0', 'preview', '2022-05-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10728, 2031, '0', 'preview', '2022-05-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10729, 2027, '0', 'default', '2022-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10730, 2027, '0', 'preview', '2022-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10731, 2016, '0', 'preview', '2022-05-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10732, 2025, '0', 'preview', '2022-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10733, 2034, '0', 'preview', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10734, 2057, '0', 'default', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10735, 2029, '0', 'default', '2022-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10736, 2025, '0', 'default', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10737, 1930, '0', 'default', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10738, 1937, '0', 'default', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10739, 1935, '0', 'default', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10740, 1962, '0', 'preview', '2022-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10741, 2024, '0', 'preview', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10742, 2053, '0', 'default', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10743, 2053, '0', 'preview', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10744, 2040, '0', 'default', '2022-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10745, 2016, '0', 'default', '2022-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10746, 2024, '0', 'default', '2022-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10747, 2033, '0', 'default', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10748, 1913, '0', 'default', '2022-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10749, 2027, '0', 'preview', '2022-05-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10750, 2039, '0', 'preview', '2022-05-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10751, 2020, '0', 'preview', '2022-05-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10752, 2056, '0', 'default', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10753, 2056, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10754, 2025, '0', 'preview', '2022-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10755, 2019, '0', 'preview', '2022-05-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10756, 1944, '0', 'preview', '2022-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10757, 2063, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10758, 1912, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10759, 2036, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10760, 2057, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10761, 2014, '0', 'default', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10762, 2031, '0', 'preview', '2022-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10763, 2024, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10764, 2016, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10765, 2025, '0', 'default', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10766, 2055, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10767, 2018, '0', 'default', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10768, 1962, '0', 'preview', '2022-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10769, 1913, '0', 'default', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10770, 2014, '0', 'preview', '2022-05-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10771, 1918, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10772, 2019, '0', 'default', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10773, 2020, '0', 'default', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10774, 1930, '0', 'preview', '2022-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10775, 1937, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10776, 1935, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10777, 1931, '0', 'preview', '2022-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10778, 2048, '0', 'preview', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10779, 2039, '0', 'default', '2022-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10780, 2031, '0', 'preview', '2022-05-31', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10781, 2039, '0', 'preview', '2022-05-31', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10782, 2020, '0', 'preview', '2022-05-31', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10783, 1962, '0', 'preview', '2022-05-31', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10784, 2054, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10785, 1930, '0', 'preview', '2022-05-31', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10786, 2033, '0', 'preview', '2022-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10787, 2019, '0', 'preview', '2022-05-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10788, 2024, '0', 'preview', '2022-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10789, 1952, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10790, 2056, '0', 'default', '2022-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10791, 2017, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10792, 1925, '0', 'default', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10793, 1927, '0', 'preview', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10794, 2039, '0', 'default', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10795, 2030, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10796, 2016, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10797, 2024, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10798, 2027, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10799, 2043, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10800, 2027, '0', 'preview', '2022-05-31', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10801, 2043, '0', 'default', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10802, 1886, '0', 'preview', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10803, 2014, '0', 'preview', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10804, 1950, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10805, 1953, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10806, 1955, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10807, 2025, '0', 'preview', '2022-05-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10808, 2018, '0', 'preview', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10809, 2016, '0', 'preview', '2022-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10810, 2033, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10811, 1938, '0', 'preview', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10812, 1912, '0', 'preview', '2022-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10813, 2063, '0', 'preview', '2022-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10814, 2061, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10815, 1944, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10816, 2022, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10817, 2055, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10818, 2057, '0', 'preview', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10819, 2017, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10820, 2025, '0', 'default', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10821, 1962, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10822, 2048, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10823, 1925, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10824, 2044, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10825, 2040, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10826, 2012, '0', 'preview', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10827, 1913, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10828, 1959, '0', 'preview', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10829, 1909, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10830, 1918, '0', 'preview', '2022-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10831, 1916, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10832, 2053, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10833, 2020, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10834, 2032, '0', 'preview', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10835, 2019, '0', 'default', '2022-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10836, 2032, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10837, 2063, '0', 'preview', '2022-06-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10838, 2019, '0', 'default', '2022-06-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10839, 2039, '0', 'preview', '2022-06-01', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10840, 1962, '0', 'preview', '2022-06-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10841, 2031, '0', 'preview', '2022-06-01', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10842, 1886, '0', 'preview', '2022-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10843, 2020, '0', 'preview', '2022-06-01', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10844, 2054, '0', 'preview', '2022-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10845, 1930, '0', 'preview', '2022-06-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10846, 2016, '0', 'preview', '2022-06-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10847, 1917, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10848, 2019, '0', 'preview', '2022-06-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10849, 2057, '0', 'default', '2022-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10850, 1967, '0', 'default', '2022-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10851, 2025, '0', 'preview', '2022-06-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10852, 1925, '0', 'preview', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10853, 1930, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10854, 1935, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10855, 2025, '0', 'default', '2022-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10856, 1927, '0', 'preview', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10857, 2024, '0', 'preview', '2022-06-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10858, 1964, '0', 'preview', '2022-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10859, 2051, '0', 'preview', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10860, 2034, '0', 'preview', '2022-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10861, 2061, '0', 'preview', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10862, 1920, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10863, 2063, '0', 'default', '2022-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10864, 1949, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10865, 1938, '0', 'preview', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10866, 1925, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10867, 2022, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10868, 2021, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10869, 2021, '0', 'preview', '2022-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10870, 1944, '0', 'preview', '2022-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10871, 2027, '0', 'preview', '2022-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10872, 2044, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10873, 2053, '0', 'preview', '2022-06-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10874, 2055, '0', 'default', '2022-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10875, 1935, '0', 'preview', '2022-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10876, 1967, '0', 'preview', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10877, 2057, '0', 'preview', '2022-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10878, 2014, '0', 'preview', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10879, 1944, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10880, 2020, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10881, 2031, '0', 'default', '2022-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10882, 2039, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10883, 2017, '0', 'preview', '2022-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10884, 1926, '0', 'preview', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10885, 2018, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10886, 2033, '0', 'default', '2022-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10887, 2057, '0', 'preview', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10888, 1886, '0', 'default', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10889, 2031, '0', 'preview', '2022-06-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10890, 2039, '0', 'preview', '2022-06-02', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10891, 2020, '0', 'preview', '2022-06-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10892, 2025, '0', 'preview', '2022-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10893, 2025, '0', 'default', '2022-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10894, 2020, '0', 'default', '2022-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10895, 2014, '0', 'preview', '2022-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10896, 2029, '0', 'default', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10897, 1962, '0', 'default', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10898, 2063, '0', 'default', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10899, 1959, '0', 'default', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10900, 2039, '0', 'default', '2022-06-02', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10901, 1944, '0', 'default', '2022-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10902, 1962, '0', 'preview', '2022-06-02', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10903, 2016, '0', 'preview', '2022-06-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10904, 2019, '0', 'default', '2022-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10905, 2036, '0', 'default', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10906, 1930, '0', 'preview', '2022-06-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10907, 2024, '0', 'preview', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10908, 2021, '0', 'preview', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10909, 2055, '0', 'preview', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10910, 2017, '0', 'preview', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10911, 2019, '0', 'preview', '2022-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10912, 1957, '0', 'default', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10913, 1950, '0', 'default', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10914, 2027, '0', 'preview', '2022-06-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10915, 2055, '0', 'default', '2022-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10916, 1912, '0', 'preview', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10917, 2053, '0', 'default', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10918, 1954, '0', 'default', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10919, 2060, '0', 'default', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10920, 1938, '0', 'preview', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10921, 1956, '0', 'preview', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10922, 1926, '0', 'default', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10923, 2056, '0', 'preview', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10924, 2057, '0', 'default', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10925, 2038, '0', 'default', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10926, 2043, '0', 'default', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10927, 1930, '0', 'default', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10928, 2043, '0', 'preview', '2022-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10929, 1949, '0', 'preview', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10930, 2061, '0', 'preview', '2022-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10931, 2025, '0', 'preview', '2022-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10932, 2039, '0', 'preview', '2022-06-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10933, 2020, '0', 'preview', '2022-06-03', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10934, 2033, '0', 'preview', '2022-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10935, 1962, '0', 'default', '2022-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10936, 2056, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10937, 1918, '0', 'preview', '2022-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10938, 1962, '0', 'preview', '2022-06-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10939, 2051, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10940, 2019, '0', 'preview', '2022-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10941, 2056, '0', 'preview', '2022-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10942, 2025, '0', 'default', '2022-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10943, 2034, '0', 'preview', '2022-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10944, 2014, '0', 'preview', '2022-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10945, 2020, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10946, 2031, '0', 'default', '2022-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10947, 2039, '0', 'default', '2022-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10948, 2019, '0', 'default', '2022-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10949, 2048, '0', 'preview', '2022-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10950, 1913, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10951, 2049, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10952, 1930, '0', 'preview', '2022-06-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10953, 1938, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10954, 1924, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10955, 1909, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10956, 2027, '0', 'default', '2022-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10957, 2040, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10958, 2061, '0', 'preview', '2022-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10959, 2024, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10960, 2054, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10961, 2061, '0', 'default', '2022-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10962, 2031, '0', 'preview', '2022-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10963, 2063, '0', 'default', '2022-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10964, 2062, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10965, 1927, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10966, 1956, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10967, 2016, '0', 'preview', '2022-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10968, 2024, '0', 'preview', '2022-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10969, 2044, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10970, 2043, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10971, 2057, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10972, 1967, '0', 'default', '2022-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10973, 2027, '0', 'preview', '2022-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10974, 1944, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10975, 2036, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10976, 1944, '0', 'preview', '2022-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10977, 2053, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10978, 2016, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10979, 1930, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10980, 2038, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10981, 2053, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10982, 1960, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10983, 2055, '0', 'default', '2022-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10984, 1912, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10985, 1953, '0', 'default', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10986, 2058, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10987, 2023, '0', 'preview', '2022-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10988, 2025, '0', 'default', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10989, 2016, '0', 'preview', '2022-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10990, 2020, '0', 'preview', '2022-06-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10991, 1930, '0', 'preview', '2022-06-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10992, 2019, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10993, 2033, '0', 'default', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10994, 2056, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10995, 2055, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10996, 1915, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10997, 2025, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10998, 2031, '0', 'preview', '2022-06-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10999, 1967, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11000, 1962, '0', 'default', '2022-06-04', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11001, 2030, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11002, 2027, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11003, 2045, '0', 'default', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11004, 1962, '0', 'preview', '2022-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11005, 2039, '0', 'preview', '2022-06-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11006, 2057, '0', 'default', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11007, 2057, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11008, 2048, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11009, 2038, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11010, 2043, '0', 'preview', '2022-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11011, 1926, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11012, 2044, '0', 'preview', '2022-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11013, 1967, '0', 'default', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11014, 1937, '0', 'default', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11015, 2048, '0', 'default', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11016, 2019, '0', 'default', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11017, 2014, '0', 'preview', '2022-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11018, 2039, '0', 'preview', '2022-06-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11019, 2027, '0', 'preview', '2022-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11020, 1930, '0', 'preview', '2022-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11021, 2020, '0', 'preview', '2022-06-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11022, 2031, '0', 'preview', '2022-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11023, 2024, '0', 'preview', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11024, 2032, '0', 'default', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11025, 2033, '0', 'default', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11026, 2019, '0', 'default', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11027, 2025, '0', 'default', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11028, 2055, '0', 'default', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11029, 2025, '0', 'preview', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11030, 1944, '0', 'preview', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11031, 1949, '0', 'preview', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11032, 1967, '0', 'default', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11033, 2020, '0', 'default', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11034, 1949, '0', 'default', '2022-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11035, 2063, '0', 'default', '2022-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11036, 2017, '0', 'default', '2022-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11037, 2039, '0', 'preview', '2022-06-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11038, 1962, '0', 'preview', '2022-06-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11039, 2035, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11040, 2014, '0', 'preview', '2022-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11041, 1930, '0', 'preview', '2022-06-06', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11042, 2024, '0', 'preview', '2022-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11043, 1938, '0', 'preview', '2022-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11044, 2040, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11045, 2033, '0', 'preview', '2022-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11046, 1913, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11047, 2019, '0', 'preview', '2022-06-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11048, 2025, '0', 'preview', '2022-06-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11049, 2020, '0', 'preview', '2022-06-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11050, 2031, '0', 'preview', '2022-06-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11051, 2033, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11052, 2056, '0', 'default', '2022-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11053, 2029, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11054, 2061, '0', 'default', '2022-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11055, 2016, '0', 'preview', '2022-06-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11056, 1912, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11057, 2056, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11058, 2017, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11059, 2022, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11060, 2057, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11061, 2019, '0', 'default', '2022-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11062, 2039, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11063, 2031, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11064, 1909, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11065, 1935, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11066, 1909, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11067, 2048, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11068, 1962, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11069, 2053, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11070, 2043, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11071, 2045, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11072, 2063, '0', 'preview', '2022-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11073, 2020, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11074, 2027, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11075, 2016, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11076, 1954, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11077, 1956, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11078, 2029, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11079, 2044, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11080, 2057, '0', 'preview', '2022-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11081, 1944, '0', 'preview', '2022-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11082, 1967, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11083, 2025, '0', 'default', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11084, 2048, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11085, 2055, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11086, 2027, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11087, 2054, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11088, 1960, '0', 'preview', '2022-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11089, 2016, '0', 'preview', '2022-06-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11090, 2027, '0', 'preview', '2022-06-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11091, 2024, '0', 'preview', '2022-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11092, 2020, '0', 'preview', '2022-06-07', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11093, 2039, '0', 'preview', '2022-06-07', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11094, 2033, '0', 'preview', '2022-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11095, 1962, '0', 'preview', '2022-06-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11096, 2031, '0', 'preview', '2022-06-07', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11097, 2025, '0', 'preview', '2022-06-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11098, 2014, '0', 'preview', '2022-06-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11099, 1930, '0', 'preview', '2022-06-07', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11100, 2020, '0', 'default', '2022-06-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11101, 1930, '0', 'default', '2022-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11102, 2060, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11103, 2056, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11104, 2040, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11105, 2063, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11106, 1909, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11107, 2015, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11108, 2018, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11109, 2061, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11110, 2019, '0', 'preview', '2022-06-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11111, 2055, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11112, 1967, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11113, 1937, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11114, 1935, '0', 'default', '2022-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11115, 2025, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11116, 2019, '0', 'default', '2022-06-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11117, 1950, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11118, 2063, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11119, 1949, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11120, 2061, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11121, 2056, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11122, 1935, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11123, 1931, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11124, 2017, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11125, 1925, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11126, 2044, '0', 'preview', '2022-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11127, 2048, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11128, 1957, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11129, 1952, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11130, 1956, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11131, 1956, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11132, 1959, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11133, 2040, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11134, 2059, '0', 'default', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11135, 2043, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11136, 1913, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11137, 2057, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11138, 1949, '0', 'preview', '2022-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11139, 2014, '0', 'preview', '2022-06-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11140, 2016, '0', 'preview', '2022-06-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11141, 2039, '0', 'preview', '2022-06-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11142, 2031, '0', 'preview', '2022-06-08', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11143, 2020, '0', 'preview', '2022-06-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11144, 2025, '0', 'preview', '2022-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11145, 2062, '0', 'preview', '2022-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11146, 1944, '0', 'preview', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11147, 2063, '0', 'preview', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11148, 2056, '0', 'default', '2022-06-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11149, 2018, '0', 'preview', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11150, 1930, '0', 'preview', '2022-06-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11151, 2023, '0', 'default', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11152, 2033, '0', 'default', '2022-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11153, 2045, '0', 'default', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11154, 2021, '0', 'preview', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11155, 1962, '0', 'preview', '2022-06-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11156, 2019, '0', 'preview', '2022-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11157, 2024, '0', 'preview', '2022-06-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11158, 2028, '0', 'default', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11159, 2019, '0', 'default', '2022-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11160, 2027, '0', 'preview', '2022-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11161, 1930, '0', 'default', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11162, 2025, '0', 'default', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11163, 2053, '0', 'preview', '2022-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11164, 1953, '0', 'default', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11165, 2055, '0', 'default', '2022-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11166, 2040, '0', 'preview', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11167, 2016, '0', 'default', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11168, 1950, '0', 'preview', '2022-06-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11169, 2024, '0', 'default', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11170, 1952, '0', 'preview', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11171, 2027, '0', 'default', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11172, 1956, '0', 'preview', '2022-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11173, 2058, '0', 'preview', '2022-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11174, 1953, '0', 'preview', '2022-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11175, 2055, '0', 'preview', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11176, 2059, '0', 'preview', '2022-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11177, 2060, '0', 'preview', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11178, 2053, '0', 'default', '2022-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11179, 1962, '0', 'default', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11180, 1931, '0', 'preview', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11181, 1954, '0', 'preview', '2022-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11182, 2048, '0', 'preview', '2022-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11183, 2039, '0', 'preview', '2022-06-09', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11184, 2031, '0', 'preview', '2022-06-09', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11185, 1962, '0', 'preview', '2022-06-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11186, 2020, '0', 'preview', '2022-06-09', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11187, 1930, '0', 'preview', '2022-06-09', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11188, 2014, '0', 'preview', '2022-06-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11189, 2025, '0', 'preview', '2022-06-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11190, 2043, '0', 'preview', '2022-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11191, 2025, '0', 'default', '2022-06-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11192, 2019, '0', 'preview', '2022-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11193, 2019, '0', 'default', '2022-06-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11194, 2016, '0', 'preview', '2022-06-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11195, 2024, '0', 'preview', '2022-06-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11196, 2039, '0', 'default', '2022-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11197, 2029, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11198, 2017, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11199, 1944, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11200, 2062, '0', 'preview', '2022-06-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11201, 2057, '0', 'preview', '2022-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11202, 2044, '0', 'preview', '2022-06-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11203, 1915, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11204, 2034, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11205, 2044, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11206, 2043, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11207, 2017, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11208, 1927, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11209, 1926, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11210, 1925, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11211, 1921, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11212, 2038, '0', 'preview', '2022-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11213, 1935, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11214, 1931, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11215, 1931, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11216, 2057, '0', 'default', '2022-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11217, 1967, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11218, 1938, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11219, 2027, '0', 'preview', '2022-06-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11220, 1962, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11221, 1957, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11222, 1952, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11223, 2027, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11224, 1927, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11225, 1938, '0', 'preview', '2022-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11226, 2058, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11227, 1950, '0', 'default', '2022-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11228, 1959, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11229, 2060, '0', 'default', '2022-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11230, 2060, '0', 'preview', '2022-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11231, 2053, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11232, 1950, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11233, 1957, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11234, 1959, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11235, 2054, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11236, 2020, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11237, 1944, '0', 'default', '2022-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11238, 2053, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11239, 1886, '0', 'default', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11240, 2040, '0', 'preview', '2022-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11241, 2027, '0', 'preview', '2022-06-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11242, 2024, '0', 'preview', '2022-06-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11243, 1930, '0', 'preview', '2022-06-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11244, 1932, '0', 'default', '2022-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11245, 2018, '0', 'default', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11246, 2020, '0', 'preview', '2022-06-10', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11247, 2031, '0', 'preview', '2022-06-10', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11248, 2039, '0', 'preview', '2022-06-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11249, 2019, '0', 'preview', '2022-06-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11250, 1962, '0', 'preview', '2022-06-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11251, 2056, '0', 'preview', '2022-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11252, 2031, '0', 'default', '2022-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11253, 1932, '0', 'preview', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11254, 2027, '0', 'default', '2022-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11255, 2024, '0', 'default', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11256, 2040, '0', 'default', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11257, 2048, '0', 'preview', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11258, 2039, '0', 'default', '2022-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11259, 2062, '0', 'preview', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11260, 2029, '0', 'preview', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11261, 2016, '0', 'default', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11262, 2017, '0', 'preview', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11263, 2030, '0', 'preview', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11264, 2038, '0', 'preview', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11265, 2019, '0', 'default', '2022-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11266, 2014, '0', 'preview', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11267, 2021, '0', 'default', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11268, 2020, '0', 'default', '2022-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11269, 2016, '0', 'preview', '2022-06-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11270, 2056, '0', 'default', '2022-06-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11271, 2057, '0', 'preview', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11272, 2025, '0', 'preview', '2022-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11273, 2043, '0', 'preview', '2022-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11274, 2053, '0', 'default', '2022-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11275, 2025, '0', 'default', '2022-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11276, 1950, '0', 'default', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11277, 1967, '0', 'default', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11278, 1967, '0', 'preview', '2022-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11279, 1944, '0', 'preview', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11280, 1944, '0', 'default', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11281, 2032, '0', 'preview', '2022-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11282, 2039, '0', 'preview', '2022-06-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11283, 2020, '0', 'preview', '2022-06-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11284, 2031, '0', 'preview', '2022-06-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11285, 2016, '0', 'default', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11286, 1930, '0', 'preview', '2022-06-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11287, 2014, '0', 'preview', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11288, 2053, '0', 'preview', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11289, 1962, '0', 'preview', '2022-06-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11290, 2025, '0', 'preview', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11291, 2056, '0', 'default', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11292, 2019, '0', 'default', '2022-06-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11293, 2048, '0', 'default', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11294, 1912, '0', 'default', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11295, 2026, '0', 'default', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11296, 2057, '0', 'preview', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11297, 2024, '0', 'preview', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11298, 2027, '0', 'preview', '2022-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11299, 2016, '0', 'preview', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11300, 2017, '0', 'default', '2022-06-11', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11301, 2043, '0', 'default', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11302, 1935, '0', 'preview', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11303, 2019, '0', 'preview', '2022-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11304, 2016, '0', 'preview', '2022-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11305, 2039, '0', 'preview', '2022-06-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11306, 2020, '0', 'preview', '2022-06-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11307, 1911, '0', 'default', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11308, 2031, '0', 'preview', '2022-06-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11309, 1930, '0', 'preview', '2022-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11310, 2027, '0', 'preview', '2022-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11311, 2031, '0', 'default', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11312, 2063, '0', 'default', '2022-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11313, 2014, '0', 'preview', '2022-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11314, 1962, '0', 'preview', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11315, 2025, '0', 'default', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11316, 2029, '0', 'default', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11317, 2048, '0', 'default', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11318, 2012, '0', 'default', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11319, 2036, '0', 'default', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11320, 1908, '0', 'preview', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11321, 2012, '0', 'preview', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11322, 2034, '0', 'preview', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11323, 1960, '0', 'preview', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11324, 1911, '0', 'preview', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11325, 1913, '0', 'preview', '2022-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11326, 2033, '0', 'preview', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11327, 1938, '0', 'preview', '2022-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11328, 2040, '0', 'preview', '2022-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11329, 1930, '0', 'preview', '2022-06-13', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11330, 2014, '0', 'preview', '2022-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11331, 1962, '0', 'preview', '2022-06-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11332, 2019, '0', 'preview', '2022-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11333, 2025, '0', 'preview', '2022-06-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11334, 2063, '0', 'preview', '2022-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11335, 2062, '0', 'preview', '2022-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11336, 2039, '0', 'preview', '2022-06-13', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11337, 2031, '0', 'preview', '2022-06-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11338, 2020, '0', 'preview', '2022-06-13', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11339, 2061, '0', 'preview', '2022-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11340, 2043, '0', 'preview', '2022-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11341, 2040, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11342, 2055, '0', 'default', '2022-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11343, 2024, '0', 'preview', '2022-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11344, 2027, '0', 'preview', '2022-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11345, 2016, '0', 'preview', '2022-06-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11346, 2032, '0', 'default', '2022-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11347, 2034, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11348, 1959, '0', 'preview', '2022-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11349, 1956, '0', 'preview', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11350, 1962, '0', 'default', '2022-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11351, 2019, '0', 'default', '2022-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11352, 1944, '0', 'preview', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11353, 1909, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11354, 1935, '0', 'preview', '2022-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11355, 1912, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11356, 2056, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11357, 2025, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11358, 2048, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11359, 2016, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11360, 1935, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11361, 1937, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11362, 1930, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11363, 2027, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11364, 1931, '0', 'preview', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11365, 1917, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11366, 2020, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11367, 2031, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11368, 2039, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11369, 2017, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11370, 2043, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11371, 2044, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11372, 2045, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11373, 1908, '0', 'default', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11374, 2044, '0', 'preview', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11375, 2057, '0', 'preview', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11376, 1964, '0', 'preview', '2022-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11377, 2028, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11378, 2027, '0', 'preview', '2022-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11379, 2024, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11380, 2019, '0', 'default', '2022-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11381, 2039, '0', 'preview', '2022-06-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11382, 2031, '0', 'preview', '2022-06-14', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11383, 2020, '0', 'preview', '2022-06-14', 75);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11384, 1930, '0', 'preview', '2022-06-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11385, 2019, '0', 'preview', '2022-06-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11386, 1962, '0', 'preview', '2022-06-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11387, 1913, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11388, 1949, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11389, 2017, '0', 'default', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11390, 1927, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11391, 2062, '0', 'default', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11392, 2016, '0', 'preview', '2022-06-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11393, 2018, '0', 'default', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11394, 2056, '0', 'default', '2022-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11395, 2014, '0', 'preview', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11396, 2045, '0', 'default', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11397, 2033, '0', 'default', '2022-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11398, 2025, '0', 'preview', '2022-06-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11399, 2021, '0', 'preview', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11400, 2021, '0', 'default', '2022-06-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11401, 2039, '0', 'default', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11402, 1962, '0', 'default', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11403, 2029, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11404, 2053, '0', 'default', '2022-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11405, 1912, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11406, 2056, '0', 'preview', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11407, 2032, '0', 'default', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11408, 1930, '0', 'default', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11409, 1918, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11410, 1950, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11411, 2020, '0', 'default', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11412, 1944, '0', 'preview', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11413, 2015, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11414, 2029, '0', 'default', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11415, 1926, '0', 'preview', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11416, 2017, '0', 'preview', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11417, 2038, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11418, 2043, '0', 'preview', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11419, 2030, '0', 'preview', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11420, 2045, '0', 'preview', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11421, 1886, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11422, 2031, '0', 'default', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11423, 2057, '0', 'default', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11424, 2044, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11425, 1938, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11426, 2033, '0', 'preview', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11427, 2040, '0', 'preview', '2022-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11428, 2054, '0', 'default', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11429, 1938, '0', 'default', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11430, 2022, '0', 'default', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11431, 2054, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11432, 2032, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11433, 1953, '0', 'preview', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11434, 2014, '0', 'default', '2022-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11435, 2031, '0', 'preview', '2022-06-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11436, 2020, '0', 'preview', '2022-06-15', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11437, 2053, '0', 'default', '2022-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11438, 2019, '0', 'default', '2022-06-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11439, 2039, '0', 'preview', '2022-06-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11440, 2019, '0', 'preview', '2022-06-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11441, 2027, '0', 'preview', '2022-06-15', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11442, 2025, '0', 'preview', '2022-06-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11443, 1962, '0', 'preview', '2022-06-15', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11444, 2056, '0', 'preview', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11445, 2062, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11446, 1930, '0', 'preview', '2022-06-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11447, 2025, '0', 'default', '2022-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11448, 2020, '0', 'default', '2022-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11449, 2016, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11450, 2014, '0', 'preview', '2022-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11451, 2063, '0', 'default', '2022-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11452, 2024, '0', 'default', '2022-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11453, 2057, '0', 'default', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11454, 2060, '0', 'default', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11455, 1954, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11456, 1956, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11457, 1927, '0', 'preview', '2022-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11458, 1926, '0', 'preview', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11459, 2016, '0', 'preview', '2022-06-15', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11460, 2016, '0', 'preview', '2022-06-15', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11461, 2024, '0', 'preview', '2022-06-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11462, 2014, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11463, 1921, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11464, 2021, '0', 'default', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11465, 2021, '0', 'preview', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11466, 1962, '0', 'default', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11467, 2032, '0', 'default', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11468, 2029, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11469, 2057, '0', 'preview', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11470, 1912, '0', 'preview', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11471, 2018, '0', 'default', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11472, 2038, '0', 'preview', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11473, 1967, '0', 'preview', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11474, 1960, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11475, 2045, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11476, 1944, '0', 'default', '2022-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11477, 2061, '0', 'default', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11478, 1913, '0', 'preview', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11479, 2044, '0', 'preview', '2022-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11480, 2055, '0', 'preview', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11481, 2063, '0', 'preview', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11482, 2023, '0', 'preview', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11483, 2049, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11484, 1913, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11485, 1952, '0', 'preview', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11486, 1957, '0', 'preview', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11487, 1959, '0', 'preview', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11488, 2056, '0', 'default', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11489, 2033, '0', 'preview', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11490, 2017, '0', 'preview', '2022-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11491, 2043, '0', 'preview', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11492, 2017, '0', 'default', '2022-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11493, 1935, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11494, 1930, '0', 'default', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11495, 1954, '0', 'preview', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11496, 2060, '0', 'preview', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11497, 1956, '0', 'preview', '2022-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11498, 2021, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11499, 2020, '0', 'preview', '2022-06-16', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11500, 1962, '0', 'preview', '2022-06-16', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11501, 2031, '0', 'preview', '2022-06-16', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11502, 2053, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11503, 2020, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11504, 2025, '0', 'default', '2022-06-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11505, 2048, '0', 'preview', '2022-06-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11506, 2053, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11507, 2027, '0', 'preview', '2022-06-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11508, 2019, '0', 'preview', '2022-06-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11509, 2025, '0', 'preview', '2022-06-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11510, 1930, '0', 'preview', '2022-06-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11511, 2039, '0', 'preview', '2022-06-16', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11512, 2062, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11513, 1886, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11514, 2056, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11515, 2014, '0', 'preview', '2022-06-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11516, 1935, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11517, 1937, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11518, 1956, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11519, 1959, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11520, 2060, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11521, 1950, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11522, 2036, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11523, 2024, '0', 'preview', '2022-06-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11524, 2016, '0', 'preview', '2022-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11525, 1912, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11526, 1932, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11527, 2055, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11528, 2018, '0', 'preview', '2022-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11529, 2018, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11530, 2063, '0', 'preview', '2022-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11531, 2056, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11532, 1912, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11533, 2021, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11534, 2044, '0', 'default', '2022-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11535, 1962, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11536, 2057, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11537, 1930, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11538, 1966, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11539, 1964, '0', 'preview', '2022-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11540, 1944, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11541, 2051, '0', 'preview', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11542, 2019, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11543, 2014, '0', 'default', '2022-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11544, 2053, '0', 'default', '2022-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11545, 2039, '0', 'preview', '2022-06-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11546, 2024, '0', 'default', '2022-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11547, 2027, '0', 'preview', '2022-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11548, 2020, '0', 'preview', '2022-06-17', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11549, 2063, '0', 'preview', '2022-06-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11550, 1962, '0', 'preview', '2022-06-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11551, 2031, '0', 'preview', '2022-06-17', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11552, 2061, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11553, 2024, '0', 'preview', '2022-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11554, 1935, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11555, 2025, '0', 'default', '2022-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11556, 2044, '0', 'preview', '2022-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11557, 1927, '0', 'preview', '2022-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11558, 2017, '0', 'preview', '2022-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11559, 1930, '0', 'preview', '2022-06-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11560, 2031, '0', 'default', '2022-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11561, 1967, '0', 'preview', '2022-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11562, 1944, '0', 'preview', '2022-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11563, 2017, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11564, 2061, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11565, 2019, '0', 'preview', '2022-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11566, 2025, '0', 'preview', '2022-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11567, 1912, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11568, 1886, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11569, 2056, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11570, 1917, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11571, 1962, '0', 'default', '2022-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11572, 1960, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11573, 2054, '0', 'default', '2022-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11574, 1938, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11575, 1933, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11576, 2057, '0', 'preview', '2022-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11577, 2043, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11578, 2033, '0', 'default', '2022-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11579, 2049, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11580, 2049, '0', 'preview', '2022-06-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11581, 2057, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11582, 2053, '0', 'preview', '2022-06-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11583, 2019, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11584, 2039, '0', 'default', '2022-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11585, 1930, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11586, 1925, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11587, 2014, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11588, 2020, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11589, 2055, '0', 'default', '2022-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11590, 2016, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11591, 2038, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11592, 1964, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11593, 2036, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11594, 2021, '0', 'preview', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11595, 2056, '0', 'default', '2022-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11596, 1930, '0', 'preview', '2022-06-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11597, 2016, '0', 'preview', '2022-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11598, 2031, '0', 'preview', '2022-06-18', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11599, 1962, '0', 'preview', '2022-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11600, 1927, '0', 'default', '2022-06-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11601, 1927, '0', 'preview', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11602, 2039, '0', 'preview', '2022-06-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11603, 2044, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11604, 1935, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11605, 2020, '0', 'preview', '2022-06-18', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11606, 2019, '0', 'preview', '2022-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11607, 2027, '0', 'preview', '2022-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11608, 2053, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11609, 1960, '0', 'preview', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11610, 2053, '0', 'preview', '2022-06-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11611, 2025, '0', 'default', '2022-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11612, 2048, '0', 'preview', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11613, 2021, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11614, 2057, '0', 'preview', '2022-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11615, 1967, '0', 'preview', '2022-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11616, 2045, '0', 'preview', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11617, 2016, '0', 'default', '2022-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11618, 2024, '0', 'default', '2022-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11619, 1960, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11620, 2040, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11621, 1955, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11622, 2025, '0', 'preview', '2022-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11623, 2014, '0', 'preview', '2022-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11624, 2043, '0', 'preview', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11625, 2043, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11626, 2020, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11627, 1967, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11628, 2057, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11629, 2063, '0', 'preview', '2022-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11630, 1944, '0', 'preview', '2022-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11631, 2024, '0', 'preview', '2022-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11632, 2027, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11633, 2032, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11634, 2032, '0', 'preview', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11635, 2018, '0', 'default', '2022-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11636, 1944, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11637, 2031, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11638, 2039, '0', 'default', '2022-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11639, 2025, '0', 'preview', '2022-06-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11640, 2020, '0', 'preview', '2022-06-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11641, 2020, '0', 'preview', '2022-06-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11642, 2019, '0', 'preview', '2022-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11643, 1962, '0', 'preview', '2022-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11644, 2039, '0', 'preview', '2022-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11645, 1935, '0', 'preview', '2022-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11646, 1930, '0', 'preview', '2022-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11647, 1918, '0', 'default', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11648, 2034, '0', 'default', '2022-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11649, 2056, '0', 'preview', '2022-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11650, 1957, '0', 'default', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11651, 2031, '0', 'preview', '2022-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11652, 2053, '0', 'default', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11653, 2019, '0', 'default', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11654, 2018, '0', 'default', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11655, 2017, '0', 'preview', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11656, 2043, '0', 'default', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11657, 2030, '0', 'default', '2022-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11658, 2020, '0', 'default', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11659, 1964, '0', 'default', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11660, 2014, '0', 'preview', '2022-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11661, 2032, '0', 'preview', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11662, 2048, '0', 'preview', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11663, 1962, '0', 'default', '2022-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11664, 2039, '0', 'preview', '2022-06-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11665, 2031, '0', 'preview', '2022-06-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11666, 2020, '0', 'preview', '2022-06-20', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11667, 2029, '0', 'preview', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11668, 2053, '0', 'default', '2022-06-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11669, 2025, '0', 'default', '2022-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11670, 2019, '0', 'default', '2022-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11671, 1962, '0', 'preview', '2022-06-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11672, 1935, '0', 'preview', '2022-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11673, 2033, '0', 'preview', '2022-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11674, 2040, '0', 'preview', '2022-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11675, 2040, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11676, 1953, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11677, 1930, '0', 'preview', '2022-06-20', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11678, 2027, '0', 'preview', '2022-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11679, 2016, '0', 'preview', '2022-06-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11680, 2025, '0', 'preview', '2022-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11681, 1962, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11682, 1959, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11683, 1938, '0', 'preview', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11684, 2048, '0', 'preview', '2022-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11685, 2055, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11686, 1930, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11687, 1925, '0', 'preview', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11688, 2032, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11689, 1912, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11690, 2054, '0', 'default', '2022-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11691, 2033, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11692, 2019, '0', 'preview', '2022-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11693, 2056, '0', 'default', '2022-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11694, 1925, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11695, 2044, '0', 'preview', '2022-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11696, 2054, '0', 'preview', '2022-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11697, 2043, '0', 'preview', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11698, 2057, '0', 'preview', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11699, 2018, '0', 'preview', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11700, 2063, '0', 'default', '2022-06-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11701, 2029, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11702, 2061, '0', 'default', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11703, 2061, '0', 'preview', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11704, 1944, '0', 'preview', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11705, 2063, '0', 'preview', '2022-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11706, 1930, '0', 'preview', '2022-06-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11707, 2039, '0', 'preview', '2022-06-21', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11708, 1938, '0', 'preview', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11709, 2033, '0', 'preview', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11710, 2020, '0', 'preview', '2022-06-21', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11711, 2031, '0', 'preview', '2022-06-21', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11712, 2048, '0', 'preview', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11713, 2020, '0', 'default', '2022-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11714, 2057, '0', 'default', '2022-06-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11715, 1927, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11716, 2019, '0', 'default', '2022-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11717, 2031, '0', 'default', '2022-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11718, 2014, '0', 'preview', '2022-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11719, 1962, '0', 'preview', '2022-06-21', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11720, 1962, '0', 'default', '2022-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11721, 2025, '0', 'preview', '2022-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11722, 2029, '0', 'preview', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11723, 2063, '0', 'preview', '2022-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11724, 1944, '0', 'preview', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11725, 2019, '0', 'preview', '2022-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11726, 2044, '0', 'preview', '2022-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11727, 2053, '0', 'default', '2022-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11728, 2016, '0', 'preview', '2022-06-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11729, 2040, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11730, 2054, '0', 'default', '2022-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11731, 1930, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11732, 1967, '0', 'default', '2022-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11733, 2055, '0', 'default', '2022-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11734, 2027, '0', 'preview', '2022-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11735, 2056, '0', 'preview', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11736, 2057, '0', 'preview', '2022-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11737, 1949, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11738, 2061, '0', 'default', '2022-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11739, 2039, '0', 'default', '2022-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11740, 1956, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11741, 1959, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11742, 1950, '0', 'default', '2022-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11743, 1935, '0', 'preview', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11744, 2018, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11745, 2063, '0', 'default', '2022-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11746, 2062, '0', 'default', '2022-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11747, 2017, '0', 'default', '2022-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11748, 2044, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11749, 2043, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11750, 2045, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11751, 1921, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11752, 2026, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11753, 2022, '0', 'default', '2022-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11754, 2061, '0', 'preview', '2022-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11755, 1949, '0', 'preview', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11756, 2024, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11757, 2027, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11758, 2025, '0', 'default', '2022-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11759, 2057, '0', 'preview', '2022-06-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11760, 2031, '0', 'default', '2022-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11761, 2039, '0', 'preview', '2022-06-22', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11762, 2020, '0', 'preview', '2022-06-22', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11763, 2061, '0', 'default', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11764, 2020, '0', 'default', '2022-06-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11765, 2031, '0', 'preview', '2022-06-22', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11766, 2025, '0', 'preview', '2022-06-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11767, 2049, '0', 'preview', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11768, 1930, '0', 'preview', '2022-06-22', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11769, 2025, '0', 'default', '2022-06-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11770, 2014, '0', 'preview', '2022-06-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11771, 2024, '0', 'preview', '2022-06-22', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11772, 2024, '0', 'preview', '2022-06-22', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11773, 2057, '0', 'default', '2022-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11774, 2048, '0', 'preview', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11775, 1886, '0', 'preview', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11776, 2016, '0', 'preview', '2022-06-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11777, 2027, '0', 'preview', '2022-06-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11778, 2033, '0', 'preview', '2022-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11779, 1962, '0', 'preview', '2022-06-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11780, 2040, '0', 'preview', '2022-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11781, 2043, '0', 'preview', '2022-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11782, 1962, '0', 'default', '2022-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11783, 1909, '0', 'preview', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11784, 1952, '0', 'preview', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11785, 1967, '0', 'default', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11786, 2056, '0', 'default', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11787, 2019, '0', 'preview', '2022-06-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11788, 2019, '0', 'default', '2022-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11789, 2056, '0', 'preview', '2022-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11790, 1967, '0', 'preview', '2022-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11791, 2053, '0', 'default', '2022-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11792, 1938, '0', 'preview', '2022-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11793, 2029, '0', 'default', '2022-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11794, 2048, '0', 'default', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11795, 1925, '0', 'preview', '2022-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11796, 2017, '0', 'preview', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11797, 2062, '0', 'preview', '2022-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11798, 2015, '0', 'preview', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11799, 1933, '0', 'default', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11800, 2015, '0', 'default', '2022-06-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11801, 2023, '0', 'default', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11802, 2028, '0', 'default', '2022-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11803, 2038, '0', 'preview', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11804, 2063, '0', 'preview', '2022-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11805, 1944, '0', 'preview', '2022-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11806, 2020, '0', 'preview', '2022-06-23', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11807, 2016, '0', 'preview', '2022-06-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11808, 1933, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11809, 2027, '0', 'preview', '2022-06-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11810, 1930, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11811, 2031, '0', 'preview', '2022-06-23', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11812, 2014, '0', 'preview', '2022-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11813, 1962, '0', 'preview', '2022-06-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11814, 2015, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11815, 2043, '0', 'default', '2022-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11816, 2039, '0', 'preview', '2022-06-23', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11817, 2019, '0', 'preview', '2022-06-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11818, 2019, '0', 'default', '2022-06-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11819, 2033, '0', 'preview', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11820, 1938, '0', 'preview', '2022-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11821, 2040, '0', 'preview', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11822, 2025, '0', 'preview', '2022-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11823, 1930, '0', 'preview', '2022-06-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11824, 2056, '0', 'default', '2022-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11825, 2029, '0', 'default', '2022-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11826, 2025, '0', 'default', '2022-06-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11827, 2032, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11828, 2014, '0', 'default', '2022-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11829, 2055, '0', 'default', '2022-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11830, 2056, '0', 'preview', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11831, 1913, '0', 'preview', '2022-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11832, 2036, '0', 'preview', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11833, 1935, '0', 'preview', '2022-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11834, 2039, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11835, 2020, '0', 'default', '2022-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11836, 2044, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11837, 2017, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11838, 1917, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11839, 1935, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11840, 2053, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11841, 2055, '0', 'preview', '2022-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11842, 2061, '0', 'preview', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11843, 2048, '0', 'preview', '2022-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11844, 2048, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11845, 2057, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11846, 2024, '0', 'preview', '2022-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11847, 1913, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11848, 2034, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11849, 2032, '0', 'preview', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11850, 2049, '0', 'preview', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11851, 1962, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11852, 2057, '0', 'preview', '2022-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11853, 2033, '0', 'default', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11854, 2012, '0', 'preview', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11855, 1967, '0', 'preview', '2022-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11856, 2060, '0', 'preview', '2022-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11857, 2032, '0', 'preview', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11858, 2039, '0', 'preview', '2022-06-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11859, 2031, '0', 'preview', '2022-06-24', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11860, 2020, '0', 'preview', '2022-06-24', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11861, 2027, '0', 'preview', '2022-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11862, 2039, '0', 'default', '2022-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11863, 2031, '0', 'default', '2022-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11864, 2020, '0', 'default', '2022-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11865, 2063, '0', 'default', '2022-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11866, 2061, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11867, 2057, '0', 'preview', '2022-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11868, 1956, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11869, 1930, '0', 'preview', '2022-06-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11870, 2048, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11871, 2019, '0', 'default', '2022-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11872, 2014, '0', 'preview', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11873, 1962, '0', 'preview', '2022-06-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11874, 2015, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11875, 2032, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11876, 2016, '0', 'preview', '2022-06-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11877, 2025, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11878, 2025, '0', 'preview', '2022-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11879, 1953, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11880, 1938, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11881, 2033, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11882, 1962, '0', 'default', '2022-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11883, 2057, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11884, 1967, '0', 'preview', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11885, 2019, '0', 'preview', '2022-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11886, 1932, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11887, 1935, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11888, 1930, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11889, 1935, '0', 'preview', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11890, 2053, '0', 'preview', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11891, 2048, '0', 'preview', '2022-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11892, 2056, '0', 'preview', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11893, 1950, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11894, 2061, '0', 'preview', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11895, 2024, '0', 'preview', '2022-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11896, 1959, '0', 'preview', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11897, 2060, '0', 'preview', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11898, 1954, '0', 'preview', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11899, 2056, '0', 'default', '2022-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11900, 1944, '0', 'default', '2022-06-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11901, 2020, '0', 'preview', '2022-06-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11902, 2031, '0', 'preview', '2022-06-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11903, 2039, '0', 'preview', '2022-06-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11904, 2024, '0', 'preview', '2022-06-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11905, 2027, '0', 'preview', '2022-06-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11906, 1962, '0', 'preview', '2022-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11907, 2019, '0', 'default', '2022-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11908, 2015, '0', 'preview', '2022-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11909, 2016, '0', 'preview', '2022-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11910, 2063, '0', 'default', '2022-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11911, 2033, '0', 'default', '2022-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11912, 1930, '0', 'preview', '2022-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11913, 2057, '0', 'preview', '2022-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11914, 2056, '0', 'default', '2022-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11915, 1886, '0', 'default', '2022-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11916, 2014, '0', 'default', '2022-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11917, 2025, '0', 'preview', '2022-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11918, 2019, '0', 'preview', '2022-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11919, 2020, '0', 'preview', '2022-06-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11920, 2031, '0', 'preview', '2022-06-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11921, 1886, '0', 'preview', '2022-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11922, 1962, '0', 'preview', '2022-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11923, 1930, '0', 'preview', '2022-06-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11924, 1886, '0', 'default', '2022-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11925, 2053, '0', 'default', '2022-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11926, 2016, '0', 'preview', '2022-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11927, 2019, '0', 'default', '2022-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11928, 2025, '0', 'default', '2022-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11929, 2031, '0', 'default', '2022-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11930, 2044, '0', 'preview', '2022-06-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11931, 2043, '0', 'preview', '2022-06-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11932, 2039, '0', 'preview', '2022-06-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11933, 1927, '0', 'preview', '2022-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11934, 2017, '0', 'preview', '2022-06-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11935, 2057, '0', 'default', '2022-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11936, 2018, '0', 'preview', '2022-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11937, 2040, '0', 'default', '2022-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11938, 2057, '0', 'preview', '2022-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11939, 1967, '0', 'preview', '2022-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11940, 2027, '0', 'preview', '2022-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11941, 2056, '0', 'default', '2022-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11942, 2056, '0', 'preview', '2022-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11943, 2030, '0', 'preview', '2022-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11944, 2020, '0', 'preview', '2022-06-27', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11945, 2031, '0', 'preview', '2022-06-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11946, 1962, '0', 'preview', '2022-06-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11947, 1935, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11948, 2014, '0', 'preview', '2022-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11949, 1930, '0', 'preview', '2022-06-27', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11950, 1935, '0', 'default', '2022-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11951, 2057, '0', 'default', '2022-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11952, 1912, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11953, 2056, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11954, 1917, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11955, 2034, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11956, 2057, '0', 'preview', '2022-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11957, 1926, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11958, 2017, '0', 'preview', '2022-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11959, 2062, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11960, 1949, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11961, 2039, '0', 'preview', '2022-06-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11962, 2024, '0', 'preview', '2022-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11963, 2016, '0', 'preview', '2022-06-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11964, 1938, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11965, 2034, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11966, 2048, '0', 'preview', '2022-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11967, 2056, '0', 'preview', '2022-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11968, 1912, '0', 'preview', '2022-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11969, 1962, '0', 'default', '2022-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11970, 2025, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11971, 2033, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11972, 2032, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11973, 2019, '0', 'preview', '2022-06-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11974, 2039, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11975, 2055, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11976, 1917, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11977, 1944, '0', 'default', '2022-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11978, 2020, '0', 'default', '2022-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11979, 1950, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11980, 1954, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11981, 2059, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11982, 1953, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11983, 2058, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11984, 1955, '0', 'preview', '2022-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11985, 1957, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11986, 2025, '0', 'preview', '2022-06-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11987, 1930, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11988, 2063, '0', 'preview', '2022-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11989, 2024, '0', 'default', '2022-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11990, 2027, '0', 'preview', '2022-06-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11991, 2063, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11992, 1967, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11993, 1956, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11994, 1950, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11995, 2058, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11996, 1957, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11997, 1952, '0', 'default', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11998, 2053, '0', 'preview', '2022-06-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11999, 2061, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12000, 2054, '0', 'default', '2022-06-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12001, 1944, '0', 'preview', '2022-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12002, 2024, '0', 'preview', '2022-06-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12003, 2039, '0', 'preview', '2022-06-28', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12004, 2020, '0', 'preview', '2022-06-28', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12005, 2027, '0', 'preview', '2022-06-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12006, 1930, '0', 'preview', '2022-06-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12007, 2016, '0', 'preview', '2022-06-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12008, 2025, '0', 'preview', '2022-06-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12009, 2061, '0', 'preview', '2022-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12010, 2063, '0', 'preview', '2022-06-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12011, 1944, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12012, 2049, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12013, 2019, '0', 'preview', '2022-06-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12014, 2043, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12015, 2031, '0', 'preview', '2022-06-28', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12016, 2057, '0', 'preview', '2022-06-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12017, 2017, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12018, 1916, '0', 'default', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12019, 2038, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12020, 2030, '0', 'preview', '2022-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12021, 2021, '0', 'preview', '2022-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12022, 1959, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12023, 1962, '0', 'preview', '2022-06-28', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12024, 2014, '0', 'preview', '2022-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12025, 1938, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12026, 2019, '0', 'default', '2022-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12027, 2039, '0', 'default', '2022-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12028, 2020, '0', 'default', '2022-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12029, 2025, '0', 'default', '2022-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12030, 2031, '0', 'default', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12031, 1967, '0', 'default', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12032, 2057, '0', 'default', '2022-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12033, 2040, '0', 'default', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12034, 2048, '0', 'default', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12035, 2048, '0', 'preview', '2022-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12036, 2055, '0', 'default', '2022-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12037, 1917, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12038, 2017, '0', 'default', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12039, 1967, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12040, 2044, '0', 'preview', '2022-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12041, 1964, '0', 'preview', '2022-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12042, 2051, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12043, 1935, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12044, 2062, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12045, 1912, '0', 'default', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12046, 2016, '0', 'default', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12047, 2027, '0', 'default', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12048, 2018, '0', 'preview', '2022-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12049, 2020, '0', 'preview', '2022-06-29', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12050, 2031, '0', 'preview', '2022-06-29', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12051, 2039, '0', 'preview', '2022-06-29', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12052, 2061, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12053, 2030, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12054, 1930, '0', 'preview', '2022-06-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12055, 2025, '0', 'default', '2022-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12056, 2019, '0', 'default', '2022-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12057, 1913, '0', 'default', '2022-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12058, 1962, '0', 'preview', '2022-06-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12059, 2025, '0', 'preview', '2022-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12060, 1935, '0', 'preview', '2022-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12061, 2057, '0', 'preview', '2022-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12062, 2014, '0', 'preview', '2022-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12063, 1913, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12064, 1909, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12065, 2012, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12066, 2034, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12067, 2016, '0', 'preview', '2022-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12068, 2063, '0', 'preview', '2022-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12069, 1944, '0', 'preview', '2022-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12070, 2033, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12071, 2027, '0', 'preview', '2022-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12072, 1931, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12073, 1949, '0', 'preview', '2022-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12074, 1912, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12075, 2014, '0', 'default', '2022-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12076, 1950, '0', 'default', '2022-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12077, 1938, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12078, 1953, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12079, 2033, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12080, 1933, '0', 'default', '2022-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12081, 2056, '0', 'preview', '2022-06-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12082, 2020, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12083, 2029, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12084, 2017, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12085, 2019, '0', 'preview', '2022-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12086, 2028, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12087, 2055, '0', 'default', '2022-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12088, 2043, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12089, 2038, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12090, 1926, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12091, 2056, '0', 'default', '2022-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12092, 2056, '0', 'default', '2022-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12093, 1962, '0', 'default', '2022-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12094, 1960, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12095, 2053, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12096, 2054, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12097, 2018, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12098, 2048, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12099, 1886, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12100, 2024, '0', 'preview', '2022-06-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12101, 1912, '0', 'preview', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12102, 2040, '0', 'default', '2022-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12103, 1935, '0', 'preview', '2022-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12104, 2025, '0', 'preview', '2022-06-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12105, 1962, '0', 'preview', '2022-06-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12106, 2039, '0', 'preview', '2022-06-30', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12107, 2031, '0', 'preview', '2022-06-30', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12108, 1937, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12109, 2014, '0', 'preview', '2022-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12110, 2020, '0', 'preview', '2022-06-30', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12111, 2063, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12112, 2061, '0', 'preview', '2022-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12113, 1917, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12114, 2039, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12115, 2036, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12116, 2016, '0', 'preview', '2022-06-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12117, 2017, '0', 'preview', '2022-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12118, 2057, '0', 'preview', '2022-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12119, 1931, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12120, 2019, '0', 'preview', '2022-06-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12121, 2033, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12122, 2020, '0', 'default', '2022-06-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12123, 2031, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12124, 1957, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12125, 1950, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12126, 1954, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12127, 1956, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12128, 1952, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12129, 2060, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12130, 2025, '0', 'default', '2022-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12131, 2019, '0', 'default', '2022-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12132, 2021, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12133, 2026, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12134, 1930, '0', 'preview', '2022-06-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12135, 2027, '0', 'preview', '2022-06-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12136, 2018, '0', 'preview', '2022-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12137, 2021, '0', 'preview', '2022-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12138, 2024, '0', 'preview', '2022-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12139, 1938, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12140, 1950, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12141, 1954, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12142, 2030, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12143, 2054, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12144, 2053, '0', 'default', '2022-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12145, 1967, '0', 'preview', '2022-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12146, 2055, '0', 'default', '2022-06-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12147, 2043, '0', 'preview', '2022-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12148, 2044, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12149, 2056, '0', 'default', '2022-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12150, 2040, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12151, 2048, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12152, 2062, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12153, 2063, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12154, 1886, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12155, 1913, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12156, 2057, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12157, 2055, '0', 'preview', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12158, 1927, '0', 'default', '2022-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12159, 1962, '0', 'preview', '2022-07-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12160, 1944, '0', 'preview', '2022-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12161, 2031, '0', 'preview', '2022-07-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12162, 2039, '0', 'preview', '2022-07-01', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12163, 2020, '0', 'preview', '2022-07-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12164, 2014, '0', 'preview', '2022-07-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12165, 1930, '0', 'preview', '2022-07-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12166, 1962, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12167, 2032, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12168, 2025, '0', 'default', '2022-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12169, 1935, '0', 'preview', '2022-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12170, 2025, '0', 'preview', '2022-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12171, 2027, '0', 'preview', '2022-07-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12172, 1886, '0', 'preview', '2022-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12173, 2056, '0', 'preview', '2022-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12174, 2055, '0', 'preview', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12175, 2029, '0', 'preview', '2022-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12176, 2033, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12177, 2039, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12178, 1925, '0', 'preview', '2022-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12179, 2019, '0', 'preview', '2022-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12180, 1926, '0', 'preview', '2022-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12181, 2057, '0', 'preview', '2022-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12182, 2017, '0', 'preview', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12183, 2016, '0', 'preview', '2022-07-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12184, 2044, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12185, 2020, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12186, 1932, '0', 'preview', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12187, 2019, '0', 'default', '2022-07-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12188, 2021, '0', 'preview', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12189, 2024, '0', 'preview', '2022-07-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12190, 2016, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12191, 1966, '0', 'preview', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12192, 2048, '0', 'preview', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12193, 2053, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12194, 2055, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12195, 2053, '0', 'preview', '2022-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12196, 1913, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12197, 1913, '0', 'preview', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12198, 2043, '0', 'preview', '2022-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12199, 2044, '0', 'preview', '2022-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12200, 1912, '0', 'default', '2022-07-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12201, 2017, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12202, 1925, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12203, 2018, '0', 'preview', '2022-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12204, 2045, '0', 'preview', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12205, 2063, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12206, 2061, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12207, 2062, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12208, 2029, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12209, 2014, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12210, 2031, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12211, 1950, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12212, 1953, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12213, 1933, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12214, 2018, '0', 'default', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12215, 2030, '0', 'preview', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12216, 2032, '0', 'preview', '2022-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12217, 2051, '0', 'default', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12218, 2025, '0', 'preview', '2022-07-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12219, 2029, '0', 'default', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12220, 2029, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12221, 2014, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12222, 2027, '0', 'preview', '2022-07-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12223, 2020, '0', 'default', '2022-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12224, 2063, '0', 'default', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12225, 2020, '0', 'preview', '2022-07-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12226, 2016, '0', 'preview', '2022-07-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12227, 2019, '0', 'preview', '2022-07-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12228, 2024, '0', 'preview', '2022-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12229, 2025, '0', 'default', '2022-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12230, 2054, '0', 'default', '2022-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12231, 2053, '0', 'default', '2022-07-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12232, 1960, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12233, 1962, '0', 'default', '2022-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12234, 2055, '0', 'default', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12235, 1962, '0', 'preview', '2022-07-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12236, 2063, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12237, 2056, '0', 'preview', '2022-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12238, 2048, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12239, 2039, '0', 'preview', '2022-07-02', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12240, 1938, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12241, 2033, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12242, 2031, '0', 'preview', '2022-07-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12243, 2018, '0', 'preview', '2022-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12244, 2044, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12245, 2032, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12246, 2030, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12247, 2038, '0', 'preview', '2022-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12248, 2057, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12249, 1967, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12250, 2035, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12251, 1930, '0', 'preview', '2022-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12252, 2044, '0', 'default', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12253, 2039, '0', 'default', '2022-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12254, 2019, '0', 'default', '2022-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12255, 2017, '0', 'default', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12256, 2043, '0', 'default', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12257, 2043, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12258, 1927, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12259, 2040, '0', 'default', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12260, 2036, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12261, 1912, '0', 'preview', '2022-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12262, 2049, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12263, 2053, '0', 'preview', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12264, 1930, '0', 'default', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12265, 1912, '0', 'default', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12266, 2021, '0', 'preview', '2022-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12267, 2034, '0', 'default', '2022-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12268, 2020, '0', 'preview', '2022-07-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12269, 2056, '0', 'preview', '2022-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12270, 1912, '0', 'preview', '2022-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12271, 2018, '0', 'preview', '2022-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12272, 2019, '0', 'preview', '2022-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12273, 2039, '0', 'preview', '2022-07-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12274, 2031, '0', 'preview', '2022-07-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12275, 2062, '0', 'preview', '2022-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12276, 1930, '0', 'preview', '2022-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12277, 2016, '0', 'preview', '2022-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12278, 2033, '0', 'default', '2022-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12279, 1926, '0', 'default', '2022-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12280, 2014, '0', 'default', '2022-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12281, 2040, '0', 'preview', '2022-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12282, 1962, '0', 'preview', '2022-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12283, 2024, '0', 'preview', '2022-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12284, 1962, '0', 'default', '2022-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12285, 1930, '0', 'preview', '2022-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12286, 1933, '0', 'default', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12287, 1913, '0', 'default', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12288, 2037, '0', 'default', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12289, 2017, '0', 'preview', '2022-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12290, 1962, '0', 'preview', '2022-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12291, 2039, '0', 'preview', '2022-07-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12292, 2031, '0', 'preview', '2022-07-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12293, 2020, '0', 'preview', '2022-07-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12294, 2016, '0', 'preview', '2022-07-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12295, 1935, '0', 'default', '2022-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12296, 1930, '0', 'default', '2022-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12297, 1938, '0', 'preview', '2022-07-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12298, 2024, '0', 'preview', '2022-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12299, 2027, '0', 'preview', '2022-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12300, 2025, '0', 'default', '2022-07-04', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12301, 2040, '0', 'default', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12302, 2056, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12303, 2056, '0', 'default', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12304, 1912, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12305, 2018, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12306, 2032, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12307, 2057, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12308, 1950, '0', 'preview', '2022-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12309, 2060, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12310, 1953, '0', 'preview', '2022-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12311, 2061, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12312, 1956, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12313, 2019, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12314, 2025, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12315, 1959, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12316, 1952, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12317, 2014, '0', 'preview', '2022-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12318, 2053, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12319, 2040, '0', 'preview', '2022-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12320, 2016, '0', 'preview', '2022-07-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12321, 2027, '0', 'preview', '2022-07-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12322, 2024, '0', 'preview', '2022-07-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12323, 2025, '0', 'preview', '2022-07-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12324, 2014, '0', 'preview', '2022-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12325, 2025, '0', 'default', '2022-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12326, 1962, '0', 'preview', '2022-07-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12327, 1913, '0', 'default', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12328, 2039, '0', 'preview', '2022-07-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12329, 2020, '0', 'default', '2022-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12330, 2031, '0', 'preview', '2022-07-05', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12331, 1930, '0', 'preview', '2022-07-05', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12332, 2020, '0', 'preview', '2022-07-05', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12333, 1912, '0', 'default', '2022-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12334, 2056, '0', 'default', '2022-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12335, 1957, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12336, 1964, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12337, 2019, '0', 'preview', '2022-07-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12338, 2043, '0', 'preview', '2022-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12339, 1967, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12340, 2057, '0', 'preview', '2022-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12341, 2061, '0', 'preview', '2022-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12342, 1950, '0', 'preview', '2022-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12343, 1953, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12344, 1959, '0', 'preview', '2022-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12345, 1949, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12346, 1935, '0', 'preview', '2022-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12347, 1932, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12348, 2054, '0', 'default', '2022-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12349, 1918, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12350, 2049, '0', 'preview', '2022-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12351, 2021, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12352, 2035, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12353, 2019, '0', 'default', '2022-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12354, 2063, '0', 'preview', '2022-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12355, 1956, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12356, 1954, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12357, 1944, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12358, 2053, '0', 'preview', '2022-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12359, 2034, '0', 'default', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12360, 1932, '0', 'default', '2022-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12361, 1935, '0', 'default', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12362, 2038, '0', 'default', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12363, 2033, '0', 'default', '2022-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12364, 1926, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12365, 2038, '0', 'preview', '2022-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12366, 1962, '0', 'default', '2022-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12367, 1944, '0', 'default', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12368, 1960, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12369, 1886, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12370, 1909, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12371, 2055, '0', 'preview', '2022-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12372, 2065, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12373, 2066, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12374, 2067, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12375, 2053, '0', 'default', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12376, 2054, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12377, 2056, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12378, 1938, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12379, 2033, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12380, 2040, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12381, 1930, '0', 'default', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12382, 2018, '0', 'preview', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12383, 2048, '0', 'default', '2022-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12384, 2017, '0', 'preview', '2022-07-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12385, 2043, '0', 'preview', '2022-07-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12386, 2044, '0', 'preview', '2022-07-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12387, 2027, '0', 'preview', '2022-07-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12388, 2016, '0', 'preview', '2022-07-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12389, 2031, '0', 'preview', '2022-07-06', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12390, 2039, '0', 'preview', '2022-07-06', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12391, 1967, '0', 'preview', '2022-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12392, 2057, '0', 'preview', '2022-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12393, 2024, '0', 'preview', '2022-07-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12394, 2020, '0', 'preview', '2022-07-06', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12395, 2019, '0', 'preview', '2022-07-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12396, 2063, '0', 'preview', '2022-07-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12397, 2061, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12398, 2020, '0', 'default', '2022-07-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12399, 1950, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12400, 2025, '0', 'preview', '2022-07-06', 10);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12401, 2025, '0', 'default', '2022-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12402, 2048, '0', 'preview', '2022-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12403, 2014, '0', 'preview', '2022-07-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12404, 1930, '0', 'preview', '2022-07-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12405, 1933, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12406, 1962, '0', 'preview', '2022-07-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12407, 2029, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12408, 2032, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12409, 2038, '0', 'preview', '2022-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12410, 2030, '0', 'preview', '2022-07-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12411, 1886, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12412, 2039, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12413, 2066, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12414, 2065, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12415, 2056, '0', 'preview', '2022-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12416, 1912, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12417, 1912, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12418, 1935, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12419, 1935, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12420, 1949, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12421, 2018, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12422, 2062, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12423, 1960, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12424, 2053, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12425, 2054, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12426, 2021, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12427, 2022, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12428, 2045, '0', 'preview', '2022-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12429, 2026, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12430, 1920, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12431, 1924, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12432, 1925, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12433, 1928, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12434, 1921, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12435, 1927, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12436, 1926, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12437, 1931, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12438, 1932, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12439, 1937, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12440, 2040, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12441, 2031, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12442, 1938, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12443, 2033, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12444, 2033, '0', 'preview', '2022-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12445, 1938, '0', 'preview', '2022-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12446, 2040, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12447, 1953, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12448, 2055, '0', 'default', '2022-07-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12449, 1955, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12450, 2055, '0', 'preview', '2022-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12451, 1956, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12452, 1952, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12453, 2067, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12454, 1928, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12455, 1966, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12456, 2017, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12457, 1950, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12458, 2036, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12459, 1964, '0', 'preview', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12460, 1962, '0', 'default', '2022-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12461, 2048, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12462, 2056, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12463, 2020, '0', 'preview', '2022-07-07', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12464, 2031, '0', 'preview', '2022-07-07', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12465, 2039, '0', 'preview', '2022-07-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12466, 2019, '0', 'preview', '2022-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12467, 2027, '0', 'preview', '2022-07-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12468, 2024, '0', 'preview', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12469, 2016, '0', 'preview', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12470, 1962, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12471, 2056, '0', 'preview', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12472, 2025, '0', 'preview', '2022-07-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12473, 1917, '0', 'preview', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12474, 2049, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12475, 2063, '0', 'preview', '2022-07-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12476, 1962, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12477, 1953, '0', 'preview', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12478, 1955, '0', 'preview', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12479, 2019, '0', 'default', '2022-07-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12480, 1913, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12481, 1944, '0', 'preview', '2022-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12482, 2017, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12483, 1930, '0', 'preview', '2022-07-07', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12484, 2014, '0', 'preview', '2022-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12485, 2025, '0', 'default', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12486, 2038, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12487, 1956, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12488, 2051, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12489, 2029, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12490, 1944, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12491, 1949, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12492, 2057, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12493, 1964, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12494, 1967, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12495, 2057, '0', 'preview', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12496, 2016, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12497, 2024, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12498, 2027, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12499, 2018, '0', 'preview', '2022-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12500, 2020, '0', 'default', '2022-07-07', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12501, 1912, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12502, 2055, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12503, 2086, '0', 'default', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12504, 2063, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12505, 1935, '0', 'preview', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12506, 2043, '0', 'preview', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12507, 2030, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12508, 1959, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12509, 2048, '0', 'preview', '2022-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12510, 1886, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12511, 1918, '0', 'preview', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12512, 2030, '0', 'default', '2022-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12513, 2016, '0', 'preview', '2022-07-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12514, 2027, '0', 'preview', '2022-07-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12515, 2024, '0', 'preview', '2022-07-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12516, 2025, '0', 'default', '2022-07-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12517, 1944, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12518, 2029, '0', 'preview', '2022-07-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12519, 2049, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12520, 2063, '0', 'preview', '2022-07-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12521, 1930, '0', 'preview', '2022-07-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12522, 2020, '0', 'preview', '2022-07-08', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12523, 2040, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12524, 2014, '0', 'preview', '2022-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12525, 2019, '0', 'preview', '2022-07-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12526, 2031, '0', 'preview', '2022-07-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12527, 2086, '0', 'preview', '2022-07-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12528, 2053, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12529, 1954, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12530, 2039, '0', 'preview', '2022-07-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12531, 2057, '0', 'default', '2022-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12532, 2057, '0', 'preview', '2022-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12533, 1917, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12534, 2027, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12535, 1931, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12536, 1959, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12537, 2060, '0', 'preview', '2022-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12538, 1938, '0', 'preview', '2022-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12539, 1933, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12540, 1950, '0', 'default', '2022-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12541, 2056, '0', 'default', '2022-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12542, 2056, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12543, 2025, '0', 'preview', '2022-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12544, 2020, '0', 'default', '2022-07-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12545, 2031, '0', 'default', '2022-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12546, 2039, '0', 'default', '2022-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12547, 2055, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12548, 1913, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12549, 2048, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12550, 2055, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12551, 1960, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12552, 1935, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12553, 2021, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12554, 2040, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12555, 2017, '0', 'preview', '2022-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12556, 1955, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12557, 1925, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12558, 1930, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12559, 2019, '0', 'default', '2022-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12560, 2032, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12561, 1886, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12562, 1949, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12563, 1953, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12564, 2062, '0', 'preview', '2022-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12565, 2061, '0', 'preview', '2022-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12566, 2063, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12567, 2030, '0', 'preview', '2022-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12568, 2038, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12569, 2067, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12570, 1959, '0', 'preview', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12571, 2018, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12572, 2017, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12573, 2043, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12574, 1933, '0', 'default', '2022-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12575, 2031, '0', 'preview', '2022-07-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12576, 2020, '0', 'preview', '2022-07-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12577, 2039, '0', 'preview', '2022-07-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12578, 1930, '0', 'preview', '2022-07-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12579, 2014, '0', 'preview', '2022-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12580, 2019, '0', 'default', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12581, 2025, '0', 'default', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12582, 2045, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12583, 2027, '0', 'preview', '2022-07-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12584, 2025, '0', 'preview', '2022-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12585, 1925, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12586, 2019, '0', 'preview', '2022-07-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12587, 2043, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12588, 2044, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12589, 2016, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12590, 1967, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12591, 2024, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12592, 1938, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12593, 1931, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12594, 1914, '0', 'default', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12595, 2048, '0', 'preview', '2022-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12596, 2048, '0', 'default', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12597, 2067, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12598, 2033, '0', 'default', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12599, 2031, '0', 'default', '2022-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12600, 2032, '0', 'default', '2022-07-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12601, 2037, '0', 'default', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12602, 2021, '0', 'default', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12603, 2033, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12604, 2029, '0', 'preview', '2022-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12605, 2025, '0', 'preview', '2022-07-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12606, 2016, '0', 'preview', '2022-07-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12607, 2043, '0', 'preview', '2022-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12608, 2020, '0', 'preview', '2022-07-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12609, 2024, '0', 'preview', '2022-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12610, 1966, '0', 'preview', '2022-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12611, 2019, '0', 'preview', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12612, 2029, '0', 'preview', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12613, 2034, '0', 'preview', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12614, 2049, '0', 'preview', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12615, 1912, '0', 'preview', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12616, 1930, '0', 'preview', '2022-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12617, 2027, '0', 'preview', '2022-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12618, 2031, '0', 'preview', '2022-07-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12619, 2039, '0', 'preview', '2022-07-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12620, 2056, '0', 'default', '2022-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12621, 2056, '0', 'preview', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12622, 2040, '0', 'default', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12623, 2063, '0', 'default', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12624, 2062, '0', 'default', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12625, 2031, '0', 'default', '2022-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12626, 2039, '0', 'default', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12627, 1886, '0', 'default', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12628, 2014, '0', 'preview', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12629, 1912, '0', 'default', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12630, 1959, '0', 'preview', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12631, 1950, '0', 'preview', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12632, 2067, '0', 'preview', '2022-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12633, 2020, '0', 'preview', '2022-07-11', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12634, 2039, '0', 'preview', '2022-07-11', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12635, 2031, '0', 'preview', '2022-07-11', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12636, 2017, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12637, 2043, '0', 'preview', '2022-07-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12638, 2024, '0', 'preview', '2022-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12639, 2027, '0', 'preview', '2022-07-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12640, 2048, '0', 'preview', '2022-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12641, 1930, '0', 'preview', '2022-07-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12642, 2016, '0', 'preview', '2022-07-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12643, 2025, '0', 'default', '2022-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12644, 2014, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12645, 1964, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12646, 2043, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12647, 2056, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12648, 2054, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12649, 1912, '0', 'preview', '2022-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12650, 2056, '0', 'preview', '2022-07-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12651, 1944, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12652, 2053, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12653, 2016, '0', 'default', '2022-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12654, 2019, '0', 'preview', '2022-07-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12655, 1944, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12656, 2020, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12657, 2036, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12658, 2044, '0', 'preview', '2022-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12659, 2055, '0', 'default', '2022-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12660, 2024, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12661, 2040, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12662, 1966, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12663, 1913, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12664, 2019, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12665, 2067, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12666, 2066, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12667, 2063, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12668, 2086, '0', 'preview', '2022-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12669, 2025, '0', 'preview', '2022-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12670, 1886, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12671, 1935, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12672, 1937, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12673, 2063, '0', 'default', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12674, 2049, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12675, 2021, '0', 'preview', '2022-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12676, 2030, '0', 'preview', '2022-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12677, 2020, '0', 'preview', '2022-07-12', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12678, 2039, '0', 'preview', '2022-07-12', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12679, 2019, '0', 'default', '2022-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12680, 2021, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12681, 2025, '0', 'preview', '2022-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12682, 2019, '0', 'preview', '2022-07-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12683, 2020, '0', 'default', '2022-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12684, 2027, '0', 'preview', '2022-07-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12685, 2016, '0', 'preview', '2022-07-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12686, 2025, '0', 'default', '2022-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12687, 2031, '0', 'preview', '2022-07-12', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12688, 1950, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12689, 1956, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12690, 1957, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12691, 1952, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12692, 2058, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12693, 1954, '0', 'default', '2022-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12694, 1955, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12695, 1959, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12696, 2060, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12697, 1956, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12698, 2063, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12699, 2061, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12700, 2029, '0', 'preview', '2022-07-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12701, 2062, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12702, 1967, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12703, 2057, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12704, 2030, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12705, 2014, '0', 'preview', '2022-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12706, 1967, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12707, 2021, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12708, 2030, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12709, 2044, '0', 'default', '2022-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12710, 1930, '0', 'preview', '2022-07-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12711, 1959, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12712, 2063, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12713, 2055, '0', 'default', '2022-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12714, 2053, '0', 'default', '2022-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12715, 2048, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12716, 2057, '0', 'preview', '2022-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12717, 2029, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12718, 2039, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12719, 2014, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12720, 2067, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12721, 1930, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12722, 1935, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12723, 1950, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12724, 1953, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12725, 1955, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12726, 2040, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12727, 2018, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12728, 2038, '0', 'preview', '2022-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12729, 2053, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12730, 2086, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12731, 1935, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12732, 1912, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12733, 2056, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12734, 2031, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12735, 1960, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12736, 2033, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12737, 2044, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12738, 2048, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12739, 1917, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12740, 1913, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12741, 2033, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12742, 1926, '0', 'default', '2022-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12743, 1927, '0', 'default', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12744, 2024, '0', 'preview', '2022-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12745, 2020, '0', 'preview', '2022-07-13', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12746, 1955, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12747, 2019, '0', 'default', '2022-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12748, 2018, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12749, 2025, '0', 'default', '2022-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12750, 2016, '0', 'preview', '2022-07-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12751, 1930, '0', 'preview', '2022-07-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12752, 2027, '0', 'preview', '2022-07-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12753, 2014, '0', 'preview', '2022-07-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12754, 2024, '0', 'preview', '2022-07-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12755, 2063, '0', 'preview', '2022-07-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12756, 2061, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12757, 2062, '0', 'preview', '2022-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12758, 2019, '0', 'preview', '2022-07-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12759, 2031, '0', 'preview', '2022-07-13', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12760, 2017, '0', 'preview', '2022-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12761, 2048, '0', 'preview', '2022-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12762, 2039, '0', 'preview', '2022-07-13', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12763, 2025, '0', 'preview', '2022-07-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12764, 2055, '0', 'default', '2022-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12765, 2053, '0', 'default', '2022-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12766, 1926, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12767, 2018, '0', 'preview', '2022-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12768, 2049, '0', 'preview', '2022-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12769, 1950, '0', 'preview', '2022-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12770, 1953, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12771, 2060, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12772, 2067, '0', 'preview', '2022-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12773, 1964, '0', 'preview', '2022-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12774, 1917, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12775, 2021, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12776, 2023, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12777, 2061, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12778, 2056, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12779, 2058, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12780, 2063, '0', 'default', '2022-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12781, 1944, '0', 'preview', '2022-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12782, 1944, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12783, 2036, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12784, 2020, '0', 'default', '2022-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12785, 2056, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12786, 2057, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12787, 2037, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12788, 2036, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12789, 2032, '0', 'preview', '2022-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12790, 2034, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12791, 2037, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12792, 1926, '0', 'preview', '2022-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12793, 1956, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12794, 1959, '0', 'preview', '2022-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12795, 1930, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12796, 1931, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12797, 2031, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12798, 2039, '0', 'default', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12799, 2053, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12800, 2044, '0', 'preview', '2022-07-13', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12801, 1927, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12802, 2030, '0', 'preview', '2022-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12803, 2038, '0', 'preview', '2022-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12804, 2043, '0', 'preview', '2022-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12805, 2029, '0', 'preview', '2022-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12806, 2014, '0', 'preview', '2022-07-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12807, 2019, '0', 'preview', '2022-07-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12808, 2016, '0', 'preview', '2022-07-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12809, 2039, '0', 'preview', '2022-07-14', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12810, 2031, '0', 'preview', '2022-07-14', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12811, 2020, '0', 'preview', '2022-07-14', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12812, 2027, '0', 'preview', '2022-07-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12813, 2019, '0', 'default', '2022-07-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12814, 2025, '0', 'default', '2022-07-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12815, 1949, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12816, 2020, '0', 'default', '2022-07-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12817, 2061, '0', 'default', '2022-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12818, 2055, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12819, 1930, '0', 'preview', '2022-07-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12820, 1938, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12821, 1938, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12822, 1938, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12823, 1938, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12824, 1957, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12825, 2025, '0', 'preview', '2022-07-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12826, 1935, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12827, 2086, '0', 'preview', '2022-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12828, 1930, '0', 'default', '2022-07-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12829, 2024, '0', 'preview', '2022-07-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12830, 1909, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12831, 2048, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12832, 2053, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12833, 2063, '0', 'preview', '2022-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12834, 2061, '0', 'preview', '2022-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12835, 2057, '0', 'preview', '2022-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12836, 1967, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12837, 1912, '0', 'default', '2022-07-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12838, 2029, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12839, 2056, '0', 'default', '2022-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12840, 2086, '0', 'default', '2022-07-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12841, 2040, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12842, 2032, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12843, 2018, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12844, 1926, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12845, 2038, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12846, 2043, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12847, 2040, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12848, 1944, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12849, 2063, '0', 'default', '2022-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12850, 2044, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12851, 2017, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12852, 1931, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12853, 1935, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12854, 1937, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12855, 2016, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12856, 2036, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12857, 2014, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12858, 2031, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12859, 1944, '0', 'default', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12860, 1959, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12861, 1964, '0', 'preview', '2022-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12862, 2066, '0', 'preview', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12863, 2031, '0', 'preview', '2022-07-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12864, 2020, '0', 'preview', '2022-07-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12865, 1930, '0', 'preview', '2022-07-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12866, 2039, '0', 'preview', '2022-07-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12867, 2019, '0', 'preview', '2022-07-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12868, 2025, '0', 'default', '2022-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12869, 2020, '0', 'default', '2022-07-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12870, 2025, '0', 'preview', '2022-07-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12871, 2029, '0', 'preview', '2022-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12872, 2034, '0', 'preview', '2022-07-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12873, 2039, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12874, 2027, '0', 'preview', '2022-07-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12875, 2016, '0', 'preview', '2022-07-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12876, 2024, '0', 'preview', '2022-07-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12877, 2063, '0', 'preview', '2022-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12878, 1953, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12879, 1944, '0', 'preview', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12880, 2053, '0', 'preview', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12881, 2054, '0', 'default', '2022-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12882, 2019, '0', 'default', '2022-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12883, 2014, '0', 'preview', '2022-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12884, 1938, '0', 'preview', '2022-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12885, 1938, '0', 'preview', '2022-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12886, 2033, '0', 'preview', '2022-07-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12887, 2044, '0', 'default', '2022-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12888, 2063, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12889, 2061, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12890, 2043, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12891, 2057, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12892, 2016, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12893, 2024, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12894, 2040, '0', 'preview', '2022-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12895, 1886, '0', 'default', '2022-07-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12896, 1886, '0', 'preview', '2022-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12897, 2043, '0', 'preview', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12898, 2044, '0', 'preview', '2022-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12899, 2033, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12900, 1950, '0', 'default', '2022-07-15', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12901, 2086, '0', 'preview', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12902, 2032, '0', 'preview', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12903, 2053, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12904, 1935, '0', 'preview', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12905, 2040, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12906, 1964, '0', 'preview', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12907, 2057, '0', 'preview', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12908, 2055, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12909, 2056, '0', 'preview', '2022-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12910, 2031, '0', 'default', '2022-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12911, 2017, '0', 'preview', '2022-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12912, 2039, '0', 'preview', '2022-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12913, 2014, '0', 'preview', '2022-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12914, 2024, '0', 'preview', '2022-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12915, 2016, '0', 'preview', '2022-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12916, 2057, '0', 'default', '2022-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12917, 1886, '0', 'preview', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12918, 1930, '0', 'preview', '2022-07-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12919, 2020, '0', 'preview', '2022-07-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12920, 2027, '0', 'preview', '2022-07-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12921, 2031, '0', 'preview', '2022-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12922, 2029, '0', 'preview', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12923, 2033, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12924, 1938, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12925, 2040, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12926, 2025, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12927, 2024, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12928, 2016, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12929, 2019, '0', 'preview', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12930, 1938, '0', 'preview', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12931, 2014, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12932, 2057, '0', 'preview', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12933, 2019, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12934, 2062, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12935, 1944, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12936, 2063, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12937, 1967, '0', 'default', '2022-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12938, 2014, '0', 'preview', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12939, 2031, '0', 'preview', '2022-07-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12940, 2020, '0', 'preview', '2022-07-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12941, 2019, '0', 'preview', '2022-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12942, 2014, '0', 'default', '2022-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12943, 1930, '0', 'preview', '2022-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12944, 2057, '0', 'default', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12945, 2027, '0', 'preview', '2022-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12946, 2039, '0', 'preview', '2022-07-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12947, 2055, '0', 'preview', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12948, 2018, '0', 'default', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12949, 1935, '0', 'preview', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12950, 2024, '0', 'preview', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12951, 2049, '0', 'default', '2022-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12952, 2019, '0', 'default', '2022-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12953, 2056, '0', 'default', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12954, 1930, '0', 'default', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12955, 2024, '0', 'default', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12956, 2016, '0', 'default', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12957, 1938, '0', 'preview', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12958, 2033, '0', 'preview', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12959, 2016, '0', 'preview', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12960, 2025, '0', 'preview', '2022-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12961, 2057, '0', 'preview', '2022-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12962, 1926, '0', 'preview', '2022-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12963, 2034, '0', 'preview', '2022-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12964, 2067, '0', 'default', '2022-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12965, 2031, '0', 'preview', '2022-07-18', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12966, 2044, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12967, 2030, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12968, 2038, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12969, 2029, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12970, 2021, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12971, 2021, '0', 'preview', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12972, 2039, '0', 'preview', '2022-07-18', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12973, 2020, '0', 'preview', '2022-07-18', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12974, 1930, '0', 'preview', '2022-07-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12975, 2025, '0', 'preview', '2022-07-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12976, 2020, '0', 'default', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12977, 2019, '0', 'preview', '2022-07-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12978, 2031, '0', 'default', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12979, 2039, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12980, 2025, '0', 'default', '2022-07-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12981, 2048, '0', 'preview', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12982, 1952, '0', 'default', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12983, 2017, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12984, 1935, '0', 'default', '2022-07-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12985, 1930, '0', 'default', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12986, 1935, '0', 'preview', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12987, 2048, '0', 'default', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12988, 1944, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12989, 2016, '0', 'preview', '2022-07-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12990, 2027, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12991, 1931, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12992, 2055, '0', 'default', '2022-07-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12993, 2086, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12994, 1953, '0', 'default', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12995, 1953, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12996, 1967, '0', 'preview', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12997, 2055, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12998, 2053, '0', 'preview', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12999, 2057, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13000, 2024, '0', 'preview', '2022-07-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13001, 1959, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13002, 2027, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13003, 1886, '0', 'default', '2022-07-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13004, 2019, '0', 'default', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13005, 2022, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13006, 2014, '0', 'preview', '2022-07-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13007, 1938, '0', 'preview', '2022-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13008, 1950, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13009, 1954, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13010, 2059, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13011, 1957, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13012, 2057, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13013, 1944, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13014, 1949, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13015, 1967, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13016, 2044, '0', 'default', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13017, 2043, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13018, 2017, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13019, 2033, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13020, 2062, '0', 'default', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13021, 2061, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13022, 2063, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13023, 2040, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13024, 2086, '0', 'preview', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13025, 2056, '0', 'preview', '2022-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13026, 1960, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13027, 2053, '0', 'default', '2022-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13028, 2063, '0', 'preview', '2022-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13029, 1944, '0', 'preview', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13030, 1917, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13031, 2019, '0', 'default', '2022-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13032, 2031, '0', 'default', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13033, 2020, '0', 'default', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13034, 1930, '0', 'preview', '2022-07-19', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13035, 2031, '0', 'preview', '2022-07-19', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13036, 2039, '0', 'preview', '2022-07-19', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13037, 2020, '0', 'preview', '2022-07-19', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13038, 2048, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13039, 2016, '0', 'preview', '2022-07-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13040, 2027, '0', 'preview', '2022-07-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13041, 2024, '0', 'preview', '2022-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13042, 2021, '0', 'preview', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13043, 2045, '0', 'preview', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13044, 2025, '0', 'default', '2022-07-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13045, 2067, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13046, 1924, '0', 'preview', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13047, 2057, '0', 'default', '2022-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13048, 1967, '0', 'default', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13049, 2055, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13050, 2043, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13051, 2017, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13052, 2053, '0', 'preview', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13053, 2014, '0', 'preview', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13054, 2053, '0', 'default', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13055, 2086, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13056, 1935, '0', 'default', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13057, 2019, '0', 'preview', '2022-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13058, 1931, '0', 'default', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13059, 1930, '0', 'default', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13060, 2056, '0', 'default', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13061, 1960, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13062, 2016, '0', 'default', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13063, 2056, '0', 'preview', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13064, 2057, '0', 'preview', '2022-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13065, 1912, '0', 'preview', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13066, 2012, '0', 'preview', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13067, 2063, '0', 'preview', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13068, 2061, '0', 'preview', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13069, 2029, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13070, 2062, '0', 'preview', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13071, 2061, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13072, 2062, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13073, 2039, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13074, 1950, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13075, 1957, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13076, 1959, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13077, 1953, '0', 'default', '2022-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13078, 2016, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13079, 2020, '0', 'preview', '2022-07-20', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13080, 2043, '0', 'preview', '2022-07-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13081, 2019, '0', 'preview', '2022-07-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13082, 2025, '0', 'preview', '2022-07-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13083, 2063, '0', 'preview', '2022-07-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13084, 2031, '0', 'preview', '2022-07-20', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13085, 2039, '0', 'preview', '2022-07-20', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13086, 2016, '0', 'preview', '2022-07-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13087, 2027, '0', 'preview', '2022-07-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13088, 2024, '0', 'preview', '2022-07-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13089, 1944, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13090, 2019, '0', 'default', '2022-07-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13091, 1920, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13092, 1930, '0', 'preview', '2022-07-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13093, 2025, '0', 'default', '2022-07-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13094, 2022, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13095, 2057, '0', 'preview', '2022-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13096, 1925, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13097, 2055, '0', 'default', '2022-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13098, 1960, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13099, 2053, '0', 'default', '2022-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13100, 1938, '0', 'preview', '2022-07-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13101, 2053, '0', 'preview', '2022-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13102, 2063, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13103, 2055, '0', 'preview', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13104, 2021, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13105, 2054, '0', 'default', '2022-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13106, 2014, '0', 'preview', '2022-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13107, 2030, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13108, 2056, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13109, 2056, '0', 'preview', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13110, 1912, '0', 'preview', '2022-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13111, 2062, '0', 'preview', '2022-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13112, 2039, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13113, 2061, '0', 'preview', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13114, 2017, '0', 'preview', '2022-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13115, 2044, '0', 'preview', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13116, 1926, '0', 'preview', '2022-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13117, 2086, '0', 'preview', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13118, 2043, '0', 'default', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13119, 1944, '0', 'preview', '2022-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13120, 2016, '0', 'preview', '2022-07-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13121, 2014, '0', 'preview', '2022-07-21', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13122, 2024, '0', 'preview', '2022-07-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13123, 2027, '0', 'preview', '2022-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13124, 2019, '0', 'preview', '2022-07-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13125, 2019, '0', 'default', '2022-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13126, 1944, '0', 'default', '2022-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13127, 2061, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13128, 2063, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13129, 2025, '0', 'default', '2022-07-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13130, 2048, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13131, 2048, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13132, 1886, '0', 'preview', '2022-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13133, 1930, '0', 'preview', '2022-07-21', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13134, 2039, '0', 'preview', '2022-07-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13135, 2031, '0', 'preview', '2022-07-21', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13136, 2057, '0', 'default', '2022-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13137, 2020, '0', 'preview', '2022-07-21', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13138, 2053, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13139, 1912, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13140, 2015, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13141, 1935, '0', 'preview', '2022-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13142, 2025, '0', 'preview', '2022-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13143, 2036, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13144, 2062, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13145, 1926, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13146, 2038, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13147, 2043, '0', 'preview', '2022-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13148, 2017, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13149, 2044, '0', 'preview', '2022-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13150, 2022, '0', 'preview', '2022-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13151, 1925, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13152, 1967, '0', 'preview', '2022-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13153, 2057, '0', 'preview', '2022-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13154, 1930, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13155, 1931, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13156, 2056, '0', 'preview', '2022-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13157, 1912, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13158, 1916, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13159, 1913, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13160, 1938, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13161, 2056, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13162, 2021, '0', 'default', '2022-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13163, 2023, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13164, 2032, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13165, 2033, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13166, 1927, '0', 'default', '2022-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13167, 1927, '0', 'preview', '2022-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13168, 2030, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13169, 2021, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13170, 2055, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13171, 2017, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13172, 2044, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13173, 1925, '0', 'default', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13174, 2061, '0', 'preview', '2022-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13175, 2086, '0', 'preview', '2022-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13176, 2057, '0', 'default', '2022-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13177, 1967, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13178, 2025, '0', 'default', '2022-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13179, 2039, '0', 'preview', '2022-07-22', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13180, 2020, '0', 'preview', '2022-07-22', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13181, 2031, '0', 'preview', '2022-07-22', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13182, 2086, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13183, 2019, '0', 'preview', '2022-07-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13184, 1949, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13185, 2056, '0', 'preview', '2022-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13186, 2014, '0', 'preview', '2022-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13187, 2020, '0', 'default', '2022-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13188, 2019, '0', 'default', '2022-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13189, 2021, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13190, 2062, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13191, 1935, '0', 'preview', '2022-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13192, 2025, '0', 'preview', '2022-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13193, 1886, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13194, 1924, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13195, 2024, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13196, 2029, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13197, 1959, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13198, 2053, '0', 'default', '2022-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13199, 2048, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13200, 2017, '0', 'preview', '2022-07-22', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13201, 2067, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13202, 2014, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13203, 2053, '0', 'preview', '2022-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13204, 2055, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13205, 2024, '0', 'preview', '2022-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13206, 2033, '0', 'default', '2022-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13207, 1944, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13208, 1938, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13209, 2033, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13210, 2040, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13211, 1930, '0', 'preview', '2022-07-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13212, 2057, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13213, 2061, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13214, 2043, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13215, 2038, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13216, 1925, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13217, 2016, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13218, 2056, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13219, 1912, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13220, 1932, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13221, 1909, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13222, 1918, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13223, 1916, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13224, 2086, '0', 'preview', '2022-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13225, 2038, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13226, 2018, '0', 'preview', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13227, 2037, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13228, 1935, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13229, 1930, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13230, 1931, '0', 'default', '2022-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13231, 2025, '0', 'preview', '2022-07-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13232, 1930, '0', 'preview', '2022-07-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13233, 1935, '0', 'preview', '2022-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13234, 2020, '0', 'preview', '2022-07-23', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13235, 2031, '0', 'preview', '2022-07-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13236, 2039, '0', 'preview', '2022-07-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13237, 2039, '0', 'preview', '2022-07-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13238, 2019, '0', 'default', '2022-07-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13239, 2086, '0', 'preview', '2022-07-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13240, 2086, '0', 'default', '2022-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13241, 1930, '0', 'default', '2022-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13242, 2033, '0', 'default', '2022-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13243, 2019, '0', 'preview', '2022-07-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13244, 2030, '0', 'preview', '2022-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13245, 2038, '0', 'preview', '2022-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13246, 2057, '0', 'preview', '2022-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13247, 2062, '0', 'preview', '2022-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13248, 2063, '0', 'preview', '2022-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13249, 2036, '0', 'preview', '2022-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13250, 2067, '0', 'preview', '2022-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13251, 2016, '0', 'preview', '2022-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13252, 2015, '0', 'preview', '2022-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13253, 2020, '0', 'preview', '2022-07-24', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13254, 2053, '0', 'preview', '2022-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13255, 2019, '0', 'preview', '2022-07-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13256, 2063, '0', 'preview', '2022-07-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13257, 1949, '0', 'preview', '2022-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13258, 2061, '0', 'preview', '2022-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13259, 2025, '0', 'preview', '2022-07-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13260, 2039, '0', 'preview', '2022-07-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13261, 2031, '0', 'preview', '2022-07-24', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13262, 2056, '0', 'preview', '2022-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13263, 2044, '0', 'preview', '2022-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13264, 2019, '0', 'default', '2022-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13265, 2048, '0', 'preview', '2022-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13266, 2024, '0', 'preview', '2022-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13267, 2032, '0', 'default', '2022-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13268, 1930, '0', 'preview', '2022-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13269, 2040, '0', 'default', '2022-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13270, 2027, '0', 'preview', '2022-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13271, 2014, '0', 'preview', '2022-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13272, 2016, '0', 'preview', '2022-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13273, 2020, '0', 'preview', '2022-07-25', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13274, 2040, '0', 'preview', '2022-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13275, 2033, '0', 'preview', '2022-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13276, 2025, '0', 'preview', '2022-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13277, 2031, '0', 'preview', '2022-07-25', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13278, 2063, '0', 'preview', '2022-07-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13279, 2029, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13280, 2061, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13281, 2039, '0', 'preview', '2022-07-25', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13282, 2062, '0', 'preview', '2022-07-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13283, 2016, '0', 'preview', '2022-07-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13284, 1949, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13285, 2057, '0', 'preview', '2022-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13286, 1967, '0', 'preview', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13287, 2019, '0', 'default', '2022-07-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13288, 2035, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13289, 1938, '0', 'preview', '2022-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13290, 2056, '0', 'default', '2022-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13291, 2055, '0', 'default', '2022-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13292, 2024, '0', 'preview', '2022-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13293, 2019, '0', 'preview', '2022-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13294, 1944, '0', 'preview', '2022-07-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13295, 2027, '0', 'preview', '2022-07-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13296, 2086, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13297, 2014, '0', 'preview', '2022-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13298, 2057, '0', 'default', '2022-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13299, 2061, '0', 'preview', '2022-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13300, 2048, '0', 'preview', '2022-07-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13301, 2063, '0', 'default', '2022-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13302, 1930, '0', 'preview', '2022-07-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13303, 2020, '0', 'default', '2022-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13304, 2025, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13305, 1944, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13306, 1933, '0', 'preview', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13307, 2032, '0', 'preview', '2022-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13308, 1935, '0', 'preview', '2022-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13309, 2056, '0', 'preview', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13310, 1938, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13311, 2033, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13312, 2040, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13313, 2066, '0', 'preview', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13314, 2065, '0', 'preview', '2022-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13315, 2017, '0', 'preview', '2022-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13316, 2038, '0', 'preview', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13317, 1926, '0', 'preview', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13318, 1925, '0', 'preview', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13319, 2024, '0', 'default', '2022-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13320, 2044, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13321, 2043, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13322, 2044, '0', 'preview', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13323, 2018, '0', 'preview', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13324, 1930, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13325, 2066, '0', 'default', '2022-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13326, 2027, '0', 'default', '2022-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13327, 1944, '0', 'preview', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13328, 2061, '0', 'preview', '2022-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13329, 1949, '0', 'preview', '2022-07-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13330, 2062, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13331, 2063, '0', 'preview', '2022-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13332, 2020, '0', 'preview', '2022-07-26', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13333, 2019, '0', 'default', '2022-07-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13334, 2031, '0', 'preview', '2022-07-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13335, 2027, '0', 'preview', '2022-07-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13336, 2019, '0', 'preview', '2022-07-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13337, 2039, '0', 'preview', '2022-07-26', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13338, 2025, '0', 'preview', '2022-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13339, 2016, '0', 'preview', '2022-07-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13340, 1886, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13341, 2044, '0', 'preview', '2022-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13342, 2043, '0', 'preview', '2022-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13343, 1930, '0', 'preview', '2022-07-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13344, 1935, '0', 'preview', '2022-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13345, 2025, '0', 'default', '2022-07-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13346, 2024, '0', 'preview', '2022-07-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13347, 2014, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13348, 2017, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13349, 2021, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13350, 2022, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13351, 2045, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13352, 2024, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13353, 2057, '0', 'default', '2022-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13354, 1917, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13355, 1913, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13356, 2036, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13357, 2030, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13358, 2038, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13359, 2043, '0', 'default', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13360, 2056, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13361, 2033, '0', 'preview', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13362, 1927, '0', 'preview', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13363, 2038, '0', 'preview', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13364, 2045, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13365, 2017, '0', 'preview', '2022-07-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13366, 1950, '0', 'preview', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13367, 2060, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13368, 1953, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13369, 1956, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13370, 1952, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13371, 1957, '0', 'preview', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13372, 1959, '0', 'preview', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13373, 2048, '0', 'preview', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13374, 2040, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13375, 2086, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13376, 2044, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13377, 2055, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13378, 2020, '0', 'default', '2022-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13379, 2031, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13380, 2039, '0', 'default', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13381, 1967, '0', 'default', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13382, 2033, '0', 'default', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13383, 2055, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13384, 2053, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13385, 2021, '0', 'preview', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13386, 1924, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13387, 2022, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13388, 2048, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13389, 1925, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13390, 2030, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13391, 1944, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13392, 2057, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13393, 1967, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13394, 1949, '0', 'default', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13395, 2029, '0', 'default', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13396, 2029, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13397, 2053, '0', 'preview', '2022-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13398, 2014, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13399, 2034, '0', 'preview', '2022-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13400, 2020, '0', 'preview', '2022-07-27', 22);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13401, 2039, '0', 'default', '2022-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13402, 2031, '0', 'preview', '2022-07-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13403, 1930, '0', 'preview', '2022-07-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13404, 2039, '0', 'preview', '2022-07-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13405, 2025, '0', 'default', '2022-07-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13406, 1909, '0', 'default', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13407, 2014, '0', 'preview', '2022-07-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13408, 2057, '0', 'default', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13409, 2020, '0', 'default', '2022-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13410, 2019, '0', 'default', '2022-07-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13411, 2025, '0', 'preview', '2022-07-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13412, 2031, '0', 'default', '2022-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13413, 2059, '0', 'default', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13414, 1886, '0', 'default', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13415, 2016, '0', 'preview', '2022-07-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13416, 2016, '0', 'preview', '2022-07-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13417, 2063, '0', 'default', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13418, 2086, '0', 'default', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13419, 2027, '0', 'preview', '2022-07-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13420, 2027, '0', 'preview', '2022-07-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13421, 1912, '0', 'default', '2022-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13422, 2024, '0', 'preview', '2022-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13423, 1950, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13424, 2023, '0', 'default', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13425, 1886, '0', 'preview', '2022-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13426, 2056, '0', 'default', '2022-07-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13427, 1967, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13428, 2057, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13429, 2086, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13430, 2040, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13431, 2053, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13432, 2019, '0', 'preview', '2022-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13433, 1932, '0', 'default', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13434, 2036, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13435, 2035, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13436, 2034, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13437, 1964, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13438, 2066, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13439, 2051, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13440, 2017, '0', 'default', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13441, 2044, '0', 'default', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13442, 1925, '0', 'default', '2022-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13443, 2030, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13444, 2044, '0', 'preview', '2022-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13445, 2017, '0', 'preview', '2022-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13446, 2043, '0', 'preview', '2022-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13447, 2054, '0', 'default', '2022-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13448, 2063, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13449, 1944, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13450, 1925, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13451, 1949, '0', 'preview', '2022-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13452, 2019, '0', 'preview', '2022-07-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13453, 2025, '0', 'preview', '2022-07-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13454, 2039, '0', 'preview', '2022-07-28', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13455, 2020, '0', 'preview', '2022-07-28', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13456, 2031, '0', 'preview', '2022-07-28', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13457, 2036, '0', 'preview', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13458, 2016, '0', 'preview', '2022-07-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13459, 2024, '0', 'preview', '2022-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13460, 2039, '0', 'default', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13461, 2027, '0', 'preview', '2022-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13462, 1930, '0', 'preview', '2022-07-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13463, 1886, '0', 'default', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13464, 2048, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13465, 1913, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13466, 2025, '0', 'default', '2022-07-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13467, 2019, '0', 'default', '2022-07-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13468, 2036, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13469, 2056, '0', 'preview', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13470, 2056, '0', 'default', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13471, 2028, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13472, 1938, '0', 'preview', '2022-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13473, 2034, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13474, 2034, '0', 'preview', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13475, 2062, '0', 'preview', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13476, 1953, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13477, 2040, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13478, 2016, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13479, 2024, '0', 'default', '2022-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13480, 1960, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13481, 2066, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13482, 1914, '0', 'preview', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13483, 1966, '0', 'preview', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13484, 2033, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13485, 2055, '0', 'default', '2022-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13486, 2086, '0', 'preview', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13487, 2020, '0', 'default', '2022-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13488, 2051, '0', 'default', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13489, 2014, '0', 'preview', '2022-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13490, 2063, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13491, 2061, '0', 'default', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13492, 2033, '0', 'preview', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13493, 2054, '0', 'preview', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13494, 2054, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13495, 2029, '0', 'preview', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13496, 1915, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13497, 1912, '0', 'preview', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13498, 2086, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13499, 2018, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13500, 2061, '0', 'preview', '2022-07-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13501, 1953, '0', 'preview', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13502, 2040, '0', 'preview', '2022-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13503, 1909, '0', 'default', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13504, 1927, '0', 'preview', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13505, 2038, '0', 'default', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13506, 1935, '0', 'preview', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13507, 2030, '0', 'preview', '2022-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13508, 2044, '0', 'preview', '2022-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13509, 2027, '0', 'preview', '2022-07-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13510, 2039, '0', 'preview', '2022-07-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13511, 2057, '0', 'default', '2022-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13512, 2043, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13513, 2033, '0', 'default', '2022-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13514, 1938, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13515, 2040, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13516, 2016, '0', 'preview', '2022-07-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13517, 2031, '0', 'preview', '2022-07-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13518, 2020, '0', 'preview', '2022-07-29', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13519, 2024, '0', 'preview', '2022-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13520, 2048, '0', 'preview', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13521, 2025, '0', 'preview', '2022-07-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13522, 2063, '0', 'preview', '2022-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13523, 2014, '0', 'preview', '2022-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13524, 2025, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13525, 2053, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13526, 2019, '0', 'preview', '2022-07-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13527, 1930, '0', 'preview', '2022-07-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13528, 2014, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13529, 2019, '0', 'default', '2022-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13530, 2020, '0', 'default', '2022-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13531, 1931, '0', 'default', '2022-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13532, 2031, '0', 'default', '2022-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13533, 2017, '0', 'preview', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13534, 2033, '0', 'preview', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13535, 1950, '0', 'preview', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13536, 2016, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13537, 2056, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13538, 1918, '0', 'preview', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13539, 1964, '0', 'preview', '2022-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13540, 1957, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13541, 1932, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13542, 1933, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13543, 1935, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13544, 2056, '0', 'preview', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13545, 2055, '0', 'default', '2022-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13546, 2086, '0', 'preview', '2022-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13547, 2027, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13548, 2063, '0', 'default', '2022-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13549, 2048, '0', 'default', '2022-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13550, 2016, '0', 'preview', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13551, 2020, '0', 'preview', '2022-07-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13552, 2039, '0', 'preview', '2022-07-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13553, 2019, '0', 'default', '2022-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13554, 2025, '0', 'default', '2022-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13555, 2020, '0', 'default', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13556, 2031, '0', 'preview', '2022-07-30', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13557, 1930, '0', 'preview', '2022-07-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13558, 2025, '0', 'preview', '2022-07-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13559, 2016, '0', 'default', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13560, 2027, '0', 'preview', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13561, 2014, '0', 'preview', '2022-07-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13562, 2039, '0', 'default', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13563, 2019, '0', 'preview', '2022-07-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13564, 1935, '0', 'preview', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13565, 2057, '0', 'preview', '2022-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13566, 2035, '0', 'preview', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13567, 2048, '0', 'preview', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13568, 2017, '0', 'preview', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13569, 1927, '0', 'preview', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13570, 1926, '0', 'preview', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13571, 1967, '0', 'preview', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13572, 1949, '0', 'preview', '2022-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13573, 2031, '0', 'preview', '2022-07-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13574, 2056, '0', 'preview', '2022-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13575, 2020, '0', 'preview', '2022-07-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13576, 1930, '0', 'preview', '2022-07-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13577, 1931, '0', 'preview', '2022-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13578, 1932, '0', 'preview', '2022-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13579, 2030, '0', 'preview', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13580, 1927, '0', 'preview', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13581, 2044, '0', 'preview', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13582, 2057, '0', 'preview', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13583, 2025, '0', 'preview', '2022-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13584, 2019, '0', 'preview', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13585, 2057, '0', 'default', '2022-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13586, 1957, '0', 'default', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13587, 2016, '0', 'preview', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13588, 2039, '0', 'preview', '2022-07-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13589, 2025, '0', 'default', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13590, 2019, '0', 'default', '2022-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13591, 2014, '0', 'preview', '2022-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13592, 2086, '0', 'default', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13593, 2053, '0', 'default', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13594, 2065, '0', 'default', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13595, 2027, '0', 'preview', '2022-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13596, 2063, '0', 'preview', '2022-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13597, 2038, '0', 'preview', '2022-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13598, 2031, '0', 'preview', '2022-08-01', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13599, 2039, '0', 'preview', '2022-08-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13600, 2020, '0', 'preview', '2022-08-01', 25);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13601, 2033, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13602, 1930, '0', 'preview', '2022-08-01', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13603, 1938, '0', 'preview', '2022-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13604, 2061, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13605, 2020, '0', 'default', '2022-08-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13606, 2031, '0', 'default', '2022-08-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13607, 2019, '0', 'preview', '2022-08-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13608, 2025, '0', 'preview', '2022-08-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13609, 2048, '0', 'preview', '2022-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13610, 2057, '0', 'preview', '2022-08-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13611, 1967, '0', 'preview', '2022-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13612, 2014, '0', 'preview', '2022-08-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13613, 2057, '0', 'default', '2022-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13614, 2039, '0', 'default', '2022-08-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13615, 2018, '0', 'preview', '2022-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13616, 1886, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13617, 2056, '0', 'preview', '2022-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13618, 1944, '0', 'preview', '2022-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13619, 2063, '0', 'preview', '2022-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13620, 2062, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13621, 1964, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13622, 2063, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13623, 2034, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13624, 2086, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13625, 2016, '0', 'preview', '2022-08-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13626, 2056, '0', 'default', '2022-08-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13627, 2025, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13628, 2049, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13629, 2033, '0', 'default', '2022-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13630, 1935, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13631, 2019, '0', 'default', '2022-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13632, 2040, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13633, 2012, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13634, 2027, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13635, 2016, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13636, 2053, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13637, 2017, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13638, 2027, '0', 'preview', '2022-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13639, 1952, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13640, 1957, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13641, 2024, '0', 'preview', '2022-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13642, 1950, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13643, 1959, '0', 'preview', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13644, 1959, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13645, 2044, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13646, 1927, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13647, 1967, '0', 'default', '2022-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13648, 2031, '0', 'preview', '2022-08-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13649, 2014, '0', 'preview', '2022-08-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13650, 2086, '0', 'preview', '2022-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13651, 1944, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13652, 2025, '0', 'preview', '2022-08-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13653, 2019, '0', 'preview', '2022-08-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13654, 2063, '0', 'preview', '2022-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13655, 2027, '0', 'preview', '2022-08-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13656, 2016, '0', 'preview', '2022-08-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13657, 2061, '0', 'default', '2022-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13658, 2039, '0', 'preview', '2022-08-02', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13659, 2020, '0', 'preview', '2022-08-02', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13660, 2025, '0', 'default', '2022-08-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13661, 2019, '0', 'default', '2022-08-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13662, 1930, '0', 'preview', '2022-08-02', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13663, 1930, '0', 'default', '2022-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13664, 2017, '0', 'preview', '2022-08-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13665, 2024, '0', 'preview', '2022-08-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13666, 2057, '0', 'preview', '2022-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13667, 2056, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13668, 1932, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13669, 1935, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13670, 2055, '0', 'default', '2022-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13671, 2040, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13672, 2040, '0', 'preview', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13673, 2031, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13674, 2020, '0', 'default', '2022-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13675, 1937, '0', 'preview', '2022-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13676, 1935, '0', 'preview', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13677, 1931, '0', 'preview', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13678, 2086, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13679, 2067, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13680, 2048, '0', 'preview', '2022-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13681, 1949, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13682, 2035, '0', 'preview', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13683, 2033, '0', 'preview', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13684, 2048, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13685, 2032, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13686, 2032, '0', 'preview', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13687, 2053, '0', 'preview', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13688, 2018, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13689, 2063, '0', 'default', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13690, 2030, '0', 'preview', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13691, 1926, '0', 'preview', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13692, 2043, '0', 'preview', '2022-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13693, 2044, '0', 'preview', '2022-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13694, 2086, '0', 'preview', '2022-08-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13695, 2025, '0', 'preview', '2022-08-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13696, 2031, '0', 'preview', '2022-08-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13697, 2039, '0', 'preview', '2022-08-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13698, 2020, '0', 'preview', '2022-08-03', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13699, 2019, '0', 'preview', '2022-08-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13700, 2033, '0', 'preview', '2022-08-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13701, 2027, '0', 'preview', '2022-08-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13702, 2024, '0', 'preview', '2022-08-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13703, 1930, '0', 'preview', '2022-08-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13704, 1930, '0', 'default', '2022-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13705, 2016, '0', 'preview', '2022-08-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13706, 2054, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13707, 2038, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13708, 2057, '0', 'default', '2022-08-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13709, 2053, '0', 'default', '2022-08-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13710, 2053, '0', 'preview', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13711, 2063, '0', 'default', '2022-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13712, 2019, '0', 'default', '2022-08-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13713, 2061, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13714, 2062, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13715, 2017, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13716, 1964, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13717, 2051, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13718, 2025, '0', 'default', '2022-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13719, 2063, '0', 'preview', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13720, 2014, '0', 'preview', '2022-08-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13721, 1931, '0', 'preview', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13722, 1967, '0', 'default', '2022-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13723, 1917, '0', 'preview', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13724, 2039, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13725, 2045, '0', 'preview', '2022-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13726, 1918, '0', 'preview', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13727, 2067, '0', 'preview', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13728, 1886, '0', 'preview', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13729, 1886, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13730, 2048, '0', 'preview', '2022-08-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13731, 2033, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13732, 1914, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13733, 2057, '0', 'preview', '2022-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13734, 2065, '0', 'preview', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13735, 1964, '0', 'preview', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13736, 1938, '0', 'preview', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13737, 1949, '0', 'default', '2022-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13738, 2027, '0', 'preview', '2022-08-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13739, 2016, '0', 'preview', '2022-08-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13740, 2039, '0', 'preview', '2022-08-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13741, 2031, '0', 'preview', '2022-08-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13742, 2020, '0', 'preview', '2022-08-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13743, 1949, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13744, 1930, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13745, 2025, '0', 'default', '2022-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13746, 2019, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13747, 1944, '0', 'preview', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13748, 2061, '0', 'preview', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13749, 2019, '0', 'preview', '2022-08-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13750, 1930, '0', 'preview', '2022-08-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13751, 2014, '0', 'preview', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13752, 2030, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13753, 2030, '0', 'preview', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13754, 1938, '0', 'preview', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13755, 2033, '0', 'preview', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13756, 2024, '0', 'preview', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13757, 2056, '0', 'preview', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13758, 2017, '0', 'preview', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13759, 1926, '0', 'preview', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13760, 1927, '0', 'preview', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13761, 2025, '0', 'preview', '2022-08-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13762, 1949, '0', 'preview', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13763, 2045, '0', 'preview', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13764, 2063, '0', 'preview', '2022-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13765, 2017, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13766, 2021, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13767, 2044, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13768, 2043, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13769, 2063, '0', 'default', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13770, 1944, '0', 'default', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13771, 2062, '0', 'default', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13772, 2020, '0', 'default', '2022-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13773, 2031, '0', 'default', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13774, 2057, '0', 'preview', '2022-08-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13775, 2021, '0', 'preview', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13776, 2035, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13777, 2056, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13778, 1916, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13779, 2049, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13780, 2051, '0', 'preview', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13781, 1967, '0', 'preview', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13782, 2016, '0', 'default', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13783, 2029, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13784, 2055, '0', 'default', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13785, 1921, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13786, 2039, '0', 'default', '2022-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13787, 2061, '0', 'default', '2022-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13788, 2056, '0', 'default', '2022-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13789, 1959, '0', 'preview', '2022-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13790, 2017, '0', 'preview', '2022-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13791, 2022, '0', 'preview', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13792, 2019, '0', 'default', '2022-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13793, 2020, '0', 'preview', '2022-08-05', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13794, 2019, '0', 'preview', '2022-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13795, 2025, '0', 'preview', '2022-08-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13796, 2061, '0', 'preview', '2022-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13797, 2062, '0', 'default', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13798, 2062, '0', 'preview', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13799, 1930, '0', 'preview', '2022-08-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13800, 2034, '0', 'default', '2022-08-05', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13801, 1935, '0', 'preview', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13802, 2016, '0', 'preview', '2022-08-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13803, 2057, '0', 'preview', '2022-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13804, 2031, '0', 'preview', '2022-08-05', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13805, 2039, '0', 'preview', '2022-08-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13806, 2063, '0', 'preview', '2022-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13807, 2086, '0', 'default', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13808, 2086, '0', 'preview', '2022-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13809, 1938, '0', 'preview', '2022-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13810, 1949, '0', 'preview', '2022-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13811, 2061, '0', 'default', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13812, 1967, '0', 'preview', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13813, 2024, '0', 'preview', '2022-08-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13814, 2014, '0', 'preview', '2022-08-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13815, 2055, '0', 'default', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13816, 2029, '0', 'preview', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13817, 2027, '0', 'preview', '2022-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13818, 2040, '0', 'preview', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13819, 2033, '0', 'preview', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13820, 2048, '0', 'preview', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13821, 2048, '0', 'default', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13822, 1912, '0', 'default', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13823, 1935, '0', 'default', '2022-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13824, 2025, '0', 'default', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13825, 2062, '0', 'default', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13826, 2039, '0', 'preview', '2022-08-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13827, 2020, '0', 'preview', '2022-08-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13828, 1930, '0', 'preview', '2022-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13829, 2048, '0', 'default', '2022-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13830, 2031, '0', 'preview', '2022-08-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13831, 2024, '0', 'preview', '2022-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13832, 2027, '0', 'preview', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13833, 2025, '0', 'preview', '2022-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13834, 2019, '0', 'preview', '2022-08-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13835, 2019, '0', 'default', '2022-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13836, 2055, '0', 'default', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13837, 2031, '0', 'default', '2022-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13838, 2040, '0', 'preview', '2022-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13839, 1938, '0', 'preview', '2022-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13840, 2061, '0', 'default', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13841, 1944, '0', 'preview', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13842, 2057, '0', 'preview', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13843, 2014, '0', 'preview', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13844, 2061, '0', 'preview', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13845, 2057, '0', 'default', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13846, 1967, '0', 'default', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13847, 2030, '0', 'default', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13848, 1926, '0', 'default', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13849, 2038, '0', 'default', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13850, 2043, '0', 'default', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13851, 1964, '0', 'preview', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13852, 2016, '0', 'preview', '2022-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13853, 2024, '0', 'preview', '2022-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13854, 2016, '0', 'preview', '2022-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13855, 2027, '0', 'preview', '2022-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13856, 2025, '0', 'preview', '2022-08-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13857, 2019, '0', 'default', '2022-08-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13858, 2062, '0', 'default', '2022-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13859, 2025, '0', 'default', '2022-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13860, 2039, '0', 'preview', '2022-08-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13861, 2031, '0', 'preview', '2022-08-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13862, 2063, '0', 'preview', '2022-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13863, 2019, '0', 'preview', '2022-08-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13864, 2020, '0', 'preview', '2022-08-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13865, 2021, '0', 'preview', '2022-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13866, 2057, '0', 'default', '2022-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13867, 2056, '0', 'default', '2022-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13868, 2014, '0', 'preview', '2022-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13869, 2060, '0', 'default', '2022-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13870, 2056, '0', 'preview', '2022-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13871, 2057, '0', 'preview', '2022-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13872, 1967, '0', 'preview', '2022-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13873, 2034, '0', 'preview', '2022-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13874, 2012, '0', 'preview', '2022-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13875, 2025, '0', 'preview', '2022-08-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13876, 1930, '0', 'preview', '2022-08-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13877, 2039, '0', 'preview', '2022-08-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13878, 2048, '0', 'default', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13879, 2033, '0', 'preview', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13880, 1938, '0', 'preview', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13881, 2031, '0', 'preview', '2022-08-08', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13882, 2020, '0', 'preview', '2022-08-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13883, 2024, '0', 'preview', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13884, 2016, '0', 'preview', '2022-08-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13885, 2014, '0', 'preview', '2022-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13886, 2036, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13887, 2019, '0', 'preview', '2022-08-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13888, 2086, '0', 'preview', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13889, 2086, '0', 'default', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13890, 2053, '0', 'default', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13891, 2027, '0', 'preview', '2022-08-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13892, 1916, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13893, 1914, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13894, 2012, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13895, 2067, '0', 'preview', '2022-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13896, 2063, '0', 'preview', '2022-08-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13897, 2055, '0', 'default', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13898, 2048, '0', 'preview', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13899, 1955, '0', 'default', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13900, 2025, '0', 'default', '2022-08-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13901, 2057, '0', 'default', '2022-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13902, 2039, '0', 'default', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13903, 2031, '0', 'default', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13904, 2020, '0', 'default', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13905, 2017, '0', 'default', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13906, 2022, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13907, 2026, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13908, 1960, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13909, 2056, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13910, 2043, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13911, 2057, '0', 'preview', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13912, 1964, '0', 'preview', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13913, 2062, '0', 'default', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13914, 2056, '0', 'default', '2022-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13915, 1912, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13916, 2024, '0', 'default', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13917, 2014, '0', 'default', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13918, 2061, '0', 'default', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13919, 2019, '0', 'default', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13920, 2043, '0', 'default', '2022-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13921, 2062, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13922, 2017, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13923, 1927, '0', 'preview', '2022-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13924, 2039, '0', 'preview', '2022-08-09', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13925, 2031, '0', 'preview', '2022-08-09', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13926, 2020, '0', 'preview', '2022-08-09', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13927, 2053, '0', 'default', '2022-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13928, 1935, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13929, 1930, '0', 'preview', '2022-08-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13930, 2025, '0', 'preview', '2022-08-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13931, 2063, '0', 'default', '2022-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13932, 2025, '0', 'default', '2022-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13933, 2060, '0', 'preview', '2022-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13934, 2056, '0', 'preview', '2022-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13935, 1931, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13936, 2019, '0', 'preview', '2022-08-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13937, 2067, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13938, 2027, '0', 'preview', '2022-08-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13939, 2058, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13940, 2024, '0', 'preview', '2022-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13941, 2014, '0', 'preview', '2022-08-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13942, 1918, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13943, 2016, '0', 'preview', '2022-08-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13944, 2063, '0', 'preview', '2022-08-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13945, 2061, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13946, 2017, '0', 'preview', '2022-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13947, 1925, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13948, 2053, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13949, 2062, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13950, 2048, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13951, 2015, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13952, 2020, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13953, 2018, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13954, 2048, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13955, 2038, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13956, 1944, '0', 'preview', '2022-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13957, 2034, '0', 'default', '2022-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13958, 2066, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13959, 1950, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13960, 1950, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13961, 1954, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13962, 2040, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13963, 2059, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13964, 1953, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13965, 1956, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13966, 1912, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13967, 2056, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13968, 1949, '0', 'preview', '2022-08-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13969, 2017, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13970, 1967, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13971, 2021, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13972, 2044, '0', 'preview', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13973, 1935, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13974, 1930, '0', 'default', '2022-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13975, 2034, '0', 'preview', '2022-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13976, 2020, '0', 'preview', '2022-08-10', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13977, 1930, '0', 'preview', '2022-08-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13978, 2038, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13979, 2031, '0', 'preview', '2022-08-10', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13980, 2062, '0', 'preview', '2022-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13981, 2039, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13982, 2039, '0', 'preview', '2022-08-10', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13983, 2034, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13984, 1944, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13985, 2025, '0', 'default', '2022-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13986, 2061, '0', 'preview', '2022-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13987, 1949, '0', 'preview', '2022-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13988, 2019, '0', 'preview', '2022-08-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13989, 2033, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13990, 2033, '0', 'preview', '2022-08-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13991, 1938, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13992, 2040, '0', 'preview', '2022-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13993, 2063, '0', 'preview', '2022-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13994, 1944, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13995, 1886, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13996, 2027, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13997, 2066, '0', 'default', '2022-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13998, 2024, '0', 'default', '2022-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13999, 2014, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14000, 1935, '0', 'default', '2022-08-10', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14001, 2024, '0', 'preview', '2022-08-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14002, 2016, '0', 'preview', '2022-08-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14003, 2044, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14004, 2057, '0', 'default', '2022-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14005, 2014, '0', 'preview', '2022-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14006, 2027, '0', 'preview', '2022-08-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14007, 2055, '0', 'default', '2022-08-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14008, 2025, '0', 'preview', '2022-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14009, 2053, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14010, 2032, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14011, 2049, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14012, 1959, '0', 'preview', '2022-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14013, 1953, '0', 'preview', '2022-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14014, 2019, '0', 'default', '2022-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14015, 2058, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14016, 1950, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14017, 1957, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14018, 2051, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14019, 2031, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14020, 2020, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14021, 2021, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14022, 2030, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14023, 2038, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14024, 2057, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14025, 2030, '0', 'default', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14026, 2015, '0', 'preview', '2022-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14027, 2053, '0', 'default', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14028, 1953, '0', 'default', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14029, 1959, '0', 'default', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14030, 1930, '0', 'preview', '2022-08-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14031, 2031, '0', 'preview', '2022-08-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14032, 2039, '0', 'preview', '2022-08-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14033, 2020, '0', 'preview', '2022-08-11', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14034, 2027, '0', 'preview', '2022-08-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14035, 2016, '0', 'preview', '2022-08-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14036, 2025, '0', 'default', '2022-08-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14037, 2024, '0', 'preview', '2022-08-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14038, 2024, '0', 'preview', '2022-08-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14039, 2024, '0', 'preview', '2022-08-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14040, 2014, '0', 'preview', '2022-08-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14041, 2029, '0', 'default', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14042, 2025, '0', 'preview', '2022-08-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14043, 2019, '0', 'preview', '2022-08-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14044, 2051, '0', 'default', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14045, 2019, '0', 'default', '2022-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14046, 2015, '0', 'preview', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14047, 2033, '0', 'preview', '2022-08-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14048, 2057, '0', 'default', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14049, 2035, '0', 'preview', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14050, 2048, '0', 'preview', '2022-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14051, 1944, '0', 'preview', '2022-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14052, 2067, '0', 'preview', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14053, 2063, '0', 'preview', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14054, 2036, '0', 'preview', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14055, 2040, '0', 'default', '2022-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14056, 2055, '0', 'default', '2022-08-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14057, 2055, '0', 'preview', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14058, 1935, '0', 'preview', '2022-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14059, 2033, '0', 'default', '2022-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14060, 2040, '0', 'preview', '2022-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14061, 1938, '0', 'preview', '2022-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14062, 2086, '0', 'preview', '2022-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14063, 1932, '0', 'default', '2022-08-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14064, 1918, '0', 'preview', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14065, 1964, '0', 'default', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14066, 1956, '0', 'preview', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14067, 2062, '0', 'preview', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14068, 1959, '0', 'preview', '2022-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14069, 2014, '0', 'preview', '2022-08-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14070, 2014, '0', 'preview', '2022-08-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14071, 1886, '0', 'preview', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14072, 2022, '0', 'default', '2022-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14073, 2039, '0', 'preview', '2022-08-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14074, 2056, '0', 'preview', '2022-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14075, 2019, '0', 'preview', '2022-08-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14076, 2016, '0', 'preview', '2022-08-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14077, 2056, '0', 'default', '2022-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14078, 1912, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14079, 2049, '0', 'preview', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14080, 2018, '0', 'preview', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14081, 1930, '0', 'preview', '2022-08-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14082, 2031, '0', 'preview', '2022-08-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14083, 2020, '0', 'preview', '2022-08-12', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14084, 2025, '0', 'preview', '2022-08-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14085, 2043, '0', 'default', '2022-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14086, 1944, '0', 'preview', '2022-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14087, 2063, '0', 'preview', '2022-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14088, 2020, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14089, 2031, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14090, 2039, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14091, 2060, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14092, 1956, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14093, 2029, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14094, 2057, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14095, 1944, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14096, 1952, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14097, 1957, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14098, 2027, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14099, 2065, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14100, 2024, '0', 'default', '2022-08-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14101, 2016, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14102, 2044, '0', 'preview', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14103, 2061, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14104, 2061, '0', 'preview', '2022-08-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14105, 2027, '0', 'preview', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14106, 2057, '0', 'preview', '2022-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14107, 1967, '0', 'preview', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14108, 2086, '0', 'default', '2022-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14109, 2048, '0', 'preview', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14110, 2062, '0', 'preview', '2022-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14111, 1949, '0', 'preview', '2022-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14112, 2086, '0', 'preview', '2022-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14113, 2054, '0', 'preview', '2022-08-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14114, 1935, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14115, 1930, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14116, 2063, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14117, 2029, '0', 'preview', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14118, 2024, '0', 'preview', '2022-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14119, 1932, '0', 'default', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14120, 2036, '0', 'preview', '2022-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14121, 2025, '0', 'default', '2022-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14122, 2019, '0', 'default', '2022-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14123, 2019, '0', 'preview', '2022-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14124, 2025, '0', 'preview', '2022-08-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14125, 1950, '0', 'preview', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14126, 1953, '0', 'preview', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14127, 2031, '0', 'preview', '2022-08-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14128, 1930, '0', 'preview', '2022-08-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14129, 2014, '0', 'preview', '2022-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14130, 2039, '0', 'preview', '2022-08-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14131, 2017, '0', 'default', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14132, 1933, '0', 'default', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14133, 2020, '0', 'preview', '2022-08-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14134, 1967, '0', 'default', '2022-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14135, 2057, '0', 'default', '2022-08-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14136, 2016, '0', 'preview', '2022-08-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14137, 2015, '0', 'preview', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14138, 2043, '0', 'default', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14139, 2055, '0', 'default', '2022-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14140, 2027, '0', 'preview', '2022-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14141, 1909, '0', 'preview', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14142, 2031, '0', 'default', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14143, 2035, '0', 'default', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14144, 2020, '0', 'default', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14145, 2056, '0', 'preview', '2022-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14146, 2017, '0', 'preview', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14147, 1925, '0', 'preview', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14148, 2086, '0', 'preview', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14149, 2021, '0', 'default', '2022-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14150, 2021, '0', 'preview', '2022-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14151, 2044, '0', 'default', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14152, 2062, '0', 'default', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14153, 2039, '0', 'default', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14154, 2016, '0', 'default', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14155, 2055, '0', 'preview', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14156, 2024, '0', 'preview', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14157, 1912, '0', 'preview', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14158, 1935, '0', 'default', '2022-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14159, 2016, '0', 'preview', '2022-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14160, 2065, '0', 'preview', '2022-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14161, 1966, '0', 'preview', '2022-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14162, 1967, '0', 'preview', '2022-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14163, 1938, '0', 'preview', '2022-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14164, 2040, '0', 'preview', '2022-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14165, 2057, '0', 'default', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14166, 1967, '0', 'default', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14167, 2020, '0', 'preview', '2022-08-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14168, 2031, '0', 'preview', '2022-08-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14169, 2039, '0', 'preview', '2022-08-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14170, 2027, '0', 'preview', '2022-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14171, 2014, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14172, 2063, '0', 'preview', '2022-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14173, 2025, '0', 'preview', '2022-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14174, 1930, '0', 'preview', '2022-08-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14175, 2048, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14176, 2067, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14177, 1956, '0', 'default', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14178, 2015, '0', 'default', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14179, 2024, '0', 'preview', '2022-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14180, 2066, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14181, 2086, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14182, 2044, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14183, 2043, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14184, 2057, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14185, 2033, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14186, 1959, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14187, 2019, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14188, 1935, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14189, 1933, '0', 'preview', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14190, 2054, '0', 'preview', '2022-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14191, 2019, '0', 'default', '2022-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14192, 2025, '0', 'default', '2022-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14193, 2048, '0', 'default', '2022-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14194, 2056, '0', 'preview', '2022-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14195, 2039, '0', 'preview', '2022-08-15', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14196, 2062, '0', 'preview', '2022-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14197, 2036, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14198, 2025, '0', 'default', '2022-08-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14199, 2039, '0', 'default', '2022-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14200, 2019, '0', 'preview', '2022-08-15', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14201, 2018, '0', 'preview', '2022-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14202, 2048, '0', 'preview', '2022-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14203, 2020, '0', 'preview', '2022-08-15', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14204, 2020, '0', 'default', '2022-08-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14205, 2031, '0', 'preview', '2022-08-15', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14206, 1886, '0', 'preview', '2022-08-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14207, 2025, '0', 'preview', '2022-08-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14208, 2029, '0', 'preview', '2022-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14209, 2056, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14210, 2044, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14211, 2030, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14212, 2016, '0', 'preview', '2022-08-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14213, 2027, '0', 'preview', '2022-08-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14214, 1967, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14215, 2057, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14216, 2063, '0', 'default', '2022-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14217, 1944, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14218, 1964, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14219, 2024, '0', 'preview', '2022-08-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14220, 2014, '0', 'preview', '2022-08-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14221, 1966, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14222, 2066, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14223, 1930, '0', 'preview', '2022-08-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14224, 2019, '0', 'default', '2022-08-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14225, 2086, '0', 'preview', '2022-08-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14226, 2053, '0', 'preview', '2022-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14227, 2048, '0', 'default', '2022-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14228, 2053, '0', 'default', '2022-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14229, 1960, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14230, 1925, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14231, 2040, '0', 'preview', '2022-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14232, 2054, '0', 'default', '2022-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14233, 2033, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14234, 1938, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14235, 2021, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14236, 2017, '0', 'default', '2022-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14237, 2044, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14238, 2043, '0', 'default', '2022-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14239, 2056, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14240, 2014, '0', 'default', '2022-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14241, 2029, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14242, 2061, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14243, 2022, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14244, 1925, '0', 'default', '2022-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14245, 2031, '0', 'default', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14246, 2055, '0', 'default', '2022-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14247, 1957, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14248, 1959, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14249, 1950, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14250, 1954, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14251, 1953, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14252, 1949, '0', 'preview', '2022-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14253, 2034, '0', 'preview', '2022-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14254, 2031, '0', 'preview', '2022-08-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14255, 2020, '0', 'preview', '2022-08-16', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14256, 2053, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14257, 2019, '0', 'default', '2022-08-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14258, 2056, '0', 'preview', '2022-08-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14259, 2066, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14260, 2024, '0', 'preview', '2022-08-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14261, 2043, '0', 'preview', '2022-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14262, 2016, '0', 'preview', '2022-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14263, 2044, '0', 'preview', '2022-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14264, 2027, '0', 'preview', '2022-08-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14265, 2025, '0', 'preview', '2022-08-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14266, 2039, '0', 'preview', '2022-08-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14267, 2025, '0', 'default', '2022-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14268, 1930, '0', 'preview', '2022-08-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14269, 2053, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14270, 1938, '0', 'preview', '2022-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14271, 1938, '0', 'preview', '2022-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14272, 1917, '0', 'preview', '2022-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14273, 2051, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14274, 1930, '0', 'default', '2022-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14275, 2056, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14276, 1935, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14277, 2086, '0', 'preview', '2022-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14278, 1935, '0', 'default', '2022-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14279, 2048, '0', 'preview', '2022-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14280, 2057, '0', 'preview', '2022-08-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14281, 2014, '0', 'preview', '2022-08-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14282, 2019, '0', 'preview', '2022-08-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14283, 1964, '0', 'preview', '2022-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14284, 1953, '0', 'preview', '2022-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14285, 1954, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14286, 1932, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14287, 1933, '0', 'default', '2022-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14288, 2032, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14289, 2021, '0', 'preview', '2022-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14290, 2062, '0', 'preview', '2022-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14291, 2055, '0', 'preview', '2022-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14292, 1967, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14293, 2017, '0', 'preview', '2022-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14294, 1925, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14295, 1949, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14296, 1949, '0', 'preview', '2022-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14297, 2034, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14298, 2030, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14299, 2038, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14300, 1927, '0', 'default', '2022-08-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14301, 2030, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14302, 2045, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14303, 2045, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14304, 2021, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14305, 2044, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14306, 2065, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14307, 1967, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14308, 2048, '0', 'default', '2022-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14309, 2020, '0', 'default', '2022-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14310, 2031, '0', 'default', '2022-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14311, 2016, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14312, 2039, '0', 'default', '2022-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14313, 2063, '0', 'preview', '2022-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14314, 2061, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14315, 1944, '0', 'preview', '2022-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14316, 1926, '0', 'preview', '2022-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14317, 2029, '0', 'preview', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14318, 2029, '0', 'default', '2022-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14319, 1959, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14320, 2039, '0', 'preview', '2022-08-17', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14321, 2020, '0', 'preview', '2022-08-17', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14322, 2016, '0', 'preview', '2022-08-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14323, 2024, '0', 'preview', '2022-08-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14324, 2031, '0', 'preview', '2022-08-17', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14325, 1930, '0', 'preview', '2022-08-17', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14326, 2025, '0', 'preview', '2022-08-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14327, 2027, '0', 'preview', '2022-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14328, 2018, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14329, 1953, '0', 'preview', '2022-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14330, 1950, '0', 'preview', '2022-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14331, 2061, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14332, 2039, '0', 'default', '2022-08-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14333, 2060, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14334, 1956, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14335, 1954, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14336, 2057, '0', 'preview', '2022-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14337, 2056, '0', 'preview', '2022-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14338, 2056, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14339, 1912, '0', 'preview', '2022-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14340, 2019, '0', 'preview', '2022-08-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14341, 1967, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14342, 2014, '0', 'preview', '2022-08-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14343, 2057, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14344, 1938, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14345, 2033, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14346, 1931, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14347, 1930, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14348, 1935, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14349, 1937, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14350, 2019, '0', 'default', '2022-08-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14351, 2063, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14352, 2062, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14353, 2061, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14354, 2063, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14355, 1944, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14356, 2086, '0', 'preview', '2022-08-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14357, 2053, '0', 'default', '2022-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14358, 2049, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14359, 2027, '0', 'default', '2022-08-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14360, 2016, '0', 'default', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14361, 1964, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14362, 2012, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14363, 1944, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14364, 2062, '0', 'preview', '2022-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14365, 1960, '0', 'preview', '2022-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14366, 2053, '0', 'preview', '2022-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14367, 2017, '0', 'preview', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14368, 1925, '0', 'preview', '2022-08-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14369, 2019, '0', 'default', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14370, 2018, '0', 'default', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14371, 2039, '0', 'preview', '2022-08-18', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14372, 2025, '0', 'default', '2022-08-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14373, 2057, '0', 'default', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14374, 2061, '0', 'default', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14375, 1927, '0', 'default', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14376, 2020, '0', 'preview', '2022-08-18', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14377, 2031, '0', 'preview', '2022-08-18', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14378, 2019, '0', 'preview', '2022-08-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14379, 2025, '0', 'preview', '2022-08-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14380, 1944, '0', 'preview', '2022-08-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14381, 1935, '0', 'preview', '2022-08-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14382, 2053, '0', 'preview', '2022-08-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14383, 1930, '0', 'preview', '2022-08-18', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14384, 1931, '0', 'preview', '2022-08-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14385, 1937, '0', 'preview', '2022-08-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14386, 2024, '0', 'preview', '2022-08-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14387, 2027, '0', 'preview', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14388, 2014, '0', 'preview', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14389, 2045, '0', 'preview', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14390, 2021, '0', 'default', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14391, 2044, '0', 'default', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14392, 2043, '0', 'default', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14393, 1964, '0', 'default', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14394, 2057, '0', 'preview', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14395, 2055, '0', 'default', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14396, 1908, '0', 'preview', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14397, 1912, '0', 'default', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14398, 2056, '0', 'default', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14399, 2062, '0', 'preview', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14400, 1913, '0', 'preview', '2022-08-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14401, 2086, '0', 'preview', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14402, 1956, '0', 'default', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14403, 1956, '0', 'preview', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14404, 1949, '0', 'preview', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14405, 2020, '0', 'default', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14406, 2030, '0', 'default', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14407, 1950, '0', 'preview', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14408, 1964, '0', 'preview', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14409, 1953, '0', 'preview', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14410, 2056, '0', 'preview', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14411, 1938, '0', 'preview', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14412, 2018, '0', 'preview', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14413, 1912, '0', 'preview', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14414, 2048, '0', 'preview', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14415, 2016, '0', 'default', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14416, 2024, '0', 'default', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14417, 1966, '0', 'default', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14418, 2027, '0', 'default', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14419, 2033, '0', 'preview', '2022-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14420, 2016, '0', 'preview', '2022-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14421, 1930, '0', 'preview', '2022-08-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14422, 2025, '0', 'preview', '2022-08-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14423, 2020, '0', 'preview', '2022-08-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14424, 2031, '0', 'preview', '2022-08-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14425, 1935, '0', 'preview', '2022-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14426, 2053, '0', 'preview', '2022-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14427, 2048, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14428, 2086, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14429, 1916, '0', 'default', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14430, 2055, '0', 'default', '2022-08-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14431, 2086, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14432, 2019, '0', 'preview', '2022-08-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14433, 1917, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14434, 2054, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14435, 2045, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14436, 2044, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14437, 2021, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14438, 2030, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14439, 1927, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14440, 2039, '0', 'preview', '2022-08-19', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14441, 2027, '0', 'preview', '2022-08-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14442, 2016, '0', 'preview', '2022-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14443, 2024, '0', 'preview', '2022-08-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14444, 2030, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14445, 2066, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14446, 2065, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14447, 2049, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14448, 1950, '0', 'preview', '2022-08-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14449, 1959, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14450, 1930, '0', 'default', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14451, 1916, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14452, 2014, '0', 'preview', '2022-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14453, 1944, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14454, 2063, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14455, 2048, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14456, 2029, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14457, 2012, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14458, 2036, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14459, 2053, '0', 'default', '2022-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14460, 1931, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14461, 2020, '0', 'default', '2022-08-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14462, 2019, '0', 'default', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14463, 2063, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14464, 2031, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14465, 1966, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14466, 2027, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14467, 2043, '0', 'preview', '2022-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14468, 2057, '0', 'default', '2022-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14469, 2056, '0', 'default', '2022-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14470, 2033, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14471, 2025, '0', 'default', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14472, 2056, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14473, 1925, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14474, 2021, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14475, 1953, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14476, 2045, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14477, 1952, '0', 'preview', '2022-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14478, 2060, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14479, 1959, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14480, 2060, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14481, 1950, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14482, 1954, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14483, 1953, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14484, 2058, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14485, 1956, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14486, 2036, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14487, 2062, '0', 'preview', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14488, 2033, '0', 'default', '2022-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14489, 1931, '0', 'default', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14490, 2025, '0', 'default', '2022-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14491, 2029, '0', 'default', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14492, 2018, '0', 'default', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14493, 2019, '0', 'default', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14494, 2039, '0', 'preview', '2022-08-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14495, 2024, '0', 'preview', '2022-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14496, 2016, '0', 'preview', '2022-08-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14497, 2027, '0', 'preview', '2022-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14498, 2063, '0', 'preview', '2022-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14499, 2019, '0', 'preview', '2022-08-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14500, 2031, '0', 'preview', '2022-08-20', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14501, 2020, '0', 'preview', '2022-08-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14502, 1944, '0', 'preview', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14503, 2056, '0', 'preview', '2022-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14504, 2056, '0', 'default', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14505, 2039, '0', 'default', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14506, 2031, '0', 'default', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14507, 2020, '0', 'default', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14508, 2025, '0', 'preview', '2022-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14509, 1918, '0', 'preview', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14510, 1950, '0', 'default', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14511, 2043, '0', 'preview', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14512, 2034, '0', 'preview', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14513, 1937, '0', 'default', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14514, 1917, '0', 'preview', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14515, 1967, '0', 'default', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14516, 1930, '0', 'preview', '2022-08-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14517, 1931, '0', 'preview', '2022-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14518, 2055, '0', 'default', '2022-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14519, 2019, '0', 'preview', '2022-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14520, 2031, '0', 'preview', '2022-08-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14521, 2020, '0', 'preview', '2022-08-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14522, 2027, '0', 'preview', '2022-08-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14523, 2016, '0', 'preview', '2022-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14524, 2024, '0', 'preview', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14525, 2061, '0', 'default', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14526, 1930, '0', 'preview', '2022-08-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14527, 2031, '0', 'default', '2022-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14528, 2020, '0', 'default', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14529, 2018, '0', 'preview', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14530, 1938, '0', 'preview', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14531, 2039, '0', 'preview', '2022-08-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14532, 2057, '0', 'preview', '2022-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14533, 1954, '0', 'default', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14534, 2028, '0', 'preview', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14535, 2056, '0', 'default', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14536, 2019, '0', 'default', '2022-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14537, 2025, '0', 'default', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14538, 2049, '0', 'default', '2022-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14539, 2049, '0', 'preview', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14540, 2048, '0', 'preview', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14541, 2027, '0', 'default', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14542, 2063, '0', 'default', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14543, 2055, '0', 'preview', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14544, 2054, '0', 'preview', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14545, 2054, '0', 'default', '2022-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14546, 2051, '0', 'preview', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14547, 2017, '0', 'preview', '2022-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14548, 2020, '0', 'preview', '2022-08-22', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14549, 1930, '0', 'preview', '2022-08-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14550, 2019, '0', 'preview', '2022-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14551, 2016, '0', 'preview', '2022-08-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14552, 2027, '0', 'preview', '2022-08-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14553, 2024, '0', 'preview', '2022-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14554, 2031, '0', 'preview', '2022-08-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14555, 2025, '0', 'default', '2022-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14556, 2063, '0', 'preview', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14557, 1956, '0', 'preview', '2022-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14558, 1950, '0', 'preview', '2022-08-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14559, 2039, '0', 'preview', '2022-08-22', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14560, 2031, '0', 'default', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14561, 2019, '0', 'default', '2022-08-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14562, 2025, '0', 'preview', '2022-08-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14563, 2020, '0', 'default', '2022-08-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14564, 2057, '0', 'preview', '2022-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14565, 2055, '0', 'preview', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14566, 2048, '0', 'default', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14567, 2048, '0', 'preview', '2022-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14568, 1935, '0', 'preview', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14569, 2017, '0', 'preview', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14570, 1886, '0', 'preview', '2022-08-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14571, 2033, '0', 'preview', '2022-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14572, 1935, '0', 'default', '2022-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14573, 1967, '0', 'preview', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14574, 2055, '0', 'default', '2022-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14575, 2062, '0', 'preview', '2022-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14576, 2043, '0', 'preview', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14577, 2086, '0', 'preview', '2022-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14578, 2062, '0', 'default', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14579, 1917, '0', 'preview', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14580, 2054, '0', 'preview', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14581, 2067, '0', 'preview', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14582, 1930, '0', 'default', '2022-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14583, 1967, '0', 'default', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14584, 2014, '0', 'default', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14585, 2057, '0', 'default', '2022-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14586, 2044, '0', 'preview', '2022-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14587, 2060, '0', 'preview', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14588, 2061, '0', 'default', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14589, 1944, '0', 'preview', '2022-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14590, 2016, '0', 'preview', '2022-08-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14591, 2024, '0', 'preview', '2022-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14592, 2031, '0', 'preview', '2022-08-23', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14593, 2039, '0', 'preview', '2022-08-23', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14594, 2062, '0', 'default', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14595, 2014, '0', 'preview', '2022-08-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14596, 2067, '0', 'preview', '2022-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14597, 2061, '0', 'default', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14598, 2063, '0', 'default', '2022-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14599, 2020, '0', 'preview', '2022-08-23', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14600, 2055, '0', 'default', '2022-08-23', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14601, 2055, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14602, 2061, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14603, 2063, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14604, 1944, '0', 'preview', '2022-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14605, 2025, '0', 'preview', '2022-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14606, 2019, '0', 'preview', '2022-08-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14607, 2062, '0', 'preview', '2022-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14608, 2038, '0', 'default', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14609, 2038, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14610, 1967, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14611, 2057, '0', 'preview', '2022-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14612, 1886, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14613, 2048, '0', 'preview', '2022-08-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14614, 2021, '0', 'preview', '2022-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14615, 2027, '0', 'default', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14616, 1930, '0', 'preview', '2022-08-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14617, 1930, '0', 'default', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14618, 2039, '0', 'default', '2022-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14619, 1935, '0', 'preview', '2022-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14620, 1926, '0', 'default', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14621, 2024, '0', 'default', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14622, 2027, '0', 'preview', '2022-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14623, 2020, '0', 'default', '2022-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14624, 2054, '0', 'preview', '2022-08-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14625, 2056, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14626, 2033, '0', 'default', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14627, 2019, '0', 'default', '2022-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14628, 2033, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14629, 2086, '0', 'preview', '2022-08-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14630, 2025, '0', 'default', '2022-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14631, 2031, '0', 'default', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14632, 2021, '0', 'default', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14633, 1931, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14634, 1966, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14635, 2086, '0', 'default', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14636, 2053, '0', 'default', '2022-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14637, 1913, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14638, 1937, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14639, 2053, '0', 'preview', '2022-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14640, 1960, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14641, 1957, '0', 'preview', '2022-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14642, 1952, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14643, 2058, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14644, 1955, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14645, 1950, '0', 'preview', '2022-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14646, 2019, '0', 'preview', '2022-08-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14647, 2021, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14648, 2039, '0', 'preview', '2022-08-24', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14649, 2031, '0', 'preview', '2022-08-24', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14650, 2020, '0', 'preview', '2022-08-24', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14651, 2033, '0', 'preview', '2022-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14652, 1927, '0', 'preview', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14653, 2045, '0', 'preview', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14654, 1930, '0', 'preview', '2022-08-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14655, 2027, '0', 'preview', '2022-08-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14656, 2014, '0', 'preview', '2022-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14657, 2025, '0', 'preview', '2022-08-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14658, 2056, '0', 'preview', '2022-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14659, 1944, '0', 'preview', '2022-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14660, 2043, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14661, 2016, '0', 'preview', '2022-08-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14662, 2024, '0', 'preview', '2022-08-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14663, 2019, '0', 'default', '2022-08-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14664, 2016, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14665, 2025, '0', 'default', '2022-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14666, 2036, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14667, 2066, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14668, 1950, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14669, 2048, '0', 'default', '2022-08-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14670, 2018, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14671, 2055, '0', 'default', '2022-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14672, 2062, '0', 'preview', '2022-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14673, 2063, '0', 'preview', '2022-08-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14674, 2061, '0', 'preview', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14675, 2061, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14676, 2053, '0', 'default', '2022-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14677, 2012, '0', 'preview', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14678, 1938, '0', 'default', '2022-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14679, 1930, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14680, 2033, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14681, 1912, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14682, 2056, '0', 'default', '2022-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14683, 2014, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14684, 1917, '0', 'preview', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14685, 2086, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14686, 2043, '0', 'preview', '2022-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14687, 2057, '0', 'preview', '2022-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14688, 1967, '0', 'preview', '2022-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14689, 1938, '0', 'preview', '2022-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14690, 1938, '0', 'preview', '2022-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14691, 2051, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14692, 2065, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14693, 2039, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14694, 2029, '0', 'preview', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14695, 2063, '0', 'default', '2022-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14696, 2086, '0', 'preview', '2022-08-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14697, 2053, '0', 'preview', '2022-08-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14698, 2025, '0', 'default', '2022-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14699, 2017, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14700, 2030, '0', 'preview', '2022-08-25', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14701, 2024, '0', 'preview', '2022-08-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14702, 2024, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14703, 2019, '0', 'preview', '2022-08-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14704, 2019, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14705, 2020, '0', 'preview', '2022-08-25', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14706, 2039, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14707, 2031, '0', 'default', '2022-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14708, 2020, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14709, 2032, '0', 'preview', '2022-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14710, 2025, '0', 'preview', '2022-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14711, 2039, '0', 'preview', '2022-08-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14712, 2061, '0', 'preview', '2022-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14713, 2031, '0', 'preview', '2022-08-25', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14714, 2029, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14715, 2053, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14716, 1930, '0', 'preview', '2022-08-25', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14717, 2055, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14718, 1944, '0', 'preview', '2022-08-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14719, 2028, '0', 'preview', '2022-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14720, 2027, '0', 'preview', '2022-08-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14721, 1938, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14722, 2016, '0', 'preview', '2022-08-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14723, 1935, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14724, 1950, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14725, 1955, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14726, 2058, '0', 'preview', '2022-08-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14727, 1957, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14728, 1960, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14729, 2033, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14730, 2054, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14731, 2033, '0', 'preview', '2022-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14732, 2086, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14733, 1932, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14734, 2048, '0', 'default', '2022-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14735, 2048, '0', 'preview', '2022-08-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14736, 2055, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14737, 1967, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14738, 2057, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14739, 2062, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14740, 2063, '0', 'preview', '2022-08-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14741, 1950, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14742, 2060, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14743, 1954, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14744, 1953, '0', 'default', '2022-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14745, 2051, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14746, 2044, '0', 'preview', '2022-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14747, 2045, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14748, 2043, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14749, 2061, '0', 'default', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14750, 2021, '0', 'preview', '2022-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14751, 2040, '0', 'preview', '2022-08-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14752, 2033, '0', 'preview', '2022-08-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14753, 2020, '0', 'preview', '2022-08-26', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14754, 1944, '0', 'default', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14755, 2063, '0', 'preview', '2022-08-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14756, 2027, '0', 'preview', '2022-08-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14757, 2017, '0', 'preview', '2022-08-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14758, 1925, '0', 'preview', '2022-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14759, 2025, '0', 'preview', '2022-08-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14760, 2057, '0', 'default', '2022-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14761, 1967, '0', 'default', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14762, 2056, '0', 'preview', '2022-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14763, 1935, '0', 'preview', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14764, 1930, '0', 'preview', '2022-08-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14765, 2025, '0', 'default', '2022-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14766, 2031, '0', 'preview', '2022-08-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14767, 2014, '0', 'preview', '2022-08-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14768, 2019, '0', 'preview', '2022-08-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14769, 2039, '0', 'preview', '2022-08-26', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14770, 1938, '0', 'preview', '2022-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14771, 2019, '0', 'default', '2022-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14772, 2056, '0', 'default', '2022-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14773, 2026, '0', 'default', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14774, 2034, '0', 'preview', '2022-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14775, 2086, '0', 'default', '2022-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14776, 2055, '0', 'default', '2022-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14777, 2053, '0', 'default', '2022-08-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14778, 2057, '0', 'preview', '2022-08-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14779, 2016, '0', 'preview', '2022-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14780, 1949, '0', 'preview', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14781, 2086, '0', 'preview', '2022-08-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14782, 2048, '0', 'preview', '2022-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14783, 2054, '0', 'default', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14784, 1952, '0', 'preview', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14785, 1944, '0', 'preview', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14786, 2029, '0', 'default', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14787, 2062, '0', 'preview', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14788, 1935, '0', 'default', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14789, 2021, '0', 'default', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14790, 2020, '0', 'default', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14791, 2024, '0', 'preview', '2022-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14792, 1967, '0', 'preview', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14793, 2044, '0', 'preview', '2022-08-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14794, 2043, '0', 'preview', '2022-08-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14795, 2055, '0', 'preview', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14796, 1959, '0', 'preview', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14797, 2053, '0', 'preview', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14798, 2045, '0', 'preview', '2022-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14799, 2038, '0', 'preview', '2022-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14800, 2045, '0', 'default', '2022-08-26', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14801, 2021, '0', 'preview', '2022-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14802, 2020, '0', 'preview', '2022-08-27', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14803, 2019, '0', 'preview', '2022-08-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14804, 2048, '0', 'default', '2022-08-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14805, 2025, '0', 'default', '2022-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14806, 2025, '0', 'preview', '2022-08-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14807, 2031, '0', 'preview', '2022-08-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14808, 1966, '0', 'default', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14809, 1928, '0', 'default', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14810, 2039, '0', 'preview', '2022-08-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14811, 2055, '0', 'default', '2022-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14812, 2014, '0', 'preview', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14813, 2039, '0', 'default', '2022-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14814, 2031, '0', 'default', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14815, 2020, '0', 'default', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14816, 2063, '0', 'default', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14817, 2057, '0', 'default', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14818, 1926, '0', 'default', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14819, 2038, '0', 'default', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14820, 2043, '0', 'default', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14821, 2044, '0', 'default', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14822, 2024, '0', 'preview', '2022-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14823, 2016, '0', 'preview', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14824, 1935, '0', 'preview', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14825, 1930, '0', 'preview', '2022-08-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14826, 1967, '0', 'default', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14827, 2061, '0', 'default', '2022-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14828, 1931, '0', 'preview', '2022-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14829, 2035, '0', 'preview', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14830, 2027, '0', 'preview', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14831, 2056, '0', 'preview', '2022-08-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14832, 2044, '0', 'preview', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14833, 2062, '0', 'preview', '2022-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14834, 2057, '0', 'preview', '2022-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14835, 1930, '0', 'preview', '2022-08-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14836, 1927, '0', 'preview', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14837, 2020, '0', 'preview', '2022-08-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14838, 2039, '0', 'preview', '2022-08-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14839, 2019, '0', 'default', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14840, 2019, '0', 'preview', '2022-08-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14841, 2027, '0', 'preview', '2022-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14842, 2056, '0', 'preview', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14843, 2031, '0', 'preview', '2022-08-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14844, 2053, '0', 'default', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14845, 1917, '0', 'preview', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14846, 2021, '0', 'preview', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14847, 2057, '0', 'preview', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14848, 2086, '0', 'preview', '2022-08-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14849, 1954, '0', 'default', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14850, 2048, '0', 'default', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14851, 2025, '0', 'preview', '2022-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14852, 2016, '0', 'preview', '2022-08-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14853, 2024, '0', 'preview', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14854, 2048, '0', 'preview', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14855, 2025, '0', 'default', '2022-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14856, 2039, '0', 'default', '2022-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14857, 2039, '0', 'default', '2022-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14858, 1930, '0', 'preview', '2022-08-29', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14859, 2020, '0', 'preview', '2022-08-29', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14860, 2039, '0', 'preview', '2022-08-29', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14861, 2040, '0', 'preview', '2022-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14862, 2033, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14863, 1955, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14864, 2031, '0', 'preview', '2022-08-29', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14865, 2027, '0', 'preview', '2022-08-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14866, 2014, '0', 'preview', '2022-08-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14867, 2019, '0', 'preview', '2022-08-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14868, 2025, '0', 'preview', '2022-08-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14869, 2056, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14870, 1909, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14871, 2055, '0', 'default', '2022-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14872, 2086, '0', 'preview', '2022-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14873, 2016, '0', 'preview', '2022-08-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14874, 2051, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14875, 1964, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14876, 2024, '0', 'preview', '2022-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14877, 2033, '0', 'default', '2022-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14878, 1938, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14879, 2040, '0', 'default', '2022-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14880, 2031, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14881, 1935, '0', 'default', '2022-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14882, 1933, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14883, 2056, '0', 'preview', '2022-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14884, 2048, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14885, 1938, '0', 'preview', '2022-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14886, 2063, '0', 'preview', '2022-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14887, 2053, '0', 'default', '2022-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14888, 2086, '0', 'default', '2022-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14889, 2045, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14890, 2044, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14891, 2019, '0', 'default', '2022-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14892, 2062, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14893, 2063, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14894, 2061, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14895, 2035, '0', 'default', '2022-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14896, 2035, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14897, 2036, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14898, 1886, '0', 'preview', '2022-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14899, 2016, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14900, 2024, '0', 'default', '2022-08-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14901, 2027, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14902, 2036, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14903, 2037, '0', 'default', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14904, 1913, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14905, 1956, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14906, 1937, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14907, 1959, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14908, 1957, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14909, 1952, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14910, 2060, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14911, 1950, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14912, 2058, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14913, 2059, '0', 'preview', '2022-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14914, 2039, '0', 'preview', '2022-08-30', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14915, 1957, '0', 'default', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14916, 2020, '0', 'preview', '2022-08-30', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14917, 2031, '0', 'preview', '2022-08-30', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14918, 1926, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14919, 2025, '0', 'preview', '2022-08-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14920, 1964, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14921, 1930, '0', 'preview', '2022-08-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14922, 2019, '0', 'default', '2022-08-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14923, 2027, '0', 'preview', '2022-08-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14924, 2086, '0', 'preview', '2022-08-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14925, 2019, '0', 'preview', '2022-08-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14926, 2021, '0', 'default', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14927, 2034, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14928, 2014, '0', 'preview', '2022-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14929, 2025, '0', 'default', '2022-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14930, 1912, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14931, 2055, '0', 'default', '2022-08-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14932, 2031, '0', 'default', '2022-08-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14933, 2039, '0', 'default', '2022-08-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14934, 2063, '0', 'preview', '2022-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14935, 2020, '0', 'default', '2022-08-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14936, 2057, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14937, 1967, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14938, 2016, '0', 'preview', '2022-08-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14939, 1917, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14940, 2051, '0', 'default', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14941, 1964, '0', 'default', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14942, 1886, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14943, 2053, '0', 'default', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14944, 2053, '0', 'preview', '2022-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14945, 2014, '0', 'default', '2022-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14946, 1938, '0', 'preview', '2022-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14947, 1932, '0', 'default', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14948, 2033, '0', 'preview', '2022-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14949, 2048, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14950, 2040, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14951, 2024, '0', 'preview', '2022-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14952, 2024, '0', 'default', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14953, 2027, '0', 'default', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14954, 2061, '0', 'preview', '2022-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14955, 2067, '0', 'preview', '2022-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14956, 2017, '0', 'preview', '2022-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14957, 1960, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14958, 2032, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14959, 2044, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14960, 2062, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14961, 2054, '0', 'default', '2022-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14962, 2054, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14963, 2055, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14964, 1917, '0', 'default', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14965, 2057, '0', 'default', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14966, 1944, '0', 'preview', '2022-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14967, 2061, '0', 'preview', '2022-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14968, 1930, '0', 'preview', '2022-08-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14969, 2027, '0', 'preview', '2022-08-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14970, 2024, '0', 'preview', '2022-08-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14971, 1944, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14972, 2039, '0', 'preview', '2022-08-31', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14973, 2031, '0', 'preview', '2022-08-31', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14974, 2020, '0', 'preview', '2022-08-31', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14975, 2019, '0', 'default', '2022-08-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14976, 2057, '0', 'preview', '2022-08-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14977, 2019, '0', 'preview', '2022-08-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14978, 2056, '0', 'preview', '2022-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14979, 2025, '0', 'preview', '2022-08-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14980, 2067, '0', 'preview', '2022-08-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14981, 1950, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14982, 2029, '0', 'preview', '2022-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14983, 1912, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14984, 2025, '0', 'default', '2022-08-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14985, 2018, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14986, 2062, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14987, 1913, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14988, 2045, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14989, 1967, '0', 'preview', '2022-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14990, 1886, '0', 'preview', '2022-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14991, 1964, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14992, 2051, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14993, 2055, '0', 'default', '2022-08-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14994, 2014, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14995, 2044, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14996, 2017, '0', 'preview', '2022-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14997, 1926, '0', 'preview', '2022-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14998, 2038, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14999, 2043, '0', 'preview', '2022-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15000, 2057, '0', 'default', '2022-08-31', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15001, 2056, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15002, 1964, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15003, 2021, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15004, 2016, '0', 'preview', '2022-08-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15005, 2051, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15006, 1932, '0', 'default', '2022-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15007, 1927, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15008, 2040, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15009, 2040, '0', 'preview', '2022-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15010, 2062, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15011, 2033, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15012, 1938, '0', 'preview', '2022-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15013, 2049, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15014, 2034, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15015, 2016, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15016, 2027, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15017, 1938, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15018, 2039, '0', 'default', '2022-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15019, 1925, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15020, 1949, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15021, 2030, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15022, 2048, '0', 'preview', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15023, 2053, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15024, 1935, '0', 'default', '2022-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15025, 2039, '0', 'preview', '2022-09-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15026, 2020, '0', 'preview', '2022-09-01', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15027, 1930, '0', 'preview', '2022-09-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15028, 1960, '0', 'default', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15029, 2086, '0', 'default', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15030, 2053, '0', 'default', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15031, 2053, '0', 'preview', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15032, 2024, '0', 'preview', '2022-09-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15033, 2025, '0', 'preview', '2022-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15034, 2031, '0', 'preview', '2022-09-01', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15035, 2017, '0', 'preview', '2022-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15036, 2044, '0', 'preview', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15037, 1925, '0', 'preview', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15038, 2017, '0', 'default', '2022-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15039, 2025, '0', 'default', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15040, 1926, '0', 'default', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15041, 2016, '0', 'preview', '2022-09-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15042, 2051, '0', 'default', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15043, 2027, '0', 'preview', '2022-09-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15044, 1927, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15045, 2030, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15046, 2019, '0', 'default', '2022-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15047, 2014, '0', 'default', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15048, 1957, '0', 'default', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15049, 2067, '0', 'preview', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15050, 1949, '0', 'preview', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15051, 2012, '0', 'default', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15052, 2057, '0', 'preview', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15053, 1967, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15054, 1886, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15055, 2029, '0', 'default', '2022-09-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15056, 2056, '0', 'default', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15057, 2043, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15058, 1950, '0', 'preview', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15059, 2054, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15060, 2036, '0', 'default', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15061, 1950, '0', 'default', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15062, 1954, '0', 'default', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15063, 2055, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15064, 1956, '0', 'default', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15065, 1956, '0', 'preview', '2022-09-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15066, 2019, '0', 'preview', '2022-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15067, 1959, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15068, 2048, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15069, 2014, '0', 'preview', '2022-09-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15070, 2061, '0', 'default', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15071, 1953, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15072, 1932, '0', 'default', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15073, 2063, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15074, 2056, '0', 'preview', '2022-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15075, 2029, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15076, 2032, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15077, 2034, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15078, 2021, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15079, 2018, '0', 'preview', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15080, 2018, '0', 'default', '2022-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15081, 2031, '0', 'preview', '2022-09-02', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15082, 2053, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15083, 2025, '0', 'preview', '2022-09-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15084, 2039, '0', 'preview', '2022-09-02', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15085, 1930, '0', 'preview', '2022-09-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15086, 2020, '0', 'preview', '2022-09-02', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15087, 2019, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15088, 2018, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15089, 1944, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15090, 1927, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15091, 2063, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15092, 2020, '0', 'default', '2022-09-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15093, 2017, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15094, 2031, '0', 'default', '2022-09-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15095, 2039, '0', 'default', '2022-09-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15096, 2051, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15097, 2055, '0', 'default', '2022-09-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15098, 2034, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15099, 2043, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15100, 2025, '0', 'default', '2022-09-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15101, 2019, '0', 'default', '2022-09-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15102, 1964, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15103, 2063, '0', 'default', '2022-09-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15104, 2066, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15105, 2067, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15106, 2027, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15107, 2048, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15108, 1950, '0', 'preview', '2022-09-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15109, 1956, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15110, 1952, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15111, 1957, '0', 'preview', '2022-09-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15112, 2056, '0', 'preview', '2022-09-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15113, 2024, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15114, 2021, '0', 'preview', '2022-09-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15115, 2017, '0', 'default', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15116, 2043, '0', 'default', '2022-09-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15117, 2026, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15118, 2057, '0', 'default', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15119, 2021, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15120, 1967, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15121, 1925, '0', 'default', '2022-09-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15122, 1926, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15123, 1921, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15124, 2054, '0', 'preview', '2022-09-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15125, 2059, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15126, 1953, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15127, 2012, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15128, 2055, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15129, 1909, '0', 'preview', '2022-09-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15130, 1938, '0', 'preview', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15131, 1949, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15132, 1925, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15133, 1924, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15134, 1964, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15135, 2029, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15136, 2034, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15137, 2037, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15138, 2014, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15139, 1927, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15140, 2062, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15141, 2029, '0', 'preview', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15142, 2024, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15143, 1944, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15144, 2086, '0', 'preview', '2022-09-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15145, 2044, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15146, 2016, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15147, 2027, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15148, 1950, '0', 'default', '2022-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15149, 2060, '0', 'default', '2022-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15150, 2020, '0', 'preview', '2022-09-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15151, 2060, '0', 'default', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15152, 2031, '0', 'preview', '2022-09-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15153, 2039, '0', 'preview', '2022-09-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15154, 2027, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15155, 2024, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15156, 2014, '0', 'preview', '2022-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15157, 1938, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15158, 2040, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15159, 2055, '0', 'default', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15160, 2033, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15161, 1909, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15162, 2019, '0', 'default', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15163, 1912, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15164, 1918, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15165, 1914, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15166, 2025, '0', 'preview', '2022-09-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15167, 2067, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15168, 2015, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15169, 2048, '0', 'preview', '2022-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15170, 2036, '0', 'preview', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15171, 2019, '0', 'preview', '2022-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15172, 1930, '0', 'preview', '2022-09-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15173, 2043, '0', 'default', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15174, 1926, '0', 'default', '2022-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15175, 2057, '0', 'preview', '2022-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15176, 2039, '0', 'preview', '2022-09-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15177, 2031, '0', 'preview', '2022-09-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15178, 2016, '0', 'preview', '2022-09-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15179, 1912, '0', 'preview', '2022-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15180, 2065, '0', 'default', '2022-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15181, 2020, '0', 'preview', '2022-09-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15182, 2025, '0', 'default', '2022-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15183, 2014, '0', 'preview', '2022-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15184, 2025, '0', 'preview', '2022-09-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15185, 1930, '0', 'default', '2022-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15186, 2024, '0', 'preview', '2022-09-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15187, 1930, '0', 'preview', '2022-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15188, 1950, '0', 'default', '2022-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15189, 2054, '0', 'preview', '2022-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15190, 2032, '0', 'preview', '2022-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15191, 2019, '0', 'default', '2022-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15192, 1956, '0', 'preview', '2022-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15193, 2019, '0', 'preview', '2022-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15194, 2056, '0', 'preview', '2022-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15195, 1918, '0', 'preview', '2022-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15196, 1960, '0', 'preview', '2022-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15197, 2067, '0', 'default', '2022-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15198, 2039, '0', 'preview', '2022-09-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15199, 2031, '0', 'preview', '2022-09-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15200, 2062, '0', 'preview', '2022-09-05', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15201, 2061, '0', 'preview', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15202, 1938, '0', 'preview', '2022-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15203, 2058, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15204, 1930, '0', 'preview', '2022-09-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15205, 2056, '0', 'preview', '2022-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15206, 2020, '0', 'preview', '2022-09-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15207, 2024, '0', 'preview', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15208, 2056, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15209, 1917, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15210, 2012, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15211, 1913, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15212, 2025, '0', 'preview', '2022-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15213, 2049, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15214, 2086, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15215, 2027, '0', 'preview', '2022-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15216, 2016, '0', 'preview', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15217, 2019, '0', 'preview', '2022-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15218, 2019, '0', 'default', '2022-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15219, 2057, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15220, 1967, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15221, 1927, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15222, 2067, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15223, 2014, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15224, 2020, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15225, 2034, '0', 'preview', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15226, 2029, '0', 'default', '2022-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15227, 2025, '0', 'default', '2022-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15228, 2035, '0', 'default', '2022-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15229, 1909, '0', 'default', '2022-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15230, 1930, '0', 'preview', '2022-09-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15231, 2016, '0', 'preview', '2022-09-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15232, 2031, '0', 'preview', '2022-09-06', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15233, 2020, '0', 'preview', '2022-09-06', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15234, 2027, '0', 'preview', '2022-09-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15235, 2024, '0', 'preview', '2022-09-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15236, 2032, '0', 'preview', '2022-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15237, 2019, '0', 'preview', '2022-09-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15238, 1967, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15239, 2056, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15240, 2025, '0', 'preview', '2022-09-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15241, 2040, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15242, 2025, '0', 'default', '2022-09-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15243, 2033, '0', 'preview', '2022-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15244, 2086, '0', 'preview', '2022-09-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15245, 2039, '0', 'preview', '2022-09-06', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15246, 2067, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15247, 2067, '0', 'preview', '2022-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15248, 2019, '0', 'default', '2022-09-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15249, 1913, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15250, 2049, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15251, 2048, '0', 'preview', '2022-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15252, 2053, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15253, 2055, '0', 'default', '2022-09-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15254, 1938, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15255, 1959, '0', 'preview', '2022-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15256, 2029, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15257, 2018, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15258, 2040, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15259, 2014, '0', 'preview', '2022-09-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15260, 1960, '0', 'default', '2022-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15261, 2039, '0', 'default', '2022-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15262, 2062, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15263, 2058, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15264, 1957, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15265, 1950, '0', 'preview', '2022-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15266, 1935, '0', 'preview', '2022-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15267, 1955, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15268, 2012, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15269, 2029, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15270, 2017, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15271, 2014, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15272, 2086, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15273, 2015, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15274, 2035, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15275, 2036, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15276, 2063, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15277, 1944, '0', 'preview', '2022-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15278, 1954, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15279, 2031, '0', 'default', '2022-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15280, 2062, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15281, 2061, '0', 'preview', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15282, 2063, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15283, 2061, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15284, 2020, '0', 'default', '2022-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15285, 1950, '0', 'default', '2022-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15286, 1925, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15287, 2021, '0', 'preview', '2022-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15288, 2027, '0', 'preview', '2022-09-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15289, 2024, '0', 'preview', '2022-09-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15290, 2025, '0', 'preview', '2022-09-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15291, 2063, '0', 'preview', '2022-09-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15292, 2057, '0', 'preview', '2022-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15293, 2016, '0', 'preview', '2022-09-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15294, 1930, '0', 'preview', '2022-09-07', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15295, 2039, '0', 'preview', '2022-09-07', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15296, 2031, '0', 'preview', '2022-09-07', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15297, 2020, '0', 'preview', '2022-09-07', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15298, 1886, '0', 'preview', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15299, 2014, '0', 'preview', '2022-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15300, 2048, '0', 'preview', '2022-09-07', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15301, 1950, '0', 'default', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15302, 2025, '0', 'default', '2022-09-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15303, 2063, '0', 'default', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15304, 2062, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15305, 2017, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15306, 2020, '0', 'default', '2022-09-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15307, 2031, '0', 'default', '2022-09-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15308, 2039, '0', 'default', '2022-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15309, 2057, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15310, 2014, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15311, 2065, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15312, 2027, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15313, 2017, '0', 'preview', '2022-09-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15314, 1952, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15315, 1938, '0', 'preview', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15316, 2056, '0', 'default', '2022-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15317, 2056, '0', 'preview', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15318, 2019, '0', 'preview', '2022-09-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15319, 2019, '0', 'default', '2022-09-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15320, 2018, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15321, 1935, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15322, 1937, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15323, 2029, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15324, 2053, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15325, 1964, '0', 'preview', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15326, 2036, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15327, 2048, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15328, 2061, '0', 'preview', '2022-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15329, 2086, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15330, 2061, '0', 'default', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15331, 2049, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15332, 2051, '0', 'default', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15333, 1912, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15334, 2043, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15335, 2044, '0', 'preview', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15336, 1927, '0', 'preview', '2022-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15337, 1926, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15338, 1927, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15339, 2086, '0', 'preview', '2022-09-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15340, 1930, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15341, 2033, '0', 'preview', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15342, 2065, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15343, 2035, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15344, 2037, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15345, 2055, '0', 'preview', '2022-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15346, 2055, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15347, 2029, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15348, 2028, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15349, 2053, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15350, 2032, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15351, 2034, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15352, 2018, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15353, 1918, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15354, 1964, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15355, 2021, '0', 'default', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15356, 1944, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15357, 2045, '0', 'preview', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15358, 2030, '0', 'preview', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15359, 1925, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15360, 1950, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15361, 1954, '0', 'preview', '2022-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15362, 1953, '0', 'preview', '2022-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15363, 2039, '0', 'preview', '2022-09-08', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15364, 2031, '0', 'preview', '2022-09-08', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15365, 2025, '0', 'preview', '2022-09-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15366, 2020, '0', 'preview', '2022-09-08', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15367, 2019, '0', 'preview', '2022-09-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15368, 2025, '0', 'default', '2022-09-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15369, 1950, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15370, 1953, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15371, 1956, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15372, 2063, '0', 'preview', '2022-09-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15373, 2061, '0', 'preview', '2022-09-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15374, 2057, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15375, 2044, '0', 'preview', '2022-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15376, 2043, '0', 'preview', '2022-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15377, 1964, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15378, 2067, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15379, 2014, '0', 'preview', '2022-09-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15380, 2022, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15381, 1917, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15382, 2016, '0', 'preview', '2022-09-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15383, 2027, '0', 'preview', '2022-09-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15384, 2033, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15385, 2033, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15386, 2055, '0', 'default', '2022-09-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15387, 2065, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15388, 1930, '0', 'preview', '2022-09-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15389, 2056, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15390, 1912, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15391, 1932, '0', 'default', '2022-09-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15392, 1931, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15393, 2027, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15394, 2086, '0', 'preview', '2022-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15395, 2039, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15396, 2063, '0', 'default', '2022-09-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15397, 2019, '0', 'default', '2022-09-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15398, 2061, '0', 'default', '2022-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15399, 2062, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15400, 2053, '0', 'default', '2022-09-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15401, 1920, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15402, 2017, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15403, 2014, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15404, 2062, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15405, 2057, '0', 'default', '2022-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15406, 1952, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15407, 1953, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15408, 1926, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15409, 2017, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15410, 2056, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15411, 2049, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15412, 2012, '0', 'preview', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15413, 1927, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15414, 2044, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15415, 2048, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15416, 2024, '0', 'preview', '2022-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15417, 2086, '0', 'default', '2022-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15418, 2020, '0', 'preview', '2022-09-09', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15419, 2055, '0', 'default', '2022-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15420, 2016, '0', 'preview', '2022-09-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15421, 2027, '0', 'preview', '2022-09-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15422, 1930, '0', 'preview', '2022-09-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15423, 2039, '0', 'preview', '2022-09-09', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15424, 2019, '0', 'default', '2022-09-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15425, 2018, '0', 'preview', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15426, 2063, '0', 'default', '2022-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15427, 2062, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15428, 2031, '0', 'preview', '2022-09-09', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15429, 2024, '0', 'preview', '2022-09-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15430, 2034, '0', 'preview', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15431, 2019, '0', 'preview', '2022-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15432, 2025, '0', 'preview', '2022-09-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15433, 2029, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15434, 2056, '0', 'preview', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15435, 1935, '0', 'preview', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15436, 1937, '0', 'preview', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15437, 2067, '0', 'preview', '2022-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15438, 2022, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15439, 2017, '0', 'preview', '2022-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15440, 2063, '0', 'preview', '2022-09-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15441, 1944, '0', 'preview', '2022-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15442, 2057, '0', 'preview', '2022-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15443, 2030, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15444, 2057, '0', 'default', '2022-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15445, 1927, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15446, 2061, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15447, 2020, '0', 'default', '2022-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15448, 2031, '0', 'default', '2022-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15449, 2014, '0', 'preview', '2022-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15450, 2086, '0', 'preview', '2022-09-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15451, 2025, '0', 'default', '2022-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15452, 2039, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15453, 2036, '0', 'preview', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15454, 1935, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15455, 1937, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15456, 2086, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15457, 2053, '0', 'default', '2022-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15458, 2036, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15459, 2027, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15460, 2024, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15461, 1956, '0', 'default', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15462, 1952, '0', 'preview', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15463, 1954, '0', 'preview', '2022-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15464, 2067, '0', 'preview', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15465, 2062, '0', 'preview', '2022-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15466, 1949, '0', 'preview', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15467, 2062, '0', 'default', '2022-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15468, 1930, '0', 'preview', '2022-09-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15469, 2039, '0', 'preview', '2022-09-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15470, 2020, '0', 'preview', '2022-09-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15471, 2019, '0', 'default', '2022-09-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15472, 2031, '0', 'preview', '2022-09-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15473, 2063, '0', 'default', '2022-09-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15474, 1944, '0', 'default', '2022-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15475, 2034, '0', 'preview', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15476, 2025, '0', 'preview', '2022-09-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15477, 2056, '0', 'default', '2022-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15478, 1912, '0', 'default', '2022-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15479, 2014, '0', 'preview', '2022-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15480, 2014, '0', 'preview', '2022-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15481, 2014, '0', 'preview', '2022-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15482, 2048, '0', 'default', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15483, 1912, '0', 'preview', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15484, 2056, '0', 'preview', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15485, 2027, '0', 'preview', '2022-09-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15486, 2027, '0', 'preview', '2022-09-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15487, 2016, '0', 'preview', '2022-09-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15488, 1924, '0', 'default', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15489, 2023, '0', 'preview', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15490, 1960, '0', 'preview', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15491, 2053, '0', 'preview', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15492, 2057, '0', 'preview', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15493, 2024, '0', 'preview', '2022-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15494, 2063, '0', 'preview', '2022-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15495, 2061, '0', 'default', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15496, 2017, '0', 'default', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15497, 2043, '0', 'default', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15498, 2044, '0', 'default', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15499, 1967, '0', 'default', '2022-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15500, 2057, '0', 'default', '2022-09-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15501, 2067, '0', 'default', '2022-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15502, 2025, '0', 'preview', '2022-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15503, 2039, '0', 'preview', '2022-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15504, 2051, '0', 'preview', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15505, 2033, '0', 'preview', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15506, 2040, '0', 'preview', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15507, 2019, '0', 'preview', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15508, 2031, '0', 'default', '2022-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15509, 2048, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15510, 2025, '0', 'default', '2022-09-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15511, 2031, '0', 'preview', '2022-09-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15512, 2037, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15513, 2020, '0', 'preview', '2022-09-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15514, 2016, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15515, 2024, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15516, 1932, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15517, 1944, '0', 'preview', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15518, 2063, '0', 'preview', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15519, 2027, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15520, 2027, '0', 'preview', '2022-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15521, 2032, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15522, 2016, '0', 'preview', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15523, 2019, '0', 'default', '2022-09-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15524, 2044, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15525, 2014, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15526, 2030, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15527, 1917, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15528, 2030, '0', 'preview', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15529, 2061, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15530, 2017, '0', 'default', '2022-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15531, 2016, '0', 'preview', '2022-09-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15532, 2024, '0', 'preview', '2022-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15533, 2039, '0', 'preview', '2022-09-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15534, 2020, '0', 'preview', '2022-09-12', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15535, 1930, '0', 'preview', '2022-09-12', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15536, 2048, '0', 'default', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15537, 2048, '0', 'preview', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15538, 2014, '0', 'preview', '2022-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15539, 2031, '0', 'preview', '2022-09-12', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15540, 2019, '0', 'default', '2022-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15541, 2020, '0', 'default', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15542, 2031, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15543, 2039, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15544, 2067, '0', 'default', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15545, 1926, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15546, 2043, '0', 'default', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15547, 1927, '0', 'default', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15548, 2030, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15549, 2038, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15550, 2044, '0', 'default', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15551, 2017, '0', 'default', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15552, 1967, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15553, 2057, '0', 'default', '2022-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15554, 2025, '0', 'default', '2022-09-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15555, 1886, '0', 'preview', '2022-09-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15556, 1886, '0', 'preview', '2022-09-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15557, 1886, '0', 'preview', '2022-09-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15558, 1917, '0', 'preview', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15559, 2025, '0', 'preview', '2022-09-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15560, 2019, '0', 'preview', '2022-09-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15561, 2027, '0', 'preview', '2022-09-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15562, 2043, '0', 'preview', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15563, 1926, '0', 'preview', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15564, 2021, '0', 'preview', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15565, 2044, '0', 'preview', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15566, 2034, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15567, 1927, '0', 'preview', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15568, 2065, '0', 'preview', '2022-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15569, 2056, '0', 'preview', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15570, 1966, '0', 'preview', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15571, 2035, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15572, 2054, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15573, 2029, '0', 'preview', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15574, 2037, '0', 'preview', '2022-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15575, 2034, '0', 'preview', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15576, 2057, '0', 'preview', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15577, 2017, '0', 'preview', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15578, 2045, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15579, 2033, '0', 'preview', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15580, 2055, '0', 'default', '2022-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15581, 2086, '0', 'preview', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15582, 1886, '0', 'default', '2022-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15583, 2027, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15584, 1950, '0', 'preview', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15585, 1956, '0', 'preview', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15586, 2063, '0', 'default', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15587, 2066, '0', 'preview', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15588, 2040, '0', 'preview', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15589, 2053, '0', 'default', '2022-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15590, 2038, '0', 'preview', '2022-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15591, 2020, '0', 'preview', '2022-09-13', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15592, 2031, '0', 'preview', '2022-09-13', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15593, 2039, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15594, 2056, '0', 'preview', '2022-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15595, 1930, '0', 'preview', '2022-09-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15596, 2019, '0', 'default', '2022-09-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15597, 2039, '0', 'preview', '2022-09-13', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15598, 2025, '0', 'preview', '2022-09-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15599, 2025, '0', 'default', '2022-09-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15600, 2024, '0', 'default', '2022-09-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15601, 2027, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15602, 2066, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15603, 2065, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15604, 2027, '0', 'preview', '2022-09-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15605, 2057, '0', 'preview', '2022-09-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15606, 2037, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15607, 2038, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15608, 1886, '0', 'preview', '2022-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15609, 2056, '0', 'default', '2022-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15610, 2016, '0', 'preview', '2022-09-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15611, 2024, '0', 'preview', '2022-09-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15612, 2019, '0', 'preview', '2022-09-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15613, 2048, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15614, 1954, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15615, 2059, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15616, 1932, '0', 'default', '2022-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15617, 1935, '0', 'default', '2022-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15618, 2053, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15619, 2029, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15620, 2055, '0', 'default', '2022-09-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15621, 2063, '0', 'preview', '2022-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15622, 1944, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15623, 2061, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15624, 2033, '0', 'preview', '2022-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15625, 2033, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15626, 1938, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15627, 1950, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15628, 1955, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15629, 2067, '0', 'default', '2022-09-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15630, 2017, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15631, 2044, '0', 'preview', '2022-09-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15632, 2036, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15633, 1957, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15634, 2032, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15635, 2018, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15636, 2032, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15637, 2051, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15638, 1930, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15639, 2086, '0', 'preview', '2022-09-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15640, 2057, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15641, 1967, '0', 'default', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15642, 1967, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15643, 1917, '0', 'preview', '2022-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15644, 2057, '0', 'default', '2022-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15645, 1930, '0', 'preview', '2022-09-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15646, 1935, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15647, 1935, '0', 'preview', '2022-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15648, 2043, '0', 'preview', '2022-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15649, 1926, '0', 'preview', '2022-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15650, 1909, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15651, 2025, '0', 'preview', '2022-09-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15652, 2027, '0', 'preview', '2022-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15653, 2020, '0', 'preview', '2022-09-14', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15654, 2031, '0', 'preview', '2022-09-14', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15655, 2039, '0', 'preview', '2022-09-14', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15656, 2086, '0', 'preview', '2022-09-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15657, 2024, '0', 'preview', '2022-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15658, 2016, '0', 'preview', '2022-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15659, 2019, '0', 'preview', '2022-09-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15660, 2040, '0', 'preview', '2022-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15661, 1938, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15662, 1952, '0', 'preview', '2022-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15663, 1954, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15664, 2023, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15665, 2030, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15666, 2059, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15667, 2056, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15668, 2053, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15669, 2019, '0', 'default', '2022-09-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15670, 2063, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15671, 2025, '0', 'default', '2022-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15672, 2061, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15673, 2031, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15674, 2039, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15675, 1964, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15676, 2027, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15677, 2024, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15678, 1966, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15679, 1966, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15680, 1932, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15681, 2017, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15682, 2014, '0', 'preview', '2022-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15683, 2033, '0', 'preview', '2022-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15684, 2086, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15685, 2054, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15686, 2018, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15687, 2048, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15688, 1953, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15689, 1886, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15690, 1967, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15691, 1967, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15692, 2021, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15693, 2061, '0', 'preview', '2022-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15694, 2012, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15695, 2048, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15696, 2028, '0', 'default', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15697, 1959, '0', 'preview', '2022-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15698, 2034, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15699, 2057, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15700, 2055, '0', 'default', '2022-09-14', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15701, 1956, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15702, 1957, '0', 'preview', '2022-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15703, 2058, '0', 'preview', '2022-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15704, 2086, '0', 'preview', '2022-09-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15705, 2025, '0', 'preview', '2022-09-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15706, 1930, '0', 'preview', '2022-09-15', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15707, 2031, '0', 'preview', '2022-09-15', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15708, 2051, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15709, 2020, '0', 'preview', '2022-09-15', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15710, 2019, '0', 'preview', '2022-09-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15711, 2055, '0', 'default', '2022-09-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15712, 1964, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15713, 2019, '0', 'default', '2022-09-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15714, 2039, '0', 'preview', '2022-09-15', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15715, 2062, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15716, 2027, '0', 'preview', '2022-09-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15717, 2043, '0', 'preview', '2022-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15718, 1926, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15719, 2016, '0', 'preview', '2022-09-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15720, 2024, '0', 'preview', '2022-09-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15721, 2025, '0', 'default', '2022-09-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15722, 2038, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15723, 2017, '0', 'preview', '2022-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15724, 2030, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15725, 2067, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15726, 1915, '0', 'default', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15727, 1935, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15728, 2021, '0', 'default', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15729, 2014, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15730, 2048, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15731, 2027, '0', 'default', '2022-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15732, 2016, '0', 'default', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15733, 2012, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15734, 2057, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15735, 2031, '0', 'default', '2022-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15736, 2063, '0', 'default', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15737, 2054, '0', 'preview', '2022-09-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15738, 2053, '0', 'default', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15739, 2063, '0', 'preview', '2022-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15740, 1944, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15741, 2020, '0', 'default', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15742, 2034, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15743, 2032, '0', 'default', '2022-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15744, 2033, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15745, 1931, '0', 'preview', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15746, 2048, '0', 'default', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15747, 2067, '0', 'default', '2022-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15748, 1931, '0', 'preview', '2022-09-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15749, 2031, '0', 'preview', '2022-09-16', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15750, 2020, '0', 'preview', '2022-09-16', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15751, 2039, '0', 'preview', '2022-09-16', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15752, 2014, '0', 'preview', '2022-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15753, 2048, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15754, 2019, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15755, 2016, '0', 'preview', '2022-09-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15756, 2027, '0', 'preview', '2022-09-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15757, 1930, '0', 'preview', '2022-09-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15758, 2057, '0', 'preview', '2022-09-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15759, 2055, '0', 'default', '2022-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15760, 2033, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15761, 1938, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15762, 2040, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15763, 1932, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15764, 2086, '0', 'preview', '2022-09-16', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15765, 2019, '0', 'preview', '2022-09-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15766, 2014, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15767, 2061, '0', 'preview', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15768, 2024, '0', 'preview', '2022-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15769, 2025, '0', 'preview', '2022-09-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15770, 1964, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15771, 1959, '0', 'preview', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15772, 2056, '0', 'preview', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15773, 2054, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15774, 2053, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15775, 2027, '0', 'default', '2022-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15776, 2057, '0', 'default', '2022-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15777, 2054, '0', 'preview', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15778, 2012, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15779, 1925, '0', 'preview', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15780, 1886, '0', 'preview', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15781, 2044, '0', 'preview', '2022-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15782, 2063, '0', 'preview', '2022-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15783, 1935, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15784, 1935, '0', 'preview', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15785, 1931, '0', 'default', '2022-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15786, 2025, '0', 'default', '2022-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15787, 2020, '0', 'preview', '2022-09-17', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15788, 2039, '0', 'preview', '2022-09-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15789, 2019, '0', 'default', '2022-09-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15790, 2027, '0', 'preview', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15791, 2062, '0', 'default', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15792, 2025, '0', 'default', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15793, 2014, '0', 'default', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15794, 2086, '0', 'preview', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15795, 1930, '0', 'preview', '2022-09-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15796, 1957, '0', 'default', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15797, 2056, '0', 'preview', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15798, 2054, '0', 'preview', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15799, 2031, '0', 'preview', '2022-09-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15800, 2031, '0', 'preview', '2022-09-17', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15801, 2031, '0', 'preview', '2022-09-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15802, 2056, '0', 'default', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15803, 1912, '0', 'default', '2022-09-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15804, 2063, '0', 'preview', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15805, 1926, '0', 'preview', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15806, 2043, '0', 'preview', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15807, 2057, '0', 'preview', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15808, 2014, '0', 'preview', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15809, 2019, '0', 'preview', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15810, 2039, '0', 'default', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15811, 2029, '0', 'default', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15812, 2049, '0', 'default', '2022-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15813, 2057, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15814, 2030, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15815, 1927, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15816, 2044, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15817, 2025, '0', 'default', '2022-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15818, 2020, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15819, 2039, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15820, 2031, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15821, 2063, '0', 'default', '2022-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15822, 2019, '0', 'preview', '2022-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15823, 2039, '0', 'preview', '2022-09-18', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15824, 2031, '0', 'preview', '2022-09-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15825, 2014, '0', 'preview', '2022-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15826, 2020, '0', 'preview', '2022-09-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15827, 2025, '0', 'preview', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15828, 1913, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15829, 2048, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15830, 2086, '0', 'preview', '2022-09-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15831, 1912, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15832, 2056, '0', 'preview', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15833, 1930, '0', 'preview', '2022-09-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15834, 2033, '0', 'preview', '2022-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15835, 2040, '0', 'preview', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15836, 2016, '0', 'preview', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15837, 2027, '0', 'preview', '2022-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15838, 2024, '0', 'preview', '2022-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15839, 2018, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15840, 2061, '0', 'preview', '2022-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15841, 2063, '0', 'preview', '2022-09-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15842, 2044, '0', 'preview', '2022-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15843, 1944, '0', 'preview', '2022-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15844, 2057, '0', 'preview', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15845, 2019, '0', 'default', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15846, 1964, '0', 'preview', '2022-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15847, 2020, '0', 'preview', '2022-09-19', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15848, 2025, '0', 'preview', '2022-09-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15849, 2019, '0', 'preview', '2022-09-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15850, 2025, '0', 'default', '2022-09-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15851, 2019, '0', 'default', '2022-09-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15852, 1957, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15853, 1952, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15854, 1959, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15855, 2029, '0', 'preview', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15856, 2018, '0', 'preview', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15857, 2027, '0', 'default', '2022-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15858, 2024, '0', 'default', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15859, 1930, '0', 'preview', '2022-09-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15860, 2031, '0', 'preview', '2022-09-19', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15861, 2039, '0', 'preview', '2022-09-19', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15862, 2027, '0', 'preview', '2022-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15863, 2033, '0', 'default', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15864, 1938, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15865, 2040, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15866, 2086, '0', 'preview', '2022-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15867, 2053, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15868, 2048, '0', 'preview', '2022-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15869, 2061, '0', 'preview', '2022-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15870, 2063, '0', 'preview', '2022-09-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15871, 2055, '0', 'default', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15872, 2024, '0', 'preview', '2022-09-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15873, 2016, '0', 'preview', '2022-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15874, 2049, '0', 'preview', '2022-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15875, 2039, '0', 'default', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15876, 1926, '0', 'default', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15877, 1927, '0', 'default', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15878, 2056, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15879, 1912, '0', 'preview', '2022-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15880, 1930, '0', 'default', '2022-09-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15881, 1956, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15882, 2063, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15883, 1944, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15884, 2057, '0', 'default', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15885, 2021, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15886, 2044, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15887, 2048, '0', 'default', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15888, 2043, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15889, 2056, '0', 'default', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15890, 2020, '0', 'default', '2022-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15891, 2031, '0', 'default', '2022-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15892, 2033, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15893, 1938, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15894, 1912, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15895, 2021, '0', 'preview', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15896, 1917, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15897, 2012, '0', 'default', '2022-09-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15898, 1918, '0', 'preview', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15899, 2014, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15900, 2018, '0', 'default', '2022-09-19', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15901, 2086, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15902, 2045, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15903, 1966, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15904, 2062, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15905, 1950, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15906, 2044, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15907, 2012, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15908, 1932, '0', 'default', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15909, 2029, '0', 'default', '2022-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15910, 2014, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15911, 2057, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15912, 1967, '0', 'preview', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15913, 2045, '0', 'default', '2022-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15914, 2031, '0', 'preview', '2022-09-20', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15915, 2024, '0', 'preview', '2022-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15916, 2016, '0', 'preview', '2022-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15917, 2027, '0', 'preview', '2022-09-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15918, 2086, '0', 'preview', '2022-09-20', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15919, 2053, '0', 'default', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15920, 1960, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15921, 2019, '0', 'default', '2022-09-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15922, 2039, '0', 'preview', '2022-09-20', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15923, 2020, '0', 'preview', '2022-09-20', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15924, 2019, '0', 'preview', '2022-09-20', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15925, 2057, '0', 'preview', '2022-09-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15926, 1930, '0', 'preview', '2022-09-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15927, 2012, '0', 'default', '2022-09-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15928, 2025, '0', 'default', '2022-09-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15929, 2029, '0', 'preview', '2022-09-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15930, 2044, '0', 'preview', '2022-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15931, 2017, '0', 'preview', '2022-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15932, 2063, '0', 'default', '2022-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15933, 2043, '0', 'preview', '2022-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15934, 2018, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15935, 1944, '0', 'default', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15936, 2038, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15937, 2015, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15938, 1967, '0', 'preview', '2022-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15939, 2063, '0', 'preview', '2022-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15940, 2025, '0', 'preview', '2022-09-20', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15941, 2048, '0', 'preview', '2022-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15942, 2014, '0', 'preview', '2022-09-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15943, 2056, '0', 'default', '2022-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15944, 2056, '0', 'preview', '2022-09-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15945, 1921, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15946, 2012, '0', 'preview', '2022-09-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15947, 2020, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15948, 2033, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15949, 2033, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15950, 1964, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15951, 2061, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15952, 2061, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15953, 1953, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15954, 2058, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15955, 1950, '0', 'preview', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15956, 1954, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15957, 2060, '0', 'preview', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15958, 1959, '0', 'preview', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15959, 2049, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15960, 1964, '0', 'preview', '2022-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15961, 2051, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15962, 2066, '0', 'preview', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15963, 1950, '0', 'default', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15964, 2065, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15965, 1954, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15966, 2014, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15967, 1953, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15968, 1955, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15969, 1959, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15970, 1886, '0', 'preview', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15971, 1938, '0', 'preview', '2022-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15972, 1911, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15973, 1911, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15974, 2055, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15975, 2018, '0', 'preview', '2022-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15976, 2032, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15977, 2043, '0', 'default', '2022-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15978, 2038, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15979, 1926, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15980, 2087, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15981, 2029, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15982, 1925, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15983, 1915, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15984, 2036, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15985, 2053, '0', 'preview', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15986, 1938, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15987, 2088, '0', 'preview', '2022-09-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15988, 1913, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15989, 2034, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15990, 2016, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15991, 2024, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15992, 2027, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15993, 2048, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15994, 1886, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15995, 2055, '0', 'default', '2022-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15996, 1927, '0', 'preview', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15997, 2054, '0', 'preview', '2022-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15998, 2054, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15999, 2021, '0', 'preview', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16000, 2086, '0', 'default', '2022-09-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16001, 1944, '0', 'preview', '2022-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16002, 2044, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16003, 2057, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16004, 1967, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16005, 2062, '0', 'preview', '2022-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16006, 2031, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16007, 1949, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16008, 2030, '0', 'preview', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16009, 2062, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16010, 2021, '0', 'default', '2022-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16011, 2021, '0', 'default', '2022-09-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16012, 2039, '0', 'preview', '2022-09-21', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16013, 2030, '0', 'preview', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16014, 2031, '0', 'preview', '2022-09-21', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16015, 2020, '0', 'preview', '2022-09-21', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16016, 1925, '0', 'default', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16017, 2019, '0', 'preview', '2022-09-21', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16018, 2063, '0', 'preview', '2022-09-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16019, 2019, '0', 'default', '2022-09-21', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16020, 2025, '0', 'default', '2022-09-21', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16021, 2025, '0', 'preview', '2022-09-21', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16022, 2057, '0', 'default', '2022-09-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16023, 2063, '0', 'default', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16024, 2061, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16025, 1925, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16026, 2086, '0', 'preview', '2022-09-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16027, 2060, '0', 'preview', '2022-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16028, 2056, '0', 'preview', '2022-09-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16029, 1930, '0', 'preview', '2022-09-21', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16030, 2033, '0', 'preview', '2022-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16031, 2040, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16032, 1912, '0', 'preview', '2022-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16033, 2012, '0', 'default', '2022-09-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16034, 2048, '0', 'default', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16035, 2012, '0', 'preview', '2022-09-21', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16036, 2029, '0', 'preview', '2022-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16037, 2088, '0', 'preview', '2022-09-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16038, 2044, '0', 'default', '2022-09-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16039, 1928, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16040, 2021, '0', 'preview', '2022-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16041, 1886, '0', 'preview', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16042, 2056, '0', 'default', '2022-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16043, 1944, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16044, 2014, '0', 'preview', '2022-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16045, 2024, '0', 'preview', '2022-09-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16046, 2039, '0', 'default', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16047, 2014, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16048, 2036, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16049, 2029, '0', 'default', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16050, 2034, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16051, 2030, '0', 'default', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16052, 2020, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16053, 1927, '0', 'default', '2022-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16054, 2016, '0', 'preview', '2022-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16055, 1913, '0', 'preview', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16056, 2057, '0', 'preview', '2022-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16057, 2048, '0', 'preview', '2022-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16058, 2017, '0', 'default', '2022-09-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16059, 2044, '0', 'preview', '2022-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16060, 2017, '0', 'preview', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16061, 2043, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16062, 2026, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16063, 2027, '0', 'preview', '2022-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16064, 1927, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16065, 2022, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16066, 1967, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16067, 2067, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16068, 1935, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16069, 2045, '0', 'preview', '2022-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16070, 2016, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16071, 2087, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16072, 1938, '0', 'preview', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16073, 1953, '0', 'preview', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16074, 1950, '0', 'preview', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16075, 1952, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16076, 2061, '0', 'preview', '2022-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16077, 2088, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16078, 1964, '0', 'preview', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16079, 2024, '0', 'default', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16080, 2018, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16081, 2032, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16082, 1938, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16083, 2086, '0', 'default', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16084, 1959, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16085, 1959, '0', 'preview', '2022-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16086, 1954, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16087, 2059, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16088, 2058, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16089, 1956, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16090, 2055, '0', 'default', '2022-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16091, 1967, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16092, 2051, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16093, 2045, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16094, 2043, '0', 'default', '2022-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16095, 2026, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16096, 1931, '0', 'preview', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16097, 2053, '0', 'default', '2022-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16098, 1944, '0', 'preview', '2022-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16099, 2055, '0', 'default', '2022-09-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16100, 2063, '0', 'default', '2022-09-22', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16101, 2039, '0', 'preview', '2022-09-22', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16102, 1967, '0', 'default', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16103, 1930, '0', 'preview', '2022-09-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16104, 2019, '0', 'default', '2022-09-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16105, 1913, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16106, 2025, '0', 'preview', '2022-09-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16107, 2051, '0', 'preview', '2022-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16108, 2033, '0', 'preview', '2022-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16109, 2012, '0', 'preview', '2022-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16110, 2019, '0', 'preview', '2022-09-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16111, 2014, '0', 'preview', '2022-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16112, 2020, '0', 'preview', '2022-09-22', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16113, 2031, '0', 'preview', '2022-09-22', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16114, 2057, '0', 'preview', '2022-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16115, 2048, '0', 'default', '2022-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16116, 1930, '0', 'default', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16117, 1938, '0', 'preview', '2022-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16118, 2086, '0', 'preview', '2022-09-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16119, 1960, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16120, 1944, '0', 'preview', '2022-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16121, 2024, '0', 'preview', '2022-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16122, 2025, '0', 'default', '2022-09-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16123, 2063, '0', 'preview', '2022-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16124, 2044, '0', 'default', '2022-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16125, 2055, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16126, 2016, '0', 'default', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16127, 2020, '0', 'default', '2022-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16128, 2056, '0', 'default', '2022-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16129, 1918, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16130, 1925, '0', 'default', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16131, 2018, '0', 'default', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16132, 2029, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16133, 2048, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16134, 2027, '0', 'preview', '2022-09-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16135, 2016, '0', 'preview', '2022-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16136, 2021, '0', 'default', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16137, 1964, '0', 'preview', '2022-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16138, 1967, '0', 'preview', '2022-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16139, 2012, '0', 'default', '2022-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16140, 2057, '0', 'default', '2022-09-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16141, 2038, '0', 'default', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16142, 2043, '0', 'default', '2022-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16143, 1950, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16144, 1953, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16145, 2089, '0', 'preview', '2022-09-22', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16146, 2014, '0', 'default', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16147, 2031, '0', 'default', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16148, 2039, '0', 'default', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16149, 2030, '0', 'default', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16150, 2067, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16151, 2044, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16152, 2061, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16153, 1931, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16154, 1935, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16155, 1937, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16156, 2040, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16157, 2049, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16158, 2088, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16159, 2056, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16160, 2087, '0', 'preview', '2022-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16161, 2027, '0', 'preview', '2022-09-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16162, 2020, '0', 'preview', '2022-09-23', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16163, 2031, '0', 'preview', '2022-09-23', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16164, 2039, '0', 'preview', '2022-09-23', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16165, 1959, '0', 'preview', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16166, 2055, '0', 'default', '2022-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16167, 2089, '0', 'default', '2022-09-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16168, 2025, '0', 'preview', '2022-09-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16169, 2019, '0', 'preview', '2022-09-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16170, 2025, '0', 'default', '2022-09-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16171, 2048, '0', 'preview', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16172, 1913, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16173, 2055, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16174, 1930, '0', 'preview', '2022-09-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16175, 2014, '0', 'preview', '2022-09-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16176, 2063, '0', 'preview', '2022-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16177, 1914, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16178, 2057, '0', 'preview', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16179, 1935, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16180, 1915, '0', 'preview', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16181, 1918, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16182, 1917, '0', 'preview', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16183, 2049, '0', 'preview', '2022-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16184, 2087, '0', 'preview', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16185, 2012, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16186, 2063, '0', 'default', '2022-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16187, 2029, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16188, 1912, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16189, 2089, '0', 'preview', '2022-09-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16190, 2086, '0', 'preview', '2022-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16191, 2029, '0', 'preview', '2022-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16192, 1886, '0', 'preview', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16193, 1927, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16194, 1926, '0', 'preview', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16195, 2031, '0', 'default', '2022-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16196, 2061, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16197, 2019, '0', 'default', '2022-09-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16198, 2044, '0', 'default', '2022-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16199, 2044, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16200, 2020, '0', 'default', '2022-09-23', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16201, 2039, '0', 'default', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16202, 2057, '0', 'default', '2022-09-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16203, 2024, '0', 'preview', '2022-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16204, 2016, '0', 'preview', '2022-09-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16205, 2053, '0', 'preview', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16206, 2033, '0', 'preview', '2022-09-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16207, 1950, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16208, 2060, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16209, 1949, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16210, 2067, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16211, 2040, '0', 'preview', '2022-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16212, 1927, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16213, 1960, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16214, 1930, '0', 'default', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16215, 1937, '0', 'default', '2022-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16216, 2056, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16217, 1935, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16218, 2027, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16219, 2034, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16220, 2032, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16221, 2043, '0', 'default', '2022-09-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16222, 2060, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16223, 1964, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16224, 2056, '0', 'preview', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16225, 1949, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16226, 2021, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16227, 2088, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16228, 2012, '0', 'default', '2022-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16229, 2025, '0', 'preview', '2022-09-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16230, 2012, '0', 'default', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16231, 2089, '0', 'default', '2022-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16232, 2055, '0', 'default', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16233, 2057, '0', 'preview', '2022-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16234, 2020, '0', 'preview', '2022-09-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16235, 2039, '0', 'preview', '2022-09-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16236, 2031, '0', 'preview', '2022-09-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16237, 2044, '0', 'preview', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16238, 2043, '0', 'preview', '2022-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16239, 2038, '0', 'preview', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16240, 2063, '0', 'preview', '2022-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16241, 1967, '0', 'preview', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16242, 2027, '0', 'preview', '2022-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16243, 2056, '0', 'default', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16244, 2039, '0', 'default', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16245, 2017, '0', 'preview', '2022-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16246, 1960, '0', 'default', '2022-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16247, 1913, '0', 'default', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16248, 2053, '0', 'preview', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16249, 2089, '0', 'preview', '2022-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16250, 1917, '0', 'preview', '2022-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16251, 2019, '0', 'default', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16252, 2025, '0', 'default', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16253, 2048, '0', 'preview', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16254, 2019, '0', 'preview', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16255, 2048, '0', 'default', '2022-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16256, 2034, '0', 'default', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16257, 2063, '0', 'default', '2022-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16258, 1930, '0', 'preview', '2022-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16259, 1955, '0', 'default', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16260, 2086, '0', 'preview', '2022-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16261, 2057, '0', 'default', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16262, 2016, '0', 'preview', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16263, 1938, '0', 'preview', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16264, 2035, '0', 'default', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16265, 2035, '0', 'preview', '2022-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16266, 2089, '0', 'preview', '2022-09-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16267, 2049, '0', 'default', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16268, 2089, '0', 'default', '2022-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16269, 2039, '0', 'preview', '2022-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16270, 2031, '0', 'preview', '2022-09-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16271, 2020, '0', 'preview', '2022-09-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16272, 1918, '0', 'default', '2022-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16273, 2019, '0', 'preview', '2022-09-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16274, 2063, '0', 'preview', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16275, 2027, '0', 'preview', '2022-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16276, 2024, '0', 'preview', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16277, 2016, '0', 'preview', '2022-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16278, 1930, '0', 'preview', '2022-09-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16279, 1912, '0', 'default', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16280, 2067, '0', 'preview', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16281, 2017, '0', 'preview', '2022-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16282, 2025, '0', 'preview', '2022-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16283, 2044, '0', 'default', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16284, 2021, '0', 'default', '2022-09-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16285, 2036, '0', 'preview', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16286, 2014, '0', 'preview', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16287, 2062, '0', 'preview', '2022-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16288, 1912, '0', 'preview', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16289, 2056, '0', 'preview', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16290, 2086, '0', 'preview', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16291, 1933, '0', 'default', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16292, 2061, '0', 'preview', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16293, 2057, '0', 'preview', '2022-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16294, 2067, '0', 'default', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16295, 1935, '0', 'default', '2022-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16296, 2019, '0', 'preview', '2022-09-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16297, 2089, '0', 'preview', '2022-09-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16298, 2062, '0', 'preview', '2022-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16299, 2048, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16300, 1930, '0', 'preview', '2022-09-26', 15);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16301, 2016, '0', 'preview', '2022-09-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16302, 2020, '0', 'preview', '2022-09-26', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16303, 2024, '0', 'preview', '2022-09-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16304, 2039, '0', 'preview', '2022-09-26', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16305, 2031, '0', 'preview', '2022-09-26', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16306, 1953, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16307, 2027, '0', 'preview', '2022-09-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16308, 2019, '0', 'default', '2022-09-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16309, 2020, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16310, 2057, '0', 'default', '2022-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16311, 1967, '0', 'default', '2022-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16312, 1935, '0', 'preview', '2022-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16313, 2067, '0', 'preview', '2022-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16314, 2025, '0', 'preview', '2022-09-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16315, 2053, '0', 'default', '2022-09-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16316, 2055, '0', 'default', '2022-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16317, 2053, '0', 'preview', '2022-09-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16318, 1960, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16319, 2089, '0', 'default', '2022-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16320, 2086, '0', 'preview', '2022-09-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16321, 2029, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16322, 2017, '0', 'preview', '2022-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16323, 2056, '0', 'preview', '2022-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16324, 2012, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16325, 2025, '0', 'default', '2022-09-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16326, 1960, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16327, 2039, '0', 'default', '2022-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16328, 1950, '0', 'preview', '2022-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16329, 2048, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16330, 2015, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16331, 2028, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16332, 2023, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16333, 1954, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16334, 2044, '0', 'preview', '2022-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16335, 2038, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16336, 2021, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16337, 2018, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16338, 1967, '0', 'preview', '2022-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16339, 2088, '0', 'preview', '2022-09-26', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16340, 2051, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16341, 2054, '0', 'preview', '2022-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16342, 1925, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16343, 2043, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16344, 2034, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16345, 2017, '0', 'default', '2022-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16346, 2062, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16347, 2038, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16348, 2033, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16349, 2036, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16350, 1944, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16351, 2063, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16352, 2057, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16353, 1964, '0', 'default', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16354, 2040, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16355, 2055, '0', 'preview', '2022-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16356, 1938, '0', 'preview', '2022-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16357, 1930, '0', 'preview', '2022-09-27', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16358, 2088, '0', 'preview', '2022-09-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16359, 2057, '0', 'preview', '2022-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16360, 2039, '0', 'preview', '2022-09-27', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16361, 2031, '0', 'preview', '2022-09-27', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16362, 2020, '0', 'preview', '2022-09-27', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16363, 1933, '0', 'default', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16364, 2044, '0', 'preview', '2022-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16365, 2020, '0', 'default', '2022-09-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16366, 2029, '0', 'default', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16367, 2048, '0', 'default', '2022-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16368, 2043, '0', 'preview', '2022-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16369, 1927, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16370, 1944, '0', 'preview', '2022-09-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16371, 2025, '0', 'preview', '2022-09-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16372, 2019, '0', 'preview', '2022-09-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16373, 2086, '0', 'preview', '2022-09-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16374, 2025, '0', 'default', '2022-09-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16375, 2019, '0', 'default', '2022-09-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16376, 2062, '0', 'default', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16377, 2061, '0', 'default', '2022-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16378, 2031, '0', 'default', '2022-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16379, 2053, '0', 'default', '2022-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16380, 2016, '0', 'preview', '2022-09-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16381, 2086, '0', 'default', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16382, 2033, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16383, 2036, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16384, 2063, '0', 'preview', '2022-09-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16385, 2061, '0', 'preview', '2022-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16386, 2062, '0', 'preview', '2022-09-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16387, 2021, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16388, 2017, '0', 'preview', '2022-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16389, 2045, '0', 'preview', '2022-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16390, 1950, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16391, 1953, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16392, 1957, '0', 'preview', '2022-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16393, 2066, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16394, 2016, '0', 'default', '2022-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16395, 2051, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16396, 1964, '0', 'preview', '2022-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16397, 2055, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16398, 2056, '0', 'preview', '2022-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16399, 2018, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16400, 1944, '0', 'default', '2022-09-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16401, 2015, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16402, 2027, '0', 'preview', '2022-09-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16403, 2018, '0', 'default', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16404, 1927, '0', 'default', '2022-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16405, 1935, '0', 'default', '2022-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16406, 1938, '0', 'default', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16407, 2089, '0', 'default', '2022-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16408, 2024, '0', 'default', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16409, 1967, '0', 'preview', '2022-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16410, 2024, '0', 'preview', '2022-09-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16411, 2012, '0', 'default', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16412, 1935, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16413, 1925, '0', 'preview', '2022-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16414, 2048, '0', 'preview', '2022-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16415, 2039, '0', 'preview', '2022-09-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16416, 2088, '0', 'preview', '2022-09-28', 143);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16417, 2063, '0', 'preview', '2022-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16418, 2025, '0', 'preview', '2022-09-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16419, 2019, '0', 'preview', '2022-09-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16420, 2089, '0', 'default', '2022-09-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16421, 2053, '0', 'default', '2022-09-28', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16422, 2016, '0', 'preview', '2022-09-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16423, 2031, '0', 'preview', '2022-09-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16424, 2020, '0', 'preview', '2022-09-28', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16425, 2016, '0', 'default', '2022-09-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16426, 2024, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16427, 2027, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16428, 2014, '0', 'preview', '2022-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16429, 2021, '0', 'preview', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16430, 2054, '0', 'preview', '2022-09-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16431, 2086, '0', 'preview', '2022-09-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16432, 2053, '0', 'preview', '2022-09-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16433, 2089, '0', 'preview', '2022-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16434, 2015, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16435, 2019, '0', 'default', '2022-09-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16436, 1930, '0', 'preview', '2022-09-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16437, 2057, '0', 'default', '2022-09-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16438, 1967, '0', 'preview', '2022-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16439, 1935, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16440, 2086, '0', 'default', '2022-09-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16441, 2025, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16442, 1964, '0', 'preview', '2022-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16443, 1956, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16444, 1960, '0', 'preview', '2022-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16445, 2048, '0', 'preview', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16446, 2048, '0', 'default', '2022-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16447, 2055, '0', 'default', '2022-09-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16448, 2067, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16449, 2014, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16450, 2039, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16451, 2035, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16452, 2062, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16453, 2036, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16454, 2056, '0', 'preview', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16455, 2017, '0', 'default', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16456, 2057, '0', 'preview', '2022-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16457, 2027, '0', 'preview', '2022-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16458, 2031, '0', 'preview', '2022-09-29', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16459, 2039, '0', 'preview', '2022-09-29', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16460, 2019, '0', 'preview', '2022-09-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16461, 2086, '0', 'preview', '2022-09-29', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16462, 2020, '0', 'preview', '2022-09-29', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16463, 1953, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16464, 1956, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16465, 2019, '0', 'default', '2022-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16466, 1886, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16467, 2067, '0', 'default', '2022-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16468, 2048, '0', 'default', '2022-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16469, 2036, '0', 'default', '2022-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16470, 2088, '0', 'preview', '2022-09-29', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16471, 1930, '0', 'preview', '2022-09-29', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16472, 2017, '0', 'preview', '2022-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16473, 2021, '0', 'preview', '2022-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16474, 2025, '0', 'preview', '2022-09-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16475, 2089, '0', 'preview', '2022-09-29', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16476, 2027, '0', 'preview', '2022-09-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16477, 2029, '0', 'preview', '2022-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16478, 2025, '0', 'default', '2022-09-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16479, 2020, '0', 'default', '2022-09-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16480, 2089, '0', 'default', '2022-09-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16481, 2061, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16482, 2031, '0', 'default', '2022-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16483, 2039, '0', 'default', '2022-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16484, 2016, '0', 'preview', '2022-09-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16485, 2014, '0', 'preview', '2022-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16486, 2097, '0', 'preview', '2022-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16487, 2107, '0', 'preview', '2022-09-29', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16488, 2057, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16489, 1967, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16490, 2024, '0', 'preview', '2022-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16491, 2033, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16492, 1925, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16493, 1944, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16494, 2097, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16495, 1918, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16496, 2048, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16497, 1944, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16498, 2055, '0', 'default', '2022-09-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16499, 2090, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16500, 2091, '0', 'preview', '2022-09-29', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16501, 1927, '0', 'preview', '2022-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16502, 1925, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16503, 2045, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16504, 2021, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16505, 2099, '0', 'preview', '2022-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16506, 2044, '0', 'preview', '2022-09-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16507, 2030, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16508, 2043, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16509, 2092, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16510, 2038, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16511, 2053, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16512, 2040, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16513, 2086, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16514, 1957, '0', 'default', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16515, 1957, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16516, 1938, '0', 'preview', '2022-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16517, 2055, '0', 'preview', '2022-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16518, 2093, '0', 'preview', '2022-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16519, 2088, '0', 'preview', '2022-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16520, 1930, '0', 'preview', '2022-09-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16521, 2031, '0', 'preview', '2022-09-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16522, 2020, '0', 'preview', '2022-09-30', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16523, 2093, '0', 'preview', '2022-09-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16524, 2089, '0', 'preview', '2022-09-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16525, 2024, '0', 'preview', '2022-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16526, 2089, '0', 'default', '2022-09-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16527, 2039, '0', 'preview', '2022-09-30', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16528, 2025, '0', 'preview', '2022-09-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16529, 2097, '0', 'preview', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16530, 2016, '0', 'preview', '2022-09-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16531, 2017, '0', 'preview', '2022-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16532, 1927, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16533, 2048, '0', 'default', '2022-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16534, 1935, '0', 'preview', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16535, 1917, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16536, 2020, '0', 'default', '2022-09-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16537, 2025, '0', 'default', '2022-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16538, 2057, '0', 'default', '2022-09-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16539, 2096, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16540, 1949, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16541, 2098, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16542, 2031, '0', 'default', '2022-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16543, 1949, '0', 'default', '2022-09-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16544, 2055, '0', 'default', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16545, 2029, '0', 'default', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16546, 2066, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16547, 2106, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16548, 2053, '0', 'default', '2022-09-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16549, 2035, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16550, 1964, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16551, 2053, '0', 'preview', '2022-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16552, 2014, '0', 'default', '2022-09-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16553, 2067, '0', 'default', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16554, 2038, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16555, 2043, '0', 'preview', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16556, 2044, '0', 'preview', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16557, 1967, '0', 'preview', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16558, 2057, '0', 'preview', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16559, 2030, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16560, 2086, '0', 'preview', '2022-09-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16561, 1959, '0', 'preview', '2022-09-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16562, 2051, '0', 'preview', '2022-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16563, 2095, '0', 'preview', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16564, 1915, '0', 'preview', '2022-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16565, 2060, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16566, 2106, '0', 'default', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16567, 2033, '0', 'preview', '2022-09-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16568, 1967, '0', 'default', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16569, 2107, '0', 'preview', '2022-09-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16570, 2048, '0', 'preview', '2022-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16571, 1886, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16572, 1956, '0', 'default', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16573, 1957, '0', 'default', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16574, 1959, '0', 'default', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16575, 2090, '0', 'default', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16576, 2027, '0', 'preview', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16577, 1944, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16578, 2095, '0', 'default', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16579, 2096, '0', 'default', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16580, 2021, '0', 'preview', '2022-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16581, 2099, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16582, 2027, '0', 'default', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16583, 2092, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16584, 1944, '0', 'default', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16585, 2097, '0', 'default', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16586, 2014, '0', 'preview', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16587, 2044, '0', 'default', '2022-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16588, 1935, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16589, 1930, '0', 'preview', '2022-10-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16590, 2088, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16591, 1964, '0', 'default', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16592, 2053, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16593, 2053, '0', 'default', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16594, 2097, '0', 'preview', '2022-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16595, 2098, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16596, 2017, '0', 'preview', '2022-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16597, 2039, '0', 'preview', '2022-10-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16598, 2039, '0', 'default', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16599, 2095, '0', 'default', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16600, 2031, '0', 'default', '2022-10-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16601, 2020, '0', 'default', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16602, 2044, '0', 'preview', '2022-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16603, 2057, '0', 'preview', '2022-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16604, 2086, '0', 'preview', '2022-10-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16605, 2025, '0', 'default', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16606, 2089, '0', 'default', '2022-10-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16607, 2025, '0', 'preview', '2022-10-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16608, 2020, '0', 'preview', '2022-10-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16609, 2089, '0', 'preview', '2022-10-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16610, 2093, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16611, 2106, '0', 'preview', '2022-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16612, 2031, '0', 'preview', '2022-10-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16613, 1915, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16614, 2049, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16615, 1913, '0', 'default', '2022-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16616, 2091, '0', 'default', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16617, 1930, '0', 'default', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16618, 1927, '0', 'default', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16619, 2021, '0', 'default', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16620, 1886, '0', 'preview', '2022-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16621, 1938, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16622, 2033, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16623, 2040, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16624, 2086, '0', 'default', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16625, 2054, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16626, 1960, '0', 'preview', '2022-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16627, 2086, '0', 'preview', '2022-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16628, 2053, '0', 'default', '2022-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16629, 2039, '0', 'preview', '2022-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16630, 2014, '0', 'preview', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16631, 2088, '0', 'preview', '2022-10-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16632, 2024, '0', 'preview', '2022-10-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16633, 2051, '0', 'preview', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16634, 1916, '0', 'default', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16635, 2089, '0', 'preview', '2022-10-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16636, 2014, '0', 'default', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16637, 2027, '0', 'preview', '2022-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16638, 1917, '0', 'preview', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16639, 2049, '0', 'preview', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16640, 2035, '0', 'preview', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16641, 2020, '0', 'preview', '2022-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16642, 2057, '0', 'default', '2022-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16643, 1930, '0', 'default', '2022-10-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16644, 1931, '0', 'default', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16645, 1930, '0', 'preview', '2022-10-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16646, 2099, '0', 'default', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16647, 2028, '0', 'default', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16648, 2016, '0', 'preview', '2022-10-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16649, 2095, '0', 'default', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16650, 2048, '0', 'default', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16651, 1967, '0', 'default', '2022-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16652, 2030, '0', 'default', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16653, 1950, '0', 'default', '2022-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16654, 1957, '0', 'default', '2022-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16655, 1959, '0', 'default', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16656, 2025, '0', 'preview', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16657, 2031, '0', 'preview', '2022-10-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16658, 2053, '0', 'preview', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16659, 2032, '0', 'default', '2022-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16660, 1964, '0', 'default', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16661, 2054, '0', 'preview', '2022-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16662, 2034, '0', 'preview', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16663, 2106, '0', 'preview', '2022-10-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16664, 2106, '0', 'default', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16665, 2107, '0', 'preview', '2022-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16666, 2020, '0', 'preview', '2022-10-03', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16667, 2031, '0', 'preview', '2022-10-03', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16668, 2039, '0', 'preview', '2022-10-03', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16669, 2016, '0', 'preview', '2022-10-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16670, 2027, '0', 'preview', '2022-10-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16671, 2024, '0', 'preview', '2022-10-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16672, 2057, '0', 'preview', '2022-10-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16673, 2057, '0', 'default', '2022-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16674, 1967, '0', 'preview', '2022-10-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16675, 2089, '0', 'default', '2022-10-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16676, 2090, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16677, 1926, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16678, 2055, '0', 'default', '2022-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16679, 2032, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16680, 1930, '0', 'preview', '2022-10-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16681, 1937, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16682, 2025, '0', 'preview', '2022-10-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16683, 2015, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16684, 2089, '0', 'preview', '2022-10-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16685, 2092, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16686, 2034, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16687, 2086, '0', 'preview', '2022-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16688, 2048, '0', 'preview', '2022-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16689, 2048, '0', 'default', '2022-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16690, 2093, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16691, 2025, '0', 'default', '2022-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16692, 2014, '0', 'preview', '2022-10-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16693, 2106, '0', 'preview', '2022-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16694, 2053, '0', 'default', '2022-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16695, 2053, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16696, 2086, '0', 'default', '2022-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16697, 1949, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16698, 2099, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16699, 2095, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16700, 2023, '0', 'default', '2022-10-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16701, 2065, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16702, 2024, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16703, 2095, '0', 'preview', '2022-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16704, 2098, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16705, 2107, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16706, 2043, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16707, 2028, '0', 'preview', '2022-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16708, 2017, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16709, 2021, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16710, 1949, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16711, 2099, '0', 'preview', '2022-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16712, 2106, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16713, 1944, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16714, 2096, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16715, 2016, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16716, 1935, '0', 'preview', '2022-10-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16717, 1937, '0', 'preview', '2022-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16718, 1955, '0', 'preview', '2022-10-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16719, 1950, '0', 'preview', '2022-10-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16720, 2034, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16721, 2097, '0', 'preview', '2022-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16722, 2021, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16723, 2033, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16724, 1931, '0', 'preview', '2022-10-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16725, 1912, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16726, 1912, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16727, 1964, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16728, 2067, '0', 'preview', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16729, 2029, '0', 'preview', '2022-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16730, 1930, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16731, 1954, '0', 'preview', '2022-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16732, 2059, '0', 'preview', '2022-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16733, 1953, '0', 'preview', '2022-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16734, 1956, '0', 'preview', '2022-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16735, 1957, '0', 'preview', '2022-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16736, 1952, '0', 'preview', '2022-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16737, 2012, '0', 'default', '2022-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16738, 2025, '0', 'preview', '2022-10-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16739, 2097, '0', 'preview', '2022-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16740, 2016, '0', 'preview', '2022-10-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16741, 2020, '0', 'preview', '2022-10-04', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16742, 2031, '0', 'preview', '2022-10-04', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16743, 2039, '0', 'preview', '2022-10-04', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16744, 2014, '0', 'preview', '2022-10-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16745, 2086, '0', 'preview', '2022-10-04', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16746, 2048, '0', 'preview', '2022-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16747, 2089, '0', 'preview', '2022-10-04', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16748, 1930, '0', 'preview', '2022-10-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16749, 2027, '0', 'preview', '2022-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16750, 2017, '0', 'preview', '2022-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16751, 2043, '0', 'preview', '2022-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16752, 2022, '0', 'preview', '2022-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16753, 2026, '0', 'preview', '2022-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16754, 1959, '0', 'preview', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16755, 1956, '0', 'preview', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16756, 2090, '0', 'preview', '2022-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16757, 2016, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16758, 2106, '0', 'preview', '2022-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16759, 1935, '0', 'preview', '2022-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16760, 2090, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16761, 2027, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16762, 2048, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16763, 2096, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16764, 2088, '0', 'preview', '2022-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16765, 1967, '0', 'default', '2022-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16766, 1950, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16767, 2091, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16768, 1913, '0', 'preview', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16769, 2053, '0', 'default', '2022-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16770, 1957, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16771, 1959, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16772, 2055, '0', 'preview', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16773, 2057, '0', 'preview', '2022-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16774, 1964, '0', 'preview', '2022-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16775, 2089, '0', 'default', '2022-10-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16776, 2025, '0', 'default', '2022-10-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16777, 2044, '0', 'preview', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16778, 2029, '0', 'preview', '2022-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16779, 2095, '0', 'preview', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16780, 2054, '0', 'default', '2022-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16781, 2044, '0', 'default', '2022-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16782, 1960, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16783, 2095, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16784, 2107, '0', 'preview', '2022-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16785, 2024, '0', 'preview', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16786, 2029, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16787, 2093, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16788, 1935, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16789, 2054, '0', 'preview', '2022-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16790, 2053, '0', 'preview', '2022-10-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16791, 2030, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16792, 2057, '0', 'default', '2022-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16793, 1954, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16794, 2097, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16795, 2021, '0', 'default', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16796, 1967, '0', 'preview', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16797, 1912, '0', 'preview', '2022-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16798, 2020, '0', 'preview', '2022-10-05', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16799, 2096, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16800, 2086, '0', 'default', '2022-10-05', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16801, 2029, '0', 'default', '2022-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16802, 2048, '0', 'preview', '2022-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16803, 2025, '0', 'default', '2022-10-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16804, 2039, '0', 'default', '2022-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16805, 2039, '0', 'preview', '2022-10-05', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16806, 2032, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16807, 1949, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16808, 2031, '0', 'default', '2022-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16809, 2089, '0', 'default', '2022-10-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16810, 2089, '0', 'preview', '2022-10-05', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16811, 2057, '0', 'preview', '2022-10-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16812, 2091, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16813, 2017, '0', 'preview', '2022-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16814, 2025, '0', 'preview', '2022-10-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16815, 1926, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16816, 2016, '0', 'preview', '2022-10-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16817, 2024, '0', 'preview', '2022-10-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16818, 2027, '0', 'preview', '2022-10-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16819, 1964, '0', 'preview', '2022-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16820, 2065, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16821, 2090, '0', 'preview', '2022-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16822, 1925, '0', 'preview', '2022-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16823, 2086, '0', 'preview', '2022-10-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16824, 2107, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16825, 2095, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16826, 1928, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16827, 1927, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16828, 1938, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16829, 2014, '0', 'preview', '2022-10-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16830, 2031, '0', 'preview', '2022-10-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16831, 2053, '0', 'default', '2022-10-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16832, 2057, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16833, 1967, '0', 'default', '2022-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16834, 1944, '0', 'preview', '2022-10-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16835, 2020, '0', 'default', '2022-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16836, 2095, '0', 'preview', '2022-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16837, 2099, '0', 'preview', '2022-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16838, 2097, '0', 'preview', '2022-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16839, 1930, '0', 'preview', '2022-10-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16840, 2088, '0', 'preview', '2022-10-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16841, 2040, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16842, 2053, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16843, 2035, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16844, 2029, '0', 'preview', '2022-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16845, 2106, '0', 'preview', '2022-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16846, 2094, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16847, 1913, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16848, 2049, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16849, 2106, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16850, 1959, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16851, 1950, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16852, 2055, '0', 'default', '2022-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16853, 1954, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16854, 2060, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16855, 2059, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16856, 2097, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16857, 1886, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16858, 2033, '0', 'default', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16859, 2033, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16860, 1935, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16861, 2092, '0', 'preview', '2022-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16862, 2027, '0', 'preview', '2022-10-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16863, 2016, '0', 'preview', '2022-10-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16864, 2020, '0', 'preview', '2022-10-06', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16865, 2031, '0', 'preview', '2022-10-06', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16866, 2039, '0', 'preview', '2022-10-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16867, 2089, '0', 'default', '2022-10-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16868, 2024, '0', 'preview', '2022-10-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16869, 2086, '0', 'preview', '2022-10-06', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16870, 2017, '0', 'default', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16871, 1926, '0', 'preview', '2022-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16872, 2043, '0', 'preview', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16873, 1930, '0', 'preview', '2022-10-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16874, 2025, '0', 'preview', '2022-10-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16875, 2089, '0', 'preview', '2022-10-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16876, 2097, '0', 'preview', '2022-10-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16877, 2099, '0', 'preview', '2022-10-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16878, 2095, '0', 'preview', '2022-10-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16879, 2053, '0', 'default', '2022-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16880, 2025, '0', 'default', '2022-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16881, 1949, '0', 'preview', '2022-10-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16882, 1960, '0', 'preview', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16883, 1944, '0', 'preview', '2022-10-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16884, 1932, '0', 'default', '2022-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16885, 2033, '0', 'default', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16886, 2057, '0', 'preview', '2022-10-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16887, 2017, '0', 'preview', '2022-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16888, 2029, '0', 'default', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16889, 2055, '0', 'default', '2022-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16890, 2054, '0', 'preview', '2022-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16891, 1967, '0', 'preview', '2022-10-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16892, 2036, '0', 'preview', '2022-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16893, 1959, '0', 'default', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16894, 2095, '0', 'default', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16895, 2020, '0', 'default', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16896, 1949, '0', 'default', '2022-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16897, 2031, '0', 'default', '2022-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16898, 1886, '0', 'default', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16899, 2048, '0', 'default', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16900, 2097, '0', 'default', '2022-10-06', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16901, 1912, '0', 'default', '2022-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16902, 1944, '0', 'default', '2022-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16903, 2048, '0', 'preview', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16904, 2106, '0', 'default', '2022-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16905, 1959, '0', 'preview', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16906, 1954, '0', 'preview', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16907, 1956, '0', 'preview', '2022-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16908, 2060, '0', 'preview', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16909, 2015, '0', 'preview', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16910, 2106, '0', 'preview', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16911, 2088, '0', 'preview', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16912, 2014, '0', 'preview', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16913, 2054, '0', 'default', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16914, 2024, '0', 'default', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16915, 2029, '0', 'preview', '2022-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16916, 2051, '0', 'default', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16917, 2045, '0', 'preview', '2022-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16918, 2025, '0', 'preview', '2022-10-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16919, 2089, '0', 'preview', '2022-10-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16920, 2031, '0', 'preview', '2022-10-07', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16921, 2020, '0', 'preview', '2022-10-07', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16922, 2039, '0', 'preview', '2022-10-07', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16923, 2086, '0', 'preview', '2022-10-07', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16924, 2097, '0', 'preview', '2022-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16925, 2089, '0', 'default', '2022-10-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16926, 2016, '0', 'preview', '2022-10-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16927, 2053, '0', 'default', '2022-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16928, 1930, '0', 'preview', '2022-10-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16929, 1935, '0', 'preview', '2022-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16930, 2088, '0', 'preview', '2022-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16931, 2106, '0', 'default', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16932, 2025, '0', 'default', '2022-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16933, 2039, '0', 'default', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16934, 2053, '0', 'preview', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16935, 2014, '0', 'preview', '2022-10-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16936, 1967, '0', 'preview', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16937, 2107, '0', 'default', '2022-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16938, 2031, '0', 'default', '2022-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16939, 2020, '0', 'default', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16940, 2095, '0', 'default', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16941, 2055, '0', 'default', '2022-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16942, 1944, '0', 'preview', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16943, 2035, '0', 'preview', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16944, 2049, '0', 'preview', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16945, 1938, '0', 'preview', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16946, 2021, '0', 'preview', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16947, 2057, '0', 'preview', '2022-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16948, 2107, '0', 'preview', '2022-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16949, 2032, '0', 'default', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16950, 2033, '0', 'default', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16951, 2024, '0', 'preview', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16952, 2014, '0', 'default', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16953, 2048, '0', 'preview', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16954, 2057, '0', 'default', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16955, 2093, '0', 'preview', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16956, 1930, '0', 'default', '2022-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16957, 2055, '0', 'default', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16958, 2055, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16959, 2086, '0', 'preview', '2022-10-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16960, 2039, '0', 'preview', '2022-10-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16961, 2031, '0', 'preview', '2022-10-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16962, 2020, '0', 'preview', '2022-10-08', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16963, 2025, '0', 'preview', '2022-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16964, 1930, '0', 'preview', '2022-10-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16965, 1944, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16966, 2089, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16967, 1912, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16968, 2089, '0', 'default', '2022-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16969, 2049, '0', 'default', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16970, 2025, '0', 'default', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16971, 1935, '0', 'default', '2022-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16972, 1930, '0', 'default', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16973, 1913, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16974, 2016, '0', 'preview', '2022-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16975, 1917, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16976, 2086, '0', 'default', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16977, 2026, '0', 'default', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16978, 2024, '0', 'preview', '2022-10-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16979, 2014, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16980, 2058, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16981, 2027, '0', 'preview', '2022-10-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16982, 2016, '0', 'default', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16983, 2057, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16984, 2097, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16985, 1926, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16986, 1926, '0', 'default', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16987, 1938, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16988, 2033, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16989, 2040, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16990, 1935, '0', 'preview', '2022-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16991, 1953, '0', 'preview', '2022-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16992, 1956, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16993, 2111, '0', 'preview', '2022-10-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16994, 2109, '0', 'preview', '2022-10-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16995, 2110, '0', 'preview', '2022-10-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16996, 1966, '0', 'default', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16997, 2023, '0', 'preview', '2022-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16998, 2021, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16999, 2057, '0', 'preview', '2022-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17000, 2020, '0', 'preview', '2022-10-09', 22);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17001, 2089, '0', 'default', '2022-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17002, 1928, '0', 'default', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17003, 2031, '0', 'preview', '2022-10-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17004, 2039, '0', 'preview', '2022-10-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17005, 2033, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17006, 2040, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17007, 2089, '0', 'preview', '2022-10-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17008, 2111, '0', 'preview', '2022-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17009, 1967, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17010, 2092, '0', 'preview', '2022-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17011, 2044, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17012, 2092, '0', 'default', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17013, 2025, '0', 'preview', '2022-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17014, 1911, '0', 'default', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17015, 2065, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17016, 1938, '0', 'default', '2022-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17017, 1938, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17018, 1930, '0', 'preview', '2022-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17019, 2027, '0', 'preview', '2022-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17020, 2016, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17021, 2024, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17022, 2054, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17023, 2091, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17024, 2025, '0', 'default', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17025, 2090, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17026, 2109, '0', 'preview', '2022-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17027, 2110, '0', 'preview', '2022-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17028, 2014, '0', 'default', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17029, 2048, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17030, 2055, '0', 'default', '2022-10-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17031, 2017, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17032, 2055, '0', 'preview', '2022-10-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17033, 2067, '0', 'preview', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17034, 2107, '0', 'default', '2022-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17035, 2055, '0', 'default', '2022-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17036, 2109, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17037, 2031, '0', 'default', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17038, 2020, '0', 'default', '2022-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17039, 2039, '0', 'preview', '2022-10-10', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17040, 2031, '0', 'preview', '2022-10-10', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17041, 2020, '0', 'preview', '2022-10-10', 69);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17042, 2089, '0', 'preview', '2022-10-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17043, 2097, '0', 'preview', '2022-10-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17044, 2089, '0', 'default', '2022-10-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17045, 2051, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17046, 2088, '0', 'preview', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17047, 2109, '0', 'preview', '2022-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17048, 2111, '0', 'preview', '2022-10-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17049, 2025, '0', 'default', '2022-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17050, 1950, '0', 'default', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17051, 1964, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17052, 1944, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17053, 2024, '0', 'preview', '2022-10-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17054, 2027, '0', 'preview', '2022-10-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17055, 2014, '0', 'preview', '2022-10-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17056, 1930, '0', 'preview', '2022-10-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17057, 1954, '0', 'default', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17058, 2106, '0', 'default', '2022-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17059, 1912, '0', 'preview', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17060, 2086, '0', 'preview', '2022-10-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17061, 2016, '0', 'preview', '2022-10-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17062, 2033, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17063, 2107, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17064, 1918, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17065, 2110, '0', 'preview', '2022-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17066, 1886, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17067, 1953, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17068, 1956, '0', 'preview', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17069, 1926, '0', 'default', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17070, 2096, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17071, 1967, '0', 'preview', '2022-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17072, 2086, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17073, 2053, '0', 'default', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17074, 1957, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17075, 1935, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17076, 2106, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17077, 2015, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17078, 1959, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17079, 1957, '0', 'default', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17080, 2055, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17081, 1927, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17082, 2057, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17083, 1956, '0', 'default', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17084, 2014, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17085, 2088, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17086, 2025, '0', 'preview', '2022-10-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17087, 2060, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17088, 2067, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17089, 1938, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17090, 2107, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17091, 1952, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17092, 2016, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17093, 2024, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17094, 2027, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17095, 1966, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17096, 2066, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17097, 2090, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17098, 2091, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17099, 2092, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17100, 1931, '0', 'default', '2022-10-10', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17101, 2111, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17102, 2032, '0', 'default', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17103, 2053, '0', 'preview', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17104, 2090, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17105, 1967, '0', 'default', '2022-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17106, 2054, '0', 'preview', '2022-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17107, 2020, '0', 'preview', '2022-10-11', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17108, 2031, '0', 'preview', '2022-10-11', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17109, 2039, '0', 'preview', '2022-10-11', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17110, 2014, '0', 'preview', '2022-10-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17111, 1930, '0', 'preview', '2022-10-11', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17112, 2024, '0', 'preview', '2022-10-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17113, 2016, '0', 'preview', '2022-10-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17114, 2027, '0', 'preview', '2022-10-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17115, 2025, '0', 'preview', '2022-10-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17116, 2086, '0', 'preview', '2022-10-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17117, 2089, '0', 'default', '2022-10-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17118, 2097, '0', 'default', '2022-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17119, 2025, '0', 'default', '2022-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17120, 2089, '0', 'preview', '2022-10-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17121, 1935, '0', 'default', '2022-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17122, 1967, '0', 'default', '2022-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17123, 1967, '0', 'preview', '2022-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17124, 2088, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17125, 2088, '0', 'preview', '2022-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17126, 1966, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17127, 2060, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17128, 1918, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17129, 2053, '0', 'default', '2022-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17130, 2090, '0', 'default', '2022-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17131, 1927, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17132, 1964, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17133, 1964, '0', 'default', '2022-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17134, 2016, '0', 'default', '2022-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17135, 1930, '0', 'default', '2022-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17136, 2096, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17137, 2106, '0', 'default', '2022-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17138, 2040, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17139, 2051, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17140, 1925, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17141, 2053, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17142, 2020, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17143, 2111, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17144, 2048, '0', 'preview', '2022-10-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17145, 1908, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17146, 2054, '0', 'preview', '2022-10-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17147, 2106, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17148, 2092, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17149, 1926, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17150, 2099, '0', 'preview', '2022-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17151, 2094, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17152, 1949, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17153, 1952, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17154, 2099, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17155, 1926, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17156, 2092, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17157, 2017, '0', 'preview', '2022-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17158, 2090, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17159, 2029, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17160, 2022, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17161, 2043, '0', 'preview', '2022-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17162, 2045, '0', 'preview', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17163, 2086, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17164, 1931, '0', 'default', '2022-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17165, 2113, '0', 'preview', '2022-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17166, 2112, '0', 'preview', '2022-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17167, 2031, '0', 'preview', '2022-10-12', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17168, 2016, '0', 'default', '2022-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17169, 2020, '0', 'preview', '2022-10-12', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17170, 2027, '0', 'preview', '2022-10-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17171, 2039, '0', 'preview', '2022-10-12', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17172, 2025, '0', 'preview', '2022-10-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17173, 2025, '0', 'default', '2022-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17174, 2067, '0', 'preview', '2022-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17175, 2089, '0', 'preview', '2022-10-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17176, 2016, '0', 'preview', '2022-10-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17177, 2024, '0', 'preview', '2022-10-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17178, 2029, '0', 'preview', '2022-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17179, 2107, '0', 'preview', '2022-10-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17180, 2106, '0', 'preview', '2022-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17181, 1930, '0', 'preview', '2022-10-12', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17182, 2014, '0', 'preview', '2022-10-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17183, 2089, '0', 'default', '2022-10-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17184, 1944, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17185, 2093, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17186, 1935, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17187, 1937, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17188, 2113, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17189, 1967, '0', 'preview', '2022-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17190, 2021, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17191, 2109, '0', 'preview', '2022-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17192, 2110, '0', 'preview', '2022-10-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17193, 2111, '0', 'preview', '2022-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17194, 2096, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17195, 2097, '0', 'preview', '2022-10-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17196, 2112, '0', 'preview', '2022-10-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17197, 2086, '0', 'preview', '2022-10-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17198, 2113, '0', 'preview', '2022-10-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17199, 2032, '0', 'preview', '2022-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17200, 2122, '0', 'preview', '2022-10-12', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17201, 1886, '0', 'preview', '2022-10-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17202, 2109, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17203, 1953, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17204, 2015, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17205, 2028, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17206, 2023, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17207, 1938, '0', 'preview', '2022-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17208, 2033, '0', 'preview', '2022-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17209, 2040, '0', 'preview', '2022-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17210, 2117, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17211, 2053, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17212, 2118, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17213, 2123, '0', 'preview', '2022-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17214, 2121, '0', 'default', '2022-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17215, 2111, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17216, 2053, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17217, 2039, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17218, 2121, '0', 'preview', '2022-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17219, 2099, '0', 'default', '2022-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17220, 2095, '0', 'preview', '2022-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17221, 1935, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17222, 2106, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17223, 1912, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17224, 2095, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17225, 2097, '0', 'default', '2022-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17226, 2116, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17227, 1931, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17228, 2017, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17229, 1912, '0', 'preview', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17230, 2115, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17231, 2031, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17232, 2020, '0', 'default', '2022-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17233, 2027, '0', 'default', '2022-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17234, 2039, '0', 'preview', '2022-10-13', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17235, 2031, '0', 'preview', '2022-10-13', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17236, 2020, '0', 'preview', '2022-10-13', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17237, 2016, '0', 'preview', '2022-10-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17238, 2053, '0', 'default', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17239, 1960, '0', 'default', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17240, 2025, '0', 'preview', '2022-10-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17241, 2017, '0', 'preview', '2022-10-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17242, 2020, '0', 'default', '2022-10-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17243, 2031, '0', 'default', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17244, 2090, '0', 'preview', '2022-10-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17245, 2092, '0', 'preview', '2022-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17246, 2091, '0', 'preview', '2022-10-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17247, 1926, '0', 'preview', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17248, 2089, '0', 'preview', '2022-10-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17249, 2121, '0', 'preview', '2022-10-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17250, 2097, '0', 'preview', '2022-10-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17251, 1960, '0', 'preview', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17252, 2024, '0', 'preview', '2022-10-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17253, 2027, '0', 'preview', '2022-10-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17254, 2038, '0', 'preview', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17255, 1967, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17256, 2117, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17257, 1913, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17258, 2123, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17259, 2021, '0', 'preview', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17260, 2033, '0', 'default', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17261, 2040, '0', 'default', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17262, 1938, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17263, 2110, '0', 'default', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17264, 2112, '0', 'preview', '2022-10-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17265, 2097, '0', 'default', '2022-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17266, 2014, '0', 'preview', '2022-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17267, 2096, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17268, 1930, '0', 'preview', '2022-10-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17269, 2045, '0', 'preview', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17270, 2044, '0', 'preview', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17271, 2030, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17272, 2111, '0', 'default', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17273, 2111, '0', 'preview', '2022-10-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17274, 2057, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17275, 2045, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17276, 2044, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17277, 2120, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17278, 2099, '0', 'preview', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17279, 2039, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17280, 2094, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17281, 2089, '0', 'default', '2022-10-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17282, 2095, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17283, 2048, '0', 'default', '2022-10-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17284, 2025, '0', 'default', '2022-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17285, 2086, '0', 'preview', '2022-10-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17286, 1886, '0', 'preview', '2022-10-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17287, 2043, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17288, 1927, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17289, 1921, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17290, 2121, '0', 'default', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17291, 2053, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17292, 2054, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17293, 2107, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17294, 2106, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17295, 2022, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17296, 2026, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17297, 1920, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17298, 1924, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17299, 1925, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17300, 2067, '0', 'default', '2022-10-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17301, 1954, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17302, 1954, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17303, 2059, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17304, 1908, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17305, 2086, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17306, 2048, '0', 'preview', '2022-10-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17307, 2116, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17308, 2118, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17309, 2112, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17310, 2109, '0', 'default', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17311, 2109, '0', 'preview', '2022-10-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17312, 2110, '0', 'preview', '2022-10-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17313, 2055, '0', 'default', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17314, 2055, '0', 'preview', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17315, 2067, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17316, 2012, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17317, 2088, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17318, 1956, '0', 'preview', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17319, 2015, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17320, 1938, '0', 'preview', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17321, 2033, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17322, 2040, '0', 'preview', '2022-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17323, 2113, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17324, 2028, '0', 'preview', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17325, 2023, '0', 'preview', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17326, 1917, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17327, 2049, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17328, 2014, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17329, 1964, '0', 'default', '2022-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17330, 2023, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17331, 2016, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17332, 2024, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17333, 2027, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17334, 2095, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17335, 2090, '0', 'default', '2022-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17336, 2031, '0', 'preview', '2022-10-14', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17337, 2020, '0', 'preview', '2022-10-14', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17338, 2110, '0', 'preview', '2022-10-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17339, 2111, '0', 'preview', '2022-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17340, 2089, '0', 'default', '2022-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17341, 2053, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17342, 2089, '0', 'preview', '2022-10-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17343, 2024, '0', 'preview', '2022-10-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17344, 2025, '0', 'default', '2022-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17345, 2012, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17346, 2039, '0', 'preview', '2022-10-14', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17347, 2109, '0', 'preview', '2022-10-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17348, 2095, '0', 'preview', '2022-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17349, 2098, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17350, 2115, '0', 'preview', '2022-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17351, 2016, '0', 'preview', '2022-10-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17352, 2027, '0', 'preview', '2022-10-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17353, 1930, '0', 'preview', '2022-10-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17354, 1931, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17355, 2110, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17356, 2043, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17357, 2044, '0', 'preview', '2022-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17358, 2092, '0', 'preview', '2022-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17359, 2090, '0', 'preview', '2022-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17360, 2025, '0', 'preview', '2022-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17361, 2115, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17362, 2057, '0', 'preview', '2022-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17363, 2118, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17364, 2060, '0', 'preview', '2022-10-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17365, 2120, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17366, 2117, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17367, 2055, '0', 'default', '2022-10-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17368, 2051, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17369, 2114, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17370, 2014, '0', 'preview', '2022-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17371, 2086, '0', 'preview', '2022-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17372, 2091, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17373, 2111, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17374, 2017, '0', 'preview', '2022-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17375, 1956, '0', 'preview', '2022-10-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17376, 2021, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17377, 2121, '0', 'default', '2022-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17378, 2112, '0', 'preview', '2022-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17379, 2121, '0', 'preview', '2022-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17380, 1964, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17381, 2045, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17382, 2097, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17383, 2117, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17384, 1952, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17385, 1957, '0', 'preview', '2022-10-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17386, 1953, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17387, 1955, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17388, 1950, '0', 'preview', '2022-10-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17389, 2053, '0', 'preview', '2022-10-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17390, 1913, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17391, 2016, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17392, 2106, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17393, 1927, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17394, 2030, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17395, 2067, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17396, 2097, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17397, 2112, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17398, 1938, '0', 'preview', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17399, 2122, '0', 'default', '2022-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17400, 2089, '0', 'preview', '2022-10-15', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17401, 1964, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17402, 2020, '0', 'preview', '2022-10-15', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17403, 2097, '0', 'preview', '2022-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17404, 2094, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17405, 2055, '0', 'default', '2022-10-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17406, 1930, '0', 'preview', '2022-10-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17407, 2027, '0', 'preview', '2022-10-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17408, 2016, '0', 'preview', '2022-10-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17409, 2039, '0', 'preview', '2022-10-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17410, 2121, '0', 'default', '2022-10-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17411, 2093, '0', 'default', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17412, 1964, '0', 'default', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17413, 2112, '0', 'default', '2022-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17414, 2089, '0', 'default', '2022-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17415, 2119, '0', 'default', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17416, 2014, '0', 'preview', '2022-10-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17417, 2031, '0', 'preview', '2022-10-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17418, 2020, '0', 'default', '2022-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17419, 2023, '0', 'preview', '2022-10-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17420, 2088, '0', 'preview', '2022-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17421, 2106, '0', 'preview', '2022-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17422, 2060, '0', 'default', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17423, 2116, '0', 'default', '2022-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17424, 2123, '0', 'default', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17425, 2113, '0', 'default', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17426, 2097, '0', 'default', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17427, 2014, '0', 'default', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17428, 2017, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17429, 2107, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17430, 2117, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17431, 2091, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17432, 1938, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17433, 2033, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17434, 2112, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17435, 2017, '0', 'default', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17436, 2044, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17437, 2038, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17438, 2120, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17439, 2123, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17440, 2111, '0', 'preview', '2022-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17441, 2109, '0', 'preview', '2022-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17442, 2110, '0', 'preview', '2022-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17443, 1960, '0', 'preview', '2022-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17444, 2053, '0', 'preview', '2022-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17445, 2093, '0', 'preview', '2022-10-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17446, 1953, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17447, 1956, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17448, 2028, '0', 'preview', '2022-10-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17449, 2025, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17450, 2121, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17451, 2086, '0', 'preview', '2022-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17452, 1930, '0', 'preview', '2022-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17453, 2039, '0', 'preview', '2022-10-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17454, 2020, '0', 'preview', '2022-10-16', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17455, 2031, '0', 'preview', '2022-10-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17456, 2014, '0', 'preview', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17457, 2121, '0', 'default', '2022-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17458, 2055, '0', 'default', '2022-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17459, 2029, '0', 'default', '2022-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17460, 2027, '0', 'preview', '2022-10-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17461, 2016, '0', 'preview', '2022-10-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17462, 2024, '0', 'preview', '2022-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17463, 2111, '0', 'default', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17464, 2116, '0', 'default', '2022-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17465, 2115, '0', 'default', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17466, 2089, '0', 'default', '2022-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17467, 2066, '0', 'default', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17468, 2065, '0', 'default', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17469, 2027, '0', 'default', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17470, 2089, '0', 'preview', '2022-10-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17471, 2043, '0', 'preview', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17472, 1967, '0', 'preview', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17473, 2117, '0', 'preview', '2022-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17474, 1886, '0', 'preview', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17475, 1913, '0', 'preview', '2022-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17476, 2121, '0', 'preview', '2022-10-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17477, 2033, '0', 'preview', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17478, 2025, '0', 'default', '2022-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17479, 2086, '0', 'preview', '2022-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17480, 2112, '0', 'default', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17481, 2036, '0', 'preview', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17482, 2054, '0', 'preview', '2022-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17483, 1911, '0', 'default', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17484, 2088, '0', 'default', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17485, 2067, '0', 'default', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17486, 2112, '0', 'preview', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17487, 2048, '0', 'preview', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17488, 2025, '0', 'preview', '2022-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17489, 2110, '0', 'preview', '2022-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17490, 2097, '0', 'preview', '2022-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17491, 2086, '0', 'preview', '2022-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17492, 2057, '0', 'default', '2022-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17493, 2109, '0', 'preview', '2022-10-17', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17494, 2121, '0', 'preview', '2022-10-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17495, 2111, '0', 'preview', '2022-10-17', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17496, 2097, '0', 'preview', '2022-10-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17497, 2110, '0', 'preview', '2022-10-17', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17498, 2089, '0', 'default', '2022-10-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17499, 2097, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17500, 2031, '0', 'preview', '2022-10-17', 26);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17501, 2039, '0', 'preview', '2022-10-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17502, 2020, '0', 'preview', '2022-10-17', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17503, 2020, '0', 'default', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17504, 2090, '0', 'default', '2022-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17505, 2110, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17506, 2057, '0', 'preview', '2022-10-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17507, 2048, '0', 'default', '2022-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17508, 2025, '0', 'preview', '2022-10-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17509, 2089, '0', 'preview', '2022-10-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17510, 1930, '0', 'preview', '2022-10-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17511, 2118, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17512, 2053, '0', 'default', '2022-10-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17513, 1960, '0', 'default', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17514, 2038, '0', 'preview', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17515, 1935, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17516, 2113, '0', 'preview', '2022-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17517, 2113, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17518, 2093, '0', 'preview', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17519, 2012, '0', 'preview', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17520, 2117, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17521, 2092, '0', 'preview', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17522, 2016, '0', 'preview', '2022-10-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17523, 2025, '0', 'default', '2022-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17524, 2024, '0', 'preview', '2022-10-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17525, 2027, '0', 'preview', '2022-10-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17526, 2065, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17527, 2096, '0', 'preview', '2022-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17528, 2098, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17529, 2055, '0', 'preview', '2022-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17530, 2055, '0', 'default', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17531, 2028, '0', 'preview', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17532, 1953, '0', 'preview', '2022-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17533, 1956, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17534, 1950, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17535, 2106, '0', 'preview', '2022-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17536, 2115, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17537, 2095, '0', 'preview', '2022-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17538, 2059, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17539, 1912, '0', 'preview', '2022-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17540, 2099, '0', 'preview', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17541, 1886, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17542, 2015, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17543, 2023, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17544, 2112, '0', 'preview', '2022-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17545, 2112, '0', 'preview', '2022-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17546, 1938, '0', 'preview', '2022-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17547, 2033, '0', 'preview', '2022-10-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17548, 2040, '0', 'preview', '2022-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17549, 2014, '0', 'preview', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17550, 1930, '0', 'default', '2022-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17551, 2067, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17552, 2086, '0', 'default', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17553, 2106, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17554, 2107, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17555, 2121, '0', 'default', '2022-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17556, 1918, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17557, 2109, '0', 'default', '2022-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17558, 2111, '0', 'default', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17559, 2090, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17560, 2029, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17561, 2112, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17562, 1950, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17563, 1966, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17564, 2017, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17565, 2099, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17566, 2017, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17567, 2043, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17568, 2033, '0', 'default', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17569, 2053, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17570, 1960, '0', 'preview', '2022-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17571, 2094, '0', 'preview', '2022-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17572, 2038, '0', 'preview', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17573, 2110, '0', 'preview', '2022-10-18', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17574, 2020, '0', 'preview', '2022-10-18', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17575, 2109, '0', 'preview', '2022-10-18', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17576, 2111, '0', 'preview', '2022-10-18', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17577, 2121, '0', 'default', '2022-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17578, 2090, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17579, 2092, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17580, 2030, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17581, 2032, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17582, 2017, '0', 'default', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17583, 2089, '0', 'default', '2022-10-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17584, 2111, '0', 'default', '2022-10-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17585, 2117, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17586, 2067, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17587, 1930, '0', 'preview', '2022-10-18', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17588, 2053, '0', 'default', '2022-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17589, 2086, '0', 'default', '2022-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17590, 2112, '0', 'preview', '2022-10-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17591, 2016, '0', 'preview', '2022-10-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17592, 1925, '0', 'preview', '2022-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17593, 2092, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17594, 1926, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17595, 2027, '0', 'preview', '2022-10-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17596, 2039, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17597, 2031, '0', 'preview', '2022-10-18', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17598, 2099, '0', 'preview', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17599, 2039, '0', 'preview', '2022-10-18', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17600, 1964, '0', 'preview', '2022-10-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17601, 2089, '0', 'preview', '2022-10-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17602, 2113, '0', 'preview', '2022-10-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17603, 2024, '0', 'preview', '2022-10-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17604, 2048, '0', 'preview', '2022-10-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17605, 2088, '0', 'preview', '2022-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17606, 2025, '0', 'preview', '2022-10-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17607, 2121, '0', 'preview', '2022-10-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17608, 1930, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17609, 2017, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17610, 2015, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17611, 2016, '0', 'default', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17612, 2025, '0', 'default', '2022-10-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17613, 2086, '0', 'preview', '2022-10-18', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17614, 2055, '0', 'default', '2022-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17615, 2096, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17616, 2044, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17617, 2033, '0', 'preview', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17618, 2057, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17619, 2036, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17620, 1886, '0', 'preview', '2022-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17621, 2035, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17622, 2021, '0', 'default', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17623, 2097, '0', 'default', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17624, 2053, '0', 'preview', '2022-10-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17625, 2057, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17626, 2054, '0', 'preview', '2022-10-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17627, 2110, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17628, 2048, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17629, 2055, '0', 'preview', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17630, 2067, '0', 'preview', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17631, 2120, '0', 'preview', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17632, 2123, '0', 'preview', '2022-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17633, 2106, '0', 'preview', '2022-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17634, 2066, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17635, 2060, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17636, 2015, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17637, 2028, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17638, 2023, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17639, 2117, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17640, 2090, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17641, 1950, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17642, 2060, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17643, 1954, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17644, 2059, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17645, 1953, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17646, 2058, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17647, 1955, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17648, 1956, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17649, 2014, '0', 'preview', '2022-10-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17650, 2095, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17651, 2115, '0', 'default', '2022-10-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17652, 2115, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17653, 2029, '0', 'default', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17654, 1938, '0', 'preview', '2022-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17655, 2040, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17656, 2116, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17657, 2107, '0', 'preview', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17658, 2118, '0', 'preview', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17659, 2118, '0', 'default', '2022-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17660, 2097, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17661, 1931, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17662, 2114, '0', 'preview', '2022-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17663, 2033, '0', 'default', '2022-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17664, 2031, '0', 'preview', '2022-10-19', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17665, 2020, '0', 'preview', '2022-10-19', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17666, 2113, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17667, 1930, '0', 'default', '2022-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17668, 1938, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17669, 2089, '0', 'preview', '2022-10-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17670, 2111, '0', 'preview', '2022-10-19', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17671, 2021, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17672, 2030, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17673, 1927, '0', 'preview', '2022-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17674, 2113, '0', 'preview', '2022-10-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17675, 2039, '0', 'preview', '2022-10-19', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17676, 2121, '0', 'preview', '2022-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17677, 2121, '0', 'default', '2022-10-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17678, 2089, '0', 'default', '2022-10-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17679, 2109, '0', 'preview', '2022-10-19', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17680, 2025, '0', 'preview', '2022-10-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17681, 2097, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17682, 1930, '0', 'preview', '2022-10-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17683, 2111, '0', 'default', '2022-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17684, 2025, '0', 'default', '2022-10-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17685, 2109, '0', 'default', '2022-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17686, 2090, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17687, 2112, '0', 'preview', '2022-10-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17688, 2110, '0', 'preview', '2022-10-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17689, 1960, '0', 'default', '2022-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17690, 2055, '0', 'default', '2022-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17691, 2096, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17692, 2017, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17693, 2027, '0', 'preview', '2022-10-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17694, 2112, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17695, 2057, '0', 'default', '2022-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17696, 2031, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17697, 2035, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17698, 1967, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17699, 1938, '0', 'preview', '2022-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17700, 2040, '0', 'preview', '2022-10-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17701, 2053, '0', 'default', '2022-10-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17702, 2118, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17703, 2053, '0', 'preview', '2022-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17704, 2086, '0', 'preview', '2022-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17705, 1960, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17706, 2055, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17707, 2033, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17708, 2093, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17709, 2024, '0', 'preview', '2022-10-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17710, 2086, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17711, 2093, '0', 'preview', '2022-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17712, 2020, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17713, 2016, '0', 'preview', '2022-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17714, 2097, '0', 'default', '2022-10-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17715, 2110, '0', 'default', '2022-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17716, 2106, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17717, 1964, '0', 'default', '2022-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17718, 2048, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17719, 2048, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17720, 2057, '0', 'preview', '2022-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17721, 2036, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17722, 1935, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17723, 2090, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17724, 2099, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17725, 2044, '0', 'preview', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17726, 2039, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17727, 2106, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17728, 2024, '0', 'default', '2022-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17729, 2027, '0', 'preview', '2022-10-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17730, 2097, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17731, 2097, '0', 'preview', '2022-10-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17732, 2057, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17733, 2017, '0', 'preview', '2022-10-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17734, 2117, '0', 'preview', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17735, 2020, '0', 'preview', '2022-10-20', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17736, 2039, '0', 'preview', '2022-10-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17737, 2110, '0', 'preview', '2022-10-20', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17738, 1964, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17739, 1935, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17740, 2049, '0', 'preview', '2022-10-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17741, 2109, '0', 'preview', '2022-10-20', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17742, 2055, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17743, 2031, '0', 'preview', '2022-10-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17744, 2024, '0', 'preview', '2022-10-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17745, 1930, '0', 'default', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17746, 2089, '0', 'default', '2022-10-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17747, 2089, '0', 'preview', '2022-10-20', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17748, 2025, '0', 'preview', '2022-10-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17749, 2121, '0', 'default', '2022-10-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17750, 2121, '0', 'preview', '2022-10-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17751, 2111, '0', 'preview', '2022-10-20', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17752, 2106, '0', 'preview', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17753, 2014, '0', 'preview', '2022-10-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17754, 2118, '0', 'preview', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17755, 2095, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17756, 2094, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17757, 1930, '0', 'preview', '2022-10-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17758, 2055, '0', 'default', '2022-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17759, 2051, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17760, 1950, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17761, 2016, '0', 'preview', '2022-10-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17762, 2024, '0', 'default', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17763, 1966, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17764, 2025, '0', 'default', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17765, 2112, '0', 'preview', '2022-10-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17766, 2048, '0', 'preview', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17767, 2038, '0', 'preview', '2022-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17768, 2045, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17769, 2033, '0', 'preview', '2022-10-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17770, 2040, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17771, 2093, '0', 'preview', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17772, 1952, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17773, 2107, '0', 'default', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17774, 2048, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17775, 2107, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17776, 2044, '0', 'preview', '2022-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17777, 2043, '0', 'preview', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17778, 2057, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17779, 2014, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17780, 2091, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17781, 1924, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17782, 2099, '0', 'preview', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17783, 2110, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17784, 2109, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17785, 2111, '0', 'default', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17786, 2090, '0', 'preview', '2022-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17787, 2092, '0', 'preview', '2022-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17788, 1927, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17789, 2112, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17790, 1926, '0', 'default', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17791, 2123, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17792, 2086, '0', 'preview', '2022-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17793, 1950, '0', 'preview', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17794, 2060, '0', 'preview', '2022-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17795, 1953, '0', 'preview', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17796, 2059, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17797, 2020, '0', 'preview', '2022-10-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17798, 2038, '0', 'default', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17799, 2111, '0', 'preview', '2022-10-21', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17800, 2110, '0', 'preview', '2022-10-21', 20);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17801, 2109, '0', 'preview', '2022-10-21', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17802, 1930, '0', 'preview', '2022-10-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17803, 2113, '0', 'preview', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17804, 2097, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17805, 2097, '0', 'preview', '2022-10-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17806, 2025, '0', 'preview', '2022-10-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17807, 2095, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17808, 2099, '0', 'preview', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17809, 2055, '0', 'preview', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17810, 2089, '0', 'preview', '2022-10-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17811, 2096, '0', 'preview', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17812, 2112, '0', 'preview', '2022-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17813, 2088, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17814, 2106, '0', 'preview', '2022-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17815, 2025, '0', 'default', '2022-10-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17816, 2039, '0', 'preview', '2022-10-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17817, 2031, '0', 'preview', '2022-10-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17818, 2121, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17819, 2123, '0', 'preview', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17820, 2016, '0', 'preview', '2022-10-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17821, 2027, '0', 'preview', '2022-10-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17822, 2024, '0', 'preview', '2022-10-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17823, 1938, '0', 'preview', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17824, 2040, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17825, 2033, '0', 'preview', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17826, 2089, '0', 'default', '2022-10-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17827, 2109, '0', 'default', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17828, 2111, '0', 'default', '2022-10-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17829, 2110, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17830, 2053, '0', 'default', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17831, 2057, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17832, 2017, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17833, 2020, '0', 'default', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17834, 2121, '0', 'preview', '2022-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17835, 2086, '0', 'preview', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17836, 2029, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17837, 1927, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17838, 1926, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17839, 2029, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17840, 2067, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17841, 2093, '0', 'preview', '2022-10-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17842, 1956, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17843, 1954, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17844, 2054, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17845, 2107, '0', 'default', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17846, 2090, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17847, 2091, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17848, 2092, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17849, 2065, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17850, 1967, '0', 'preview', '2022-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17851, 2117, '0', 'preview', '2022-10-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17852, 1931, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17853, 2040, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17854, 2057, '0', 'preview', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17855, 2055, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17856, 2106, '0', 'default', '2022-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17857, 2111, '0', 'preview', '2022-10-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17858, 2020, '0', 'preview', '2022-10-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17859, 2044, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17860, 2027, '0', 'preview', '2022-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17861, 2110, '0', 'preview', '2022-10-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17862, 1930, '0', 'preview', '2022-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17863, 1930, '0', 'preview', '2022-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17864, 2113, '0', 'preview', '2022-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17865, 1930, '0', 'default', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17866, 2109, '0', 'preview', '2022-10-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17867, 2025, '0', 'default', '2022-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17868, 2067, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17869, 1938, '0', 'preview', '2022-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17870, 2025, '0', 'preview', '2022-10-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17871, 2030, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17872, 2038, '0', 'preview', '2022-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17873, 2123, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17874, 2048, '0', 'preview', '2022-10-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17875, 2066, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17876, 1920, '0', 'default', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17877, 2060, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17878, 1956, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17879, 2031, '0', 'preview', '2022-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17880, 2039, '0', 'preview', '2022-10-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17881, 2029, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17882, 1917, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17883, 1933, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17884, 1886, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17885, 1952, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17886, 1926, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17887, 1908, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17888, 1916, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17889, 2033, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17890, 1959, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17891, 2014, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17892, 1927, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17893, 2040, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17894, 2022, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17895, 1915, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17896, 1928, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17897, 2045, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17898, 2026, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17899, 1914, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17900, 1960, '0', 'preview', '2022-10-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17901, 1920, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17902, 1966, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17903, 2036, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17904, 1921, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17905, 1912, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17906, 2049, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17907, 1964, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17908, 2017, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17909, 1925, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17910, 2035, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17911, 1937, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17912, 1913, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17913, 2032, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17914, 1924, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17915, 1967, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17916, 1932, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17917, 1918, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17918, 2021, '0', 'preview', '2022-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17919, 1911, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17920, 1931, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17921, 2037, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17922, 2043, '0', 'preview', '2022-10-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17923, 2097, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17924, 2089, '0', 'preview', '2022-10-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17925, 2016, '0', 'preview', '2022-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17926, 2053, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17927, 2024, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17928, 2089, '0', 'default', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17929, 1960, '0', 'default', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17930, 2112, '0', 'preview', '2022-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17931, 2120, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17932, 2121, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17933, 2106, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17934, 2095, '0', 'preview', '2022-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17935, 2088, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17936, 2092, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17937, 2091, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17938, 1938, '0', 'default', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17939, 2022, '0', 'default', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17940, 2057, '0', 'preview', '2022-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17941, 2030, '0', 'preview', '2022-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17942, 2017, '0', 'preview', '2022-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17943, 2021, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17944, 2044, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17945, 2045, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17946, 2091, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17947, 2090, '0', 'preview', '2022-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17948, 2092, '0', 'preview', '2022-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17949, 2024, '0', 'preview', '2022-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17950, 1915, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17951, 2033, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17952, 2066, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17953, 2110, '0', 'preview', '2022-10-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17954, 2121, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17955, 1930, '0', 'preview', '2022-10-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17956, 2048, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17957, 2109, '0', 'preview', '2022-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17958, 2089, '0', 'default', '2022-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17959, 2111, '0', 'preview', '2022-10-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17960, 2016, '0', 'preview', '2022-10-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17961, 2015, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17962, 2031, '0', 'preview', '2022-10-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17963, 2020, '0', 'preview', '2022-10-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17964, 2036, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17965, 2113, '0', 'preview', '2022-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17966, 2089, '0', 'preview', '2022-10-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17967, 2123, '0', 'preview', '2022-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17968, 2114, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17969, 2025, '0', 'preview', '2022-10-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17970, 1926, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17971, 2067, '0', 'preview', '2022-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17972, 1952, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17973, 2112, '0', 'preview', '2022-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17974, 2055, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17975, 1911, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17976, 2054, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17977, 2086, '0', 'default', '2022-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17978, 2097, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17979, 2025, '0', 'default', '2022-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17980, 2029, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17981, 2118, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17982, 2095, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17983, 2039, '0', 'preview', '2022-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17984, 2014, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17985, 2053, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17986, 2027, '0', 'preview', '2022-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17987, 2053, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17988, 1960, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17989, 2088, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17990, 2121, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17991, 2020, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17992, 1886, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17993, 1924, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17994, 1927, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17995, 2090, '0', 'default', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17996, 2057, '0', 'preview', '2022-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17997, 2086, '0', 'preview', '2022-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17998, 2025, '0', 'preview', '2022-10-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17999, 1930, '0', 'preview', '2022-10-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18000, 2110, '0', 'preview', '2022-10-24', 111);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18001, 2109, '0', 'preview', '2022-10-24', 138);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18002, 2020, '0', 'default', '2022-10-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18003, 2031, '0', 'default', '2022-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18004, 2111, '0', 'preview', '2022-10-24', 167);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18005, 2039, '0', 'default', '2022-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18006, 2110, '0', 'default', '2022-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18007, 2114, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18008, 2031, '0', 'preview', '2022-10-24', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18009, 2024, '0', 'preview', '2022-10-24', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18010, 2089, '0', 'preview', '2022-10-24', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18011, 2097, '0', 'preview', '2022-10-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18012, 2095, '0', 'preview', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18013, 2017, '0', 'preview', '2022-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18014, 1931, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18015, 1935, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18016, 2020, '0', 'preview', '2022-10-24', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18017, 2039, '0', 'preview', '2022-10-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18018, 2089, '0', 'default', '2022-10-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18019, 2086, '0', 'preview', '2022-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18020, 2027, '0', 'preview', '2022-10-24', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18021, 2016, '0', 'preview', '2022-10-24', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18022, 2112, '0', 'preview', '2022-10-24', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18023, 2121, '0', 'preview', '2022-10-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18024, 2053, '0', 'preview', '2022-10-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18025, 2053, '0', 'default', '2022-10-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18026, 2023, '0', 'preview', '2022-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18027, 2054, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18028, 2030, '0', 'preview', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18029, 2109, '0', 'default', '2022-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18030, 1938, '0', 'preview', '2022-10-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18031, 2025, '0', 'default', '2022-10-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18032, 2033, '0', 'preview', '2022-10-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18033, 2121, '0', 'default', '2022-10-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18034, 2111, '0', 'default', '2022-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18035, 1960, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18036, 2040, '0', 'preview', '2022-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18037, 2112, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18038, 2123, '0', 'default', '2022-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18039, 2120, '0', 'default', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18040, 2048, '0', 'default', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18041, 2021, '0', 'default', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18042, 2057, '0', 'preview', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18043, 2106, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18044, 2106, '0', 'default', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18045, 2113, '0', 'preview', '2022-10-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18046, 2048, '0', 'preview', '2022-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18047, 1915, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18048, 2097, '0', 'default', '2022-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18049, 2116, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18050, 2090, '0', 'default', '2022-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18051, 2091, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18052, 1920, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18053, 2051, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18054, 1964, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18055, 1886, '0', 'preview', '2022-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18056, 2086, '0', 'default', '2022-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18057, 2092, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18058, 2043, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18059, 2055, '0', 'default', '2022-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18060, 2117, '0', 'preview', '2022-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18061, 2099, '0', 'preview', '2022-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18062, 2065, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18063, 2090, '0', 'preview', '2022-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18064, 1967, '0', 'preview', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18065, 2024, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18066, 2118, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18067, 2091, '0', 'preview', '2022-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18068, 2092, '0', 'preview', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18069, 2015, '0', 'preview', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18070, 1953, '0', 'preview', '2022-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18071, 1932, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18072, 2116, '0', 'preview', '2022-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18073, 2117, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18074, 1967, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18075, 1917, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18076, 2123, '0', 'preview', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18077, 2049, '0', 'preview', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18078, 1950, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18079, 1930, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18080, 1935, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18081, 2067, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18082, 2093, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18083, 1950, '0', 'preview', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18084, 2107, '0', 'preview', '2022-10-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18085, 1954, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18086, 1955, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18087, 2058, '0', 'preview', '2022-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18088, 1956, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18089, 2060, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18090, 2029, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18091, 2093, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18092, 2045, '0', 'preview', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18093, 2043, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18094, 1960, '0', 'preview', '2022-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18095, 2029, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18096, 2122, '0', 'preview', '2022-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18097, 1924, '0', 'preview', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18098, 2096, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18099, 2088, '0', 'default', '2022-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18100, 2067, '0', 'default', '2022-10-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18101, 2121, '0', 'preview', '2022-10-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18102, 2109, '0', 'preview', '2022-10-25', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18103, 2111, '0', 'preview', '2022-10-25', 72);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18104, 2020, '0', 'default', '2022-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18105, 2110, '0', 'default', '2022-10-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18106, 2031, '0', 'default', '2022-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18107, 2090, '0', 'preview', '2022-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18108, 2110, '0', 'preview', '2022-10-25', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18109, 2031, '0', 'preview', '2022-10-25', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18110, 2027, '0', 'preview', '2022-10-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18111, 2089, '0', 'preview', '2022-10-25', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18112, 2020, '0', 'preview', '2022-10-25', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18113, 2016, '0', 'preview', '2022-10-25', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18114, 2053, '0', 'preview', '2022-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18115, 2097, '0', 'preview', '2022-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18116, 1932, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18117, 1960, '0', 'preview', '2022-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18118, 2086, '0', 'preview', '2022-10-25', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18119, 2039, '0', 'preview', '2022-10-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18120, 2024, '0', 'preview', '2022-10-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18121, 2025, '0', 'preview', '2022-10-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18122, 2099, '0', 'preview', '2022-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18123, 2095, '0', 'preview', '2022-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18124, 2037, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18125, 2088, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18126, 1886, '0', 'preview', '2022-10-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18127, 2089, '0', 'default', '2022-10-25', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18128, 2057, '0', 'preview', '2022-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18129, 2121, '0', 'default', '2022-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18130, 2097, '0', 'default', '2022-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18131, 2025, '0', 'default', '2022-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18132, 2112, '0', 'preview', '2022-10-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18133, 2055, '0', 'default', '2022-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18134, 2032, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18135, 1930, '0', 'preview', '2022-10-25', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18136, 2053, '0', 'default', '2022-10-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18137, 2113, '0', 'preview', '2022-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18138, 1915, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18139, 2111, '0', 'default', '2022-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18140, 1960, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18141, 2096, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18142, 2093, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18143, 2118, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18144, 2117, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18145, 1967, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18146, 2040, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18147, 2109, '0', 'default', '2022-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18148, 2017, '0', 'preview', '2022-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18149, 2092, '0', 'default', '2022-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18150, 1925, '0', 'preview', '2022-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18151, 1964, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18152, 2107, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18153, 2106, '0', 'preview', '2022-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18154, 2017, '0', 'default', '2022-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18155, 2106, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18156, 2123, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18157, 2120, '0', 'preview', '2022-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18158, 1918, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18159, 1913, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18160, 2048, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18161, 1950, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18162, 2051, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18163, 2091, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18164, 2092, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18165, 1956, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18166, 1926, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18167, 2057, '0', 'default', '2022-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18168, 1953, '0', 'default', '2022-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18169, 1912, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18170, 2030, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18171, 2044, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18172, 2043, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18173, 2113, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18174, 2016, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18175, 2022, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18176, 2026, '0', 'default', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18177, 2033, '0', 'preview', '2022-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18178, 2020, '0', 'preview', '2022-10-26', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18179, 2031, '0', 'preview', '2022-10-26', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18180, 2039, '0', 'preview', '2022-10-26', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18181, 1886, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18182, 2121, '0', 'preview', '2022-10-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18183, 2089, '0', 'default', '2022-10-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18184, 2109, '0', 'preview', '2022-10-26', 70);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18185, 2025, '0', 'default', '2022-10-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18186, 1930, '0', 'preview', '2022-10-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18187, 2048, '0', 'preview', '2022-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18188, 2089, '0', 'preview', '2022-10-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18189, 2106, '0', 'preview', '2022-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18190, 2112, '0', 'preview', '2022-10-26', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18191, 2111, '0', 'preview', '2022-10-26', 76);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18192, 2039, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18193, 2031, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18194, 2020, '0', 'default', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18195, 2110, '0', 'preview', '2022-10-26', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18196, 1953, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18197, 2025, '0', 'preview', '2022-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18198, 1959, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18199, 1950, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18200, 2017, '0', 'default', '2022-10-26', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18201, 2092, '0', 'preview', '2022-10-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18202, 2086, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18203, 2055, '0', 'default', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18204, 2053, '0', 'default', '2022-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18205, 2016, '0', 'preview', '2022-10-26', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18206, 2017, '0', 'preview', '2022-10-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18207, 1938, '0', 'preview', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18208, 2092, '0', 'default', '2022-10-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18209, 2090, '0', 'default', '2022-10-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18210, 2021, '0', 'preview', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18211, 2024, '0', 'preview', '2022-10-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18212, 2030, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18213, 2035, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18214, 2027, '0', 'preview', '2022-10-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18215, 2057, '0', 'default', '2022-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18216, 1967, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18217, 1960, '0', 'default', '2022-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18218, 2113, '0', 'preview', '2022-10-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18219, 1911, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18220, 2090, '0', 'preview', '2022-10-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18221, 2121, '0', 'default', '2022-10-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18222, 2117, '0', 'default', '2022-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18223, 2091, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18224, 2044, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18225, 2038, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18226, 2043, '0', 'default', '2022-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18227, 2116, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18228, 2044, '0', 'preview', '2022-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18229, 2123, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18230, 2097, '0', 'default', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18231, 2119, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18232, 2049, '0', 'preview', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18233, 2049, '0', 'default', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18234, 2024, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18235, 2115, '0', 'preview', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18236, 2097, '0', 'preview', '2022-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18237, 2112, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18238, 2110, '0', 'default', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18239, 2109, '0', 'default', '2022-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18240, 2111, '0', 'default', '2022-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18241, 2038, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18242, 1926, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18243, 2043, '0', 'preview', '2022-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18244, 1914, '0', 'preview', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18245, 2045, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18246, 1964, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18247, 2122, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18248, 2107, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18249, 2040, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18250, 2117, '0', 'preview', '2022-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18251, 1967, '0', 'preview', '2022-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18252, 2048, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18253, 2099, '0', 'preview', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18254, 2086, '0', 'preview', '2022-10-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18255, 2014, '0', 'default', '2022-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18256, 2021, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18257, 2066, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18258, 2095, '0', 'preview', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18259, 1925, '0', 'preview', '2022-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18260, 2091, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18261, 2045, '0', 'default', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18262, 1928, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18263, 2022, '0', 'preview', '2022-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18264, 1927, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18265, 1921, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18266, 2059, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18267, 2088, '0', 'preview', '2022-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18268, 2058, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18269, 2060, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18270, 1956, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18271, 1916, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18272, 1913, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18273, 2012, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18274, 2067, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18275, 2093, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18276, 2026, '0', 'preview', '2022-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18277, 2020, '0', 'preview', '2022-10-27', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18278, 2111, '0', 'preview', '2022-10-27', 78);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18279, 2109, '0', 'preview', '2022-10-27', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18280, 2089, '0', 'preview', '2022-10-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18281, 2110, '0', 'preview', '2022-10-27', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18282, 2027, '0', 'preview', '2022-10-27', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18283, 1930, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18284, 2036, '0', 'preview', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18285, 2097, '0', 'preview', '2022-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18286, 2031, '0', 'preview', '2022-10-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18287, 2024, '0', 'preview', '2022-10-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18288, 2016, '0', 'preview', '2022-10-27', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18289, 2121, '0', 'preview', '2022-10-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18290, 2057, '0', 'default', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18291, 2113, '0', 'preview', '2022-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18292, 2122, '0', 'preview', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18293, 1967, '0', 'default', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18294, 2055, '0', 'default', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18295, 2112, '0', 'preview', '2022-10-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18296, 2089, '0', 'default', '2022-10-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18297, 2040, '0', 'preview', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18298, 1938, '0', 'preview', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18299, 2014, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18300, 2025, '0', 'preview', '2022-10-27', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18301, 2039, '0', 'preview', '2022-10-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18302, 1967, '0', 'preview', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18303, 2057, '0', 'preview', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18304, 2038, '0', 'preview', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18305, 1927, '0', 'preview', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18306, 1926, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18307, 2113, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18308, 2117, '0', 'preview', '2022-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18309, 2090, '0', 'preview', '2022-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18310, 2092, '0', 'preview', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18311, 2045, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18312, 2044, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18313, 2096, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18314, 2091, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18315, 2090, '0', 'default', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18316, 2048, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18317, 1964, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18318, 2121, '0', 'default', '2022-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18319, 2015, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18320, 2020, '0', 'default', '2022-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18321, 1930, '0', 'preview', '2022-10-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18322, 2111, '0', 'default', '2022-10-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18323, 2016, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18324, 2109, '0', 'default', '2022-10-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18325, 2110, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18326, 2066, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18327, 2044, '0', 'default', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18328, 2123, '0', 'preview', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18329, 2107, '0', 'preview', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18330, 2025, '0', 'default', '2022-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18331, 2114, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18332, 2049, '0', 'preview', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18333, 1912, '0', 'preview', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18334, 1908, '0', 'preview', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18335, 1953, '0', 'preview', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18336, 2115, '0', 'preview', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18337, 2116, '0', 'preview', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18338, 2053, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18339, 2054, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18340, 1886, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18341, 2086, '0', 'preview', '2022-10-27', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18342, 2027, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18343, 2033, '0', 'preview', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18344, 2106, '0', 'preview', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18345, 2123, '0', 'default', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18346, 2067, '0', 'preview', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18347, 2095, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18348, 2095, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18349, 2031, '0', 'default', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18350, 2115, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18351, 2086, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18352, 1950, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18353, 1956, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18354, 1952, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18355, 2039, '0', 'default', '2022-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18356, 2051, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18357, 2112, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18358, 2053, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18359, 2024, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18360, 2091, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18361, 2093, '0', 'preview', '2022-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18362, 2048, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18363, 2117, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18364, 1917, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18365, 2097, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18366, 2030, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18367, 2026, '0', 'preview', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18368, 1938, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18369, 2033, '0', 'default', '2022-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18370, 2089, '0', 'default', '2022-10-28', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18371, 2089, '0', 'preview', '2022-10-28', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18372, 2097, '0', 'preview', '2022-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18373, 2111, '0', 'preview', '2022-10-28', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18374, 2109, '0', 'preview', '2022-10-28', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18375, 2110, '0', 'preview', '2022-10-28', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18376, 2016, '0', 'preview', '2022-10-28', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18377, 2121, '0', 'preview', '2022-10-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18378, 2097, '0', 'default', '2022-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18379, 2020, '0', 'preview', '2022-10-28', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18380, 2111, '0', 'default', '2022-10-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18381, 2109, '0', 'default', '2022-10-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18382, 2110, '0', 'default', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18383, 2117, '0', 'preview', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18384, 2090, '0', 'preview', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18385, 2091, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18386, 2092, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18387, 2112, '0', 'preview', '2022-10-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18388, 2014, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18389, 2107, '0', 'preview', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18390, 2113, '0', 'preview', '2022-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18391, 2051, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18392, 2023, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18393, 2025, '0', 'default', '2022-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18394, 2039, '0', 'default', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18395, 2095, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18396, 2025, '0', 'preview', '2022-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18397, 1930, '0', 'preview', '2022-10-28', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18398, 2033, '0', 'default', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18399, 2040, '0', 'preview', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18400, 2033, '0', 'preview', '2022-10-28', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18401, 2039, '0', 'preview', '2022-10-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18402, 2099, '0', 'preview', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18403, 2031, '0', 'preview', '2022-10-28', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18404, 2043, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18405, 2027, '0', 'preview', '2022-10-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18406, 1938, '0', 'preview', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18407, 2055, '0', 'default', '2022-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18408, 2032, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18409, 2059, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18410, 2024, '0', 'preview', '2022-10-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18411, 2112, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18412, 2125, '0', 'preview', '2022-10-28', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18413, 2020, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18414, 2031, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18415, 2017, '0', 'default', '2022-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18416, 2030, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18417, 2038, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18418, 2057, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18419, 2021, '0', 'preview', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18420, 1925, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18421, 2092, '0', 'preview', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18422, 2057, '0', 'preview', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18423, 2086, '0', 'preview', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18424, 1912, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18425, 2106, '0', 'preview', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18426, 2067, '0', 'preview', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18427, 2090, '0', 'default', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18428, 2135, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18429, 1953, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18430, 2121, '0', 'default', '2022-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18431, 1886, '0', 'preview', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18432, 2028, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18433, 2118, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18434, 2030, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18435, 2095, '0', 'default', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18436, 2134, '0', 'preview', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18437, 2099, '0', 'default', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18438, 2017, '0', 'preview', '2022-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18439, 2107, '0', 'default', '2022-10-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18440, 2053, '0', 'default', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18441, 1950, '0', 'preview', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18442, 1959, '0', 'preview', '2022-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18443, 1957, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18444, 2055, '0', 'preview', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18445, 2116, '0', 'preview', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18446, 1953, '0', 'preview', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18447, 1954, '0', 'preview', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18448, 1956, '0', 'preview', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18449, 2058, '0', 'preview', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18450, 2059, '0', 'preview', '2022-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18451, 1913, '0', 'preview', '2022-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18452, 2135, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18453, 1918, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18454, 2067, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18455, 1935, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18456, 2133, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18457, 2117, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18458, 2024, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18459, 2027, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18460, 2016, '0', 'default', '2022-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18461, 1964, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18462, 2129, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18463, 2093, '0', 'default', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18464, 1952, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18465, 2048, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18466, 2098, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18467, 2053, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18468, 2114, '0', 'preview', '2022-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18469, 2089, '0', 'preview', '2022-10-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18470, 2043, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18471, 2112, '0', 'preview', '2022-10-29', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18472, 2112, '0', 'default', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18473, 2024, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18474, 2027, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18475, 2066, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18476, 2065, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18477, 2113, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18478, 2040, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18479, 2109, '0', 'preview', '2022-10-29', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18480, 2133, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18481, 2045, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18482, 2048, '0', 'default', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18483, 2111, '0', 'preview', '2022-10-29', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18484, 2067, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18485, 2135, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18486, 2117, '0', 'default', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18487, 1967, '0', 'default', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18488, 1967, '0', 'preview', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18489, 2110, '0', 'preview', '2022-10-29', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18490, 2097, '0', 'preview', '2022-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18491, 2106, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18492, 2031, '0', 'preview', '2022-10-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18493, 2015, '0', 'preview', '2022-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18494, 2028, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18495, 1915, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18496, 1930, '0', 'preview', '2022-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18497, 2023, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18498, 2020, '0', 'preview', '2022-10-29', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18499, 2033, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18500, 2033, '0', 'preview', '2022-10-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18501, 2097, '0', 'default', '2022-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18502, 2024, '0', 'preview', '2022-10-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18503, 2121, '0', 'preview', '2022-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18504, 2117, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18505, 2016, '0', 'preview', '2022-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18506, 2135, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18507, 2134, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18508, 2125, '0', 'preview', '2022-10-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18509, 2089, '0', 'default', '2022-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18510, 2122, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18511, 2121, '0', 'default', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18512, 2025, '0', 'preview', '2022-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18513, 2027, '0', 'preview', '2022-10-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18514, 1956, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18515, 1950, '0', 'preview', '2022-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18516, 1953, '0', 'preview', '2022-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18517, 2115, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18518, 1955, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18519, 1952, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18520, 2126, '0', 'preview', '2022-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18521, 1959, '0', 'preview', '2022-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18522, 2048, '0', 'preview', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18523, 2111, '0', 'default', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18524, 2109, '0', 'default', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18525, 2110, '0', 'default', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18526, 2039, '0', 'preview', '2022-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18527, 2057, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18528, 2025, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18529, 2057, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18530, 2118, '0', 'preview', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18531, 2119, '0', 'preview', '2022-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18532, 2127, '0', 'preview', '2022-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18533, 2055, '0', 'preview', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18534, 2053, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18535, 2107, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18536, 1964, '0', 'default', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18537, 1956, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18538, 2032, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18539, 1954, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18540, 2095, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18541, 2116, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18542, 2129, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18543, 2060, '0', 'preview', '2022-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18544, 1886, '0', 'preview', '2022-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18545, 2031, '0', 'preview', '2022-10-30', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18546, 2031, '0', 'preview', '2022-10-30', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18547, 2125, '0', 'preview', '2022-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18548, 2020, '0', 'preview', '2022-10-30', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18549, 2110, '0', 'preview', '2022-10-30', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18550, 2055, '0', 'default', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18551, 2113, '0', 'preview', '2022-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18552, 2024, '0', 'preview', '2022-10-30', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18553, 2040, '0', 'preview', '2022-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18554, 1938, '0', 'preview', '2022-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18555, 2033, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18556, 2017, '0', 'default', '2022-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18557, 2107, '0', 'preview', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18558, 2106, '0', 'preview', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18559, 2089, '0', 'preview', '2022-10-30', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18560, 2127, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18561, 1952, '0', 'preview', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18562, 2111, '0', 'preview', '2022-10-30', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18563, 2025, '0', 'preview', '2022-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18564, 2121, '0', 'preview', '2022-10-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18565, 2097, '0', 'preview', '2022-10-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18566, 2053, '0', 'default', '2022-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18567, 2125, '0', 'default', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18568, 2016, '0', 'preview', '2022-10-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18569, 1966, '0', 'preview', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18570, 2065, '0', 'preview', '2022-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18571, 2089, '0', 'default', '2022-10-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18572, 2107, '0', 'default', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18573, 2121, '0', 'default', '2022-10-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18574, 2025, '0', 'default', '2022-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18575, 2097, '0', 'default', '2022-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18576, 2027, '0', 'preview', '2022-10-30', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18577, 2095, '0', 'default', '2022-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18578, 2039, '0', 'preview', '2022-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18579, 2109, '0', 'preview', '2022-10-30', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18580, 2099, '0', 'default', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18581, 2092, '0', 'preview', '2022-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18582, 2117, '0', 'preview', '2022-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18583, 2112, '0', 'preview', '2022-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18584, 2111, '0', 'default', '2022-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18585, 2109, '0', 'default', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18586, 2023, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18587, 2099, '0', 'preview', '2022-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18588, 2053, '0', 'preview', '2022-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18589, 2095, '0', 'preview', '2022-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18590, 1964, '0', 'preview', '2022-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18591, 2020, '0', 'default', '2022-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18592, 2012, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18593, 2123, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18594, 2014, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18595, 2048, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18596, 2017, '0', 'preview', '2022-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18597, 2117, '0', 'default', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18598, 2090, '0', 'default', '2022-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18599, 2021, '0', 'preview', '2022-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18600, 2044, '0', 'preview', '2022-10-30', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18601, 2043, '0', 'preview', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18602, 2090, '0', 'preview', '2022-10-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18603, 2016, '0', 'default', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18604, 2106, '0', 'default', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18605, 1930, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18606, 1967, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18607, 2031, '0', 'default', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18608, 2039, '0', 'default', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18609, 2043, '0', 'default', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18610, 2044, '0', 'default', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18611, 2086, '0', 'default', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18612, 2048, '0', 'default', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18613, 2067, '0', 'preview', '2022-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18614, 2091, '0', 'preview', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18615, 2131, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18616, 1925, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18617, 2087, '0', 'preview', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18618, 2088, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18619, 2029, '0', 'default', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18620, 2120, '0', 'default', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18621, 2091, '0', 'default', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18622, 2092, '0', 'default', '2022-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18623, 2135, '0', 'default', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18624, 1950, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18625, 1955, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18626, 2128, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18627, 2066, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18628, 2029, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18629, 2118, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18630, 2135, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18631, 2134, '0', 'preview', '2022-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18632, 2045, '0', 'preview', '2022-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18633, 2086, '0', 'default', '2022-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18634, 2109, '0', 'preview', '2022-10-31', 298);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18635, 2053, '0', 'default', '2022-10-31', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18636, 1930, '0', 'preview', '2022-10-31', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18637, 2110, '0', 'preview', '2022-10-31', 279);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18638, 2111, '0', 'preview', '2022-10-31', 306);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18639, 2133, '0', 'default', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18640, 2091, '0', 'default', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18641, 2097, '0', 'default', '2022-10-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18642, 2111, '0', 'default', '2022-10-31', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18643, 2039, '0', 'preview', '2022-10-31', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18644, 2089, '0', 'default', '2022-10-31', 82);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18645, 2112, '0', 'default', '2022-10-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18646, 2110, '0', 'default', '2022-10-31', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18647, 2016, '0', 'preview', '2022-10-31', 130);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18648, 2025, '0', 'preview', '2022-10-31', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18649, 2097, '0', 'preview', '2022-10-31', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18650, 2095, '0', 'preview', '2022-10-31', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18651, 2027, '0', 'preview', '2022-10-31', 108);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18652, 2133, '0', 'preview', '2022-10-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18653, 2044, '0', 'preview', '2022-10-31', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18654, 2089, '0', 'preview', '2022-10-31', 116);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18655, 2090, '0', 'preview', '2022-10-31', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18656, 2092, '0', 'preview', '2022-10-31', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18657, 2117, '0', 'preview', '2022-10-31', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18658, 2020, '0', 'preview', '2022-10-31', 79);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18659, 2033, '0', 'preview', '2022-10-31', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18660, 2031, '0', 'preview', '2022-10-31', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18661, 1938, '0', 'preview', '2022-10-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18662, 1930, '0', 'default', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18663, 2121, '0', 'preview', '2022-10-31', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18664, 2112, '0', 'preview', '2022-10-31', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18665, 2016, '0', 'default', '2022-10-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18666, 2023, '0', 'preview', '2022-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18667, 2024, '0', 'preview', '2022-10-31', 83);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18668, 2025, '0', 'default', '2022-10-31', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18669, 2048, '0', 'default', '2022-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18670, 2130, '0', 'preview', '2022-10-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18671, 1925, '0', 'preview', '2022-10-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18672, 2017, '0', 'preview', '2022-10-31', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18673, 2121, '0', 'default', '2022-10-31', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18674, 2031, '0', 'default', '2022-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18675, 2109, '0', 'default', '2022-10-31', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18676, 2117, '0', 'default', '2022-10-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18677, 2036, '0', 'preview', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18678, 2125, '0', 'preview', '2022-10-31', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18679, 2048, '0', 'preview', '2022-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18680, 2024, '0', 'default', '2022-10-31', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18681, 1966, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18682, 2066, '0', 'preview', '2022-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18683, 2116, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18684, 2021, '0', 'default', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18685, 2030, '0', 'default', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18686, 2090, '0', 'default', '2022-10-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18687, 1954, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18688, 2060, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18689, 2040, '0', 'preview', '2022-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18690, 1886, '0', 'preview', '2022-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18691, 2086, '0', 'preview', '2022-10-31', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18692, 2091, '0', 'preview', '2022-10-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18693, 2043, '0', 'preview', '2022-10-31', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18694, 1964, '0', 'preview', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18695, 2027, '0', 'default', '2022-10-31', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18696, 2135, '0', 'preview', '2022-10-31', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18697, 2106, '0', 'default', '2022-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18698, 2106, '0', 'preview', '2022-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18699, 1931, '0', 'default', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18700, 1964, '0', 'default', '2022-10-31', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18701, 1967, '0', 'preview', '2022-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18702, 2135, '0', 'default', '2022-10-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18703, 2099, '0', 'preview', '2022-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18704, 2096, '0', 'preview', '2022-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18705, 2014, '0', 'default', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18706, 2057, '0', 'preview', '2022-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18707, 2122, '0', 'preview', '2022-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18708, 2053, '0', 'preview', '2022-10-31', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18709, 2123, '0', 'preview', '2022-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18710, 2134, '0', 'default', '2022-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18711, 2045, '0', 'default', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18712, 2045, '0', 'preview', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18713, 1952, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18714, 2126, '0', 'default', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18715, 2099, '0', 'default', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18716, 2095, '0', 'default', '2022-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18717, 2092, '0', 'default', '2022-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18718, 2021, '0', 'preview', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18719, 2030, '0', 'preview', '2022-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18720, 2044, '0', 'default', '2022-10-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18721, 1938, '0', 'default', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18722, 2014, '0', 'preview', '2022-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18723, 2127, '0', 'default', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18724, 2055, '0', 'preview', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18725, 2118, '0', 'preview', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18726, 1935, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18727, 1959, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18728, 2123, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18729, 2032, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18730, 2107, '0', 'default', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18731, 2129, '0', 'preview', '2022-10-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18732, 2038, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18733, 2127, '0', 'preview', '2022-10-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18734, 2128, '0', 'preview', '2022-10-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18735, 2040, '0', 'default', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18736, 2113, '0', 'preview', '2022-10-31', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18737, 1911, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18738, 2098, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18739, 2126, '0', 'preview', '2022-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18740, 2060, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18741, 2129, '0', 'default', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18742, 1957, '0', 'preview', '2022-10-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18743, 1952, '0', 'preview', '2022-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18744, 1913, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18745, 2065, '0', 'preview', '2022-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18746, 2037, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18747, 2107, '0', 'preview', '2022-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18748, 2115, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18749, 1950, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18750, 1950, '0', 'preview', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18751, 2087, '0', 'default', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18752, 2067, '0', 'preview', '2022-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18753, 2130, '0', 'default', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18754, 2020, '0', 'default', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18755, 2017, '0', 'default', '2022-10-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18756, 2043, '0', 'default', '2022-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18757, 2039, '0', 'default', '2022-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18758, 2055, '0', 'default', '2022-10-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18759, 2119, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18760, 2115, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18761, 2125, '0', 'default', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18762, 1957, '0', 'default', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18763, 1953, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18764, 2033, '0', 'default', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18765, 1967, '0', 'default', '2022-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18766, 2065, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18767, 1912, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18768, 1960, '0', 'preview', '2022-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18769, 2134, '0', 'preview', '2022-10-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18770, 2066, '0', 'default', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18771, 2131, '0', 'preview', '2022-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18772, 2029, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18773, 2067, '0', 'default', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18774, 1959, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18775, 1917, '0', 'preview', '2022-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18776, 1935, '0', 'default', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18777, 1933, '0', 'default', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18778, 2096, '0', 'default', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18779, 1886, '0', 'default', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18780, 2093, '0', 'preview', '2022-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18781, 2054, '0', 'preview', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18782, 1937, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18783, 2114, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18784, 2026, '0', 'preview', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18785, 1928, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18786, 2132, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18787, 2028, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18788, 2028, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18789, 1920, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18790, 1924, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18791, 1931, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18792, 1932, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18793, 1933, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18794, 2094, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18795, 1956, '0', 'preview', '2022-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18796, 1954, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18797, 2059, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18798, 2058, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18799, 1955, '0', 'preview', '2022-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18800, 1960, '0', 'default', '2022-10-31', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18801, 2051, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18802, 2015, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18803, 2029, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18804, 2035, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18805, 2037, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18806, 2120, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18807, 2012, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18808, 2088, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18809, 2049, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18810, 2087, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18811, 1908, '0', 'preview', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18812, 1911, '0', 'preview', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18813, 1918, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18814, 1915, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18815, 1914, '0', 'preview', '2022-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18816, 1916, '0', 'preview', '2022-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18817, 2038, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18818, 1925, '0', 'default', '2022-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18819, 1967, '0', 'preview', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18820, 2089, '0', 'preview', '2022-11-01', 76);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18821, 2110, '0', 'preview', '2022-11-01', 220);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18822, 2016, '0', 'preview', '2022-11-01', 104);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18823, 2027, '0', 'preview', '2022-11-01', 70);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18824, 2031, '0', 'preview', '2022-11-01', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18825, 2020, '0', 'preview', '2022-11-01', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18826, 2117, '0', 'preview', '2022-11-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18827, 2024, '0', 'preview', '2022-11-01', 75);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18828, 2055, '0', 'default', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18829, 2017, '0', 'preview', '2022-11-01', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18830, 2089, '0', 'default', '2022-11-01', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18831, 2111, '0', 'preview', '2022-11-01', 252);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18832, 2109, '0', 'preview', '2022-11-01', 240);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18833, 2121, '0', 'preview', '2022-11-01', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18834, 2125, '0', 'preview', '2022-11-01', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18835, 2097, '0', 'preview', '2022-11-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18836, 2025, '0', 'default', '2022-11-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18837, 2039, '0', 'preview', '2022-11-01', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18838, 2096, '0', 'preview', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18839, 2135, '0', 'preview', '2022-11-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18840, 2134, '0', 'preview', '2022-11-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18841, 2095, '0', 'preview', '2022-11-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18842, 2021, '0', 'preview', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18843, 2121, '0', 'default', '2022-11-01', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18844, 2110, '0', 'default', '2022-11-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18845, 2053, '0', 'default', '2022-11-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18846, 2033, '0', 'preview', '2022-11-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18847, 2051, '0', 'preview', '2022-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18848, 1964, '0', 'preview', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18849, 1925, '0', 'default', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18850, 2017, '0', 'default', '2022-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18851, 2038, '0', 'preview', '2022-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18852, 2092, '0', 'preview', '2022-11-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18853, 2097, '0', 'default', '2022-11-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18854, 2095, '0', 'default', '2022-11-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18855, 2099, '0', 'default', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18856, 2116, '0', 'default', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18857, 2086, '0', 'default', '2022-11-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18858, 2044, '0', 'default', '2022-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18859, 2135, '0', 'default', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18860, 2117, '0', 'default', '2022-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18861, 2086, '0', 'preview', '2022-11-01', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18862, 2112, '0', 'default', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18863, 2127, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18864, 1957, '0', 'default', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18865, 1957, '0', 'preview', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18866, 2093, '0', 'default', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18867, 2014, '0', 'preview', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18868, 2090, '0', 'preview', '2022-11-01', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18869, 2111, '0', 'default', '2022-11-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18870, 2109, '0', 'default', '2022-11-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18871, 2025, '0', 'preview', '2022-11-01', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18872, 2016, '0', 'default', '2022-11-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18873, 2024, '0', 'default', '2022-11-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18874, 2029, '0', 'preview', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18875, 2048, '0', 'preview', '2022-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18876, 2106, '0', 'preview', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18877, 2093, '0', 'preview', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18878, 2066, '0', 'default', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18879, 1935, '0', 'preview', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18880, 1930, '0', 'preview', '2022-11-01', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18881, 2112, '0', 'preview', '2022-11-01', 471);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18882, 2099, '0', 'preview', '2022-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18883, 2045, '0', 'preview', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18884, 1925, '0', 'preview', '2022-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18885, 1938, '0', 'preview', '2022-11-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18886, 2053, '0', 'preview', '2022-11-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18887, 2040, '0', 'preview', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18888, 2021, '0', 'default', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18889, 2134, '0', 'default', '2022-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18890, 2090, '0', 'default', '2022-11-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18891, 2067, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18892, 2030, '0', 'preview', '2022-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18893, 2030, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18894, 1956, '0', 'preview', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18895, 2126, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18896, 1953, '0', 'preview', '2022-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18897, 2129, '0', 'preview', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18898, 2113, '0', 'preview', '2022-11-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18899, 1937, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18900, 2128, '0', 'preview', '2022-11-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18901, 1886, '0', 'preview', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18902, 2031, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18903, 2043, '0', 'preview', '2022-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18904, 2125, '0', 'default', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18905, 2027, '0', 'default', '2022-11-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18906, 2092, '0', 'default', '2022-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18907, 2029, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18908, 2020, '0', 'default', '2022-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18909, 2066, '0', 'preview', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18910, 1960, '0', 'preview', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18911, 2044, '0', 'preview', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18912, 2118, '0', 'preview', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18913, 1959, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18914, 1964, '0', 'default', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18915, 2123, '0', 'default', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18916, 2126, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18917, 2123, '0', 'preview', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18918, 2127, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18919, 2043, '0', 'default', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18920, 2120, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18921, 2065, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18922, 2122, '0', 'preview', '2022-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18923, 2091, '0', 'default', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18924, 2051, '0', 'default', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18925, 2028, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18926, 2048, '0', 'default', '2022-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18927, 2116, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18928, 2067, '0', 'preview', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18929, 2130, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18930, 2055, '0', 'preview', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18931, 2045, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18932, 1960, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18933, 1955, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18934, 1950, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18935, 2091, '0', 'preview', '2022-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18936, 2060, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18937, 2129, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18938, 2039, '0', 'default', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18939, 2098, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18940, 2120, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18941, 1967, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18942, 2133, '0', 'preview', '2022-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18943, 2060, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18944, 2133, '0', 'default', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18945, 2130, '0', 'preview', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18946, 2057, '0', 'preview', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18947, 2057, '0', 'default', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18948, 2106, '0', 'default', '2022-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18949, 1912, '0', 'default', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18950, 2115, '0', 'default', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18951, 2015, '0', 'preview', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18952, 1930, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18953, 2114, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18954, 2036, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18955, 1917, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18956, 1933, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18957, 2054, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18958, 1938, '0', 'default', '2022-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18959, 2033, '0', 'default', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18960, 2040, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18961, 2088, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18962, 2107, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18963, 2118, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18964, 2098, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18965, 2035, '0', 'preview', '2022-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18966, 1920, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18967, 2015, '0', 'default', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18968, 1924, '0', 'preview', '2022-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18969, 2110, '0', 'preview', '2022-11-02', 233);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18970, 2121, '0', 'preview', '2022-11-02', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18971, 2111, '0', 'preview', '2022-11-02', 304);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18972, 2031, '0', 'preview', '2022-11-02', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18973, 2112, '0', 'preview', '2022-11-02', 161);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18974, 2109, '0', 'preview', '2022-11-02', 263);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18975, 2039, '0', 'preview', '2022-11-02', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18976, 1964, '0', 'preview', '2022-11-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18977, 2024, '0', 'preview', '2022-11-02', 88);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18978, 2135, '0', 'preview', '2022-11-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18979, 2020, '0', 'preview', '2022-11-02', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18980, 2113, '0', 'preview', '2022-11-02', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18981, 2017, '0', 'default', '2022-11-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18982, 2043, '0', 'default', '2022-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18983, 2090, '0', 'default', '2022-11-02', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18984, 2025, '0', 'default', '2022-11-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18985, 2125, '0', 'default', '2022-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18986, 2111, '0', 'default', '2022-11-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18987, 2109, '0', 'default', '2022-11-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18988, 2027, '0', 'preview', '2022-11-02', 90);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18989, 2016, '0', 'preview', '2022-11-02', 109);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18990, 2121, '0', 'default', '2022-11-02', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18991, 2092, '0', 'default', '2022-11-02', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18992, 2092, '0', 'preview', '2022-11-02', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18993, 2134, '0', 'preview', '2022-11-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18994, 2090, '0', 'preview', '2022-11-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18995, 2089, '0', 'preview', '2022-11-02', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18996, 2067, '0', 'preview', '2022-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18997, 2097, '0', 'preview', '2022-11-02', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18998, 2089, '0', 'default', '2022-11-02', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18999, 2029, '0', 'default', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19000, 2025, '0', 'preview', '2022-11-02', 32);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19001, 2015, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19002, 2016, '0', 'default', '2022-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19003, 2095, '0', 'preview', '2022-11-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19004, 2014, '0', 'preview', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19005, 1967, '0', 'preview', '2022-11-02', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19006, 2043, '0', 'preview', '2022-11-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19007, 2117, '0', 'preview', '2022-11-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19008, 2017, '0', 'preview', '2022-11-02', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19009, 2044, '0', 'preview', '2022-11-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19010, 2125, '0', 'preview', '2022-11-02', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19011, 1930, '0', 'preview', '2022-11-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19012, 2038, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19013, 2030, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19014, 2086, '0', 'preview', '2022-11-02', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19015, 2057, '0', 'default', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19016, 2027, '0', 'default', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19017, 1960, '0', 'preview', '2022-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19018, 2053, '0', 'default', '2022-11-02', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19019, 2053, '0', 'preview', '2022-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19020, 2015, '0', 'preview', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19021, 2024, '0', 'default', '2022-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19022, 2031, '0', 'default', '2022-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19023, 2095, '0', 'default', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19024, 2097, '0', 'default', '2022-11-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19025, 2020, '0', 'default', '2022-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19026, 2129, '0', 'preview', '2022-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19027, 2110, '0', 'default', '2022-11-02', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19028, 2066, '0', 'preview', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19029, 2117, '0', 'default', '2022-11-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19030, 2032, '0', 'preview', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19031, 2122, '0', 'preview', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19032, 2040, '0', 'preview', '2022-11-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19033, 2033, '0', 'preview', '2022-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19034, 1938, '0', 'preview', '2022-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19035, 2122, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19036, 2106, '0', 'preview', '2022-11-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19037, 2029, '0', 'preview', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19038, 2044, '0', 'default', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19039, 2091, '0', 'default', '2022-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19040, 1912, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19041, 2099, '0', 'preview', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19042, 2107, '0', 'preview', '2022-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19043, 1930, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19044, 2134, '0', 'default', '2022-11-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19045, 1931, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19046, 2051, '0', 'preview', '2022-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19047, 2107, '0', 'default', '2022-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19048, 2096, '0', 'preview', '2022-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19049, 2057, '0', 'preview', '2022-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19050, 2123, '0', 'preview', '2022-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19051, 2036, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19052, 2133, '0', 'preview', '2022-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19053, 2091, '0', 'preview', '2022-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19054, 2096, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19055, 1967, '0', 'default', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19056, 2116, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19057, 2127, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19058, 2126, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19059, 2128, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19060, 1935, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19061, 2113, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19062, 2048, '0', 'preview', '2022-11-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19063, 1950, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19064, 2021, '0', 'preview', '2022-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19065, 2039, '0', 'default', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19066, 2021, '0', 'default', '2022-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19067, 2045, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19068, 2135, '0', 'default', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19069, 1966, '0', 'preview', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19070, 1913, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19071, 2130, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19072, 2054, '0', 'default', '2022-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19073, 1917, '0', 'preview', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19074, 1928, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19075, 2099, '0', 'default', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19076, 2026, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19077, 2045, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19078, 2055, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19079, 2051, '0', 'default', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19080, 1925, '0', 'default', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19081, 2065, '0', 'preview', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19082, 2033, '0', 'default', '2022-11-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19083, 2028, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19084, 2048, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19085, 2112, '0', 'default', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19086, 2120, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19087, 2127, '0', 'preview', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19088, 2106, '0', 'default', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19089, 1912, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19090, 2049, '0', 'preview', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19091, 2087, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19092, 1918, '0', 'preview', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19093, 2133, '0', 'default', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19094, 2088, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19095, 2115, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19096, 2086, '0', 'default', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19097, 1957, '0', 'preview', '2022-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19098, 1952, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19099, 2118, '0', 'preview', '2022-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19100, 2128, '0', 'preview', '2022-11-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19101, 1959, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19102, 1925, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19103, 2066, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19104, 2055, '0', 'default', '2022-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19105, 2088, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19106, 2130, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19107, 2098, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19108, 2094, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19109, 2126, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19110, 1935, '0', 'preview', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19111, 2014, '0', 'default', '2022-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19112, 2125, '0', 'preview', '2022-11-03', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19113, 2110, '0', 'preview', '2022-11-03', 173);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19114, 2109, '0', 'preview', '2022-11-03', 176);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19115, 2111, '0', 'preview', '2022-11-03', 218);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19116, 2121, '0', 'preview', '2022-11-03', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19117, 2113, '0', 'preview', '2022-11-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19118, 2114, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19119, 2089, '0', 'default', '2022-11-03', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19120, 2106, '0', 'default', '2022-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19121, 2025, '0', 'default', '2022-11-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19122, 2014, '0', 'default', '2022-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19123, 2118, '0', 'preview', '2022-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19124, 2111, '0', 'default', '2022-11-03', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19125, 2021, '0', 'preview', '2022-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19126, 2107, '0', 'preview', '2022-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19127, 2122, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19128, 2039, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19129, 2038, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19130, 2044, '0', 'preview', '2022-11-03', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19131, 2024, '0', 'preview', '2022-11-03', 75);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19132, 2027, '0', 'preview', '2022-11-03', 78);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19133, 2016, '0', 'preview', '2022-11-03', 96);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19134, 2135, '0', 'preview', '2022-11-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19135, 2039, '0', 'preview', '2022-11-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19136, 2031, '0', 'preview', '2022-11-03', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19137, 2109, '0', 'default', '2022-11-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19138, 2097, '0', 'preview', '2022-11-03', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19139, 2020, '0', 'preview', '2022-11-03', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19140, 2095, '0', 'preview', '2022-11-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19141, 2095, '0', 'default', '2022-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19142, 2099, '0', 'default', '2022-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19143, 2086, '0', 'default', '2022-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19144, 2029, '0', 'default', '2022-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19145, 2112, '0', 'preview', '2022-11-03', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19146, 2020, '0', 'default', '2022-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19147, 2090, '0', 'preview', '2022-11-03', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19148, 2089, '0', 'preview', '2022-11-03', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19149, 2092, '0', 'preview', '2022-11-03', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19150, 2123, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19151, 2126, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19152, 2129, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19153, 2043, '0', 'preview', '2022-11-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19154, 2025, '0', 'preview', '2022-11-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19155, 2030, '0', 'preview', '2022-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19156, 2121, '0', 'default', '2022-11-03', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19157, 2099, '0', 'preview', '2022-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19158, 2117, '0', 'preview', '2022-11-03', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19159, 2118, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19160, 2057, '0', 'default', '2022-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19161, 2057, '0', 'preview', '2022-11-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19162, 2125, '0', 'default', '2022-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19163, 2031, '0', 'default', '2022-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19164, 1913, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19165, 2033, '0', 'default', '2022-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19166, 2016, '0', 'default', '2022-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19167, 2033, '0', 'preview', '2022-11-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19168, 2017, '0', 'default', '2022-11-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19169, 2038, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19170, 1918, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19171, 2044, '0', 'default', '2022-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19172, 2043, '0', 'default', '2022-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19173, 2093, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19174, 2097, '0', 'default', '2022-11-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19175, 2110, '0', 'default', '2022-11-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19176, 2135, '0', 'default', '2022-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19177, 2134, '0', 'default', '2022-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19178, 2090, '0', 'default', '2022-11-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19179, 2092, '0', 'default', '2022-11-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19180, 2028, '0', 'preview', '2022-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19181, 1938, '0', 'preview', '2022-11-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19182, 1917, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19183, 2015, '0', 'preview', '2022-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19184, 2048, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19185, 2066, '0', 'preview', '2022-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19186, 2065, '0', 'preview', '2022-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19187, 1966, '0', 'preview', '2022-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19188, 2012, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19189, 2088, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19190, 2115, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19191, 2045, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19192, 2027, '0', 'default', '2022-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19193, 2024, '0', 'default', '2022-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19194, 2117, '0', 'default', '2022-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19195, 2014, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19196, 2112, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19197, 2040, '0', 'preview', '2022-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19198, 2134, '0', 'preview', '2022-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19199, 2133, '0', 'preview', '2022-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19200, 1967, '0', 'preview', '2022-11-03', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19201, 2091, '0', 'preview', '2022-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19202, 2106, '0', 'preview', '2022-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19203, 1938, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19204, 2067, '0', 'default', '2022-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19205, 2021, '0', 'default', '2022-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19206, 2066, '0', 'default', '2022-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19207, 2126, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19208, 2087, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19209, 1925, '0', 'default', '2022-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19210, 2131, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19211, 2130, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19212, 2017, '0', 'preview', '2022-11-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19213, 2093, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19214, 1930, '0', 'preview', '2022-11-03', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19215, 1931, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19216, 1935, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19217, 1937, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19218, 1952, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19219, 2127, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19220, 2129, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19221, 2128, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19222, 1925, '0', 'preview', '2022-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19223, 2048, '0', 'default', '2022-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19224, 1967, '0', 'default', '2022-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19225, 2091, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19226, 2053, '0', 'default', '2022-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19227, 1886, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19228, 1917, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19229, 1953, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19230, 2032, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19231, 1912, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19232, 2055, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19233, 1886, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19234, 2086, '0', 'preview', '2022-11-03', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19235, 2120, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19236, 2022, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19237, 2067, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19238, 1964, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19239, 2133, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19240, 2130, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19241, 2132, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19242, 2131, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19243, 1920, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19244, 1924, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19245, 2107, '0', 'default', '2022-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19246, 1930, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19247, 1931, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19248, 1932, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19249, 1933, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19250, 1935, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19251, 1937, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19252, 2113, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19253, 2040, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19254, 2127, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19255, 1957, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19256, 1952, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19257, 2053, '0', 'preview', '2022-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19258, 2023, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19259, 2035, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19260, 1957, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19261, 1950, '0', 'preview', '2022-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19262, 1966, '0', 'default', '2022-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19263, 2065, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19264, 2015, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19265, 1960, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19266, 1960, '0', 'default', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19267, 1950, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19268, 2087, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19269, 1914, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19270, 2029, '0', 'preview', '2022-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19271, 2116, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19272, 2094, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19273, 2096, '0', 'preview', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19274, 2036, '0', 'default', '2022-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19275, 2054, '0', 'default', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19276, 1960, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19277, 2086, '0', 'default', '2022-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19278, 2110, '0', 'preview', '2022-11-04', 167);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19279, 2053, '0', 'default', '2022-11-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19280, 2109, '0', 'preview', '2022-11-04', 175);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19281, 2111, '0', 'preview', '2022-11-04', 179);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19282, 2044, '0', 'preview', '2022-11-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19283, 2086, '0', 'preview', '2022-11-04', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19284, 2027, '0', 'preview', '2022-11-04', 70);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19285, 1953, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19286, 1953, '0', 'preview', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19287, 2039, '0', 'preview', '2022-11-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19288, 2106, '0', 'preview', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19289, 1950, '0', 'preview', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19290, 1950, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19291, 2031, '0', 'preview', '2022-11-04', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19292, 2089, '0', 'preview', '2022-11-04', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19293, 2020, '0', 'preview', '2022-11-04', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19294, 2090, '0', 'preview', '2022-11-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19295, 2097, '0', 'preview', '2022-11-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19296, 2092, '0', 'preview', '2022-11-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19297, 2117, '0', 'preview', '2022-11-04', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19298, 2121, '0', 'default', '2022-11-04', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19299, 2129, '0', 'preview', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19300, 2089, '0', 'default', '2022-11-04', 31);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19301, 1959, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19302, 1938, '0', 'preview', '2022-11-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19303, 2017, '0', 'preview', '2022-11-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19304, 2016, '0', 'preview', '2022-11-04', 92);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19305, 2099, '0', 'preview', '2022-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19306, 2111, '0', 'default', '2022-11-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19307, 2048, '0', 'preview', '2022-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19308, 2117, '0', 'default', '2022-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19309, 2109, '0', 'default', '2022-11-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19310, 2110, '0', 'default', '2022-11-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19311, 2057, '0', 'preview', '2022-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19312, 2113, '0', 'preview', '2022-11-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19313, 2112, '0', 'default', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19314, 2024, '0', 'preview', '2022-11-04', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19315, 2045, '0', 'default', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19316, 2017, '0', 'default', '2022-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19317, 2025, '0', 'preview', '2022-11-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19318, 2027, '0', 'default', '2022-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19319, 2025, '0', 'default', '2022-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19320, 1964, '0', 'preview', '2022-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19321, 2033, '0', 'preview', '2022-11-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19322, 2091, '0', 'preview', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19323, 2039, '0', 'default', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19324, 2121, '0', 'preview', '2022-11-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19325, 2044, '0', 'default', '2022-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19326, 2123, '0', 'preview', '2022-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19327, 2112, '0', 'preview', '2022-11-04', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19328, 1938, '0', 'default', '2022-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19329, 2090, '0', 'default', '2022-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19330, 2092, '0', 'default', '2022-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19331, 2134, '0', 'default', '2022-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19332, 1925, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19333, 2135, '0', 'default', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19334, 2024, '0', 'default', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19335, 2057, '0', 'default', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19336, 2016, '0', 'default', '2022-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19337, 2066, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19338, 2095, '0', 'preview', '2022-11-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19339, 2125, '0', 'preview', '2022-11-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19340, 2098, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19341, 2115, '0', 'preview', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19342, 1967, '0', 'preview', '2022-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19343, 2014, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19344, 1930, '0', 'preview', '2022-11-04', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19345, 2114, '0', 'preview', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19346, 2116, '0', 'preview', '2022-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19347, 2130, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19348, 1925, '0', 'preview', '2022-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19349, 2021, '0', 'preview', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19350, 2130, '0', 'preview', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19351, 1886, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19352, 2040, '0', 'preview', '2022-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19353, 1935, '0', 'preview', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19354, 2048, '0', 'default', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19355, 2134, '0', 'preview', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19356, 2023, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19357, 2097, '0', 'default', '2022-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19358, 2020, '0', 'default', '2022-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19359, 2095, '0', 'default', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19360, 2031, '0', 'default', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19361, 2021, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19362, 2135, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19363, 2038, '0', 'preview', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19364, 1920, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19365, 2133, '0', 'default', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19366, 2051, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19367, 1931, '0', 'preview', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19368, 2049, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19369, 2053, '0', 'preview', '2022-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19370, 2099, '0', 'default', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19371, 2067, '0', 'preview', '2022-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19372, 2028, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19373, 1967, '0', 'default', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19374, 2014, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19375, 2043, '0', 'default', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19376, 2030, '0', 'preview', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19377, 2113, '0', 'default', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19378, 1935, '0', 'default', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19379, 2106, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19380, 2040, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19381, 2107, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19382, 2125, '0', 'default', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19383, 2043, '0', 'preview', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19384, 1960, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19385, 2067, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19386, 1886, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19387, 2096, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19388, 2015, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19389, 2033, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19390, 2133, '0', 'preview', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19391, 1955, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19392, 2055, '0', 'default', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19393, 2029, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19394, 2123, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19395, 2127, '0', 'preview', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19396, 2066, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19397, 2093, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19398, 2045, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19399, 2029, '0', 'preview', '2022-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19400, 1966, '0', 'preview', '2022-11-04', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19401, 1930, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19402, 2036, '0', 'default', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19403, 2036, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19404, 1956, '0', 'preview', '2022-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19405, 1912, '0', 'default', '2022-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19406, 2111, '0', 'default', '2022-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19407, 2089, '0', 'preview', '2022-11-05', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19408, 2121, '0', 'preview', '2022-11-05', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19409, 2024, '0', 'preview', '2022-11-05', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19410, 2111, '0', 'preview', '2022-11-05', 97);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19411, 2089, '0', 'default', '2022-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19412, 2110, '0', 'preview', '2022-11-05', 86);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19413, 2109, '0', 'preview', '2022-11-05', 84);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19414, 2016, '0', 'preview', '2022-11-05', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19415, 2125, '0', 'default', '2022-11-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19416, 2120, '0', 'preview', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19417, 2025, '0', 'preview', '2022-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19418, 2020, '0', 'preview', '2022-11-05', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19419, 2097, '0', 'preview', '2022-11-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19420, 2095, '0', 'preview', '2022-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19421, 2121, '0', 'default', '2022-11-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19422, 2021, '0', 'default', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19423, 2027, '0', 'preview', '2022-11-05', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19424, 2112, '0', 'preview', '2022-11-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19425, 2109, '0', 'default', '2022-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19426, 2110, '0', 'default', '2022-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19427, 2125, '0', 'preview', '2022-11-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19428, 2044, '0', 'preview', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19429, 2053, '0', 'default', '2022-11-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19430, 2086, '0', 'preview', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19431, 2039, '0', 'preview', '2022-11-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19432, 2025, '0', 'default', '2022-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19433, 2031, '0', 'preview', '2022-11-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19434, 2099, '0', 'preview', '2022-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19435, 2118, '0', 'default', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19436, 2051, '0', 'preview', '2022-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19437, 1964, '0', 'preview', '2022-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19438, 2092, '0', 'preview', '2022-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19439, 2090, '0', 'preview', '2022-11-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19440, 2117, '0', 'preview', '2022-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19441, 2048, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19442, 2043, '0', 'preview', '2022-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19443, 2038, '0', 'preview', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19444, 1930, '0', 'preview', '2022-11-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19445, 1950, '0', 'preview', '2022-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19446, 2066, '0', 'preview', '2022-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19447, 2106, '0', 'default', '2022-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19448, 2097, '0', 'default', '2022-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19449, 2113, '0', 'preview', '2022-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19450, 2134, '0', 'preview', '2022-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19451, 1967, '0', 'preview', '2022-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19452, 2057, '0', 'preview', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19453, 2053, '0', 'preview', '2022-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19454, 2044, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19455, 2115, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19456, 2115, '0', 'preview', '2022-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19457, 2012, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19458, 2112, '0', 'default', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19459, 1924, '0', 'preview', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19460, 2048, '0', 'default', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19461, 2033, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19462, 2091, '0', 'preview', '2022-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19463, 2049, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19464, 2067, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19465, 2116, '0', 'default', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19466, 2055, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19467, 2039, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19468, 2116, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19469, 2020, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19470, 2031, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19471, 2021, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19472, 2017, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19473, 2017, '0', 'default', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19474, 2095, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19475, 1960, '0', 'preview', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19476, 2014, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19477, 1953, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19478, 2129, '0', 'default', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19479, 2099, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19480, 2123, '0', 'preview', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19481, 2135, '0', 'preview', '2022-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19482, 2096, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19483, 2117, '0', 'default', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19484, 2086, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19485, 2092, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19486, 2093, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19487, 2093, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19488, 2067, '0', 'preview', '2022-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19489, 1957, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19490, 2128, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19491, 2129, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19492, 2134, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19493, 2126, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19494, 2055, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19495, 2107, '0', 'preview', '2022-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19496, 1938, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19497, 2023, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19498, 2091, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19499, 2133, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19500, 2057, '0', 'default', '2022-11-05', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19501, 2130, '0', 'preview', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19502, 2015, '0', 'preview', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19503, 1967, '0', 'default', '2022-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19504, 1925, '0', 'preview', '2022-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19505, 2125, '0', 'preview', '2022-11-06', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19506, 2089, '0', 'preview', '2022-11-06', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19507, 2094, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19508, 2031, '0', 'preview', '2022-11-06', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19509, 2095, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19510, 2111, '0', 'preview', '2022-11-06', 98);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19511, 2089, '0', 'default', '2022-11-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19512, 2110, '0', 'preview', '2022-11-06', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19513, 2112, '0', 'preview', '2022-11-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19514, 1960, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19515, 2086, '0', 'preview', '2022-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19516, 2053, '0', 'preview', '2022-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19517, 1930, '0', 'preview', '2022-11-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19518, 2016, '0', 'preview', '2022-11-06', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19519, 2055, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19520, 2106, '0', 'default', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19521, 2024, '0', 'preview', '2022-11-06', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19522, 2053, '0', 'default', '2022-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19523, 2134, '0', 'default', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19524, 2134, '0', 'preview', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19525, 1938, '0', 'preview', '2022-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19526, 2109, '0', 'preview', '2022-11-06', 80);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19527, 2117, '0', 'preview', '2022-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19528, 2027, '0', 'default', '2022-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19529, 2017, '0', 'preview', '2022-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19530, 2118, '0', 'preview', '2022-11-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19531, 2095, '0', 'default', '2022-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19532, 2099, '0', 'default', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19533, 2027, '0', 'preview', '2022-11-06', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19534, 2107, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19535, 1957, '0', 'default', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19536, 2129, '0', 'default', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19537, 2128, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19538, 2126, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19539, 2127, '0', 'default', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19540, 1952, '0', 'default', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19541, 2121, '0', 'default', '2022-11-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19542, 2121, '0', 'preview', '2022-11-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19543, 2118, '0', 'default', '2022-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19544, 2122, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19545, 2120, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19546, 2123, '0', 'default', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19547, 2119, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19548, 2112, '0', 'default', '2022-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19549, 2125, '0', 'default', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19550, 2039, '0', 'default', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19551, 2111, '0', 'default', '2022-11-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19552, 2110, '0', 'default', '2022-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19553, 2109, '0', 'default', '2022-11-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19554, 1930, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19555, 2093, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19556, 1931, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19557, 1935, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19558, 2113, '0', 'preview', '2022-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19559, 2066, '0', 'default', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19560, 2048, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19561, 2014, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19562, 1920, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19563, 2092, '0', 'preview', '2022-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19564, 1931, '0', 'default', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19565, 1935, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19566, 2097, '0', 'default', '2022-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19567, 1950, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19568, 2066, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19569, 1953, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19570, 2097, '0', 'preview', '2022-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19571, 2025, '0', 'preview', '2022-11-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19572, 2092, '0', 'default', '2022-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19573, 2117, '0', 'default', '2022-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19574, 2043, '0', 'preview', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19575, 2133, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19576, 2033, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19577, 1938, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19578, 2040, '0', 'preview', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19579, 2039, '0', 'preview', '2022-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19580, 2098, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19581, 2033, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19582, 2040, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19583, 2044, '0', 'preview', '2022-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19584, 2020, '0', 'preview', '2022-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19585, 2067, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19586, 1967, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19587, 2054, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19588, 2036, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19589, 1925, '0', 'preview', '2022-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19590, 2135, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19591, 2016, '0', 'default', '2022-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19592, 1917, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19593, 2107, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19594, 2122, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19595, 1960, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19596, 2106, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19597, 2090, '0', 'default', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19598, 2038, '0', 'default', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19599, 2135, '0', 'default', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19600, 2045, '0', 'preview', '2022-11-06', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19601, 1932, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19602, 2090, '0', 'preview', '2022-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19603, 2012, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19604, 2017, '0', 'default', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19605, 1925, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19606, 2130, '0', 'preview', '2022-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19607, 2025, '0', 'default', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19608, 2021, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19609, 2024, '0', 'default', '2022-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19610, 2123, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19611, 2067, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19612, 2133, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19613, 2091, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19614, 2065, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19615, 1966, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19616, 2099, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19617, 2020, '0', 'default', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19618, 1967, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19619, 2030, '0', 'preview', '2022-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19620, 2089, '0', 'preview', '2022-11-07', 85);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19621, 2107, '0', 'preview', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19622, 2109, '0', 'preview', '2022-11-07', 255);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19623, 2025, '0', 'default', '2022-11-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19624, 2031, '0', 'preview', '2022-11-07', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19625, 2110, '0', 'preview', '2022-11-07', 205);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19626, 2089, '0', 'default', '2022-11-07', 66);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19627, 2111, '0', 'preview', '2022-11-07', 271);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19628, 2016, '0', 'preview', '2022-11-07', 105);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19629, 2024, '0', 'preview', '2022-11-07', 73);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19630, 2020, '0', 'preview', '2022-11-07', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19631, 2027, '0', 'preview', '2022-11-07', 91);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19632, 2134, '0', 'default', '2022-11-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19633, 2090, '0', 'default', '2022-11-07', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19634, 2092, '0', 'default', '2022-11-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19635, 2126, '0', 'default', '2022-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19636, 2129, '0', 'default', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19637, 2121, '0', 'preview', '2022-11-07', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19638, 2115, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19639, 2067, '0', 'preview', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19640, 2121, '0', 'default', '2022-11-07', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19641, 2039, '0', 'preview', '2022-11-07', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19642, 2112, '0', 'default', '2022-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19643, 2133, '0', 'default', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19644, 1931, '0', 'preview', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19645, 1930, '0', 'preview', '2022-11-07', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19646, 1935, '0', 'preview', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19647, 2134, '0', 'preview', '2022-11-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19648, 2090, '0', 'preview', '2022-11-07', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19649, 2092, '0', 'preview', '2022-11-07', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19650, 2130, '0', 'preview', '2022-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19651, 1925, '0', 'preview', '2022-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19652, 2017, '0', 'preview', '2022-11-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19653, 2086, '0', 'default', '2022-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19654, 2128, '0', 'preview', '2022-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19655, 2126, '0', 'preview', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19656, 2135, '0', 'preview', '2022-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19657, 2021, '0', 'default', '2022-11-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19658, 2017, '0', 'default', '2022-11-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19659, 2117, '0', 'preview', '2022-11-07', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19660, 2044, '0', 'default', '2022-11-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19661, 1924, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19662, 2093, '0', 'default', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19663, 2033, '0', 'default', '2022-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19664, 2016, '0', 'default', '2022-11-07', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19665, 2024, '0', 'default', '2022-11-07', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19666, 2117, '0', 'default', '2022-11-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19667, 2038, '0', 'default', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19668, 2106, '0', 'preview', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19669, 2118, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19670, 2053, '0', 'preview', '2022-11-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19671, 2053, '0', 'default', '2022-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19672, 2043, '0', 'default', '2022-11-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19673, 2025, '0', 'preview', '2022-11-07', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19674, 2087, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19675, 2049, '0', 'preview', '2022-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19676, 2021, '0', 'preview', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19677, 1950, '0', 'preview', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19678, 2127, '0', 'preview', '2022-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19679, 2027, '0', 'default', '2022-11-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19680, 2129, '0', 'preview', '2022-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19681, 1953, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19682, 2123, '0', 'preview', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19683, 2033, '0', 'preview', '2022-11-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19684, 1912, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19685, 2109, '0', 'default', '2022-11-07', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19686, 2111, '0', 'default', '2022-11-07', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19687, 2097, '0', 'default', '2022-11-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19688, 2086, '0', 'preview', '2022-11-07', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19689, 1967, '0', 'preview', '2022-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19690, 2112, '0', 'preview', '2022-11-07', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19691, 2135, '0', 'default', '2022-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19692, 2038, '0', 'preview', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19693, 2043, '0', 'preview', '2022-11-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19694, 2091, '0', 'preview', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19695, 2133, '0', 'preview', '2022-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19696, 2131, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19697, 1967, '0', 'default', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19698, 1964, '0', 'default', '2022-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19699, 2125, '0', 'preview', '2022-11-07', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19700, 2123, '0', 'default', '2022-11-07', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19701, 2044, '0', 'preview', '2022-11-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19702, 2131, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19703, 1957, '0', 'preview', '2022-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19704, 2106, '0', 'default', '2022-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19705, 2097, '0', 'preview', '2022-11-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19706, 2116, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19707, 2095, '0', 'preview', '2022-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19708, 2051, '0', 'preview', '2022-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19709, 2031, '0', 'default', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19710, 2020, '0', 'default', '2022-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19711, 1938, '0', 'preview', '2022-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19712, 2095, '0', 'default', '2022-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19713, 1930, '0', 'default', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19714, 2096, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19715, 2113, '0', 'preview', '2022-11-07', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19716, 2125, '0', 'default', '2022-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19717, 2098, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19718, 2057, '0', 'default', '2022-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19719, 2057, '0', 'preview', '2022-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19720, 1952, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19721, 1959, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19722, 2066, '0', 'default', '2022-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19723, 1966, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19724, 2128, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19725, 2045, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19726, 2093, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19727, 2065, '0', 'preview', '2022-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19728, 2030, '0', 'preview', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19729, 2091, '0', 'default', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19730, 2110, '0', 'default', '2022-11-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19731, 2099, '0', 'preview', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19732, 2036, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19733, 1960, '0', 'default', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19734, 2048, '0', 'default', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19735, 2055, '0', 'default', '2022-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19736, 2067, '0', 'default', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19737, 1953, '0', 'default', '2022-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19738, 2014, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19739, 2049, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19740, 2087, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19741, 1917, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19742, 1914, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19743, 1913, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19744, 1916, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19745, 1950, '0', 'default', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19746, 2096, '0', 'preview', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19747, 1931, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19748, 2048, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19749, 1935, '0', 'default', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19750, 1937, '0', 'default', '2022-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19751, 2113, '0', 'default', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19752, 2099, '0', 'default', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19753, 1886, '0', 'preview', '2022-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19754, 1966, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19755, 2045, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19756, 1917, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19757, 2118, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19758, 2066, '0', 'preview', '2022-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19759, 2014, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19760, 2059, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19761, 1957, '0', 'default', '2022-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19762, 1964, '0', 'preview', '2022-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19763, 2060, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19764, 2040, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19765, 2115, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19766, 2120, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19767, 2120, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19768, 2127, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19769, 2040, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19770, 1960, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19771, 2130, '0', 'default', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19772, 2055, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19773, 1913, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19774, 1925, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19775, 1956, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19776, 1938, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19777, 2119, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19778, 2015, '0', 'preview', '2022-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19779, 2051, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19780, 1952, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19781, 2039, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19782, 1928, '0', 'default', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19783, 1955, '0', 'preview', '2022-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19784, 2039, '0', 'preview', '2022-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19785, 2109, '0', 'preview', '2022-11-08', 257);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19786, 2111, '0', 'preview', '2022-11-08', 249);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19787, 2110, '0', 'preview', '2022-11-08', 218);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19788, 2089, '0', 'default', '2022-11-08', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19789, 2089, '0', 'preview', '2022-11-08', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19790, 1966, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19791, 2098, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19792, 2024, '0', 'preview', '2022-11-08', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19793, 2016, '0', 'preview', '2022-11-08', 82);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19794, 2031, '0', 'preview', '2022-11-08', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19795, 2115, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19796, 2112, '0', 'preview', '2022-11-08', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19797, 2017, '0', 'default', '2022-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19798, 1925, '0', 'default', '2022-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19799, 2040, '0', 'default', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19800, 2020, '0', 'preview', '2022-11-08', 60);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19801, 2095, '0', 'default', '2022-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19802, 2097, '0', 'default', '2022-11-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19803, 2025, '0', 'preview', '2022-11-08', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19804, 2113, '0', 'preview', '2022-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19805, 2027, '0', 'preview', '2022-11-08', 77);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19806, 2095, '0', 'preview', '2022-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19807, 2016, '0', 'default', '2022-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19808, 2053, '0', 'preview', '2022-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19809, 2053, '0', 'default', '2022-11-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19810, 2121, '0', 'preview', '2022-11-08', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19811, 2135, '0', 'preview', '2022-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19812, 2092, '0', 'preview', '2022-11-08', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19813, 2125, '0', 'preview', '2022-11-08', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19814, 2134, '0', 'preview', '2022-11-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19815, 2086, '0', 'preview', '2022-11-08', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19816, 2111, '0', 'default', '2022-11-08', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19817, 2109, '0', 'default', '2022-11-08', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19818, 2110, '0', 'default', '2022-11-08', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19819, 2113, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19820, 1967, '0', 'preview', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19821, 2117, '0', 'preview', '2022-11-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19822, 2057, '0', 'default', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19823, 1967, '0', 'default', '2022-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19824, 1930, '0', 'preview', '2022-11-08', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19825, 2117, '0', 'default', '2022-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19826, 2025, '0', 'default', '2022-11-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19827, 2027, '0', 'default', '2022-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19828, 2037, '0', 'default', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19829, 2090, '0', 'preview', '2022-11-08', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19830, 2066, '0', 'preview', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19831, 2020, '0', 'default', '2022-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19832, 1886, '0', 'preview', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19833, 1960, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19834, 2017, '0', 'preview', '2022-11-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19835, 2121, '0', 'default', '2022-11-08', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19836, 2132, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19837, 2022, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19838, 2043, '0', 'preview', '2022-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19839, 2038, '0', 'preview', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19840, 1935, '0', 'preview', '2022-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19841, 2118, '0', 'default', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19842, 2015, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19843, 2015, '0', 'preview', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19844, 2134, '0', 'default', '2022-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19845, 2086, '0', 'default', '2022-11-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19846, 2024, '0', 'default', '2022-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19847, 2107, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19848, 2048, '0', 'default', '2022-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19849, 2127, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19850, 2097, '0', 'preview', '2022-11-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19851, 2040, '0', 'preview', '2022-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19852, 1925, '0', 'preview', '2022-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19853, 2126, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19854, 2133, '0', 'default', '2022-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19855, 2051, '0', 'default', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19856, 2092, '0', 'default', '2022-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19857, 2090, '0', 'default', '2022-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19858, 1964, '0', 'default', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19859, 2033, '0', 'preview', '2022-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19860, 1938, '0', 'preview', '2022-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19861, 2106, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19862, 1952, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19863, 1966, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19864, 2065, '0', 'preview', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19865, 2030, '0', 'preview', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19866, 2091, '0', 'preview', '2022-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19867, 1924, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19868, 2133, '0', 'preview', '2022-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19869, 1930, '0', 'default', '2022-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19870, 1938, '0', 'default', '2022-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19871, 2038, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19872, 1955, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19873, 2096, '0', 'preview', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19874, 1950, '0', 'preview', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19875, 2120, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19876, 2029, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19877, 2035, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19878, 2099, '0', 'preview', '2022-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19879, 2051, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19880, 2048, '0', 'preview', '2022-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19881, 1886, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19882, 2031, '0', 'default', '2022-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19883, 2044, '0', 'default', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19884, 2043, '0', 'default', '2022-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19885, 2045, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19886, 1957, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19887, 1953, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19888, 2130, '0', 'default', '2022-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19889, 1953, '0', 'preview', '2022-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19890, 2021, '0', 'preview', '2022-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19891, 2122, '0', 'preview', '2022-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19892, 1964, '0', 'preview', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19893, 2130, '0', 'preview', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19894, 2033, '0', 'default', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19895, 2116, '0', 'preview', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19896, 2044, '0', 'preview', '2022-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19897, 2119, '0', 'preview', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19898, 2091, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19899, 2112, '0', 'default', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19900, 2107, '0', 'preview', '2022-11-08', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19901, 2065, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19902, 2067, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19903, 2106, '0', 'preview', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19904, 2029, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19905, 2123, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19906, 2118, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19907, 2067, '0', 'preview', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19908, 2054, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19909, 2055, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19910, 2129, '0', 'preview', '2022-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19911, 2128, '0', 'preview', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19912, 2127, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19913, 1913, '0', 'preview', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19914, 2060, '0', 'preview', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19915, 1954, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19916, 2066, '0', 'default', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19917, 2039, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19918, 2125, '0', 'default', '2022-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19919, 1960, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19920, 2045, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19921, 2129, '0', 'default', '2022-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19922, 1935, '0', 'default', '2022-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19923, 1959, '0', 'preview', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19924, 1950, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19925, 2021, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19926, 2023, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19927, 2126, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19928, 2135, '0', 'default', '2022-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19929, 2131, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19930, 1937, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19931, 1931, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19932, 2128, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19933, 1952, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19934, 2055, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19935, 2096, '0', 'default', '2022-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19936, 2123, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19937, 2057, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19938, 2088, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19939, 2030, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19940, 2114, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19941, 1913, '0', 'default', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19942, 1915, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19943, 1937, '0', 'preview', '2022-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19944, 2025, '0', 'default', '2022-11-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19945, 2125, '0', 'preview', '2022-11-09', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19946, 2109, '0', 'default', '2022-11-09', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19947, 2016, '0', 'preview', '2022-11-09', 120);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19948, 2121, '0', 'preview', '2022-11-09', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19949, 2027, '0', 'preview', '2022-11-09', 72);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19950, 2117, '0', 'default', '2022-11-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19951, 2089, '0', 'default', '2022-11-09', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19952, 2110, '0', 'preview', '2022-11-09', 198);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19953, 2109, '0', 'preview', '2022-11-09', 249);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19954, 2039, '0', 'preview', '2022-11-09', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19955, 2127, '0', 'preview', '2022-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19956, 2111, '0', 'preview', '2022-11-09', 240);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19957, 2025, '0', 'preview', '2022-11-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19958, 2097, '0', 'preview', '2022-11-09', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19959, 2121, '0', 'default', '2022-11-09', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19960, 2024, '0', 'preview', '2022-11-09', 75);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19961, 2112, '0', 'preview', '2022-11-09', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19962, 2115, '0', 'preview', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19963, 2033, '0', 'preview', '2022-11-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19964, 2111, '0', 'default', '2022-11-09', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19965, 2090, '0', 'preview', '2022-11-09', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19966, 2133, '0', 'preview', '2022-11-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19967, 2095, '0', 'preview', '2022-11-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19968, 2092, '0', 'default', '2022-11-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19969, 2092, '0', 'preview', '2022-11-09', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19970, 1925, '0', 'preview', '2022-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19971, 2096, '0', 'preview', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19972, 2098, '0', 'preview', '2022-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19973, 2031, '0', 'preview', '2022-11-09', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19974, 2089, '0', 'preview', '2022-11-09', 69);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19975, 2117, '0', 'preview', '2022-11-09', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19976, 2020, '0', 'preview', '2022-11-09', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19977, 2027, '0', 'default', '2022-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19978, 2067, '0', 'default', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19979, 2110, '0', 'default', '2022-11-09', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19980, 2024, '0', 'default', '2022-11-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19981, 2016, '0', 'default', '2022-11-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19982, 2020, '0', 'default', '2022-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19983, 2118, '0', 'default', '2022-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19984, 2053, '0', 'default', '2022-11-09', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19985, 1960, '0', 'default', '2022-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19986, 2133, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19987, 2014, '0', 'preview', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19988, 2044, '0', 'preview', '2022-11-09', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19989, 2086, '0', 'default', '2022-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19990, 2086, '0', 'preview', '2022-11-09', 68);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19991, 2120, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19992, 2134, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19993, 2090, '0', 'default', '2022-11-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19994, 1886, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19995, 2107, '0', 'default', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19996, 2097, '0', 'default', '2022-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19997, 1935, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19998, 1931, '0', 'preview', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19999, 2017, '0', 'default', '2022-11-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20000, 1930, '0', 'default', '2022-11-09', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20001, 1938, '0', 'preview', '2022-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20002, 1930, '0', 'preview', '2022-11-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20003, 2118, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20004, 2135, '0', 'preview', '2022-11-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20005, 2091, '0', 'preview', '2022-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20006, 2043, '0', 'preview', '2022-11-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20007, 2128, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20008, 2065, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20009, 2039, '0', 'default', '2022-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20010, 2038, '0', 'preview', '2022-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20011, 2067, '0', 'preview', '2022-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20012, 2095, '0', 'default', '2022-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20013, 2099, '0', 'default', '2022-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20014, 2106, '0', 'preview', '2022-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20015, 2107, '0', 'preview', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20016, 2134, '0', 'preview', '2022-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20017, 1967, '0', 'preview', '2022-11-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20018, 2053, '0', 'preview', '2022-11-09', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20019, 2031, '0', 'default', '2022-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20020, 1959, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20021, 1931, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20022, 2113, '0', 'preview', '2022-11-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20023, 2130, '0', 'preview', '2022-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20024, 2131, '0', 'preview', '2022-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20025, 2017, '0', 'preview', '2022-11-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20026, 2014, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20027, 1938, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20028, 1914, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20029, 2116, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20030, 2099, '0', 'preview', '2022-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20031, 2114, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20032, 2126, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20033, 2055, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20034, 2057, '0', 'preview', '2022-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20035, 2135, '0', 'default', '2022-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20036, 2123, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20037, 2055, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20038, 1959, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20039, 2044, '0', 'default', '2022-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20040, 1954, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20041, 2127, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20042, 1953, '0', 'default', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20043, 2021, '0', 'preview', '2022-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20044, 2087, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20045, 2049, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20046, 2091, '0', 'default', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20047, 2129, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20048, 2058, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20049, 1950, '0', 'preview', '2022-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20050, 1956, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20051, 2049, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20052, 2093, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20053, 2125, '0', 'default', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20054, 2120, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20055, 2048, '0', 'preview', '2022-11-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20056, 2043, '0', 'default', '2022-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20057, 2058, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20058, 2106, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20059, 2015, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20060, 2021, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20061, 2087, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20062, 1950, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20063, 1957, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20064, 2094, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20065, 1918, '0', 'default', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20066, 2012, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20067, 1964, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20068, 2045, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20069, 1960, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20070, 1964, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20071, 2051, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20072, 2030, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20073, 2093, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20074, 2023, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20075, 1917, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20076, 2048, '0', 'default', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20077, 2112, '0', 'default', '2022-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20078, 1913, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20079, 1914, '0', 'preview', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20080, 2030, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20081, 1925, '0', 'default', '2022-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20082, 2040, '0', 'preview', '2022-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20083, 2033, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20084, 2054, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20085, 1955, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20086, 2051, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20087, 1924, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20088, 2123, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20089, 2060, '0', 'preview', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20090, 2066, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20091, 2066, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20092, 1967, '0', 'default', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20093, 2029, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20094, 2129, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20095, 2132, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20096, 2040, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20097, 2037, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20098, 2057, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20099, 2126, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20100, 2032, '0', 'preview', '2022-11-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20101, 2122, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20102, 1952, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20103, 2029, '0', 'default', '2022-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20104, 2128, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20105, 1932, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20106, 2028, '0', 'preview', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20107, 1886, '0', 'default', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20108, 1952, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20109, 2054, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20110, 1953, '0', 'preview', '2022-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20111, 2116, '0', 'default', '2022-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20112, 2121, '0', 'preview', '2022-11-10', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20113, 2111, '0', 'preview', '2022-11-10', 269);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20114, 2027, '0', 'preview', '2022-11-10', 94);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20115, 2117, '0', 'preview', '2022-11-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20116, 2016, '0', 'preview', '2022-11-10', 120);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20117, 2110, '0', 'preview', '2022-11-10', 235);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20118, 2109, '0', 'default', '2022-11-10', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20119, 2111, '0', 'default', '2022-11-10', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20120, 2054, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20121, 2134, '0', 'preview', '2022-11-10', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20122, 2125, '0', 'preview', '2022-11-10', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20123, 2121, '0', 'default', '2022-11-10', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20124, 2089, '0', 'default', '2022-11-10', 75);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20125, 2049, '0', 'default', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20126, 2027, '0', 'default', '2022-11-10', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20127, 2110, '0', 'default', '2022-11-10', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20128, 2054, '0', 'preview', '2022-11-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20129, 2097, '0', 'default', '2022-11-10', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20130, 2095, '0', 'default', '2022-11-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20131, 2109, '0', 'preview', '2022-11-10', 285);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20132, 2091, '0', 'preview', '2022-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20133, 2025, '0', 'preview', '2022-11-10', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20134, 2095, '0', 'preview', '2022-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20135, 1967, '0', 'default', '2022-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20136, 2117, '0', 'default', '2022-11-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20137, 2035, '0', 'preview', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20138, 2089, '0', 'preview', '2022-11-10', 79);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20139, 1886, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20140, 2024, '0', 'preview', '2022-11-10', 91);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20141, 2086, '0', 'preview', '2022-11-10', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20142, 2016, '0', 'default', '2022-11-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20143, 2092, '0', 'preview', '2022-11-10', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20144, 2014, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20145, 2099, '0', 'default', '2022-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20146, 2098, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20147, 2113, '0', 'preview', '2022-11-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20148, 2024, '0', 'default', '2022-11-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20149, 2055, '0', 'default', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20150, 2020, '0', 'preview', '2022-11-10', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20151, 2090, '0', 'preview', '2022-11-10', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20152, 2123, '0', 'preview', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20153, 2112, '0', 'preview', '2022-11-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20154, 2017, '0', 'preview', '2022-11-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20155, 2135, '0', 'default', '2022-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20156, 2092, '0', 'default', '2022-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20157, 1925, '0', 'default', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20158, 2131, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20159, 2017, '0', 'default', '2022-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20160, 1960, '0', 'preview', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20161, 2053, '0', 'preview', '2022-11-10', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20162, 2053, '0', 'default', '2022-11-10', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20163, 1959, '0', 'preview', '2022-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20164, 2125, '0', 'default', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20165, 2031, '0', 'preview', '2022-11-10', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20166, 2025, '0', 'default', '2022-11-10', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20167, 2086, '0', 'default', '2022-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20168, 2039, '0', 'default', '2022-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20169, 1931, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20170, 2060, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20171, 2044, '0', 'preview', '2022-11-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20172, 2048, '0', 'preview', '2022-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20173, 1959, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20174, 1886, '0', 'preview', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20175, 2039, '0', 'preview', '2022-11-10', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20176, 2057, '0', 'default', '2022-11-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20177, 2043, '0', 'default', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20178, 2122, '0', 'preview', '2022-11-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20179, 2107, '0', 'preview', '2022-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20180, 2032, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20181, 2043, '0', 'preview', '2022-11-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20182, 2132, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20183, 2134, '0', 'default', '2022-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20184, 2133, '0', 'preview', '2022-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20185, 2130, '0', 'preview', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20186, 2067, '0', 'preview', '2022-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20187, 2135, '0', 'preview', '2022-11-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20188, 1930, '0', 'preview', '2022-11-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20189, 2097, '0', 'preview', '2022-11-10', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20190, 2033, '0', 'preview', '2022-11-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20191, 2118, '0', 'preview', '2022-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20192, 2126, '0', 'preview', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20193, 2129, '0', 'preview', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20194, 2021, '0', 'preview', '2022-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20195, 1925, '0', 'preview', '2022-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20196, 1938, '0', 'preview', '2022-11-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20197, 2029, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20198, 2118, '0', 'default', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20199, 2107, '0', 'default', '2022-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20200, 2030, '0', 'default', '2022-11-10', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20201, 2090, '0', 'default', '2022-11-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20202, 2040, '0', 'preview', '2022-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20203, 1967, '0', 'preview', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20204, 2112, '0', 'default', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20205, 2020, '0', 'default', '2022-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20206, 2031, '0', 'default', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20207, 2116, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20208, 2035, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20209, 2049, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20210, 1915, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20211, 1938, '0', 'default', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20212, 2033, '0', 'default', '2022-11-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20213, 1932, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20214, 2099, '0', 'preview', '2022-11-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20215, 2093, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20216, 2093, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20217, 1930, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20218, 2040, '0', 'default', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20219, 1935, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20220, 2133, '0', 'default', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20221, 2057, '0', 'preview', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20222, 1964, '0', 'preview', '2022-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20223, 2051, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20224, 1966, '0', 'preview', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20225, 2106, '0', 'preview', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20226, 1924, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20227, 2096, '0', 'preview', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20228, 2048, '0', 'default', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20229, 2129, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20230, 2128, '0', 'default', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20231, 2126, '0', 'default', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20232, 2127, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20233, 1957, '0', 'default', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20234, 1952, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20235, 2120, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20236, 2123, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20237, 2044, '0', 'default', '2022-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20238, 2045, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20239, 2021, '0', 'default', '2022-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20240, 1956, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20241, 2066, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20242, 2096, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20243, 2028, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20244, 1960, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20245, 1935, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20246, 2030, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20247, 2115, '0', 'preview', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20248, 1950, '0', 'default', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20249, 2015, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20250, 2029, '0', 'preview', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20251, 2036, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20252, 1950, '0', 'preview', '2022-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20253, 2065, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20254, 1966, '0', 'default', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20255, 2036, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20256, 2023, '0', 'preview', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20257, 1964, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20258, 1953, '0', 'preview', '2022-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20259, 2094, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20260, 1931, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20261, 2130, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20262, 1937, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20263, 2045, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20264, 2106, '0', 'default', '2022-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20265, 2060, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20266, 2091, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20267, 1954, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20268, 2059, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20269, 1956, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20270, 2058, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20271, 2128, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20272, 2058, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20273, 2022, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20274, 2014, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20275, 2038, '0', 'default', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20276, 2114, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20277, 2067, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20278, 1912, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20279, 2120, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20280, 1953, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20281, 2127, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20282, 2051, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20283, 2065, '0', 'preview', '2022-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20284, 1952, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20285, 2032, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20286, 2023, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20287, 2055, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20288, 2038, '0', 'preview', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20289, 2087, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20290, 2122, '0', 'default', '2022-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20291, 2111, '0', 'preview', '2022-11-11', 291);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20292, 2121, '0', 'default', '2022-11-11', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20293, 2111, '0', 'default', '2022-11-11', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20294, 2107, '0', 'default', '2022-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20295, 1938, '0', 'preview', '2022-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20296, 2040, '0', 'preview', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20297, 2049, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20298, 2025, '0', 'preview', '2022-11-11', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20299, 2109, '0', 'preview', '2022-11-11', 282);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20300, 2027, '0', 'preview', '2022-11-11', 133);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20301, 2021, '0', 'preview', '2022-11-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20302, 2097, '0', 'default', '2022-11-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20303, 2053, '0', 'default', '2022-11-11', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20304, 2044, '0', 'preview', '2022-11-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20305, 2043, '0', 'preview', '2022-11-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20306, 2089, '0', 'default', '2022-11-11', 64);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20307, 2016, '0', 'default', '2022-11-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20308, 2017, '0', 'preview', '2022-11-11', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20309, 2016, '0', 'preview', '2022-11-11', 131);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20310, 2110, '0', 'preview', '2022-11-11', 256);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20311, 1925, '0', 'preview', '2022-11-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20312, 2097, '0', 'preview', '2022-11-11', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20313, 2014, '0', 'preview', '2022-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20314, 2086, '0', 'preview', '2022-11-11', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20315, 2121, '0', 'preview', '2022-11-11', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20316, 2092, '0', 'preview', '2022-11-11', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20317, 2024, '0', 'preview', '2022-11-11', 104);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20318, 2039, '0', 'default', '2022-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20319, 2031, '0', 'default', '2022-11-11', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20320, 2024, '0', 'default', '2022-11-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20321, 2031, '0', 'preview', '2022-11-11', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20322, 1964, '0', 'preview', '2022-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20323, 2089, '0', 'preview', '2022-11-11', 103);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20324, 2133, '0', 'preview', '2022-11-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20325, 2027, '0', 'default', '2022-11-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20326, 2135, '0', 'preview', '2022-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20327, 2090, '0', 'preview', '2022-11-11', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20328, 2110, '0', 'default', '2022-11-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20329, 2091, '0', 'default', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20330, 2117, '0', 'preview', '2022-11-11', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20331, 2020, '0', 'preview', '2022-11-11', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20332, 2090, '0', 'default', '2022-11-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20333, 2092, '0', 'default', '2022-11-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20334, 2134, '0', 'preview', '2022-11-11', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20335, 2117, '0', 'default', '2022-11-11', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20336, 2067, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20337, 2112, '0', 'default', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20338, 2096, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20339, 2125, '0', 'preview', '2022-11-11', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20340, 2120, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20341, 2095, '0', 'default', '2022-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20342, 2112, '0', 'preview', '2022-11-11', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20343, 1886, '0', 'preview', '2022-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20344, 2033, '0', 'preview', '2022-11-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20345, 2054, '0', 'preview', '2022-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20346, 2086, '0', 'default', '2022-11-11', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20347, 2095, '0', 'preview', '2022-11-11', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20348, 2133, '0', 'default', '2022-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20349, 2039, '0', 'preview', '2022-11-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20350, 1930, '0', 'preview', '2022-11-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20351, 2113, '0', 'preview', '2022-11-11', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20352, 2038, '0', 'preview', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20353, 1967, '0', 'preview', '2022-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20354, 2057, '0', 'preview', '2022-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20355, 2023, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20356, 2065, '0', 'preview', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20357, 2109, '0', 'default', '2022-11-11', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20358, 2116, '0', 'default', '2022-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20359, 2020, '0', 'default', '2022-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20360, 2045, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20361, 2091, '0', 'preview', '2022-11-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20362, 2025, '0', 'default', '2022-11-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20363, 2123, '0', 'default', '2022-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20364, 2134, '0', 'default', '2022-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20365, 1964, '0', 'default', '2022-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20366, 2130, '0', 'preview', '2022-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20367, 2099, '0', 'preview', '2022-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20368, 2107, '0', 'preview', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20369, 2053, '0', 'preview', '2022-11-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20370, 2044, '0', 'default', '2022-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20371, 2043, '0', 'default', '2022-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20372, 2029, '0', 'default', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20373, 1935, '0', 'default', '2022-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20374, 1918, '0', 'preview', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20375, 2048, '0', 'default', '2022-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20376, 2118, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20377, 2118, '0', 'default', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20378, 2037, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20379, 2119, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20380, 2036, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20381, 2060, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20382, 1953, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20383, 1956, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20384, 2057, '0', 'default', '2022-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20385, 2033, '0', 'default', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20386, 2029, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20387, 1933, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20388, 2130, '0', 'default', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20389, 2049, '0', 'default', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20390, 1950, '0', 'default', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20391, 1959, '0', 'default', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20392, 2135, '0', 'default', '2022-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20393, 2048, '0', 'preview', '2022-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20394, 2099, '0', 'default', '2022-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20395, 1915, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20396, 2115, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20397, 2129, '0', 'preview', '2022-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20398, 2127, '0', 'preview', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20399, 1908, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20400, 2017, '0', 'default', '2022-11-11', 11);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20401, 2106, '0', 'preview', '2022-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20402, 1967, '0', 'default', '2022-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20403, 2123, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20404, 2127, '0', 'default', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20405, 2051, '0', 'default', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20406, 2021, '0', 'default', '2022-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20407, 1931, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20408, 2125, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20409, 1952, '0', 'preview', '2022-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20410, 2128, '0', 'preview', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20411, 1913, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20412, 2126, '0', 'preview', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20413, 2116, '0', 'preview', '2022-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20414, 2055, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20415, 1957, '0', 'preview', '2022-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20416, 2087, '0', 'default', '2022-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20417, 1960, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20418, 1925, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20419, 2035, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20420, 2036, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20421, 2022, '0', 'preview', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20422, 2022, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20423, 2045, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20424, 2026, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20425, 1928, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20426, 2030, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20427, 2038, '0', 'default', '2022-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20428, 2132, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20429, 2131, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20430, 1920, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20431, 1924, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20432, 2093, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20433, 1930, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20434, 1931, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20435, 1937, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20436, 2113, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20437, 1938, '0', 'default', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20438, 2040, '0', 'default', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20439, 2096, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20440, 2115, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20441, 2114, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20442, 2060, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20443, 1954, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20444, 2059, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20445, 1953, '0', 'default', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20446, 2058, '0', 'default', '2022-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20447, 1955, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20448, 1956, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20449, 2129, '0', 'default', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20450, 2128, '0', 'default', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20451, 2126, '0', 'default', '2022-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20452, 1957, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20453, 1952, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20454, 1912, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20455, 1966, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20456, 2066, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20457, 2065, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20458, 2106, '0', 'default', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20459, 1917, '0', 'preview', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20460, 2026, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20461, 1950, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20462, 2066, '0', 'preview', '2022-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20463, 2093, '0', 'preview', '2022-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20464, 1960, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20465, 2051, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20466, 2015, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20467, 2030, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20468, 2088, '0', 'preview', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20469, 1918, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20470, 2067, '0', 'default', '2022-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20471, 1930, '0', 'preview', '2022-11-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20472, 2025, '0', 'preview', '2022-11-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20473, 2089, '0', 'preview', '2022-11-12', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20474, 2121, '0', 'default', '2022-11-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20475, 2099, '0', 'default', '2022-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20476, 2114, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20477, 2110, '0', 'preview', '2022-11-12', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20478, 2109, '0', 'preview', '2022-11-12', 69);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20479, 2111, '0', 'preview', '2022-11-12', 64);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20480, 2053, '0', 'preview', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20481, 2031, '0', 'preview', '2022-11-12', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20482, 2027, '0', 'preview', '2022-11-12', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20483, 2125, '0', 'preview', '2022-11-12', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20484, 2123, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20485, 2109, '0', 'default', '2022-11-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20486, 2111, '0', 'default', '2022-11-12', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20487, 2039, '0', 'default', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20488, 2129, '0', 'default', '2022-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20489, 2090, '0', 'default', '2022-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20490, 1960, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20491, 1960, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20492, 2020, '0', 'default', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20493, 2016, '0', 'preview', '2022-11-12', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20494, 2044, '0', 'preview', '2022-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20495, 2021, '0', 'preview', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20496, 2086, '0', 'preview', '2022-11-12', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20497, 2024, '0', 'preview', '2022-11-12', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20498, 2045, '0', 'default', '2022-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20499, 2134, '0', 'preview', '2022-11-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20500, 2097, '0', 'default', '2022-11-12', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20501, 2110, '0', 'default', '2022-11-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20502, 2092, '0', 'default', '2022-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20503, 2135, '0', 'preview', '2022-11-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20504, 2089, '0', 'default', '2022-11-12', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20505, 2039, '0', 'preview', '2022-11-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20506, 2044, '0', 'default', '2022-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20507, 2025, '0', 'default', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20508, 2126, '0', 'default', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20509, 2127, '0', 'default', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20510, 2127, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20511, 1950, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20512, 2129, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20513, 2117, '0', 'preview', '2022-11-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20514, 2020, '0', 'preview', '2022-11-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20515, 2121, '0', 'preview', '2022-11-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20516, 2117, '0', 'default', '2022-11-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20517, 2107, '0', 'default', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20518, 2090, '0', 'preview', '2022-11-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20519, 2092, '0', 'preview', '2022-11-12', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20520, 2113, '0', 'preview', '2022-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20521, 2053, '0', 'default', '2022-11-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20522, 2112, '0', 'preview', '2022-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20523, 2091, '0', 'preview', '2022-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20524, 2096, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20525, 2097, '0', 'preview', '2022-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20526, 2043, '0', 'preview', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20527, 2095, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20528, 2017, '0', 'default', '2022-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20529, 1925, '0', 'default', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20530, 2135, '0', 'default', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20531, 2130, '0', 'default', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20532, 2094, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20533, 1967, '0', 'default', '2022-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20534, 2096, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20535, 1917, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20536, 2116, '0', 'default', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20537, 2015, '0', 'default', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20538, 2023, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20539, 2028, '0', 'default', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20540, 2098, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20541, 2027, '0', 'default', '2022-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20542, 2017, '0', 'preview', '2022-11-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20543, 2067, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20544, 2016, '0', 'default', '2022-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20545, 2045, '0', 'preview', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20546, 2024, '0', 'default', '2022-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20547, 2055, '0', 'default', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20548, 1925, '0', 'preview', '2022-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20549, 1967, '0', 'preview', '2022-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20550, 2125, '0', 'default', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20551, 1964, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20552, 2122, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20553, 2122, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20554, 2030, '0', 'default', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20555, 1917, '0', 'default', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20556, 2095, '0', 'default', '2022-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20557, 2028, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20558, 2130, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20559, 2107, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20560, 1935, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20561, 2014, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20562, 2051, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20563, 2087, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20564, 2031, '0', 'default', '2022-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20565, 2115, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20566, 2091, '0', 'default', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20567, 1952, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20568, 2066, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20569, 1959, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20570, 2022, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20571, 2030, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20572, 2134, '0', 'default', '2022-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20573, 1935, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20574, 2128, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20575, 2048, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20576, 2065, '0', 'default', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20577, 1966, '0', 'default', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20578, 2066, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20579, 2133, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20580, 2099, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20581, 2033, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20582, 2038, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20583, 1930, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20584, 1937, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20585, 1938, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20586, 2040, '0', 'default', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20587, 2128, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20588, 2106, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20589, 2032, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20590, 1913, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20591, 2049, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20592, 2112, '0', 'default', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20593, 2055, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20594, 1938, '0', 'preview', '2022-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20595, 2057, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20596, 1954, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20597, 1915, '0', 'preview', '2022-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20598, 2089, '0', 'preview', '2022-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20599, 2110, '0', 'preview', '2022-11-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20600, 2049, '0', 'preview', '2022-11-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20601, 1917, '0', 'preview', '2022-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20602, 2031, '0', 'preview', '2022-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20603, 2020, '0', 'preview', '2022-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20604, 2027, '0', 'preview', '2022-11-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20605, 2024, '0', 'preview', '2022-11-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20606, 2111, '0', 'preview', '2022-11-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20607, 2109, '0', 'preview', '2022-11-13', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20608, 2112, '0', 'preview', '2022-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20609, 2028, '0', 'default', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20610, 2089, '0', 'default', '2022-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20611, 2027, '0', 'default', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20612, 2024, '0', 'default', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20613, 2039, '0', 'default', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20614, 1956, '0', 'default', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20615, 2016, '0', 'preview', '2022-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20616, 2095, '0', 'preview', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20617, 2097, '0', 'preview', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20618, 2022, '0', 'default', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20619, 2109, '0', 'default', '2022-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20620, 2110, '0', 'default', '2022-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20621, 2053, '0', 'preview', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20622, 2107, '0', 'preview', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20623, 2039, '0', 'preview', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20624, 2025, '0', 'preview', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20625, 2113, '0', 'preview', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20626, 1938, '0', 'default', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20627, 2040, '0', 'default', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20628, 2055, '0', 'default', '2022-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20629, 1886, '0', 'preview', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20630, 2121, '0', 'preview', '2022-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20631, 2125, '0', 'preview', '2022-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20632, 2021, '0', 'default', '2022-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20633, 2017, '0', 'default', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20634, 2044, '0', 'default', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20635, 1938, '0', 'preview', '2022-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20636, 2017, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20637, 2055, '0', 'preview', '2022-11-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20638, 2055, '0', 'default', '2022-11-14', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20639, 2112, '0', 'preview', '2022-11-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20640, 2112, '0', 'preview', '2022-11-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20641, 2086, '0', 'preview', '2022-11-14', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20642, 2109, '0', 'preview', '2022-11-14', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20643, 2109, '0', 'preview', '2022-11-14', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20644, 1930, '0', 'preview', '2022-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20645, 2024, '0', 'preview', '2022-11-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20646, 2016, '0', 'preview', '2022-11-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20647, 2057, '0', 'preview', '2022-11-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20648, 2090, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20649, 2111, '0', 'preview', '2022-11-14', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20650, 2110, '0', 'preview', '2022-11-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20651, 2121, '0', 'preview', '2022-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20652, 2128, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20653, 2129, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20654, 2134, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20655, 2092, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20656, 1925, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20657, 2111, '0', 'default', '2022-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20658, 2109, '0', 'default', '2022-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20659, 2110, '0', 'default', '2022-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20660, 2031, '0', 'preview', '2022-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20661, 2020, '0', 'preview', '2022-11-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20662, 2089, '0', 'default', '2022-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20663, 2125, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20664, 2044, '0', 'preview', '2022-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20665, 2121, '0', 'default', '2022-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20666, 2117, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20667, 2053, '0', 'default', '2022-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20668, 2117, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20669, 1967, '0', 'preview', '2022-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20670, 2097, '0', 'default', '2022-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20671, 2020, '0', 'default', '2022-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20672, 2054, '0', 'preview', '2022-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20673, 2027, '0', 'default', '2022-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20674, 2057, '0', 'default', '2022-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20675, 2113, '0', 'preview', '2022-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20676, 2048, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20677, 1931, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20678, 2023, '0', 'preview', '2022-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20679, 2089, '0', 'preview', '2022-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20680, 2025, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20681, 2027, '0', 'preview', '2022-11-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20682, 2053, '0', 'preview', '2022-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20683, 2054, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20684, 2086, '0', 'default', '2022-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20685, 2028, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20686, 2024, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20687, 2106, '0', 'default', '2022-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20688, 2025, '0', 'preview', '2022-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20689, 1938, '0', 'preview', '2022-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20690, 2048, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20691, 1935, '0', 'preview', '2022-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20692, 2043, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20693, 2017, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20694, 2051, '0', 'default', '2022-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20695, 2033, '0', 'preview', '2022-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20696, 2095, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20697, 2116, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20698, 2087, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20699, 1938, '0', 'default', '2022-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20700, 2093, '0', 'preview', '2022-11-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20701, 2106, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20702, 1956, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20703, 1953, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20704, 1954, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20705, 1959, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20706, 1960, '0', 'default', '2022-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20707, 2097, '0', 'preview', '2022-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20708, 2133, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20709, 2090, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20710, 1964, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20711, 1952, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20712, 1960, '0', 'preview', '2022-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20713, 2125, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20714, 1930, '0', 'default', '2022-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20715, 2118, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20716, 2118, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20717, 2113, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20718, 1935, '0', 'default', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20719, 2039, '0', 'preview', '2022-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20720, 2015, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20721, 2023, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20722, 2028, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20723, 2109, '0', 'preview', '2022-11-15', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20724, 2111, '0', 'preview', '2022-11-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20725, 1964, '0', 'preview', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20726, 2016, '0', 'preview', '2022-11-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20727, 2117, '0', 'preview', '2022-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20728, 2121, '0', 'default', '2022-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20729, 2123, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20730, 2086, '0', 'preview', '2022-11-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20731, 2123, '0', 'preview', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20732, 2110, '0', 'preview', '2022-11-15', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20733, 2055, '0', 'default', '2022-11-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20734, 2111, '0', 'default', '2022-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20735, 2039, '0', 'preview', '2022-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20736, 2031, '0', 'preview', '2022-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20737, 2020, '0', 'preview', '2022-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20738, 2017, '0', 'preview', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20739, 2117, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20740, 2027, '0', 'preview', '2022-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20741, 2112, '0', 'preview', '2022-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20742, 2125, '0', 'preview', '2022-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20743, 2089, '0', 'preview', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20744, 1930, '0', 'preview', '2022-11-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20745, 2024, '0', 'preview', '2022-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20746, 1930, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20747, 1935, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20748, 2113, '0', 'preview', '2022-11-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20749, 2025, '0', 'preview', '2022-11-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20750, 2040, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20751, 1915, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20752, 2060, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20753, 2021, '0', 'preview', '2022-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20754, 2025, '0', 'default', '2022-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20755, 2016, '0', 'default', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20756, 2024, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20757, 2027, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20758, 2112, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20759, 2055, '0', 'preview', '2022-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20760, 2109, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20761, 2110, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20762, 2020, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20763, 2116, '0', 'default', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20764, 2097, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20765, 2122, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20766, 2093, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20767, 2133, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20768, 2121, '0', 'preview', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20769, 2089, '0', 'default', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20770, 2057, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20771, 2091, '0', 'preview', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20772, 2106, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20773, 2086, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20774, 2134, '0', 'preview', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20775, 2090, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20776, 2092, '0', 'preview', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20777, 1925, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20778, 2096, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20779, 1938, '0', 'preview', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20780, 2033, '0', 'preview', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20781, 2097, '0', 'preview', '2022-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20782, 2040, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20783, 2120, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20784, 1932, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20785, 2127, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20786, 2048, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20787, 2126, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20788, 2128, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20789, 2129, '0', 'default', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20790, 2058, '0', 'preview', '2022-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20791, 2110, '0', 'preview', '2022-11-16', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20792, 2111, '0', 'preview', '2022-11-16', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20793, 2109, '0', 'preview', '2022-11-16', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20794, 1930, '0', 'preview', '2022-11-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20795, 2024, '0', 'preview', '2022-11-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20796, 2025, '0', 'preview', '2022-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20797, 2086, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20798, 2113, '0', 'preview', '2022-11-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20799, 2053, '0', 'default', '2022-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20800, 2109, '0', 'default', '2022-11-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20801, 2110, '0', 'default', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20802, 1938, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20803, 2067, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20804, 2039, '0', 'preview', '2022-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20805, 2039, '0', 'preview', '2022-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20806, 2106, '0', 'preview', '2022-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20807, 2089, '0', 'preview', '2022-11-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20808, 2121, '0', 'preview', '2022-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20809, 2021, '0', 'default', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20810, 2133, '0', 'default', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20811, 2097, '0', 'preview', '2022-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20812, 2025, '0', 'default', '2022-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20813, 2020, '0', 'preview', '2022-11-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20814, 1967, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20815, 2117, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20816, 2057, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20817, 1912, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20818, 2055, '0', 'preview', '2022-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20819, 2057, '0', 'default', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20820, 2031, '0', 'preview', '2022-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20821, 2112, '0', 'preview', '2022-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20822, 2112, '0', 'preview', '2022-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20823, 2033, '0', 'preview', '2022-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20824, 2040, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20825, 2027, '0', 'preview', '2022-11-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20826, 2055, '0', 'default', '2022-11-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20827, 2097, '0', 'default', '2022-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20828, 2095, '0', 'preview', '2022-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20829, 2095, '0', 'default', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20830, 2106, '0', 'default', '2022-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20831, 2089, '0', 'default', '2022-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20832, 1925, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20833, 2112, '0', 'default', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20834, 2016, '0', 'preview', '2022-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20835, 2125, '0', 'preview', '2022-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20836, 1964, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20837, 2051, '0', 'default', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20838, 2133, '0', 'preview', '2022-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20839, 2090, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20840, 2048, '0', 'default', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20841, 2088, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20842, 2053, '0', 'preview', '2022-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20843, 2025, '0', 'preview', '2022-11-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20844, 2055, '0', 'default', '2022-11-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20845, 2111, '0', 'default', '2022-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20846, 2109, '0', 'default', '2022-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20847, 2110, '0', 'default', '2022-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20848, 2089, '0', 'default', '2022-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20849, 2106, '0', 'default', '2022-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20850, 2107, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20851, 2112, '0', 'preview', '2022-11-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20852, 2025, '0', 'default', '2022-11-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20853, 2031, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20854, 2020, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20855, 2017, '0', 'preview', '2022-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20856, 2021, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20857, 2044, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20858, 2043, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20859, 2017, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20860, 2125, '0', 'preview', '2022-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20861, 2093, '0', 'preview', '2022-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20862, 1930, '0', 'preview', '2022-11-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20863, 2039, '0', 'preview', '2022-11-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20864, 1935, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20865, 2031, '0', 'preview', '2022-11-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20866, 2029, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20867, 2121, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20868, 2109, '0', 'preview', '2022-11-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20869, 2111, '0', 'preview', '2022-11-17', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20870, 2030, '0', 'preview', '2022-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20871, 2020, '0', 'preview', '2022-11-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20872, 2118, '0', 'preview', '2022-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20873, 2121, '0', 'preview', '2022-11-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20874, 2097, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20875, 2116, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20876, 2089, '0', 'preview', '2022-11-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20877, 2133, '0', 'preview', '2022-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20878, 1935, '0', 'default', '2022-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20879, 1932, '0', 'default', '2022-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20880, 1930, '0', 'default', '2022-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20881, 2014, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20882, 1938, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20883, 2040, '0', 'default', '2022-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20884, 2106, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20885, 1912, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20886, 2097, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20887, 2098, '0', 'preview', '2022-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20888, 2021, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20889, 2044, '0', 'preview', '2022-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20890, 1886, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20891, 2117, '0', 'preview', '2022-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20892, 2024, '0', 'preview', '2022-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20893, 2043, '0', 'preview', '2022-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20894, 2099, '0', 'preview', '2022-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20895, 2027, '0', 'preview', '2022-11-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20896, 2110, '0', 'preview', '2022-11-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20897, 2045, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20898, 2067, '0', 'preview', '2022-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20899, 2053, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20900, 2016, '0', 'preview', '2022-11-17', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20901, 2014, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20902, 2115, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20903, 1938, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20904, 2040, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20905, 2113, '0', 'preview', '2022-11-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20906, 2033, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20907, 2055, '0', 'preview', '2022-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20908, 2057, '0', 'preview', '2022-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20909, 2095, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20910, 2096, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20911, 2099, '0', 'default', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20912, 2051, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20913, 1886, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20914, 2086, '0', 'preview', '2022-11-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20915, 2116, '0', 'preview', '2022-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20916, 2110, '0', 'preview', '2022-11-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20917, 1957, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20918, 1952, '0', 'preview', '2022-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20919, 2089, '0', 'preview', '2022-11-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20920, 2048, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20921, 2121, '0', 'preview', '2022-11-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20922, 1938, '0', 'preview', '2022-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20923, 2112, '0', 'preview', '2022-11-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20924, 2109, '0', 'preview', '2022-11-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20925, 2111, '0', 'preview', '2022-11-18', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20926, 1930, '0', 'preview', '2022-11-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20927, 2025, '0', 'preview', '2022-11-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20928, 2089, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20929, 2031, '0', 'preview', '2022-11-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20930, 2020, '0', 'preview', '2022-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20931, 2055, '0', 'default', '2022-11-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20932, 1956, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20933, 2117, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20934, 2129, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20935, 2106, '0', 'preview', '2022-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20936, 2033, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20937, 2097, '0', 'preview', '2022-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20938, 1931, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20939, 2016, '0', 'preview', '2022-11-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20940, 2024, '0', 'preview', '2022-11-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20941, 2096, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20942, 2086, '0', 'preview', '2022-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20943, 2121, '0', 'default', '2022-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20944, 2037, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20945, 2125, '0', 'preview', '2022-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20946, 2027, '0', 'preview', '2022-11-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20947, 1931, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20948, 2055, '0', 'preview', '2022-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20949, 2113, '0', 'preview', '2022-11-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20950, 2057, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20951, 2097, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20952, 2048, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20953, 2017, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20954, 2044, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20955, 2106, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20956, 1956, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20957, 1954, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20958, 1959, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20959, 2099, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20960, 2092, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20961, 2090, '0', 'preview', '2022-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20962, 2092, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20963, 2039, '0', 'preview', '2022-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20964, 2125, '0', 'default', '2022-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20965, 2091, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20966, 2134, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20967, 1964, '0', 'preview', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20968, 2025, '0', 'default', '2022-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20969, 2115, '0', 'preview', '2022-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20970, 2025, '0', 'preview', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20971, 2089, '0', 'preview', '2022-11-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20972, 2110, '0', 'preview', '2022-11-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20973, 2055, '0', 'default', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20974, 2020, '0', 'preview', '2022-11-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20975, 2066, '0', 'preview', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20976, 2095, '0', 'default', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20977, 2112, '0', 'default', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20978, 2121, '0', 'default', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20979, 2089, '0', 'default', '2022-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20980, 2109, '0', 'preview', '2022-11-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20981, 2111, '0', 'preview', '2022-11-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20982, 1930, '0', 'preview', '2022-11-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20983, 2033, '0', 'preview', '2022-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20984, 2035, '0', 'default', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20985, 2051, '0', 'preview', '2022-11-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20986, 2065, '0', 'preview', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20987, 1964, '0', 'preview', '2022-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20988, 2024, '0', 'preview', '2022-11-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20989, 2021, '0', 'preview', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20990, 2099, '0', 'default', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20991, 2109, '0', 'default', '2022-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20992, 2110, '0', 'default', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20993, 2111, '0', 'default', '2022-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20994, 2092, '0', 'default', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20995, 2012, '0', 'default', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20996, 2134, '0', 'default', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20997, 2090, '0', 'default', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20998, 1925, '0', 'preview', '2022-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20999, 1960, '0', 'preview', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21000, 1964, '0', 'default', '2022-11-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21001, 2112, '0', 'preview', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21002, 2097, '0', 'preview', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21003, 2016, '0', 'preview', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21004, 2027, '0', 'preview', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21005, 2113, '0', 'preview', '2022-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21006, 2110, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21007, 2092, '0', 'preview', '2022-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21008, 2117, '0', 'preview', '2022-11-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21009, 2109, '0', 'preview', '2022-11-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21010, 2110, '0', 'preview', '2022-11-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21011, 2111, '0', 'preview', '2022-11-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21012, 1930, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21013, 2025, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21014, 1915, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21015, 1916, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21016, 2060, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21017, 2014, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21018, 2021, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21019, 1964, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21020, 2116, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21021, 2032, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21022, 2112, '0', 'default', '2022-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21023, 2014, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21024, 2125, '0', 'preview', '2022-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21025, 2053, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21026, 2036, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21027, 2025, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21028, 2121, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21029, 2017, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21030, 2117, '0', 'default', '2022-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21031, 1930, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21032, 2027, '0', 'preview', '2022-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21033, 2039, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21034, 2016, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21035, 2024, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21036, 2106, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21037, 2112, '0', 'preview', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21038, 2020, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21039, 2096, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21040, 2097, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21041, 1954, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21042, 2086, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21043, 2113, '0', 'preview', '2022-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21044, 2089, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21045, 2057, '0', 'default', '2022-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21046, 2033, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21047, 2111, '0', 'preview', '2022-11-21', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21048, 2015, '0', 'preview', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21049, 2016, '0', 'preview', '2022-11-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21050, 2093, '0', 'preview', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21051, 1930, '0', 'preview', '2022-11-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21052, 2113, '0', 'preview', '2022-11-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21053, 2031, '0', 'preview', '2022-11-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21054, 2025, '0', 'preview', '2022-11-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21055, 2027, '0', 'preview', '2022-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21056, 2024, '0', 'preview', '2022-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21057, 2089, '0', 'preview', '2022-11-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21058, 2033, '0', 'default', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21059, 1886, '0', 'preview', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21060, 1938, '0', 'preview', '2022-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21061, 2040, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21062, 2112, '0', 'preview', '2022-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21063, 2089, '0', 'default', '2022-11-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21064, 2109, '0', 'preview', '2022-11-21', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21065, 2121, '0', 'preview', '2022-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21066, 2021, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21067, 2055, '0', 'default', '2022-11-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21068, 2086, '0', 'preview', '2022-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21069, 1930, '0', 'default', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21070, 2106, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21071, 2043, '0', 'preview', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21072, 2125, '0', 'preview', '2022-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21073, 2113, '0', 'default', '2022-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21074, 1935, '0', 'default', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21075, 1937, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21076, 2133, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21077, 2030, '0', 'preview', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21078, 2122, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21079, 2110, '0', 'preview', '2022-11-21', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21080, 2020, '0', 'preview', '2022-11-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21081, 2039, '0', 'preview', '2022-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21082, 2053, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21083, 2112, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21084, 2117, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21085, 2086, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21086, 2125, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21087, 2057, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21088, 2044, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21089, 2043, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21090, 1925, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21091, 2020, '0', 'default', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21092, 2111, '0', 'default', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21093, 2109, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21094, 2110, '0', 'default', '2022-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21095, 2016, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21096, 2024, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21097, 2027, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21098, 2099, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21099, 2095, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21100, 2022, '0', 'preview', '2022-11-21', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21101, 2107, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21102, 1967, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21103, 2135, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21104, 2134, '0', 'preview', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21105, 2092, '0', 'preview', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21106, 2017, '0', 'preview', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21107, 2130, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21108, 2090, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21109, 2060, '0', 'default', '2022-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21110, 2053, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21111, 1918, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21112, 2129, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21113, 2025, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21114, 2129, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21115, 2093, '0', 'default', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21116, 2055, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21117, 2091, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21118, 2117, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21119, 2051, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21120, 1935, '0', 'preview', '2022-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21121, 2110, '0', 'preview', '2022-11-22', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21122, 1930, '0', 'preview', '2022-11-22', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21123, 2086, '0', 'preview', '2022-11-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21124, 2111, '0', 'preview', '2022-11-22', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21125, 2109, '0', 'preview', '2022-11-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21126, 2125, '0', 'preview', '2022-11-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21127, 2039, '0', 'preview', '2022-11-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21128, 2031, '0', 'preview', '2022-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21129, 2025, '0', 'preview', '2022-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21130, 2020, '0', 'preview', '2022-11-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21131, 2089, '0', 'preview', '2022-11-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21132, 2014, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21133, 2048, '0', 'default', '2022-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21134, 2089, '0', 'default', '2022-11-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21135, 2111, '0', 'default', '2022-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21136, 2109, '0', 'default', '2022-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21137, 2110, '0', 'default', '2022-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21138, 2025, '0', 'default', '2022-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21139, 2049, '0', 'default', '2022-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21140, 1938, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21141, 2092, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21142, 2113, '0', 'preview', '2022-11-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21143, 1930, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21144, 2016, '0', 'preview', '2022-11-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21145, 1912, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21146, 2097, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21147, 2097, '0', 'default', '2022-11-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21148, 2121, '0', 'default', '2022-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21149, 1925, '0', 'preview', '2022-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21150, 2032, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21151, 1959, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21152, 2043, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21153, 2112, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21154, 2067, '0', 'preview', '2022-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21155, 2121, '0', 'preview', '2022-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21156, 2058, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21157, 1953, '0', 'preview', '2022-11-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21158, 1956, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21159, 2126, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21160, 2129, '0', 'default', '2022-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21161, 1967, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21162, 2055, '0', 'default', '2022-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21163, 2055, '0', 'preview', '2022-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21164, 2134, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21165, 1956, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21166, 1950, '0', 'preview', '2022-11-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21167, 2016, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21168, 2106, '0', 'preview', '2022-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21169, 1935, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21170, 1950, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21171, 2127, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21172, 2116, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21173, 2021, '0', 'preview', '2022-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21174, 2039, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21175, 2099, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21176, 2095, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21177, 2031, '0', 'default', '2022-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21178, 2114, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21179, 2091, '0', 'preview', '2022-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21180, 2086, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21181, 1960, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21182, 2053, '0', 'preview', '2022-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21183, 2048, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21184, 1964, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21185, 1959, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21186, 2024, '0', 'preview', '2022-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21187, 2027, '0', 'preview', '2022-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21188, 2095, '0', 'preview', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21189, 1964, '0', 'default', '2022-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21190, 2111, '0', 'preview', '2022-11-23', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21191, 1930, '0', 'preview', '2022-11-23', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21192, 2121, '0', 'preview', '2022-11-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21193, 2093, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21194, 2121, '0', 'default', '2022-11-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21195, 2016, '0', 'preview', '2022-11-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21196, 2027, '0', 'preview', '2022-11-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21197, 2113, '0', 'preview', '2022-11-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21198, 2024, '0', 'preview', '2022-11-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21199, 2024, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21200, 2089, '0', 'preview', '2022-11-23', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21201, 2097, '0', 'default', '2022-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21202, 2020, '0', 'default', '2022-11-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21203, 2110, '0', 'preview', '2022-11-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21204, 2055, '0', 'default', '2022-11-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21205, 2125, '0', 'preview', '2022-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21206, 2125, '0', 'preview', '2022-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21207, 2067, '0', 'preview', '2022-11-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21208, 2039, '0', 'preview', '2022-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21209, 2020, '0', 'preview', '2022-11-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21210, 2031, '0', 'preview', '2022-11-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21211, 2112, '0', 'preview', '2022-11-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21212, 2025, '0', 'default', '2022-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21213, 1918, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21214, 2089, '0', 'default', '2022-11-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21215, 2106, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21216, 2095, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21217, 1914, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21218, 2086, '0', 'preview', '2022-11-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21219, 2129, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21220, 1957, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21221, 1959, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21222, 2106, '0', 'preview', '2022-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21223, 2048, '0', 'preview', '2022-11-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21224, 2116, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21225, 2017, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21226, 2130, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21227, 2131, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21228, 2111, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21229, 2086, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21230, 2053, '0', 'default', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21231, 2012, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21232, 2053, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21233, 2028, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21234, 1960, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21235, 1953, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21236, 1935, '0', 'preview', '2022-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21237, 2055, '0', 'preview', '2022-11-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21238, 2123, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21239, 2025, '0', 'preview', '2022-11-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21240, 2087, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21241, 1918, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21242, 1950, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21243, 2109, '0', 'preview', '2022-11-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21244, 1938, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21245, 2097, '0', 'preview', '2022-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21246, 2057, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21247, 2017, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21248, 2044, '0', 'preview', '2022-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21249, 2043, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21250, 2038, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21251, 1932, '0', 'preview', '2022-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21252, 2024, '0', 'preview', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21253, 1930, '0', 'preview', '2022-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21254, 2055, '0', 'default', '2022-11-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21255, 2110, '0', 'preview', '2022-11-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21256, 2089, '0', 'preview', '2022-11-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21257, 2025, '0', 'preview', '2022-11-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21258, 2109, '0', 'preview', '2022-11-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21259, 2111, '0', 'preview', '2022-11-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21260, 2121, '0', 'default', '2022-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21261, 2099, '0', 'default', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21262, 2048, '0', 'preview', '2022-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21263, 2106, '0', 'preview', '2022-11-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21264, 2087, '0', 'default', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21265, 2089, '0', 'default', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21266, 2112, '0', 'default', '2022-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21267, 2112, '0', 'preview', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21268, 2121, '0', 'preview', '2022-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21269, 2020, '0', 'preview', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21270, 2027, '0', 'preview', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21271, 2109, '0', 'default', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21272, 2021, '0', 'preview', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21273, 2053, '0', 'default', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21274, 2125, '0', 'preview', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21275, 2106, '0', 'default', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21276, 2029, '0', 'default', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21277, 2025, '0', 'default', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21278, 2039, '0', 'preview', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21279, 2095, '0', 'default', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21280, 2092, '0', 'default', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21281, 2118, '0', 'default', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21282, 2027, '0', 'default', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21283, 2045, '0', 'default', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21284, 2090, '0', 'default', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21285, 2031, '0', 'preview', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21286, 2092, '0', 'preview', '2022-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21287, 2090, '0', 'preview', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21288, 2017, '0', 'preview', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21289, 2033, '0', 'preview', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21290, 2016, '0', 'default', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21291, 2113, '0', 'preview', '2022-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21292, 1930, '0', 'preview', '2022-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21293, 2111, '0', 'preview', '2022-11-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21294, 2121, '0', 'preview', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21295, 2118, '0', 'preview', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21296, 2020, '0', 'preview', '2022-11-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21297, 2036, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21298, 2120, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21299, 2016, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21300, 2025, '0', 'preview', '2022-11-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21301, 2027, '0', 'preview', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21302, 2024, '0', 'preview', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21303, 2039, '0', 'preview', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21304, 2092, '0', 'default', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21305, 2118, '0', 'default', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21306, 2121, '0', 'default', '2022-11-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21307, 2029, '0', 'default', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21308, 2112, '0', 'default', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21309, 2090, '0', 'default', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21310, 2122, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21311, 2123, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21312, 2112, '0', 'preview', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21313, 2125, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21314, 2089, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21315, 2107, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21316, 2106, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21317, 2093, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21318, 1931, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21319, 2033, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21320, 2027, '0', 'default', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21321, 2111, '0', 'default', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21322, 2025, '0', 'default', '2022-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21323, 2045, '0', 'default', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21324, 2109, '0', 'default', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21325, 2110, '0', 'preview', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21326, 2089, '0', 'default', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21327, 2106, '0', 'default', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21328, 2055, '0', 'preview', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21329, 2031, '0', 'preview', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21330, 2113, '0', 'preview', '2022-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21331, 2035, '0', 'default', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21332, 2048, '0', 'default', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21333, 1950, '0', 'default', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21334, 1953, '0', 'default', '2022-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21335, 1959, '0', 'default', '2022-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21336, 2028, '0', 'default', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21337, 2111, '0', 'preview', '2022-11-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21338, 2031, '0', 'preview', '2022-11-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21339, 2020, '0', 'preview', '2022-11-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21340, 1930, '0', 'preview', '2022-11-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21341, 2109, '0', 'preview', '2022-11-26', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21342, 2110, '0', 'preview', '2022-11-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21343, 2015, '0', 'default', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21344, 2016, '0', 'default', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21345, 2016, '0', 'preview', '2022-11-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21346, 2045, '0', 'preview', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21347, 2021, '0', 'preview', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21348, 2027, '0', 'preview', '2022-11-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21349, 2134, '0', 'preview', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21350, 2089, '0', 'preview', '2022-11-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21351, 2053, '0', 'default', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21352, 2024, '0', 'preview', '2022-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21353, 2033, '0', 'preview', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21354, 1938, '0', 'preview', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21355, 2113, '0', 'preview', '2022-11-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21356, 2025, '0', 'preview', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21357, 2114, '0', 'preview', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21358, 2055, '0', 'default', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21359, 2086, '0', 'preview', '2022-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21360, 2033, '0', 'default', '2022-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21361, 2017, '0', 'preview', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21362, 2025, '0', 'default', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21363, 2089, '0', 'default', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21364, 2121, '0', 'default', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21365, 1917, '0', 'default', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21366, 2112, '0', 'preview', '2022-11-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21367, 1964, '0', 'preview', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21368, 2039, '0', 'preview', '2022-11-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21369, 2051, '0', 'default', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21370, 2093, '0', 'preview', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21371, 2125, '0', 'preview', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21372, 2097, '0', 'default', '2022-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21373, 2121, '0', 'default', '2022-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21374, 2097, '0', 'preview', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21375, 2086, '0', 'preview', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21376, 2134, '0', 'preview', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21377, 2040, '0', 'default', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21378, 2120, '0', 'default', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21379, 2125, '0', 'default', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21380, 2092, '0', 'default', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21381, 1930, '0', 'preview', '2022-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21382, 2027, '0', 'default', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21383, 2112, '0', 'default', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21384, 2025, '0', 'default', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21385, 2109, '0', 'default', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21386, 2089, '0', 'default', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21387, 2090, '0', 'default', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21388, 2106, '0', 'default', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21389, 2111, '0', 'preview', '2022-11-27', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21390, 2118, '0', 'default', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21391, 2025, '0', 'preview', '2022-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21392, 2113, '0', 'preview', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21393, 2024, '0', 'preview', '2022-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21394, 2027, '0', 'preview', '2022-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21395, 2029, '0', 'default', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21396, 2045, '0', 'default', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21397, 2112, '0', 'preview', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21398, 2109, '0', 'preview', '2022-11-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21399, 2095, '0', 'preview', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21400, 2110, '0', 'preview', '2022-11-27', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21401, 2095, '0', 'default', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21402, 2057, '0', 'preview', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21403, 2135, '0', 'default', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21404, 2020, '0', 'preview', '2022-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21405, 2089, '0', 'preview', '2022-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21406, 1935, '0', 'preview', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21407, 1955, '0', 'default', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21408, 2021, '0', 'preview', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21409, 2031, '0', 'preview', '2022-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21410, 2016, '0', 'preview', '2022-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21411, 2039, '0', 'preview', '2022-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21412, 2048, '0', 'default', '2022-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21413, 2121, '0', 'preview', '2022-11-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21414, 2129, '0', 'preview', '2022-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21415, 2044, '0', 'preview', '2022-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21416, 2099, '0', 'preview', '2022-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21417, 2024, '0', 'preview', '2022-11-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21418, 2016, '0', 'preview', '2022-11-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21419, 2065, '0', 'preview', '2022-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21420, 2027, '0', 'default', '2022-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21421, 2113, '0', 'preview', '2022-11-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21422, 2086, '0', 'preview', '2022-11-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21423, 2025, '0', 'preview', '2022-11-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21424, 1932, '0', 'default', '2022-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21425, 1930, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21426, 2089, '0', 'default', '2022-11-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21427, 2039, '0', 'preview', '2022-11-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21428, 2031, '0', 'preview', '2022-11-28', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21429, 2020, '0', 'preview', '2022-11-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21430, 2089, '0', 'preview', '2022-11-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21431, 1930, '0', 'preview', '2022-11-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21432, 2030, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21433, 2015, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21434, 2033, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21435, 2118, '0', 'default', '2022-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21436, 2092, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21437, 2090, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21438, 2106, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21439, 2025, '0', 'default', '2022-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21440, 2110, '0', 'preview', '2022-11-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21441, 2106, '0', 'preview', '2022-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21442, 2111, '0', 'preview', '2022-11-28', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21443, 2045, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21444, 2097, '0', 'preview', '2022-11-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21445, 2112, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21446, 2109, '0', 'preview', '2022-11-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21447, 2029, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21448, 2055, '0', 'default', '2022-11-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21449, 2109, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21450, 2121, '0', 'default', '2022-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21451, 2095, '0', 'preview', '2022-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21452, 2027, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21453, 2125, '0', 'preview', '2022-11-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21454, 2126, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21455, 2060, '0', 'preview', '2022-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21456, 2128, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21457, 1959, '0', 'preview', '2022-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21458, 1954, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21459, 2059, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21460, 1953, '0', 'preview', '2022-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21461, 2117, '0', 'preview', '2022-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21462, 2097, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21463, 2090, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21464, 2092, '0', 'preview', '2022-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21465, 2057, '0', 'preview', '2022-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21466, 2099, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21467, 2055, '0', 'preview', '2022-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21468, 2039, '0', 'default', '2022-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21469, 2021, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21470, 2135, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21471, 2096, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21472, 2115, '0', 'preview', '2022-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21473, 2017, '0', 'preview', '2022-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21474, 1960, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21475, 2053, '0', 'preview', '2022-11-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21476, 2054, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21477, 1916, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21478, 1935, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21479, 2113, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21480, 1937, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21481, 1925, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21482, 2017, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21483, 2038, '0', 'preview', '2022-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21484, 2093, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21485, 1964, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21486, 2051, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21487, 2112, '0', 'preview', '2022-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21488, 2014, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21489, 1950, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21490, 2125, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21491, 2053, '0', 'default', '2022-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21492, 2129, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21493, 2127, '0', 'default', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21494, 2116, '0', 'preview', '2022-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21495, 2111, '0', 'preview', '2022-11-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21496, 1930, '0', 'preview', '2022-11-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21497, 2113, '0', 'preview', '2022-11-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21498, 1938, '0', 'preview', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21499, 2055, '0', 'default', '2022-11-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21500, 2110, '0', 'preview', '2022-11-29', 25);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21501, 2109, '0', 'preview', '2022-11-29', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21502, 2107, '0', 'preview', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21503, 2121, '0', 'preview', '2022-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21504, 2025, '0', 'default', '2022-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21505, 2092, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21506, 2027, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21507, 2121, '0', 'default', '2022-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21508, 2020, '0', 'preview', '2022-11-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21509, 2118, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21510, 2112, '0', 'default', '2022-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21511, 2045, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21512, 2106, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21513, 2029, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21514, 2067, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21515, 2090, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21516, 2109, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21517, 2089, '0', 'default', '2022-11-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21518, 2093, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21519, 2027, '0', 'preview', '2022-11-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21520, 2086, '0', 'preview', '2022-11-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21521, 2016, '0', 'preview', '2022-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21522, 2024, '0', 'preview', '2022-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21523, 2025, '0', 'preview', '2022-11-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21524, 2125, '0', 'preview', '2022-11-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21525, 2031, '0', 'preview', '2022-11-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21526, 1937, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21527, 2112, '0', 'preview', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21528, 2057, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21529, 1964, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21530, 2110, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21531, 2014, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21532, 2095, '0', 'preview', '2022-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21533, 1916, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21534, 2014, '0', 'preview', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21535, 2093, '0', 'preview', '2022-11-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21536, 2093, '0', 'preview', '2022-11-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21537, 2032, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21538, 2122, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21539, 2111, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21540, 2122, '0', 'preview', '2022-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21541, 2016, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21542, 2089, '0', 'preview', '2022-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21543, 2067, '0', 'preview', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21544, 1930, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21545, 2123, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21546, 2097, '0', 'preview', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21547, 1959, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21548, 2120, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21549, 1925, '0', 'preview', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21550, 2031, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21551, 2039, '0', 'default', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21552, 2017, '0', 'preview', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21553, 2099, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21554, 2114, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21555, 1914, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21556, 2097, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21557, 1931, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21558, 2142, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21559, 1917, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21560, 2048, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21561, 2095, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21562, 2039, '0', 'preview', '2022-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21563, 2055, '0', 'preview', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21564, 2033, '0', 'preview', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21565, 2040, '0', 'preview', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21566, 1960, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21567, 2049, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21568, 2029, '0', 'preview', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21569, 2117, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21570, 1917, '0', 'preview', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21571, 2125, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21572, 2087, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21573, 2017, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21574, 1913, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21575, 1925, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21576, 2053, '0', 'preview', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21577, 1950, '0', 'preview', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21578, 2134, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21579, 1935, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21580, 2048, '0', 'preview', '2022-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21581, 2094, '0', 'preview', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21582, 2036, '0', 'default', '2022-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21583, 2111, '0', 'preview', '2022-11-30', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21584, 2109, '0', 'default', '2022-11-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21585, 2109, '0', 'preview', '2022-11-30', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21586, 1930, '0', 'preview', '2022-11-30', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21587, 2113, '0', 'preview', '2022-11-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21588, 2025, '0', 'preview', '2022-11-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21589, 2110, '0', 'preview', '2022-11-30', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21590, 2016, '0', 'preview', '2022-11-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21591, 2089, '0', 'default', '2022-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21592, 2055, '0', 'default', '2022-11-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21593, 2020, '0', 'preview', '2022-11-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21594, 2053, '0', 'preview', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21595, 2031, '0', 'preview', '2022-11-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21596, 2121, '0', 'preview', '2022-11-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21597, 2089, '0', 'preview', '2022-11-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21598, 2027, '0', 'preview', '2022-11-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21599, 2095, '0', 'preview', '2022-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21600, 2111, '0', 'default', '2022-11-30', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21601, 2125, '0', 'preview', '2022-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21602, 2110, '0', 'default', '2022-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21603, 2120, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21604, 1918, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21605, 2040, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21606, 2115, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21607, 2125, '0', 'default', '2022-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21608, 2134, '0', 'preview', '2022-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21609, 1912, '0', 'preview', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21610, 2107, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21611, 2030, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21612, 2092, '0', 'default', '2022-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21613, 2090, '0', 'preview', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21614, 2117, '0', 'preview', '2022-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21615, 1911, '0', 'preview', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21616, 1915, '0', 'preview', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21617, 2054, '0', 'preview', '2022-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21618, 2053, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21619, 2090, '0', 'default', '2022-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21620, 2117, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21621, 1960, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21622, 2121, '0', 'default', '2022-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21623, 1964, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21624, 2134, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21625, 2112, '0', 'preview', '2022-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21626, 1886, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21627, 2048, '0', 'preview', '2022-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21628, 2024, '0', 'preview', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21629, 2039, '0', 'preview', '2022-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21630, 2055, '0', 'preview', '2022-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21631, 1935, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21632, 1930, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21633, 2113, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21634, 2027, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21635, 2087, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21636, 2021, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21637, 1953, '0', 'preview', '2022-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21638, 2092, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21639, 2129, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21640, 2025, '0', 'default', '2022-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21641, 2031, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21642, 2093, '0', 'preview', '2022-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21643, 2133, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21644, 1912, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21645, 2086, '0', 'preview', '2022-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21646, 2029, '0', 'default', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21647, 2118, '0', 'default', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21648, 2045, '0', 'default', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21649, 2029, '0', 'preview', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21650, 1931, '0', 'preview', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21651, 1932, '0', 'preview', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21652, 1935, '0', 'preview', '2022-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21653, 1937, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21654, 2057, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21655, 2114, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21656, 1925, '0', 'preview', '2022-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21657, 2091, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21658, 2097, '0', 'preview', '2022-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21659, 2099, '0', 'preview', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21660, 2097, '0', 'default', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21661, 2095, '0', 'default', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21662, 2099, '0', 'default', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21663, 2112, '0', 'default', '2022-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21664, 2133, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21665, 1938, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21666, 2106, '0', 'default', '2022-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21667, 2086, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21668, 2039, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21669, 2067, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21670, 1959, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21671, 1954, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21672, 1956, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21673, 1957, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21674, 2140, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21675, 1952, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21676, 1950, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21677, 2038, '0', 'preview', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21678, 2033, '0', 'default', '2022-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21679, 2111, '0', 'preview', '2022-12-01', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21680, 2089, '0', 'preview', '2022-12-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21681, 1931, '0', 'preview', '2022-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21682, 2113, '0', 'preview', '2022-12-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21683, 2031, '0', 'preview', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21684, 1930, '0', 'preview', '2022-12-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21685, 2027, '0', 'default', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21686, 2089, '0', 'default', '2022-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21687, 2055, '0', 'default', '2022-12-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21688, 2110, '0', 'preview', '2022-12-01', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21689, 2057, '0', 'preview', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21690, 2053, '0', 'preview', '2022-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21691, 2109, '0', 'default', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21692, 2109, '0', 'preview', '2022-12-01', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21693, 2028, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21694, 2027, '0', 'preview', '2022-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21695, 2121, '0', 'preview', '2022-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21696, 2092, '0', 'default', '2022-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21697, 2025, '0', 'default', '2022-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21698, 2106, '0', 'default', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21699, 2121, '0', 'default', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21700, 2045, '0', 'default', '2022-12-01', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21701, 2029, '0', 'default', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21702, 2051, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21703, 2112, '0', 'default', '2022-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21704, 2090, '0', 'default', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21705, 2118, '0', 'default', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21706, 1959, '0', 'default', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21707, 2066, '0', 'default', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21708, 2051, '0', 'default', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21709, 2020, '0', 'preview', '2022-12-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21710, 2125, '0', 'default', '2022-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21711, 2048, '0', 'preview', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21712, 2025, '0', 'preview', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21713, 2067, '0', 'default', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21714, 2093, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21715, 2133, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21716, 2123, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21717, 2125, '0', 'preview', '2022-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21718, 2097, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21719, 1950, '0', 'preview', '2022-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21720, 2111, '0', 'default', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21721, 2057, '0', 'default', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21722, 2054, '0', 'default', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21723, 1935, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21724, 2112, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21725, 2029, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21726, 2113, '0', 'default', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21727, 1930, '0', 'default', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21728, 2097, '0', 'default', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21729, 2016, '0', 'default', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21730, 2096, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21731, 2055, '0', 'preview', '2022-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21732, 2086, '0', 'default', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21733, 2048, '0', 'default', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21734, 2123, '0', 'default', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21735, 2024, '0', 'default', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21736, 2099, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21737, 2024, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21738, 1954, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21739, 2128, '0', 'preview', '2022-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21740, 2109, '0', 'default', '2022-12-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21741, 1930, '0', 'preview', '2022-12-02', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21742, 2095, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21743, 2097, '0', 'default', '2022-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21744, 2099, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21745, 2109, '0', 'preview', '2022-12-02', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21746, 2111, '0', 'preview', '2022-12-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21747, 2055, '0', 'default', '2022-12-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21748, 2110, '0', 'preview', '2022-12-02', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21749, 2055, '0', 'preview', '2022-12-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21750, 2048, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21751, 2118, '0', 'default', '2022-12-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21752, 2121, '0', 'default', '2022-12-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21753, 2093, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21754, 2031, '0', 'preview', '2022-12-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21755, 2020, '0', 'preview', '2022-12-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21756, 2027, '0', 'default', '2022-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21757, 2089, '0', 'default', '2022-12-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21758, 2020, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21759, 2112, '0', 'preview', '2022-12-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21760, 2067, '0', 'default', '2022-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21761, 2086, '0', 'preview', '2022-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21762, 2090, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21763, 2025, '0', 'default', '2022-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21764, 2045, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21765, 2092, '0', 'default', '2022-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21766, 2112, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21767, 2029, '0', 'default', '2022-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21768, 2106, '0', 'default', '2022-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21769, 2033, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21770, 2053, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21771, 2025, '0', 'preview', '2022-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21772, 2017, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21773, 2024, '0', 'preview', '2022-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21774, 2027, '0', 'preview', '2022-12-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21775, 2113, '0', 'preview', '2022-12-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21776, 2016, '0', 'preview', '2022-12-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21777, 1935, '0', 'preview', '2022-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21778, 2021, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21779, 2121, '0', 'preview', '2022-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21780, 1886, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21781, 2089, '0', 'preview', '2022-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21782, 2057, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21783, 2122, '0', 'default', '2022-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21784, 2111, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21785, 1938, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21786, 2040, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21787, 2033, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21788, 1938, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21789, 2057, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21790, 2117, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21791, 2125, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21792, 2125, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21793, 2107, '0', 'default', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21794, 2107, '0', 'preview', '2022-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21795, 2109, '0', 'default', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21796, 2112, '0', 'default', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21797, 2090, '0', 'default', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21798, 2025, '0', 'default', '2022-12-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21799, 2045, '0', 'default', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21800, 2089, '0', 'preview', '2022-12-03', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21801, 2055, '0', 'preview', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21802, 2014, '0', 'preview', '2022-12-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21803, 2112, '0', 'preview', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21804, 2125, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21805, 2025, '0', 'preview', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21806, 2017, '0', 'preview', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21807, 2038, '0', 'preview', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21808, 2125, '0', 'preview', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21809, 2113, '0', 'preview', '2022-12-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21810, 2140, '0', 'default', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21811, 2020, '0', 'preview', '2022-12-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21812, 2110, '0', 'preview', '2022-12-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21813, 2109, '0', 'preview', '2022-12-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21814, 2111, '0', 'preview', '2022-12-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21815, 2048, '0', 'preview', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21816, 2128, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21817, 2106, '0', 'default', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21818, 2033, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21819, 2121, '0', 'preview', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21820, 2016, '0', 'preview', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21821, 2024, '0', 'preview', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21822, 2097, '0', 'default', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21823, 2031, '0', 'preview', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21824, 2031, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21825, 2118, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21826, 2027, '0', 'default', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21827, 2029, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21828, 2089, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21829, 2092, '0', 'default', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21830, 2121, '0', 'default', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21831, 2141, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21832, 2053, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21833, 2055, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21834, 2057, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21835, 2117, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21836, 2016, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21837, 2024, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21838, 2066, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21839, 2111, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21840, 2020, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21841, 2116, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21842, 2017, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21843, 2086, '0', 'preview', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21844, 2044, '0', 'default', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21845, 2067, '0', 'preview', '2022-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21846, 2039, '0', 'preview', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21847, 2027, '0', 'preview', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21848, 1930, '0', 'preview', '2022-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21849, 2112, '0', 'preview', '2022-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21850, 2055, '0', 'default', '2022-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21851, 2067, '0', 'default', '2022-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21852, 2020, '0', 'preview', '2022-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21853, 2111, '0', 'preview', '2022-12-04', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21854, 2089, '0', 'default', '2022-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21855, 2095, '0', 'default', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21856, 2110, '0', 'preview', '2022-12-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21857, 2125, '0', 'preview', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21858, 2024, '0', 'preview', '2022-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21859, 2039, '0', 'preview', '2022-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21860, 2106, '0', 'preview', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21861, 2121, '0', 'preview', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21862, 2106, '0', 'default', '2022-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21863, 1938, '0', 'preview', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21864, 2040, '0', 'preview', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21865, 2033, '0', 'preview', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21866, 2087, '0', 'default', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21867, 2109, '0', 'preview', '2022-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21868, 2025, '0', 'preview', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21869, 1930, '0', 'preview', '2022-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21870, 2025, '0', 'default', '2022-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21871, 2045, '0', 'default', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21872, 2092, '0', 'default', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21873, 2112, '0', 'default', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21874, 2090, '0', 'default', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21875, 2031, '0', 'preview', '2022-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21876, 2118, '0', 'default', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21877, 2121, '0', 'default', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21878, 2027, '0', 'default', '2022-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21879, 2029, '0', 'default', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21880, 2097, '0', 'default', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21881, 2109, '0', 'default', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21882, 2117, '0', 'preview', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21883, 2092, '0', 'preview', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21884, 2115, '0', 'preview', '2022-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21885, 2055, '0', 'preview', '2022-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21886, 2053, '0', 'preview', '2022-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21887, 2086, '0', 'preview', '2022-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21888, 2111, '0', 'preview', '2022-12-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21889, 2025, '0', 'default', '2022-12-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21890, 2093, '0', 'preview', '2022-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21891, 2110, '0', 'preview', '2022-12-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21892, 2033, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21893, 2040, '0', 'preview', '2022-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21894, 1959, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21895, 2027, '0', 'preview', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21896, 2120, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21897, 2016, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21898, 1930, '0', 'preview', '2022-12-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21899, 2107, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21900, 2097, '0', 'preview', '2022-12-05', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21901, 2040, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21902, 1912, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21903, 2057, '0', 'preview', '2022-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21904, 2055, '0', 'default', '2022-12-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21905, 2097, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21906, 2112, '0', 'preview', '2022-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21907, 2029, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21908, 2020, '0', 'preview', '2022-12-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21909, 2043, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21910, 2118, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21911, 2027, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21912, 2089, '0', 'default', '2022-12-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21913, 2053, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21914, 2109, '0', 'default', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21915, 2106, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21916, 2114, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21917, 2113, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21918, 2090, '0', 'default', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21919, 2112, '0', 'default', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21920, 2099, '0', 'preview', '2022-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21921, 2092, '0', 'default', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21922, 2086, '0', 'default', '2022-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21923, 2045, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21924, 2121, '0', 'default', '2022-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21925, 2067, '0', 'default', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21926, 2017, '0', 'default', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21927, 2111, '0', 'default', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21928, 2110, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21929, 2117, '0', 'default', '2022-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21930, 2089, '0', 'preview', '2022-12-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21931, 2109, '0', 'preview', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21932, 2043, '0', 'preview', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21933, 2055, '0', 'preview', '2022-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21934, 2017, '0', 'preview', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21935, 1925, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21936, 2125, '0', 'preview', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21937, 2032, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21938, 2122, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21939, 2016, '0', 'preview', '2022-12-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21940, 2024, '0', 'preview', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21941, 2057, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21942, 1930, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21943, 2113, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21944, 2031, '0', 'preview', '2022-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21945, 1924, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21946, 2106, '0', 'preview', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21947, 2053, '0', 'default', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21948, 2121, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21949, 2025, '0', 'preview', '2022-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21950, 1886, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21951, 2014, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21952, 2090, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21953, 2095, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21954, 2033, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21955, 1967, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21956, 2117, '0', 'preview', '2022-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21957, 2107, '0', 'default', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21958, 2039, '0', 'preview', '2022-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21959, 2125, '0', 'default', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21960, 2089, '0', 'preview', '2022-12-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21961, 2113, '0', 'preview', '2022-12-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21962, 2027, '0', 'preview', '2022-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21963, 2039, '0', 'preview', '2022-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21964, 2109, '0', 'default', '2022-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21965, 2053, '0', 'default', '2022-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21966, 2020, '0', 'preview', '2022-12-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21967, 2031, '0', 'preview', '2022-12-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21968, 2111, '0', 'preview', '2022-12-06', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21969, 2109, '0', 'preview', '2022-12-06', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21970, 1930, '0', 'preview', '2022-12-06', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21971, 2110, '0', 'preview', '2022-12-06', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21972, 2016, '0', 'preview', '2022-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21973, 2040, '0', 'preview', '2022-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21974, 2055, '0', 'default', '2022-12-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21975, 2055, '0', 'preview', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21976, 2129, '0', 'preview', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21977, 2089, '0', 'default', '2022-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21978, 2112, '0', 'default', '2022-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21979, 2121, '0', 'default', '2022-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21980, 2025, '0', 'default', '2022-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21981, 2027, '0', 'default', '2022-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21982, 2045, '0', 'default', '2022-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21983, 2092, '0', 'default', '2022-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21984, 2114, '0', 'default', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21985, 2060, '0', 'preview', '2022-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21986, 2033, '0', 'default', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21987, 2099, '0', 'preview', '2022-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21988, 2020, '0', 'default', '2022-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21989, 2067, '0', 'preview', '2022-12-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21990, 2112, '0', 'preview', '2022-12-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21991, 2053, '0', 'preview', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21992, 1917, '0', 'preview', '2022-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21993, 1913, '0', 'preview', '2022-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21994, 2097, '0', 'preview', '2022-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21995, 2025, '0', 'preview', '2022-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21996, 2121, '0', 'preview', '2022-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21997, 2024, '0', 'preview', '2022-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21998, 2135, '0', 'preview', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21999, 2127, '0', 'default', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22000, 2126, '0', 'default', '2022-12-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22001, 2065, '0', 'default', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22002, 2117, '0', 'preview', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22003, 2057, '0', 'preview', '2022-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22004, 2086, '0', 'preview', '2022-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22005, 1886, '0', 'preview', '2022-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22006, 1953, '0', 'preview', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22007, 1938, '0', 'preview', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22008, 2125, '0', 'preview', '2022-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22009, 2090, '0', 'default', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22010, 2110, '0', 'default', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22011, 2057, '0', 'default', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22012, 2129, '0', 'default', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22013, 1964, '0', 'preview', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22014, 2122, '0', 'preview', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22015, 2054, '0', 'preview', '2022-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22016, 2017, '0', 'default', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22017, 2033, '0', 'preview', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22018, 2067, '0', 'default', '2022-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22019, 2110, '0', 'preview', '2022-12-07', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22020, 2088, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22021, 2055, '0', 'default', '2022-12-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22022, 2109, '0', 'preview', '2022-12-07', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22023, 2089, '0', 'preview', '2022-12-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22024, 2089, '0', 'default', '2022-12-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22025, 2024, '0', 'preview', '2022-12-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22026, 1935, '0', 'default', '2022-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22027, 1930, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22028, 1931, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22029, 2112, '0', 'preview', '2022-12-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22030, 2039, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22031, 2095, '0', 'default', '2022-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22032, 2111, '0', 'preview', '2022-12-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22033, 2095, '0', 'preview', '2022-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22034, 2031, '0', 'preview', '2022-12-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22035, 2039, '0', 'preview', '2022-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22036, 2016, '0', 'preview', '2022-12-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22037, 2044, '0', 'preview', '2022-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22038, 2134, '0', 'preview', '2022-12-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22039, 2092, '0', 'preview', '2022-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22040, 2043, '0', 'preview', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22041, 2117, '0', 'preview', '2022-12-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22042, 1967, '0', 'preview', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22043, 2093, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22044, 2116, '0', 'preview', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22045, 2025, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22046, 2097, '0', 'preview', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22047, 2020, '0', 'preview', '2022-12-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22048, 2051, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22049, 1964, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22050, 2141, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22051, 2090, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22052, 2110, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22053, 1930, '0', 'preview', '2022-12-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22054, 2109, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22055, 2032, '0', 'preview', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22056, 2118, '0', 'preview', '2022-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22057, 2027, '0', 'preview', '2022-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22058, 2125, '0', 'preview', '2022-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22059, 2027, '0', 'default', '2022-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22060, 2112, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22061, 2045, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22062, 2121, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22063, 2092, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22064, 2025, '0', 'default', '2022-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22065, 2113, '0', 'preview', '2022-12-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22066, 2055, '0', 'preview', '2022-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22067, 2033, '0', 'default', '2022-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22068, 2086, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22069, 2031, '0', 'default', '2022-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22070, 2067, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22071, 2053, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22072, 2086, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22073, 2020, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22074, 2121, '0', 'preview', '2022-12-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22075, 2116, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22076, 2033, '0', 'preview', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22077, 2118, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22078, 1916, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22079, 2106, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22080, 1950, '0', 'preview', '2022-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22081, 2014, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22082, 1925, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22083, 2029, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22084, 1914, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22085, 1913, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22086, 1917, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22087, 1937, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22088, 2097, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22089, 2111, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22090, 2099, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22091, 2087, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22092, 2048, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22093, 2093, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22094, 2049, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22095, 2123, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22096, 2017, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22097, 2125, '0', 'default', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22098, 1960, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22099, 2134, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22100, 2090, '0', 'default', '2022-12-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22101, 2021, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22102, 2091, '0', 'default', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22103, 2106, '0', 'preview', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22104, 1912, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22105, 1917, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22106, 1931, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22107, 1935, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22108, 1932, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22109, 2140, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22110, 1957, '0', 'preview', '2022-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22111, 1956, '0', 'preview', '2022-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22112, 1952, '0', 'preview', '2022-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22113, 2095, '0', 'preview', '2022-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22114, 2031, '0', 'preview', '2022-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22115, 2060, '0', 'preview', '2022-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22116, 2140, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22117, 2109, '0', 'preview', '2022-12-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22118, 2111, '0', 'preview', '2022-12-08', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22119, 2086, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22120, 2089, '0', 'preview', '2022-12-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22121, 2053, '0', 'default', '2022-12-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22122, 2053, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22123, 2017, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22124, 2094, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22125, 2099, '0', 'preview', '2022-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22126, 2097, '0', 'preview', '2022-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22127, 2095, '0', 'default', '2022-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22128, 2133, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22129, 2121, '0', 'preview', '2022-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22130, 2117, '0', 'preview', '2022-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22131, 2110, '0', 'default', '2022-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22132, 2020, '0', 'preview', '2022-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22133, 2109, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22134, 2089, '0', 'default', '2022-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22135, 2142, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22136, 1920, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22137, 2045, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22138, 1935, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22139, 2027, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22140, 2025, '0', 'default', '2022-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22141, 2112, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22142, 2121, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22143, 2092, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22144, 2024, '0', 'preview', '2022-12-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22145, 1917, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22146, 2106, '0', 'preview', '2022-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22147, 2055, '0', 'default', '2022-12-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22148, 2112, '0', 'preview', '2022-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22149, 2055, '0', 'preview', '2022-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22150, 2039, '0', 'preview', '2022-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22151, 2110, '0', 'preview', '2022-12-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22152, 2016, '0', 'preview', '2022-12-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22153, 2027, '0', 'preview', '2022-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22154, 2033, '0', 'default', '2022-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22155, 1930, '0', 'preview', '2022-12-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22156, 2113, '0', 'preview', '2022-12-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22157, 2125, '0', 'preview', '2022-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22158, 2099, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22159, 2021, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22160, 2067, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22161, 1964, '0', 'preview', '2022-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22162, 1931, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22163, 2036, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22164, 2014, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22165, 1950, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22166, 2127, '0', 'preview', '2022-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22167, 2129, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22168, 2067, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22169, 2135, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22170, 2030, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22171, 2134, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22172, 2090, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22173, 1913, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22174, 2048, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22175, 2025, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22176, 2130, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22177, 2032, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22178, 1956, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22179, 1915, '0', 'preview', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22180, 2017, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22181, 2038, '0', 'default', '2022-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22182, 2089, '0', 'default', '2022-12-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22183, 2089, '0', 'preview', '2022-12-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22184, 2111, '0', 'preview', '2022-12-09', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22185, 2027, '0', 'preview', '2022-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22186, 2027, '0', 'preview', '2022-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22187, 2027, '0', 'preview', '2022-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22188, 2113, '0', 'preview', '2022-12-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22189, 2025, '0', 'default', '2022-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22190, 2053, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22191, 2121, '0', 'preview', '2022-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22192, 2110, '0', 'preview', '2022-12-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22193, 2027, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22194, 2020, '0', 'preview', '2022-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22195, 2109, '0', 'preview', '2022-12-09', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22196, 2022, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22197, 2109, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22198, 2024, '0', 'preview', '2022-12-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22199, 2112, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22200, 2092, '0', 'default', '2022-12-09', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22201, 2121, '0', 'default', '2022-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22202, 2125, '0', 'preview', '2022-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22203, 2045, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22204, 2095, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22205, 2031, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22206, 2039, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22207, 2016, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22208, 2044, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22209, 2043, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22210, 1916, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22211, 2049, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22212, 1960, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22213, 2097, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22214, 2123, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22215, 1937, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22216, 2048, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22217, 1925, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22218, 2017, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22219, 1935, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22220, 2099, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22221, 2111, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22222, 2087, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22223, 1917, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22224, 2134, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22225, 2106, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22226, 2029, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22227, 2014, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22228, 1931, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22229, 1913, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22230, 2118, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22231, 1914, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22232, 2125, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22233, 2090, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22234, 1930, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22235, 2093, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22236, 1918, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22237, 2097, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22238, 2039, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22239, 2134, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22240, 1930, '0', 'preview', '2022-12-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22241, 2033, '0', 'preview', '2022-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22242, 2133, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22243, 2055, '0', 'default', '2022-12-09', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22244, 2131, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22245, 2021, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22246, 2120, '0', 'preview', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22247, 2110, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22248, 2057, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22249, 2135, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22250, 2040, '0', 'preview', '2022-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22251, 2023, '0', 'preview', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22252, 2053, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22253, 2054, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22254, 1886, '0', 'preview', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22255, 2086, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22256, 1959, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22257, 1959, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22258, 2025, '0', 'preview', '2022-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22259, 2033, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22260, 2067, '0', 'default', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22261, 2016, '0', 'preview', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22262, 2117, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22263, 2113, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22264, 2107, '0', 'default', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22265, 1932, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22266, 2118, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22267, 2112, '0', 'preview', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22268, 1938, '0', 'preview', '2022-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22269, 2031, '0', 'preview', '2022-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22270, 2051, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22271, 1964, '0', 'preview', '2022-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22272, 1930, '0', 'preview', '2022-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22273, 2134, '0', 'default', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22274, 2109, '0', 'preview', '2022-12-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22275, 2111, '0', 'preview', '2022-12-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22276, 2093, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22277, 2118, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22278, 1917, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22279, 2123, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22280, 2014, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22281, 2017, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22282, 1935, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22283, 1931, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22284, 1914, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22285, 2125, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22286, 2090, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22287, 2111, '0', 'default', '2022-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22288, 1913, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22289, 2029, '0', 'default', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22290, 2087, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22291, 2065, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22292, 1930, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22293, 2097, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22294, 1916, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22295, 2049, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22296, 2048, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22297, 2109, '0', 'default', '2022-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22298, 2099, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22299, 2106, '0', 'default', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22300, 1925, '0', 'default', '2022-12-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22301, 2110, '0', 'preview', '2022-12-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22302, 1937, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22303, 1960, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22304, 1886, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22305, 2055, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22306, 2055, '0', 'default', '2022-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22307, 2024, '0', 'preview', '2022-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22308, 2023, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22309, 2017, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22310, 2027, '0', 'preview', '2022-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22311, 2027, '0', 'default', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22312, 2095, '0', 'default', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22313, 2089, '0', 'default', '2022-12-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22314, 2121, '0', 'default', '2022-12-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22315, 2045, '0', 'default', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22316, 2092, '0', 'default', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22317, 2025, '0', 'default', '2022-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22318, 2110, '0', 'default', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22319, 2112, '0', 'default', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22320, 2025, '0', 'preview', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22321, 2020, '0', 'preview', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22322, 2092, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22323, 2016, '0', 'preview', '2022-12-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22324, 2095, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22325, 2031, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22326, 2043, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22327, 2048, '0', 'preview', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22328, 2112, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22329, 2057, '0', 'preview', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22330, 2117, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22331, 2113, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22332, 2067, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22333, 1912, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22334, 2033, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22335, 2134, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22336, 2067, '0', 'default', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22337, 2141, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22338, 2028, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22339, 2107, '0', 'preview', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22340, 2114, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22341, 2032, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22342, 2089, '0', 'preview', '2022-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22343, 2039, '0', 'preview', '2022-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22344, 2111, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22345, 2109, '0', 'preview', '2022-12-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22346, 2111, '0', 'preview', '2022-12-11', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22347, 2112, '0', 'default', '2022-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22348, 2057, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22349, 1930, '0', 'preview', '2022-12-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22350, 2121, '0', 'preview', '2022-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22351, 2112, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22352, 2020, '0', 'preview', '2022-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22353, 2129, '0', 'preview', '2022-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22354, 2117, '0', 'preview', '2022-12-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22355, 1924, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22356, 2128, '0', 'preview', '2022-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22357, 2127, '0', 'preview', '2022-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22358, 2140, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22359, 1952, '0', 'preview', '2022-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22360, 2129, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22361, 2130, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22362, 1915, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22363, 1917, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22364, 2033, '0', 'default', '2022-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22365, 2032, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22366, 2017, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22367, 2057, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22368, 2110, '0', 'preview', '2022-12-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22369, 2095, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22370, 2031, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22371, 2037, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22372, 2089, '0', 'default', '2022-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22373, 2089, '0', 'preview', '2022-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22374, 2097, '0', 'preview', '2022-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22375, 2113, '0', 'preview', '2022-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22376, 2109, '0', 'default', '2022-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22377, 2027, '0', 'default', '2022-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22378, 2121, '0', 'default', '2022-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22379, 2016, '0', 'preview', '2022-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22380, 2092, '0', 'preview', '2022-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22381, 2134, '0', 'preview', '2022-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22382, 2090, '0', 'preview', '2022-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22383, 2090, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22384, 2117, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22385, 2016, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22386, 2024, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22387, 2045, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22388, 2092, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22389, 2055, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22390, 1938, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22391, 2096, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22392, 2110, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22393, 1925, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22394, 2039, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22395, 2067, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22396, 2025, '0', 'default', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22397, 2095, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22398, 2024, '0', 'preview', '2022-12-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22399, 2027, '0', 'preview', '2022-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22400, 2095, '0', 'default', '2022-12-12', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22401, 2113, '0', 'preview', '2022-12-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22402, 2016, '0', 'preview', '2022-12-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22403, 2109, '0', 'preview', '2022-12-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22404, 2029, '0', 'preview', '2022-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22405, 2118, '0', 'preview', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22406, 2110, '0', 'preview', '2022-12-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22407, 2111, '0', 'preview', '2022-12-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22408, 2086, '0', 'preview', '2022-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22409, 2125, '0', 'preview', '2022-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22410, 2095, '0', 'preview', '2022-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22411, 2112, '0', 'preview', '2022-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22412, 2027, '0', 'preview', '2022-12-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22413, 2024, '0', 'preview', '2022-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22414, 2033, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22415, 2020, '0', 'preview', '2022-12-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22416, 2031, '0', 'preview', '2022-12-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22417, 1930, '0', 'preview', '2022-12-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22418, 2033, '0', 'preview', '2022-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22419, 2109, '0', 'default', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22420, 2027, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22421, 2106, '0', 'default', '2022-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22422, 2117, '0', 'preview', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22423, 2053, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22424, 1916, '0', 'preview', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22425, 2089, '0', 'default', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22426, 2112, '0', 'default', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22427, 2055, '0', 'default', '2022-12-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22428, 2025, '0', 'default', '2022-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22429, 2092, '0', 'default', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22430, 2055, '0', 'preview', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22431, 2057, '0', 'preview', '2022-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22432, 2121, '0', 'default', '2022-12-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22433, 2014, '0', 'preview', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22434, 1886, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22435, 1886, '0', 'preview', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22436, 2045, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22437, 2110, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22438, 2067, '0', 'preview', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22439, 2090, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22440, 2141, '0', 'default', '2022-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22441, 1925, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22442, 2089, '0', 'preview', '2022-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22443, 1912, '0', 'preview', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22444, 1912, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22445, 2106, '0', 'preview', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22446, 1950, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22447, 2107, '0', 'preview', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22448, 2117, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22449, 2032, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22450, 2025, '0', 'preview', '2022-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22451, 2054, '0', 'default', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22452, 2086, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22453, 2127, '0', 'default', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22454, 2128, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22455, 2129, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22456, 2126, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22457, 2140, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22458, 2020, '0', 'default', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22459, 2097, '0', 'preview', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22460, 2044, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22461, 2031, '0', 'default', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22462, 2054, '0', 'preview', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22463, 2053, '0', 'preview', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22464, 2133, '0', 'default', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22465, 2039, '0', 'preview', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22466, 1938, '0', 'preview', '2022-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22467, 2040, '0', 'preview', '2022-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22468, 2109, '0', 'preview', '2022-12-13', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22469, 1930, '0', 'preview', '2022-12-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22470, 2097, '0', 'preview', '2022-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22471, 2093, '0', 'preview', '2022-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22472, 2121, '0', 'preview', '2022-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22473, 2111, '0', 'preview', '2022-12-13', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22474, 2088, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22475, 2090, '0', 'preview', '2022-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22476, 1930, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22477, 2089, '0', 'preview', '2022-12-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22478, 2024, '0', 'preview', '2022-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22479, 2025, '0', 'default', '2022-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22480, 2027, '0', 'preview', '2022-12-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22481, 2110, '0', 'preview', '2022-12-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22482, 2031, '0', 'preview', '2022-12-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22483, 2127, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22484, 2059, '0', 'preview', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22485, 2060, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22486, 1959, '0', 'preview', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22487, 1950, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22488, 1954, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22489, 2140, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22490, 2099, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22491, 2114, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22492, 2109, '0', 'default', '2022-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22493, 2116, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22494, 2113, '0', 'preview', '2022-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22495, 2135, '0', 'preview', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22496, 2112, '0', 'preview', '2022-12-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22497, 2095, '0', 'default', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22498, 2029, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22499, 2121, '0', 'default', '2022-12-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22500, 2091, '0', 'default', '2022-12-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22501, 2089, '0', 'default', '2022-12-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22502, 2111, '0', 'default', '2022-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22503, 2110, '0', 'default', '2022-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22504, 2140, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22505, 2033, '0', 'default', '2022-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22506, 2055, '0', 'default', '2022-12-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22507, 2027, '0', 'default', '2022-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22508, 2045, '0', 'default', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22509, 2112, '0', 'default', '2022-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22510, 2092, '0', 'default', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22511, 2020, '0', 'preview', '2022-12-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22512, 2134, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22513, 2033, '0', 'preview', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22514, 1938, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22515, 2040, '0', 'preview', '2022-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22516, 2025, '0', 'preview', '2022-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22517, 2030, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22518, 2097, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22519, 2016, '0', 'preview', '2022-12-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22520, 2044, '0', 'default', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22521, 2022, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22522, 2022, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22523, 2038, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22524, 2135, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22525, 2067, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22526, 2054, '0', 'preview', '2022-12-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22527, 2048, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22528, 2125, '0', 'preview', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22529, 1935, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22530, 2039, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22531, 2067, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22532, 2090, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22533, 2106, '0', 'preview', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22534, 2040, '0', 'default', '2022-12-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22535, 2107, '0', 'preview', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22536, 2024, '0', 'default', '2022-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22537, 2020, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22538, 2031, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22539, 2039, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22540, 2065, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22541, 2106, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22542, 2057, '0', 'default', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22543, 1957, '0', 'preview', '2022-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22544, 1930, '0', 'preview', '2022-12-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22545, 2113, '0', 'preview', '2022-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22546, 2119, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22547, 2125, '0', 'preview', '2022-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22548, 2024, '0', 'preview', '2022-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22549, 2067, '0', 'preview', '2022-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22550, 2020, '0', 'preview', '2022-12-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22551, 2111, '0', 'preview', '2022-12-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22552, 2110, '0', 'preview', '2022-12-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22553, 2053, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22554, 2027, '0', 'preview', '2022-12-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22555, 2016, '0', 'preview', '2022-12-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22556, 2095, '0', 'default', '2022-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22557, 2055, '0', 'default', '2022-12-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22558, 2023, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22559, 2089, '0', 'default', '2022-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22560, 2024, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22561, 1931, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22562, 1930, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22563, 2025, '0', 'default', '2022-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22564, 2107, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22565, 2121, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22566, 2045, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22567, 2110, '0', 'default', '2022-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22568, 2093, '0', 'preview', '2022-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22569, 2089, '0', 'preview', '2022-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22570, 2112, '0', 'default', '2022-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22571, 2109, '0', 'default', '2022-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22572, 2040, '0', 'preview', '2022-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22573, 2040, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22574, 2033, '0', 'preview', '2022-12-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22575, 2033, '0', 'default', '2022-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22576, 1938, '0', 'preview', '2022-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22577, 2031, '0', 'preview', '2022-12-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22578, 2109, '0', 'preview', '2022-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22579, 2055, '0', 'preview', '2022-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22580, 2092, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22581, 2098, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22582, 2025, '0', 'preview', '2022-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22583, 2099, '0', 'preview', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22584, 2111, '0', 'default', '2022-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22585, 2067, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22586, 2115, '0', 'preview', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22587, 2066, '0', 'preview', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22588, 2121, '0', 'preview', '2022-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22589, 2117, '0', 'preview', '2022-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22590, 2017, '0', 'preview', '2022-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22591, 2039, '0', 'preview', '2022-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22592, 2097, '0', 'preview', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22593, 2043, '0', 'preview', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22594, 2090, '0', 'preview', '2022-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22595, 1967, '0', 'preview', '2022-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22596, 2021, '0', 'preview', '2022-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22597, 2106, '0', 'default', '2022-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22598, 2059, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22599, 2112, '0', 'preview', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22600, 2087, '0', 'default', '2022-12-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22601, 2086, '0', 'preview', '2022-12-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22602, 2029, '0', 'preview', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22603, 1954, '0', 'preview', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22604, 2053, '0', 'preview', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22605, 1956, '0', 'preview', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22606, 2017, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22607, 2021, '0', 'default', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22608, 2131, '0', 'preview', '2022-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22609, 2110, '0', 'preview', '2022-12-15', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22610, 2089, '0', 'preview', '2022-12-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22611, 2055, '0', 'default', '2022-12-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22612, 2111, '0', 'preview', '2022-12-15', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22613, 2118, '0', 'default', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22614, 2134, '0', 'default', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22615, 2113, '0', 'preview', '2022-12-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22616, 2031, '0', 'preview', '2022-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22617, 2107, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22618, 2097, '0', 'preview', '2022-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22619, 2109, '0', 'preview', '2022-12-15', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22620, 2112, '0', 'preview', '2022-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22621, 2111, '0', 'default', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22622, 2097, '0', 'default', '2022-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22623, 2092, '0', 'default', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22624, 1953, '0', 'default', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22625, 2089, '0', 'default', '2022-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22626, 2027, '0', 'default', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22627, 2025, '0', 'default', '2022-12-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22628, 2112, '0', 'default', '2022-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22629, 2020, '0', 'preview', '2022-12-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22630, 2121, '0', 'default', '2022-12-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22631, 2045, '0', 'default', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22632, 2110, '0', 'default', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22633, 2028, '0', 'default', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22634, 2134, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22635, 2060, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22636, 1953, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22637, 1956, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22638, 2039, '0', 'preview', '2022-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22639, 2025, '0', 'preview', '2022-12-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22640, 2044, '0', 'preview', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22641, 2038, '0', 'preview', '2022-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22642, 2095, '0', 'preview', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22643, 2133, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22644, 2024, '0', 'preview', '2022-12-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22645, 2127, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22646, 2095, '0', 'default', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22647, 2057, '0', 'default', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22648, 1935, '0', 'default', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22649, 2121, '0', 'preview', '2022-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22650, 1930, '0', 'preview', '2022-12-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22651, 2125, '0', 'preview', '2022-12-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22652, 2036, '0', 'default', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22653, 2116, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22654, 2021, '0', 'default', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22655, 2043, '0', 'default', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22656, 1915, '0', 'default', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22657, 2030, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22658, 2092, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22659, 2109, '0', 'default', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22660, 2016, '0', 'preview', '2022-12-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22661, 2051, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22662, 2033, '0', 'default', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22663, 2048, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22664, 1886, '0', 'preview', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22665, 2117, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22666, 2045, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22667, 2106, '0', 'preview', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22668, 2027, '0', 'preview', '2022-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22669, 1912, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22670, 2086, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22671, 2049, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22672, 2087, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22673, 2053, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22674, 2055, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22675, 2132, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22676, 2135, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22677, 2043, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22678, 2093, '0', 'preview', '2022-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22679, 1930, '0', 'default', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22680, 2033, '0', 'preview', '2022-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22681, 1935, '0', 'preview', '2022-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22682, 1886, '0', 'preview', '2022-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22683, 2055, '0', 'default', '2022-12-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22684, 1964, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22685, 2123, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22686, 2121, '0', 'default', '2022-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22687, 2120, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22688, 2119, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22689, 2111, '0', 'preview', '2022-12-16', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22690, 2020, '0', 'preview', '2022-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22691, 1930, '0', 'preview', '2022-12-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22692, 2112, '0', 'preview', '2022-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22693, 2024, '0', 'preview', '2022-12-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22694, 2110, '0', 'preview', '2022-12-16', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22695, 2016, '0', 'preview', '2022-12-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22696, 2027, '0', 'preview', '2022-12-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22697, 2109, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22698, 2027, '0', 'default', '2022-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22699, 2017, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22700, 2109, '0', 'preview', '2022-12-16', 28);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22701, 2113, '0', 'preview', '2022-12-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22702, 2089, '0', 'preview', '2022-12-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22703, 2095, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22704, 1964, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22705, 2092, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22706, 2089, '0', 'default', '2022-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22707, 2045, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22708, 2030, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22709, 2025, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22710, 2112, '0', 'default', '2022-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22711, 2110, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22712, 2094, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22713, 2134, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22714, 2133, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22715, 1952, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22716, 2129, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22717, 2090, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22718, 2106, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22719, 2053, '0', 'preview', '2022-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22720, 2054, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22721, 2014, '0', 'preview', '2022-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22722, 2086, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22723, 2048, '0', 'preview', '2022-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22724, 2048, '0', 'default', '2022-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22725, 2087, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22726, 2115, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22727, 2095, '0', 'preview', '2022-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22728, 2067, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22729, 2025, '0', 'preview', '2022-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22730, 2033, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22731, 2055, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22732, 2116, '0', 'default', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22733, 2097, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22734, 2099, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22735, 2039, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22736, 2122, '0', 'preview', '2022-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22737, 2111, '0', 'preview', '2022-12-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22738, 2053, '0', 'default', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22739, 2121, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22740, 2134, '0', 'default', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22741, 2031, '0', 'preview', '2022-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22742, 2109, '0', 'preview', '2022-12-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22743, 2097, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22744, 2033, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22745, 2112, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22746, 2110, '0', 'preview', '2022-12-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22747, 2095, '0', 'default', '2022-12-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22748, 2017, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22749, 1930, '0', 'preview', '2022-12-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22750, 2026, '0', 'default', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22751, 2089, '0', 'default', '2022-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22752, 2109, '0', 'default', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22753, 2092, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22754, 2113, '0', 'preview', '2022-12-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22755, 2027, '0', 'preview', '2022-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22756, 2024, '0', 'preview', '2022-12-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22757, 2027, '0', 'default', '2022-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22758, 2117, '0', 'preview', '2022-12-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22759, 2025, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22760, 2087, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22761, 1964, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22762, 1967, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22763, 2016, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22764, 2125, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22765, 2020, '0', 'preview', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22766, 2033, '0', 'default', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22767, 2112, '0', 'default', '2022-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22768, 2121, '0', 'default', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22769, 2025, '0', 'default', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22770, 2045, '0', 'default', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22771, 2092, '0', 'default', '2022-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22772, 2110, '0', 'default', '2022-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22773, 2089, '0', 'default', '2022-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22774, 2089, '0', 'preview', '2022-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22775, 2134, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22776, 2109, '0', 'preview', '2022-12-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22777, 2110, '0', 'preview', '2022-12-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22778, 1966, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22779, 2111, '0', 'preview', '2022-12-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22780, 2109, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22781, 1930, '0', 'preview', '2022-12-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22782, 1928, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22783, 2033, '0', 'default', '2022-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22784, 2097, '0', 'preview', '2022-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22785, 2095, '0', 'default', '2022-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22786, 2016, '0', 'preview', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22787, 1938, '0', 'preview', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22788, 2112, '0', 'preview', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22789, 2036, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22790, 2035, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22791, 2099, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22792, 2039, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22793, 2045, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22794, 2025, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22795, 2027, '0', 'default', '2022-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22796, 2112, '0', 'default', '2022-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22797, 2092, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22798, 2121, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22799, 2024, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22800, 2027, '0', 'preview', '2022-12-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22801, 2117, '0', 'preview', '2022-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22802, 1930, '0', 'default', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22803, 2043, '0', 'preview', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22804, 2044, '0', 'preview', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22805, 2017, '0', 'preview', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22806, 2106, '0', 'preview', '2022-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22807, 1912, '0', 'preview', '2022-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22808, 2112, '0', 'preview', '2022-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22809, 2134, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22810, 2111, '0', 'preview', '2022-12-19', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22811, 2033, '0', 'preview', '2022-12-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22812, 2113, '0', 'preview', '2022-12-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22813, 1930, '0', 'preview', '2022-12-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22814, 2110, '0', 'preview', '2022-12-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22815, 1954, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22816, 2049, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22817, 2067, '0', 'preview', '2022-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22818, 2016, '0', 'preview', '2022-12-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22819, 1957, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22820, 2055, '0', 'default', '2022-12-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22821, 1959, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22822, 2014, '0', 'preview', '2022-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22823, 1886, '0', 'preview', '2022-12-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22824, 2121, '0', 'preview', '2022-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22825, 2089, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22826, 2086, '0', 'preview', '2022-12-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22827, 2125, '0', 'preview', '2022-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22828, 2024, '0', 'preview', '2022-12-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22829, 2090, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22830, 2112, '0', 'default', '2022-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22831, 2140, '0', 'preview', '2022-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22832, 2109, '0', 'preview', '2022-12-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22833, 2027, '0', 'preview', '2022-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22834, 2086, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22835, 1956, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22836, 2031, '0', 'preview', '2022-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22837, 2020, '0', 'preview', '2022-12-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22838, 2017, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22839, 1925, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22840, 2057, '0', 'preview', '2022-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22841, 2111, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22842, 2025, '0', 'default', '2022-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22843, 2044, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22844, 2109, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22845, 2118, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22846, 2127, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22847, 2129, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22848, 2135, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22849, 2053, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22850, 2033, '0', 'default', '2022-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22851, 2040, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22852, 1955, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22853, 1966, '0', 'preview', '2022-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22854, 1953, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22855, 1952, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22856, 2036, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22857, 2123, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22858, 2035, '0', 'default', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22859, 2120, '0', 'preview', '2022-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22860, 2055, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22861, 1938, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22862, 2065, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22863, 2134, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22864, 2044, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22865, 2030, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22866, 2117, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22867, 2089, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22868, 2017, '0', 'preview', '2022-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22869, 2031, '0', 'preview', '2022-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22870, 1953, '0', 'preview', '2022-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22871, 2125, '0', 'preview', '2022-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22872, 1886, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22873, 1935, '0', 'preview', '2022-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22874, 2110, '0', 'preview', '2022-12-20', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22875, 2109, '0', 'preview', '2022-12-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22876, 2111, '0', 'preview', '2022-12-20', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22877, 2055, '0', 'preview', '2022-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22878, 2020, '0', 'preview', '2022-12-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22879, 2049, '0', 'preview', '2022-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22880, 2134, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22881, 1956, '0', 'preview', '2022-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22882, 2123, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22883, 2093, '0', 'preview', '2022-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22884, 2027, '0', 'preview', '2022-12-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22885, 2024, '0', 'preview', '2022-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22886, 1930, '0', 'preview', '2022-12-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22887, 2025, '0', 'preview', '2022-12-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22888, 2057, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22889, 2131, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22890, 1908, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22891, 2113, '0', 'preview', '2022-12-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22892, 2016, '0', 'preview', '2022-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22893, 2121, '0', 'preview', '2022-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22894, 2118, '0', 'preview', '2022-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22895, 2110, '0', 'default', '2022-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22896, 2089, '0', 'preview', '2022-12-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22897, 2055, '0', 'default', '2022-12-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22898, 1967, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22899, 2117, '0', 'preview', '2022-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22900, 2097, '0', 'preview', '2022-12-20', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22901, 2044, '0', 'preview', '2022-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22902, 2112, '0', 'preview', '2022-12-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22903, 2096, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22904, 1964, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22905, 2051, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22906, 2067, '0', 'preview', '2022-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22907, 2090, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22908, 2092, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22909, 2048, '0', 'default', '2022-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22910, 2086, '0', 'default', '2022-12-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22911, 2017, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22912, 2089, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22913, 2033, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22914, 2025, '0', 'default', '2022-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22915, 2017, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22916, 2127, '0', 'preview', '2022-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22917, 1957, '0', 'preview', '2022-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22918, 2140, '0', 'preview', '2022-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22919, 1960, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22920, 2086, '0', 'preview', '2022-12-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22921, 2016, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22922, 2038, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22923, 2058, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22924, 1964, '0', 'preview', '2022-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22925, 2112, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22926, 2121, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22927, 2106, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22928, 1912, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22929, 1950, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22930, 2060, '0', 'preview', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22931, 2135, '0', 'default', '2022-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22932, 2117, '0', 'preview', '2022-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22933, 1967, '0', 'preview', '2022-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22934, 2086, '0', 'preview', '2022-12-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22935, 2110, '0', 'preview', '2022-12-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22936, 2121, '0', 'default', '2022-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22937, 2060, '0', 'default', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22938, 2111, '0', 'preview', '2022-12-21', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22939, 2126, '0', 'preview', '2022-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22940, 2090, '0', 'preview', '2022-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22941, 2057, '0', 'default', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22942, 2089, '0', 'preview', '2022-12-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22943, 2057, '0', 'preview', '2022-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22944, 2134, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22945, 2043, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22946, 2109, '0', 'preview', '2022-12-21', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22947, 2130, '0', 'default', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22948, 2016, '0', 'preview', '2022-12-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22949, 2027, '0', 'preview', '2022-12-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22950, 2024, '0', 'preview', '2022-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22951, 2097, '0', 'preview', '2022-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22952, 2025, '0', 'preview', '2022-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22953, 2020, '0', 'preview', '2022-12-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22954, 2053, '0', 'default', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22955, 2039, '0', 'preview', '2022-12-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22956, 2031, '0', 'preview', '2022-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22957, 2038, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22958, 2017, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22959, 2135, '0', 'default', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22960, 2130, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22961, 2033, '0', 'default', '2022-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22962, 2055, '0', 'default', '2022-12-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22963, 1930, '0', 'preview', '2022-12-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22964, 1930, '0', 'preview', '2022-12-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22965, 2121, '0', 'preview', '2022-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22966, 2110, '0', 'default', '2022-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22967, 2094, '0', 'default', '2022-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22968, 2112, '0', 'preview', '2022-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22969, 2095, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22970, 1912, '0', 'default', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22971, 2113, '0', 'preview', '2022-12-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22972, 2048, '0', 'default', '2022-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22973, 2017, '0', 'default', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22974, 2089, '0', 'default', '2022-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22975, 2067, '0', 'preview', '2022-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22976, 2093, '0', 'preview', '2022-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22977, 2106, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22978, 2055, '0', 'preview', '2022-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22979, 2054, '0', 'preview', '2022-12-21', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22980, 2027, '0', 'default', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22981, 1935, '0', 'preview', '2022-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22982, 1915, '0', 'default', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22983, 2118, '0', 'default', '2022-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22984, 2125, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22985, 2128, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22986, 2142, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22987, 2058, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22988, 2127, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22989, 2118, '0', 'preview', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22990, 2112, '0', 'default', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22991, 1913, '0', 'default', '2022-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22992, 1930, '0', 'preview', '2022-12-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22993, 2020, '0', 'preview', '2022-12-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22994, 2089, '0', 'default', '2022-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22995, 2040, '0', 'preview', '2022-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22996, 1938, '0', 'preview', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22997, 2031, '0', 'preview', '2022-12-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22998, 2125, '0', 'preview', '2022-12-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22999, 2027, '0', 'preview', '2022-12-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23000, 2112, '0', 'preview', '2022-12-22', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23001, 2111, '0', 'preview', '2022-12-22', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23002, 2109, '0', 'preview', '2022-12-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23003, 2025, '0', 'default', '2022-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23004, 2095, '0', 'default', '2022-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23005, 2039, '0', 'preview', '2022-12-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23006, 2095, '0', 'preview', '2022-12-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23007, 2110, '0', 'preview', '2022-12-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23008, 2055, '0', 'default', '2022-12-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23009, 2012, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23010, 2129, '0', 'preview', '2022-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23011, 2017, '0', 'preview', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23012, 2016, '0', 'preview', '2022-12-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23013, 2033, '0', 'default', '2022-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23014, 2024, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23015, 2027, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23016, 1966, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23017, 2113, '0', 'preview', '2022-12-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23018, 2048, '0', 'preview', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23019, 2086, '0', 'preview', '2022-12-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23020, 2106, '0', 'default', '2022-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23021, 2017, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23022, 2048, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23023, 2110, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23024, 2051, '0', 'preview', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23025, 2093, '0', 'preview', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23026, 2089, '0', 'preview', '2022-12-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23027, 2121, '0', 'preview', '2022-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23028, 2132, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23029, 2121, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23030, 2109, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23031, 2021, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23032, 2025, '0', 'preview', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23033, 2067, '0', 'preview', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23034, 2055, '0', 'preview', '2022-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23035, 2112, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23036, 1912, '0', 'default', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23037, 2024, '0', 'preview', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23038, 1966, '0', 'preview', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23039, 2066, '0', 'preview', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23040, 2107, '0', 'preview', '2022-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23041, 2020, '0', 'preview', '2022-12-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23042, 2021, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23043, 2141, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23044, 2109, '0', 'preview', '2022-12-23', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23045, 2086, '0', 'preview', '2022-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23046, 2126, '0', 'preview', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23047, 2110, '0', 'preview', '2022-12-23', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23048, 2031, '0', 'preview', '2022-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23049, 1930, '0', 'preview', '2022-12-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23050, 2106, '0', 'default', '2022-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23051, 1931, '0', 'preview', '2022-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23052, 2117, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23053, 2121, '0', 'preview', '2022-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23054, 1957, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23055, 1931, '0', 'default', '2022-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23056, 2025, '0', 'default', '2022-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23057, 2025, '0', 'preview', '2022-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23058, 2111, '0', 'preview', '2022-12-23', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23059, 2125, '0', 'preview', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23060, 2112, '0', 'preview', '2022-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23061, 2089, '0', 'preview', '2022-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23062, 2055, '0', 'default', '2022-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23063, 2024, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23064, 2017, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23065, 2110, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23066, 2066, '0', 'preview', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23067, 2089, '0', 'default', '2022-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23068, 2033, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23069, 2048, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23070, 2113, '0', 'preview', '2022-12-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23071, 2106, '0', 'preview', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23072, 2027, '0', 'preview', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23073, 1935, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23074, 2141, '0', 'preview', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23075, 2016, '0', 'preview', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23076, 2121, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23077, 2029, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23078, 2067, '0', 'preview', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23079, 2112, '0', 'default', '2022-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23080, 2111, '0', 'preview', '2022-12-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23081, 2121, '0', 'preview', '2022-12-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23082, 2089, '0', 'preview', '2022-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23083, 2110, '0', 'preview', '2022-12-24', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23084, 2109, '0', 'preview', '2022-12-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23085, 2117, '0', 'default', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23086, 2055, '0', 'default', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23087, 2097, '0', 'default', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23088, 2025, '0', 'default', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23089, 2121, '0', 'default', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23090, 2111, '0', 'default', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23091, 2017, '0', 'preview', '2022-12-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23092, 2067, '0', 'preview', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23093, 1930, '0', 'preview', '2022-12-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23094, 2113, '0', 'preview', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23095, 2016, '0', 'preview', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23096, 2133, '0', 'default', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23097, 2020, '0', 'preview', '2022-12-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23098, 2060, '0', 'default', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23099, 2020, '0', 'default', '2022-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23100, 2031, '0', 'preview', '2022-12-24', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23101, 2039, '0', 'preview', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23102, 2044, '0', 'preview', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23103, 2092, '0', 'preview', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23104, 2090, '0', 'preview', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23105, 2130, '0', 'preview', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23106, 2141, '0', 'preview', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23107, 2086, '0', 'preview', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23108, 2112, '0', 'default', '2022-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23109, 2025, '0', 'preview', '2022-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23110, 2039, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23111, 2113, '0', 'preview', '2022-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23112, 1930, '0', 'preview', '2022-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23113, 2017, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23114, 2048, '0', 'preview', '2022-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23115, 2065, '0', 'default', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23116, 2067, '0', 'preview', '2022-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23117, 2043, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23118, 2133, '0', 'preview', '2022-12-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23119, 2106, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23120, 2089, '0', 'preview', '2022-12-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23121, 2109, '0', 'preview', '2022-12-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23122, 1964, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23123, 2086, '0', 'default', '2022-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23124, 1955, '0', 'default', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23125, 1950, '0', 'default', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23126, 2097, '0', 'default', '2022-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23127, 2121, '0', 'preview', '2022-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23128, 2118, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23129, 2123, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23130, 2111, '0', 'preview', '2022-12-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23131, 2110, '0', 'preview', '2022-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23132, 2129, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23133, 2126, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23134, 2127, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23135, 2090, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23136, 2092, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23137, 2134, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23138, 2135, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23139, 1925, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23140, 2117, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23141, 1967, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23142, 1957, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23143, 2140, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23144, 2125, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23145, 2067, '0', 'default', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23146, 2024, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23147, 2089, '0', 'default', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23148, 2031, '0', 'default', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23149, 2020, '0', 'preview', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23150, 2117, '0', 'default', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23151, 2112, '0', 'default', '2022-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23152, 2113, '0', 'preview', '2022-12-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23153, 2121, '0', 'default', '2022-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23154, 2110, '0', 'preview', '2022-12-26', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23155, 2025, '0', 'preview', '2022-12-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23156, 2089, '0', 'preview', '2022-12-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23157, 2121, '0', 'preview', '2022-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23158, 2097, '0', 'preview', '2022-12-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23159, 2109, '0', 'preview', '2022-12-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23160, 2111, '0', 'preview', '2022-12-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23161, 2025, '0', 'default', '2022-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23162, 2112, '0', 'preview', '2022-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23163, 2058, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23164, 2057, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23165, 2057, '0', 'preview', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23166, 2093, '0', 'preview', '2022-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23167, 1930, '0', 'preview', '2022-12-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23168, 2106, '0', 'preview', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23169, 2035, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23170, 2095, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23171, 2031, '0', 'preview', '2022-12-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23172, 2036, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23173, 2090, '0', 'preview', '2022-12-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23174, 2092, '0', 'preview', '2022-12-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23175, 2030, '0', 'preview', '2022-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23176, 2027, '0', 'preview', '2022-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23177, 2024, '0', 'preview', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23178, 2089, '0', 'default', '2022-12-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23179, 2016, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23180, 2017, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23181, 2024, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23182, 2120, '0', 'default', '2022-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23183, 2110, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23184, 2048, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23185, 2033, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23186, 2055, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23187, 2039, '0', 'preview', '2022-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23188, 2048, '0', 'preview', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23189, 1928, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23190, 2016, '0', 'preview', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23191, 2032, '0', 'preview', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23192, 2086, '0', 'preview', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23193, 2130, '0', 'preview', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23194, 2017, '0', 'preview', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23195, 1925, '0', 'preview', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23196, 2053, '0', 'default', '2022-12-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23197, 2112, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23198, 1935, '0', 'default', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23199, 2125, '0', 'preview', '2022-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23200, 1967, '0', 'preview', '2022-12-27', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23201, 2025, '0', 'default', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23202, 2111, '0', 'preview', '2022-12-27', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23203, 2125, '0', 'preview', '2022-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23204, 2112, '0', 'preview', '2022-12-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23205, 2051, '0', 'default', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23206, 2109, '0', 'default', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23207, 2109, '0', 'preview', '2022-12-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23208, 2025, '0', 'preview', '2022-12-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23209, 2020, '0', 'preview', '2022-12-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23210, 2089, '0', 'preview', '2022-12-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23211, 2115, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23212, 2020, '0', 'default', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23213, 1953, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23214, 2039, '0', 'preview', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23215, 1937, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23216, 2033, '0', 'default', '2022-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23217, 1930, '0', 'preview', '2022-12-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23218, 2110, '0', 'preview', '2022-12-27', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23219, 2017, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23220, 2111, '0', 'default', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23221, 2089, '0', 'default', '2022-12-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23222, 1964, '0', 'default', '2022-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23223, 2110, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23224, 2048, '0', 'default', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23225, 2117, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23226, 2031, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23227, 2039, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23228, 2129, '0', 'preview', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23229, 2128, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23230, 2126, '0', 'preview', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23231, 2127, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23232, 2048, '0', 'preview', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23233, 2121, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23234, 2142, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23235, 2123, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23236, 2142, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23237, 2141, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23238, 2090, '0', 'default', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23239, 2134, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23240, 1967, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23241, 2016, '0', 'default', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23242, 2121, '0', 'preview', '2022-12-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23243, 2065, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23244, 1964, '0', 'preview', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23245, 2016, '0', 'preview', '2022-12-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23246, 2106, '0', 'preview', '2022-12-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23247, 1938, '0', 'preview', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23248, 2095, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23249, 2024, '0', 'preview', '2022-12-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23250, 2113, '0', 'preview', '2022-12-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23251, 1960, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23252, 1933, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23253, 2051, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23254, 2055, '0', 'default', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23255, 1960, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23256, 2086, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23257, 2053, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23258, 2107, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23259, 2057, '0', 'preview', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23260, 2086, '0', 'preview', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23261, 2043, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23262, 1886, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23263, 2033, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23264, 2035, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23265, 2117, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23266, 2031, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23267, 2135, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23268, 2040, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23269, 1912, '0', 'preview', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23270, 2027, '0', 'preview', '2022-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23271, 2055, '0', 'preview', '2022-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23272, 2112, '0', 'default', '2022-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23273, 2089, '0', 'preview', '2022-12-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23274, 2039, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23275, 2111, '0', 'preview', '2022-12-28', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23276, 2109, '0', 'preview', '2022-12-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23277, 2113, '0', 'preview', '2022-12-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23278, 2086, '0', 'default', '2022-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23279, 2024, '0', 'preview', '2022-12-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23280, 2110, '0', 'preview', '2022-12-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23281, 2135, '0', 'preview', '2022-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23282, 1930, '0', 'preview', '2022-12-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23283, 2112, '0', 'default', '2022-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23284, 2025, '0', 'default', '2022-12-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23285, 1935, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23286, 2025, '0', 'preview', '2022-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23287, 2055, '0', 'default', '2022-12-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23288, 2027, '0', 'preview', '2022-12-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23289, 2016, '0', 'preview', '2022-12-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23290, 2089, '0', 'default', '2022-12-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23291, 2020, '0', 'preview', '2022-12-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23292, 2097, '0', 'default', '2022-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23293, 2097, '0', 'preview', '2022-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23294, 2031, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23295, 2128, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23296, 2142, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23297, 2121, '0', 'preview', '2022-12-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23298, 2020, '0', 'default', '2022-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23299, 1952, '0', 'default', '2022-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23300, 2014, '0', 'default', '2022-12-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23301, 2114, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23302, 2112, '0', 'preview', '2022-12-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23303, 1935, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23304, 2140, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23305, 2126, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23306, 2129, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23307, 2048, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23308, 2125, '0', 'preview', '2022-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23309, 2106, '0', 'default', '2022-12-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23310, 2120, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23311, 2121, '0', 'default', '2022-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23312, 2048, '0', 'default', '2022-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23313, 2053, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23314, 2057, '0', 'preview', '2022-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23315, 2095, '0', 'default', '2022-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23316, 2123, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23317, 2135, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23318, 2109, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23319, 2117, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23320, 1950, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23321, 1964, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23322, 1886, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23323, 2107, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23324, 2096, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23325, 2086, '0', 'preview', '2022-12-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23326, 2021, '0', 'preview', '2022-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23327, 2090, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23328, 2093, '0', 'preview', '2022-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23329, 1960, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23330, 2055, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23331, 1938, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23332, 2033, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23333, 2123, '0', 'preview', '2022-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23334, 2036, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23335, 2117, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23336, 2140, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23337, 2125, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23338, 2029, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23339, 1967, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23340, 1967, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23341, 2017, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23342, 2043, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23343, 2024, '0', 'default', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23344, 2014, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23345, 1957, '0', 'preview', '2022-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23346, 2016, '0', 'preview', '2022-12-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23347, 2086, '0', 'preview', '2022-12-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23348, 2109, '0', 'preview', '2022-12-29', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23349, 2020, '0', 'preview', '2022-12-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23350, 1930, '0', 'preview', '2022-12-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23351, 2110, '0', 'preview', '2022-12-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23352, 2111, '0', 'preview', '2022-12-29', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23353, 2025, '0', 'preview', '2022-12-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23354, 1912, '0', 'default', '2022-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23355, 2113, '0', 'preview', '2022-12-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23356, 2106, '0', 'default', '2022-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23357, 2086, '0', 'default', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23358, 2031, '0', 'preview', '2022-12-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23359, 1938, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23360, 1966, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23361, 2067, '0', 'preview', '2022-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23362, 2121, '0', 'preview', '2022-12-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23363, 2114, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23364, 2027, '0', 'preview', '2022-12-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23365, 2039, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23366, 2090, '0', 'preview', '2022-12-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23367, 2048, '0', 'default', '2022-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23368, 2025, '0', 'default', '2022-12-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23369, 2057, '0', 'default', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23370, 2117, '0', 'default', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23371, 1967, '0', 'default', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23372, 2029, '0', 'preview', '2022-12-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23373, 2032, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23374, 2107, '0', 'preview', '2022-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23375, 2125, '0', 'preview', '2022-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23376, 1956, '0', 'default', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23377, 2033, '0', 'default', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23378, 2089, '0', 'preview', '2022-12-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23379, 2095, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23380, 2097, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23381, 2099, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23382, 2088, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23383, 2022, '0', 'default', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23384, 1917, '0', 'default', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23385, 2115, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23386, 2117, '0', 'preview', '2022-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23387, 2055, '0', 'default', '2022-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23388, 2051, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23389, 2112, '0', 'default', '2022-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23390, 2089, '0', 'default', '2022-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23391, 2033, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23392, 1886, '0', 'preview', '2022-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23393, 2091, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23394, 2044, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23395, 1925, '0', 'preview', '2022-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23396, 2017, '0', 'preview', '2022-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23397, 2014, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23398, 2014, '0', 'default', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23399, 2127, '0', 'default', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23400, 2123, '0', 'default', '2022-12-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23401, 2133, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23402, 2092, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23403, 2135, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23404, 1967, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23405, 2055, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23406, 2024, '0', 'preview', '2022-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23407, 2121, '0', 'default', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23408, 2106, '0', 'preview', '2022-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23409, 2110, '0', 'preview', '2022-12-30', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23410, 2109, '0', 'preview', '2022-12-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23411, 2111, '0', 'preview', '2022-12-30', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23412, 2092, '0', 'preview', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23413, 2044, '0', 'preview', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23414, 2112, '0', 'preview', '2022-12-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23415, 2113, '0', 'preview', '2022-12-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23416, 2089, '0', 'preview', '2022-12-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23417, 2107, '0', 'preview', '2022-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23418, 2055, '0', 'preview', '2022-12-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23419, 2040, '0', 'preview', '2022-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23420, 2033, '0', 'preview', '2022-12-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23421, 1960, '0', 'preview', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23422, 1938, '0', 'preview', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23423, 2125, '0', 'preview', '2022-12-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23424, 2067, '0', 'preview', '2022-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23425, 2067, '0', 'preview', '2022-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23426, 2089, '0', 'default', '2022-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23427, 2121, '0', 'default', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23428, 2121, '0', 'preview', '2022-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23429, 2127, '0', 'preview', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23430, 2135, '0', 'default', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23431, 2134, '0', 'preview', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23432, 2097, '0', 'preview', '2022-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23433, 2039, '0', 'preview', '2022-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23434, 2020, '0', 'preview', '2022-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23435, 2025, '0', 'default', '2022-12-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23436, 2025, '0', 'preview', '2022-12-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23437, 2048, '0', 'preview', '2022-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23438, 2017, '0', 'default', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23439, 2035, '0', 'preview', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23440, 2016, '0', 'preview', '2022-12-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23441, 2112, '0', 'default', '2022-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23442, 2048, '0', 'default', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23443, 1930, '0', 'preview', '2022-12-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23444, 2055, '0', 'default', '2022-12-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23445, 2024, '0', 'preview', '2022-12-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23446, 1925, '0', 'default', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23447, 2027, '0', 'preview', '2022-12-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23448, 1886, '0', 'default', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23449, 2106, '0', 'default', '2022-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23450, 2053, '0', 'preview', '2022-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23451, 2016, '0', 'default', '2022-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23452, 2033, '0', 'default', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23453, 2097, '0', 'default', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23454, 2020, '0', 'default', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23455, 1950, '0', 'preview', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23456, 1912, '0', 'default', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23457, 2116, '0', 'preview', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23458, 2031, '0', 'preview', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23459, 1931, '0', 'default', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23460, 1931, '0', 'preview', '2022-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23461, 2133, '0', 'preview', '2022-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23462, 2111, '0', 'preview', '2022-12-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23463, 2055, '0', 'default', '2022-12-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23464, 1930, '0', 'preview', '2022-12-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23465, 2067, '0', 'preview', '2022-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23466, 2067, '0', 'preview', '2022-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23467, 2027, '0', 'default', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23468, 2016, '0', 'preview', '2022-12-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23469, 2048, '0', 'default', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23470, 2025, '0', 'default', '2022-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23471, 2112, '0', 'default', '2022-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23472, 2089, '0', 'default', '2022-12-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23473, 2089, '0', 'preview', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23474, 2094, '0', 'default', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23475, 2086, '0', 'default', '2022-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23476, 2036, '0', 'default', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23477, 2109, '0', 'preview', '2022-12-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23478, 2024, '0', 'preview', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23479, 2027, '0', 'preview', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23480, 2112, '0', 'preview', '2022-12-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23481, 2057, '0', 'preview', '2022-12-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23482, 2057, '0', 'default', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23483, 2020, '0', 'preview', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23484, 2122, '0', 'preview', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23485, 2110, '0', 'preview', '2022-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23486, 2113, '0', 'preview', '2022-12-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23487, 2088, '0', 'default', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23488, 2121, '0', 'default', '2022-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23489, 2097, '0', 'default', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23490, 2051, '0', 'default', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23491, 2111, '0', 'default', '2022-12-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23492, 2135, '0', 'default', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23493, 1964, '0', 'preview', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23494, 2017, '0', 'preview', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23495, 1924, '0', 'default', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23496, 2025, '0', 'preview', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23497, 2121, '0', 'preview', '2022-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23498, 2089, '0', 'preview', '2023-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23499, 2110, '0', 'preview', '2023-01-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23500, 2025, '0', 'preview', '2023-01-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23501, 2121, '0', 'preview', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23502, 2109, '0', 'preview', '2023-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23503, 2111, '0', 'preview', '2023-01-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23504, 2031, '0', 'preview', '2023-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23505, 2027, '0', 'preview', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23506, 2024, '0', 'preview', '2023-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23507, 2016, '0', 'preview', '2023-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23508, 2039, '0', 'preview', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23509, 2089, '0', 'default', '2023-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23510, 2055, '0', 'preview', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23511, 1930, '0', 'preview', '2023-01-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23512, 2025, '0', 'default', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23513, 2112, '0', 'default', '2023-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23514, 2048, '0', 'default', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23515, 1914, '0', 'default', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23516, 2038, '0', 'default', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23517, 2121, '0', 'default', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23518, 1916, '0', 'default', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23519, 2125, '0', 'preview', '2023-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23520, 2113, '0', 'preview', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23521, 2086, '0', 'preview', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23522, 2020, '0', 'preview', '2023-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23523, 2033, '0', 'preview', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23524, 2044, '0', 'preview', '2023-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23525, 2112, '0', 'preview', '2023-01-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23526, 2097, '0', 'default', '2023-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23527, 2111, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23528, 2117, '0', 'default', '2023-01-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23529, 2090, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23530, 2107, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23531, 2118, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23532, 2109, '0', 'preview', '2023-01-02', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23533, 2089, '0', 'default', '2023-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23534, 2048, '0', 'default', '2023-01-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23535, 2111, '0', 'preview', '2023-01-02', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23536, 2025, '0', 'default', '2023-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23537, 2031, '0', 'preview', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23538, 2110, '0', 'preview', '2023-01-02', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23539, 2067, '0', 'preview', '2023-01-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23540, 2032, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23541, 1930, '0', 'preview', '2023-01-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23542, 2020, '0', 'preview', '2023-01-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23543, 2125, '0', 'preview', '2023-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23544, 2141, '0', 'preview', '2023-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23545, 2113, '0', 'preview', '2023-01-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23546, 2025, '0', 'preview', '2023-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23547, 2048, '0', 'preview', '2023-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23548, 2125, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23549, 2057, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23550, 2096, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23551, 2089, '0', 'preview', '2023-01-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23552, 2095, '0', 'preview', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23553, 1938, '0', 'preview', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23554, 2121, '0', 'default', '2023-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23555, 1964, '0', 'default', '2023-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23556, 2036, '0', 'preview', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23557, 2123, '0', 'preview', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23558, 1967, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23559, 2086, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23560, 2017, '0', 'preview', '2023-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23561, 2130, '0', 'preview', '2023-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23562, 2135, '0', 'preview', '2023-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23563, 2121, '0', 'preview', '2023-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23564, 1925, '0', 'preview', '2023-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23565, 2112, '0', 'default', '2023-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23566, 2055, '0', 'preview', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23567, 2133, '0', 'preview', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23568, 2024, '0', 'preview', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23569, 1937, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23570, 1935, '0', 'preview', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23571, 2110, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23572, 1956, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23573, 1952, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23574, 1957, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23575, 2051, '0', 'default', '2023-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23576, 2043, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23577, 2020, '0', 'preview', '2023-01-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23578, 2109, '0', 'preview', '2023-01-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23579, 2111, '0', 'default', '2023-01-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23580, 2111, '0', 'preview', '2023-01-03', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23581, 2112, '0', 'preview', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23582, 2045, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23583, 2110, '0', 'preview', '2023-01-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23584, 1930, '0', 'preview', '2023-01-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23585, 2125, '0', 'preview', '2023-01-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23586, 2089, '0', 'default', '2023-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23587, 2066, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23588, 2090, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23589, 2091, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23590, 2092, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23591, 2134, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23592, 2133, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23593, 2121, '0', 'default', '2023-01-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23594, 2089, '0', 'preview', '2023-01-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23595, 2025, '0', 'default', '2023-01-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23596, 2035, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23597, 2025, '0', 'preview', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23598, 2029, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23599, 2113, '0', 'preview', '2023-01-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23600, 2012, '0', 'default', '2023-01-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23601, 2086, '0', 'preview', '2023-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23602, 2099, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23603, 2031, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23604, 2048, '0', 'default', '2023-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23605, 2121, '0', 'preview', '2023-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23606, 2118, '0', 'preview', '2023-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23607, 2055, '0', 'default', '2023-01-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23608, 2117, '0', 'preview', '2023-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23609, 2044, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23610, 2092, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23611, 2135, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23612, 2053, '0', 'preview', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23613, 2128, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23614, 2093, '0', 'preview', '2023-01-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23615, 2067, '0', 'preview', '2023-01-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23616, 2032, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23617, 2122, '0', 'default', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23618, 2117, '0', 'default', '2023-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23619, 2048, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23620, 2112, '0', 'default', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23621, 2016, '0', 'preview', '2023-01-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23622, 2014, '0', 'preview', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23623, 2024, '0', 'preview', '2023-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23624, 2039, '0', 'preview', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23625, 2033, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23626, 2097, '0', 'preview', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23627, 2106, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23628, 1950, '0', 'preview', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23629, 1959, '0', 'preview', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23630, 1956, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23631, 1957, '0', 'preview', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23632, 1952, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23633, 2065, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23634, 2021, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23635, 1964, '0', 'preview', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23636, 2091, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23637, 2118, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23638, 2107, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23639, 2049, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23640, 2016, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23641, 2095, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23642, 2129, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23643, 1957, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23644, 2055, '0', 'preview', '2023-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23645, 2106, '0', 'preview', '2023-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23646, 2051, '0', 'default', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23647, 1967, '0', 'preview', '2023-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23648, 2023, '0', 'preview', '2023-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23649, 2090, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23650, 2017, '0', 'default', '2023-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23651, 2017, '0', 'preview', '2023-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23652, 2022, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23653, 1930, '0', 'preview', '2023-01-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23654, 2110, '0', 'preview', '2023-01-04', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23655, 2027, '0', 'preview', '2023-01-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23656, 2025, '0', 'preview', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23657, 2039, '0', 'preview', '2023-01-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23658, 2024, '0', 'preview', '2023-01-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23659, 2016, '0', 'preview', '2023-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23660, 2017, '0', 'default', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23661, 2033, '0', 'preview', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23662, 2025, '0', 'default', '2023-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23663, 2031, '0', 'preview', '2023-01-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23664, 2111, '0', 'preview', '2023-01-04', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23665, 2043, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23666, 2089, '0', 'default', '2023-01-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23667, 2097, '0', 'preview', '2023-01-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23668, 2089, '0', 'preview', '2023-01-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23669, 2109, '0', 'preview', '2023-01-04', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23670, 2020, '0', 'preview', '2023-01-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23671, 2015, '0', 'preview', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23672, 2092, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23673, 2115, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23674, 1967, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23675, 2115, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23676, 2095, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23677, 2112, '0', 'preview', '2023-01-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23678, 1886, '0', 'default', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23679, 2067, '0', 'preview', '2023-01-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23680, 2110, '0', 'default', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23681, 2048, '0', 'preview', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23682, 1954, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23683, 2119, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23684, 1938, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23685, 2055, '0', 'default', '2023-01-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23686, 2048, '0', 'default', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23687, 2113, '0', 'preview', '2023-01-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23688, 2121, '0', 'preview', '2023-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23689, 2012, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23690, 2125, '0', 'preview', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23691, 2106, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23692, 1912, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23693, 2055, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23694, 2111, '0', 'default', '2023-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23695, 2036, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23696, 2125, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23697, 2095, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23698, 2094, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23699, 2099, '0', 'preview', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23700, 2116, '0', 'preview', '2023-01-04', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23701, 2121, '0', 'default', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23702, 1964, '0', 'default', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23703, 1964, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23704, 1932, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23705, 2117, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23706, 2093, '0', 'preview', '2023-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23707, 2092, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23708, 1957, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23709, 2053, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23710, 2086, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23711, 1953, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23712, 1935, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23713, 2028, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23714, 1955, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23715, 2023, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23716, 1928, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23717, 1954, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23718, 1956, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23719, 2012, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23720, 2051, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23721, 1957, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23722, 1950, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23723, 2090, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23724, 2112, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23725, 2097, '0', 'default', '2023-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23726, 2106, '0', 'preview', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23727, 2117, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23728, 2020, '0', 'default', '2023-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23729, 2111, '0', 'preview', '2023-01-05', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23730, 2051, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23731, 2089, '0', 'preview', '2023-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23732, 2110, '0', 'preview', '2023-01-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23733, 2109, '0', 'preview', '2023-01-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23734, 1931, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23735, 1931, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23736, 1938, '0', 'preview', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23737, 2089, '0', 'default', '2023-01-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23738, 2025, '0', 'default', '2023-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23739, 2048, '0', 'default', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23740, 2016, '0', 'preview', '2023-01-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23741, 2027, '0', 'preview', '2023-01-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23742, 2044, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23743, 2053, '0', 'default', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23744, 1917, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23745, 2121, '0', 'preview', '2023-01-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23746, 2054, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23747, 2017, '0', 'preview', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23748, 2111, '0', 'default', '2023-01-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23749, 2044, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23750, 2049, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23751, 2022, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23752, 2048, '0', 'preview', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23753, 2121, '0', 'default', '2023-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23754, 2091, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23755, 2012, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23756, 1930, '0', 'preview', '2023-01-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23757, 2033, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23758, 2112, '0', 'preview', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23759, 2025, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23760, 2087, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23761, 2095, '0', 'preview', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23762, 2031, '0', 'preview', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23763, 2020, '0', 'preview', '2023-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23764, 2090, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23765, 2090, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23766, 2093, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23767, 1913, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23768, 2040, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23769, 2097, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23770, 2086, '0', 'preview', '2023-01-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23771, 2113, '0', 'preview', '2023-01-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23772, 2055, '0', 'default', '2023-01-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23773, 2067, '0', 'preview', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23774, 2106, '0', 'default', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23775, 2024, '0', 'preview', '2023-01-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23776, 2130, '0', 'default', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23777, 2106, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23778, 1950, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23779, 2128, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23780, 2117, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23781, 2029, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23782, 2116, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23783, 1964, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23784, 2021, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23785, 2099, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23786, 1912, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23787, 1912, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23788, 2055, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23789, 2095, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23790, 2039, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23791, 2031, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23792, 2112, '0', 'default', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23793, 2129, '0', 'default', '2023-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23794, 2129, '0', 'preview', '2023-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23795, 2110, '0', 'preview', '2023-01-06', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23796, 2110, '0', 'default', '2023-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23797, 2055, '0', 'default', '2023-01-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23798, 2109, '0', 'preview', '2023-01-06', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23799, 2014, '0', 'default', '2023-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23800, 2111, '0', 'preview', '2023-01-06', 40);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23801, 2125, '0', 'preview', '2023-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23802, 2121, '0', 'preview', '2023-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23803, 1930, '0', 'preview', '2023-01-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23804, 2089, '0', 'preview', '2023-01-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23805, 2025, '0', 'preview', '2023-01-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23806, 2029, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23807, 2096, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23808, 2099, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23809, 2095, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23810, 2020, '0', 'preview', '2023-01-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23811, 2031, '0', 'preview', '2023-01-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23812, 2093, '0', 'preview', '2023-01-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23813, 2113, '0', 'preview', '2023-01-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23814, 2090, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23815, 2039, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23816, 2086, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23817, 2089, '0', 'default', '2023-01-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23818, 2048, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23819, 1886, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23820, 1886, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23821, 2111, '0', 'default', '2023-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23822, 2121, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23823, 2112, '0', 'default', '2023-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23824, 2025, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23825, 2048, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23826, 2125, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23827, 2134, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23828, 1956, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23829, 2117, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23830, 2024, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23831, 2027, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23832, 2065, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23833, 1930, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23834, 2016, '0', 'preview', '2023-01-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23835, 2024, '0', 'preview', '2023-01-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23836, 2039, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23837, 2114, '0', 'default', '2023-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23838, 2142, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23839, 2129, '0', 'preview', '2023-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23840, 2127, '0', 'preview', '2023-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23841, 2128, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23842, 2126, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23843, 2027, '0', 'preview', '2023-01-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23844, 1964, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23845, 2032, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23846, 2117, '0', 'preview', '2023-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23847, 2017, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23848, 2112, '0', 'preview', '2023-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23849, 2132, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23850, 2016, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23851, 1964, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23852, 2033, '0', 'preview', '2023-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23853, 1931, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23854, 2021, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23855, 2067, '0', 'preview', '2023-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23856, 2090, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23857, 2109, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23858, 2033, '0', 'default', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23859, 2097, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23860, 1952, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23861, 2140, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23862, 1955, '0', 'preview', '2023-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23863, 2093, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23864, 2110, '0', 'preview', '2023-01-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23865, 2113, '0', 'preview', '2023-01-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23866, 2095, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23867, 2098, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23868, 1953, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23869, 1953, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23870, 1959, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23871, 2033, '0', 'default', '2023-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23872, 2033, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23873, 2109, '0', 'preview', '2023-01-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23874, 1938, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23875, 1931, '0', 'preview', '2023-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23876, 2111, '0', 'preview', '2023-01-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23877, 2016, '0', 'preview', '2023-01-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23878, 2089, '0', 'preview', '2023-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23879, 2106, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23880, 2020, '0', 'preview', '2023-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23881, 2097, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23882, 2107, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23883, 1930, '0', 'preview', '2023-01-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23884, 2027, '0', 'preview', '2023-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23885, 2024, '0', 'preview', '2023-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23886, 2121, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23887, 2092, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23888, 2111, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23889, 2117, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23890, 1967, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23891, 2117, '0', 'preview', '2023-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23892, 2123, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23893, 2016, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23894, 2125, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23895, 2112, '0', 'default', '2023-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23896, 1938, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23897, 2106, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23898, 2067, '0', 'preview', '2023-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23899, 2048, '0', 'default', '2023-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23900, 2040, '0', 'default', '2023-01-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23901, 2027, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23902, 1964, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23903, 1950, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23904, 2025, '0', 'preview', '2023-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23905, 2121, '0', 'preview', '2023-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23906, 2118, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23907, 2036, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23908, 2099, '0', 'preview', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23909, 2129, '0', 'preview', '2023-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23910, 2089, '0', 'default', '2023-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23911, 2097, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23912, 2125, '0', 'preview', '2023-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23913, 2055, '0', 'default', '2023-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23914, 2110, '0', 'preview', '2023-01-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23915, 1930, '0', 'preview', '2023-01-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23916, 2055, '0', 'default', '2023-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23917, 2016, '0', 'preview', '2023-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23918, 2025, '0', 'default', '2023-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23919, 2112, '0', 'preview', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23920, 2125, '0', 'default', '2023-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23921, 2125, '0', 'preview', '2023-01-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23922, 2025, '0', 'preview', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23923, 2027, '0', 'preview', '2023-01-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23924, 2089, '0', 'preview', '2023-01-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23925, 1917, '0', 'preview', '2023-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23926, 2020, '0', 'preview', '2023-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23927, 2029, '0', 'preview', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23928, 2026, '0', 'default', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23929, 2112, '0', 'default', '2023-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23930, 2020, '0', 'default', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23931, 2111, '0', 'preview', '2023-01-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23932, 2109, '0', 'preview', '2023-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23933, 2086, '0', 'preview', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23934, 2121, '0', 'preview', '2023-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23935, 2111, '0', 'default', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23936, 2048, '0', 'default', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23937, 2113, '0', 'preview', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23938, 2067, '0', 'preview', '2023-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23939, 2117, '0', 'preview', '2023-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23940, 1938, '0', 'preview', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23941, 2060, '0', 'preview', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23942, 2060, '0', 'default', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23943, 1960, '0', 'preview', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23944, 1964, '0', 'preview', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23945, 2051, '0', 'preview', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23946, 2024, '0', 'preview', '2023-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23947, 2110, '0', 'preview', '2023-01-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23948, 2113, '0', 'preview', '2023-01-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23949, 2111, '0', 'preview', '2023-01-09', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23950, 2111, '0', 'default', '2023-01-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23951, 2031, '0', 'preview', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23952, 2016, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23953, 2025, '0', 'default', '2023-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23954, 2051, '0', 'preview', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23955, 2107, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23956, 2106, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23957, 2032, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23958, 2122, '0', 'default', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23959, 1930, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23960, 1933, '0', 'default', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23961, 1935, '0', 'default', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23962, 2109, '0', 'preview', '2023-01-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23963, 2093, '0', 'preview', '2023-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23964, 2067, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23965, 2121, '0', 'preview', '2023-01-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23966, 1930, '0', 'preview', '2023-01-09', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23967, 2025, '0', 'preview', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23968, 2097, '0', 'preview', '2023-01-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23969, 2097, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23970, 2039, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23971, 2114, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23972, 2089, '0', 'preview', '2023-01-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23973, 2089, '0', 'default', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23974, 2024, '0', 'preview', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23975, 2027, '0', 'preview', '2023-01-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23976, 2127, '0', 'preview', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23977, 1957, '0', 'preview', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23978, 1952, '0', 'preview', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23979, 2140, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23980, 1950, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23981, 1954, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23982, 2048, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23983, 2122, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23984, 2118, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23985, 2020, '0', 'preview', '2023-01-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23986, 2117, '0', 'preview', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23987, 2036, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23988, 2036, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23989, 2096, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23990, 1954, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23991, 2109, '0', 'default', '2023-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23992, 2110, '0', 'default', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23993, 2090, '0', 'preview', '2023-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23994, 2135, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23995, 2092, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23996, 2125, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23997, 2053, '0', 'default', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23998, 2054, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23999, 2134, '0', 'preview', '2023-01-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24000, 2055, '0', 'default', '2023-01-09', 11);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24001, 2055, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24002, 2017, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24003, 2129, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24004, 1925, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24005, 2016, '0', 'preview', '2023-01-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24006, 2128, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24007, 2142, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24008, 2126, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24009, 2121, '0', 'default', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24010, 2128, '0', 'default', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24011, 2126, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24012, 2129, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24013, 2053, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24014, 2048, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24015, 2092, '0', 'default', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24016, 2086, '0', 'preview', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24017, 2095, '0', 'preview', '2023-01-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24018, 2043, '0', 'default', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24019, 2106, '0', 'preview', '2023-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24020, 1967, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24021, 2044, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24022, 1935, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24023, 1932, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24024, 2112, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24025, 2014, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24026, 1937, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24027, 2107, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24028, 2120, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24029, 2044, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24030, 2112, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24031, 2065, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24032, 2117, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24033, 2133, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24034, 2134, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24035, 2135, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24036, 2090, '0', 'default', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24037, 2141, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24038, 1967, '0', 'preview', '2023-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24039, 2123, '0', 'preview', '2023-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24040, 2086, '0', 'default', '2023-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24041, 2111, '0', 'preview', '2023-01-10', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24042, 2121, '0', 'preview', '2023-01-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24043, 2116, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24044, 2089, '0', 'default', '2023-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24045, 2020, '0', 'preview', '2023-01-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24046, 2048, '0', 'default', '2023-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24047, 2090, '0', 'preview', '2023-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24048, 2089, '0', 'preview', '2023-01-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24049, 2109, '0', 'preview', '2023-01-10', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24050, 2110, '0', 'preview', '2023-01-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24051, 2113, '0', 'preview', '2023-01-10', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24052, 2020, '0', 'default', '2023-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24053, 2031, '0', 'preview', '2023-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24054, 2134, '0', 'preview', '2023-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24055, 1925, '0', 'preview', '2023-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24056, 2135, '0', 'preview', '2023-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24057, 2092, '0', 'preview', '2023-01-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24058, 1952, '0', 'preview', '2023-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24059, 1956, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24060, 2016, '0', 'preview', '2023-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24061, 2127, '0', 'preview', '2023-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24062, 1930, '0', 'preview', '2023-01-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24063, 2107, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24064, 2032, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24065, 2055, '0', 'default', '2023-01-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24066, 2024, '0', 'preview', '2023-01-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24067, 2027, '0', 'preview', '2023-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24068, 2017, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24069, 2012, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24070, 2067, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24071, 2031, '0', 'default', '2023-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24072, 2115, '0', 'preview', '2023-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24073, 2123, '0', 'preview', '2023-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24074, 2025, '0', 'preview', '2023-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24075, 2140, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24076, 2125, '0', 'preview', '2023-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24077, 2039, '0', 'preview', '2023-01-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24078, 2055, '0', 'preview', '2023-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24079, 2043, '0', 'preview', '2023-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24080, 2122, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24081, 2091, '0', 'preview', '2023-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24082, 2112, '0', 'preview', '2023-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24083, 2093, '0', 'preview', '2023-01-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24084, 2097, '0', 'preview', '2023-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24085, 2033, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24086, 2125, '0', 'default', '2023-01-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24087, 1932, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24088, 2067, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24089, 2117, '0', 'preview', '2023-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24090, 2096, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24091, 2039, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24092, 1886, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24093, 2121, '0', 'default', '2023-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24094, 2106, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24095, 1950, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24096, 2095, '0', 'preview', '2023-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24097, 2051, '0', 'default', '2023-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24098, 1938, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24099, 2051, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24100, 1964, '0', 'default', '2023-01-10', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24101, 2097, '0', 'default', '2023-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24102, 1959, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24103, 1918, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24104, 2114, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24105, 2112, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24106, 2053, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24107, 2025, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24108, 2117, '0', 'default', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24109, 2141, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24110, 2099, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24111, 2033, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24112, 2040, '0', 'preview', '2023-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24113, 2048, '0', 'preview', '2023-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24114, 2067, '0', 'preview', '2023-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24115, 2031, '0', 'preview', '2023-01-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24116, 2020, '0', 'preview', '2023-01-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24117, 2111, '0', 'preview', '2023-01-11', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24118, 2113, '0', 'preview', '2023-01-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24119, 2112, '0', 'preview', '2023-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24120, 2057, '0', 'preview', '2023-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24121, 2015, '0', 'preview', '2023-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24122, 2016, '0', 'preview', '2023-01-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24123, 2053, '0', 'default', '2023-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24124, 2121, '0', 'default', '2023-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24125, 2089, '0', 'default', '2023-01-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24126, 2125, '0', 'preview', '2023-01-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24127, 2048, '0', 'default', '2023-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24128, 2089, '0', 'preview', '2023-01-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24129, 2110, '0', 'preview', '2023-01-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24130, 2067, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24131, 1917, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24132, 2109, '0', 'preview', '2023-01-11', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24133, 2117, '0', 'preview', '2023-01-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24134, 1967, '0', 'preview', '2023-01-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24135, 2107, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24136, 2134, '0', 'preview', '2023-01-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24137, 2090, '0', 'preview', '2023-01-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24138, 2118, '0', 'preview', '2023-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24139, 2024, '0', 'preview', '2023-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24140, 2125, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24141, 2044, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24142, 1930, '0', 'preview', '2023-01-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24143, 2017, '0', 'preview', '2023-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24144, 2053, '0', 'preview', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24145, 1960, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24146, 2086, '0', 'preview', '2023-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24147, 2121, '0', 'preview', '2023-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24148, 1886, '0', 'preview', '2023-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24149, 2014, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24150, 2049, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24151, 2033, '0', 'default', '2023-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24152, 2033, '0', 'preview', '2023-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24153, 2090, '0', 'default', '2023-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24154, 2092, '0', 'default', '2023-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24155, 2057, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24156, 2111, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24157, 2109, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24158, 2110, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24159, 2016, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24160, 2024, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24161, 2027, '0', 'default', '2023-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24162, 2055, '0', 'default', '2023-01-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24163, 2017, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24164, 2106, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24165, 2112, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24166, 1931, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24167, 2118, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24168, 2039, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24169, 2106, '0', 'preview', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24170, 2025, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24171, 2025, '0', 'default', '2023-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24172, 2021, '0', 'preview', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24173, 2093, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24174, 2027, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24175, 2097, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24176, 2021, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24177, 2092, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24178, 1930, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24179, 2051, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24180, 2099, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24181, 2099, '0', 'preview', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24182, 2126, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24183, 2127, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24184, 1959, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24185, 2129, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24186, 2059, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24187, 2060, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24188, 2097, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24189, 2012, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24190, 1938, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24191, 2040, '0', 'default', '2023-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24192, 2114, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24193, 2048, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24194, 2086, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24195, 2031, '0', 'default', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24196, 2051, '0', 'preview', '2023-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24197, 2110, '0', 'preview', '2023-01-12', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24198, 2111, '0', 'preview', '2023-01-12', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24199, 2109, '0', 'preview', '2023-01-12', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24200, 2125, '0', 'preview', '2023-01-12', 12);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24201, 2097, '0', 'preview', '2023-01-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24202, 2048, '0', 'default', '2023-01-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24203, 2090, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24204, 2089, '0', 'default', '2023-01-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24205, 2113, '0', 'preview', '2023-01-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24206, 1930, '0', 'preview', '2023-01-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24207, 1930, '0', 'default', '2023-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24208, 1935, '0', 'default', '2023-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24209, 2020, '0', 'preview', '2023-01-12', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24210, 2092, '0', 'default', '2023-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24211, 2090, '0', 'default', '2023-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24212, 2141, '0', 'default', '2023-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24213, 2017, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24214, 1925, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24215, 2029, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24216, 2048, '0', 'preview', '2023-01-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24217, 2016, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24218, 2065, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24219, 2025, '0', 'preview', '2023-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24220, 2039, '0', 'preview', '2023-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24221, 2099, '0', 'preview', '2023-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24222, 2016, '0', 'preview', '2023-01-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24223, 2024, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24224, 2024, '0', 'preview', '2023-01-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24225, 1955, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24226, 2112, '0', 'preview', '2023-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24227, 2027, '0', 'preview', '2023-01-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24228, 2031, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24229, 2067, '0', 'preview', '2023-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24230, 2054, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24231, 2033, '0', 'preview', '2023-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24232, 2020, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24233, 2055, '0', 'default', '2023-01-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24234, 2055, '0', 'preview', '2023-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24235, 2015, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24236, 2121, '0', 'preview', '2023-01-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24237, 2121, '0', 'default', '2023-01-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24238, 2053, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24239, 2106, '0', 'default', '2023-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24240, 2106, '0', 'preview', '2023-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24241, 2118, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24242, 2089, '0', 'preview', '2023-01-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24243, 2111, '0', 'default', '2023-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24244, 2127, '0', 'preview', '2023-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24245, 1886, '0', 'preview', '2023-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24246, 2088, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24247, 2109, '0', 'default', '2023-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24248, 2110, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24249, 2097, '0', 'default', '2023-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24250, 2117, '0', 'default', '2023-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24251, 2134, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24252, 2135, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24253, 2129, '0', 'preview', '2023-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24254, 2128, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24255, 2142, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24256, 2126, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24257, 1955, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24258, 1953, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24259, 2093, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24260, 1964, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24261, 1950, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24262, 1952, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24263, 2140, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24264, 1960, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24265, 1938, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24266, 2096, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24267, 2130, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24268, 2133, '0', 'default', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24269, 2117, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24270, 2123, '0', 'preview', '2023-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24271, 2112, '0', 'preview', '2023-01-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24272, 2067, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24273, 2024, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24274, 2016, '0', 'default', '2023-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24275, 2016, '0', 'preview', '2023-01-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24276, 1930, '0', 'preview', '2023-01-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24277, 2027, '0', 'preview', '2023-01-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24278, 2024, '0', 'preview', '2023-01-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24279, 2109, '0', 'preview', '2023-01-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24280, 2020, '0', 'preview', '2023-01-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24281, 2128, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24282, 2126, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24283, 2142, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24284, 2129, '0', 'preview', '2023-01-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24285, 1955, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24286, 2121, '0', 'preview', '2023-01-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24287, 2110, '0', 'preview', '2023-01-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24288, 2067, '0', 'preview', '2023-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24289, 2039, '0', 'preview', '2023-01-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24290, 2089, '0', 'preview', '2023-01-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24291, 2048, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24292, 1952, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24293, 2093, '0', 'preview', '2023-01-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24294, 2093, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24295, 2111, '0', 'preview', '2023-01-13', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24296, 2055, '0', 'default', '2023-01-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24297, 2121, '0', 'default', '2023-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24298, 2096, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24299, 2095, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24300, 2113, '0', 'preview', '2023-01-13', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24301, 2039, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24302, 2097, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24303, 2090, '0', 'preview', '2023-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24304, 2089, '0', 'default', '2023-01-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24305, 2048, '0', 'default', '2023-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24306, 2145, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24307, 2117, '0', 'preview', '2023-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24308, 1931, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24309, 2117, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24310, 1967, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24311, 2090, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24312, 2134, '0', 'default', '2023-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24313, 2135, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24314, 2125, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24315, 2031, '0', 'preview', '2023-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24316, 2118, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24317, 2107, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24318, 1912, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24319, 2106, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24320, 2055, '0', 'preview', '2023-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24321, 2125, '0', 'preview', '2023-01-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24322, 2097, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24323, 2152, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24324, 2133, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24325, 2153, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24326, 2107, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24327, 1917, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24328, 2023, '0', 'preview', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24329, 2110, '0', 'default', '2023-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24330, 2115, '0', 'default', '2023-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24331, 2113, '0', 'preview', '2023-01-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24332, 2051, '0', 'preview', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24333, 1964, '0', 'preview', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24334, 1930, '0', 'preview', '2023-01-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24335, 1917, '0', 'default', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24336, 2110, '0', 'preview', '2023-01-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24337, 2020, '0', 'preview', '2023-01-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24338, 2086, '0', 'default', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24339, 2111, '0', 'preview', '2023-01-14', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24340, 2107, '0', 'default', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24341, 2109, '0', 'preview', '2023-01-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24342, 2150, '0', 'default', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24343, 2149, '0', 'default', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24344, 2154, '0', 'default', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24345, 2148, '0', 'default', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24346, 2089, '0', 'preview', '2023-01-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24347, 2121, '0', 'preview', '2023-01-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24348, 2016, '0', 'preview', '2023-01-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24349, 2121, '0', 'default', '2023-01-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24350, 2067, '0', 'preview', '2023-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24351, 2093, '0', 'preview', '2023-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24352, 1938, '0', 'preview', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24353, 1935, '0', 'default', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24354, 2027, '0', 'preview', '2023-01-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24355, 2097, '0', 'preview', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24356, 2112, '0', 'preview', '2023-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24357, 2146, '0', 'default', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24358, 2110, '0', 'default', '2023-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24359, 2024, '0', 'preview', '2023-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24360, 2055, '0', 'default', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24361, 2096, '0', 'preview', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24362, 2086, '0', 'preview', '2023-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24363, 2031, '0', 'preview', '2023-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24364, 2095, '0', 'preview', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24365, 2031, '0', 'preview', '2023-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24366, 2067, '0', 'preview', '2023-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24367, 2151, '0', 'default', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24368, 2125, '0', 'default', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24369, 2089, '0', 'default', '2023-01-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24370, 2112, '0', 'default', '2023-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24371, 2110, '0', 'default', '2023-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24372, 2112, '0', 'preview', '2023-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24373, 2048, '0', 'default', '2023-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24374, 1930, '0', 'preview', '2023-01-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24375, 2020, '0', 'preview', '2023-01-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24376, 2110, '0', 'preview', '2023-01-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24377, 2113, '0', 'preview', '2023-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24378, 2109, '0', 'preview', '2023-01-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24379, 2111, '0', 'preview', '2023-01-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24380, 2024, '0', 'preview', '2023-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24381, 2147, '0', 'default', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24382, 2053, '0', 'preview', '2023-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24383, 2016, '0', 'preview', '2023-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24384, 2140, '0', 'preview', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24385, 2089, '0', 'preview', '2023-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24386, 2093, '0', 'preview', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24387, 2087, '0', 'default', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24388, 2125, '0', 'preview', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24389, 1935, '0', 'preview', '2023-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24390, 2121, '0', 'preview', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24391, 2086, '0', 'preview', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24392, 2111, '0', 'default', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24393, 2121, '0', 'default', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24394, 2117, '0', 'default', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24395, 2097, '0', 'default', '2023-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24396, 2111, '0', 'preview', '2023-01-16', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24397, 2093, '0', 'preview', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24398, 2145, '0', 'default', '2023-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24399, 2109, '0', 'preview', '2023-01-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24400, 1967, '0', 'preview', '2023-01-16', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24401, 2048, '0', 'default', '2023-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24402, 2121, '0', 'default', '2023-01-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24403, 1930, '0', 'preview', '2023-01-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24404, 2125, '0', 'preview', '2023-01-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24405, 2133, '0', 'preview', '2023-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24406, 2092, '0', 'default', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24407, 2110, '0', 'preview', '2023-01-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24408, 2016, '0', 'preview', '2023-01-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24409, 2090, '0', 'preview', '2023-01-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24410, 2113, '0', 'preview', '2023-01-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24411, 2020, '0', 'preview', '2023-01-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24412, 2111, '0', 'default', '2023-01-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24413, 2134, '0', 'preview', '2023-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24414, 2027, '0', 'preview', '2023-01-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24415, 2129, '0', 'default', '2023-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24416, 2095, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24417, 2093, '0', 'default', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24418, 2133, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24419, 1886, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24420, 2097, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24421, 2140, '0', 'default', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24422, 2128, '0', 'default', '2023-01-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24423, 2049, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24424, 1950, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24425, 1953, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24426, 2126, '0', 'default', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24427, 2127, '0', 'default', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24428, 2055, '0', 'default', '2023-01-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24429, 2106, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24430, 2117, '0', 'default', '2023-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24431, 2106, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24432, 2067, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24433, 2117, '0', 'preview', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24434, 2039, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24435, 2114, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24436, 2099, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24437, 2135, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24438, 2024, '0', 'preview', '2023-01-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24439, 1938, '0', 'preview', '2023-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24440, 2016, '0', 'default', '2023-01-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24441, 2118, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24442, 2066, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24443, 2031, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24444, 2130, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24445, 2146, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24446, 2024, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24447, 2027, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24448, 2028, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24449, 2089, '0', 'default', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24450, 2023, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24451, 2092, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24452, 2125, '0', 'default', '2023-01-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24453, 2112, '0', 'default', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24454, 2118, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24455, 2121, '0', 'preview', '2023-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24456, 2086, '0', 'preview', '2023-01-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24457, 2089, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24458, 1964, '0', 'preview', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24459, 2096, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24460, 1960, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24461, 2112, '0', 'preview', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24462, 1932, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24463, 2048, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24464, 2109, '0', 'default', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24465, 2110, '0', 'default', '2023-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24466, 2134, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24467, 1930, '0', 'default', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24468, 2128, '0', 'preview', '2023-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24469, 2111, '0', 'preview', '2023-01-17', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24470, 2031, '0', 'preview', '2023-01-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24471, 2016, '0', 'preview', '2023-01-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24472, 2027, '0', 'preview', '2023-01-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24473, 2089, '0', 'default', '2023-01-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24474, 2024, '0', 'preview', '2023-01-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24475, 2117, '0', 'preview', '2023-01-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24476, 1967, '0', 'preview', '2023-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24477, 2086, '0', 'preview', '2023-01-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24478, 2112, '0', 'preview', '2023-01-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24479, 2121, '0', 'default', '2023-01-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24480, 2126, '0', 'default', '2023-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24481, 1950, '0', 'default', '2023-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24482, 2110, '0', 'preview', '2023-01-17', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24483, 2099, '0', 'preview', '2023-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24484, 2109, '0', 'preview', '2023-01-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24485, 1930, '0', 'preview', '2023-01-17', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24486, 2113, '0', 'preview', '2023-01-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24487, 2096, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24488, 1917, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24489, 2055, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24490, 2125, '0', 'default', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24491, 2111, '0', 'default', '2023-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24492, 2110, '0', 'default', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24493, 2125, '0', 'preview', '2023-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24494, 2118, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24495, 2089, '0', 'preview', '2023-01-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24496, 2048, '0', 'default', '2023-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24497, 2027, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24498, 1918, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24499, 2048, '0', 'preview', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24500, 2121, '0', 'preview', '2023-01-17', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24501, 2020, '0', 'preview', '2023-01-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24502, 2055, '0', 'default', '2023-01-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24503, 2039, '0', 'preview', '2023-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24504, 2115, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24505, 2097, '0', 'preview', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24506, 2095, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24507, 2133, '0', 'preview', '2023-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24508, 2092, '0', 'default', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24509, 2135, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24510, 2127, '0', 'preview', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24511, 1950, '0', 'preview', '2023-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24512, 2133, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24513, 2095, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24514, 2049, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24515, 1925, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24516, 2130, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24517, 2117, '0', 'default', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24518, 2093, '0', 'preview', '2023-01-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24519, 2053, '0', 'default', '2023-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24520, 2131, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24521, 2127, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24522, 2126, '0', 'preview', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24523, 2140, '0', 'default', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24524, 2140, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24525, 1957, '0', 'default', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24526, 2129, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24527, 1957, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24528, 2054, '0', 'default', '2023-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24529, 1960, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24530, 2114, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24531, 2106, '0', 'default', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24532, 2128, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24533, 2094, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24534, 2142, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24535, 2128, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24536, 2067, '0', 'preview', '2023-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24537, 2112, '0', 'default', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24538, 2147, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24539, 2141, '0', 'preview', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24540, 2090, '0', 'preview', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24541, 2092, '0', 'preview', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24542, 1925, '0', 'preview', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24543, 1938, '0', 'preview', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24544, 2086, '0', 'default', '2023-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24545, 2016, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24546, 2020, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24547, 2115, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24548, 2130, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24549, 2091, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24550, 1930, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24551, 2132, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24552, 2134, '0', 'preview', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24553, 2120, '0', 'default', '2023-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24554, 2111, '0', 'default', '2023-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24555, 2121, '0', 'default', '2023-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24556, 2097, '0', 'default', '2023-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24557, 2110, '0', 'preview', '2023-01-18', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24558, 2109, '0', 'preview', '2023-01-18', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24559, 2111, '0', 'preview', '2023-01-18', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24560, 2055, '0', 'default', '2023-01-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24561, 2039, '0', 'preview', '2023-01-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24562, 2146, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24563, 2051, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24564, 2086, '0', 'preview', '2023-01-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24565, 2027, '0', 'preview', '2023-01-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24566, 2121, '0', 'preview', '2023-01-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24567, 1930, '0', 'preview', '2023-01-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24568, 1931, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24569, 2089, '0', 'preview', '2023-01-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24570, 2055, '0', 'preview', '2023-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24571, 2125, '0', 'preview', '2023-01-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24572, 2125, '0', 'preview', '2023-01-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24573, 1950, '0', 'preview', '2023-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24574, 1953, '0', 'preview', '2023-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24575, 1955, '0', 'preview', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24576, 2129, '0', 'preview', '2023-01-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24577, 2140, '0', 'preview', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24578, 2031, '0', 'preview', '2023-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24579, 2117, '0', 'preview', '2023-01-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24580, 2113, '0', 'preview', '2023-01-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24581, 2065, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24582, 2145, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24583, 1935, '0', 'preview', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24584, 2020, '0', 'preview', '2023-01-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24585, 2020, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24586, 2093, '0', 'preview', '2023-01-18', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24587, 2125, '0', 'default', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24588, 2117, '0', 'default', '2023-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24589, 2097, '0', 'preview', '2023-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24590, 2092, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24591, 2090, '0', 'default', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24592, 2133, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24593, 2130, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24594, 2131, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24595, 1925, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24596, 2116, '0', 'preview', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24597, 2091, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24598, 1930, '0', 'default', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24599, 2113, '0', 'default', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24600, 2126, '0', 'default', '2023-01-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24601, 1950, '0', 'default', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24602, 1967, '0', 'preview', '2023-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24603, 1955, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24604, 2106, '0', 'default', '2023-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24605, 2089, '0', 'default', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24606, 2118, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24607, 2048, '0', 'default', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24608, 2110, '0', 'default', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24609, 2016, '0', 'preview', '2023-01-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24610, 1931, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24611, 2099, '0', 'preview', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24612, 2051, '0', 'default', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24613, 1964, '0', 'default', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24614, 2067, '0', 'preview', '2023-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24615, 1960, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24616, 2090, '0', 'preview', '2023-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24617, 2134, '0', 'preview', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24618, 2028, '0', 'preview', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24619, 1935, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24620, 2096, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24621, 2133, '0', 'preview', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24622, 2092, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24623, 1960, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24624, 2053, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24625, 2086, '0', 'default', '2023-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24626, 2127, '0', 'preview', '2023-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24627, 2128, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24628, 2142, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24629, 2126, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24630, 2093, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24631, 2065, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24632, 2095, '0', 'default', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24633, 2112, '0', 'preview', '2023-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24634, 2024, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24635, 1938, '0', 'preview', '2023-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24636, 2146, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24637, 2145, '0', 'preview', '2023-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24638, 2110, '0', 'preview', '2023-01-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24639, 2093, '0', 'preview', '2023-01-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24640, 2145, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24641, 2111, '0', 'preview', '2023-01-19', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24642, 2147, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24643, 1930, '0', 'preview', '2023-01-19', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24644, 2120, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24645, 2113, '0', 'preview', '2023-01-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24646, 1935, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24647, 2096, '0', 'preview', '2023-01-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24648, 2055, '0', 'default', '2023-01-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24649, 2116, '0', 'preview', '2023-01-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24650, 2089, '0', 'default', '2023-01-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24651, 2086, '0', 'preview', '2023-01-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24652, 2112, '0', 'default', '2023-01-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24653, 2117, '0', 'preview', '2023-01-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24654, 1931, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24655, 2112, '0', 'preview', '2023-01-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24656, 2020, '0', 'preview', '2023-01-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24657, 2016, '0', 'preview', '2023-01-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24658, 2027, '0', 'preview', '2023-01-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24659, 2024, '0', 'preview', '2023-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24660, 2039, '0', 'preview', '2023-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24661, 2086, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24662, 1967, '0', 'preview', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24663, 2109, '0', 'preview', '2023-01-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24664, 1950, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24665, 1960, '0', 'preview', '2023-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24666, 2053, '0', 'preview', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24667, 2135, '0', 'preview', '2023-01-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24668, 2125, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24669, 2117, '0', 'default', '2023-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24670, 2090, '0', 'preview', '2023-01-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24671, 2111, '0', 'default', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24672, 2106, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24673, 2106, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24674, 1960, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24675, 2048, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24676, 2134, '0', 'preview', '2023-01-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24677, 2141, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24678, 2109, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24679, 2110, '0', 'default', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24680, 2048, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24681, 2089, '0', 'preview', '2023-01-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24682, 2016, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24683, 2024, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24684, 2027, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24685, 2098, '0', 'preview', '2023-01-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24686, 1950, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24687, 1952, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24688, 2088, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24689, 2094, '0', 'preview', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24690, 2140, '0', 'preview', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24691, 1957, '0', 'preview', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24692, 2126, '0', 'preview', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24693, 2127, '0', 'preview', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24694, 2066, '0', 'preview', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24695, 2121, '0', 'preview', '2023-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24696, 2067, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24697, 2118, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24698, 1925, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24699, 2121, '0', 'default', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24700, 1938, '0', 'preview', '2023-01-19', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24701, 2093, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24702, 1930, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24703, 1935, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24704, 2113, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24705, 2054, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24706, 2097, '0', 'preview', '2023-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24707, 2055, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24708, 2049, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24709, 2114, '0', 'default', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24710, 2114, '0', 'preview', '2023-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24711, 2097, '0', 'default', '2023-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24712, 2111, '0', 'preview', '2023-01-20', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24713, 2109, '0', 'preview', '2023-01-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24714, 2125, '0', 'default', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24715, 2110, '0', 'preview', '2023-01-20', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24716, 2113, '0', 'preview', '2023-01-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24717, 2027, '0', 'preview', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24718, 2121, '0', 'preview', '2023-01-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24719, 2125, '0', 'preview', '2023-01-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24720, 2031, '0', 'preview', '2023-01-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24721, 2051, '0', 'default', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24722, 2121, '0', 'default', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24723, 1930, '0', 'preview', '2023-01-20', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24724, 2048, '0', 'preview', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24725, 2106, '0', 'preview', '2023-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24726, 2093, '0', 'preview', '2023-01-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24727, 2089, '0', 'preview', '2023-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24728, 1935, '0', 'default', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24729, 1935, '0', 'preview', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24730, 2020, '0', 'preview', '2023-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24731, 2024, '0', 'default', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24732, 2151, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24733, 2049, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24734, 2089, '0', 'default', '2023-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24735, 2055, '0', 'default', '2023-01-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24736, 2055, '0', 'preview', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24737, 2090, '0', 'preview', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24738, 2097, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24739, 2133, '0', 'default', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24740, 2092, '0', 'preview', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24741, 2118, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24742, 1964, '0', 'default', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24743, 2090, '0', 'default', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24744, 1886, '0', 'preview', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24745, 2106, '0', 'default', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24746, 2135, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24747, 2130, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24748, 2141, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24749, 2095, '0', 'default', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24750, 2109, '0', 'default', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24751, 2053, '0', 'default', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24752, 2086, '0', 'default', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24753, 1960, '0', 'preview', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24754, 2086, '0', 'preview', '2023-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24755, 2053, '0', 'preview', '2023-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24756, 1953, '0', 'default', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24757, 2140, '0', 'default', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24758, 1964, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24759, 2117, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24760, 2112, '0', 'default', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24761, 2133, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24762, 2067, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24763, 2112, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24764, 2051, '0', 'preview', '2023-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24765, 2109, '0', 'preview', '2023-01-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24766, 1930, '0', 'preview', '2023-01-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24767, 2111, '0', 'preview', '2023-01-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24768, 2110, '0', 'preview', '2023-01-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24769, 2121, '0', 'default', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24770, 2089, '0', 'default', '2023-01-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24771, 1935, '0', 'preview', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24772, 2055, '0', 'preview', '2023-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24773, 2089, '0', 'preview', '2023-01-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24774, 2048, '0', 'preview', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24775, 2020, '0', 'preview', '2023-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24776, 2020, '0', 'preview', '2023-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24777, 2107, '0', 'preview', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24778, 2086, '0', 'preview', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24779, 2095, '0', 'preview', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24780, 2055, '0', 'default', '2023-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24781, 2121, '0', 'preview', '2023-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24782, 2112, '0', 'preview', '2023-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24783, 1924, '0', 'preview', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24784, 1924, '0', 'default', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24785, 2090, '0', 'default', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24786, 2125, '0', 'preview', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24787, 2027, '0', 'preview', '2023-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24788, 2067, '0', 'preview', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24789, 2053, '0', 'default', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24790, 2048, '0', 'default', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24791, 2016, '0', 'preview', '2023-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24792, 2024, '0', 'preview', '2023-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24793, 2128, '0', 'default', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24794, 2112, '0', 'default', '2023-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24795, 2113, '0', 'preview', '2023-01-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24796, 1930, '0', 'preview', '2023-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24797, 1967, '0', 'preview', '2023-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24798, 2117, '0', 'preview', '2023-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24799, 2020, '0', 'preview', '2023-01-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24800, 2111, '0', 'preview', '2023-01-22', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24801, 2111, '0', 'default', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24802, 2086, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24803, 2049, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24804, 2109, '0', 'preview', '2023-01-22', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24805, 2088, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24806, 2090, '0', 'preview', '2023-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24807, 2096, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24808, 2114, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24809, 2120, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24810, 2129, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24811, 2055, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24812, 2093, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24813, 2118, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24814, 2134, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24815, 2106, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24816, 2067, '0', 'preview', '2023-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24817, 2127, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24818, 2125, '0', 'preview', '2023-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24819, 2089, '0', 'preview', '2023-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24820, 2131, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24821, 2135, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24822, 2099, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24823, 2112, '0', 'preview', '2023-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24824, 2094, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24825, 2126, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24826, 2142, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24827, 2132, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24828, 2133, '0', 'preview', '2023-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24829, 2091, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24830, 2119, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24831, 2122, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24832, 2092, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24833, 2140, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24834, 2123, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24835, 2121, '0', 'preview', '2023-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24836, 2098, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24837, 2087, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24838, 2066, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24839, 2065, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24840, 2116, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24841, 2107, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24842, 2110, '0', 'preview', '2023-01-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24843, 2115, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24844, 2095, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24845, 2130, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24846, 2097, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24847, 2141, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24848, 1914, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24849, 1925, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24850, 1908, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24851, 1933, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24852, 1912, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24853, 1911, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24854, 1932, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24855, 1931, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24856, 2031, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24857, 1966, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24858, 1913, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24859, 1915, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24860, 1920, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24861, 1918, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24862, 1917, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24863, 1924, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24864, 1964, '0', 'preview', '2023-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24865, 2039, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24866, 1952, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24867, 1960, '0', 'preview', '2023-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24868, 1938, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24869, 1937, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24870, 1886, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24871, 1916, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24872, 2127, '0', 'default', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24873, 2089, '0', 'default', '2023-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24874, 1920, '0', 'default', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24875, 2135, '0', 'default', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24876, 2053, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24877, 2054, '0', 'preview', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24878, 2016, '0', 'preview', '2023-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24879, 2051, '0', 'default', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24880, 2027, '0', 'preview', '2023-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24881, 2024, '0', 'preview', '2023-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24882, 2118, '0', 'default', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24883, 2133, '0', 'default', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24884, 2112, '0', 'default', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24885, 2016, '0', 'default', '2023-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24886, 2110, '0', 'preview', '2023-01-23', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24887, 2109, '0', 'preview', '2023-01-23', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24888, 2111, '0', 'preview', '2023-01-23', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24889, 1964, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24890, 2016, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24891, 2121, '0', 'default', '2023-01-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24892, 2121, '0', 'preview', '2023-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24893, 2089, '0', 'default', '2023-01-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24894, 2117, '0', 'preview', '2023-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24895, 2093, '0', 'preview', '2023-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24896, 1930, '0', 'preview', '2023-01-23', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24897, 2020, '0', 'preview', '2023-01-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24898, 2093, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24899, 2031, '0', 'preview', '2023-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24900, 2089, '0', 'preview', '2023-01-23', 17);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24901, 2095, '0', 'preview', '2023-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24902, 2099, '0', 'preview', '2023-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24903, 2055, '0', 'preview', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24904, 2024, '0', 'preview', '2023-01-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24905, 2109, '0', 'default', '2023-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24906, 2110, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24907, 2027, '0', 'preview', '2023-01-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24908, 2117, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24909, 1967, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24910, 2112, '0', 'preview', '2023-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24911, 2125, '0', 'preview', '2023-01-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24912, 2113, '0', 'preview', '2023-01-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24913, 2055, '0', 'default', '2023-01-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24914, 2048, '0', 'default', '2023-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24915, 2112, '0', 'default', '2023-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24916, 1967, '0', 'preview', '2023-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24917, 2129, '0', 'preview', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24918, 2106, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24919, 2128, '0', 'preview', '2023-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24920, 2016, '0', 'preview', '2023-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24921, 1957, '0', 'preview', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24922, 2086, '0', 'preview', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24923, 2097, '0', 'default', '2023-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24924, 2111, '0', 'default', '2023-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24925, 2039, '0', 'preview', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24926, 1950, '0', 'preview', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24927, 1953, '0', 'preview', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24928, 2140, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24929, 2126, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24930, 2053, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24931, 1960, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24932, 2048, '0', 'preview', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24933, 2090, '0', 'preview', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24934, 2118, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24935, 2127, '0', 'preview', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24936, 2095, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24937, 2099, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24938, 2125, '0', 'default', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24939, 1935, '0', 'preview', '2023-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24940, 2117, '0', 'preview', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24941, 1930, '0', 'preview', '2023-01-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24942, 1930, '0', 'preview', '2023-01-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24943, 2111, '0', 'preview', '2023-01-24', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24944, 2109, '0', 'preview', '2023-01-24', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24945, 2110, '0', 'preview', '2023-01-24', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24946, 2125, '0', 'default', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24947, 2055, '0', 'default', '2023-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24948, 2113, '0', 'preview', '2023-01-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24949, 2125, '0', 'preview', '2023-01-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24950, 2112, '0', 'preview', '2023-01-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24951, 1964, '0', 'default', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24952, 2121, '0', 'default', '2023-01-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24953, 2039, '0', 'preview', '2023-01-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24954, 2048, '0', 'preview', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24955, 2020, '0', 'preview', '2023-01-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24956, 2134, '0', 'preview', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24957, 2092, '0', 'preview', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24958, 2109, '0', 'default', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24959, 2031, '0', 'preview', '2023-01-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24960, 2094, '0', 'preview', '2023-01-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24961, 2121, '0', 'preview', '2023-01-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24962, 2114, '0', 'preview', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24963, 2096, '0', 'preview', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24964, 2099, '0', 'preview', '2023-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24965, 2067, '0', 'preview', '2023-01-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24966, 2097, '0', 'preview', '2023-01-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24967, 2089, '0', 'preview', '2023-01-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24968, 2089, '0', 'default', '2023-01-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24969, 2111, '0', 'default', '2023-01-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24970, 2132, '0', 'default', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24971, 2086, '0', 'default', '2023-01-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24972, '2086\\\'[0]', '0', 'default', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24973, 1913, '0', 'preview', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24974, 2093, '0', 'preview', '2023-01-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24975, 2106, '0', 'default', '2023-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24976, 2106, '0', 'preview', '2023-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24977, 1912, '0', 'preview', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24978, 1886, '0', 'preview', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24979, 2024, '0', 'preview', '2023-01-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24980, 2090, '0', 'default', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24981, 2016, '0', 'preview', '2023-01-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24982, 2118, '0', 'preview', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24983, 2027, '0', 'preview', '2023-01-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24984, 2135, '0', 'preview', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24985, 2049, '0', 'preview', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24986, 1938, '0', 'preview', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24987, 1953, '0', 'preview', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24988, 2086, '0', 'preview', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24989, 2067, '0', 'default', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24990, 2112, '0', 'default', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24991, 2120, '0', 'preview', '2023-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24992, 1935, '0', 'preview', '2023-01-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24993, 1960, '0', 'default', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24994, 2097, '0', 'default', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24995, 2116, '0', 'preview', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24996, 2116, '0', 'default', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24997, 2053, '0', 'default', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24998, 1937, '0', 'preview', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24999, 1935, '0', 'default', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25000, 2088, '0', 'preview', '2023-01-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25001, 1915, '0', 'preview', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25002, 2053, '0', 'preview', '2023-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25003, 2113, '0', 'preview', '2023-01-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25004, 2111, '0', 'preview', '2023-01-25', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25005, 2109, '0', 'preview', '2023-01-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25006, 2121, '0', 'preview', '2023-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25007, 2110, '0', 'preview', '2023-01-25', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25008, 2107, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25009, 2053, '0', 'preview', '2023-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25010, 1930, '0', 'preview', '2023-01-25', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25011, 2125, '0', 'preview', '2023-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25012, 2117, '0', 'preview', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25013, 2086, '0', 'preview', '2023-01-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25014, 2092, '0', 'preview', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25015, 2097, '0', 'default', '2023-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25016, 2089, '0', 'preview', '2023-01-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25017, 2099, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25018, 2110, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25019, 2092, '0', 'default', '2023-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25020, 2117, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25021, 2016, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25022, 2089, '0', 'default', '2023-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25023, 2051, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25024, 2055, '0', 'default', '2023-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25025, 2111, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25026, 2020, '0', 'preview', '2023-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25027, 2031, '0', 'preview', '2023-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25028, 1935, '0', 'preview', '2023-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25029, 2097, '0', 'preview', '2023-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25030, 1964, '0', 'preview', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25031, 2065, '0', 'preview', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25032, 2142, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25033, 2024, '0', 'preview', '2023-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25034, 2023, '0', 'preview', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25035, 1918, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25036, 1918, '0', 'preview', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25037, 2016, '0', 'preview', '2023-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25038, 2129, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25039, 1957, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25040, 1953, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25041, 2121, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25042, 2093, '0', 'preview', '2023-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25043, 1917, '0', 'preview', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25044, 2133, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25045, 2090, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25046, 2048, '0', 'default', '2023-01-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25047, 2112, '0', 'preview', '2023-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25048, 2027, '0', 'preview', '2023-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25049, 2051, '0', 'preview', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25050, 1913, '0', 'preview', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25051, 2135, '0', 'default', '2023-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25052, 2135, '0', 'preview', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25053, 2053, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25054, 1912, '0', 'preview', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25055, 1886, '0', 'preview', '2023-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25056, 2109, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25057, 1964, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25058, 2128, '0', 'default', '2023-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25059, 2126, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25060, 1952, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25061, 2127, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25062, 1950, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25063, 2106, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25064, 2118, '0', 'preview', '2023-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25065, 2123, '0', 'preview', '2023-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25066, 2067, '0', 'preview', '2023-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25067, 1935, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25068, 2112, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25069, 2125, '0', 'default', '2023-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25070, 2111, '0', 'preview', '2023-01-26', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25071, 2055, '0', 'default', '2023-01-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25072, 2055, '0', 'preview', '2023-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25073, 2117, '0', 'default', '2023-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25074, 2086, '0', 'preview', '2023-01-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25075, 2092, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25076, 2092, '0', 'preview', '2023-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25077, 2125, '0', 'default', '2023-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25078, 1937, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25079, 1935, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25080, 1930, '0', 'preview', '2023-01-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25081, 2113, '0', 'preview', '2023-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25082, 2016, '0', 'preview', '2023-01-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25083, 2133, '0', 'preview', '2023-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25084, 2109, '0', 'preview', '2023-01-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25085, 2141, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25086, 2095, '0', 'preview', '2023-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25087, 2097, '0', 'preview', '2023-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25088, 2095, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25089, 2121, '0', 'preview', '2023-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25090, 2089, '0', 'preview', '2023-01-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25091, 2110, '0', 'preview', '2023-01-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25092, 2106, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25093, 2027, '0', 'preview', '2023-01-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25094, 1964, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25095, 2051, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25096, 2126, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25097, 2086, '0', 'default', '2023-01-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25098, '2086\\\'[0]', '0', 'default', '2023-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25099, 1908, '0', 'default', '2023-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25100, 2053, '0', 'default', '2023-01-26', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25101, 2020, '0', 'preview', '2023-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25102, 2039, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25103, 2118, '0', 'default', '2023-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25104, 2112, '0', 'preview', '2023-01-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25105, 2106, '0', 'default', '2023-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25106, 1912, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25107, 2125, '0', 'preview', '2023-01-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25108, 2089, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25109, 2090, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25110, 2024, '0', 'preview', '2023-01-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25111, 2067, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25112, 2048, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25113, 2135, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25114, 2135, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25115, 2134, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25116, 2031, '0', 'preview', '2023-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25117, 2112, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25118, 2111, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25119, 2109, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25120, 2110, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25121, 2117, '0', 'preview', '2023-01-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25122, 1967, '0', 'preview', '2023-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25123, 2114, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25124, 2096, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25125, 2016, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25126, 2121, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25127, 1916, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25128, 1952, '0', 'preview', '2023-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25129, 2127, '0', 'preview', '2023-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25130, 2129, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25131, 2093, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25132, 2093, '0', 'preview', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25133, 2090, '0', 'default', '2023-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25134, 2135, '0', 'preview', '2023-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25135, 2134, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25136, 2125, '0', 'preview', '2023-01-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25137, 2113, '0', 'preview', '2023-01-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25138, 2086, '0', 'preview', '2023-01-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25139, 2111, '0', 'preview', '2023-01-27', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25140, 2027, '0', 'preview', '2023-01-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25141, 2016, '0', 'preview', '2023-01-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25142, 2110, '0', 'preview', '2023-01-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25143, 2055, '0', 'default', '2023-01-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25144, 2107, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25145, 2111, '0', 'default', '2023-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25146, 2112, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25147, 2121, '0', 'default', '2023-01-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25148, 2097, '0', 'preview', '2023-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25149, 2109, '0', 'preview', '2023-01-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25150, 2053, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25151, 2089, '0', 'default', '2023-01-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25152, 2112, '0', 'preview', '2023-01-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25153, 1911, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25154, 2145, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25155, 2146, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25156, 1930, '0', 'preview', '2023-01-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25157, 2015, '0', 'default', '2023-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25158, 2020, '0', 'preview', '2023-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25159, 2015, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25160, 2051, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25161, 2121, '0', 'preview', '2023-01-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25162, 1912, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25163, 2106, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25164, 2048, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25165, 1886, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25166, 2024, '0', 'preview', '2023-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25167, 2024, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25168, 2089, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25169, 2091, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25170, 2142, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25171, 2106, '0', 'default', '2023-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25172, 2055, '0', 'preview', '2023-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25173, 2117, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25174, 2135, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25175, 2039, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25176, 1912, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25177, 2039, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25178, 1935, '0', 'preview', '2023-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25179, 2117, '0', 'preview', '2023-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25180, 2090, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25181, 2067, '0', 'default', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25182, 2118, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25183, 2122, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25184, 2107, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25185, 2048, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25186, 2067, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25187, 1930, '0', 'default', '2023-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25188, 2093, '0', 'preview', '2023-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25189, 2109, '0', 'preview', '2023-01-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25190, 2089, '0', 'preview', '2023-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25191, 2121, '0', 'preview', '2023-01-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25192, 1930, '0', 'preview', '2023-01-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25193, 2117, '0', 'preview', '2023-01-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25194, 2054, '0', 'preview', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25195, 2020, '0', 'preview', '2023-01-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25196, 2111, '0', 'preview', '2023-01-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25197, 1967, '0', 'preview', '2023-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25198, 1930, '0', 'default', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25199, 2023, '0', 'preview', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25200, 2024, '0', 'preview', '2023-01-28', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25201, 2112, '0', 'default', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25202, 2016, '0', 'preview', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25203, 2027, '0', 'preview', '2023-01-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25204, 2112, '0', 'preview', '2023-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25205, 2067, '0', 'preview', '2023-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25206, 2067, '0', 'default', '2023-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25207, 2123, '0', 'preview', '2023-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25208, 2133, '0', 'preview', '2023-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25209, 2110, '0', 'preview', '2023-01-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25210, 2024, '0', 'default', '2023-01-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25211, 2107, '0', 'preview', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25212, 2125, '0', 'preview', '2023-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25213, 1913, '0', 'preview', '2023-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25214, 2088, '0', 'default', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25215, 2039, '0', 'preview', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25216, 2134, '0', 'default', '2023-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25217, 2134, '0', 'preview', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25218, 2089, '0', 'default', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25219, 2113, '0', 'preview', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25220, 2117, '0', 'default', '2023-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25221, 2086, '0', 'preview', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25222, 2119, '0', 'default', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25223, 2121, '0', 'default', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25224, 2110, '0', 'default', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25225, 2048, '0', 'default', '2023-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25226, 1952, '0', 'preview', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25227, 2090, '0', 'preview', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25228, 2121, '0', 'default', '2023-01-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25229, 2133, '0', 'preview', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25230, 2112, '0', 'default', '2023-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25231, 2110, '0', 'preview', '2023-01-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25232, 2109, '0', 'preview', '2023-01-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25233, 2111, '0', 'preview', '2023-01-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25234, 1930, '0', 'preview', '2023-01-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25235, 2027, '0', 'preview', '2023-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25236, 2112, '0', 'preview', '2023-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25237, 2020, '0', 'preview', '2023-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25238, 2117, '0', 'preview', '2023-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25239, 2023, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25240, 2086, '0', 'preview', '2023-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25241, 2098, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25242, 2089, '0', 'default', '2023-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25243, 1960, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25244, 2086, '0', 'default', '2023-01-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25245, 2090, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25246, 2092, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25247, 1935, '0', 'default', '2023-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25248, 2117, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25249, 2123, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25250, 2016, '0', 'preview', '2023-01-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25251, 2027, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25252, 2113, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25253, '2086\\\'[0]', '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25254, 2113, '0', 'preview', '2023-01-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25255, 2111, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25256, 2016, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25257, 2097, '0', 'preview', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25258, 2024, '0', 'preview', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25259, 1953, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25260, 2125, '0', 'preview', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25261, 2055, '0', 'default', '2023-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25262, 2089, '0', 'preview', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25263, 2106, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25264, 2028, '0', 'default', '2023-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25265, 2020, '0', 'preview', '2023-01-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25266, 2039, '0', 'preview', '2023-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25267, 2031, '0', 'preview', '2023-01-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25268, 2024, '0', 'preview', '2023-01-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25269, 2027, '0', 'preview', '2023-01-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25270, 1933, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25271, 2111, '0', 'preview', '2023-01-30', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25272, 2109, '0', 'preview', '2023-01-30', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25273, 2110, '0', 'preview', '2023-01-30', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25274, 2112, '0', 'preview', '2023-01-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25275, 2016, '0', 'preview', '2023-01-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25276, 2086, '0', 'preview', '2023-01-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25277, 2113, '0', 'preview', '2023-01-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25278, 2051, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25279, 2089, '0', 'default', '2023-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25280, 2133, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25281, 2129, '0', 'preview', '2023-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25282, 2089, '0', 'preview', '2023-01-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25283, 1917, '0', 'preview', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25284, 2053, '0', 'default', '2023-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25285, 2086, '0', 'default', '2023-01-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25286, 1930, '0', 'preview', '2023-01-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25287, 2122, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25288, 2020, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25289, 2097, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25290, 1915, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25291, '2086\\\'[0]', '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25292, 2125, '0', 'preview', '2023-01-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25293, 2134, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25294, 2095, '0', 'preview', '2023-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25295, 2090, '0', 'preview', '2023-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25296, 2117, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25297, 1967, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25298, 2055, '0', 'default', '2023-01-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25299, 2134, '0', 'preview', '2023-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25300, 2133, '0', 'preview', '2023-01-30', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25301, 2027, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25302, 1930, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25303, 1935, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25304, 2048, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25305, 2097, '0', 'preview', '2023-01-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25306, 2117, '0', 'preview', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25307, 2120, '0', 'preview', '2023-01-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25308, 1967, '0', 'preview', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25309, 2121, '0', 'preview', '2023-01-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25310, 2090, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25311, 2135, '0', 'preview', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25312, 2123, '0', 'preview', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25313, 2114, '0', 'preview', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25314, 2053, '0', 'preview', '2023-01-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25315, 2106, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25316, 1912, '0', 'preview', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25317, 2106, '0', 'preview', '2023-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25318, 1925, '0', 'preview', '2023-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25319, 2145, '0', 'preview', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25320, 2048, '0', 'preview', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25321, 2110, '0', 'default', '2023-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25322, 2055, '0', 'preview', '2023-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25323, 2089, '0', 'preview', '2023-01-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25324, 2121, '0', 'preview', '2023-01-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25325, 1930, '0', 'preview', '2023-01-31', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25326, 2027, '0', 'preview', '2023-01-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25327, 2111, '0', 'preview', '2023-01-31', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25328, 2110, '0', 'preview', '2023-01-31', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25329, 2122, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25330, 2125, '0', 'preview', '2023-01-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25331, 2109, '0', 'preview', '2023-01-31', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25332, 2118, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25333, 2099, '0', 'default', '2023-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25334, 2031, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25335, 2039, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25336, 2024, '0', 'preview', '2023-01-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25337, 2016, '0', 'preview', '2023-01-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25338, 2031, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25339, 2020, '0', 'preview', '2023-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25340, 2096, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25341, 2112, '0', 'preview', '2023-01-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25342, 2089, '0', 'default', '2023-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25343, 2097, '0', 'default', '2023-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25344, 2113, '0', 'preview', '2023-01-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25345, 2039, '0', 'preview', '2023-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25346, 2055, '0', 'default', '2023-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25347, 2121, '0', 'default', '2023-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25348, 2106, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25349, 1912, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25350, 1967, '0', 'default', '2023-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25351, 2129, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25352, 2099, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25353, 2114, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25354, 2114, '0', 'default', '2023-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25355, 2110, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25356, 2117, '0', 'preview', '2023-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25357, 2117, '0', 'default', '2023-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25358, 1908, '0', 'preview', '2023-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25359, 2093, '0', 'preview', '2023-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25360, 2107, '0', 'default', '2023-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25361, 2123, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25362, 2067, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25363, 2027, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25364, 2140, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25365, 2133, '0', 'preview', '2023-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25366, 1967, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25367, 1913, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25368, 2049, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25369, 2145, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25370, 2086, '0', 'preview', '2023-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25371, 2111, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25372, 2055, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25373, 2048, '0', 'preview', '2023-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25374, 2118, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25375, 1935, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25376, 2048, '0', 'default', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25377, 2090, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25378, 2092, '0', 'preview', '2023-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25379, 2027, '0', 'preview', '2023-02-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25380, 2016, '0', 'preview', '2023-02-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25381, 2113, '0', 'preview', '2023-02-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25382, 2146, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25383, 2024, '0', 'preview', '2023-02-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25384, 2089, '0', 'default', '2023-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25385, 2111, '0', 'preview', '2023-02-01', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25386, 2055, '0', 'default', '2023-02-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25387, 2110, '0', 'preview', '2023-02-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25388, 2109, '0', 'preview', '2023-02-01', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25389, 2121, '0', 'default', '2023-02-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25390, 2112, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25391, 2121, '0', 'preview', '2023-02-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25392, 2129, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25393, 2112, '0', 'preview', '2023-02-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25394, 2093, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25395, 2027, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25396, 2012, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25397, 2048, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25398, 2133, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25399, 1930, '0', 'preview', '2023-02-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25400, 2020, '0', 'preview', '2023-02-01', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25401, 2117, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25402, 2106, '0', 'default', '2023-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25403, 2117, '0', 'default', '2023-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25404, 2125, '0', 'preview', '2023-02-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25405, 2031, '0', 'preview', '2023-02-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25406, 2125, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25407, 1931, '0', 'default', '2023-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25408, 1930, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25409, 2111, '0', 'default', '2023-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25410, 2097, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25411, 1908, '0', 'preview', '2023-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25412, 1911, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25413, 2089, '0', 'preview', '2023-02-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25414, 1964, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25415, 1957, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25416, 1912, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25417, 2055, '0', 'preview', '2023-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25418, 2145, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25419, 2051, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25420, 2093, '0', 'preview', '2023-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25421, 1908, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25422, 1911, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25423, 1960, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25424, 2053, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25425, 2141, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25426, 2086, '0', 'preview', '2023-02-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25427, 1964, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25428, 1938, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25429, 1886, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25430, 1953, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25431, 2053, '0', 'preview', '2023-02-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25432, 2097, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25433, 2116, '0', 'default', '2023-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25434, 2096, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25435, 2099, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25436, 2039, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25437, 2110, '0', 'default', '2023-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25438, 2109, '0', 'default', '2023-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25439, 2133, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25440, 2090, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25441, 2092, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25442, 2135, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25443, 1952, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25444, 1886, '0', 'default', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25445, 2140, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25446, 2126, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25447, 1950, '0', 'preview', '2023-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25448, 2093, '0', 'preview', '2023-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25449, 2109, '0', 'preview', '2023-02-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25450, 2111, '0', 'preview', '2023-02-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25451, 2110, '0', 'preview', '2023-02-02', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25452, 2016, '0', 'preview', '2023-02-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25453, 2016, '0', 'preview', '2023-02-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25454, 2106, '0', 'default', '2023-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25455, 2121, '0', 'preview', '2023-02-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25456, 2112, '0', 'preview', '2023-02-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25457, 2055, '0', 'default', '2023-02-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25458, 2027, '0', 'preview', '2023-02-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25459, 2020, '0', 'preview', '2023-02-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25460, 2031, '0', 'preview', '2023-02-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25461, 2067, '0', 'preview', '2023-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25462, 2055, '0', 'preview', '2023-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25463, 1930, '0', 'preview', '2023-02-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25464, 2113, '0', 'preview', '2023-02-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25465, 2125, '0', 'preview', '2023-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25466, 2089, '0', 'default', '2023-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25467, 2117, '0', 'default', '2023-02-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25468, 2119, '0', 'default', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25469, 1957, '0', 'default', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25470, 2053, '0', 'default', '2023-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25471, 2089, '0', 'preview', '2023-02-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25472, 2121, '0', 'default', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25473, 2125, '0', 'default', '2023-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25474, 2110, '0', 'default', '2023-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25475, 2114, '0', 'default', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25476, 2114, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25477, 2116, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25478, 2133, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25479, 2097, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25480, 1967, '0', 'default', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25481, 2092, '0', 'preview', '2023-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25482, 2086, '0', 'preview', '2023-02-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25483, 2117, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25484, 1967, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25485, 1913, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25486, 1960, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25487, 2099, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25488, 2024, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25489, 2115, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25490, 2140, '0', 'preview', '2023-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25491, 2123, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25492, 2095, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25493, 1886, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25494, 2039, '0', 'preview', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25495, 1966, '0', 'default', '2023-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25496, 2110, '0', 'preview', '2023-02-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25497, 2111, '0', 'preview', '2023-02-03', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25498, 1930, '0', 'preview', '2023-02-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25499, 2055, '0', 'default', '2023-02-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25500, 2109, '0', 'preview', '2023-02-03', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25501, 2113, '0', 'preview', '2023-02-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25502, 2086, '0', 'preview', '2023-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25503, 2027, '0', 'preview', '2023-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25504, 2016, '0', 'preview', '2023-02-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25505, 2024, '0', 'preview', '2023-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25506, 2115, '0', 'default', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25507, 2020, '0', 'preview', '2023-02-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25508, 2031, '0', 'preview', '2023-02-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25509, 2097, '0', 'default', '2023-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25510, 2055, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25511, 2097, '0', 'preview', '2023-02-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25512, 2096, '0', 'default', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25513, 2020, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25514, 2116, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25515, 2095, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25516, 2098, '0', 'default', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25517, 2031, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25518, 2039, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25519, 2114, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25520, 2111, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25521, 2109, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25522, 2110, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25523, 2121, '0', 'default', '2023-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25524, 2118, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25525, 2122, '0', 'default', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25526, 2112, '0', 'default', '2023-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25527, 2067, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25528, 2048, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25529, 2125, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25530, 1886, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25531, 2089, '0', 'default', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25532, 2107, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25533, 2086, '0', 'default', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25534, 2089, '0', 'preview', '2023-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25535, 2096, '0', 'preview', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25536, 2116, '0', 'preview', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25537, 2095, '0', 'preview', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25538, 2098, '0', 'preview', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25539, 2115, '0', 'preview', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25540, 2099, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25541, 2094, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25542, 2039, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25543, 1964, '0', 'preview', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25544, 2016, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25545, 2117, '0', 'default', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25546, 2117, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25547, 1967, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25548, 1966, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25549, 2066, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25550, 2027, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25551, 2024, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25552, 2065, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25553, 2145, '0', 'default', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25554, 1938, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25555, 2146, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25556, 2147, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25557, 2066, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25558, 2133, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25559, 2112, '0', 'preview', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25560, 1918, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25561, 1957, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25562, 2125, '0', 'preview', '2023-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25563, 2015, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25564, 2093, '0', 'preview', '2023-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25565, 2133, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25566, 2049, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25567, 2121, '0', 'preview', '2023-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25568, 2087, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25569, 2145, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25570, 2090, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25571, 1931, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25572, 2106, '0', 'default', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25573, 2134, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25574, 2107, '0', 'preview', '2023-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25575, 2067, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25576, 2109, '0', 'preview', '2023-02-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25577, 2111, '0', 'preview', '2023-02-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25578, 2126, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25579, 1950, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25580, 2129, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25581, 2110, '0', 'preview', '2023-02-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25582, 2113, '0', 'default', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25583, 2111, '0', 'default', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25584, 2093, '0', 'default', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25585, 2117, '0', 'default', '2023-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25586, 2027, '0', 'preview', '2023-02-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25587, 2016, '0', 'preview', '2023-02-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25588, 1930, '0', 'preview', '2023-02-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25589, 2089, '0', 'default', '2023-02-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25590, 2089, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25591, 2024, '0', 'preview', '2023-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25592, 2023, '0', 'preview', '2023-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25593, 2015, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25594, 2116, '0', 'default', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25595, 2066, '0', 'preview', '2023-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25596, 1913, '0', 'default', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25597, 2121, '0', 'default', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25598, 2024, '0', 'default', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25599, 2086, '0', 'default', '2023-02-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25600, '2086\\\'[0]', '0', 'default', '2023-02-04', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25601, 2031, '0', 'preview', '2023-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25602, 2112, '0', 'preview', '2023-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25603, 2055, '0', 'default', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25604, 2118, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25605, 2055, '0', 'preview', '2023-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25606, 1912, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25607, 2099, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25608, 2020, '0', 'preview', '2023-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25609, 2065, '0', 'default', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25610, 2065, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25611, 2113, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25612, 1933, '0', 'preview', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25613, 2039, '0', 'default', '2023-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25614, 2109, '0', 'preview', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25615, 2093, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25616, 1930, '0', 'preview', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25617, 2121, '0', 'preview', '2023-02-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25618, 2118, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25619, 2067, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25620, 2113, '0', 'preview', '2023-02-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25621, 1911, '0', 'default', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25622, 2048, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25623, 2134, '0', 'preview', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25624, 2133, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25625, 2089, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25626, 1964, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25627, 2016, '0', 'preview', '2023-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25628, 1955, '0', 'default', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25629, 2111, '0', 'default', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25630, 2066, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25631, 2024, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25632, 2111, '0', 'preview', '2023-02-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25633, 2117, '0', 'default', '2023-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25634, 2089, '0', 'default', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25635, 1908, '0', 'default', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25636, 1938, '0', 'default', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25637, 2145, '0', 'default', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25638, 2118, '0', 'default', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25639, 2095, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25640, 2097, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25641, 1912, '0', 'default', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25642, 2121, '0', 'default', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25643, 1967, '0', 'preview', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25644, 2027, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25645, 2097, '0', 'default', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25646, 2117, '0', 'preview', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25647, 2110, '0', 'preview', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25648, 1964, '0', 'default', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25649, 2027, '0', 'default', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25650, 2016, '0', 'default', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25651, 2123, '0', 'default', '2023-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25652, 2112, '0', 'default', '2023-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25653, 2027, '0', 'preview', '2023-02-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25654, 2097, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25655, 2093, '0', 'preview', '2023-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25656, 1930, '0', 'preview', '2023-02-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25657, 1935, '0', 'preview', '2023-02-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25658, 2117, '0', 'default', '2023-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25659, 2110, '0', 'preview', '2023-02-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25660, 2121, '0', 'default', '2023-02-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25661, 1925, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25662, 1938, '0', 'preview', '2023-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25663, 2016, '0', 'preview', '2023-02-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25664, 2024, '0', 'preview', '2023-02-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25665, 2112, '0', 'preview', '2023-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25666, 2023, '0', 'preview', '2023-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25667, 2089, '0', 'preview', '2023-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25668, 1953, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25669, 2140, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25670, 2127, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25671, 2031, '0', 'preview', '2023-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25672, 2031, '0', 'default', '2023-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25673, 2097, '0', 'default', '2023-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25674, 2130, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25675, 2095, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25676, 2115, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25677, 2066, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25678, 2086, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25679, 2020, '0', 'preview', '2023-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25680, 2113, '0', 'preview', '2023-02-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25681, 2125, '0', 'default', '2023-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25682, 2111, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25683, 2109, '0', 'preview', '2023-02-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25684, 2054, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25685, 2086, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25686, 2111, '0', 'preview', '2023-02-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25687, 2125, '0', 'preview', '2023-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25688, 1960, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25689, 2090, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25690, 2121, '0', 'preview', '2023-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25691, 2055, '0', 'default', '2023-02-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25692, 2115, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25693, 2145, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25694, 2117, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25695, 2055, '0', 'preview', '2023-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25696, 2106, '0', 'default', '2023-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25697, 1930, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25698, 2133, '0', 'preview', '2023-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25699, 2048, '0', 'preview', '2023-02-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25700, 2134, '0', 'preview', '2023-02-06', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25701, 2089, '0', 'default', '2023-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25702, 2118, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25703, 2119, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25704, 2120, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25705, 1964, '0', 'preview', '2023-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25706, 2048, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25707, 2128, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25708, 2145, '0', 'preview', '2023-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25709, 2027, '0', 'default', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25710, 2051, '0', 'preview', '2023-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25711, 2109, '0', 'preview', '2023-02-07', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25712, 2111, '0', 'preview', '2023-02-07', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25713, 2121, '0', 'default', '2023-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25714, 2125, '0', 'preview', '2023-02-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25715, 1967, '0', 'preview', '2023-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25716, 2089, '0', 'preview', '2023-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25717, 2097, '0', 'preview', '2023-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25718, 2110, '0', 'preview', '2023-02-07', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25719, 1930, '0', 'preview', '2023-02-07', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25720, 1967, '0', 'default', '2023-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25721, 2089, '0', 'default', '2023-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25722, 2055, '0', 'preview', '2023-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25723, 2112, '0', 'preview', '2023-02-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25724, 2125, '0', 'default', '2023-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25725, 2048, '0', 'default', '2023-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25726, 1935, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25727, 2113, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25728, 2113, '0', 'preview', '2023-02-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25729, 2117, '0', 'default', '2023-02-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25730, 2110, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25731, 2111, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25732, 2134, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25733, 2112, '0', 'default', '2023-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25734, 2109, '0', 'default', '2023-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25735, 2016, '0', 'preview', '2023-02-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25736, 2016, '0', 'default', '2023-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25737, 2117, '0', 'preview', '2023-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25738, 2053, '0', 'default', '2023-02-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25739, 2066, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25740, 2020, '0', 'preview', '2023-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25741, 2067, '0', 'preview', '2023-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25742, 1964, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25743, 2027, '0', 'preview', '2023-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25744, 2055, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25745, 2031, '0', 'preview', '2023-02-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25746, 2048, '0', 'preview', '2023-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25747, 2099, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25748, 2024, '0', 'preview', '2023-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25749, 2146, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25750, 1966, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25751, 2147, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25752, 1886, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25753, 1964, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25754, 1960, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25755, 2121, '0', 'preview', '2023-02-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25756, 2092, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25757, 2099, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25758, 2039, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25759, 2031, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25760, 2095, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25761, 2145, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25762, 1938, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25763, 2118, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25764, 2053, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25765, 2106, '0', 'preview', '2023-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25766, 1930, '0', 'default', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25767, 2039, '0', 'preview', '2023-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25768, 2098, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25769, 1912, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25770, 2092, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25771, 2095, '0', 'preview', '2023-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25772, 1964, '0', 'preview', '2023-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25773, 2110, '0', 'preview', '2023-02-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25774, 2145, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25775, 2117, '0', 'preview', '2023-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25776, 2109, '0', 'preview', '2023-02-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25777, 2111, '0', 'preview', '2023-02-08', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25778, 2027, '0', 'preview', '2023-02-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25779, 2020, '0', 'preview', '2023-02-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25780, 2106, '0', 'preview', '2023-02-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25781, 2107, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25782, 2086, '0', 'default', '2023-02-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25783, 2039, '0', 'preview', '2023-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25784, 2031, '0', 'preview', '2023-02-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25785, 2121, '0', 'preview', '2023-02-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25786, 2097, '0', 'default', '2023-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25787, 2053, '0', 'default', '2023-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25788, 2094, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25789, 2096, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25790, 2089, '0', 'preview', '2023-02-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25791, 2098, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25792, 2121, '0', 'default', '2023-02-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25793, 2147, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25794, 2048, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25795, 2141, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25796, 2113, '0', 'preview', '2023-02-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25797, 1930, '0', 'preview', '2023-02-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25798, '2086\\\'[0]', '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25799, 2016, '0', 'preview', '2023-02-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25800, 2024, '0', 'preview', '2023-02-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25801, 2089, '0', 'default', '2023-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25802, 2130, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25803, 2092, '0', 'preview', '2023-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25804, 2097, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25805, 2095, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25806, 2114, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25807, 2125, '0', 'preview', '2023-02-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25808, 2141, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25809, 2093, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25810, 2090, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25811, 2133, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25812, 2117, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25813, 2133, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25814, 2091, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25815, 2092, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25816, 2095, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25817, 2055, '0', 'default', '2023-02-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25818, 2055, '0', 'preview', '2023-02-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25819, 2112, '0', 'preview', '2023-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25820, 2090, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25821, 2096, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25822, 1953, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25823, 1950, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25824, 2086, '0', 'preview', '2023-02-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25825, 2116, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25826, '2086\\\'[0]', '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25827, 1937, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25828, 1935, '0', 'default', '2023-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25829, 2067, '0', 'preview', '2023-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25830, 2111, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25831, 1964, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25832, 2051, '0', 'preview', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25833, 2113, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25834, 1912, '0', 'preview', '2023-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25835, 2135, '0', 'default', '2023-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25836, 2125, '0', 'preview', '2023-02-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25837, 2020, '0', 'preview', '2023-02-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25838, 1964, '0', 'preview', '2023-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25839, 2089, '0', 'preview', '2023-02-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25840, 2121, '0', 'preview', '2023-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25841, 2110, '0', 'preview', '2023-02-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25842, 1930, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25843, 2109, '0', 'preview', '2023-02-09', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25844, 1931, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25845, 2111, '0', 'preview', '2023-02-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25846, 2055, '0', 'default', '2023-02-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25847, 2112, '0', 'preview', '2023-02-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25848, 2090, '0', 'preview', '2023-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25849, 2016, '0', 'preview', '2023-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25850, 2113, '0', 'preview', '2023-02-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25851, 1930, '0', 'preview', '2023-02-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25852, 2031, '0', 'preview', '2023-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25853, 2096, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25854, 2024, '0', 'preview', '2023-02-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25855, 2117, '0', 'default', '2023-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25856, 2015, '0', 'preview', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25857, 1932, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25858, 1935, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25859, 2027, '0', 'preview', '2023-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25860, 2121, '0', 'default', '2023-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25861, 2110, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25862, 2086, '0', 'preview', '2023-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25863, 2141, '0', 'preview', '2023-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25864, 2141, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25865, 2112, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25866, 2106, '0', 'preview', '2023-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25867, 1912, '0', 'preview', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25868, 1935, '0', 'preview', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25869, 2107, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25870, 2107, '0', 'preview', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25871, 2122, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25872, 2095, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25873, 2109, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25874, 2118, '0', 'preview', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25875, 2099, '0', 'preview', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25876, 2097, '0', 'default', '2023-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25877, 2089, '0', 'default', '2023-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25878, 2012, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25879, 2095, '0', 'preview', '2023-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25880, 2097, '0', 'preview', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25881, 2106, '0', 'default', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25882, 2039, '0', 'preview', '2023-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25883, 2055, '0', 'default', '2023-02-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25884, 2020, '0', 'preview', '2023-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25885, 2016, '0', 'preview', '2023-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25886, 2027, '0', 'preview', '2023-02-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25887, 2024, '0', 'preview', '2023-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25888, 2111, '0', 'preview', '2023-02-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25889, 2106, '0', 'preview', '2023-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25890, 2110, '0', 'preview', '2023-02-10', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25891, 1913, '0', 'preview', '2023-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25892, 2132, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25893, 2093, '0', 'preview', '2023-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25894, 1930, '0', 'preview', '2023-02-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25895, 2089, '0', 'preview', '2023-02-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25896, 1912, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25897, 2049, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25898, 1886, '0', 'preview', '2023-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25899, 2112, '0', 'preview', '2023-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25900, 2048, '0', 'preview', '2023-02-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25901, 2107, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25902, 2121, '0', 'preview', '2023-02-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25903, 1953, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25904, 2129, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25905, 1957, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25906, 2109, '0', 'preview', '2023-02-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25907, 2086, '0', 'preview', '2023-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25908, 2117, '0', 'preview', '2023-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25909, 2066, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25910, 2031, '0', 'preview', '2023-02-10', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25911, 2053, '0', 'preview', '2023-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25912, 1957, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25913, 2089, '0', 'default', '2023-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25914, 2117, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25915, 2097, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25916, 2096, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25917, 1925, '0', 'preview', '2023-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25918, 1935, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25919, 2147, '0', 'default', '2023-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25920, 2113, '0', 'preview', '2023-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25921, 2111, '0', 'default', '2023-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25922, 2145, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25923, 2090, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25924, 2112, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25925, 2039, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25926, 2114, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25927, 1938, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25928, 2055, '0', 'preview', '2023-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25929, 2053, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25930, 2095, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25931, 2121, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25932, 2092, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25933, 1925, '0', 'default', '2023-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25934, 2118, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25935, 2093, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25936, 2067, '0', 'preview', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25937, 2066, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25938, 2097, '0', 'default', '2023-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25939, 2089, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25940, 2109, '0', 'preview', '2023-02-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25941, 2111, '0', 'preview', '2023-02-11', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25942, 2121, '0', 'preview', '2023-02-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25943, 2110, '0', 'default', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25944, 1967, '0', 'default', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25945, 1967, '0', 'preview', '2023-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25946, 2097, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25947, 2110, '0', 'preview', '2023-02-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25948, 2020, '0', 'preview', '2023-02-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25949, 2027, '0', 'preview', '2023-02-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25950, 2024, '0', 'preview', '2023-02-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25951, 2031, '0', 'preview', '2023-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25952, 2016, '0', 'preview', '2023-02-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25953, 2024, '0', 'default', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25954, 2117, '0', 'default', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25955, 1886, '0', 'preview', '2023-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25956, 2112, '0', 'preview', '2023-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25957, 1930, '0', 'preview', '2023-02-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25958, 2111, '0', 'default', '2023-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25959, 2099, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25960, 2066, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25961, 2089, '0', 'default', '2023-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25962, 2086, '0', 'default', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25963, 1912, '0', 'default', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25964, 2112, '0', 'default', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25965, 2125, '0', 'default', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25966, 2117, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25967, 2146, '0', 'default', '2023-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25968, 1925, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25969, 1935, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25970, 2093, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25971, 1950, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25972, 1953, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25973, 2109, '0', 'default', '2023-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25974, 1955, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25975, 2122, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25976, 2129, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25977, 2113, '0', 'preview', '2023-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25978, 2086, '0', 'preview', '2023-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25979, 2134, '0', 'preview', '2023-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25980, 2110, '0', 'preview', '2023-02-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25981, 2111, '0', 'preview', '2023-02-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25982, 1930, '0', 'preview', '2023-02-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25983, 1930, '0', 'default', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25984, 2020, '0', 'preview', '2023-02-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25985, 2031, '0', 'preview', '2023-02-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25986, 2112, '0', 'preview', '2023-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25987, 2016, '0', 'preview', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25988, 2053, '0', 'preview', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25989, 2055, '0', 'preview', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25990, 2125, '0', 'preview', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25991, 2125, '0', 'default', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25992, 2121, '0', 'default', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25993, 2117, '0', 'default', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25994, 2097, '0', 'default', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25995, 2066, '0', 'preview', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25996, 2140, '0', 'default', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25997, 2109, '0', 'preview', '2023-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25998, 2048, '0', 'default', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25999, 2089, '0', 'preview', '2023-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26000, 2067, '0', 'preview', '2023-02-12', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26001, 2112, '0', 'default', '2023-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26002, 2086, '0', 'preview', '2023-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26003, 2089, '0', 'preview', '2023-02-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26004, 2111, '0', 'preview', '2023-02-13', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26005, 1930, '0', 'preview', '2023-02-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26006, 2065, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26007, 2110, '0', 'preview', '2023-02-13', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26008, 2109, '0', 'preview', '2023-02-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26009, 1955, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26010, 2117, '0', 'default', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26011, 2093, '0', 'preview', '2023-02-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26012, 1950, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26013, 2089, '0', 'default', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26014, 2112, '0', 'preview', '2023-02-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26015, 2020, '0', 'preview', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26016, 2027, '0', 'preview', '2023-02-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26017, 2113, '0', 'default', '2023-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26018, 2055, '0', 'default', '2023-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26019, 2113, '0', 'preview', '2023-02-13', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26020, 1930, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26021, 2090, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26022, 2086, '0', 'default', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26023, 2125, '0', 'default', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26024, 2111, '0', 'default', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26025, 2130, '0', 'preview', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26026, 2121, '0', 'preview', '2023-02-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26027, 2117, '0', 'preview', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26028, 2095, '0', 'default', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26029, 2141, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26030, 2125, '0', 'preview', '2023-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26031, 2133, '0', 'preview', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26032, 1935, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26033, 2039, '0', 'preview', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26034, 2096, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26035, 2067, '0', 'preview', '2023-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26036, 2121, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26037, 2020, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26038, 2092, '0', 'preview', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26039, 2016, '0', 'preview', '2023-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26040, 2031, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26041, 2112, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26042, 2133, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26043, 2090, '0', 'preview', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26044, 2097, '0', 'preview', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26045, 1918, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26046, 2134, '0', 'preview', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26047, 2053, '0', 'default', '2023-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26048, 2054, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26049, 2031, '0', 'preview', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26050, 2024, '0', 'preview', '2023-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26051, 2053, '0', 'preview', '2023-02-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26052, 2116, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26053, 2116, '0', 'preview', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26054, 2097, '0', 'default', '2023-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26055, 2086, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26056, 2039, '0', 'preview', '2023-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26057, 2109, '0', 'preview', '2023-02-14', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26058, 2067, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26059, 2117, '0', 'preview', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26060, 1964, '0', 'preview', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26061, 1964, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26062, 2110, '0', 'preview', '2023-02-14', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26063, 2053, '0', 'preview', '2023-02-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26064, 2113, '0', 'preview', '2023-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26065, 2053, '0', 'default', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26066, 2048, '0', 'default', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26067, 2121, '0', 'default', '2023-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26068, 2111, '0', 'default', '2023-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26069, 2012, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26070, 2012, '0', 'preview', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26071, 2111, '0', 'preview', '2023-02-14', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26072, 2055, '0', 'default', '2023-02-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26073, 2134, '0', 'default', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26074, 2016, '0', 'preview', '2023-02-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26075, 2089, '0', 'preview', '2023-02-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26076, 2020, '0', 'preview', '2023-02-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26077, 2027, '0', 'preview', '2023-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26078, 2031, '0', 'preview', '2023-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26079, 1932, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26080, 2125, '0', 'preview', '2023-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26081, 2121, '0', 'preview', '2023-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26082, 2097, '0', 'preview', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26083, 2092, '0', 'preview', '2023-02-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26084, 2117, '0', 'default', '2023-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26085, 2090, '0', 'preview', '2023-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26086, 1930, '0', 'preview', '2023-02-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26087, 2112, '0', 'preview', '2023-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26088, 2089, '0', 'default', '2023-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26089, 2024, '0', 'preview', '2023-02-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26090, 2097, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26091, 2031, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26092, 2020, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26093, 2110, '0', 'default', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26094, 1914, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26095, 2125, '0', 'default', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26096, 2088, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26097, 1938, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26098, 2016, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26099, 2091, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26100, 2141, '0', 'preview', '2023-02-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26101, 2090, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26102, 1925, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26103, 2141, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26104, 2051, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26105, 2130, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26106, 2131, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26107, 2134, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26108, 2106, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26109, 2106, '0', 'preview', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26110, 1912, '0', 'default', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26111, 1957, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26112, 1950, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26113, 1955, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26114, 1953, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26115, 2112, '0', 'default', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26116, 2133, '0', 'preview', '2023-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26117, 2093, '0', 'preview', '2023-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26118, 2086, '0', 'preview', '2023-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26119, 2089, '0', 'default', '2023-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26120, 2095, '0', 'preview', '2023-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26121, 2121, '0', 'preview', '2023-02-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26122, 2053, '0', 'default', '2023-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26123, 2113, '0', 'preview', '2023-02-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26124, 2109, '0', 'preview', '2023-02-15', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26125, 2125, '0', 'preview', '2023-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26126, 2020, '0', 'preview', '2023-02-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26127, 2111, '0', 'preview', '2023-02-15', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26128, 2027, '0', 'preview', '2023-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26129, 1930, '0', 'preview', '2023-02-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26130, 2121, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26131, 2097, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26132, 2048, '0', 'preview', '2023-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26133, 1964, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26134, 2106, '0', 'preview', '2023-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26135, 2110, '0', 'preview', '2023-02-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26136, 2024, '0', 'preview', '2023-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26137, 2016, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26138, 2089, '0', 'preview', '2023-02-15', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26139, 2092, '0', 'preview', '2023-02-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26140, 2090, '0', 'preview', '2023-02-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26141, 2133, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26142, 2067, '0', 'preview', '2023-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26143, 2027, '0', 'default', '2023-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26144, 2020, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26145, 2120, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26146, 2112, '0', 'preview', '2023-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26147, 2123, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26148, 2051, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26149, 2129, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26150, 2145, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26151, 2096, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26152, 2106, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26153, 2117, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26154, 2031, '0', 'preview', '2023-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26155, 1912, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26156, 2093, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26157, 2055, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26158, 1925, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26159, 2112, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26160, 2095, '0', 'default', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26161, 2097, '0', 'preview', '2023-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26162, 2088, '0', 'preview', '2023-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26163, 2023, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26164, 1938, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26165, 2015, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26166, 1953, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26167, 2028, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26168, 1886, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26169, 2107, '0', 'preview', '2023-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26170, 2109, '0', 'preview', '2023-02-16', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26171, 2086, '0', 'preview', '2023-02-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26172, 2111, '0', 'preview', '2023-02-16', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26173, 1938, '0', 'preview', '2023-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26174, 2110, '0', 'preview', '2023-02-16', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26175, 2031, '0', 'preview', '2023-02-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26176, 2020, '0', 'preview', '2023-02-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26177, 1967, '0', 'preview', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26178, 2113, '0', 'preview', '2023-02-16', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26179, 1960, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26180, 1960, '0', 'preview', '2023-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26181, 2117, '0', 'preview', '2023-02-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26182, 2053, '0', 'preview', '2023-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26183, 2054, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26184, 2107, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26185, 2112, '0', 'preview', '2023-02-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26186, 2039, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26187, 2024, '0', 'preview', '2023-02-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26188, 2016, '0', 'preview', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26189, 1930, '0', 'preview', '2023-02-16', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26190, 2027, '0', 'preview', '2023-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26191, 2092, '0', 'preview', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26192, 1933, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26193, 2089, '0', 'preview', '2023-02-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26194, 2125, '0', 'default', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26195, 2123, '0', 'default', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26196, 1964, '0', 'default', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26197, 2134, '0', 'default', '2023-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26198, 2086, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26199, 2117, '0', 'default', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26200, 2114, '0', 'default', '2023-02-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26201, 2055, '0', 'default', '2023-02-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26202, 2067, '0', 'preview', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26203, 1925, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26204, 1935, '0', 'default', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26205, 2093, '0', 'preview', '2023-02-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26206, 2089, '0', 'default', '2023-02-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26207, 2116, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26208, 2097, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26209, 2125, '0', 'preview', '2023-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26210, 1932, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26211, 1932, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26212, 2121, '0', 'default', '2023-02-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26213, 2145, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26214, 2146, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26215, 2147, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26216, 2048, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26217, 2121, '0', 'preview', '2023-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26218, 2054, '0', 'default', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26219, 2092, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26220, 2133, '0', 'default', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26221, 2141, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26222, 2133, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26223, 1913, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26224, 1937, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26225, 2053, '0', 'default', '2023-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26226, 2106, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26227, 2097, '0', 'preview', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26228, 2055, '0', 'preview', '2023-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26229, 1931, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26230, 1952, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26231, 2106, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26232, 1912, '0', 'default', '2023-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26233, 1925, '0', 'preview', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26234, 2125, '0', 'preview', '2023-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26235, 2111, '0', 'default', '2023-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26236, 2110, '0', 'preview', '2023-02-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26237, 2109, '0', 'preview', '2023-02-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26238, 2111, '0', 'preview', '2023-02-17', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26239, 2141, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26240, 2121, '0', 'default', '2023-02-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26241, 1930, '0', 'preview', '2023-02-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26242, 2027, '0', 'preview', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26243, 2039, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26244, 2067, '0', 'preview', '2023-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26245, 1886, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26246, 2118, '0', 'default', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26247, 2093, '0', 'preview', '2023-02-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26248, 2113, '0', 'preview', '2023-02-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26249, 2016, '0', 'default', '2023-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26250, 2117, '0', 'default', '2023-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26251, 2016, '0', 'preview', '2023-02-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26252, 1967, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26253, 1957, '0', 'preview', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26254, 2106, '0', 'preview', '2023-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26255, 2089, '0', 'preview', '2023-02-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26256, 2151, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26257, 1953, '0', 'preview', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26258, 2145, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26259, 2020, '0', 'preview', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26260, 1964, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26261, 2113, '0', 'default', '2023-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26262, 2123, '0', 'default', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26263, 2049, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26264, 1935, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26265, 1937, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26266, 2024, '0', 'preview', '2023-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26267, 2093, '0', 'default', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26268, 1930, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26269, 2152, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26270, 1950, '0', 'preview', '2023-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26271, 2055, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26272, 1932, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26273, 1932, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26274, 2121, '0', 'preview', '2023-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26275, 2112, '0', 'preview', '2023-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26276, 2118, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26277, 2086, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26278, 2048, '0', 'default', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26279, 1938, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26280, 2031, '0', 'preview', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26281, 1966, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26282, 2054, '0', 'default', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26283, 2048, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26284, 1955, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26285, 2127, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26286, 1967, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26287, 2089, '0', 'default', '2023-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26288, 2086, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26289, 1935, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26290, 2053, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26291, 2092, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26292, 2090, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26293, 1925, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26294, 2109, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26295, 2110, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26296, 2024, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26297, 2027, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26298, 2112, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26299, 2125, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26300, 2106, '0', 'default', '2023-02-17', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26301, 2067, '0', 'default', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26302, 2020, '0', 'default', '2023-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26303, 1937, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26304, 2117, '0', 'preview', '2023-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26305, 1964, '0', 'default', '2023-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26306, 2086, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26307, 2016, '0', 'preview', '2023-02-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26308, 2027, '0', 'preview', '2023-02-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26309, 2024, '0', 'preview', '2023-02-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26310, 2117, '0', 'preview', '2023-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26311, 2090, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26312, 2107, '0', 'default', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26313, 2109, '0', 'preview', '2023-02-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26314, 2109, '0', 'preview', '2023-02-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26315, 1930, '0', 'preview', '2023-02-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26316, 2111, '0', 'preview', '2023-02-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26317, 2150, '0', 'default', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26318, 2110, '0', 'preview', '2023-02-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26319, 1886, '0', 'default', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26320, 1886, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26321, 2039, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26322, 2031, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26323, 2020, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26324, 2134, '0', 'default', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26325, 2049, '0', 'default', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26326, 2049, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26327, 2113, '0', 'preview', '2023-02-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26328, 2125, '0', 'preview', '2023-02-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26329, 2112, '0', 'preview', '2023-02-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26330, 2147, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26331, 2067, '0', 'default', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26332, 2067, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26333, 2121, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26334, 2123, '0', 'default', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26335, 1937, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26336, 1935, '0', 'preview', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26337, 2117, '0', 'default', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26338, 2016, '0', 'default', '2023-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26339, 2097, '0', 'preview', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26340, 2153, '0', 'preview', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26341, 2089, '0', 'preview', '2023-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26342, 2086, '0', 'preview', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26343, 2109, '0', 'preview', '2023-02-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26344, 1930, '0', 'preview', '2023-02-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26345, 2048, '0', 'preview', '2023-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26346, 2111, '0', 'preview', '2023-02-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26347, 2016, '0', 'preview', '2023-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26348, 2125, '0', 'preview', '2023-02-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26349, 2121, '0', 'default', '2023-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26350, 2112, '0', 'preview', '2023-02-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26351, 2113, '0', 'preview', '2023-02-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26352, 2110, '0', 'preview', '2023-02-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26353, 1925, '0', 'default', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26354, 2055, '0', 'preview', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26355, 1918, '0', 'preview', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26356, 2086, '0', 'default', '2023-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26357, 1967, '0', 'preview', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26358, 1967, '0', 'default', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26359, 2020, '0', 'preview', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26360, 2121, '0', 'preview', '2023-02-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26361, 2150, '0', 'preview', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26362, 2099, '0', 'default', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26363, 2087, '0', 'default', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26364, 2118, '0', 'default', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26365, 2092, '0', 'preview', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26366, 2117, '0', 'default', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26367, 1964, '0', 'default', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26368, 2141, '0', 'preview', '2023-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26369, 2123, '0', 'default', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26370, 2016, '0', 'default', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26371, 2089, '0', 'default', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26372, 2039, '0', 'preview', '2023-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26373, 2117, '0', 'preview', '2023-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26374, 2094, '0', 'default', '2023-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26375, 2093, '0', 'preview', '2023-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26376, 1930, '0', 'preview', '2023-02-20', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26377, 2111, '0', 'preview', '2023-02-20', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26378, 2086, '0', 'preview', '2023-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26379, 2113, '0', 'preview', '2023-02-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26380, 2145, '0', 'default', '2023-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26381, 2109, '0', 'preview', '2023-02-20', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26382, 2133, '0', 'preview', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26383, 2112, '0', 'preview', '2023-02-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26384, 2122, '0', 'default', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26385, 1918, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26386, 2048, '0', 'default', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26387, 2067, '0', 'default', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26388, 2020, '0', 'preview', '2023-02-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26389, 2023, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26390, 2023, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26391, 2147, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26392, 2135, '0', 'preview', '2023-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26393, 2122, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26394, 2110, '0', 'preview', '2023-02-20', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26395, 2088, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26396, 2106, '0', 'preview', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26397, 2121, '0', 'default', '2023-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26398, 2089, '0', 'default', '2023-02-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26399, 1950, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26400, 2089, '0', 'preview', '2023-02-20', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26401, 2121, '0', 'preview', '2023-02-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26402, 2031, '0', 'preview', '2023-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26403, 2055, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26404, 2117, '0', 'default', '2023-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26405, 2051, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26406, 2024, '0', 'preview', '2023-02-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26407, 1964, '0', 'preview', '2023-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26408, 2051, '0', 'preview', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26409, 2055, '0', 'default', '2023-02-20', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26410, 2118, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26411, 2123, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26412, 2016, '0', 'preview', '2023-02-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26413, 2027, '0', 'preview', '2023-02-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26414, 1953, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26415, 1924, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26416, 2016, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26417, 1964, '0', 'default', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26418, 1935, '0', 'preview', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26419, 2090, '0', 'preview', '2023-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26420, 2125, '0', 'preview', '2023-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26421, 2067, '0', 'preview', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26422, 2125, '0', 'default', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26423, 2093, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26424, 2106, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26425, 2086, '0', 'default', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26426, 2117, '0', 'preview', '2023-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26427, 2118, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26428, 2039, '0', 'preview', '2023-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26429, 2092, '0', 'preview', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26430, 2111, '0', 'default', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26431, 1913, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26432, 2053, '0', 'default', '2023-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26433, 2048, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26434, 2133, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26435, 1930, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26436, 2099, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26437, 2053, '0', 'preview', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26438, 2095, '0', 'default', '2023-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26439, 2027, '0', 'preview', '2023-02-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26440, 2110, '0', 'preview', '2023-02-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26441, 2121, '0', 'default', '2023-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26442, 2089, '0', 'preview', '2023-02-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26443, 2089, '0', 'default', '2023-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26444, 2111, '0', 'preview', '2023-02-21', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26445, 2111, '0', 'default', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26446, 2086, '0', 'preview', '2023-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26447, 2092, '0', 'preview', '2023-02-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26448, 2135, '0', 'preview', '2023-02-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26449, 2117, '0', 'preview', '2023-02-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26450, 2117, '0', 'default', '2023-02-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26451, 1967, '0', 'preview', '2023-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26452, 2020, '0', 'preview', '2023-02-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26453, 2130, '0', 'preview', '2023-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26454, 2090, '0', 'preview', '2023-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26455, 1925, '0', 'preview', '2023-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26456, 1930, '0', 'preview', '2023-02-21', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26457, 2067, '0', 'preview', '2023-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26458, 2109, '0', 'preview', '2023-02-21', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26459, 2112, '0', 'preview', '2023-02-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26460, 2125, '0', 'default', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26461, 1964, '0', 'preview', '2023-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26462, 2016, '0', 'preview', '2023-02-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26463, 2133, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26464, 2121, '0', 'preview', '2023-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26465, 1964, '0', 'default', '2023-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26466, 2123, '0', 'default', '2023-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26467, 2113, '0', 'preview', '2023-02-21', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26468, 2016, '0', 'default', '2023-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26469, 2054, '0', 'default', '2023-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26470, 2055, '0', 'default', '2023-02-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26471, 2112, '0', 'default', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26472, 2125, '0', 'preview', '2023-02-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26473, 2151, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26474, 1935, '0', 'preview', '2023-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26475, 2051, '0', 'default', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26476, 2055, '0', 'preview', '2023-02-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26477, 2095, '0', 'preview', '2023-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26478, 1930, '0', 'default', '2023-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26479, 2054, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26480, 2096, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26481, 2039, '0', 'preview', '2023-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26482, 2106, '0', 'default', '2023-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26483, 2031, '0', 'preview', '2023-02-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26484, 2048, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26485, 1886, '0', 'preview', '2023-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26486, 1960, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26487, 2024, '0', 'preview', '2023-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26488, 1967, '0', 'default', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26489, 2106, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26490, 2141, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26491, 1931, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26492, 1916, '0', 'default', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26493, 2020, '0', 'default', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26494, 2116, '0', 'default', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26495, 1957, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26496, 2097, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26497, 2109, '0', 'default', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26498, 2145, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26499, 1924, '0', 'preview', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26500, 1935, '0', 'default', '2023-02-21', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26501, 2086, '0', 'default', '2023-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26502, 2112, '0', 'preview', '2023-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26503, 2111, '0', 'preview', '2023-02-22', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26504, 2089, '0', 'preview', '2023-02-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26505, 2110, '0', 'preview', '2023-02-22', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26506, 2109, '0', 'preview', '2023-02-22', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26507, 2099, '0', 'preview', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26508, 2135, '0', 'preview', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26509, 2117, '0', 'preview', '2023-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26510, 1967, '0', 'preview', '2023-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26511, 2086, '0', 'preview', '2023-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26512, 2113, '0', 'preview', '2023-02-22', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26513, 2125, '0', 'preview', '2023-02-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26514, 2054, '0', 'preview', '2023-02-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26515, 2089, '0', 'default', '2023-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26516, 2016, '0', 'preview', '2023-02-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26517, 2133, '0', 'preview', '2023-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26518, 2090, '0', 'preview', '2023-02-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26519, 1964, '0', 'preview', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26520, 1964, '0', 'default', '2023-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26521, 2125, '0', 'default', '2023-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26522, 2154, '0', 'preview', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26523, 2097, '0', 'default', '2023-02-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26524, 2020, '0', 'preview', '2023-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26525, 2134, '0', 'preview', '2023-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26526, 1930, '0', 'preview', '2023-02-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26527, 2121, '0', 'default', '2023-02-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26528, 2067, '0', 'preview', '2023-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26529, 2093, '0', 'default', '2023-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26530, 2121, '0', 'preview', '2023-02-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26531, 2117, '0', 'default', '2023-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26532, 2123, '0', 'default', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26533, 2027, '0', 'preview', '2023-02-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26534, 2016, '0', 'default', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26535, 2146, '0', 'preview', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26536, 2147, '0', 'preview', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26537, 2116, '0', 'preview', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26538, 1938, '0', 'preview', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26539, 2055, '0', 'preview', '2023-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26540, 2053, '0', 'preview', '2023-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26541, 2055, '0', 'default', '2023-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26542, 2092, '0', 'preview', '2023-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26543, 2024, '0', 'preview', '2023-02-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26544, 2027, '0', 'default', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26545, 2053, '0', 'default', '2023-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26546, 2095, '0', 'default', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26547, 2099, '0', 'default', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26548, 2118, '0', 'default', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26549, 2031, '0', 'preview', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26550, 1930, '0', 'default', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26551, 2111, '0', 'default', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26552, 1933, '0', 'preview', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26553, 1933, '0', 'default', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26554, 2096, '0', 'default', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26555, 2090, '0', 'default', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26556, 2141, '0', 'preview', '2023-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26557, 2111, '0', 'preview', '2023-02-23', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26558, 2055, '0', 'default', '2023-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26559, 2024, '0', 'preview', '2023-02-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26560, 2027, '0', 'preview', '2023-02-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26561, 2086, '0', 'preview', '2023-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26562, 2113, '0', 'preview', '2023-02-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26563, 2016, '0', 'preview', '2023-02-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26564, 1950, '0', 'default', '2023-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26565, 2125, '0', 'preview', '2023-02-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26566, 2020, '0', 'preview', '2023-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26567, 2090, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26568, 2109, '0', 'preview', '2023-02-23', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26569, 2110, '0', 'preview', '2023-02-23', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26570, 2093, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26571, 1938, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26572, 1930, '0', 'preview', '2023-02-23', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26573, 2148, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26574, 2067, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26575, 1916, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26576, 2066, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26577, 2087, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26578, 2092, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26579, 2086, '0', 'default', '2023-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26580, 1950, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26581, 1960, '0', 'preview', '2023-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26582, 1935, '0', 'preview', '2023-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26583, 2089, '0', 'preview', '2023-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26584, 2145, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26585, 2123, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26586, 2117, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26587, 2112, '0', 'preview', '2023-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26588, 1960, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26589, 2089, '0', 'default', '2023-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26590, 2053, '0', 'default', '2023-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26591, 2054, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26592, 2097, '0', 'preview', '2023-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26593, 2121, '0', 'preview', '2023-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26594, 2130, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26595, 2133, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26596, 2106, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26597, 2106, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26598, 2093, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26599, 1925, '0', 'preview', '2023-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26600, 2118, '0', 'preview', '2023-02-23', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26601, 2055, '0', 'preview', '2023-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26602, 2119, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26603, 1886, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26604, 1964, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26605, 1925, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26606, 2016, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26607, 2135, '0', 'preview', '2023-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26608, 2121, '0', 'default', '2023-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26609, 2111, '0', 'default', '2023-02-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26610, 2117, '0', 'default', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26611, 1886, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26612, 2053, '0', 'preview', '2023-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26613, 2086, '0', 'preview', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26614, 2027, '0', 'preview', '2023-02-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26615, 2012, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26616, 1960, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26617, 2067, '0', 'preview', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26618, 2109, '0', 'preview', '2023-02-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26619, 2110, '0', 'preview', '2023-02-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26620, 2111, '0', 'preview', '2023-02-24', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26621, 2117, '0', 'preview', '2023-02-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26622, 2135, '0', 'preview', '2023-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26623, 2092, '0', 'preview', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26624, 2086, '0', 'default', '2023-02-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26625, '2086\\\'[0]', '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26626, 2113, '0', 'preview', '2023-02-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26627, 1930, '0', 'preview', '2023-02-24', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26628, 2133, '0', 'preview', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26629, 2090, '0', 'preview', '2023-02-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26630, 2028, '0', 'preview', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26631, 2128, '0', 'preview', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26632, 2015, '0', 'default', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26633, 2117, '0', 'default', '2023-02-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26634, 2121, '0', 'default', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26635, 2089, '0', 'default', '2023-02-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26636, 2123, '0', 'default', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26637, 1964, '0', 'default', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26638, 2016, '0', 'default', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26639, 2145, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26640, 2055, '0', 'default', '2023-02-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26641, 2053, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26642, 2121, '0', 'preview', '2023-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26643, 2024, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26644, 2089, '0', 'preview', '2023-02-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26645, 2141, '0', 'preview', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26646, 2131, '0', 'preview', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26647, 2031, '0', 'preview', '2023-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26648, 2020, '0', 'preview', '2023-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26649, 1953, '0', 'preview', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26650, 2112, '0', 'preview', '2023-02-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26651, 2097, '0', 'preview', '2023-02-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26652, 2039, '0', 'preview', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26653, 1967, '0', 'preview', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26654, 2106, '0', 'preview', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26655, 2141, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26656, 1912, '0', 'preview', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26657, 1966, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26658, 2125, '0', 'preview', '2023-02-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26659, 2024, '0', 'preview', '2023-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26660, 2106, '0', 'default', '2023-02-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26661, 2016, '0', 'preview', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26662, 1935, '0', 'preview', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26663, 2055, '0', 'preview', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26664, 1932, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26665, 1935, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26666, 1930, '0', 'default', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26667, 2133, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26668, 2095, '0', 'preview', '2023-02-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26669, 1912, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26670, 2096, '0', 'preview', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26671, 2125, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26672, 2128, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26673, 2129, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26674, 2142, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26675, 2116, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26676, 2097, '0', 'default', '2023-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26677, 2099, '0', 'preview', '2023-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26678, 2024, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26679, 2097, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26680, 2020, '0', 'preview', '2023-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26681, 2121, '0', 'preview', '2023-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26682, 2086, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26683, 2110, '0', 'preview', '2023-02-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26684, 2093, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26685, 2111, '0', 'preview', '2023-02-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26686, 2109, '0', 'preview', '2023-02-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26687, 2113, '0', 'preview', '2023-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26688, 2089, '0', 'default', '2023-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26689, 2089, '0', 'preview', '2023-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26690, 2112, '0', 'preview', '2023-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26691, 1966, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26692, 1966, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26693, 2031, '0', 'preview', '2023-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26694, 2016, '0', 'preview', '2023-02-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26695, 2090, '0', 'default', '2023-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26696, 2106, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26697, 1912, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26698, 2067, '0', 'preview', '2023-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26699, 1930, '0', 'preview', '2023-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26700, 2113, '0', 'default', '2023-02-25', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26701, 1930, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26702, 1937, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26703, 1935, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26704, 2134, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26705, 2134, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26706, 2125, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26707, 2121, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26708, 2097, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26709, 2016, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26710, 2117, '0', 'default', '2023-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26711, 1964, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26712, 2133, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26713, 2149, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26714, 2067, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26715, 2123, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26716, 2118, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26717, 1932, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26718, 2145, '0', 'preview', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26719, 2145, '0', 'default', '2023-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26720, 2065, '0', 'default', '2023-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26721, 1935, '0', 'preview', '2023-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26722, 2111, '0', 'preview', '2023-02-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26723, 2121, '0', 'preview', '2023-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26724, 2048, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26725, 2093, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26726, 2086, '0', 'preview', '2023-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26727, 2110, '0', 'preview', '2023-02-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26728, 1953, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26729, 2109, '0', 'preview', '2023-02-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26730, 2125, '0', 'preview', '2023-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26731, 2028, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26732, 2028, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26733, 2055, '0', 'default', '2023-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26734, 2112, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26735, 1930, '0', 'preview', '2023-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26736, 2113, '0', 'preview', '2023-02-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26737, 2121, '0', 'default', '2023-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26738, 2024, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26739, 2145, '0', 'preview', '2023-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26740, 2027, '0', 'preview', '2023-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26741, 2086, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26742, 2123, '0', 'default', '2023-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26743, 2089, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26744, 1886, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26745, 2067, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26746, 2048, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26747, 1914, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26748, 1917, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26749, 1915, '0', 'default', '2023-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26750, 1913, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26751, 2012, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26752, 1950, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26753, 1955, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26754, 2129, '0', 'default', '2023-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26755, 2126, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26756, 2128, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26757, 2142, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26758, 2127, '0', 'default', '2023-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26759, 1957, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26760, 2140, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26761, 1952, '0', 'default', '2023-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26762, 1964, '0', 'default', '2023-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26763, 2051, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26764, 2016, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26765, 2066, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26766, 2049, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26767, 2087, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26768, 2111, '0', 'default', '2023-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26769, 2097, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26770, 2016, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26771, 2031, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26772, 2115, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26773, 1938, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26774, 2020, '0', 'preview', '2023-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26775, 2053, '0', 'default', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26776, 2106, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26777, 2089, '0', 'preview', '2023-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26778, 1930, '0', 'preview', '2023-02-27', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26779, 1955, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26780, 2145, '0', 'default', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26781, 2111, '0', 'preview', '2023-02-27', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26782, 2020, '0', 'preview', '2023-02-27', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26783, 2113, '0', 'preview', '2023-02-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26784, 2125, '0', 'preview', '2023-02-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26785, 2016, '0', 'preview', '2023-02-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26786, 2146, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26787, 2024, '0', 'preview', '2023-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26788, 2121, '0', 'preview', '2023-02-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26789, 2109, '0', 'preview', '2023-02-27', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26790, 2031, '0', 'preview', '2023-02-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26791, 2107, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26792, 1931, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26793, 1935, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26794, 2110, '0', 'preview', '2023-02-27', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26795, 2049, '0', 'preview', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26796, 1918, '0', 'default', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26797, 2024, '0', 'default', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26798, 2117, '0', 'default', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26799, 2086, '0', 'preview', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26800, 2097, '0', 'default', '2023-02-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26801, 1964, '0', 'default', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26802, 1930, '0', 'default', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26803, 2123, '0', 'default', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26804, 2092, '0', 'preview', '2023-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26805, 2134, '0', 'preview', '2023-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26806, 2090, '0', 'preview', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26807, 2091, '0', 'preview', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26808, 2128, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26809, 2142, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26810, 2129, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26811, 2116, '0', 'preview', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26812, 2116, '0', 'default', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26813, 2055, '0', 'default', '2023-02-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26814, 2094, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26815, 2125, '0', 'default', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26816, 1950, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26817, 2053, '0', 'default', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26818, 2117, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26819, 2097, '0', 'preview', '2023-02-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26820, 2121, '0', 'default', '2023-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26821, 2145, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26822, 2089, '0', 'default', '2023-02-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26823, 2031, '0', 'default', '2023-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26824, 2039, '0', 'default', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26825, 2020, '0', 'default', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26826, 2112, '0', 'preview', '2023-02-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26827, 2027, '0', 'preview', '2023-02-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26828, 2089, '0', 'preview', '2023-02-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26829, 2096, '0', 'default', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26830, 2106, '0', 'default', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26831, 2110, '0', 'default', '2023-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26832, 2111, '0', 'default', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26833, 2109, '0', 'default', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26834, 2067, '0', 'default', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26835, 2095, '0', 'preview', '2023-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26836, 2048, '0', 'default', '2023-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26837, 2095, '0', 'default', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26838, 2039, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26839, 2067, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26840, 2115, '0', 'preview', '2023-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26841, 2135, '0', 'preview', '2023-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26842, 2109, '0', 'preview', '2023-02-28', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26843, 2024, '0', 'preview', '2023-02-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26844, 2093, '0', 'preview', '2023-02-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26845, 2016, '0', 'preview', '2023-02-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26846, 2015, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26847, 2112, '0', 'preview', '2023-02-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26848, 2133, '0', 'preview', '2023-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26849, 1930, '0', 'preview', '2023-02-28', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26850, 2113, '0', 'preview', '2023-02-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26851, 2054, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26852, 2121, '0', 'default', '2023-02-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26853, 2110, '0', 'preview', '2023-02-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26854, 2121, '0', 'preview', '2023-02-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26855, 2089, '0', 'preview', '2023-02-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26856, 2039, '0', 'preview', '2023-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26857, 2067, '0', 'preview', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26858, 2024, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26859, 2027, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26860, 2099, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26861, 2097, '0', 'default', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26862, 2110, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26863, 2111, '0', 'default', '2023-02-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26864, 2109, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26865, 2016, '0', 'default', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26866, 2141, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26867, 2134, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26868, 2090, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26869, 2092, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26870, 1957, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26871, 2107, '0', 'preview', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26872, 1964, '0', 'default', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26873, 2145, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26874, 1912, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26875, 2123, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26876, 1955, '0', 'preview', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26877, 1955, '0', 'default', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26878, 2111, '0', 'preview', '2023-02-28', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26879, 2111, '0', 'preview', '2023-02-28', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26880, 2020, '0', 'preview', '2023-02-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26881, 2031, '0', 'preview', '2023-02-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26882, 2125, '0', 'preview', '2023-02-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26883, 1916, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26884, 1916, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26885, 2106, '0', 'preview', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26886, 2053, '0', 'preview', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26887, 2086, '0', 'preview', '2023-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26888, 2118, '0', 'default', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26889, 2027, '0', 'preview', '2023-02-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26890, 1950, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26891, 1925, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26892, 2055, '0', 'preview', '2023-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26893, 2095, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26894, 1912, '0', 'default', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26895, 2053, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26896, 2117, '0', 'preview', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26897, 2099, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26898, 2089, '0', 'default', '2023-02-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26899, 1931, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26900, 1935, '0', 'preview', '2023-02-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26901, 1913, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26902, 2055, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26903, 2129, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26904, 2048, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26905, 2088, '0', 'preview', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26906, 1930, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26907, 2095, '0', 'default', '2023-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26908, 2020, '0', 'default', '2023-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26909, 2111, '0', 'preview', '2023-03-01', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26910, 2093, '0', 'preview', '2023-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26911, 2048, '0', 'default', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26912, 2121, '0', 'default', '2023-03-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26913, 2031, '0', 'preview', '2023-03-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26914, 2118, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26915, 2121, '0', 'preview', '2023-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26916, 2117, '0', 'preview', '2023-03-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26917, 2123, '0', 'preview', '2023-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26918, 2133, '0', 'preview', '2023-03-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26919, 2120, '0', 'default', '2023-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26920, 2089, '0', 'default', '2023-03-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26921, 2016, '0', 'default', '2023-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26922, 2109, '0', 'preview', '2023-03-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26923, 2024, '0', 'default', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26924, 2110, '0', 'preview', '2023-03-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26925, 2027, '0', 'default', '2023-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26926, 2089, '0', 'preview', '2023-03-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26927, 2090, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26928, 2092, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26929, 2135, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26930, 1967, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26931, 2024, '0', 'preview', '2023-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26932, 1930, '0', 'preview', '2023-03-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26933, 1931, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26934, 2051, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26935, 1964, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26936, 2016, '0', 'preview', '2023-03-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26937, 2125, '0', 'preview', '2023-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26938, 2055, '0', 'default', '2023-03-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26939, 2113, '0', 'preview', '2023-03-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26940, 1964, '0', 'default', '2023-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26941, 2123, '0', 'default', '2023-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26942, 2145, '0', 'default', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26943, 2086, '0', 'preview', '2023-03-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26944, 1930, '0', 'default', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26945, 2099, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26946, 2065, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26947, 2106, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26948, 2112, '0', 'preview', '2023-03-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26949, 1912, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26950, 2067, '0', 'preview', '2023-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26951, 2020, '0', 'preview', '2023-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26952, 2112, '0', 'default', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26953, 1935, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26954, 1937, '0', 'default', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26955, 2027, '0', 'preview', '2023-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26956, 2086, '0', 'default', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26957, 2106, '0', 'default', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26958, 1912, '0', 'default', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26959, 2031, '0', 'default', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26960, 2099, '0', 'default', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26961, 2055, '0', 'preview', '2023-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26962, 2110, '0', 'preview', '2023-03-02', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26963, 2031, '0', 'preview', '2023-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26964, 2125, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26965, 2109, '0', 'preview', '2023-03-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26966, 2016, '0', 'preview', '2023-03-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26967, 2027, '0', 'preview', '2023-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26968, 2024, '0', 'preview', '2023-03-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26969, 2028, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26970, 2113, '0', 'preview', '2023-03-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26971, 2112, '0', 'preview', '2023-03-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26972, 2111, '0', 'preview', '2023-03-02', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26973, 2097, '0', 'default', '2023-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26974, 2127, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26975, 2142, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26976, 2128, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26977, 2129, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26978, 2126, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26979, 2048, '0', 'preview', '2023-03-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26980, 2111, '0', 'default', '2023-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26981, 2089, '0', 'default', '2023-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26982, 1930, '0', 'preview', '2023-03-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26983, 2097, '0', 'preview', '2023-03-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26984, 1911, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26985, 2089, '0', 'preview', '2023-03-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26986, 2121, '0', 'preview', '2023-03-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26987, 2133, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26988, 2145, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26989, 2086, '0', 'preview', '2023-03-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26990, 2130, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26991, 2141, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26992, 2054, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26993, 2020, '0', 'preview', '2023-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26994, 2055, '0', 'default', '2023-03-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26995, 1917, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26996, 2140, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26997, 2121, '0', 'default', '2023-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26998, 2110, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26999, 2039, '0', 'preview', '2023-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27000, 1930, '0', 'default', '2023-03-02', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27001, 1964, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27002, 1931, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27003, 1932, '0', 'default', '2023-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27004, 2113, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27005, 2067, '0', 'preview', '2023-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27006, 2141, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27007, 2123, '0', 'default', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27008, 2126, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27009, 2129, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27010, 2114, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27011, 2145, '0', 'preview', '2023-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27012, 1938, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27013, 2146, '0', 'preview', '2023-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27014, 2123, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27015, 2107, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27016, 1960, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27017, 2106, '0', 'preview', '2023-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27018, 1912, '0', 'preview', '2023-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27019, 2055, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27020, 1950, '0', 'preview', '2023-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27021, 1955, '0', 'preview', '2023-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27022, 2128, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27023, 2117, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27024, 2053, '0', 'preview', '2023-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27025, 1952, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27026, 1957, '0', 'preview', '2023-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27027, 2020, '0', 'preview', '2023-03-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27028, 2117, '0', 'preview', '2023-03-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27029, 2096, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27030, 2121, '0', 'preview', '2023-03-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27031, 2111, '0', 'preview', '2023-03-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27032, 2109, '0', 'preview', '2023-03-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27033, 2089, '0', 'preview', '2023-03-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27034, 2110, '0', 'preview', '2023-03-03', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27035, 2110, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27036, 2112, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27037, 1950, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27038, 2128, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27039, 1950, '0', 'default', '2023-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27040, 2121, '0', 'default', '2023-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27041, 2129, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27042, 2129, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27043, 1930, '0', 'preview', '2023-03-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27044, 2055, '0', 'default', '2023-03-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27045, 2053, '0', 'default', '2023-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27046, 1917, '0', 'preview', '2023-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27047, 2049, '0', 'preview', '2023-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27048, 2051, '0', 'preview', '2023-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27049, 1964, '0', 'preview', '2023-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27050, 2065, '0', 'preview', '2023-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27051, 2066, '0', 'preview', '2023-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27052, 1966, '0', 'preview', '2023-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27053, 2016, '0', 'preview', '2023-03-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27054, 2097, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27055, 2093, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27056, 2039, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27057, 1964, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27058, 2112, '0', 'preview', '2023-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27059, 2093, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27060, 2024, '0', 'preview', '2023-03-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27061, 1967, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27062, 2135, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27063, 2141, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27064, 2092, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27065, 2125, '0', 'preview', '2023-03-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27066, 2031, '0', 'preview', '2023-03-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27067, 2089, '0', 'default', '2023-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27068, 2149, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27069, 2090, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27070, 2095, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27071, 2135, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27072, 2133, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27073, 2091, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27074, 2123, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27075, 2113, '0', 'preview', '2023-03-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27076, 2067, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27077, 2086, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27078, 2092, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27079, 1935, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27080, 1938, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27081, 2145, '0', 'default', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27082, 2055, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27083, 2027, '0', 'preview', '2023-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27084, 2141, '0', 'default', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27085, 2121, '0', 'default', '2023-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27086, 2109, '0', 'default', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27087, 2109, '0', 'preview', '2023-03-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27088, 2111, '0', 'preview', '2023-03-04', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27089, 2089, '0', 'default', '2023-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27090, 2121, '0', 'preview', '2023-03-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27091, 1913, '0', 'preview', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27092, 2089, '0', 'preview', '2023-03-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27093, 2110, '0', 'preview', '2023-03-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27094, 2086, '0', 'preview', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27095, 2095, '0', 'default', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27096, 2066, '0', 'preview', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27097, 2125, '0', 'preview', '2023-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27098, 2131, '0', 'default', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27099, 2016, '0', 'preview', '2023-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27100, 2054, '0', 'default', '2023-03-04', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27101, 2053, '0', 'preview', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27102, 2054, '0', 'preview', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27103, 2112, '0', 'preview', '2023-03-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27104, 2020, '0', 'preview', '2023-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27105, 2097, '0', 'preview', '2023-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27106, 2123, '0', 'default', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27107, 1930, '0', 'preview', '2023-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27108, 2024, '0', 'preview', '2023-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27109, 2027, '0', 'preview', '2023-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27110, 2086, '0', 'default', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27111, 2117, '0', 'preview', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27112, 2090, '0', 'preview', '2023-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27113, 2092, '0', 'preview', '2023-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27114, 2095, '0', 'preview', '2023-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27115, 2099, '0', 'preview', '2023-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27116, 2039, '0', 'preview', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27117, 1917, '0', 'preview', '2023-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27118, 2133, '0', 'preview', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27119, 2134, '0', 'preview', '2023-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27120, 2106, '0', 'default', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27121, 2099, '0', 'default', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27122, 2093, '0', 'preview', '2023-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27123, 2089, '0', 'default', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27124, 2112, '0', 'preview', '2023-03-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27125, 2020, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27126, 2089, '0', 'preview', '2023-03-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27127, 2118, '0', 'preview', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27128, 2111, '0', 'default', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27129, 2055, '0', 'preview', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27130, 2111, '0', 'preview', '2023-03-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27131, 2111, '0', 'preview', '2023-03-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27132, 2016, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27133, 2027, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27134, 2090, '0', 'preview', '2023-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27135, 2097, '0', 'preview', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27136, 2031, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27137, 2048, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27138, 2067, '0', 'preview', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27139, 2106, '0', 'preview', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27140, 2123, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27141, 1930, '0', 'preview', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27142, 2093, '0', 'preview', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27143, 1935, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27144, 2086, '0', 'default', '2023-03-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27145, '2086\\\'[0]', '0', 'default', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27146, 1938, '0', 'preview', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27147, 2110, '0', 'preview', '2023-03-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27148, 2024, '0', 'preview', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27149, 2031, '0', 'default', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27150, 2095, '0', 'preview', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27151, 2109, '0', 'preview', '2023-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27152, 2113, '0', 'preview', '2023-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27153, 1912, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27154, 2121, '0', 'preview', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27155, 2097, '0', 'default', '2023-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27156, 2020, '0', 'default', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27157, 2145, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27158, 2123, '0', 'default', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27159, 2095, '0', 'default', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27160, 2117, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27161, 1967, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27162, 2141, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27163, 2092, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27164, 2091, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27165, 2135, '0', 'preview', '2023-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27166, 1925, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27167, 2125, '0', 'preview', '2023-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27168, 2110, '0', 'preview', '2023-03-06', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27169, 2111, '0', 'preview', '2023-03-06', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27170, 2109, '0', 'preview', '2023-03-06', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27171, 2016, '0', 'preview', '2023-03-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27172, 2027, '0', 'preview', '2023-03-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27173, 2066, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27174, 1938, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27175, 2135, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27176, 2039, '0', 'preview', '2023-03-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27177, 2112, '0', 'preview', '2023-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27178, 2089, '0', 'preview', '2023-03-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27179, 1930, '0', 'preview', '2023-03-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27180, 2133, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27181, 2134, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27182, 2086, '0', 'preview', '2023-03-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27183, 2020, '0', 'preview', '2023-03-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27184, 2097, '0', 'default', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27185, 2031, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27186, 2020, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27187, 2039, '0', 'default', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27188, 2106, '0', 'preview', '2023-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27189, 2090, '0', 'default', '2023-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27190, 2092, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27191, 2127, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27192, 2117, '0', 'default', '2023-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27193, 2128, '0', 'default', '2023-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27194, 2142, '0', 'default', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27195, 1964, '0', 'default', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27196, 2125, '0', 'preview', '2023-03-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27197, 1960, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27198, 2129, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27199, 1957, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27200, 1950, '0', 'default', '2023-03-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27201, 2089, '0', 'default', '2023-03-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27202, 2106, '0', 'default', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27203, 1952, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27204, 2126, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27205, 2113, '0', 'preview', '2023-03-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27206, 2031, '0', 'preview', '2023-03-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27207, 2024, '0', 'preview', '2023-03-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27208, 2116, '0', 'preview', '2023-03-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27209, 2097, '0', 'preview', '2023-03-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27210, 2095, '0', 'default', '2023-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27211, 2095, '0', 'preview', '2023-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27212, 2099, '0', 'preview', '2023-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27213, 2130, '0', 'preview', '2023-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27214, 2092, '0', 'preview', '2023-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27215, 2065, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27216, 1964, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27217, 2121, '0', 'preview', '2023-03-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27218, 2093, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27219, 2111, '0', 'default', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27220, 1886, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27221, 2048, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27222, 2123, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27223, 2121, '0', 'default', '2023-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27224, 2090, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27225, 2091, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27226, 2096, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27227, 2117, '0', 'preview', '2023-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27228, 1967, '0', 'preview', '2023-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27229, 2125, '0', 'default', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27230, 2145, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27231, 2110, '0', 'default', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27232, 2099, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27233, 2133, '0', 'default', '2023-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27234, 2091, '0', 'default', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27235, 1925, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27236, 2055, '0', 'default', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27237, 2051, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27238, 1925, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27239, 2119, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27240, 2120, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27241, 2118, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27242, 2135, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27243, 2086, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27244, 2053, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27245, 2023, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27246, 1912, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27247, 2140, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27248, 2140, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27249, 1957, '0', 'preview', '2023-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27250, 1912, '0', 'default', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27251, 1950, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27252, 1953, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27253, 1955, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27254, 2129, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27255, 2128, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27256, 2142, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27257, 2126, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27258, 2127, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27259, 1952, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27260, 2051, '0', 'preview', '2023-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27261, 2110, '0', 'preview', '2023-03-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27262, 2134, '0', 'preview', '2023-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27263, 2116, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27264, 2117, '0', 'preview', '2023-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27265, 2111, '0', 'preview', '2023-03-07', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27266, 2109, '0', 'preview', '2023-03-07', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27267, 1930, '0', 'preview', '2023-03-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27268, 2024, '0', 'preview', '2023-03-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27269, 2027, '0', 'preview', '2023-03-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27270, 2121, '0', 'default', '2023-03-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27271, 2145, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27272, 2023, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27273, 2024, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27274, 2027, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27275, 2111, '0', 'default', '2023-03-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27276, 2095, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27277, 2109, '0', 'default', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27278, 2110, '0', 'default', '2023-03-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27279, 1953, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27280, 2020, '0', 'preview', '2023-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27281, 2023, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27282, 1950, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27283, 2067, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27284, 2125, '0', 'preview', '2023-03-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27285, 2134, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27286, 2135, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27287, 2120, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27288, 2123, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27289, 2089, '0', 'default', '2023-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27290, 2089, '0', 'preview', '2023-03-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27291, 2016, '0', 'preview', '2023-03-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27292, 2145, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27293, 2048, '0', 'default', '2023-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27294, 2129, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27295, 2142, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27296, 2126, '0', 'default', '2023-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27297, 2112, '0', 'preview', '2023-03-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27298, 2053, '0', 'default', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27299, 1886, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27300, 2121, '0', 'preview', '2023-03-07', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27301, 2067, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27302, 2097, '0', 'preview', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27303, 2147, '0', 'default', '2023-03-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27304, 2147, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27305, 2031, '0', 'preview', '2023-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27306, 2088, '0', 'preview', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27307, 2066, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27308, 2127, '0', 'preview', '2023-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27309, 1952, '0', 'preview', '2023-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27310, 1938, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27311, 2086, '0', 'preview', '2023-03-07', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27312, 2112, '0', 'default', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27313, 2113, '0', 'preview', '2023-03-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27314, 2053, '0', 'preview', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27315, 1931, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27316, 2051, '0', 'preview', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27317, 2055, '0', 'preview', '2023-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27318, 2055, '0', 'default', '2023-03-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27319, 2106, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27320, 2065, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27321, 2106, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27322, 2125, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27323, 1950, '0', 'preview', '2023-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27324, 1964, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27325, 2048, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27326, 2130, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27327, 2092, '0', 'preview', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27328, 2090, '0', 'preview', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27329, 1886, '0', 'preview', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27330, 1953, '0', 'preview', '2023-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27331, 2128, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27332, 2129, '0', 'preview', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27333, 2140, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27334, 2126, '0', 'preview', '2023-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27335, 2092, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27336, 1925, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27337, 2093, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27338, 2099, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27339, 2099, '0', 'preview', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27340, 2051, '0', 'default', '2023-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27341, 2110, '0', 'preview', '2023-03-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27342, 2109, '0', 'preview', '2023-03-08', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27343, 2111, '0', 'preview', '2023-03-08', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27344, 2141, '0', 'preview', '2023-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27345, 2089, '0', 'preview', '2023-03-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27346, 2109, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27347, 2145, '0', 'preview', '2023-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27348, 2110, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27349, 2121, '0', 'default', '2023-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27350, 2020, '0', 'preview', '2023-03-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27351, 2112, '0', 'preview', '2023-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27352, 2093, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27353, 2113, '0', 'preview', '2023-03-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27354, 2093, '0', 'preview', '2023-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27355, 2024, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27356, 2125, '0', 'preview', '2023-03-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27357, 2055, '0', 'preview', '2023-03-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27358, 2123, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27359, 2016, '0', 'preview', '2023-03-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27360, 2095, '0', 'default', '2023-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27361, 2024, '0', 'preview', '2023-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27362, 2134, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27363, 1930, '0', 'preview', '2023-03-08', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27364, 2121, '0', 'preview', '2023-03-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27365, 2097, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27366, 2089, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27367, 2086, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27368, 2067, '0', 'preview', '2023-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27369, 2031, '0', 'preview', '2023-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27370, 2086, '0', 'preview', '2023-03-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27371, 2117, '0', 'preview', '2023-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27372, 2117, '0', 'default', '2023-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27373, 2055, '0', 'default', '2023-03-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27374, 2133, '0', 'default', '2023-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27375, 1938, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27376, 2141, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27377, 1925, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27378, 1913, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27379, 2053, '0', 'default', '2023-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27380, 2053, '0', 'preview', '2023-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27381, 2146, '0', 'default', '2023-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27382, 1964, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27383, 1955, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27384, 1950, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27385, 1953, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27386, 2129, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27387, 2134, '0', 'default', '2023-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27388, 2090, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27389, 2020, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27390, 2091, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27391, 2092, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27392, 2098, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27393, 2095, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27394, 2039, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27395, 2133, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27396, 2090, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27397, 2092, '0', 'preview', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27398, 1967, '0', 'preview', '2023-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27399, 1932, '0', 'default', '2023-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27400, 2126, '0', 'default', '2023-03-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27401, 1967, '0', 'default', '2023-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27402, 2086, '0', 'preview', '2023-03-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27403, 2016, '0', 'default', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27404, 2109, '0', 'preview', '2023-03-09', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27405, 2123, '0', 'default', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27406, 1964, '0', 'default', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27407, 2113, '0', 'preview', '2023-03-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27408, 2112, '0', 'preview', '2023-03-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27409, 2110, '0', 'preview', '2023-03-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27410, 2111, '0', 'preview', '2023-03-09', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27411, 2093, '0', 'preview', '2023-03-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27412, 2125, '0', 'preview', '2023-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27413, 2031, '0', 'preview', '2023-03-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27414, 2024, '0', 'preview', '2023-03-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27415, 1930, '0', 'preview', '2023-03-09', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27416, 2121, '0', 'preview', '2023-03-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27417, 2055, '0', 'default', '2023-03-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27418, 2027, '0', 'preview', '2023-03-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27419, 2039, '0', 'preview', '2023-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27420, 2020, '0', 'preview', '2023-03-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27421, 2089, '0', 'preview', '2023-03-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27422, 2089, '0', 'default', '2023-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27423, 2110, '0', 'default', '2023-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27424, 2016, '0', 'preview', '2023-03-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27425, 1912, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27426, 2106, '0', 'preview', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27427, 2111, '0', 'default', '2023-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27428, 2097, '0', 'default', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27429, 2106, '0', 'default', '2023-03-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27430, 2112, '0', 'default', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27431, 2097, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27432, 2118, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27433, 2122, '0', 'preview', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27434, 2145, '0', 'default', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27435, 2145, '0', 'preview', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27436, 2117, '0', 'preview', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27437, 2055, '0', 'preview', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27438, 2140, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27439, 2141, '0', 'preview', '2023-03-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27440, 1938, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27441, 2091, '0', 'default', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27442, 2092, '0', 'default', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27443, 2135, '0', 'default', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27444, 2067, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27445, 2134, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27446, 1935, '0', 'preview', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27447, 1964, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27448, 2051, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27449, 2133, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27450, 2090, '0', 'preview', '2023-03-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27451, 2091, '0', 'preview', '2023-03-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27452, 2117, '0', 'default', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27453, 2092, '0', 'preview', '2023-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27454, 2134, '0', 'default', '2023-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27455, 2132, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27456, 2133, '0', 'default', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27457, 2121, '0', 'default', '2023-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27458, 2109, '0', 'default', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27459, 2024, '0', 'default', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27460, 2031, '0', 'default', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27461, 2096, '0', 'default', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27462, 2020, '0', 'default', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27463, 1952, '0', 'preview', '2023-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27464, 2111, '0', 'preview', '2023-03-10', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27465, 2110, '0', 'preview', '2023-03-10', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27466, 2089, '0', 'default', '2023-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27467, 2089, '0', 'preview', '2023-03-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27468, 2109, '0', 'preview', '2023-03-10', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27469, 2027, '0', 'preview', '2023-03-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27470, 2016, '0', 'preview', '2023-03-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27471, 2024, '0', 'preview', '2023-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27472, 2065, '0', 'preview', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27473, 2125, '0', 'preview', '2023-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27474, 2121, '0', 'preview', '2023-03-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27475, 2111, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27476, 2090, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27477, 2106, '0', 'default', '2023-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27478, 1930, '0', 'preview', '2023-03-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27479, 2123, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27480, 1964, '0', 'default', '2023-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27481, 2095, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27482, 2106, '0', 'preview', '2023-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27483, 2129, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27484, 2117, '0', 'default', '2023-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27485, 1955, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27486, 1950, '0', 'default', '2023-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27487, 2086, '0', 'preview', '2023-03-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27488, 2142, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27489, 2031, '0', 'preview', '2023-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27490, 2020, '0', 'preview', '2023-03-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27491, 2090, '0', 'preview', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27492, 2092, '0', 'preview', '2023-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27493, 2117, '0', 'preview', '2023-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27494, 2097, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27495, 2055, '0', 'default', '2023-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27496, 2097, '0', 'preview', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27497, 2110, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27498, 2114, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27499, 2114, '0', 'preview', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27500, 2099, '0', 'preview', '2023-03-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27501, 2048, '0', 'preview', '2023-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27502, 2135, '0', 'default', '2023-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27503, 2135, '0', 'preview', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27504, 2113, '0', 'preview', '2023-03-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27505, 2039, '0', 'preview', '2023-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27506, 1932, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27507, 1917, '0', 'preview', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27508, 1967, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27509, 1912, '0', 'preview', '2023-03-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27510, 1931, '0', 'preview', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27511, 2134, '0', 'preview', '2023-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27512, 1952, '0', 'preview', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27513, 2039, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27514, 2031, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27515, 2020, '0', 'default', '2023-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27516, 2089, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27517, 1964, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27518, 2016, '0', 'default', '2023-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27519, 2020, '0', 'default', '2023-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27520, 2031, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27521, 2039, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27522, 1930, '0', 'default', '2023-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27523, 2123, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27524, 2016, '0', 'preview', '2023-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27525, 2145, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27526, 2095, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27527, 2027, '0', 'preview', '2023-03-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27528, 2097, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27529, 2133, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27530, 2109, '0', 'preview', '2023-03-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27531, 2109, '0', 'preview', '2023-03-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27532, 2111, '0', 'preview', '2023-03-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27533, 2089, '0', 'preview', '2023-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27534, 2121, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27535, 2112, '0', 'preview', '2023-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27536, 2048, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27537, 1930, '0', 'preview', '2023-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27538, 2113, '0', 'preview', '2023-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27539, 2090, '0', 'preview', '2023-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27540, 2024, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27541, 1966, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27542, 2125, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27543, 1912, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27544, 2117, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27545, 1967, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27546, 2027, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27547, 2024, '0', 'preview', '2023-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27548, 2086, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27549, 2134, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27550, 2133, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27551, 2092, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27552, 2110, '0', 'preview', '2023-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27553, 2112, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27554, 1935, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27555, 1938, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27556, 2145, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27557, 2146, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27558, 2147, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27559, 2055, '0', 'default', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27560, 1952, '0', 'preview', '2023-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27561, 2111, '0', 'preview', '2023-03-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27562, 2031, '0', 'preview', '2023-03-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27563, 2089, '0', 'preview', '2023-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27564, 2121, '0', 'default', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27565, 2118, '0', 'preview', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27566, 2121, '0', 'preview', '2023-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27567, 1930, '0', 'preview', '2023-03-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27568, 2109, '0', 'preview', '2023-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27569, 2027, '0', 'preview', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27570, 2126, '0', 'default', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27571, 2023, '0', 'default', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27572, 2023, '0', 'preview', '2023-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27573, 2024, '0', 'default', '2023-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27574, 2024, '0', 'preview', '2023-03-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27575, 2051, '0', 'default', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27576, 1960, '0', 'preview', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27577, 2127, '0', 'preview', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27578, 2112, '0', 'preview', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27579, 1931, '0', 'default', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27580, 1933, '0', 'default', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27581, 2125, '0', 'preview', '2023-03-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27582, 2086, '0', 'preview', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27583, 2020, '0', 'preview', '2023-03-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27584, 2113, '0', 'preview', '2023-03-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27585, 2123, '0', 'default', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27586, 2110, '0', 'preview', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27587, 2016, '0', 'default', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27588, 1964, '0', 'default', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27589, 2095, '0', 'default', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27590, 1952, '0', 'preview', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27591, 2016, '0', 'preview', '2023-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27592, 2111, '0', 'preview', '2023-03-13', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27593, 2086, '0', 'preview', '2023-03-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27594, 2051, '0', 'default', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27595, 2110, '0', 'preview', '2023-03-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27596, 2125, '0', 'preview', '2023-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27597, 2020, '0', 'preview', '2023-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27598, 2024, '0', 'preview', '2023-03-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27599, 2116, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27600, 2121, '0', 'default', '2023-03-13', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27601, 1930, '0', 'preview', '2023-03-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27602, 1935, '0', 'preview', '2023-03-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27603, 2121, '0', 'preview', '2023-03-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27604, 2145, '0', 'preview', '2023-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27605, 2016, '0', 'preview', '2023-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27606, 2112, '0', 'preview', '2023-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27607, 2113, '0', 'preview', '2023-03-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27608, 2093, '0', 'preview', '2023-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27609, 2109, '0', 'preview', '2023-03-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27610, 1912, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27611, 2106, '0', 'preview', '2023-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27612, 1938, '0', 'preview', '2023-03-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27613, 1950, '0', 'preview', '2023-03-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27614, 2089, '0', 'preview', '2023-03-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27615, 2016, '0', 'default', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27616, 2095, '0', 'default', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27617, 1964, '0', 'default', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27618, 2089, '0', 'default', '2023-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27619, 2123, '0', 'default', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27620, 2106, '0', 'default', '2023-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27621, 2067, '0', 'default', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27622, 2055, '0', 'default', '2023-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27623, 2097, '0', 'preview', '2023-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27624, 2135, '0', 'preview', '2023-03-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27625, 2039, '0', 'preview', '2023-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27626, 2099, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27627, 2090, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27628, 1925, '0', 'preview', '2023-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27629, 2055, '0', 'preview', '2023-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27630, 2053, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27631, 2027, '0', 'preview', '2023-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27632, 2145, '0', 'default', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27633, 1930, '0', 'default', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27634, 2092, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27635, 2130, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27636, 1957, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27637, 1953, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27638, 2140, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27639, 2067, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27640, 1917, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27641, 2048, '0', 'default', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27642, 2111, '0', 'default', '2023-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27643, 2109, '0', 'default', '2023-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27644, 2110, '0', 'default', '2023-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27645, 2117, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27646, 1952, '0', 'preview', '2023-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27647, 2120, '0', 'preview', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27648, 2016, '0', 'preview', '2023-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27649, 2115, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27650, 2109, '0', 'preview', '2023-03-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27651, 2020, '0', 'preview', '2023-03-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27652, 2031, '0', 'preview', '2023-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27653, 2086, '0', 'default', '2023-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27654, 2113, '0', 'preview', '2023-03-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27655, 2133, '0', 'preview', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27656, 2089, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27657, 2091, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27658, 2039, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27659, 2099, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27660, 2121, '0', 'preview', '2023-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27661, 2110, '0', 'preview', '2023-03-14', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27662, 2020, '0', 'default', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27663, 2016, '0', 'default', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27664, 2089, '0', 'default', '2023-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27665, 2097, '0', 'preview', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27666, 2111, '0', 'default', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27667, 2027, '0', 'default', '2023-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27668, 2123, '0', 'default', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27669, 2095, '0', 'default', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27670, 1952, '0', 'preview', '2023-03-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27671, 1915, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27672, 2112, '0', 'preview', '2023-03-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27673, 2048, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27674, 2111, '0', 'preview', '2023-03-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27675, 2125, '0', 'default', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27676, 2121, '0', 'default', '2023-03-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27677, 2093, '0', 'default', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27678, 2125, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27679, 1938, '0', 'preview', '2023-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27680, 2123, '0', 'preview', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27681, 2027, '0', 'preview', '2023-03-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27682, 2110, '0', 'default', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27683, 2055, '0', 'default', '2023-03-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27684, 2055, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27685, 2053, '0', 'default', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27686, 1912, '0', 'preview', '2023-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27687, 2024, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27688, 2106, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27689, 1964, '0', 'default', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27690, 2117, '0', 'preview', '2023-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27691, 1967, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27692, 2093, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27693, 1950, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27694, 1930, '0', 'preview', '2023-03-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27695, 2117, '0', 'default', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27696, 2023, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27697, 2086, '0', 'preview', '2023-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27698, 1953, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27699, 2067, '0', 'preview', '2023-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27700, 1886, '0', 'preview', '2023-03-14', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27701, 2015, '0', 'preview', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27702, 2109, '0', 'default', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27703, 1935, '0', 'preview', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27704, 2024, '0', 'default', '2023-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27705, 2049, '0', 'default', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27706, 2087, '0', 'default', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27707, 2106, '0', 'default', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27708, 1912, '0', 'default', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27709, 1935, '0', 'default', '2023-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27710, 2089, '0', 'preview', '2023-03-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27711, 2113, '0', 'preview', '2023-03-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27712, 2092, '0', 'default', '2023-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27713, 1967, '0', 'default', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27714, 2093, '0', 'preview', '2023-03-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27715, 2031, '0', 'preview', '2023-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27716, 2123, '0', 'preview', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27717, 2121, '0', 'preview', '2023-03-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27718, 2051, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27719, 1964, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27720, 2135, '0', 'preview', '2023-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27721, 2086, '0', 'default', '2023-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27722, 2125, '0', 'preview', '2023-03-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27723, 2112, '0', 'preview', '2023-03-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27724, 2067, '0', 'preview', '2023-03-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27725, 2110, '0', 'preview', '2023-03-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27726, 2109, '0', 'preview', '2023-03-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27727, 2133, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27728, 2016, '0', 'preview', '2023-03-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27729, 2111, '0', 'preview', '2023-03-15', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27730, 2024, '0', 'preview', '2023-03-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27731, 2111, '0', 'default', '2023-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27732, 2027, '0', 'preview', '2023-03-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27733, 1964, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27734, 2089, '0', 'default', '2023-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27735, 2121, '0', 'default', '2023-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27736, 1952, '0', 'preview', '2023-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27737, 2109, '0', 'default', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27738, 2127, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27739, 2129, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27740, 2090, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27741, 2092, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27742, 2020, '0', 'preview', '2023-03-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27743, 2039, '0', 'preview', '2023-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27744, 2117, '0', 'preview', '2023-03-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27745, 1930, '0', 'preview', '2023-03-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27746, 1935, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27747, 2093, '0', 'default', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27748, 2048, '0', 'preview', '2023-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27749, 2116, '0', 'default', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27750, 2114, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27751, 2115, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27752, 2095, '0', 'default', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27753, 2049, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27754, 2097, '0', 'default', '2023-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27755, 2086, '0', 'preview', '2023-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27756, 2055, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27757, 2023, '0', 'preview', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27758, 1950, '0', 'preview', '2023-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27759, 1953, '0', 'preview', '2023-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27760, 1957, '0', 'preview', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27761, 1930, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27762, 1935, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27763, 1937, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27764, 2113, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27765, 2141, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27766, 2066, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27767, 1925, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27768, 2053, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27769, 2067, '0', 'default', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27770, 2053, '0', 'default', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27771, 2125, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27772, 2055, '0', 'default', '2023-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27773, 2090, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27774, 2091, '0', 'default', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27775, 2117, '0', 'default', '2023-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27776, 2106, '0', 'preview', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27777, 2140, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27778, 2097, '0', 'preview', '2023-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27779, 2020, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27780, 1967, '0', 'preview', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27781, 2107, '0', 'default', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27782, 2126, '0', 'preview', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27783, 2028, '0', 'preview', '2023-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27784, 1955, '0', 'preview', '2023-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27785, 2027, '0', 'preview', '2023-03-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27786, 2110, '0', 'preview', '2023-03-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27787, 2122, '0', 'default', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27788, 2099, '0', 'preview', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27789, 2109, '0', 'preview', '2023-03-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27790, 2111, '0', 'preview', '2023-03-16', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27791, 2016, '0', 'preview', '2023-03-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27792, 2024, '0', 'preview', '2023-03-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27793, 1930, '0', 'preview', '2023-03-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27794, 1950, '0', 'preview', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27795, 2086, '0', 'default', '2023-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27796, 2121, '0', 'preview', '2023-03-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27797, 2106, '0', 'preview', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27798, 2113, '0', 'preview', '2023-03-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27799, 2020, '0', 'preview', '2023-03-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27800, 2093, '0', 'preview', '2023-03-16', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27801, 2133, '0', 'preview', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27802, 2090, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27803, 2031, '0', 'preview', '2023-03-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27804, 2039, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27805, 2055, '0', 'default', '2023-03-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27806, 2089, '0', 'default', '2023-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27807, 2095, '0', 'default', '2023-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27808, 2093, '0', 'default', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27809, 2123, '0', 'default', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27810, 1964, '0', 'default', '2023-03-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27811, 2067, '0', 'default', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27812, 2051, '0', 'default', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27813, 2098, '0', 'default', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27814, 2096, '0', 'default', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27815, 2110, '0', 'default', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27816, 2089, '0', 'preview', '2023-03-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27817, 2112, '0', 'preview', '2023-03-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27818, 2121, '0', 'default', '2023-03-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27819, 1917, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27820, 2111, '0', 'default', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27821, 1966, '0', 'preview', '2023-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27822, 2048, '0', 'default', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27823, 2125, '0', 'preview', '2023-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27824, 2024, '0', 'default', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27825, 2066, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27826, 2065, '0', 'preview', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27827, 2067, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27828, 2028, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27829, 1953, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27830, 2049, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27831, 1955, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27832, 2051, '0', 'preview', '2023-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27833, 2117, '0', 'default', '2023-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27834, 1957, '0', 'preview', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27835, 1935, '0', 'preview', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27836, 2023, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27837, 2048, '0', 'preview', '2023-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27838, 2015, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27839, 2012, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27840, 2086, '0', 'preview', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27841, 2055, '0', 'preview', '2023-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27842, 1925, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27843, 2054, '0', 'default', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27844, 2054, '0', 'preview', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27845, 1952, '0', 'default', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27846, 1952, '0', 'preview', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27847, 2129, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27848, 2126, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27849, 1912, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27850, 1931, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27851, 1964, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27852, 1967, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27853, 2117, '0', 'preview', '2023-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27854, 1950, '0', 'default', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27855, 2145, '0', 'preview', '2023-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27856, 2111, '0', 'preview', '2023-03-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27857, 2141, '0', 'preview', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27858, 1930, '0', 'preview', '2023-03-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27859, 2016, '0', 'preview', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27860, 2110, '0', 'preview', '2023-03-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27861, 2109, '0', 'preview', '2023-03-17', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27862, 2112, '0', 'preview', '2023-03-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27863, 1938, '0', 'default', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27864, 2027, '0', 'preview', '2023-03-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27865, 2127, '0', 'default', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27866, 2135, '0', 'preview', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27867, 2111, '0', 'default', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27868, 2024, '0', 'preview', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27869, 2055, '0', 'default', '2023-03-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27870, 2121, '0', 'preview', '2023-03-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27871, 2113, '0', 'preview', '2023-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27872, 2145, '0', 'preview', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27873, 2121, '0', 'default', '2023-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27874, 1920, '0', 'default', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27875, 2117, '0', 'default', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27876, 2133, '0', 'preview', '2023-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27877, 2134, '0', 'preview', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27878, 2095, '0', 'default', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27879, 2125, '0', 'preview', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27880, 1930, '0', 'default', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27881, 2140, '0', 'preview', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27882, 2117, '0', 'preview', '2023-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27883, 2097, '0', 'preview', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27884, 2097, '0', 'default', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27885, 2089, '0', 'default', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27886, 1967, '0', 'default', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27887, 2086, '0', 'preview', '2023-03-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27888, 2020, '0', 'preview', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27889, 1886, '0', 'preview', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27890, 2089, '0', 'preview', '2023-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27891, 2031, '0', 'preview', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27892, 2053, '0', 'default', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27893, 1960, '0', 'preview', '2023-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27894, 2067, '0', 'preview', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27895, 2086, '0', 'default', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27896, 2125, '0', 'default', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27897, 2090, '0', 'preview', '2023-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27898, 2053, '0', 'preview', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27899, 2054, '0', 'preview', '2023-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27900, 2106, '0', 'preview', '2023-03-17', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27901, 1935, '0', 'default', '2023-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27902, 2113, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27903, 1937, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27904, 2054, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27905, 1913, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27906, 2111, '0', 'preview', '2023-03-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27907, 2092, '0', 'preview', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27908, 1886, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27909, 2113, '0', 'preview', '2023-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27910, 2067, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27911, 2093, '0', 'preview', '2023-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27912, 1930, '0', 'preview', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27913, 2027, '0', 'preview', '2023-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27914, 1911, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27915, 2110, '0', 'preview', '2023-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27916, 2024, '0', 'preview', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27917, 2016, '0', 'preview', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27918, 2020, '0', 'preview', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27919, 2053, '0', 'preview', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27920, 2109, '0', 'preview', '2023-03-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27921, 2106, '0', 'preview', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27922, 2112, '0', 'preview', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27923, 2089, '0', 'default', '2023-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27924, 2092, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27925, 2024, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27926, 2086, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27927, 2086, '0', 'preview', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27928, 2107, '0', 'default', '2023-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27929, 2048, '0', 'preview', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27930, 2093, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27931, 2110, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27932, 1930, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27933, 2121, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27934, 2095, '0', 'default', '2023-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27935, 2110, '0', 'preview', '2023-03-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27936, 2067, '0', 'preview', '2023-03-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27937, 2093, '0', 'preview', '2023-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27938, 2109, '0', 'preview', '2023-03-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27939, 1930, '0', 'preview', '2023-03-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27940, 2055, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27941, 1925, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27942, 2086, '0', 'preview', '2023-03-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27943, 2112, '0', 'preview', '2023-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27944, 2113, '0', 'preview', '2023-03-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27945, 2020, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27946, 1950, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27947, 2129, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27948, 2106, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27949, 1918, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27950, 2089, '0', 'preview', '2023-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27951, 2142, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27952, 2130, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27953, 2149, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27954, 2092, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27955, 2111, '0', 'preview', '2023-03-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27956, 2123, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27957, 2131, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27958, 2055, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27959, 2126, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27960, 2117, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27961, 2146, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27962, 2145, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27963, 2091, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27964, 2099, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27965, 2133, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27966, 2121, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27967, 2152, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27968, 2151, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27969, 2096, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27970, 2116, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27971, 2088, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27972, 2120, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27973, 2114, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27974, 2150, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27975, 1911, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27976, 2134, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27977, 2098, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27978, 2107, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27979, 2095, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27980, 2090, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27981, 2118, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27982, 2115, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27983, 2148, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27984, 2140, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27985, 2153, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27986, 2107, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27987, 2119, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27988, 2141, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27989, 2106, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27990, 2135, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27991, 2147, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27992, 2066, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27993, 2094, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27994, 2127, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27995, 2097, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27996, 2154, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27997, 2087, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27998, 2065, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27999, 1908, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28000, 2132, '0', 'preview', '2023-03-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28001, 2122, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28002, 2125, '0', 'preview', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28003, 1950, '0', 'preview', '2023-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28004, 1953, '0', 'preview', '2023-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28005, 1957, '0', 'preview', '2023-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28006, 2095, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28007, 2110, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28008, 2111, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28009, 2135, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28010, 2090, '0', 'default', '2023-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28011, 2109, '0', 'default', '2023-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28012, 2024, '0', 'default', '2023-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28013, 2016, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28014, 2027, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28015, 2130, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28016, 2135, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28017, 1925, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28018, 2145, '0', 'default', '2023-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28019, 1938, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28020, 2125, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28021, 2110, '0', 'preview', '2023-03-20', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28022, 2109, '0', 'preview', '2023-03-20', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28023, 2111, '0', 'preview', '2023-03-20', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28024, 1930, '0', 'preview', '2023-03-20', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28025, 2016, '0', 'preview', '2023-03-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28026, 2024, '0', 'preview', '2023-03-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28027, 2027, '0', 'preview', '2023-03-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28028, 2121, '0', 'preview', '2023-03-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28029, 2093, '0', 'preview', '2023-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28030, 2127, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28031, 2126, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28032, 2089, '0', 'preview', '2023-03-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28033, 2134, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28034, 2121, '0', 'default', '2023-03-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28035, 1931, '0', 'preview', '2023-03-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28036, 2106, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28037, 2113, '0', 'preview', '2023-03-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28038, 2095, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28039, 2020, '0', 'preview', '2023-03-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28040, 2112, '0', 'preview', '2023-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28041, 2097, '0', 'preview', '2023-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28042, 2031, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28043, 2118, '0', 'preview', '2023-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28044, 1886, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28045, 2055, '0', 'default', '2023-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28046, 2125, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28047, 2053, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28048, 2092, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28049, 2111, '0', 'default', '2023-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28050, 2097, '0', 'default', '2023-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28051, 2020, '0', 'default', '2023-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28052, 1960, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28053, 2054, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28054, 1935, '0', 'preview', '2023-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28055, 2089, '0', 'default', '2023-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28056, 2107, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28057, 2117, '0', 'preview', '2023-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28058, 2067, '0', 'preview', '2023-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28059, 2086, '0', 'default', '2023-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28060, 2098, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28061, 2031, '0', 'default', '2023-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28062, 2039, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28063, 2110, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28064, 1938, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28065, 2086, '0', 'preview', '2023-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28066, 2117, '0', 'default', '2023-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28067, 1967, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28068, 2067, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28069, 2039, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28070, 1930, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28071, 1912, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28072, 2106, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28073, 2133, '0', 'preview', '2023-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28074, 2091, '0', 'preview', '2023-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28075, 2093, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28076, 2135, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28077, 2048, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28078, 2055, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28079, 2134, '0', 'preview', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28080, 1935, '0', 'default', '2023-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28081, 1967, '0', 'default', '2023-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28082, 2109, '0', 'preview', '2023-03-21', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28083, 2110, '0', 'preview', '2023-03-21', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28084, 2111, '0', 'preview', '2023-03-21', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28085, 2121, '0', 'preview', '2023-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28086, 1967, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28087, 2027, '0', 'preview', '2023-03-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28088, 2110, '0', 'default', '2023-03-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28089, 2053, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28090, 2086, '0', 'default', '2023-03-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28091, 2112, '0', 'default', '2023-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28092, 2113, '0', 'preview', '2023-03-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28093, 2089, '0', 'preview', '2023-03-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28094, 2031, '0', 'preview', '2023-03-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28095, 2016, '0', 'preview', '2023-03-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28096, 2015, '0', 'preview', '2023-03-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28097, 2048, '0', 'preview', '2023-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28098, 2095, '0', 'default', '2023-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28099, 2121, '0', 'default', '2023-03-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28100, 1930, '0', 'preview', '2023-03-21', 13);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28101, 2112, '0', 'preview', '2023-03-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28102, 2125, '0', 'preview', '2023-03-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28103, 2039, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28104, 2067, '0', 'preview', '2023-03-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28105, 2086, '0', 'preview', '2023-03-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28106, 2020, '0', 'preview', '2023-03-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28107, 2093, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28108, 2129, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28109, 1960, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28110, 2128, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28111, 2127, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28112, 2053, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28113, 2126, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28114, 1952, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28115, 2140, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28116, 1957, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28117, 1953, '0', 'preview', '2023-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28118, 1950, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28119, 2134, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28120, 2089, '0', 'default', '2023-03-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28121, 2097, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28122, 1952, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28123, 2092, '0', 'preview', '2023-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28124, 1886, '0', 'preview', '2023-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28125, 2055, '0', 'default', '2023-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28126, 2117, '0', 'default', '2023-03-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28127, 2055, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28128, 2027, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28129, 2023, '0', 'preview', '2023-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28130, 2028, '0', 'preview', '2023-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28131, 2024, '0', 'preview', '2023-03-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28132, 1938, '0', 'preview', '2023-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28133, 2133, '0', 'preview', '2023-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28134, 2135, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28135, 2092, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28136, 2054, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28137, 2090, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28138, 2109, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28139, 2099, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28140, 2115, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28141, 2087, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28142, 2106, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28143, 2097, '0', 'preview', '2023-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28144, 2118, '0', 'preview', '2023-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28145, 2145, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28146, 1938, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28147, 2146, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28148, 2147, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28149, 2090, '0', 'preview', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28150, 1960, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28151, 2133, '0', 'default', '2023-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28152, 2126, '0', 'default', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28153, 2113, '0', 'preview', '2023-03-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28154, 2110, '0', 'preview', '2023-03-22', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28155, 2110, '0', 'preview', '2023-03-22', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28156, 2024, '0', 'preview', '2023-03-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28157, 2121, '0', 'preview', '2023-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28158, 2027, '0', 'preview', '2023-03-22', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28159, 2112, '0', 'preview', '2023-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28160, 2016, '0', 'preview', '2023-03-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28161, 2089, '0', 'default', '2023-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28162, 2107, '0', 'preview', '2023-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28163, 1930, '0', 'preview', '2023-03-22', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28164, 2109, '0', 'preview', '2023-03-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28165, 2125, '0', 'preview', '2023-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28166, 2093, '0', 'preview', '2023-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28167, 2031, '0', 'preview', '2023-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28168, 2121, '0', 'default', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28169, 2090, '0', 'default', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28170, 2031, '0', 'default', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28171, 1952, '0', 'default', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28172, 2111, '0', 'preview', '2023-03-22', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28173, 2089, '0', 'preview', '2023-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28174, 2054, '0', 'default', '2023-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28175, 1960, '0', 'default', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28176, 2086, '0', 'default', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28177, 2117, '0', 'preview', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28178, 2133, '0', 'preview', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28179, 2106, '0', 'preview', '2023-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28180, 1938, '0', 'preview', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28181, 2135, '0', 'preview', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28182, 1925, '0', 'preview', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28183, 2110, '0', 'default', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28184, 2109, '0', 'default', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28185, 2111, '0', 'default', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28186, 2106, '0', 'default', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28187, 2055, '0', 'default', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28188, 2016, '0', 'default', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28189, 2095, '0', 'default', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28190, 2086, '0', 'preview', '2023-03-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28191, 2020, '0', 'preview', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28192, 2067, '0', 'preview', '2023-03-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28193, 2053, '0', 'default', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28194, 2039, '0', 'preview', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28195, 2093, '0', 'default', '2023-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28196, 1886, '0', 'default', '2023-03-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28197, 2145, '0', 'default', '2023-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28198, 2095, '0', 'preview', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28199, 2097, '0', 'preview', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28200, 2099, '0', 'preview', '2023-03-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28201, 2122, '0', 'preview', '2023-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28202, 1933, '0', 'preview', '2023-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28203, 2112, '0', 'preview', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28204, 2055, '0', 'default', '2023-03-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28205, 2055, '0', 'preview', '2023-03-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28206, 2107, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28207, 2109, '0', 'preview', '2023-03-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28208, 2016, '0', 'preview', '2023-03-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28209, 2111, '0', 'preview', '2023-03-23', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28210, 2051, '0', 'default', '2023-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28211, 1964, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28212, 1964, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28213, 2089, '0', 'default', '2023-03-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28214, 2110, '0', 'preview', '2023-03-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28215, 1930, '0', 'preview', '2023-03-23', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28216, 2027, '0', 'preview', '2023-03-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28217, 2121, '0', 'preview', '2023-03-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28218, 2086, '0', 'preview', '2023-03-23', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28219, 2125, '0', 'preview', '2023-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28220, 2113, '0', 'preview', '2023-03-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28221, 2020, '0', 'preview', '2023-03-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28222, 2121, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28223, 2089, '0', 'preview', '2023-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28224, 2093, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28225, 2053, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28226, 2088, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28227, 2093, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28228, 2015, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28229, 1886, '0', 'preview', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28230, 2097, '0', 'default', '2023-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28231, 2116, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28232, 2091, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28233, 2097, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28234, 2125, '0', 'default', '2023-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28235, 1886, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28236, 2031, '0', 'preview', '2023-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28237, 1957, '0', 'default', '2023-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28238, 1952, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28239, 2127, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28240, 2145, '0', 'preview', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28241, 2095, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28242, 1938, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28243, 2086, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28244, 2090, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28245, 2092, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28246, 2134, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28247, 2135, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28248, 2117, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28249, 1933, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28250, 2113, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28251, 2111, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28252, 2109, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28253, 2110, '0', 'default', '2023-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28254, 2145, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28255, 1938, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28256, 2129, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28257, 2128, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28258, 2142, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28259, 2126, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28260, 2140, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28261, 1950, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28262, 1953, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28263, 1955, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28264, 2016, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28265, 2024, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28266, 2027, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28267, 2066, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28268, 2065, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28269, 1967, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28270, 2122, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28271, 2107, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28272, 2048, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28273, 2067, '0', 'default', '2023-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28274, 2130, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28275, 2131, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28276, 1920, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28277, 1924, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28278, 2039, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28279, 2106, '0', 'default', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28280, 2127, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28281, 2024, '0', 'preview', '2023-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28282, 2067, '0', 'preview', '2023-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28283, 2023, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28284, 2116, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28285, 2020, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28286, 2096, '0', 'default', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28287, 2048, '0', 'preview', '2023-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28288, 2031, '0', 'preview', '2023-03-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28289, 2097, '0', 'preview', '2023-03-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28290, 2113, '0', 'preview', '2023-03-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28291, 2110, '0', 'preview', '2023-03-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28292, 2111, '0', 'preview', '2023-03-24', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28293, 2109, '0', 'preview', '2023-03-24', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28294, 2133, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28295, 2145, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28296, 2145, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28297, 1938, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28298, 2024, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28299, 1917, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28300, 2089, '0', 'default', '2023-03-24', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28301, 2095, '0', 'default', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28302, 2016, '0', 'preview', '2023-03-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28303, 2089, '0', 'preview', '2023-03-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28304, 2055, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28305, 2093, '0', 'preview', '2023-03-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28306, 2121, '0', 'default', '2023-03-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28307, 2086, '0', 'preview', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28308, 2119, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28309, 2086, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28310, 2088, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28311, 2088, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28312, 2020, '0', 'preview', '2023-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28313, 1930, '0', 'preview', '2023-03-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28314, 2054, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28315, 2111, '0', 'default', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28316, 2090, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28317, 2096, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28318, 2121, '0', 'preview', '2023-03-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28319, 2109, '0', 'default', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28320, 2053, '0', 'preview', '2023-03-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28321, 2133, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28322, 1952, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28323, 1957, '0', 'preview', '2023-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28324, 1957, '0', 'default', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28325, 2125, '0', 'preview', '2023-03-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28326, 2117, '0', 'preview', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28327, 2055, '0', 'default', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28328, 2106, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28329, 1916, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28330, 2048, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28331, 1931, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28332, 2123, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28333, 2027, '0', 'preview', '2023-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28334, 2107, '0', 'preview', '2023-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28335, 2066, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28336, 2140, '0', 'preview', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28337, 1950, '0', 'preview', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28338, 2127, '0', 'preview', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28339, 2129, '0', 'preview', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28340, 2141, '0', 'preview', '2023-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28341, 2098, '0', 'preview', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28342, 1912, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28343, 1967, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28344, 1932, '0', 'default', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28345, 2093, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28346, 2112, '0', 'preview', '2023-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28347, 2067, '0', 'preview', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28348, 2095, '0', 'preview', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28349, 2039, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28350, 1964, '0', 'preview', '2023-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28351, 2112, '0', 'default', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28352, 2116, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28353, 2116, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28354, 2020, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28355, 2106, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28356, 1912, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28357, 1935, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28358, 2048, '0', 'preview', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28359, 2053, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28360, 1886, '0', 'preview', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28361, 2016, '0', 'default', '2023-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28362, 2024, '0', 'default', '2023-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28363, 2125, '0', 'preview', '2023-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28364, 2020, '0', 'preview', '2023-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28365, 2031, '0', 'preview', '2023-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28366, 2055, '0', 'default', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28367, 2098, '0', 'default', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28368, 2110, '0', 'preview', '2023-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28369, 2111, '0', 'preview', '2023-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28370, 2086, '0', 'preview', '2023-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28371, 2121, '0', 'preview', '2023-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28372, 2016, '0', 'preview', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28373, 2112, '0', 'preview', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28374, 2117, '0', 'default', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28375, 1930, '0', 'preview', '2023-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28376, 2039, '0', 'preview', '2023-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28377, 2093, '0', 'preview', '2023-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28378, 2048, '0', 'preview', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28379, 1953, '0', 'default', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28380, 2113, '0', 'preview', '2023-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28381, 2118, '0', 'preview', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28382, 2089, '0', 'preview', '2023-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28383, 2106, '0', 'preview', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28384, 2015, '0', 'preview', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28385, 2028, '0', 'default', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28386, 2121, '0', 'default', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28387, 2095, '0', 'default', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28388, 2027, '0', 'preview', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28389, 2067, '0', 'preview', '2023-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28390, 1931, '0', 'preview', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28391, 2109, '0', 'preview', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28392, 1952, '0', 'default', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28393, 2142, '0', 'preview', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28394, 1930, '0', 'default', '2023-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28395, 2118, '0', 'default', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28396, 2122, '0', 'default', '2023-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28397, 1925, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28398, 1925, '0', 'default', '2023-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28399, 2020, '0', 'default', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28400, 2112, '0', 'default', '2023-03-26', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28401, 2121, '0', 'default', '2023-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28402, 2089, '0', 'preview', '2023-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28403, 2111, '0', 'default', '2023-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28404, 2089, '0', 'default', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28405, 2095, '0', 'default', '2023-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28406, 2109, '0', 'preview', '2023-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28407, 2111, '0', 'preview', '2023-03-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28408, 2020, '0', 'preview', '2023-03-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28409, 2031, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28410, 2125, '0', 'preview', '2023-03-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28411, 2086, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28412, 2112, '0', 'preview', '2023-03-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28413, 2106, '0', 'default', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28414, 2067, '0', 'preview', '2023-03-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28415, 2024, '0', 'preview', '2023-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28416, 2129, '0', 'default', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28417, 2113, '0', 'preview', '2023-03-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28418, 2053, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28419, 2054, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28420, 2146, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28421, 1908, '0', 'default', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28422, 2132, '0', 'preview', '2023-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28423, 2142, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28424, 2110, '0', 'preview', '2023-03-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28425, 2027, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28426, 1930, '0', 'preview', '2023-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28427, 2016, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28428, 2118, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28429, 2145, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28430, 2121, '0', 'preview', '2023-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28431, 2055, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28432, 2117, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28433, 1967, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28434, 2048, '0', 'preview', '2023-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28435, 2020, '0', 'default', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28436, 2116, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28437, 2121, '0', 'default', '2023-03-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28438, 2097, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28439, 2111, '0', 'preview', '2023-03-27', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28440, 2109, '0', 'preview', '2023-03-27', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28441, 2110, '0', 'preview', '2023-03-27', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28442, 2089, '0', 'preview', '2023-03-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28443, 2086, '0', 'preview', '2023-03-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28444, 2031, '0', 'preview', '2023-03-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28445, 2125, '0', 'preview', '2023-03-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28446, 2048, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28447, 2093, '0', 'preview', '2023-03-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28448, 1935, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28449, 2027, '0', 'preview', '2023-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28450, 2016, '0', 'preview', '2023-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28451, 2113, '0', 'preview', '2023-03-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28452, 2117, '0', 'preview', '2023-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28453, 1967, '0', 'preview', '2023-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28454, 2112, '0', 'preview', '2023-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28455, 2097, '0', 'preview', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28456, 2095, '0', 'preview', '2023-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28457, 2016, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28458, 2121, '0', 'preview', '2023-03-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28459, 1930, '0', 'preview', '2023-03-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28460, 2020, '0', 'preview', '2023-03-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28461, 2089, '0', 'default', '2023-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28462, 1938, '0', 'default', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28463, 2093, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28464, 1930, '0', 'default', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28465, 2113, '0', 'default', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28466, 1935, '0', 'default', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28467, 2145, '0', 'default', '2023-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28468, 2039, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28469, 2145, '0', 'preview', '2023-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28470, 1938, '0', 'preview', '2023-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28471, 2146, '0', 'preview', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28472, 2147, '0', 'preview', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28473, 2092, '0', 'preview', '2023-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28474, 2117, '0', 'default', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28475, 2039, '0', 'preview', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28476, 2129, '0', 'preview', '2023-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28477, 2141, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28478, 2054, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28479, 2090, '0', 'preview', '2023-03-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28480, 2135, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28481, 2141, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28482, 1964, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28483, 2066, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28484, 2066, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28485, 1966, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28486, 2055, '0', 'default', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28487, 2096, '0', 'preview', '2023-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28488, 2142, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28489, 1953, '0', 'preview', '2023-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28490, 2114, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28491, 2125, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28492, 2110, '0', 'default', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28493, 2114, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28494, 2067, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28495, 2099, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28496, 2053, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28497, 1960, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28498, 1953, '0', 'default', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28499, 1950, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28500, 1955, '0', 'default', '2023-03-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28501, 2129, '0', 'default', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28502, 1886, '0', 'preview', '2023-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28503, 1950, '0', 'preview', '2023-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28504, 1955, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28505, 2128, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28506, 2127, '0', 'preview', '2023-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28507, 2109, '0', 'preview', '2023-03-28', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28508, 2020, '0', 'preview', '2023-03-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28509, 2125, '0', 'preview', '2023-03-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28510, 1930, '0', 'preview', '2023-03-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28511, 2089, '0', 'default', '2023-03-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28512, 2121, '0', 'preview', '2023-03-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28513, 2111, '0', 'preview', '2023-03-28', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28514, 2110, '0', 'preview', '2023-03-28', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28515, 2134, '0', 'preview', '2023-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28516, 2117, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28517, 2112, '0', 'preview', '2023-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28518, 2016, '0', 'preview', '2023-03-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28519, 2121, '0', 'default', '2023-03-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28520, 2127, '0', 'preview', '2023-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28521, 2096, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28522, 1967, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28523, 2093, '0', 'preview', '2023-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28524, 1955, '0', 'preview', '2023-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28525, 2128, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28526, 2086, '0', 'preview', '2023-03-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28527, 2113, '0', 'preview', '2023-03-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28528, 2134, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28529, 2055, '0', 'default', '2023-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28530, 2092, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28531, 2131, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28532, 2099, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28533, 2024, '0', 'preview', '2023-03-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28534, 2027, '0', 'preview', '2023-03-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28535, 2095, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28536, 2109, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28537, 2090, '0', 'preview', '2023-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28538, 2089, '0', 'preview', '2023-03-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28539, 1964, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28540, 1935, '0', 'preview', '2023-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28541, 2053, '0', 'default', '2023-03-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28542, 1886, '0', 'preview', '2023-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28543, 2053, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28544, 2031, '0', 'preview', '2023-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28545, 2097, '0', 'preview', '2023-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28546, 2093, '0', 'default', '2023-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28547, 2054, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28548, 2122, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28549, 2107, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28550, 2112, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28551, 1886, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28552, 2106, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28553, 1935, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28554, 2116, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28555, 2116, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28556, 2055, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28557, 1930, '0', 'default', '2023-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28558, 2107, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28559, 1952, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28560, 2016, '0', 'default', '2023-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28561, 2024, '0', 'default', '2023-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28562, 2125, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28563, 2092, '0', 'default', '2023-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28564, 2106, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28565, 2111, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28566, 2039, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28567, 2067, '0', 'preview', '2023-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28568, 2113, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28569, 1960, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28570, 2090, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28571, 1925, '0', 'default', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28572, 1950, '0', 'preview', '2023-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28573, 2086, '0', 'preview', '2023-03-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28574, 2111, '0', 'preview', '2023-03-29', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28575, 2113, '0', 'preview', '2023-03-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28576, 2106, '0', 'preview', '2023-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28577, 2112, '0', 'preview', '2023-03-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28578, 2110, '0', 'preview', '2023-03-29', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28579, 2121, '0', 'preview', '2023-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28580, 2093, '0', 'preview', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28581, 2039, '0', 'preview', '2023-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28582, 2109, '0', 'preview', '2023-03-29', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28583, 1930, '0', 'preview', '2023-03-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28584, 2097, '0', 'default', '2023-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28585, 2055, '0', 'default', '2023-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28586, 2053, '0', 'default', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28587, 2125, '0', 'preview', '2023-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28588, 2141, '0', 'preview', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28589, 2090, '0', 'preview', '2023-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28590, 2031, '0', 'preview', '2023-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28591, 2092, '0', 'preview', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28592, 2089, '0', 'preview', '2023-03-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28593, 2133, '0', 'preview', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28594, 2027, '0', 'preview', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28595, 2020, '0', 'preview', '2023-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28596, 2089, '0', 'default', '2023-03-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28597, 2067, '0', 'preview', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28598, 2121, '0', 'default', '2023-03-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28599, 2095, '0', 'default', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28600, 2031, '0', 'default', '2023-03-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28601, 2115, '0', 'default', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28602, 1886, '0', 'preview', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28603, 1957, '0', 'preview', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28604, 1952, '0', 'preview', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28605, 2048, '0', 'preview', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28606, 2055, '0', 'preview', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28607, 2128, '0', 'preview', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28608, 2067, '0', 'default', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28609, 2093, '0', 'default', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28610, 2016, '0', 'default', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28611, 2024, '0', 'default', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28612, 2122, '0', 'default', '2023-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28613, 2117, '0', 'preview', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28614, 2024, '0', 'preview', '2023-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28615, 2099, '0', 'default', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28616, 2039, '0', 'default', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28617, 2133, '0', 'default', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28618, 2107, '0', 'default', '2023-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28619, 2122, '0', 'preview', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28620, 2016, '0', 'preview', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28621, 2111, '0', 'default', '2023-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28622, 2053, '0', 'preview', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28623, 2113, '0', 'default', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28624, 2020, '0', 'default', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28625, 2096, '0', 'default', '2023-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28626, 2114, '0', 'default', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28627, 2110, '0', 'default', '2023-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28628, 2121, '0', 'preview', '2023-03-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28629, 2118, '0', 'default', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28630, 2119, '0', 'default', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28631, 2119, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28632, 2111, '0', 'preview', '2023-03-30', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28633, 2117, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28634, 1967, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28635, 1930, '0', 'preview', '2023-03-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28636, 2097, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28637, 2110, '0', 'default', '2023-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28638, 2112, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28639, 2135, '0', 'default', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28640, 2016, '0', 'default', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28641, 2020, '0', 'preview', '2023-03-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28642, 2110, '0', 'preview', '2023-03-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28643, 2031, '0', 'preview', '2023-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28644, 2113, '0', 'preview', '2023-03-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28645, 2027, '0', 'preview', '2023-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28646, 2016, '0', 'preview', '2023-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28647, 2055, '0', 'default', '2023-03-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28648, 2133, '0', 'default', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28649, 2055, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28650, 2109, '0', 'preview', '2023-03-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28651, 2121, '0', 'default', '2023-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28652, 2129, '0', 'preview', '2023-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28653, 2106, '0', 'default', '2023-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28654, 2089, '0', 'preview', '2023-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28655, 2118, '0', 'preview', '2023-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28656, 2086, '0', 'default', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28657, 2086, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28658, 2048, '0', 'preview', '2023-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28659, 2048, '0', 'default', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28660, 1938, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28661, 2116, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28662, 2106, '0', 'preview', '2023-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28663, 2091, '0', 'default', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28664, 2089, '0', 'default', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28665, 2109, '0', 'default', '2023-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28666, 2093, '0', 'preview', '2023-03-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28667, 2146, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28668, 2107, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28669, 1953, '0', 'preview', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28670, 2127, '0', 'default', '2023-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28671, 2128, '0', 'default', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28672, 2129, '0', 'default', '2023-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28673, 2117, '0', 'default', '2023-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28674, 2111, '0', 'default', '2023-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28675, 2024, '0', 'preview', '2023-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28676, 2125, '0', 'preview', '2023-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28677, 2125, '0', 'preview', '2023-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28678, 1930, '0', 'preview', '2023-03-31', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28679, 2020, '0', 'preview', '2023-03-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28680, 2111, '0', 'preview', '2023-03-31', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28681, 2053, '0', 'default', '2023-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28682, 2016, '0', 'default', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28683, 2086, '0', 'preview', '2023-03-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28684, 2086, '0', 'preview', '2023-03-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28685, 2110, '0', 'preview', '2023-03-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28686, 2109, '0', 'preview', '2023-03-31', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28687, 2048, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28688, 2121, '0', 'preview', '2023-03-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28689, 2024, '0', 'preview', '2023-03-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28690, 2024, '0', 'preview', '2023-03-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28691, 2067, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28692, 2067, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28693, 2112, '0', 'preview', '2023-03-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28694, 2039, '0', 'preview', '2023-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28695, 2110, '0', 'default', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28696, 1950, '0', 'default', '2023-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28697, 2134, '0', 'default', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28698, 2090, '0', 'default', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28699, 2140, '0', 'default', '2023-03-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28700, 2027, '0', 'preview', '2023-03-31', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28701, 2107, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28702, 2122, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28703, 2115, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28704, 2089, '0', 'default', '2023-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28705, 2109, '0', 'default', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28706, 2135, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28707, 2134, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28708, 2092, '0', 'preview', '2023-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28709, 2090, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28710, 2113, '0', 'preview', '2023-03-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28711, 2121, '0', 'default', '2023-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28712, 2053, '0', 'preview', '2023-03-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28713, 2111, '0', 'default', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28714, 2031, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28715, 2129, '0', 'default', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28716, 2106, '0', 'preview', '2023-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28717, 1912, '0', 'preview', '2023-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28718, 2125, '0', 'preview', '2023-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28719, 2117, '0', 'default', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28720, 1950, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28721, 1953, '0', 'preview', '2023-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28722, 2129, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28723, 2127, '0', 'preview', '2023-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28724, 1960, '0', 'default', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28725, 1912, '0', 'default', '2023-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28726, 1935, '0', 'default', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28727, 1930, '0', 'default', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28728, 1917, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28729, 2055, '0', 'default', '2023-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28730, 2128, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28731, 1952, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28732, 2091, '0', 'preview', '2023-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28733, 2106, '0', 'default', '2023-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28734, 1955, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28735, 1957, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28736, 2127, '0', 'preview', '2023-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28737, 2126, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28738, 2128, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28739, 2129, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28740, 2086, '0', 'preview', '2023-04-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28741, 2020, '0', 'default', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28742, 2110, '0', 'preview', '2023-04-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28743, 2031, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28744, 2031, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28745, 2020, '0', 'preview', '2023-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28746, 2089, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28747, 1930, '0', 'preview', '2023-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28748, 2109, '0', 'preview', '2023-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28749, 2111, '0', 'preview', '2023-04-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28750, 2121, '0', 'preview', '2023-04-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28751, 2142, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28752, 2095, '0', 'default', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28753, 2027, '0', 'preview', '2023-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28754, 2112, '0', 'default', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28755, 2097, '0', 'default', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28756, 2024, '0', 'preview', '2023-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28757, 2053, '0', 'default', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28758, 2086, '0', 'default', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28759, 2053, '0', 'preview', '2023-04-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28760, 2121, '0', 'default', '2023-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28761, 2117, '0', 'preview', '2023-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28762, 2016, '0', 'preview', '2023-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28763, 2113, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28764, 2130, '0', 'default', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28765, 2125, '0', 'preview', '2023-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28766, 2097, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28767, 2112, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28768, 1938, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28769, 2067, '0', 'preview', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28770, 2089, '0', 'default', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28771, 2117, '0', 'default', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28772, 2092, '0', 'default', '2023-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28773, 2135, '0', 'default', '2023-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28774, 2112, '0', 'preview', '2023-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28775, 2111, '0', 'preview', '2023-04-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28776, 2110, '0', 'default', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28777, 2110, '0', 'preview', '2023-04-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28778, 2109, '0', 'preview', '2023-04-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28779, 2112, '0', 'default', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28780, 2086, '0', 'preview', '2023-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28781, 2145, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28782, 2121, '0', 'preview', '2023-04-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28783, 2097, '0', 'preview', '2023-04-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28784, 2096, '0', 'preview', '2023-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28785, 2096, '0', 'default', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28786, 2020, '0', 'preview', '2023-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28787, 2031, '0', 'preview', '2023-04-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28788, 2024, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28789, 2089, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28790, 2117, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28791, 1950, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28792, 2092, '0', 'preview', '2023-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28793, 2141, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28794, 2090, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28795, 2133, '0', 'preview', '2023-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28796, 2091, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28797, 1964, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28798, 2051, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28799, 2093, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28800, 1931, '0', 'preview', '2023-04-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28801, 2113, '0', 'preview', '2023-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28802, 1930, '0', 'preview', '2023-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28803, 2067, '0', 'preview', '2023-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28804, 1886, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28805, 2055, '0', 'default', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28806, 2121, '0', 'default', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28807, 2111, '0', 'default', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28808, 2097, '0', 'default', '2023-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28809, 2016, '0', 'default', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28810, 2027, '0', 'default', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28811, 2020, '0', 'default', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28812, 2087, '0', 'preview', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28813, 2107, '0', 'default', '2023-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28814, 2122, '0', 'preview', '2023-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28815, 2053, '0', 'default', '2023-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28816, 1930, '0', 'preview', '2023-04-03', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28817, 2012, '0', 'default', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28818, 2111, '0', 'preview', '2023-04-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28819, 2051, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28820, 2048, '0', 'preview', '2023-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28821, 2086, '0', 'preview', '2023-04-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28822, 2121, '0', 'preview', '2023-04-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28823, 2112, '0', 'preview', '2023-04-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28824, 2110, '0', 'preview', '2023-04-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28825, 2121, '0', 'default', '2023-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28826, 2132, '0', 'default', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28827, 2152, '0', 'default', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28828, 2024, '0', 'preview', '2023-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28829, 2109, '0', 'preview', '2023-04-03', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28830, 2054, '0', 'default', '2023-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28831, 2113, '0', 'preview', '2023-04-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28832, 2086, '0', 'default', '2023-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28833, 2093, '0', 'preview', '2023-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28834, 2067, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28835, 2055, '0', 'preview', '2023-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28836, 2055, '0', 'default', '2023-04-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28837, 2111, '0', 'default', '2023-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28838, 2048, '0', 'default', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28839, 2097, '0', 'default', '2023-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28840, 1925, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28841, 2090, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28842, 2095, '0', 'preview', '2023-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28843, 2134, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28844, 1935, '0', 'preview', '2023-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28845, 1964, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28846, 2089, '0', 'preview', '2023-04-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28847, 2027, '0', 'preview', '2023-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28848, 2016, '0', 'preview', '2023-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28849, 2031, '0', 'default', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28850, 2020, '0', 'default', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28851, 2039, '0', 'default', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28852, 2039, '0', 'preview', '2023-04-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28853, 2145, '0', 'default', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28854, 2093, '0', 'default', '2023-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28855, 1935, '0', 'default', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28856, 1938, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28857, 2125, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28858, 2053, '0', 'preview', '2023-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28859, 2031, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28860, 2115, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28861, 1960, '0', 'preview', '2023-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28862, 1957, '0', 'default', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28863, 2125, '0', 'default', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28864, 2116, '0', 'preview', '2023-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28865, 2097, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28866, 2128, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28867, 2127, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28868, 1953, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28869, 2106, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28870, 1916, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28871, 1950, '0', 'preview', '2023-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28872, 2090, '0', 'default', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28873, 2093, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28874, 2121, '0', 'preview', '2023-04-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28875, 2109, '0', 'preview', '2023-04-04', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28876, 2089, '0', 'default', '2023-04-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28877, 2111, '0', 'preview', '2023-04-04', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28878, 2039, '0', 'default', '2023-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28879, 2141, '0', 'default', '2023-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28880, 2134, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28881, 2135, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28882, 2089, '0', 'preview', '2023-04-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28883, 1930, '0', 'preview', '2023-04-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28884, 1931, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28885, 2066, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28886, 2117, '0', 'preview', '2023-04-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28887, 2112, '0', 'preview', '2023-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28888, 1967, '0', 'preview', '2023-04-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28889, 1924, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28890, 2133, '0', 'preview', '2023-04-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28891, 2134, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28892, 2123, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28893, 2053, '0', 'preview', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28894, 2106, '0', 'preview', '2023-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28895, 2067, '0', 'preview', '2023-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28896, 2086, '0', 'preview', '2023-04-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28897, 2053, '0', 'default', '2023-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28898, 2097, '0', 'default', '2023-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28899, 2113, '0', 'preview', '2023-04-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28900, 2099, '0', 'default', '2023-04-04', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28901, 2095, '0', 'default', '2023-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28902, 2121, '0', 'default', '2023-04-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28903, 1938, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28904, 2066, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28905, 2122, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28906, 2048, '0', 'default', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28907, 2109, '0', 'default', '2023-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28908, 2048, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28909, 2110, '0', 'preview', '2023-04-04', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28910, 2107, '0', 'preview', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28911, 2020, '0', 'preview', '2023-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28912, 2031, '0', 'preview', '2023-04-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28913, 2093, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28914, 2125, '0', 'preview', '2023-04-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28915, 2092, '0', 'preview', '2023-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28916, 2158, '0', 'preview', '2023-04-04', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28917, 2020, '0', 'default', '2023-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28918, 2039, '0', 'preview', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28919, 2133, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28920, 2086, '0', 'default', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28921, 2116, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28922, 2097, '0', 'preview', '2023-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28923, 2090, '0', 'preview', '2023-04-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28924, 2067, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28925, 1964, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28926, 2051, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28927, 1964, '0', 'preview', '2023-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28928, 2055, '0', 'preview', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28929, 1917, '0', 'preview', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28930, 2016, '0', 'preview', '2023-04-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28931, 2027, '0', 'preview', '2023-04-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28932, 2024, '0', 'preview', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28933, 2055, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28934, 2111, '0', 'default', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28935, 2110, '0', 'default', '2023-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28936, 2023, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28937, 1953, '0', 'preview', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28938, 2095, '0', 'preview', '2023-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28939, 2024, '0', 'default', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28940, 2099, '0', 'preview', '2023-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28941, 1950, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28942, 2127, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28943, 1886, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28944, 1925, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28945, 2016, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28946, 2027, '0', 'default', '2023-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28947, 2096, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28948, 2098, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28949, 2031, '0', 'default', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28950, 2145, '0', 'preview', '2023-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28951, 2111, '0', 'preview', '2023-04-05', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28952, 2093, '0', 'default', '2023-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28953, 2109, '0', 'preview', '2023-04-05', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28954, 2024, '0', 'preview', '2023-04-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28955, 2113, '0', 'preview', '2023-04-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28956, 2016, '0', 'preview', '2023-04-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28957, 2125, '0', 'preview', '2023-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28958, 2121, '0', 'default', '2023-04-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28959, 2110, '0', 'preview', '2023-04-05', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28960, 2027, '0', 'preview', '2023-04-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28961, 2097, '0', 'default', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28962, 2093, '0', 'preview', '2023-04-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28963, 1930, '0', 'preview', '2023-04-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28964, 2031, '0', 'preview', '2023-04-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28965, 2020, '0', 'preview', '2023-04-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28966, 2112, '0', 'preview', '2023-04-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28967, 2086, '0', 'preview', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28968, 2089, '0', 'default', '2023-04-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28969, 2116, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28970, 2053, '0', 'preview', '2023-04-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28971, 2111, '0', 'default', '2023-04-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28972, 2140, '0', 'preview', '2023-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28973, 2128, '0', 'preview', '2023-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28974, 2126, '0', 'preview', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28975, 2127, '0', 'preview', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28976, 2121, '0', 'preview', '2023-04-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28977, 2089, '0', 'preview', '2023-04-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28978, 1952, '0', 'preview', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28979, 2066, '0', 'preview', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28980, 1913, '0', 'preview', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28981, 1960, '0', 'preview', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28982, 2023, '0', 'preview', '2023-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28983, 2117, '0', 'preview', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28984, 2106, '0', 'default', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28985, 2118, '0', 'default', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28986, 2109, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28987, 2110, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28988, 1930, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28989, 1935, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28990, 1937, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28991, 2113, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28992, 1935, '0', 'preview', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28993, 1957, '0', 'preview', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28994, 2125, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28995, 2053, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28996, 2055, '0', 'default', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28997, 1950, '0', 'default', '2023-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28998, 2055, '0', 'preview', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28999, 2140, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29000, 2097, '0', 'preview', '2023-04-05', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29001, 2107, '0', 'preview', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29002, 2028, '0', 'preview', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29003, 2015, '0', 'preview', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29004, 1886, '0', 'preview', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29005, 1938, '0', 'preview', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29006, 1953, '0', 'preview', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29007, 2067, '0', 'preview', '2023-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29008, 2117, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29009, 1967, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29010, 2145, '0', 'default', '2023-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29011, 2016, '0', 'preview', '2023-04-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29012, 2086, '0', 'preview', '2023-04-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29013, 2110, '0', 'preview', '2023-04-06', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29014, 2125, '0', 'preview', '2023-04-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29015, 2097, '0', 'preview', '2023-04-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29016, 2111, '0', 'preview', '2023-04-06', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29017, 2020, '0', 'preview', '2023-04-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29018, 2031, '0', 'preview', '2023-04-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29019, 2053, '0', 'default', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29020, 2109, '0', 'preview', '2023-04-06', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29021, 2089, '0', 'preview', '2023-04-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29022, 2107, '0', 'preview', '2023-04-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29023, 2121, '0', 'default', '2023-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29024, 2113, '0', 'preview', '2023-04-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29025, 2039, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29026, 2027, '0', 'preview', '2023-04-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29027, 2024, '0', 'preview', '2023-04-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29028, 2122, '0', 'preview', '2023-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29029, 2118, '0', 'preview', '2023-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29030, 2117, '0', 'preview', '2023-04-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29031, 2092, '0', 'preview', '2023-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29032, 2055, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29033, 2106, '0', 'preview', '2023-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29034, 2106, '0', 'default', '2023-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29035, 2121, '0', 'preview', '2023-04-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29036, 2107, '0', 'default', '2023-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29037, 1930, '0', 'preview', '2023-04-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29038, 1935, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29039, 1935, '0', 'default', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29040, 2093, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29041, 2089, '0', 'default', '2023-04-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29042, 1967, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29043, 2090, '0', 'preview', '2023-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29044, 2067, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29045, 1966, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29046, 2099, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29047, 2112, '0', 'preview', '2023-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29048, 2027, '0', 'default', '2023-04-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29049, 2016, '0', 'default', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29050, 2024, '0', 'default', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29051, 1950, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29052, 1953, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29053, 1957, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29054, 2140, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29055, 1938, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29056, 1967, '0', 'default', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29057, 2117, '0', 'default', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29058, 2055, '0', 'default', '2023-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29059, 2086, '0', 'default', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29060, 2135, '0', 'preview', '2023-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29061, 2027, '0', 'preview', '2023-04-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29062, 2016, '0', 'preview', '2023-04-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29063, 2111, '0', 'preview', '2023-04-07', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29064, 2109, '0', 'default', '2023-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29065, 2111, '0', 'default', '2023-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29066, 2113, '0', 'preview', '2023-04-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29067, 2110, '0', 'preview', '2023-04-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29068, 2121, '0', 'default', '2023-04-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29069, 2107, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29070, 2089, '0', 'preview', '2023-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29071, 2122, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29072, 1930, '0', 'preview', '2023-04-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29073, 2109, '0', 'preview', '2023-04-07', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29074, 2053, '0', 'default', '2023-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29075, 2118, '0', 'default', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29076, 2055, '0', 'default', '2023-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29077, 2112, '0', 'preview', '2023-04-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29078, 2106, '0', 'default', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29079, 2121, '0', 'preview', '2023-04-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29080, 2097, '0', 'preview', '2023-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29081, 2117, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29082, 2093, '0', 'preview', '2023-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29083, 2055, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29084, 1964, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29085, 2027, '0', 'default', '2023-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29086, 2133, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29087, 2125, '0', 'preview', '2023-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29088, 1930, '0', 'default', '2023-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29089, 1935, '0', 'default', '2023-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29090, 1950, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29091, 2067, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29092, 1886, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29093, 2089, '0', 'default', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29094, 2090, '0', 'preview', '2023-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29095, 2091, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29096, 2135, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29097, 2092, '0', 'preview', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29098, 2051, '0', 'default', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29099, 2123, '0', 'default', '2023-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29100, 1937, '0', 'default', '2023-04-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29101, 2111, '0', 'preview', '2023-04-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29102, 2113, '0', 'preview', '2023-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29103, 2125, '0', 'preview', '2023-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29104, 1917, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29105, 2092, '0', 'preview', '2023-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29106, 2110, '0', 'preview', '2023-04-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29107, 2055, '0', 'default', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29108, 2086, '0', 'preview', '2023-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29109, 2089, '0', 'default', '2023-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29110, 2106, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29111, 2109, '0', 'preview', '2023-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29112, 2089, '0', 'preview', '2023-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29113, 2090, '0', 'preview', '2023-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29114, 2091, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29115, 2117, '0', 'preview', '2023-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29116, 1935, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29117, 2024, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29118, 2027, '0', 'preview', '2023-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29119, 2067, '0', 'preview', '2023-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29120, 2031, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29121, 2106, '0', 'default', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29122, 2027, '0', 'default', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29123, 1930, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29124, 1950, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29125, 2121, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29126, 2112, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29127, 2127, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29128, 2142, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29129, 1925, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29130, 2134, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29131, 1967, '0', 'preview', '2023-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29132, 2093, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29133, 2133, '0', 'preview', '2023-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29134, 2113, '0', 'preview', '2023-04-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29135, 2107, '0', 'default', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29136, 2089, '0', 'default', '2023-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29137, 2106, '0', 'preview', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29138, 2118, '0', 'preview', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29139, 2109, '0', 'preview', '2023-04-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29140, 2110, '0', 'preview', '2023-04-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29141, 2111, '0', 'preview', '2023-04-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29142, 2089, '0', 'preview', '2023-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29143, 2020, '0', 'default', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29144, 2086, '0', 'preview', '2023-04-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29145, 1931, '0', 'preview', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29146, 1953, '0', 'default', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29147, 2142, '0', 'preview', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29148, 1930, '0', 'preview', '2023-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29149, 2055, '0', 'default', '2023-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29150, 2121, '0', 'preview', '2023-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29151, 2112, '0', 'preview', '2023-04-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29152, 2112, '0', 'default', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29153, 2088, '0', 'preview', '2023-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29154, 2024, '0', 'preview', '2023-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29155, 2054, '0', 'default', '2023-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29156, 2020, '0', 'preview', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29157, 2016, '0', 'preview', '2023-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29158, 2027, '0', 'preview', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29159, 2121, '0', 'default', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29160, 2117, '0', 'default', '2023-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29161, 1967, '0', 'default', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29162, 2111, '0', 'default', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29163, 2109, '0', 'default', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29164, 2110, '0', 'default', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29165, 2067, '0', 'default', '2023-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29166, '2086\\\'[0]', '0', 'preview', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29167, 2125, '0', 'preview', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29168, 2158, '0', 'default', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29169, 2117, '0', 'preview', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29170, 1960, '0', 'preview', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29171, 2067, '0', 'preview', '2023-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29172, 1930, '0', 'preview', '2023-04-10', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29173, 2093, '0', 'default', '2023-04-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29174, 2121, '0', 'default', '2023-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29175, 2016, '0', 'preview', '2023-04-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29176, 2086, '0', 'preview', '2023-04-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29177, 2111, '0', 'preview', '2023-04-10', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29178, 2110, '0', 'preview', '2023-04-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29179, 2031, '0', 'preview', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29180, 2020, '0', 'preview', '2023-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29181, 2109, '0', 'preview', '2023-04-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29182, 1915, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29183, 2125, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29184, 2112, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29185, 2089, '0', 'default', '2023-04-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29186, 2117, '0', 'preview', '2023-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29187, 2067, '0', 'preview', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29188, 2121, '0', 'preview', '2023-04-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29189, 2133, '0', 'default', '2023-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29190, 2027, '0', 'preview', '2023-04-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29191, 1925, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29192, 2092, '0', 'default', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29193, 2135, '0', 'default', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29194, 2134, '0', 'default', '2023-04-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29195, 2090, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29196, 2091, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29197, 2117, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29198, 1967, '0', 'default', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29199, 2111, '0', 'default', '2023-04-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29200, 2109, '0', 'default', '2023-04-10', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29201, 2110, '0', 'default', '2023-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29202, 1930, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29203, 2145, '0', 'default', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29204, 1938, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29205, 2146, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29206, 2147, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29207, 2129, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29208, 2140, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29209, 1952, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29210, 2016, '0', 'default', '2023-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29211, 2024, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29212, 2027, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29213, 2120, '0', 'default', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29214, 2113, '0', 'preview', '2023-04-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29215, 1935, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29216, 2133, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29217, 2055, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29218, 2118, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29219, 2106, '0', 'preview', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29220, 2095, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29221, 2097, '0', 'preview', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29222, 2125, '0', 'preview', '2023-04-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29223, 2048, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29224, 2089, '0', 'preview', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29225, 1967, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29226, 2090, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29227, 2092, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29228, 2024, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29229, 2112, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29230, 2088, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29231, 2093, '0', 'preview', '2023-04-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29232, 2151, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29233, 2097, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29234, 2051, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29235, 2053, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29236, 2106, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29237, 1912, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29238, 2129, '0', 'preview', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29239, 2140, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29240, 1957, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29241, 1950, '0', 'preview', '2023-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29242, 2055, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29243, 1953, '0', 'preview', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29244, 2039, '0', 'default', '2023-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29245, 2111, '0', 'preview', '2023-04-11', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29246, 2121, '0', 'preview', '2023-04-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29247, 2145, '0', 'default', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29248, 2145, '0', 'preview', '2023-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29249, 2146, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29250, 2147, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29251, 1930, '0', 'preview', '2023-04-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29252, 2110, '0', 'preview', '2023-04-11', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29253, 2024, '0', 'preview', '2023-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29254, 2122, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29255, 2109, '0', 'preview', '2023-04-11', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29256, 2053, '0', 'default', '2023-04-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29257, 2097, '0', 'preview', '2023-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29258, 2121, '0', 'default', '2023-04-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29259, 2109, '0', 'default', '2023-04-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29260, 2089, '0', 'default', '2023-04-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29261, 2089, '0', 'preview', '2023-04-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29262, 2086, '0', 'preview', '2023-04-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29263, 1964, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29264, 2027, '0', 'preview', '2023-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29265, 2020, '0', 'preview', '2023-04-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29266, 2134, '0', 'preview', '2023-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29267, 2113, '0', 'preview', '2023-04-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29268, 2152, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29269, 2055, '0', 'default', '2023-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29270, 2118, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29271, 2120, '0', 'preview', '2023-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29272, 2107, '0', 'default', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29273, 2106, '0', 'default', '2023-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29274, 2111, '0', 'default', '2023-04-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29275, 1912, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29276, 2016, '0', 'preview', '2023-04-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29277, 2120, '0', 'default', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29278, 2125, '0', 'preview', '2023-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29279, 2158, '0', 'preview', '2023-04-11', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29280, 1967, '0', 'preview', '2023-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29281, 2117, '0', 'preview', '2023-04-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29282, 2099, '0', 'default', '2023-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29283, 2099, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29284, 2067, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29285, 2093, '0', 'preview', '2023-04-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29286, 1957, '0', 'default', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29287, 2112, '0', 'preview', '2023-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29288, 2055, '0', 'preview', '2023-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29289, 2090, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29290, 2031, '0', 'preview', '2023-04-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29291, 2031, '0', 'preview', '2023-04-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29292, 2031, '0', 'preview', '2023-04-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29293, 1938, '0', 'preview', '2023-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29294, 2107, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29295, 2051, '0', 'default', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29296, 2051, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29297, 2039, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29298, 2049, '0', 'preview', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29299, 2053, '0', 'preview', '2023-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29300, 2020, '0', 'default', '2023-04-11', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29301, 2095, '0', 'default', '2023-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29302, 2116, '0', 'default', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29303, 2110, '0', 'default', '2023-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29304, 2097, '0', 'default', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29305, 1950, '0', 'default', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29306, 2112, '0', 'default', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29307, 2039, '0', 'default', '2023-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29308, 2086, '0', 'preview', '2023-04-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29309, 2053, '0', 'default', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29310, 2109, '0', 'preview', '2023-04-12', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29311, 2111, '0', 'preview', '2023-04-12', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29312, 2150, '0', 'default', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29313, 1917, '0', 'default', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29314, 2110, '0', 'preview', '2023-04-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29315, 2110, '0', 'preview', '2023-04-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29316, 2067, '0', 'preview', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29317, 2121, '0', 'preview', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29318, 2112, '0', 'preview', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29319, 2120, '0', 'preview', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29320, 2119, '0', 'preview', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29321, 2109, '0', 'default', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29322, 2111, '0', 'default', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29323, 2133, '0', 'default', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29324, 2055, '0', 'default', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29325, 2123, '0', 'default', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29326, 2020, '0', 'preview', '2023-04-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29327, 2054, '0', 'preview', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29328, 2053, '0', 'preview', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29329, 1938, '0', 'preview', '2023-04-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29330, 2117, '0', 'default', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29331, 2117, '0', 'preview', '2023-04-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29332, 2024, '0', 'preview', '2023-04-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29333, 2016, '0', 'preview', '2023-04-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29334, 2092, '0', 'preview', '2023-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29335, 2089, '0', 'preview', '2023-04-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29336, 1930, '0', 'preview', '2023-04-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29337, 2121, '0', 'default', '2023-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29338, 2112, '0', 'default', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29339, 2016, '0', 'default', '2023-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29340, 2024, '0', 'default', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29341, 2110, '0', 'default', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29342, 2089, '0', 'default', '2023-04-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29343, 2134, '0', 'preview', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29344, 2090, '0', 'preview', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29345, 2031, '0', 'preview', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29346, 2027, '0', 'preview', '2023-04-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29347, 1912, '0', 'preview', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29348, 2106, '0', 'preview', '2023-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29349, 2125, '0', 'preview', '2023-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29350, 2097, '0', 'preview', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29351, 2093, '0', 'preview', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29352, 2113, '0', 'preview', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29353, 2118, '0', 'preview', '2023-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29354, 1935, '0', 'preview', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29355, 2106, '0', 'default', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29356, 2099, '0', 'default', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29357, 2115, '0', 'preview', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29358, 2153, '0', 'preview', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29359, 2140, '0', 'preview', '2023-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29360, 2128, '0', 'preview', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29361, 2129, '0', 'preview', '2023-04-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29362, 1932, '0', 'preview', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29363, 2039, '0', 'preview', '2023-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29364, 2023, '0', 'preview', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29365, 2028, '0', 'preview', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29366, 2015, '0', 'preview', '2023-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29367, 2129, '0', 'default', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29368, 2027, '0', 'default', '2023-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29369, 1930, '0', 'preview', '2023-04-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29370, 2113, '0', 'preview', '2023-04-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29371, 2125, '0', 'preview', '2023-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29372, 2110, '0', 'preview', '2023-04-13', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29373, 2111, '0', 'preview', '2023-04-13', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29374, 2109, '0', 'preview', '2023-04-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29375, 2092, '0', 'preview', '2023-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29376, 2134, '0', 'preview', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29377, 2048, '0', 'default', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29378, 2086, '0', 'preview', '2023-04-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29379, 2020, '0', 'preview', '2023-04-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29380, 2089, '0', 'preview', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29381, 2031, '0', 'preview', '2023-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29382, 2067, '0', 'preview', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29383, 2106, '0', 'preview', '2023-04-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29384, 2107, '0', 'preview', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29385, 2023, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29386, 1935, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29387, 2121, '0', 'default', '2023-04-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29388, 2089, '0', 'default', '2023-04-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29389, 2141, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29390, 2090, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29391, 2048, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29392, 2039, '0', 'preview', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29393, 2121, '0', 'preview', '2023-04-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29394, 2106, '0', 'default', '2023-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29395, 2024, '0', 'preview', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29396, 2150, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29397, 1953, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29398, 1967, '0', 'default', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29399, 2117, '0', 'preview', '2023-04-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29400, 1967, '0', 'preview', '2023-04-13', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29401, 1938, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29402, 2016, '0', 'preview', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29403, 2111, '0', 'default', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29404, 1912, '0', 'preview', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29405, 2053, '0', 'default', '2023-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29406, 2053, '0', 'preview', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29407, 2086, '0', 'default', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29408, 2097, '0', 'default', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29409, 2027, '0', 'preview', '2023-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29410, 2135, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29411, 2055, '0', 'default', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29412, 2055, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29413, 1957, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29414, 1964, '0', 'preview', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29415, 2090, '0', 'default', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29416, 2067, '0', 'default', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29417, 2016, '0', 'default', '2023-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29418, 2112, '0', 'preview', '2023-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29419, 1930, '0', 'preview', '2023-04-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29420, 2097, '0', 'default', '2023-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29421, 2116, '0', 'default', '2023-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29422, 2111, '0', 'default', '2023-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29423, 2121, '0', 'default', '2023-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29424, 2089, '0', 'default', '2023-04-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29425, 2067, '0', 'preview', '2023-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29426, 2089, '0', 'preview', '2023-04-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29427, 2111, '0', 'preview', '2023-04-14', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29428, 2109, '0', 'preview', '2023-04-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29429, 2110, '0', 'preview', '2023-04-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29430, 2113, '0', 'preview', '2023-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29431, 2086, '0', 'preview', '2023-04-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29432, '2086\\\'[0]', '0', 'preview', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29433, 2055, '0', 'default', '2023-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29434, 2086, '0', 'default', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29435, 2135, '0', 'preview', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29436, 1938, '0', 'preview', '2023-04-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29437, 2020, '0', 'preview', '2023-04-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29438, 2024, '0', 'preview', '2023-04-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29439, 2048, '0', 'default', '2023-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29440, 2016, '0', 'preview', '2023-04-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29441, 2106, '0', 'preview', '2023-04-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29442, 2134, '0', 'default', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29443, 2107, '0', 'preview', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29444, 2117, '0', 'preview', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29445, 1967, '0', 'default', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29446, 2133, '0', 'default', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29447, 2125, '0', 'preview', '2023-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29448, 2093, '0', 'preview', '2023-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29449, 2048, '0', 'preview', '2023-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29450, 2023, '0', 'default', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29451, 2027, '0', 'preview', '2023-04-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29452, 2054, '0', 'default', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29453, 2112, '0', 'default', '2023-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29454, 2121, '0', 'preview', '2023-04-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29455, 2031, '0', 'preview', '2023-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29456, 2039, '0', 'preview', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29457, 1953, '0', 'preview', '2023-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29458, 2097, '0', 'preview', '2023-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29459, 1938, '0', 'preview', '2023-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29460, 2131, '0', 'preview', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29461, 2097, '0', 'preview', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29462, 2110, '0', 'default', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29463, 2109, '0', 'default', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29464, 2111, '0', 'default', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29465, 2107, '0', 'preview', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29466, 2121, '0', 'default', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29467, 2110, '0', 'preview', '2023-04-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29468, 2027, '0', 'preview', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29469, 2109, '0', 'preview', '2023-04-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29470, 2109, '0', 'preview', '2023-04-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29471, 1930, '0', 'preview', '2023-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29472, 2086, '0', 'preview', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29473, 2020, '0', 'preview', '2023-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29474, 2089, '0', 'preview', '2023-04-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29475, 2151, '0', 'preview', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29476, 2158, '0', 'default', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29477, 2111, '0', 'preview', '2023-04-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29478, 2054, '0', 'preview', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29479, 2024, '0', 'preview', '2023-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29480, 2107, '0', 'default', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29481, 2121, '0', 'preview', '2023-04-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29482, 2142, '0', 'default', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29483, 1916, '0', 'default', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29484, 2112, '0', 'preview', '2023-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29485, 2125, '0', 'default', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29486, 2089, '0', 'default', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29487, 2098, '0', 'preview', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29488, 2154, '0', 'preview', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29489, 2039, '0', 'preview', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29490, 2031, '0', 'preview', '2023-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29491, 2053, '0', 'default', '2023-04-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29492, 2027, '0', 'preview', '2023-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29493, 1930, '0', 'default', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29494, 1931, '0', 'default', '2023-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29495, 2113, '0', 'preview', '2023-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29496, 2089, '0', 'preview', '2023-04-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29497, 2121, '0', 'preview', '2023-04-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29498, 2121, '0', 'preview', '2023-04-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29499, 2121, '0', 'preview', '2023-04-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29500, 2121, '0', 'preview', '2023-04-16', 21);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29501, 2121, '0', 'preview', '2023-04-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29502, 2121, '0', 'preview', '2023-04-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29503, 1918, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29504, 1886, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29505, 2086, '0', 'preview', '2023-04-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29506, 2110, '0', 'preview', '2023-04-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29507, 2109, '0', 'preview', '2023-04-16', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29508, 2106, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29509, 2142, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29510, 2128, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29511, 2127, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29512, 2020, '0', 'preview', '2023-04-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29513, 2094, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29514, 2111, '0', 'preview', '2023-04-16', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29515, 2153, '0', 'default', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29516, 1930, '0', 'preview', '2023-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29517, 2141, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29518, 2016, '0', 'preview', '2023-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29519, 2048, '0', 'preview', '2023-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29520, 2055, '0', 'default', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29521, 2031, '0', 'preview', '2023-04-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29522, 2122, '0', 'preview', '2023-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29523, 2107, '0', 'preview', '2023-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29524, 2096, '0', 'default', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29525, 2039, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29526, 2112, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29527, 1915, '0', 'preview', '2023-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29528, 2054, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29529, 2099, '0', 'preview', '2023-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29530, 2089, '0', 'default', '2023-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29531, 2107, '0', 'preview', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29532, 2097, '0', 'preview', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29533, 2110, '0', 'preview', '2023-04-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29534, 2109, '0', 'preview', '2023-04-17', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29535, 2111, '0', 'preview', '2023-04-17', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29536, 2090, '0', 'preview', '2023-04-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29537, 2089, '0', 'preview', '2023-04-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29538, 2113, '0', 'preview', '2023-04-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29539, 2093, '0', 'preview', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29540, 1964, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29541, 2121, '0', 'preview', '2023-04-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29542, 2112, '0', 'preview', '2023-04-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29543, 2039, '0', 'preview', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29544, 1930, '0', 'preview', '2023-04-17', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29545, 2148, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29546, 2086, '0', 'preview', '2023-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29547, 2106, '0', 'default', '2023-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29548, 2121, '0', 'default', '2023-04-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29549, 1912, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29550, 2066, '0', 'preview', '2023-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29551, 2024, '0', 'preview', '2023-04-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29552, 2087, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29553, 1950, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29554, 2055, '0', 'default', '2023-04-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29555, 2130, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29556, 1886, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29557, 2117, '0', 'preview', '2023-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29558, 2111, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29559, 2020, '0', 'preview', '2023-04-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29560, 1911, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29561, 2027, '0', 'preview', '2023-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29562, 2092, '0', 'preview', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29563, 2135, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29564, 2133, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29565, 2125, '0', 'preview', '2023-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29566, 2096, '0', 'preview', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29567, 2093, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29568, 1930, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29569, 2106, '0', 'preview', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29570, 2053, '0', 'preview', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29571, 2020, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29572, 2094, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29573, 2117, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29574, 2016, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29575, 2055, '0', 'preview', '2023-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29576, 2123, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29577, 2134, '0', 'preview', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29578, 2049, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29579, 2098, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29580, 2095, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29581, 2096, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29582, 2109, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29583, 2048, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29584, 2086, '0', 'default', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29585, 2028, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29586, 2027, '0', 'default', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29587, 2053, '0', 'default', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29588, 1960, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29589, 2054, '0', 'preview', '2023-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29590, 2031, '0', 'preview', '2023-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29591, 2111, '0', 'default', '2023-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29592, 2053, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29593, 2086, '0', 'preview', '2023-04-18', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29594, 2121, '0', 'preview', '2023-04-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29595, 2113, '0', 'preview', '2023-04-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29596, 1950, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29597, 1953, '0', 'preview', '2023-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29598, 2110, '0', 'preview', '2023-04-18', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29599, 2127, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29600, 1967, '0', 'preview', '2023-04-18', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29601, 2111, '0', 'preview', '2023-04-18', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29602, 2031, '0', 'preview', '2023-04-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29603, 2109, '0', 'preview', '2023-04-18', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29604, 2090, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29605, 2092, '0', 'preview', '2023-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29606, 2067, '0', 'preview', '2023-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29607, 2039, '0', 'preview', '2023-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29608, 2055, '0', 'default', '2023-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29609, 2121, '0', 'default', '2023-04-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29610, 2097, '0', 'preview', '2023-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29611, 2089, '0', 'default', '2023-04-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29612, 2053, '0', 'default', '2023-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29613, 1930, '0', 'preview', '2023-04-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29614, 2107, '0', 'default', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29615, 2122, '0', 'default', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29616, 2051, '0', 'preview', '2023-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29617, 2027, '0', 'preview', '2023-04-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29618, 2093, '0', 'preview', '2023-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29619, 2117, '0', 'default', '2023-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29620, 2117, '0', 'preview', '2023-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29621, 2106, '0', 'preview', '2023-04-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29622, 2118, '0', 'preview', '2023-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29623, 2016, '0', 'preview', '2023-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29624, 2024, '0', 'preview', '2023-04-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29625, '2086\\\'[0]', '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29626, 2020, '0', 'preview', '2023-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29627, 2125, '0', 'default', '2023-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29628, 2089, '0', 'preview', '2023-04-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29629, 1960, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29630, 2097, '0', 'default', '2023-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29631, 2109, '0', 'default', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29632, 2031, '0', 'default', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29633, 2039, '0', 'default', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29634, 2067, '0', 'default', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29635, 2112, '0', 'preview', '2023-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29636, 1938, '0', 'preview', '2023-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29637, 1967, '0', 'default', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29638, 2048, '0', 'preview', '2023-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29639, 2055, '0', 'preview', '2023-04-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29640, 2141, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29641, 2091, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29642, 2122, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29643, 2090, '0', 'default', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29644, 2092, '0', 'default', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29645, 2145, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29646, 2125, '0', 'preview', '2023-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29647, 2099, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29648, 2118, '0', 'default', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29649, 1960, '0', 'default', '2023-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29650, 1931, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29651, 1935, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29652, 2065, '0', 'preview', '2023-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29653, 2125, '0', 'preview', '2023-04-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29654, 2112, '0', 'preview', '2023-04-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29655, 2111, '0', 'preview', '2023-04-19', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29656, 2106, '0', 'preview', '2023-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29657, 2086, '0', 'preview', '2023-04-19', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29658, 2109, '0', 'preview', '2023-04-19', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29659, 2110, '0', 'preview', '2023-04-19', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29660, 2113, '0', 'preview', '2023-04-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29661, 2027, '0', 'preview', '2023-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29662, 1930, '0', 'preview', '2023-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29663, 2121, '0', 'default', '2023-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29664, 2099, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29665, 2053, '0', 'preview', '2023-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29666, 2039, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29667, 2121, '0', 'preview', '2023-04-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29668, 2111, '0', 'default', '2023-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29669, 2109, '0', 'default', '2023-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29670, '2086\\\'[0]', '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29671, 2134, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29672, 2048, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29673, 2145, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29674, 1938, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29675, 2146, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29676, 2089, '0', 'default', '2023-04-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29677, 2016, '0', 'preview', '2023-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29678, 1930, '0', 'default', '2023-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29679, 1935, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29680, 2024, '0', 'preview', '2023-04-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29681, 2020, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29682, 2096, '0', 'preview', '2023-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29683, 2097, '0', 'preview', '2023-04-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29684, 1935, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29685, 2133, '0', 'default', '2023-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29686, 2067, '0', 'preview', '2023-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29687, 2089, '0', 'preview', '2023-04-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29688, 1960, '0', 'preview', '2023-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29689, 2117, '0', 'preview', '2023-04-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29690, 2031, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29691, 2020, '0', 'preview', '2023-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29692, 2107, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29693, 1912, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29694, 2055, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29695, 2149, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29696, 2092, '0', 'preview', '2023-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29697, 2145, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29698, 2122, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29699, 1967, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29700, 2110, '0', 'default', '2023-04-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29701, 2125, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29702, 2158, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29703, 2117, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29704, 2126, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29705, 2051, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29706, 1950, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29707, 1964, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29708, 1953, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29709, 2092, '0', 'default', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29710, 2091, '0', 'preview', '2023-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29711, 2090, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29712, 1938, '0', 'preview', '2023-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29713, 1967, '0', 'preview', '2023-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29714, 2145, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29715, 2067, '0', 'preview', '2023-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29716, 2048, '0', 'preview', '2023-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29717, 2089, '0', 'preview', '2023-04-20', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29718, 2112, '0', 'preview', '2023-04-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29719, 1918, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29720, 2089, '0', 'default', '2023-04-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29721, 2121, '0', 'default', '2023-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29722, 2110, '0', 'preview', '2023-04-20', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29723, 2113, '0', 'preview', '2023-04-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29724, 2086, '0', 'default', '2023-04-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29725, 2111, '0', 'preview', '2023-04-20', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29726, 2027, '0', 'preview', '2023-04-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29727, 2097, '0', 'default', '2023-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29728, 2031, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29729, 2121, '0', 'preview', '2023-04-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29730, 2097, '0', 'preview', '2023-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29731, 2112, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29732, 2109, '0', 'preview', '2023-04-20', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29733, 2095, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29734, 2095, '0', 'preview', '2023-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29735, 2096, '0', 'preview', '2023-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29736, 2118, '0', 'default', '2023-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29737, 1930, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29738, 1932, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29739, 1935, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29740, 1930, '0', 'preview', '2023-04-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29741, 2053, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29742, 2020, '0', 'preview', '2023-04-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29743, 2086, '0', 'preview', '2023-04-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29744, 2106, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29745, 2111, '0', 'default', '2023-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29746, '2086\\\'[0]', '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29747, 2098, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29748, 2055, '0', 'default', '2023-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29749, 2125, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29750, 2055, '0', 'preview', '2023-04-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29751, 1953, '0', 'preview', '2023-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29752, 2031, '0', 'preview', '2023-04-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29753, 1925, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29754, 1950, '0', 'preview', '2023-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29755, 2133, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29756, 1955, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29757, 2024, '0', 'preview', '2023-04-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29758, 2093, '0', 'preview', '2023-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29759, 2092, '0', 'preview', '2023-04-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29760, 2016, '0', 'preview', '2023-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29761, 2039, '0', 'preview', '2023-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29762, 2117, '0', 'preview', '2023-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29763, 2090, '0', 'preview', '2023-04-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29764, 1924, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29765, 2135, '0', 'preview', '2023-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29766, 1938, '0', 'preview', '2023-04-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29767, 2145, '0', 'preview', '2023-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29768, 2118, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29769, 2120, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29770, 2146, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29771, 2134, '0', 'preview', '2023-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29772, 2133, '0', 'preview', '2023-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29773, 2091, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29774, 2066, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29775, 1931, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29776, 2116, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29777, 2099, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29778, 2141, '0', 'preview', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29779, 1917, '0', 'default', '2023-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29780, 2109, '0', 'preview', '2023-04-21', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29781, 2111, '0', 'preview', '2023-04-21', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29782, 1930, '0', 'preview', '2023-04-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29783, 2113, '0', 'preview', '2023-04-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29784, 2067, '0', 'preview', '2023-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29785, 2016, '0', 'preview', '2023-04-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29786, 2027, '0', 'preview', '2023-04-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29787, 2132, '0', 'preview', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29788, 2024, '0', 'preview', '2023-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29789, 2112, '0', 'preview', '2023-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29790, 2110, '0', 'preview', '2023-04-21', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29791, 2116, '0', 'preview', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29792, 2020, '0', 'preview', '2023-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29793, 2117, '0', 'preview', '2023-04-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29794, 2127, '0', 'preview', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29795, 1950, '0', 'preview', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29796, 1953, '0', 'preview', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29797, 2140, '0', 'preview', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29798, 1886, '0', 'preview', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29799, 2125, '0', 'preview', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29800, 2089, '0', 'default', '2023-04-21', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29801, 2086, '0', 'preview', '2023-04-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29802, 2024, '0', 'default', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29803, 2118, '0', 'preview', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29804, 2121, '0', 'preview', '2023-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29805, 2053, '0', 'preview', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29806, 2089, '0', 'preview', '2023-04-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29807, 2031, '0', 'preview', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29808, 2095, '0', 'preview', '2023-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29809, 1930, '0', 'default', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29810, 1960, '0', 'preview', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29811, 2092, '0', 'preview', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29812, 2097, '0', 'preview', '2023-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29813, 2135, '0', 'default', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29814, 2053, '0', 'default', '2023-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29815, 2099, '0', 'preview', '2023-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29816, 2098, '0', 'preview', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29817, 2121, '0', 'default', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29818, 2111, '0', 'default', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29819, 2145, '0', 'default', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29820, 2110, '0', 'default', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29821, 2135, '0', 'preview', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29822, 1950, '0', 'default', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29823, 2093, '0', 'preview', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29824, 2094, '0', 'preview', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29825, 2039, '0', 'preview', '2023-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29826, 2118, '0', 'default', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29827, 2123, '0', 'default', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29828, 2120, '0', 'default', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29829, 2055, '0', 'default', '2023-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29830, 2121, '0', 'default', '2023-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29831, 2121, '0', 'preview', '2023-04-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29832, 2111, '0', 'preview', '2023-04-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29833, 2089, '0', 'default', '2023-04-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29834, 2089, '0', 'preview', '2023-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29835, 2086, '0', 'preview', '2023-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29836, 2097, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29837, 2109, '0', 'preview', '2023-04-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29838, 2122, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29839, 2118, '0', 'preview', '2023-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29840, 2094, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29841, 2110, '0', 'preview', '2023-04-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29842, 2067, '0', 'preview', '2023-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29843, 2055, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29844, 1932, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29845, 2016, '0', 'preview', '2023-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29846, 2024, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29847, 2141, '0', 'default', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29848, 2086, '0', 'default', '2023-04-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29849, '2086\\\'[0]', '0', 'default', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29850, 2125, '0', 'preview', '2023-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29851, 1950, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29852, 2095, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29853, 2112, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29854, 2031, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29855, 1886, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29856, 1912, '0', 'preview', '2023-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29857, 2106, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29858, 2113, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29859, 1930, '0', 'preview', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29860, 2135, '0', 'default', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29861, 2092, '0', 'default', '2023-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29862, 1960, '0', 'default', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29863, 2055, '0', 'default', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29864, 2117, '0', 'default', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29865, 2051, '0', 'default', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29866, 2065, '0', 'default', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29867, 2027, '0', 'default', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29868, 1912, '0', 'default', '2023-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29869, 2106, '0', 'preview', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29870, 2027, '0', 'preview', '2023-04-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29871, 2121, '0', 'preview', '2023-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29872, 1930, '0', 'preview', '2023-04-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29873, 2027, '0', 'default', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29874, 2024, '0', 'preview', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29875, 2110, '0', 'preview', '2023-04-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29876, 2114, '0', 'preview', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29877, 2039, '0', 'preview', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29878, 2089, '0', 'preview', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29879, 2016, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29880, 2092, '0', 'preview', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29881, 2118, '0', 'preview', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29882, 2086, '0', 'preview', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29883, 2111, '0', 'preview', '2023-04-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29884, 2111, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29885, 2067, '0', 'preview', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29886, 2128, '0', 'default', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29887, 1952, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29888, 2127, '0', 'default', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29889, 2112, '0', 'preview', '2023-04-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29890, 2125, '0', 'preview', '2023-04-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29891, 2117, '0', 'default', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29892, 2117, '0', 'preview', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29893, 1913, '0', 'preview', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29894, 2113, '0', 'preview', '2023-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29895, 2097, '0', 'default', '2023-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29896, 2096, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29897, 2098, '0', 'default', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29898, 2121, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29899, 2099, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29900, 2118, '0', 'default', '2023-04-23', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29901, 2089, '0', 'default', '2023-04-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29902, 2133, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29903, 2090, '0', 'default', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29904, 2092, '0', 'default', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29905, 2016, '0', 'preview', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29906, 2048, '0', 'default', '2023-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29907, 1964, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29908, 2110, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29909, 2020, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29910, 2109, '0', 'preview', '2023-04-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29911, 1960, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29912, 2065, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29913, 2051, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29914, 2135, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29915, 2086, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29916, 1935, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29917, 2113, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29918, 2093, '0', 'preview', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29919, 1930, '0', 'default', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29920, 1912, '0', 'preview', '2023-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29921, 2111, '0', 'preview', '2023-04-24', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29922, 2048, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29923, 2067, '0', 'preview', '2023-04-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29924, 2121, '0', 'preview', '2023-04-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29925, 2111, '0', 'default', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29926, 2110, '0', 'default', '2023-04-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29927, 2121, '0', 'default', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29928, 2089, '0', 'default', '2023-04-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29929, 1930, '0', 'preview', '2023-04-24', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29930, 2114, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29931, 2109, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29932, 2053, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29933, 2110, '0', 'preview', '2023-04-24', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29934, 2113, '0', 'preview', '2023-04-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29935, 2093, '0', 'preview', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29936, 2016, '0', 'preview', '2023-04-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29937, 2027, '0', 'preview', '2023-04-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29938, 2027, '0', 'preview', '2023-04-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29939, 2027, '0', 'preview', '2023-04-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29940, 2066, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29941, 2066, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29942, 2028, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29943, 2086, '0', 'preview', '2023-04-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29944, 2109, '0', 'preview', '2023-04-24', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29945, 1960, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29946, 1960, '0', 'preview', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29947, 1920, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29948, 2125, '0', 'preview', '2023-04-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29949, 2053, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29950, 2031, '0', 'preview', '2023-04-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29951, 2114, '0', 'preview', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29952, 2135, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29953, 2048, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29954, 2089, '0', 'preview', '2023-04-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29955, 1953, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29956, 2097, '0', 'preview', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29957, 2133, '0', 'preview', '2023-04-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29958, 2086, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29959, 2020, '0', 'preview', '2023-04-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29960, 2145, '0', 'preview', '2023-04-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29961, 2117, '0', 'preview', '2023-04-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29962, 2146, '0', 'preview', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29963, 2147, '0', 'preview', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29964, 1967, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29965, 2117, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29966, 1967, '0', 'preview', '2023-04-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29967, 2092, '0', 'preview', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29968, 2112, '0', 'preview', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29969, 2039, '0', 'preview', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29970, 1935, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29971, 2123, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29972, 1935, '0', 'preview', '2023-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29973, 2016, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29974, 2024, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29975, 2027, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29976, 2095, '0', 'preview', '2023-04-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29977, 2099, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29978, 1917, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29979, 1931, '0', 'default', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29980, 2024, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29981, 1931, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29982, 2118, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29983, 2090, '0', 'preview', '2023-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29984, 1953, '0', 'preview', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29985, 2110, '0', 'preview', '2023-04-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29986, 2109, '0', 'preview', '2023-04-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29987, 2111, '0', 'preview', '2023-04-25', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29988, 2086, '0', 'preview', '2023-04-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29989, 2112, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29990, 2117, '0', 'preview', '2023-04-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29991, 1967, '0', 'preview', '2023-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29992, 2121, '0', 'preview', '2023-04-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29993, 2016, '0', 'preview', '2023-04-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29994, 2027, '0', 'preview', '2023-04-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29995, 2024, '0', 'preview', '2023-04-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29996, 1935, '0', 'preview', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29997, 1930, '0', 'preview', '2023-04-25', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29998, 2106, '0', 'preview', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29999, 2112, '0', 'preview', '2023-04-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30000, 2113, '0', 'preview', '2023-04-25', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30001, 2089, '0', 'preview', '2023-04-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30002, 2116, '0', 'preview', '2023-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30003, 2086, '0', 'default', '2023-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30004, 2089, '0', 'default', '2023-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30005, 2134, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30006, 2051, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30007, 2135, '0', 'default', '2023-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30008, 2129, '0', 'default', '2023-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30009, 1912, '0', 'preview', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30010, 2149, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30011, 2133, '0', 'default', '2023-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30012, 1925, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30013, 1930, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30014, 1933, '0', 'preview', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30015, 2133, '0', 'preview', '2023-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30016, 2125, '0', 'preview', '2023-04-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30017, 2121, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30018, 2090, '0', 'preview', '2023-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30019, 2092, '0', 'preview', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30020, 2111, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30021, 2117, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30022, 1967, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30023, 2053, '0', 'preview', '2023-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30024, 2024, '0', 'default', '2023-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30025, 1886, '0', 'preview', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30026, 2031, '0', 'preview', '2023-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30027, 2109, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30028, 2039, '0', 'preview', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30029, 2097, '0', 'preview', '2023-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30030, 2095, '0', 'preview', '2023-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30031, 2020, '0', 'preview', '2023-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30032, 2053, '0', 'default', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30033, 2067, '0', 'preview', '2023-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30034, 2086, '0', 'default', '2023-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30035, 2024, '0', 'preview', '2023-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30036, 2092, '0', 'preview', '2023-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30037, 2135, '0', 'preview', '2023-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30038, 2016, '0', 'preview', '2023-04-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30039, 1930, '0', 'preview', '2023-04-26', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30040, 2111, '0', 'preview', '2023-04-26', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30041, 2109, '0', 'preview', '2023-04-26', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30042, 2110, '0', 'preview', '2023-04-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30043, 2106, '0', 'default', '2023-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30044, 2121, '0', 'default', '2023-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30045, 1912, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30046, 2089, '0', 'default', '2023-04-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30047, 2133, '0', 'preview', '2023-04-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30048, 2146, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30049, 2086, '0', 'preview', '2023-04-26', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30050, 2020, '0', 'preview', '2023-04-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30051, 2113, '0', 'preview', '2023-04-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30052, 2067, '0', 'preview', '2023-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30053, 2027, '0', 'preview', '2023-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30054, 2051, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30055, 1886, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30056, 2121, '0', 'preview', '2023-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30057, 2112, '0', 'preview', '2023-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30058, 1935, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30059, 2090, '0', 'preview', '2023-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30060, 2091, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30061, 2134, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30062, 2053, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30063, 2053, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30064, 2055, '0', 'preview', '2023-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30065, 1938, '0', 'preview', '2023-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30066, 2135, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30067, 2117, '0', 'preview', '2023-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30068, 1950, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30069, 2066, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30070, 2158, '0', 'preview', '2023-04-26', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30071, 2115, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30072, 2114, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30073, 2099, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30074, 2039, '0', 'preview', '2023-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30075, 2031, '0', 'preview', '2023-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30076, 1932, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30077, 2145, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30078, 2146, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30079, 2147, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30080, 2118, '0', 'preview', '2023-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30081, 2127, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30082, 2097, '0', 'preview', '2023-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30083, 2089, '0', 'preview', '2023-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30084, 1935, '0', 'preview', '2023-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30085, 2122, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30086, 2093, '0', 'preview', '2023-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30087, 1925, '0', 'preview', '2023-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30088, 2015, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30089, 2113, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30090, 2111, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30091, 2055, '0', 'default', '2023-04-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30092, 2158, '0', 'default', '2023-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30093, 2125, '0', 'preview', '2023-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30094, 2133, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30095, 1930, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30096, 1931, '0', 'preview', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30097, 2039, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30098, 2099, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30099, 2109, '0', 'default', '2023-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30100, 2111, '0', 'default', '2023-04-27', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30101, 2109, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30102, 2110, '0', 'preview', '2023-04-27', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30103, 1930, '0', 'preview', '2023-04-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30104, 2125, '0', 'preview', '2023-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30105, 2110, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30106, 2089, '0', 'default', '2023-04-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30107, 2113, '0', 'preview', '2023-04-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30108, 1935, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30109, 2031, '0', 'default', '2023-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30110, 2096, '0', 'default', '2023-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30111, 2020, '0', 'default', '2023-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30112, 2099, '0', 'default', '2023-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30113, 2039, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30114, 2027, '0', 'default', '2023-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30115, 2016, '0', 'default', '2023-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30116, 2024, '0', 'default', '2023-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30117, 2134, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30118, 2117, '0', 'default', '2023-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30119, 1953, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30120, 1950, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30121, 2024, '0', 'preview', '2023-04-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30122, 2121, '0', 'preview', '2023-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30123, 2089, '0', 'preview', '2023-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30124, 2111, '0', 'preview', '2023-04-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30125, 2145, '0', 'preview', '2023-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30126, 2065, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30127, 2109, '0', 'preview', '2023-04-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30128, 2016, '0', 'preview', '2023-04-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30129, 2086, '0', 'preview', '2023-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30130, 2027, '0', 'preview', '2023-04-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30131, 2051, '0', 'default', '2023-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30132, 2067, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30133, 2067, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30134, 2031, '0', 'preview', '2023-04-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30135, 2112, '0', 'preview', '2023-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30136, 2095, '0', 'preview', '2023-04-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30137, 2020, '0', 'preview', '2023-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30138, 2135, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30139, 2129, '0', 'preview', '2023-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30140, 2121, '0', 'default', '2023-04-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30141, 1917, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30142, 2112, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30143, 1886, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30144, 2115, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30145, 1957, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30146, 2086, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30147, 2140, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30148, 2097, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30149, 1912, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30150, 2106, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30151, 2067, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30152, 1953, '0', 'preview', '2023-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30153, 1925, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30154, 2091, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30155, 2133, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30156, 2134, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30157, 2090, '0', 'preview', '2023-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30158, 2141, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30159, 2054, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30160, 1918, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30161, 2092, '0', 'preview', '2023-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30162, 2055, '0', 'default', '2023-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30163, 2097, '0', 'default', '2023-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30164, 2133, '0', 'default', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30165, 1967, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30166, 2117, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30167, 1950, '0', 'preview', '2023-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30168, 2133, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30169, 1938, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30170, 2016, '0', 'default', '2023-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30171, 2110, '0', 'preview', '2023-04-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30172, 2024, '0', 'default', '2023-04-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30173, 2027, '0', 'default', '2023-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30174, 2095, '0', 'preview', '2023-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30175, 2016, '0', 'preview', '2023-04-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30176, 2090, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30177, 2107, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30178, 2135, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30179, 2092, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30180, 2117, '0', 'preview', '2023-04-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30181, 2120, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30182, 2086, '0', 'preview', '2023-04-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30183, 2089, '0', 'default', '2023-04-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30184, 2089, '0', 'preview', '2023-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30185, 2125, '0', 'preview', '2023-04-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30186, 1935, '0', 'preview', '2023-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30187, 2111, '0', 'preview', '2023-04-28', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30188, 2091, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30189, 2015, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30190, 2111, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30191, 2106, '0', 'preview', '2023-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30192, 2107, '0', 'preview', '2023-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30193, 2048, '0', 'preview', '2023-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30194, 2122, '0', 'preview', '2023-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30195, 2023, '0', 'preview', '2023-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30196, 2024, '0', 'preview', '2023-04-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30197, 2027, '0', 'preview', '2023-04-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30198, 2112, '0', 'preview', '2023-04-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30199, 2092, '0', 'default', '2023-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30200, 1960, '0', 'default', '2023-04-28', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30201, 2109, '0', 'preview', '2023-04-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30202, 2134, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30203, 2053, '0', 'default', '2023-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30204, 2086, '0', 'default', '2023-04-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30205, 2121, '0', 'default', '2023-04-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30206, 2055, '0', 'default', '2023-04-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30207, 2113, '0', 'preview', '2023-04-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30208, 1938, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30209, 2146, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30210, 2145, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30211, 2093, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30212, 2031, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30213, 2020, '0', 'preview', '2023-04-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30214, 2020, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30215, 2031, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30216, 2117, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30217, 1967, '0', 'preview', '2023-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30218, 1930, '0', 'preview', '2023-04-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30219, 2097, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30220, 2127, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30221, 2116, '0', 'preview', '2023-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30222, 2106, '0', 'default', '2023-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30223, 1912, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30224, 2121, '0', 'preview', '2023-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30225, 1964, '0', 'default', '2023-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30226, '2086\\\'[0]', '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30227, 2055, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30228, 2097, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30229, 2095, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30230, 2099, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30231, 2051, '0', 'default', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30232, 2039, '0', 'preview', '2023-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30233, 2020, '0', 'preview', '2023-04-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30234, 2031, '0', 'preview', '2023-04-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30235, 2110, '0', 'preview', '2023-04-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30236, 2109, '0', 'preview', '2023-04-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30237, 2125, '0', 'preview', '2023-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30238, 2112, '0', 'preview', '2023-04-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30239, 2134, '0', 'preview', '2023-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30240, 2048, '0', 'preview', '2023-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30241, 2027, '0', 'preview', '2023-04-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30242, 2093, '0', 'preview', '2023-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30243, 2020, '0', 'default', '2023-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30244, 2039, '0', 'preview', '2023-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30245, 2111, '0', 'preview', '2023-04-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30246, 2086, '0', 'default', '2023-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30247, 2111, '0', 'default', '2023-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30248, 2113, '0', 'preview', '2023-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30249, 1930, '0', 'preview', '2023-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30250, 2121, '0', 'default', '2023-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30251, 2024, '0', 'preview', '2023-04-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30252, 2016, '0', 'preview', '2023-04-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30253, 2024, '0', 'default', '2023-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30254, 2089, '0', 'default', '2023-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30255, 2089, '0', 'preview', '2023-04-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30256, 2117, '0', 'preview', '2023-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30257, 2121, '0', 'preview', '2023-04-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30258, 1886, '0', 'default', '2023-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30259, 1886, '0', 'preview', '2023-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30260, 2095, '0', 'preview', '2023-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30261, 2086, '0', 'preview', '2023-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30262, 2110, '0', 'default', '2023-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30263, 2109, '0', 'default', '2023-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30264, 2145, '0', 'default', '2023-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30265, 2140, '0', 'preview', '2023-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30266, 2055, '0', 'default', '2023-04-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30267, 2113, '0', 'preview', '2023-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30268, 2110, '0', 'preview', '2023-04-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30269, 2117, '0', 'preview', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30270, 2092, '0', 'default', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30271, 1960, '0', 'default', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30272, 2109, '0', 'preview', '2023-04-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30273, 2016, '0', 'preview', '2023-04-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30274, 2024, '0', 'preview', '2023-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30275, 2027, '0', 'preview', '2023-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30276, 1930, '0', 'preview', '2023-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30277, 2053, '0', 'preview', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30278, 2111, '0', 'preview', '2023-04-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30279, 2093, '0', 'preview', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30280, 2112, '0', 'preview', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30281, 1953, '0', 'preview', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30282, 2086, '0', 'default', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30283, 1933, '0', 'preview', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30284, 2089, '0', 'default', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30285, 2121, '0', 'preview', '2023-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30286, 2089, '0', 'preview', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30287, 2121, '0', 'default', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30288, 2117, '0', 'default', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30289, 2024, '0', 'default', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30290, 2055, '0', 'preview', '2023-04-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30291, 2031, '0', 'preview', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30292, 2097, '0', 'preview', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30293, 2020, '0', 'preview', '2023-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30294, 2067, '0', 'preview', '2023-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30295, 2039, '0', 'preview', '2023-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30296, 2109, '0', 'preview', '2023-05-01', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30297, 2111, '0', 'preview', '2023-05-01', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30298, 2112, '0', 'preview', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30299, 2089, '0', 'default', '2023-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30300, 2110, '0', 'preview', '2023-05-01', 21);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30301, 2024, '0', 'default', '2023-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30302, 1960, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30303, 2121, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30304, 2092, '0', 'default', '2023-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30305, 2125, '0', 'preview', '2023-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30306, 2121, '0', 'preview', '2023-05-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30307, 2097, '0', 'preview', '2023-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30308, 2020, '0', 'preview', '2023-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30309, 2055, '0', 'preview', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30310, 2067, '0', 'preview', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30311, 2135, '0', 'default', '2023-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30312, 2031, '0', 'preview', '2023-05-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30313, 2133, '0', 'preview', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30314, 2133, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30315, 2106, '0', 'preview', '2023-05-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30316, 2089, '0', 'preview', '2023-05-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30317, 1930, '0', 'preview', '2023-05-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30318, 2086, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30319, 2031, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30320, 1912, '0', 'preview', '2023-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30321, 2113, '0', 'preview', '2023-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30322, 1935, '0', 'preview', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30323, 1912, '0', 'default', '2023-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30324, 2107, '0', 'preview', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30325, 2016, '0', 'preview', '2023-05-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30326, 2053, '0', 'default', '2023-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30327, 1938, '0', 'preview', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30328, 1950, '0', 'preview', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30329, 2145, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30330, 2027, '0', 'preview', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30331, 2048, '0', 'preview', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30332, 1967, '0', 'preview', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30333, 2051, '0', 'preview', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30334, 1964, '0', 'preview', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30335, 2086, '0', 'preview', '2023-05-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30336, 2093, '0', 'preview', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30337, 2107, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30338, 2048, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30339, 2067, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30340, 2112, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30341, 2125, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30342, 2122, '0', 'default', '2023-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30343, 2090, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30344, 2091, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30345, 2132, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30346, 2134, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30347, 2093, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30348, 2111, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30349, 2109, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30350, 2110, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30351, 2097, '0', 'default', '2023-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30352, 2095, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30353, 2099, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30354, 2129, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30355, 1950, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30356, 2128, '0', 'default', '2023-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30357, 2142, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30358, 2126, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30359, 2127, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30360, 1957, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30361, 2140, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30362, 1952, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30363, 2051, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30364, 1964, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30365, 2016, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30366, 2027, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30367, 2066, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30368, 2065, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30369, 2117, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30370, 1967, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30371, 2119, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30372, 2024, '0', 'preview', '2023-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30373, 2092, '0', 'preview', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30374, 2090, '0', 'preview', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30375, 2117, '0', 'preview', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30376, 2106, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30377, 2148, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30378, 2039, '0', 'default', '2023-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30379, 2114, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30380, 2115, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30381, 2116, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30382, 2055, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30383, 2020, '0', 'default', '2023-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30384, 2112, '0', 'preview', '2023-05-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30385, 2089, '0', 'default', '2023-05-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30386, 2113, '0', 'preview', '2023-05-02', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30387, 2113, '0', 'default', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30388, 2110, '0', 'preview', '2023-05-02', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30389, 1960, '0', 'default', '2023-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30390, 2016, '0', 'preview', '2023-05-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30391, 2111, '0', 'preview', '2023-05-02', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30392, 2109, '0', 'preview', '2023-05-02', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30393, 2092, '0', 'default', '2023-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30394, 2086, '0', 'preview', '2023-05-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30395, 2118, '0', 'default', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30396, 1930, '0', 'preview', '2023-05-02', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30397, 1932, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30398, 2121, '0', 'default', '2023-05-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30399, 2089, '0', 'preview', '2023-05-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30400, 2107, '0', 'preview', '2023-05-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30401, 2121, '0', 'preview', '2023-05-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30402, 2106, '0', 'preview', '2023-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30403, 2145, '0', 'default', '2023-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30404, 2122, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30405, 2107, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30406, 2106, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30407, 2016, '0', 'default', '2023-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30408, 2027, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30409, 2116, '0', 'preview', '2023-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30410, 2024, '0', 'default', '2023-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30411, 2111, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30412, 2115, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30413, 2114, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30414, 1938, '0', 'default', '2023-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30415, 2092, '0', 'preview', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30416, 2027, '0', 'preview', '2023-05-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30417, 2135, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30418, 2117, '0', 'default', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30419, 1967, '0', 'default', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30420, 2097, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30421, 2086, '0', 'default', '2023-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30422, 2117, '0', 'preview', '2023-05-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30423, 2031, '0', 'preview', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30424, 1938, '0', 'preview', '2023-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30425, 2024, '0', 'preview', '2023-05-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30426, 2090, '0', 'preview', '2023-05-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30427, 2127, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30428, 1950, '0', 'preview', '2023-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30429, 1953, '0', 'preview', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30430, 2048, '0', 'default', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30431, 2110, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30432, 1955, '0', 'preview', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30433, 2067, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30434, 1967, '0', 'preview', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30435, 2055, '0', 'default', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30436, 2128, '0', 'preview', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30437, 2129, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30438, 2158, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30439, 1913, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30440, 1917, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30441, 1955, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30442, 2125, '0', 'default', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30443, 2145, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30444, 2039, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30445, 2158, '0', 'preview', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30446, 2135, '0', 'preview', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30447, 2020, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30448, 1930, '0', 'default', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30449, 2065, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30450, 2067, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30451, 2125, '0', 'preview', '2023-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30452, 2048, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30453, 2118, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30454, 2097, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30455, 2146, '0', 'default', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30456, 2147, '0', 'preview', '2023-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30457, 2111, '0', 'preview', '2023-05-03', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30458, 2016, '0', 'preview', '2023-05-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30459, 2027, '0', 'preview', '2023-05-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30460, 2024, '0', 'preview', '2023-05-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30461, 2112, '0', 'preview', '2023-05-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30462, 1930, '0', 'preview', '2023-05-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30463, 2109, '0', 'preview', '2023-05-03', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30464, 2110, '0', 'preview', '2023-05-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30465, 2048, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30466, 2121, '0', 'preview', '2023-05-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30467, 2099, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30468, 2097, '0', 'preview', '2023-05-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30469, 2024, '0', 'default', '2023-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30470, 2118, '0', 'default', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30471, 2048, '0', 'default', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30472, 1886, '0', 'preview', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30473, 2086, '0', 'preview', '2023-05-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30474, 2125, '0', 'preview', '2023-05-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30475, 2092, '0', 'default', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30476, 2020, '0', 'preview', '2023-05-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30477, 2113, '0', 'preview', '2023-05-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30478, 2067, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30479, 2089, '0', 'preview', '2023-05-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30480, 2031, '0', 'preview', '2023-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30481, 2117, '0', 'default', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30482, 2089, '0', 'default', '2023-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30483, 2093, '0', 'preview', '2023-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30484, 1960, '0', 'default', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30485, 1931, '0', 'preview', '2023-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30486, 2092, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30487, 2090, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30488, 2106, '0', 'preview', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30489, 2097, '0', 'default', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30490, 1917, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30491, 2086, '0', 'default', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30492, 2093, '0', 'default', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30493, 2055, '0', 'preview', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30494, 2055, '0', 'default', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30495, 2117, '0', 'preview', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30496, 2106, '0', 'default', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30497, 2121, '0', 'default', '2023-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30498, 1950, '0', 'preview', '2023-05-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30499, 2145, '0', 'preview', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30500, 1938, '0', 'default', '2023-05-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30501, 2146, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30502, 1967, '0', 'default', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30503, 2039, '0', 'preview', '2023-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30504, 1930, '0', 'default', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30505, 2111, '0', 'default', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30506, 2116, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30507, 1938, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30508, 1935, '0', 'preview', '2023-05-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30509, 1912, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30510, 2135, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30511, 2141, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30512, 2015, '0', 'preview', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30513, 2145, '0', 'default', '2023-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30514, 2012, '0', 'default', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30515, 2111, '0', 'preview', '2023-05-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30516, 2089, '0', 'default', '2023-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30517, 2121, '0', 'default', '2023-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30518, 2095, '0', 'default', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30519, 2110, '0', 'preview', '2023-05-04', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30520, 2109, '0', 'preview', '2023-05-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30521, 2089, '0', 'preview', '2023-05-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30522, 2053, '0', 'default', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30523, 2109, '0', 'default', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30524, 2110, '0', 'default', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30525, 2134, '0', 'default', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30526, 2086, '0', 'preview', '2023-05-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30527, 2112, '0', 'default', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30528, 2112, '0', 'preview', '2023-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30529, 2135, '0', 'default', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30530, 2016, '0', 'default', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30531, 2024, '0', 'default', '2023-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30532, 2092, '0', 'default', '2023-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30533, 2091, '0', 'default', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30534, 2090, '0', 'default', '2023-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30535, 1930, '0', 'preview', '2023-05-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30536, 2031, '0', 'preview', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30537, 2020, '0', 'preview', '2023-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30538, 2121, '0', 'preview', '2023-05-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30539, 2118, '0', 'preview', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30540, 2117, '0', 'preview', '2023-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30541, 2125, '0', 'preview', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30542, 2096, '0', 'preview', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30543, 2048, '0', 'preview', '2023-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30544, 2098, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30545, 2094, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30546, 2113, '0', 'preview', '2023-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30547, 2145, '0', 'default', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30548, 2027, '0', 'preview', '2023-05-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30549, 2024, '0', 'preview', '2023-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30550, 2016, '0', 'preview', '2023-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30551, 2122, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30552, 2097, '0', 'default', '2023-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30553, 1960, '0', 'default', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30554, 2106, '0', 'default', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30555, 2055, '0', 'default', '2023-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30556, 2039, '0', 'default', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30557, 2158, '0', 'default', '2023-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30558, 2135, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30559, 2092, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30560, 2067, '0', 'preview', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30561, 2091, '0', 'preview', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30562, 2133, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30563, 2090, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30564, 2099, '0', 'preview', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30565, 2106, '0', 'preview', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30566, 1915, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30567, 1953, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30568, 2127, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30569, 2128, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30570, 1950, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30571, 2129, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30572, 2095, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30573, 2111, '0', 'default', '2023-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30574, 2020, '0', 'default', '2023-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30575, 1967, '0', 'default', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30576, 2117, '0', 'default', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30577, 2086, '0', 'default', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30578, 2116, '0', 'default', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30579, 2134, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30580, 2055, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30581, 2027, '0', 'default', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30582, 2107, '0', 'preview', '2023-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30583, 1935, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30584, 2093, '0', 'preview', '2023-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30585, 2039, '0', 'preview', '2023-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30586, 2110, '0', 'preview', '2023-05-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30587, 2092, '0', 'default', '2023-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30588, 2048, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30589, 2106, '0', 'preview', '2023-05-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30590, 2049, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30591, 2093, '0', 'preview', '2023-05-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30592, 2016, '0', 'preview', '2023-05-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30593, 1930, '0', 'preview', '2023-05-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30594, 2113, '0', 'preview', '2023-05-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30595, 2055, '0', 'default', '2023-05-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30596, 2089, '0', 'preview', '2023-05-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30597, 2020, '0', 'preview', '2023-05-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30598, 2031, '0', 'preview', '2023-05-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30599, 2099, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30600, 2111, '0', 'preview', '2023-05-05', 23);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30601, 2109, '0', 'preview', '2023-05-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30602, 2121, '0', 'preview', '2023-05-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30603, 2112, '0', 'preview', '2023-05-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30604, 2123, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30605, 2121, '0', 'default', '2023-05-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30606, 2117, '0', 'preview', '2023-05-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30607, 2092, '0', 'preview', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30608, 2024, '0', 'preview', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30609, 1967, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30610, 2086, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30611, 2053, '0', 'default', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30612, 2048, '0', 'default', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30613, 2097, '0', 'default', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30614, 2089, '0', 'default', '2023-05-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30615, 2111, '0', 'default', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30616, 2109, '0', 'default', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30617, 2110, '0', 'default', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30618, 2125, '0', 'preview', '2023-05-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30619, 2024, '0', 'default', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30620, 2158, '0', 'default', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30621, 2090, '0', 'default', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30622, 1960, '0', 'default', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30623, 1935, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30624, 2133, '0', 'default', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30625, 2091, '0', 'default', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30626, 2134, '0', 'default', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30627, 2117, '0', 'default', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30628, 2090, '0', 'preview', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30629, 2055, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30630, 2027, '0', 'preview', '2023-05-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30631, 2107, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30632, 1952, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30633, 1953, '0', 'preview', '2023-05-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30634, 2086, '0', 'default', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30635, 1950, '0', 'preview', '2023-05-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30636, 2067, '0', 'preview', '2023-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30637, 2118, '0', 'default', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30638, 1912, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30639, 2097, '0', 'preview', '2023-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30640, 2020, '0', 'preview', '2023-05-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30641, 2039, '0', 'preview', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30642, 2121, '0', 'preview', '2023-05-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30643, 2118, '0', 'preview', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30644, 2089, '0', 'preview', '2023-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30645, 2093, '0', 'preview', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30646, 2111, '0', 'preview', '2023-05-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30647, 2109, '0', 'preview', '2023-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30648, 2049, '0', 'preview', '2023-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30649, 2067, '0', 'preview', '2023-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30650, 1930, '0', 'preview', '2023-05-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30651, 2113, '0', 'preview', '2023-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30652, 2121, '0', 'default', '2023-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30653, 2112, '0', 'preview', '2023-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30654, 2055, '0', 'default', '2023-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30655, 2110, '0', 'preview', '2023-05-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30656, 2031, '0', 'preview', '2023-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30657, 2086, '0', 'preview', '2023-05-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30658, 1964, '0', 'preview', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30659, 2024, '0', 'default', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30660, 2024, '0', 'preview', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30661, 2089, '0', 'default', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30662, 2097, '0', 'default', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30663, 1960, '0', 'default', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30664, 1938, '0', 'preview', '2023-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30665, 2048, '0', 'default', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30666, 2110, '0', 'default', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30667, '2086\\\'[0]', '0', 'preview', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30668, 2095, '0', 'preview', '2023-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30669, 2099, '0', 'preview', '2023-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30670, 2111, '0', 'preview', '2023-05-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30671, 2121, '0', 'default', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30672, 2089, '0', 'default', '2023-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30673, 2031, '0', 'default', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30674, 2121, '0', 'preview', '2023-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30675, 2109, '0', 'preview', '2023-05-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30676, 2086, '0', 'preview', '2023-05-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30677, 2097, '0', 'preview', '2023-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30678, '2086\\\'[0]', '0', 'preview', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30679, 2016, '0', 'preview', '2023-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30680, 1930, '0', 'preview', '2023-05-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30681, 2113, '0', 'preview', '2023-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30682, 2117, '0', 'default', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30683, 2153, '0', 'preview', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30684, 2027, '0', 'preview', '2023-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30685, 2024, '0', 'preview', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30686, 2110, '0', 'preview', '2023-05-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30687, 2112, '0', 'preview', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30688, 2125, '0', 'preview', '2023-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30689, 2110, '0', 'default', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30690, 2097, '0', 'default', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30691, 2109, '0', 'default', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30692, 2118, '0', 'default', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30693, 2111, '0', 'default', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30694, 2106, '0', 'default', '2023-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30695, 2089, '0', 'preview', '2023-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30696, 2091, '0', 'preview', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30697, 2134, '0', 'preview', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30698, 2090, '0', 'preview', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30699, 2117, '0', 'preview', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30700, 2086, '0', 'default', '2023-05-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30701, 2067, '0', 'preview', '2023-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30702, 1930, '0', 'preview', '2023-05-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30703, 2121, '0', 'preview', '2023-05-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30704, 1911, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30705, 2121, '0', 'default', '2023-05-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30706, 2158, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30707, 2089, '0', 'default', '2023-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30708, 2031, '0', 'preview', '2023-05-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30709, 2109, '0', 'preview', '2023-05-08', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30710, 2117, '0', 'default', '2023-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30711, 2109, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30712, 2111, '0', 'default', '2023-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30713, 2016, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30714, 2113, '0', 'preview', '2023-05-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30715, 2089, '0', 'preview', '2023-05-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30716, 2110, '0', 'preview', '2023-05-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30717, 1960, '0', 'preview', '2023-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30718, 2086, '0', 'preview', '2023-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30719, 2055, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30720, 2067, '0', 'preview', '2023-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30721, 2055, '0', 'default', '2023-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30722, 2120, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30723, 2016, '0', 'preview', '2023-05-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30724, 2111, '0', 'preview', '2023-05-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30725, 2024, '0', 'preview', '2023-05-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30726, 2027, '0', 'preview', '2023-05-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30727, 2125, '0', 'preview', '2023-05-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30728, 2020, '0', 'preview', '2023-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30729, 2039, '0', 'preview', '2023-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30730, 2115, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30731, 2090, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30732, 2092, '0', 'preview', '2023-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30733, 1953, '0', 'preview', '2023-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30734, 2117, '0', 'preview', '2023-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30735, 2133, '0', 'preview', '2023-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30736, 2024, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30737, 2093, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30738, 1950, '0', 'preview', '2023-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30739, 1886, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30740, 2097, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30741, 2086, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30742, 2053, '0', 'default', '2023-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30743, 2112, '0', 'preview', '2023-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30744, 1931, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30745, 2048, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30746, 1957, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30747, 1967, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30748, 1930, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30749, 2130, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30750, 2131, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30751, 2113, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30752, 2039, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30753, 2106, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30754, 2145, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30755, 1960, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30756, 2054, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30757, 2093, '0', 'default', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30758, 2141, '0', 'preview', '2023-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30759, 1930, '0', 'preview', '2023-05-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30760, 2086, '0', 'preview', '2023-05-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30761, 2121, '0', 'default', '2023-05-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30762, 2089, '0', 'default', '2023-05-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30763, 2109, '0', 'default', '2023-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30764, 2110, '0', 'preview', '2023-05-09', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30765, 2089, '0', 'preview', '2023-05-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30766, 2111, '0', 'preview', '2023-05-09', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30767, 2027, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30768, 2125, '0', 'default', '2023-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30769, 2024, '0', 'preview', '2023-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30770, 1930, '0', 'default', '2023-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30771, 2048, '0', 'default', '2023-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30772, 2123, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30773, 2099, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30774, 2095, '0', 'preview', '2023-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30775, 2109, '0', 'preview', '2023-05-09', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30776, 2016, '0', 'preview', '2023-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30777, 2086, '0', 'default', '2023-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30778, 2113, '0', 'preview', '2023-05-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30779, 2107, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30780, 1950, '0', 'preview', '2023-05-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30781, 2031, '0', 'preview', '2023-05-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30782, 2117, '0', 'preview', '2023-05-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30783, 1953, '0', 'preview', '2023-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30784, 2125, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30785, 1950, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30786, 2055, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30787, 2055, '0', 'preview', '2023-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30788, 2106, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30789, 2054, '0', 'preview', '2023-05-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30790, 1960, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30791, 2092, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30792, 2027, '0', 'preview', '2023-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30793, 2020, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30794, 2106, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30795, 1912, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30796, 1938, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30797, 2145, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30798, 2121, '0', 'preview', '2023-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30799, 2067, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30800, 2112, '0', 'default', '2023-05-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30801, 2145, '0', 'preview', '2023-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30802, 2117, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30803, 2135, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30804, 1967, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30805, 2039, '0', 'preview', '2023-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30806, 2024, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30807, 2048, '0', 'preview', '2023-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30808, 2092, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30809, 2091, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30810, 2090, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30811, 2133, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30812, 2111, '0', 'default', '2023-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30813, 2054, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30814, 2093, '0', 'preview', '2023-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30815, 2118, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30816, 2097, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30817, 2020, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30818, 1933, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30819, 2066, '0', 'preview', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30820, 2066, '0', 'default', '2023-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30821, 2145, '0', 'preview', '2023-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30822, 2020, '0', 'preview', '2023-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30823, 2016, '0', 'preview', '2023-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30824, 2111, '0', 'preview', '2023-05-10', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30825, 2086, '0', 'preview', '2023-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30826, 2110, '0', 'preview', '2023-05-10', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30827, 2109, '0', 'preview', '2023-05-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30828, 2125, '0', 'preview', '2023-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30829, 2121, '0', 'preview', '2023-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30830, 2095, '0', 'preview', '2023-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30831, 2031, '0', 'preview', '2023-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30832, 2039, '0', 'preview', '2023-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30833, 1938, '0', 'preview', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30834, 2089, '0', 'preview', '2023-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30835, 2107, '0', 'preview', '2023-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30836, 1953, '0', 'preview', '2023-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30837, 2089, '0', 'default', '2023-05-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30838, 1950, '0', 'preview', '2023-05-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30839, 2086, '0', 'default', '2023-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30840, 2097, '0', 'default', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30841, 2111, '0', 'default', '2023-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30842, 2024, '0', 'default', '2023-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30843, 2121, '0', 'default', '2023-05-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30844, 1930, '0', 'preview', '2023-05-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30845, 2113, '0', 'preview', '2023-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30846, 1960, '0', 'default', '2023-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30847, 2092, '0', 'default', '2023-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30848, 1964, '0', 'default', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30849, 2106, '0', 'preview', '2023-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30850, 2097, '0', 'preview', '2023-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30851, 2020, '0', 'default', '2023-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30852, 2031, '0', 'default', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30853, 2039, '0', 'default', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30854, 2112, '0', 'preview', '2023-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30855, 2055, '0', 'preview', '2023-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30856, 2117, '0', 'preview', '2023-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30857, 2112, '0', 'default', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30858, 2027, '0', 'preview', '2023-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30859, 2024, '0', 'preview', '2023-05-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30860, 2067, '0', 'preview', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30861, 2158, '0', 'preview', '2023-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30862, 2088, '0', 'preview', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30863, 2049, '0', 'preview', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30864, 1925, '0', 'preview', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30865, 1935, '0', 'preview', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30866, 2135, '0', 'default', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30867, 2106, '0', 'default', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30868, 2092, '0', 'preview', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30869, 1967, '0', 'preview', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30870, 2133, '0', 'preview', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30871, 2133, '0', 'default', '2023-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30872, 1967, '0', 'default', '2023-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30873, 2117, '0', 'default', '2023-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30874, 1950, '0', 'preview', '2023-05-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30875, 2125, '0', 'preview', '2023-05-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30876, 1930, '0', 'preview', '2023-05-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30877, 2113, '0', 'preview', '2023-05-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30878, 2111, '0', 'preview', '2023-05-11', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30879, 2093, '0', 'preview', '2023-05-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30880, 2027, '0', 'preview', '2023-05-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30881, 2111, '0', 'default', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30882, 2121, '0', 'default', '2023-05-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30883, 2112, '0', 'preview', '2023-05-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30884, 2112, '0', 'preview', '2023-05-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30885, 2086, '0', 'default', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30886, 2067, '0', 'preview', '2023-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30887, 2039, '0', 'preview', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30888, 2110, '0', 'preview', '2023-05-11', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30889, 1953, '0', 'preview', '2023-05-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30890, 2031, '0', 'preview', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30891, 2129, '0', 'preview', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30892, 2089, '0', 'preview', '2023-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30893, 2107, '0', 'default', '2023-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30894, 2122, '0', 'preview', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30895, 2109, '0', 'preview', '2023-05-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30896, 2107, '0', 'preview', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30897, 2089, '0', 'default', '2023-05-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30898, 2106, '0', 'default', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30899, 2118, '0', 'default', '2023-05-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30900, 2024, '0', 'default', '2023-05-11', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30901, 2120, '0', 'preview', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30902, 2054, '0', 'preview', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30903, 2145, '0', 'preview', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30904, 2016, '0', 'preview', '2023-05-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30905, 2024, '0', 'preview', '2023-05-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30906, 1915, '0', 'default', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30907, 2121, '0', 'preview', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30908, 2097, '0', 'preview', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30909, 2053, '0', 'default', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30910, 2099, '0', 'preview', '2023-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30911, 2110, '0', 'default', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30912, 2086, '0', 'preview', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30913, 2117, '0', 'default', '2023-05-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30914, 2090, '0', 'preview', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30915, 2092, '0', 'default', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30916, 2128, '0', 'preview', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30917, 1960, '0', 'default', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30918, 2020, '0', 'preview', '2023-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30919, 2016, '0', 'default', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30920, 2027, '0', 'default', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30921, 2135, '0', 'default', '2023-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30922, 2145, '0', 'default', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30923, 2092, '0', 'preview', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30924, 2117, '0', 'preview', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30925, 2126, '0', 'default', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30926, 2106, '0', 'preview', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30927, 2055, '0', 'default', '2023-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30928, 1935, '0', 'preview', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30929, 2093, '0', 'default', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30930, 2122, '0', 'default', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30931, 2054, '0', 'default', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30932, 1964, '0', 'default', '2023-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30933, 2111, '0', 'preview', '2023-05-12', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30934, 2111, '0', 'preview', '2023-05-12', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30935, 1930, '0', 'preview', '2023-05-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30936, 2027, '0', 'preview', '2023-05-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30937, 2016, '0', 'preview', '2023-05-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30938, 2024, '0', 'preview', '2023-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30939, 2089, '0', 'preview', '2023-05-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30940, 2109, '0', 'preview', '2023-05-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30941, 2110, '0', 'preview', '2023-05-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30942, 1912, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30943, 2117, '0', 'default', '2023-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30944, 2125, '0', 'preview', '2023-05-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30945, 1967, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30946, 2053, '0', 'default', '2023-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30947, 2110, '0', 'default', '2023-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30948, 2121, '0', 'preview', '2023-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30949, 2118, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30950, 1967, '0', 'preview', '2023-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30951, 2086, '0', 'preview', '2023-05-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30952, 2067, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30953, 2097, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30954, 2112, '0', 'preview', '2023-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30955, 2089, '0', 'default', '2023-05-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30956, 1916, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30957, 2020, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30958, 2087, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30959, 2113, '0', 'preview', '2023-05-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30960, 2117, '0', 'preview', '2023-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30961, 2024, '0', 'default', '2023-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30962, 2135, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30963, 1950, '0', 'preview', '2023-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30964, 1960, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30965, 2127, '0', 'preview', '2023-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30966, 1952, '0', 'preview', '2023-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30967, 1957, '0', 'preview', '2023-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30968, 2067, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30969, 2092, '0', 'default', '2023-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30970, 1913, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30971, 2121, '0', 'default', '2023-05-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30972, 1953, '0', 'preview', '2023-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30973, 2140, '0', 'preview', '2023-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30974, 1953, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30975, 2020, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30976, 2106, '0', 'default', '2023-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30977, 2092, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30978, 2135, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30979, 2031, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30980, 2097, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30981, 2106, '0', 'preview', '2023-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30982, 2145, '0', 'default', '2023-05-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30983, 1938, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30984, 2146, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30985, 2055, '0', 'default', '2023-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30986, 2145, '0', 'preview', '2023-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30987, 2118, '0', 'preview', '2023-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30988, 2107, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30989, 1930, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30990, 1935, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30991, 2027, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30992, 1955, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30993, 1935, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30994, 2111, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30995, 2113, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30996, 1912, '0', 'preview', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30997, 2087, '0', 'default', '2023-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30998, 2055, '0', 'default', '2023-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30999, 2027, '0', 'preview', '2023-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31000, 2111, '0', 'preview', '2023-05-13', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31001, 2086, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31002, 1930, '0', 'preview', '2023-05-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31003, 2113, '0', 'preview', '2023-05-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31004, 2039, '0', 'preview', '2023-05-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31005, 2089, '0', 'preview', '2023-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31006, 2134, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31007, 2096, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31008, 2145, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31009, 2118, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31010, 2107, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31011, 2109, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31012, 2016, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31013, 2111, '0', 'default', '2023-05-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31014, 2020, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31015, 2097, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31016, 2065, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31017, 2027, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31018, 2099, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31019, 2117, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31020, 1967, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31021, 2051, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31022, 2121, '0', 'preview', '2023-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31023, 1938, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31024, 2099, '0', 'preview', '2023-05-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31025, 2031, '0', 'preview', '2023-05-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31026, 2141, '0', 'preview', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31027, 2092, '0', 'preview', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31028, 2135, '0', 'default', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31029, 2024, '0', 'default', '2023-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31030, 2112, '0', 'preview', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31031, 2067, '0', 'preview', '2023-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31032, 1950, '0', 'preview', '2023-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31033, 1950, '0', 'preview', '2023-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31034, 2086, '0', 'preview', '2023-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31035, 2110, '0', 'preview', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31036, 1953, '0', 'preview', '2023-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31037, 2109, '0', 'preview', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31038, 2091, '0', 'preview', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31039, 2016, '0', 'preview', '2023-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31040, 2024, '0', 'preview', '2023-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31041, 2145, '0', 'preview', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31042, 2087, '0', 'preview', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31043, 2110, '0', 'preview', '2023-05-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31044, 2109, '0', 'preview', '2023-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31045, 2111, '0', 'preview', '2023-05-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31046, 1952, '0', 'preview', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31047, 2024, '0', 'default', '2023-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31048, 1930, '0', 'preview', '2023-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31049, 2135, '0', 'default', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31050, 2016, '0', 'preview', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31051, 1950, '0', 'preview', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31052, 1950, '0', 'preview', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31053, 1950, '0', 'preview', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31054, 1935, '0', 'default', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31055, 2113, '0', 'default', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31056, 2020, '0', 'preview', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31057, 2092, '0', 'default', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31058, 1960, '0', 'default', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31059, 2121, '0', 'default', '2023-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31060, 2097, '0', 'default', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31061, 2116, '0', 'default', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31062, 2089, '0', 'default', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31063, 2112, '0', 'default', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31064, 2112, '0', 'preview', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31065, 2107, '0', 'default', '2023-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31066, 2145, '0', 'default', '2023-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31067, 2145, '0', 'preview', '2023-05-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31068, 2109, '0', 'preview', '2023-05-15', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31069, 2121, '0', 'preview', '2023-05-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31070, 2111, '0', 'preview', '2023-05-15', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31071, 1960, '0', 'preview', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31072, 2089, '0', 'preview', '2023-05-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31073, 2020, '0', 'preview', '2023-05-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31074, 2067, '0', 'preview', '2023-05-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31075, 2129, '0', 'preview', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31076, 1930, '0', 'preview', '2023-05-15', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31077, 2112, '0', 'preview', '2023-05-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31078, 2110, '0', 'preview', '2023-05-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31079, 2113, '0', 'preview', '2023-05-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31080, 2031, '0', 'preview', '2023-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31081, 2016, '0', 'preview', '2023-05-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31082, 2027, '0', 'preview', '2023-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31083, 2024, '0', 'preview', '2023-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31084, 2086, '0', 'preview', '2023-05-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31085, 2086, '0', 'default', '2023-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31086, 2121, '0', 'default', '2023-05-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31087, 2107, '0', 'preview', '2023-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31088, 2039, '0', 'preview', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31089, 2116, '0', 'preview', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31090, 2089, '0', 'default', '2023-05-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31091, 2092, '0', 'default', '2023-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31092, 2054, '0', 'default', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31093, 1960, '0', 'default', '2023-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31094, 2125, '0', 'preview', '2023-05-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31095, 2048, '0', 'preview', '2023-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31096, 2096, '0', 'preview', '2023-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31097, 2134, '0', 'preview', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31098, 2090, '0', 'preview', '2023-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31099, 2053, '0', 'preview', '2023-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31100, 1953, '0', 'preview', '2023-05-15', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31101, 2096, '0', 'default', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31102, 2097, '0', 'preview', '2023-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31103, 2095, '0', 'preview', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31104, 2099, '0', 'preview', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31105, 2055, '0', 'default', '2023-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31106, 1938, '0', 'preview', '2023-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31107, 2097, '0', 'default', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31108, 2024, '0', 'default', '2023-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31109, 2117, '0', 'preview', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31110, 2055, '0', 'preview', '2023-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31111, 2117, '0', 'default', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31112, 1950, '0', 'preview', '2023-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31113, 2106, '0', 'preview', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31114, 2111, '0', 'default', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31115, 2158, '0', 'preview', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31116, 1915, '0', 'default', '2023-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31117, 2109, '0', 'preview', '2023-05-16', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31118, 2086, '0', 'default', '2023-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31119, 2110, '0', 'preview', '2023-05-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31120, 2097, '0', 'preview', '2023-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31121, 2117, '0', 'preview', '2023-05-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31122, 1964, '0', 'default', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31123, 2051, '0', 'default', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31124, 2110, '0', 'default', '2023-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31125, 2039, '0', 'preview', '2023-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31126, 2113, '0', 'preview', '2023-05-16', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31127, 2111, '0', 'preview', '2023-05-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31128, 1930, '0', 'preview', '2023-05-16', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31129, 2134, '0', 'preview', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31130, 2089, '0', 'preview', '2023-05-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31131, 2031, '0', 'preview', '2023-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31132, 2020, '0', 'preview', '2023-05-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31133, 2055, '0', 'default', '2023-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31134, 2121, '0', 'default', '2023-05-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31135, 2111, '0', 'default', '2023-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31136, 2109, '0', 'default', '2023-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31137, 2089, '0', 'default', '2023-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31138, 2135, '0', 'default', '2023-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31139, 2092, '0', 'default', '2023-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31140, 2097, '0', 'default', '2023-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31141, 2134, '0', 'default', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31142, 1917, '0', 'preview', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31143, 2141, '0', 'preview', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31144, 2090, '0', 'preview', '2023-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31145, 2092, '0', 'preview', '2023-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31146, 2121, '0', 'preview', '2023-05-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31147, 2133, '0', 'preview', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31148, 1935, '0', 'preview', '2023-05-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31149, 2112, '0', 'preview', '2023-05-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31150, 1950, '0', 'preview', '2023-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31151, 2125, '0', 'preview', '2023-05-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31152, 2086, '0', 'preview', '2023-05-16', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31153, 2016, '0', 'preview', '2023-05-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31154, 2133, '0', 'default', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31155, 2117, '0', 'default', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31156, 1967, '0', 'default', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31157, 2127, '0', 'preview', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31158, 1953, '0', 'preview', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31159, 2106, '0', 'preview', '2023-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31160, 2024, '0', 'preview', '2023-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31161, 1938, '0', 'preview', '2023-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31162, 1960, '0', 'default', '2023-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31163, 2118, '0', 'preview', '2023-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31164, 1935, '0', 'default', '2023-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31165, 2093, '0', 'preview', '2023-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31166, 2027, '0', 'preview', '2023-05-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31167, 2106, '0', 'default', '2023-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31168, 2067, '0', 'preview', '2023-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31169, 2024, '0', 'default', '2023-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31170, 2053, '0', 'preview', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31171, 1930, '0', 'default', '2023-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31172, 2049, '0', 'preview', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31173, 2054, '0', 'default', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31174, 2066, '0', 'preview', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31175, 1925, '0', 'preview', '2023-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31176, 2145, '0', 'default', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31177, 1952, '0', 'preview', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31178, 2140, '0', 'preview', '2023-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31179, 2086, '0', 'default', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31180, 2125, '0', 'preview', '2023-05-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31181, 2112, '0', 'preview', '2023-05-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31182, 2110, '0', 'preview', '2023-05-17', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31183, 2109, '0', 'preview', '2023-05-17', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31184, 2118, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31185, 2055, '0', 'default', '2023-05-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31186, 2111, '0', 'preview', '2023-05-17', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31187, 2099, '0', 'preview', '2023-05-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31188, 2031, '0', 'preview', '2023-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31189, 2020, '0', 'preview', '2023-05-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31190, 2097, '0', 'preview', '2023-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31191, 2121, '0', 'preview', '2023-05-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31192, 2089, '0', 'preview', '2023-05-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31193, 2067, '0', 'preview', '2023-05-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31194, 2117, '0', 'preview', '2023-05-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31195, 1967, '0', 'preview', '2023-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31196, 1950, '0', 'preview', '2023-05-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31197, 2128, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31198, 2142, '0', 'preview', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31199, 2127, '0', 'preview', '2023-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31200, 1952, '0', 'preview', '2023-05-17', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31201, 1953, '0', 'preview', '2023-05-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31202, 1955, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31203, 2140, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31204, 2053, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31205, 2016, '0', 'preview', '2023-05-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31206, 2027, '0', 'preview', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31207, 2089, '0', 'default', '2023-05-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31208, 2092, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31209, 2090, '0', 'preview', '2023-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31210, 2086, '0', 'preview', '2023-05-17', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31211, 2096, '0', 'preview', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31212, 2134, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31213, 2048, '0', 'preview', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31214, 1917, '0', 'preview', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31215, 2145, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31216, 1938, '0', 'preview', '2023-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31217, 2146, '0', 'preview', '2023-05-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31218, 2147, '0', 'preview', '2023-05-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31219, 2121, '0', 'default', '2023-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31220, 2113, '0', 'preview', '2023-05-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31221, 2117, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31222, 2024, '0', 'preview', '2023-05-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31223, 1930, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31224, 1930, '0', 'preview', '2023-05-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31225, 2039, '0', 'preview', '2023-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31226, 2123, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31227, 2092, '0', 'default', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31228, 2118, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31229, 2023, '0', 'preview', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31230, 2015, '0', 'preview', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31231, 1886, '0', 'preview', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31232, 1931, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31233, 1925, '0', 'preview', '2023-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31234, 1912, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31235, 2054, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31236, 2055, '0', 'preview', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31237, 2093, '0', 'preview', '2023-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31238, 2097, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31239, 2126, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31240, 2096, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31241, 2116, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31242, 2099, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31243, 2039, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31244, 2114, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31245, 2127, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31246, 1933, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31247, 2095, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31248, 1960, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31249, 1935, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31250, 2106, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31251, 2053, '0', 'preview', '2023-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31252, 2054, '0', 'default', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31253, 2135, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31254, 2122, '0', 'preview', '2023-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31255, 1938, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31256, 2145, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31257, 2146, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31258, 2147, '0', 'default', '2023-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31259, 2111, '0', 'preview', '2023-05-18', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31260, 2109, '0', 'preview', '2023-05-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31261, 2110, '0', 'preview', '2023-05-18', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31262, 2121, '0', 'default', '2023-05-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31263, 1950, '0', 'preview', '2023-05-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31264, 1930, '0', 'preview', '2023-05-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31265, 2129, '0', 'preview', '2023-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31266, 1953, '0', 'preview', '2023-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31267, 2027, '0', 'preview', '2023-05-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31268, 2024, '0', 'preview', '2023-05-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31269, 2016, '0', 'preview', '2023-05-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31270, 2089, '0', 'preview', '2023-05-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31271, 2121, '0', 'preview', '2023-05-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31272, 2051, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31273, 2086, '0', 'default', '2023-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31274, 2086, '0', 'preview', '2023-05-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31275, 1935, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31276, 1930, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31277, 2133, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31278, 2090, '0', 'default', '2023-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31279, 2097, '0', 'default', '2023-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31280, 2097, '0', 'preview', '2023-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31281, 1917, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31282, 1913, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31283, 2125, '0', 'preview', '2023-05-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31284, 2031, '0', 'preview', '2023-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31285, 2158, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31286, 2090, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31287, 1966, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31288, 1931, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31289, 2055, '0', 'default', '2023-05-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31290, 2092, '0', 'default', '2023-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31291, 2113, '0', 'preview', '2023-05-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31292, 2039, '0', 'preview', '2023-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31293, 2020, '0', 'preview', '2023-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31294, 2053, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31295, 2027, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31296, 2087, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31297, 2055, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31298, 2117, '0', 'preview', '2023-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31299, 2112, '0', 'preview', '2023-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31300, 2117, '0', 'default', '2023-05-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31301, 1967, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31302, 2089, '0', 'default', '2023-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31303, 2099, '0', 'default', '2023-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31304, 2099, '0', 'preview', '2023-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31305, 2106, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31306, 2110, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31307, 2048, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31308, 2116, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31309, 2048, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31310, 2091, '0', 'default', '2023-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31311, 2024, '0', 'default', '2023-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31312, 2141, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31313, 2122, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31314, 2016, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31315, 1935, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31316, 2053, '0', 'preview', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31317, 1960, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31318, 1912, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31319, 1913, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31320, 2106, '0', 'default', '2023-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31321, 2093, '0', 'preview', '2023-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31322, 2111, '0', 'preview', '2023-05-19', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31323, 2117, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31324, 1967, '0', 'default', '2023-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31325, 2024, '0', 'preview', '2023-05-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31326, 2147, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31327, 2086, '0', 'default', '2023-05-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31328, 2106, '0', 'default', '2023-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31329, 1917, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31330, 2140, '0', 'default', '2023-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31331, 2109, '0', 'preview', '2023-05-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31332, 1953, '0', 'preview', '2023-05-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31333, 1930, '0', 'preview', '2023-05-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31334, 2089, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31335, 2125, '0', 'preview', '2023-05-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31336, 2121, '0', 'default', '2023-05-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31337, 2110, '0', 'preview', '2023-05-19', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31338, 2097, '0', 'preview', '2023-05-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31339, 2096, '0', 'preview', '2023-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31340, 2020, '0', 'preview', '2023-05-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31341, 2116, '0', 'preview', '2023-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31342, 2095, '0', 'preview', '2023-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31343, 2039, '0', 'preview', '2023-05-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31344, 2099, '0', 'preview', '2023-05-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31345, 2117, '0', 'preview', '2023-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31346, 1967, '0', 'preview', '2023-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31347, 2121, '0', 'preview', '2023-05-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31348, 1886, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31349, 2112, '0', 'preview', '2023-05-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31350, 2015, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31351, 2028, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31352, 2027, '0', 'preview', '2023-05-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31353, 2023, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31354, 2016, '0', 'preview', '2023-05-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31355, 2031, '0', 'preview', '2023-05-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31356, 1950, '0', 'preview', '2023-05-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31357, 2097, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31358, 2111, '0', 'default', '2023-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31359, 2110, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31360, 2109, '0', 'default', '2023-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31361, 2067, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31362, 2089, '0', 'preview', '2023-05-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31363, 2122, '0', 'preview', '2023-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31364, 2095, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31365, 2086, '0', 'preview', '2023-05-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31366, 2122, '0', 'default', '2023-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31367, 2146, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31368, 2141, '0', 'default', '2023-05-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31369, 2141, '0', 'preview', '2023-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31370, 2048, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31371, 2048, '0', 'preview', '2023-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31372, 2067, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31373, 2055, '0', 'default', '2023-05-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31374, 2142, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31375, 2053, '0', 'default', '2023-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31376, 2049, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31377, 2158, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31378, 2133, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31379, 2055, '0', 'preview', '2023-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31380, 2113, '0', 'preview', '2023-05-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31381, 1912, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31382, 2106, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31383, 1960, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31384, 2054, '0', 'preview', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31385, 2020, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31386, 2116, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31387, 2154, '0', 'default', '2023-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31388, 2111, '0', 'preview', '2023-05-20', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31389, 2125, '0', 'preview', '2023-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31390, 2024, '0', 'preview', '2023-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31391, 2117, '0', 'preview', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31392, 2089, '0', 'default', '2023-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31393, 2067, '0', 'preview', '2023-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31394, 2147, '0', 'preview', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31395, 2121, '0', 'preview', '2023-05-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31396, 2092, '0', 'default', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31397, 2121, '0', 'default', '2023-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31398, 1960, '0', 'default', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31399, 2016, '0', 'preview', '2023-05-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31400, 2146, '0', 'preview', '2023-05-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31401, 2024, '0', 'default', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31402, 2113, '0', 'preview', '2023-05-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31403, 1930, '0', 'preview', '2023-05-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31404, 2109, '0', 'preview', '2023-05-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31405, 2110, '0', 'preview', '2023-05-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31406, 1950, '0', 'preview', '2023-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31407, 1953, '0', 'preview', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31408, 1953, '0', 'preview', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31409, 2027, '0', 'preview', '2023-05-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31410, 2097, '0', 'preview', '2023-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31411, 2110, '0', 'default', '2023-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31412, 2048, '0', 'preview', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31413, 1930, '0', 'default', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31414, 2020, '0', 'preview', '2023-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31415, 2096, '0', 'preview', '2023-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31416, 2086, '0', 'preview', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31417, 2141, '0', 'preview', '2023-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31418, 2133, '0', 'preview', '2023-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31419, 2145, '0', 'default', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31420, 2145, '0', 'preview', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31421, 2089, '0', 'preview', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31422, 1938, '0', 'preview', '2023-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31423, 2089, '0', 'default', '2023-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31424, 2121, '0', 'default', '2023-05-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31425, 2133, '0', 'preview', '2023-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31426, 2031, '0', 'preview', '2023-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31427, 2110, '0', 'preview', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31428, 2086, '0', 'preview', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31429, 1886, '0', 'preview', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31430, 2027, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31431, 2054, '0', 'default', '2023-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31432, 2147, '0', 'preview', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31433, 2053, '0', 'preview', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31434, 1932, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31435, 2020, '0', 'preview', '2023-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31436, 1930, '0', 'preview', '2023-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31437, 2111, '0', 'preview', '2023-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31438, 2146, '0', 'preview', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31439, 2125, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31440, 1953, '0', 'preview', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31441, 1950, '0', 'preview', '2023-05-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31442, 2090, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31443, 2111, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31444, 2109, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31445, 2053, '0', 'default', '2023-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31446, 2145, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31447, 2112, '0', 'preview', '2023-05-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31448, 2112, '0', 'preview', '2023-05-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31449, 2109, '0', 'preview', '2023-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31450, 2089, '0', 'preview', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31451, 2121, '0', 'preview', '2023-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31452, 2135, '0', 'preview', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31453, 2113, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31454, 2024, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31455, 1960, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31456, 2092, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31457, 2117, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31458, 1967, '0', 'default', '2023-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31459, 2110, '0', 'default', '2023-05-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31460, 2113, '0', 'preview', '2023-05-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31461, 2055, '0', 'default', '2023-05-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31462, 2048, '0', 'preview', '2023-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31463, 2089, '0', 'preview', '2023-05-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31464, 2121, '0', 'preview', '2023-05-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31465, 2111, '0', 'preview', '2023-05-22', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31466, 2110, '0', 'preview', '2023-05-22', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31467, 1938, '0', 'preview', '2023-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31468, 2121, '0', 'default', '2023-05-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31469, 2118, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31470, 2109, '0', 'preview', '2023-05-22', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31471, 2089, '0', 'default', '2023-05-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31472, 2086, '0', 'preview', '2023-05-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31473, 2086, '0', 'preview', '2023-05-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31474, 2112, '0', 'preview', '2023-05-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31475, 1967, '0', 'preview', '2023-05-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31476, 2106, '0', 'preview', '2023-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31477, 2053, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31478, 2031, '0', 'preview', '2023-05-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31479, 2117, '0', 'preview', '2023-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31480, 2020, '0', 'preview', '2023-05-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31481, 2027, '0', 'preview', '2023-05-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31482, 1950, '0', 'preview', '2023-05-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31483, 2128, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31484, 2142, '0', 'preview', '2023-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31485, 1930, '0', 'preview', '2023-05-22', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31486, 2126, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31487, 2114, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31488, 2099, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31489, 2039, '0', 'preview', '2023-05-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31490, 2115, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31491, 2095, '0', 'preview', '2023-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31492, 2016, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31493, 2145, '0', 'preview', '2023-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31494, 2146, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31495, 2024, '0', 'default', '2023-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31496, 2125, '0', 'preview', '2023-05-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31497, 2122, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31498, 2147, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31499, 2024, '0', 'preview', '2023-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31500, 2054, '0', 'default', '2023-05-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31501, 2133, '0', 'preview', '2023-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31502, 2016, '0', 'preview', '2023-05-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31503, 1953, '0', 'preview', '2023-05-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31504, 2048, '0', 'default', '2023-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31505, 1957, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31506, 2098, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31507, 2092, '0', 'default', '2023-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31508, 2092, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31509, 2094, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31510, 2096, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31511, 2109, '0', 'default', '2023-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31512, 2111, '0', 'default', '2023-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31513, 2093, '0', 'preview', '2023-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31514, 2129, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31515, 2031, '0', 'default', '2023-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31516, 1938, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31517, 2145, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31518, 2055, '0', 'preview', '2023-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31519, 1960, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31520, 1950, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31521, 2128, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31522, 2127, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31523, 1957, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31524, 2140, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31525, 1925, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31526, 2120, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31527, 2093, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31528, 1930, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31529, 1886, '0', 'preview', '2023-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31530, 2091, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31531, 2099, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31532, 1935, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31533, 1953, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31534, 2020, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31535, 2141, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31536, 2090, '0', 'preview', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31537, 1964, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31538, 2086, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31539, 2107, '0', 'default', '2023-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31540, 2123, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31541, 2113, '0', 'preview', '2023-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31542, 2067, '0', 'preview', '2023-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31543, 2110, '0', 'preview', '2023-05-23', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31544, 2086, '0', 'default', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31545, 2112, '0', 'preview', '2023-05-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31546, 1953, '0', 'preview', '2023-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31547, 2135, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31548, 2121, '0', 'preview', '2023-05-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31549, 1960, '0', 'default', '2023-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31550, 2121, '0', 'default', '2023-05-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31551, 2086, '0', 'preview', '2023-05-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31552, 2089, '0', 'preview', '2023-05-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31553, 2031, '0', 'preview', '2023-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31554, 2099, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31555, 2109, '0', 'preview', '2023-05-23', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31556, 2048, '0', 'preview', '2023-05-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31557, 1886, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31558, 1930, '0', 'preview', '2023-05-23', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31559, 2024, '0', 'preview', '2023-05-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31560, 2092, '0', 'default', '2023-05-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31561, 1950, '0', 'preview', '2023-05-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31562, 2111, '0', 'preview', '2023-05-23', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31563, 2027, '0', 'preview', '2023-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31564, 2016, '0', 'preview', '2023-05-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31565, 2055, '0', 'default', '2023-05-23', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31566, 2089, '0', 'default', '2023-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31567, 1933, '0', 'preview', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31568, 2141, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31569, 2097, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31570, 2125, '0', 'preview', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31571, 2012, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31572, 2020, '0', 'preview', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31573, 2117, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31574, 2053, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31575, 2053, '0', 'preview', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31576, 1912, '0', 'preview', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31577, 2106, '0', 'preview', '2023-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31578, 2119, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31579, 2132, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31580, 1935, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31581, 1930, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31582, 2055, '0', 'preview', '2023-05-23', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31583, 2145, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31584, 2054, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31585, 1960, '0', 'preview', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31586, 2117, '0', 'preview', '2023-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31587, 2152, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31588, 1967, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31589, 1967, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31590, 2111, '0', 'default', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31591, 2109, '0', 'default', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31592, 2110, '0', 'default', '2023-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31593, 2039, '0', 'preview', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31594, 2024, '0', 'default', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31595, 2067, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31596, 2096, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31597, 2133, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31598, 1964, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31599, 2135, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31600, 2129, '0', 'preview', '2023-05-23', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31601, 2126, '0', 'preview', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31602, 2106, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31603, 2093, '0', 'preview', '2023-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31604, 2097, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31605, 1912, '0', 'default', '2023-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31606, 2117, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31607, 2117, '0', 'preview', '2023-05-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31608, 2089, '0', 'default', '2023-05-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31609, 2125, '0', 'preview', '2023-05-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31610, 2110, '0', 'preview', '2023-05-24', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31611, 2135, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31612, 2145, '0', 'preview', '2023-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31613, 1950, '0', 'preview', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31614, 2031, '0', 'preview', '2023-05-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31615, 1930, '0', 'preview', '2023-05-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31616, 1957, '0', 'default', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31617, 2053, '0', 'default', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31618, 2147, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31619, 2133, '0', 'preview', '2023-05-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31620, 2090, '0', 'default', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31621, 2121, '0', 'preview', '2023-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31622, 2109, '0', 'preview', '2023-05-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31623, 2086, '0', 'preview', '2023-05-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31624, 2067, '0', 'preview', '2023-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31625, 2111, '0', 'preview', '2023-05-24', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31626, 2090, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31627, 2016, '0', 'preview', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31628, 2141, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31629, 2055, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31630, 2113, '0', 'preview', '2023-05-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31631, 1935, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31632, 2097, '0', 'preview', '2023-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31633, 2027, '0', 'preview', '2023-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31634, 1953, '0', 'preview', '2023-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31635, 2089, '0', 'preview', '2023-05-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31636, 2134, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31637, 2066, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31638, 2092, '0', 'default', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31639, 2121, '0', 'default', '2023-05-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31640, 1960, '0', 'default', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31641, 2024, '0', 'default', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31642, 1930, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31643, 1937, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31644, 2158, '0', 'preview', '2023-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31645, 2106, '0', 'preview', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31646, 2066, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31647, 2020, '0', 'preview', '2023-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31648, 2097, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31649, 1960, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31650, 2053, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31651, 1950, '0', 'default', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31652, 1953, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31653, 2127, '0', 'default', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31654, 2128, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31655, 2126, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31656, 1886, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31657, 1886, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31658, 2109, '0', 'default', '2023-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31659, 2106, '0', 'default', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31660, 2086, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31661, 2112, '0', 'preview', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31662, 1967, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31663, 2130, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31664, 1925, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31665, 1916, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31666, 2145, '0', 'default', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31667, 2093, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31668, 2133, '0', 'default', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31669, 2039, '0', 'preview', '2023-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31670, 2016, '0', 'default', '2023-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31671, 2066, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31672, 2111, '0', 'preview', '2023-05-25', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31673, 2109, '0', 'preview', '2023-05-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31674, 1953, '0', 'preview', '2023-05-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31675, 2093, '0', 'preview', '2023-05-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31676, 2117, '0', 'preview', '2023-05-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31677, 2092, '0', 'default', '2023-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31678, 2117, '0', 'default', '2023-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31679, 2089, '0', 'preview', '2023-05-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31680, 2110, '0', 'preview', '2023-05-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31681, 2121, '0', 'preview', '2023-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31682, 2112, '0', 'preview', '2023-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31683, 2024, '0', 'preview', '2023-05-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31684, 2086, '0', 'preview', '2023-05-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31685, 1967, '0', 'preview', '2023-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31686, 2053, '0', 'preview', '2023-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31687, 1960, '0', 'preview', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31688, 1930, '0', 'preview', '2023-05-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31689, 1950, '0', 'preview', '2023-05-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31690, 2020, '0', 'preview', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31691, 2133, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31692, 2146, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31693, 2039, '0', 'preview', '2023-05-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31694, 1912, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31695, 1912, '0', 'preview', '2023-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31696, 2121, '0', 'default', '2023-05-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31697, 1960, '0', 'default', '2023-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31698, 2016, '0', 'preview', '2023-05-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31699, 2113, '0', 'preview', '2023-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31700, 2135, '0', 'default', '2023-05-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31701, 2031, '0', 'preview', '2023-05-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31702, 2024, '0', 'default', '2023-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31703, 2067, '0', 'preview', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31704, 2145, '0', 'preview', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31705, 2097, '0', 'preview', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31706, 2055, '0', 'default', '2023-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31707, 2089, '0', 'default', '2023-05-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31708, 1964, '0', 'preview', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31709, 1930, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31710, 2110, '0', 'default', '2023-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31711, 1931, '0', 'preview', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31712, 2097, '0', 'default', '2023-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31713, 2027, '0', 'preview', '2023-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31714, 1913, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31715, 2086, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31716, 2111, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31717, 2093, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31718, 2106, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31719, 2055, '0', 'preview', '2023-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31720, 2116, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31721, 2095, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31722, 2125, '0', 'preview', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31723, 2112, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31724, 2067, '0', 'default', '2023-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31725, 2020, '0', 'default', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31726, 2110, '0', 'preview', '2023-05-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31727, 2111, '0', 'preview', '2023-05-26', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31728, 2097, '0', 'default', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31729, 1950, '0', 'preview', '2023-05-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31730, 1953, '0', 'preview', '2023-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31731, 2031, '0', 'default', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31732, 2112, '0', 'preview', '2023-05-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31733, 2125, '0', 'preview', '2023-05-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31734, 1912, '0', 'preview', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31735, 2106, '0', 'preview', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31736, 2120, '0', 'default', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31737, 1930, '0', 'preview', '2023-05-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31738, 2109, '0', 'preview', '2023-05-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31739, 1964, '0', 'preview', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31740, 2121, '0', 'preview', '2023-05-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31741, 2055, '0', 'default', '2023-05-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31742, 2121, '0', 'default', '2023-05-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31743, 2089, '0', 'preview', '2023-05-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31744, 2123, '0', 'preview', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31745, 2024, '0', 'preview', '2023-05-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31746, 2016, '0', 'preview', '2023-05-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31747, 2024, '0', 'default', '2023-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31748, 2086, '0', 'preview', '2023-05-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31749, 1960, '0', 'default', '2023-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31750, 2092, '0', 'default', '2023-05-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31751, 2031, '0', 'preview', '2023-05-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31752, 2039, '0', 'preview', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31753, 2027, '0', 'preview', '2023-05-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31754, 2089, '0', 'default', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31755, 2113, '0', 'preview', '2023-05-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31756, 2158, '0', 'default', '2023-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31757, 2096, '0', 'default', '2023-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31758, 2096, '0', 'preview', '2023-05-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31759, 2086, '0', 'default', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31760, 1935, '0', 'preview', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31761, 2053, '0', 'preview', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31762, 2135, '0', 'preview', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31763, 2141, '0', 'preview', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31764, 2133, '0', 'preview', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31765, 2090, '0', 'preview', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31766, 1935, '0', 'default', '2023-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31767, 1950, '0', 'default', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31768, 2113, '0', 'default', '2023-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31769, 2113, '0', 'preview', '2023-05-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31770, 2055, '0', 'default', '2023-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31771, 2055, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31772, 2135, '0', 'default', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31773, 2089, '0', 'default', '2023-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31774, 2110, '0', 'preview', '2023-05-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31775, 2121, '0', 'default', '2023-05-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31776, 2125, '0', 'default', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31777, 2067, '0', 'preview', '2023-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31778, 2112, '0', 'preview', '2023-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31779, 2111, '0', 'preview', '2023-05-27', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31780, 1911, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31781, 2012, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31782, 1916, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31783, 2087, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31784, 1913, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31785, 1918, '0', 'default', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31786, 1930, '0', 'preview', '2023-05-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31787, 2111, '0', 'default', '2023-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31788, 2099, '0', 'default', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31789, 2109, '0', 'preview', '2023-05-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31790, 2086, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31791, 2117, '0', 'default', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31792, 2099, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31793, 2016, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31794, 2117, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31795, 2031, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31796, 2122, '0', 'default', '2023-05-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31797, 2133, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31798, 2116, '0', 'default', '2023-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31799, 2097, '0', 'default', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31800, 2125, '0', 'preview', '2023-05-27', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31801, 2097, '0', 'preview', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31802, 2113, '0', 'default', '2023-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31803, 1960, '0', 'preview', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31804, 2110, '0', 'preview', '2023-05-28', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31805, 2016, '0', 'preview', '2023-05-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31806, 2031, '0', 'preview', '2023-05-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31807, 1930, '0', 'preview', '2023-05-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31808, 2027, '0', 'preview', '2023-05-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31809, 2086, '0', 'preview', '2023-05-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31810, 2121, '0', 'preview', '2023-05-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31811, 2089, '0', 'preview', '2023-05-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31812, 2107, '0', 'preview', '2023-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31813, 2123, '0', 'preview', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31814, 1950, '0', 'preview', '2023-05-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31815, 1953, '0', 'preview', '2023-05-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31816, 2067, '0', 'default', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31817, 2020, '0', 'preview', '2023-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31818, 2106, '0', 'preview', '2023-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31819, 1917, '0', 'preview', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31820, 2049, '0', 'preview', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31821, 2048, '0', 'preview', '2023-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31822, 2053, '0', 'preview', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31823, 2109, '0', 'preview', '2023-05-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31824, 2111, '0', 'preview', '2023-05-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31825, '2086\\\'', '0', 'preview', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31826, 2121, '0', 'default', '2023-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31827, 2120, '0', 'default', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31828, 2039, '0', 'preview', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31829, 2097, '0', 'preview', '2023-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31830, 2095, '0', 'preview', '2023-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31831, 2113, '0', 'preview', '2023-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31832, 2117, '0', 'preview', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31833, 2067, '0', 'preview', '2023-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31834, 2117, '0', 'default', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31835, 1912, '0', 'default', '2023-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31836, 1912, '0', 'preview', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31837, 2158, '0', 'default', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31838, 2048, '0', 'default', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31839, 2110, '0', 'default', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31840, 2106, '0', 'default', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31841, 2020, '0', 'default', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31842, 2145, '0', 'preview', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31843, 2024, '0', 'preview', '2023-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31844, 2125, '0', 'preview', '2023-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31845, 1937, '0', 'default', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31846, 1950, '0', 'preview', '2023-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31847, 2112, '0', 'preview', '2023-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31848, 2117, '0', 'preview', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31849, 2133, '0', 'preview', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31850, 2134, '0', 'preview', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31851, 2141, '0', 'preview', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31852, 1925, '0', 'preview', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31853, 2109, '0', 'preview', '2023-05-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31854, 2086, '0', 'preview', '2023-05-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31855, 2086, '0', 'preview', '2023-05-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31856, 2111, '0', 'preview', '2023-05-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31857, 2090, '0', 'default', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31858, 2135, '0', 'default', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31859, 2055, '0', 'preview', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31860, 2089, '0', 'default', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31861, 1930, '0', 'preview', '2023-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31862, 2121, '0', 'preview', '2023-05-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31863, 2053, '0', 'default', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31864, 2067, '0', 'preview', '2023-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31865, 2113, '0', 'preview', '2023-05-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31866, 2111, '0', 'default', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31867, 2116, '0', 'preview', '2023-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31868, 1913, '0', 'preview', '2023-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31869, 1964, '0', 'default', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31870, 2110, '0', 'preview', '2023-05-29', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31871, 2020, '0', 'preview', '2023-05-29', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31872, 2095, '0', 'preview', '2023-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31873, 2158, '0', 'default', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31874, 2109, '0', 'default', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31875, 2097, '0', 'default', '2023-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31876, 2097, '0', 'preview', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31877, 2049, '0', 'preview', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31878, 2086, '0', 'default', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31879, 2039, '0', 'preview', '2023-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31880, 2031, '0', 'preview', '2023-05-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31881, 2127, '0', 'preview', '2023-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31882, 1964, '0', 'preview', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31883, 2051, '0', 'preview', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31884, 2089, '0', 'preview', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31885, 2027, '0', 'preview', '2023-05-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31886, 2121, '0', 'default', '2023-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31887, 2024, '0', 'preview', '2023-05-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31888, 2095, '0', 'preview', '2023-05-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31889, 2110, '0', 'preview', '2023-05-30', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31890, 2118, '0', 'default', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31891, 2111, '0', 'preview', '2023-05-30', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31892, 2031, '0', 'preview', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31893, 1960, '0', 'default', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31894, 2109, '0', 'preview', '2023-05-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31895, 2086, '0', 'preview', '2023-05-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31896, 2089, '0', 'default', '2023-05-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31897, 2089, '0', 'preview', '2023-05-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31898, 2051, '0', 'default', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31899, 2048, '0', 'default', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31900, 2113, '0', 'preview', '2023-05-30', 24);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31901, 2024, '0', 'preview', '2023-05-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31902, 2027, '0', 'preview', '2023-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31903, 2016, '0', 'preview', '2023-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31904, 1950, '0', 'preview', '2023-05-30', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31905, 2121, '0', 'preview', '2023-05-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31906, 2012, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31907, 2112, '0', 'preview', '2023-05-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31908, 1952, '0', 'default', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31909, 1953, '0', 'preview', '2023-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31910, 2053, '0', 'default', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31911, 1967, '0', 'default', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31912, 1967, '0', 'preview', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31913, 2117, '0', 'preview', '2023-05-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31914, 2086, '0', 'default', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31915, 1930, '0', 'preview', '2023-05-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31916, 2117, '0', 'default', '2023-05-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31917, 2140, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31918, 2151, '0', 'default', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31919, 2055, '0', 'default', '2023-05-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31920, 2055, '0', 'preview', '2023-05-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31921, 2099, '0', 'preview', '2023-05-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31922, 2053, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31923, 2122, '0', 'default', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31924, 2121, '0', 'default', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31925, 2125, '0', 'preview', '2023-05-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31926, 2107, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31927, 2097, '0', 'preview', '2023-05-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31928, 2067, '0', 'preview', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31929, 2095, '0', 'default', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31930, 1938, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31931, 2015, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31932, 2028, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31933, 2023, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31934, 2133, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31935, 2127, '0', 'default', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31936, 1925, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31937, 1953, '0', 'default', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31938, 2129, '0', 'default', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31939, 2126, '0', 'preview', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31940, 2118, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31941, 2049, '0', 'default', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31942, 2127, '0', 'preview', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31943, 2142, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31944, 2128, '0', 'preview', '2023-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31945, 1952, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31946, 2020, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31947, 2145, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31948, 2090, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31949, 1957, '0', 'preview', '2023-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31950, 2111, '0', 'preview', '2023-05-31', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31951, 2016, '0', 'preview', '2023-05-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31952, 2109, '0', 'preview', '2023-05-31', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31953, 1930, '0', 'preview', '2023-05-31', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31954, 1912, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31955, 2106, '0', 'preview', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31956, 2055, '0', 'default', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31957, 2121, '0', 'preview', '2023-05-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31958, 2048, '0', 'preview', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31959, 2152, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31960, 2096, '0', 'preview', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31961, 2020, '0', 'preview', '2023-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31962, 2116, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31963, 2097, '0', 'preview', '2023-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31964, 2089, '0', 'preview', '2023-05-31', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31965, 2066, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31966, 2066, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31967, 2097, '0', 'default', '2023-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31968, 2121, '0', 'default', '2023-05-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31969, 1960, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31970, 2053, '0', 'default', '2023-05-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31971, 2110, '0', 'preview', '2023-05-31', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31972, 2027, '0', 'preview', '2023-05-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31973, 1964, '0', 'preview', '2023-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31974, 1935, '0', 'preview', '2023-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31975, 2133, '0', 'default', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31976, 2086, '0', 'preview', '2023-05-31', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31977, 2099, '0', 'preview', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31978, 2031, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31979, 2031, '0', 'preview', '2023-05-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31980, 2039, '0', 'preview', '2023-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31981, 2123, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31982, 2120, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31983, 2120, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31984, 2067, '0', 'preview', '2023-05-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31985, 1917, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31986, 2117, '0', 'preview', '2023-05-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31987, 2133, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31988, 2135, '0', 'preview', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31989, 2092, '0', 'preview', '2023-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31990, 2024, '0', 'preview', '2023-05-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31991, 2113, '0', 'preview', '2023-05-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31992, 2093, '0', 'preview', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31993, 2067, '0', 'default', '2023-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31994, 1950, '0', 'preview', '2023-05-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31995, 1960, '0', 'preview', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31996, 2053, '0', 'preview', '2023-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31997, 2134, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31998, 2016, '0', 'default', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31999, 2096, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32000, 2020, '0', 'default', '2023-05-31', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32001, 2111, '0', 'default', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32002, 2099, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32003, 2024, '0', 'default', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32004, 2109, '0', 'default', '2023-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32005, 2118, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32006, 2107, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32007, 2145, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32008, 2110, '0', 'default', '2023-05-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32009, 2027, '0', 'default', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32010, 2141, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32011, 2112, '0', 'preview', '2023-05-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32012, 2125, '0', 'preview', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32013, 1938, '0', 'preview', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32014, 1953, '0', 'preview', '2023-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32015, 2095, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32016, 1966, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32017, 2117, '0', 'default', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32018, 1967, '0', 'preview', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32019, 2122, '0', 'preview', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32020, 2089, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32021, 2127, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32022, 2128, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32023, 2049, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32024, 2087, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32025, 2106, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32026, 2090, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32027, 2092, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32028, 2090, '0', 'default', '2023-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32029, 1886, '0', 'preview', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32030, 1935, '0', 'default', '2023-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32031, 2054, '0', 'preview', '2023-05-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32032, 2089, '0', 'preview', '2023-06-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32033, 2121, '0', 'preview', '2023-06-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32034, 2110, '0', 'preview', '2023-06-01', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32035, 2086, '0', 'preview', '2023-06-01', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32036, 2048, '0', 'preview', '2023-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32037, 2125, '0', 'preview', '2023-06-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32038, 2109, '0', 'preview', '2023-06-01', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32039, 1930, '0', 'preview', '2023-06-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32040, 2117, '0', 'preview', '2023-06-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32041, 2135, '0', 'preview', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32042, 2092, '0', 'preview', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32043, 2111, '0', 'preview', '2023-06-01', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32044, 2090, '0', 'preview', '2023-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32045, 2031, '0', 'preview', '2023-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32046, 2106, '0', 'default', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32047, 1950, '0', 'preview', '2023-06-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32048, 1950, '0', 'preview', '2023-06-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32049, 2016, '0', 'preview', '2023-06-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32050, 2130, '0', 'preview', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32051, 2112, '0', 'default', '2023-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32052, 2121, '0', 'default', '2023-06-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32053, 2027, '0', 'preview', '2023-06-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32054, 2086, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32055, 2112, '0', 'preview', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32056, 2113, '0', 'preview', '2023-06-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32057, 2133, '0', 'preview', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32058, 2067, '0', 'preview', '2023-06-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32059, 2118, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32060, 2122, '0', 'default', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32061, 2111, '0', 'default', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32062, 2109, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32063, 2110, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32064, 1967, '0', 'preview', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32065, 2089, '0', 'default', '2023-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32066, 2130, '0', 'default', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32067, 2090, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32068, 2024, '0', 'preview', '2023-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32069, 2055, '0', 'default', '2023-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32070, 1938, '0', 'preview', '2023-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32071, 2158, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32072, 2093, '0', 'preview', '2023-06-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32073, 2158, '0', 'preview', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32074, 2016, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32075, 2096, '0', 'preview', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32076, 2055, '0', 'preview', '2023-06-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32077, 2031, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32078, 2141, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32079, 2020, '0', 'preview', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32080, 2015, '0', 'preview', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32081, 2053, '0', 'default', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32082, 2097, '0', 'preview', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32083, 2027, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32084, 2145, '0', 'preview', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32085, 2106, '0', 'preview', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32086, 1960, '0', 'preview', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32087, 2053, '0', 'preview', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32088, 1935, '0', 'preview', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32089, 1935, '0', 'default', '2023-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32090, 2099, '0', 'preview', '2023-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32091, 1886, '0', 'preview', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32092, 1886, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32093, 2115, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32094, 2114, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32095, 2116, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32096, 2145, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32097, 1931, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32098, 1932, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32099, 2093, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32100, 1930, '0', 'default', '2023-06-01', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32101, 2097, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32102, 2095, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32103, 2099, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32104, 2095, '0', 'preview', '2023-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32105, 2096, '0', 'default', '2023-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32106, 2117, '0', 'default', '2023-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32107, 1967, '0', 'default', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32108, 2121, '0', 'default', '2023-06-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32109, 2110, '0', 'preview', '2023-06-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32110, 2109, '0', 'preview', '2023-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32111, 2111, '0', 'preview', '2023-06-02', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32112, 2053, '0', 'default', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32113, 2125, '0', 'preview', '2023-06-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32114, 1950, '0', 'preview', '2023-06-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32115, 2016, '0', 'preview', '2023-06-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32116, 2112, '0', 'preview', '2023-06-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32117, 1953, '0', 'preview', '2023-06-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32118, 2024, '0', 'preview', '2023-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32119, 2027, '0', 'preview', '2023-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32120, 2111, '0', 'default', '2023-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32121, 2020, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32122, 2049, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32123, 2087, '0', 'default', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32124, 2039, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32125, 2109, '0', 'default', '2023-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32126, 2118, '0', 'default', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32127, 2020, '0', 'preview', '2023-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32128, 2031, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32129, 2031, '0', 'preview', '2023-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32130, 2039, '0', 'preview', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32131, 2133, '0', 'preview', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32132, 2090, '0', 'preview', '2023-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32133, 2092, '0', 'default', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32134, 2092, '0', 'preview', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32135, 2134, '0', 'preview', '2023-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32136, 2121, '0', 'preview', '2023-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32137, 2117, '0', 'preview', '2023-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32138, 1930, '0', 'preview', '2023-06-02', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32139, 2130, '0', 'preview', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32140, 2067, '0', 'preview', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32141, 2089, '0', 'preview', '2023-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32142, 2089, '0', 'default', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32143, 1957, '0', 'preview', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32144, 2126, '0', 'preview', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32145, 2048, '0', 'preview', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32146, 2093, '0', 'preview', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32147, 2107, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32148, 2145, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32149, 2097, '0', 'default', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32150, 2098, '0', 'preview', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32151, 2150, '0', 'preview', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32152, 2094, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32153, 2125, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32154, 1960, '0', 'default', '2023-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32155, 2016, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32156, 2113, '0', 'preview', '2023-06-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32157, 2133, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32158, 2086, '0', 'preview', '2023-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32159, 2055, '0', 'preview', '2023-06-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32160, 2095, '0', 'preview', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32161, 2087, '0', 'preview', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32162, 2055, '0', 'default', '2023-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32163, 2086, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32164, 2054, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32165, 2027, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32166, 2066, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32167, 1925, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32168, 1912, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32169, 1967, '0', 'preview', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32170, 2106, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32171, 2147, '0', 'preview', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32172, 1964, '0', 'default', '2023-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32173, 2125, '0', 'preview', '2023-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32174, 1930, '0', 'preview', '2023-06-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32175, 2086, '0', 'preview', '2023-06-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32176, 2016, '0', 'preview', '2023-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32177, 2055, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32178, 1950, '0', 'preview', '2023-06-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32179, 2031, '0', 'preview', '2023-06-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32180, 2110, '0', 'preview', '2023-06-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32181, 2109, '0', 'preview', '2023-06-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32182, 2111, '0', 'preview', '2023-06-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32183, 2067, '0', 'preview', '2023-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32184, 2023, '0', 'preview', '2023-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32185, 2090, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32186, 2091, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32187, 2121, '0', 'preview', '2023-06-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32188, 2112, '0', 'preview', '2023-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32189, 1953, '0', 'preview', '2023-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32190, 2066, '0', 'default', '2023-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32191, 2024, '0', 'default', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32192, 2027, '0', 'default', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32193, 2125, '0', 'default', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32194, 1886, '0', 'default', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32195, 2024, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32196, 2089, '0', 'default', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32197, 2112, '0', 'default', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32198, 2111, '0', 'default', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32199, 2121, '0', 'default', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32200, 2048, '0', 'preview', '2023-06-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32201, 1924, '0', 'default', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32202, 2020, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32203, 2099, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32204, 2092, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32205, 2089, '0', 'preview', '2023-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32206, 2127, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32207, 2128, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32208, 2129, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32209, 2158, '0', 'default', '2023-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32210, 2113, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32211, 2119, '0', 'preview', '2023-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32212, 2120, '0', 'preview', '2023-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32213, 2118, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32214, 2097, '0', 'default', '2023-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32215, 2097, '0', 'preview', '2023-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32216, 2031, '0', 'default', '2023-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32217, 2039, '0', 'default', '2023-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32218, 2117, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32219, 1938, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32220, 1918, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32221, 1912, '0', 'preview', '2023-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32222, 2110, '0', 'preview', '2023-06-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32223, 2117, '0', 'preview', '2023-06-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32224, 2086, '0', 'preview', '2023-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32225, 2109, '0', 'preview', '2023-06-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32226, 2111, '0', 'preview', '2023-06-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32227, 2122, '0', 'default', '2023-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32228, 1930, '0', 'preview', '2023-06-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32229, 2089, '0', 'preview', '2023-06-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32230, 2053, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32231, 1938, '0', 'preview', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32232, 1924, '0', 'preview', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32233, 2121, '0', 'default', '2023-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32234, 1950, '0', 'default', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32235, 2129, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32236, 1953, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32237, 2128, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32238, 1952, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32239, 2126, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32240, 2127, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32241, 2129, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32242, 1953, '0', 'preview', '2023-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32243, 2127, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32244, 2089, '0', 'default', '2023-06-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32245, 1918, '0', 'default', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32246, 2090, '0', 'preview', '2023-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32247, 2107, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32248, 2090, '0', 'default', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32249, 2134, '0', 'preview', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32250, 1950, '0', 'preview', '2023-06-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32251, 2128, '0', 'preview', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32252, 2125, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32253, 2121, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32254, 2016, '0', 'preview', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32255, 2024, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32256, 2027, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32257, 2031, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32258, 2117, '0', 'default', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32259, 1967, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32260, 2135, '0', 'preview', '2023-06-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32261, 2145, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32262, 2113, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32263, 1912, '0', 'preview', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32264, 2106, '0', 'preview', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32265, 2119, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32266, 2135, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32267, 2092, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32268, 1967, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32269, 2111, '0', 'default', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32270, 2109, '0', 'default', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32271, 2095, '0', 'preview', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32272, 1925, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32273, 2092, '0', 'preview', '2023-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32274, 2091, '0', 'preview', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32275, 2097, '0', 'preview', '2023-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32276, 2117, '0', 'preview', '2023-06-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32277, 2121, '0', 'default', '2023-06-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32278, 2109, '0', 'default', '2023-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32279, 1930, '0', 'preview', '2023-06-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32280, 2112, '0', 'preview', '2023-06-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32281, 2016, '0', 'preview', '2023-06-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32282, 2109, '0', 'preview', '2023-06-05', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32283, 2111, '0', 'preview', '2023-06-05', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32284, 2110, '0', 'preview', '2023-06-05', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32285, 1886, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32286, 2020, '0', 'preview', '2023-06-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32287, 1938, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32288, 1953, '0', 'preview', '2023-06-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32289, 2023, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32290, 2027, '0', 'preview', '2023-06-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32291, 2024, '0', 'preview', '2023-06-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32292, 2133, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32293, 2118, '0', 'default', '2023-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32294, 2053, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32295, 2089, '0', 'preview', '2023-06-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32296, 2089, '0', 'default', '2023-06-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32297, 2158, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32298, 2067, '0', 'preview', '2023-06-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32299, 2067, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32300, 2053, '0', 'default', '2023-06-05', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32301, 2054, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32302, 2086, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32303, 2055, '0', 'default', '2023-06-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32304, 1950, '0', 'preview', '2023-06-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32305, 2066, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32306, 2097, '0', 'preview', '2023-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32307, 2117, '0', 'default', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32308, 2097, '0', 'default', '2023-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32309, 2129, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32310, 1937, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32311, 2086, '0', 'preview', '2023-06-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32312, 2111, '0', 'default', '2023-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32313, 1916, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32314, 2121, '0', 'preview', '2023-06-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32315, 2110, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32316, 2158, '0', 'preview', '2023-06-05', 145);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32317, 2127, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32318, 1955, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32319, 1960, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32320, 2048, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32321, 2107, '0', 'default', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32322, 2092, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32323, 2090, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32324, 2095, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32325, 2098, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32326, 2099, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32327, 2031, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32328, 1953, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32329, 2128, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32330, 2128, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32331, 2129, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32332, 2090, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32333, 2092, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32334, 2134, '0', 'default', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32335, 2055, '0', 'preview', '2023-06-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32336, 2118, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32337, 2125, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32338, 2135, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32339, 2113, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32340, 1930, '0', 'default', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32341, 1935, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32342, 2107, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32343, 2122, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32344, 2093, '0', 'preview', '2023-06-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32345, 1952, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32346, 2141, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32347, 2135, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32348, 1932, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32349, 1925, '0', 'preview', '2023-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32350, 2095, '0', 'default', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32351, 2031, '0', 'preview', '2023-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32352, 2020, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32353, 2111, '0', 'preview', '2023-06-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32354, 2109, '0', 'preview', '2023-06-06', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32355, 2110, '0', 'preview', '2023-06-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32356, 2112, '0', 'preview', '2023-06-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32357, 1930, '0', 'preview', '2023-06-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32358, 1950, '0', 'preview', '2023-06-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32359, 2113, '0', 'preview', '2023-06-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32360, 2031, '0', 'preview', '2023-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32361, 2016, '0', 'preview', '2023-06-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32362, 2097, '0', 'default', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32363, 2089, '0', 'default', '2023-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32364, 1953, '0', 'preview', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32365, 2158, '0', 'preview', '2023-06-06', 125);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32366, 2090, '0', 'default', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32367, 2092, '0', 'default', '2023-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32368, 2111, '0', 'default', '2023-06-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32369, 2109, '0', 'default', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32370, 2121, '0', 'preview', '2023-06-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32371, 2089, '0', 'preview', '2023-06-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32372, 2117, '0', 'default', '2023-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32373, 2024, '0', 'preview', '2023-06-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32374, 2027, '0', 'preview', '2023-06-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32375, 1966, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32376, 2066, '0', 'preview', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32377, 2065, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32378, 2023, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32379, 2120, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32380, 2039, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32381, 2024, '0', 'default', '2023-06-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32382, 2086, '0', 'preview', '2023-06-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32383, 1886, '0', 'preview', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32384, 2118, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32385, 2122, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32386, 1967, '0', 'preview', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32387, 2117, '0', 'preview', '2023-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32388, 2125, '0', 'preview', '2023-06-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32389, 1953, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32390, 2027, '0', 'default', '2023-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32391, 2093, '0', 'preview', '2023-06-06', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32392, 2118, '0', 'default', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32393, 2158, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32394, 1920, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32395, 1938, '0', 'preview', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32396, 2128, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32397, 2055, '0', 'default', '2023-06-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32398, 2129, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32399, 2121, '0', 'default', '2023-06-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32400, 1931, '0', 'default', '2023-06-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32401, 1937, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32402, 1930, '0', 'default', '2023-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32403, 2112, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32404, 2110, '0', 'default', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32405, 2090, '0', 'preview', '2023-06-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32406, 2133, '0', 'preview', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32407, 2141, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32408, 2092, '0', 'preview', '2023-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32409, 2091, '0', 'preview', '2023-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32410, 2134, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32411, 2099, '0', 'preview', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32412, 2039, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32413, 2095, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32414, 2086, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32415, 1924, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32416, 2106, '0', 'preview', '2023-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32417, 2020, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32418, 2147, '0', 'preview', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32419, 2054, '0', 'default', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32420, 1935, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32421, 1935, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32422, 2113, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32423, 2145, '0', 'default', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32424, 2055, '0', 'preview', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32425, 1967, '0', 'default', '2023-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32426, 2134, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32427, 2135, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32428, 2016, '0', 'default', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32429, 2048, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32430, 2097, '0', 'preview', '2023-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32431, 2120, '0', 'preview', '2023-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32432, 1917, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32433, 2024, '0', 'preview', '2023-06-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32434, 2117, '0', 'default', '2023-06-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32435, 2093, '0', 'preview', '2023-06-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32436, 2113, '0', 'preview', '2023-06-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32437, 2016, '0', 'preview', '2023-06-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32438, 1930, '0', 'preview', '2023-06-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32439, 2048, '0', 'default', '2023-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32440, 2109, '0', 'preview', '2023-06-07', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32441, 2027, '0', 'preview', '2023-06-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32442, 2067, '0', 'preview', '2023-06-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32443, 2115, '0', 'default', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32444, 2111, '0', 'preview', '2023-06-07', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32445, 2095, '0', 'default', '2023-06-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32446, 2086, '0', 'preview', '2023-06-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32447, 2097, '0', 'default', '2023-06-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32448, 1938, '0', 'preview', '2023-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32449, 1950, '0', 'preview', '2023-06-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32450, 2158, '0', 'preview', '2023-06-07', 218);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32451, 2112, '0', 'preview', '2023-06-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32452, 2110, '0', 'preview', '2023-06-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32453, 2089, '0', 'preview', '2023-06-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32454, 2090, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32455, 2092, '0', 'preview', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32456, 2121, '0', 'preview', '2023-06-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32457, 1967, '0', 'preview', '2023-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32458, 2117, '0', 'preview', '2023-06-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32459, 2111, '0', 'default', '2023-06-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32460, 2123, '0', 'preview', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32461, 2110, '0', 'default', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32462, 2121, '0', 'default', '2023-06-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32463, 2125, '0', 'preview', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32464, 2097, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32465, 2020, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32466, 2031, '0', 'preview', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32467, 2055, '0', 'preview', '2023-06-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32468, 2128, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32469, 2129, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32470, 2053, '0', 'default', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32471, 1953, '0', 'preview', '2023-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32472, 1886, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32473, 1952, '0', 'preview', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32474, 2039, '0', 'preview', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32475, 2031, '0', 'default', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32476, 1912, '0', 'default', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32477, 2106, '0', 'default', '2023-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32478, 1912, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32479, 2122, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32480, 2106, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32481, 1925, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32482, 2055, '0', 'default', '2023-06-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32483, 2135, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32484, 2109, '0', 'default', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32485, 1930, '0', 'default', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32486, 2090, '0', 'default', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32487, 2099, '0', 'default', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32488, 2039, '0', 'default', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32489, 2093, '0', 'default', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32490, 2020, '0', 'default', '2023-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32491, 1935, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32492, 1908, '0', 'default', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32493, 2133, '0', 'preview', '2023-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32494, 2055, '0', 'default', '2023-06-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32495, 2109, '0', 'preview', '2023-06-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32496, 2111, '0', 'preview', '2023-06-08', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32497, 1930, '0', 'preview', '2023-06-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32498, 2093, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32499, 2158, '0', 'preview', '2023-06-08', 132);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32500, 2142, '0', 'preview', '2023-06-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32501, 1957, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32502, 2129, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32503, 2067, '0', 'preview', '2023-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32504, 2110, '0', 'preview', '2023-06-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32505, 2089, '0', 'default', '2023-06-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32506, 2112, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32507, 2121, '0', 'default', '2023-06-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32508, 2107, '0', 'default', '2023-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32509, 2020, '0', 'default', '2023-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32510, 2110, '0', 'default', '2023-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32511, 2111, '0', 'default', '2023-06-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32512, 2109, '0', 'default', '2023-06-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32513, 2051, '0', 'preview', '2023-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32514, 2089, '0', 'preview', '2023-06-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32515, 2113, '0', 'preview', '2023-06-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32516, 1967, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32517, 2067, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32518, 2118, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32519, 1950, '0', 'preview', '2023-06-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32520, 1953, '0', 'preview', '2023-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32521, 2039, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32522, 2031, '0', 'preview', '2023-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32523, 2027, '0', 'preview', '2023-06-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32524, 2121, '0', 'preview', '2023-06-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32525, 2048, '0', 'preview', '2023-06-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32526, 2024, '0', 'preview', '2023-06-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32527, 2020, '0', 'preview', '2023-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32528, 2097, '0', 'preview', '2023-06-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32529, 2125, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32530, 2112, '0', 'preview', '2023-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32531, 2048, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32532, 2145, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32533, 2088, '0', 'preview', '2023-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32534, 2106, '0', 'preview', '2023-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32535, 2086, '0', 'preview', '2023-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32536, 1916, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32537, 1912, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32538, 2122, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32539, 2118, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32540, 2016, '0', 'preview', '2023-06-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32541, 2055, '0', 'preview', '2023-06-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32542, 1886, '0', 'preview', '2023-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32543, 2117, '0', 'preview', '2023-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32544, 2097, '0', 'default', '2023-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32545, 2092, '0', 'preview', '2023-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32546, 2140, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32547, 1957, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32548, 1953, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32549, 2098, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32550, 2134, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32551, 2095, '0', 'preview', '2023-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32552, 1913, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32553, 2099, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32554, 2016, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32555, 2116, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32556, 2116, '0', 'default', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32557, 2096, '0', 'preview', '2023-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32558, 1930, '0', 'preview', '2023-06-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32559, 2109, '0', 'preview', '2023-06-09', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32560, 2031, '0', 'preview', '2023-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32561, 2067, '0', 'preview', '2023-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32562, 2121, '0', 'preview', '2023-06-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32563, 1938, '0', 'preview', '2023-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32564, 2024, '0', 'preview', '2023-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32565, 2121, '0', 'default', '2023-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32566, 2027, '0', 'preview', '2023-06-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32567, 2016, '0', 'preview', '2023-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32568, 2125, '0', 'preview', '2023-06-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32569, 2053, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32570, 2110, '0', 'preview', '2023-06-09', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32571, 2158, '0', 'preview', '2023-06-09', 84);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32572, 2111, '0', 'preview', '2023-06-09', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32573, 2117, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32574, 1950, '0', 'preview', '2023-06-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32575, 1953, '0', 'preview', '2023-06-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32576, 2113, '0', 'preview', '2023-06-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32577, 2145, '0', 'preview', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32578, 2117, '0', 'preview', '2023-06-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32579, 2112, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32580, 2048, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32581, 2024, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32582, 2027, '0', 'default', '2023-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32583, 1966, '0', 'preview', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32584, 2039, '0', 'preview', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32585, 2111, '0', 'default', '2023-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32586, 2039, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32587, 2089, '0', 'default', '2023-06-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32588, 2086, '0', 'preview', '2023-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32589, 2055, '0', 'preview', '2023-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32590, 2146, '0', 'preview', '2023-06-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32591, 2093, '0', 'preview', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32592, 1886, '0', 'preview', '2023-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32593, 2112, '0', 'preview', '2023-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32594, 2110, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32595, 2089, '0', 'preview', '2023-06-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32596, 2109, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32597, 2116, '0', 'preview', '2023-06-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32598, 2097, '0', 'preview', '2023-06-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32599, 2097, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32600, 2116, '0', 'default', '2023-06-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32601, 1913, '0', 'preview', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32602, 2123, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32603, 2123, '0', 'preview', '2023-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32604, 1935, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32605, 1960, '0', 'preview', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32606, 2054, '0', 'preview', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32607, 2133, '0', 'preview', '2023-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32608, 2106, '0', 'default', '2023-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32609, 2055, '0', 'default', '2023-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32610, 2090, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32611, 2090, '0', 'preview', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32612, 2086, '0', 'default', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32613, 1912, '0', 'preview', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32614, 2095, '0', 'preview', '2023-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32615, 2020, '0', 'preview', '2023-06-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32616, 2096, '0', 'preview', '2023-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32617, 2121, '0', 'default', '2023-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32618, 2110, '0', 'preview', '2023-06-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32619, 1908, '0', 'default', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32620, 2111, '0', 'default', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32621, 1930, '0', 'preview', '2023-06-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32622, 2097, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32623, 2020, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32624, 2113, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32625, 2048, '0', 'default', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32626, 2158, '0', 'preview', '2023-06-10', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32627, 2112, '0', 'preview', '2023-06-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32628, 2111, '0', 'preview', '2023-06-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32629, 2089, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32630, 2106, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32631, 1950, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32632, 2109, '0', 'preview', '2023-06-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32633, 2086, '0', 'preview', '2023-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32634, 2125, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32635, 2121, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32636, 2123, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32637, 2095, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32638, 2027, '0', 'preview', '2023-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32639, 2134, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32640, 2133, '0', 'default', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32641, 2133, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32642, 1967, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32643, 2117, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32644, 2099, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32645, 2039, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32646, 2114, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32647, 1953, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32648, 2117, '0', 'default', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32649, 2024, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32650, 2016, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32651, 2031, '0', 'default', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32652, 1938, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32653, 2145, '0', 'default', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32654, 2145, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32655, 2146, '0', 'preview', '2023-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32656, 2146, '0', 'default', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32657, 2147, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32658, 2147, '0', 'default', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32659, 1964, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32660, 2048, '0', 'preview', '2023-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32661, 1930, '0', 'preview', '2023-06-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32662, 2117, '0', 'preview', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32663, 2053, '0', 'default', '2023-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32664, 2110, '0', 'preview', '2023-06-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32665, 1953, '0', 'preview', '2023-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32666, 2129, '0', 'preview', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32667, 2111, '0', 'preview', '2023-06-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32668, 1886, '0', 'preview', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32669, 2089, '0', 'preview', '2023-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32670, 2109, '0', 'preview', '2023-06-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32671, 2067, '0', 'preview', '2023-06-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32672, 2112, '0', 'preview', '2023-06-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32673, 2086, '0', 'preview', '2023-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32674, 2024, '0', 'preview', '2023-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32675, 2027, '0', 'preview', '2023-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32676, 1930, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32677, 1935, '0', 'preview', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32678, 2121, '0', 'preview', '2023-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32679, 2111, '0', 'default', '2023-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32680, 2127, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32681, 2129, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32682, 2107, '0', 'default', '2023-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32683, 2097, '0', 'default', '2023-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32684, 2089, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32685, 2031, '0', 'preview', '2023-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32686, 1932, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32687, 2135, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32688, 2134, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32689, 2092, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32690, 2090, '0', 'default', '2023-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32691, 2091, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32692, 2109, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32693, 2110, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32694, 1957, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32695, 2140, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32696, 1964, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32697, 1967, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32698, 2117, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32699, 2122, '0', 'default', '2023-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32700, 2016, '0', 'preview', '2023-06-11', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32701, 2109, '0', 'preview', '2023-06-12', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32702, 2110, '0', 'preview', '2023-06-12', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32703, 2111, '0', 'preview', '2023-06-12', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32704, 1953, '0', 'preview', '2023-06-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32705, 2125, '0', 'preview', '2023-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32706, 2024, '0', 'preview', '2023-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32707, 2024, '0', 'preview', '2023-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32708, 2027, '0', 'preview', '2023-06-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32709, 2090, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32710, 2121, '0', 'preview', '2023-06-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32711, 2135, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32712, 1917, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32713, 2141, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32714, 2117, '0', 'preview', '2023-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32715, 1933, '0', 'preview', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32716, 2091, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32717, 2111, '0', 'default', '2023-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32718, 2053, '0', 'default', '2023-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32719, 2121, '0', 'default', '2023-06-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32720, 2086, '0', 'preview', '2023-06-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32721, 2048, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32722, 1930, '0', 'preview', '2023-06-12', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32723, 1950, '0', 'preview', '2023-06-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32724, 2093, '0', 'preview', '2023-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32725, 2089, '0', 'preview', '2023-06-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32726, 2016, '0', 'preview', '2023-06-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32727, 1911, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32728, 2039, '0', 'preview', '2023-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32729, 2020, '0', 'preview', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32730, 2031, '0', 'preview', '2023-06-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32731, 2031, '0', 'default', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32732, 1960, '0', 'preview', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32733, 2113, '0', 'preview', '2023-06-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32734, 1967, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32735, 2145, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32736, 1938, '0', 'preview', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32737, 2146, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32738, 2133, '0', 'preview', '2023-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32739, 2122, '0', 'default', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32740, 2020, '0', 'default', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32741, 2117, '0', 'default', '2023-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32742, 2092, '0', 'default', '2023-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32743, 1915, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32744, 2088, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32745, 2125, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32746, 1964, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32747, 2158, '0', 'preview', '2023-06-12', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32748, 2053, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32749, 2107, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32750, 2107, '0', 'preview', '2023-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32751, 2027, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32752, 1933, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32753, 1935, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32754, 2055, '0', 'preview', '2023-06-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32755, 1932, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32756, 1935, '0', 'preview', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32757, 2055, '0', 'default', '2023-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32758, 1930, '0', 'default', '2023-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32759, 2048, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32760, 1931, '0', 'preview', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32761, 2112, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32762, 2097, '0', 'preview', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32763, 1913, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32764, 2109, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32765, 2110, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32766, 2134, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32767, 1925, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32768, 2090, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32769, 2067, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32770, 1953, '0', 'default', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32771, 2133, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32772, 1931, '0', 'default', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32773, 2106, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32774, 2118, '0', 'preview', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32775, 2089, '0', 'default', '2023-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32776, 2087, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32777, 2095, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32778, 1912, '0', 'preview', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32779, 2123, '0', 'default', '2023-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32780, 2111, '0', 'preview', '2023-06-13', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32781, 2110, '0', 'preview', '2023-06-13', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32782, 2107, '0', 'default', '2023-06-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32783, 2097, '0', 'default', '2023-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32784, 2095, '0', 'default', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32785, 2099, '0', 'default', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32786, 2095, '0', 'preview', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32787, 2121, '0', 'default', '2023-06-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32788, 2123, '0', 'preview', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32789, 2111, '0', 'default', '2023-06-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32790, 2117, '0', 'preview', '2023-06-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32791, 2121, '0', 'preview', '2023-06-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32792, 2027, '0', 'preview', '2023-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32793, 2086, '0', 'preview', '2023-06-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32794, 2113, '0', 'preview', '2023-06-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32795, 1930, '0', 'preview', '2023-06-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32796, 2089, '0', 'preview', '2023-06-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32797, 2016, '0', 'default', '2023-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32798, 2016, '0', 'preview', '2023-06-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32799, 2109, '0', 'preview', '2023-06-13', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32800, 2112, '0', 'preview', '2023-06-13', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32801, 2097, '0', 'preview', '2023-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32802, 2020, '0', 'preview', '2023-06-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32803, 2031, '0', 'preview', '2023-06-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32804, 2039, '0', 'preview', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32805, 2133, '0', 'preview', '2023-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32806, 2090, '0', 'preview', '2023-06-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32807, 2106, '0', 'preview', '2023-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32808, 1912, '0', 'preview', '2023-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32809, 1950, '0', 'preview', '2023-06-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32810, 1953, '0', 'preview', '2023-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32811, 2089, '0', 'default', '2023-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32812, 2112, '0', 'default', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32813, 2122, '0', 'preview', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32814, 2134, '0', 'preview', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32815, 1967, '0', 'preview', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32816, 1938, '0', 'default', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32817, 2145, '0', 'default', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32818, 2024, '0', 'preview', '2023-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32819, 1960, '0', 'preview', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32820, 2145, '0', 'preview', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32821, 2158, '0', 'preview', '2023-06-13', 77);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32822, 2053, '0', 'preview', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32823, 2055, '0', 'default', '2023-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32824, 2117, '0', 'default', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32825, 2065, '0', 'default', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32826, 2091, '0', 'default', '2023-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32827, 2091, '0', 'preview', '2023-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32828, 2092, '0', 'preview', '2023-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32829, 2130, '0', 'preview', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32830, 2109, '0', 'default', '2023-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32831, 1925, '0', 'preview', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32832, 1935, '0', 'default', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32833, 2028, '0', 'preview', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32834, 2107, '0', 'preview', '2023-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32835, 2090, '0', 'default', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32836, 2086, '0', 'default', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32837, 2110, '0', 'default', '2023-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32838, 2067, '0', 'preview', '2023-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32839, 2055, '0', 'preview', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32840, 1938, '0', 'preview', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32841, 2141, '0', 'preview', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32842, 2106, '0', 'default', '2023-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32843, 2020, '0', 'default', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32844, 2027, '0', 'default', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32845, 2049, '0', 'preview', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32846, 1967, '0', 'default', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32847, 1931, '0', 'preview', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32848, 2135, '0', 'default', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32849, 2053, '0', 'default', '2023-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32850, 2053, '0', 'default', '2023-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32851, 2113, '0', 'preview', '2023-06-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32852, 2086, '0', 'preview', '2023-06-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32853, 2055, '0', 'default', '2023-06-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32854, 2055, '0', 'preview', '2023-06-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32855, 2111, '0', 'preview', '2023-06-14', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32856, 2107, '0', 'preview', '2023-06-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32857, 2020, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32858, 2092, '0', 'preview', '2023-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32859, 2110, '0', 'preview', '2023-06-14', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32860, 2109, '0', 'preview', '2023-06-14', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32861, 2089, '0', 'default', '2023-06-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32862, 2121, '0', 'default', '2023-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32863, 2122, '0', 'preview', '2023-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32864, 1930, '0', 'preview', '2023-06-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32865, 2016, '0', 'preview', '2023-06-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32866, 2027, '0', 'preview', '2023-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32867, 2090, '0', 'preview', '2023-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32868, 2117, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32869, 2067, '0', 'preview', '2023-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32870, 1886, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32871, 2158, '0', 'preview', '2023-06-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32872, 1950, '0', 'preview', '2023-06-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32873, 2099, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32874, 2097, '0', 'preview', '2023-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32875, 2096, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32876, 2054, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32877, 1931, '0', 'preview', '2023-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32878, 2112, '0', 'preview', '2023-06-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32879, 2125, '0', 'preview', '2023-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32880, 2091, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32881, 2135, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32882, 2118, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32883, 2024, '0', 'preview', '2023-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32884, 2117, '0', 'default', '2023-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32885, 1967, '0', 'preview', '2023-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32886, 1933, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32887, 2141, '0', 'preview', '2023-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32888, 2092, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32889, 1930, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32890, 2053, '0', 'preview', '2023-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32891, 2048, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32892, 2134, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32893, 1953, '0', 'preview', '2023-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32894, 2107, '0', 'default', '2023-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32895, 2111, '0', 'default', '2023-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32896, 2121, '0', 'preview', '2023-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32897, 2031, '0', 'preview', '2023-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32898, 2123, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32899, 1960, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32900, 2016, '0', 'default', '2023-06-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32901, 2145, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32902, 2145, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32903, 1938, '0', 'preview', '2023-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32904, 2089, '0', 'preview', '2023-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32905, 1915, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32906, 2095, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32907, 2048, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32908, 2122, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32909, 1886, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32910, 2106, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32911, 2125, '0', 'default', '2023-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32912, 2086, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32913, 2039, '0', 'preview', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32914, 2146, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32915, 2158, '0', 'default', '2023-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32916, 2092, '0', 'preview', '2023-06-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32917, 1886, '0', 'preview', '2023-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32918, 2067, '0', 'preview', '2023-06-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32919, 2090, '0', 'preview', '2023-06-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32920, 2089, '0', 'default', '2023-06-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32921, 2048, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32922, 2031, '0', 'default', '2023-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32923, 2110, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32924, 2111, '0', 'default', '2023-06-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32925, 2107, '0', 'default', '2023-06-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32926, 2109, '0', 'default', '2023-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32927, 2039, '0', 'default', '2023-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32928, 2090, '0', 'default', '2023-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32929, 2117, '0', 'default', '2023-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32930, 2097, '0', 'preview', '2023-06-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32931, 2020, '0', 'preview', '2023-06-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32932, 2109, '0', 'preview', '2023-06-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32933, 2110, '0', 'preview', '2023-06-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32934, 2121, '0', 'default', '2023-06-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32935, 2125, '0', 'preview', '2023-06-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32936, 2133, '0', 'preview', '2023-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32937, 2118, '0', 'preview', '2023-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32938, 2111, '0', 'preview', '2023-06-15', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32939, 2135, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32940, 2086, '0', 'preview', '2023-06-15', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32941, 2086, '0', 'preview', '2023-06-15', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32942, 2031, '0', 'preview', '2023-06-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32943, 2031, '0', 'preview', '2023-06-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32944, 2121, '0', 'preview', '2023-06-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32945, 2039, '0', 'preview', '2023-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32946, 1950, '0', 'preview', '2023-06-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32947, 2122, '0', 'preview', '2023-06-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32948, 2053, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32949, 2089, '0', 'preview', '2023-06-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32950, 2113, '0', 'preview', '2023-06-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32951, 2145, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32952, 2147, '0', 'preview', '2023-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32953, 1930, '0', 'preview', '2023-06-15', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32954, 1957, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32955, 2106, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32956, 2158, '0', 'preview', '2023-06-15', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32957, 2048, '0', 'preview', '2023-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32958, 2055, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32959, 2055, '0', 'default', '2023-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32960, 2107, '0', 'preview', '2023-06-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32961, 2117, '0', 'preview', '2023-06-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32962, 1930, '0', 'default', '2023-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32963, 1952, '0', 'preview', '2023-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32964, 2112, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32965, 2099, '0', 'preview', '2023-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32966, 2095, '0', 'preview', '2023-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32967, 2020, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32968, 2015, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32969, 2113, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32970, 2095, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32971, 2116, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32972, 2027, '0', 'preview', '2023-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32973, 1938, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32974, 1931, '0', 'default', '2023-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32975, 2145, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32976, 2120, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32977, 1953, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32978, 2053, '0', 'default', '2023-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32979, 2016, '0', 'preview', '2023-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32980, 1957, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32981, 2091, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32982, 2122, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32983, 1924, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32984, 2016, '0', 'default', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32985, 1925, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32986, 2024, '0', 'preview', '2023-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32987, 2086, '0', 'preview', '2023-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32988, 2117, '0', 'preview', '2023-06-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32989, 2111, '0', 'preview', '2023-06-16', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32990, 2110, '0', 'preview', '2023-06-16', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32991, 2109, '0', 'preview', '2023-06-16', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32992, 1930, '0', 'preview', '2023-06-16', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32993, 2121, '0', 'preview', '2023-06-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32994, 2031, '0', 'preview', '2023-06-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32995, 2020, '0', 'preview', '2023-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32996, 2133, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32997, 1950, '0', 'preview', '2023-06-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32998, 2111, '0', 'default', '2023-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32999, 2121, '0', 'default', '2023-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33000, 2027, '0', 'preview', '2023-06-16', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33001, 2016, '0', 'preview', '2023-06-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33002, 1967, '0', 'preview', '2023-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33003, 2024, '0', 'preview', '2023-06-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33004, 2093, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33005, 2024, '0', 'default', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33006, 2107, '0', 'default', '2023-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33007, 2112, '0', 'preview', '2023-06-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33008, 2117, '0', 'default', '2023-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33009, 2053, '0', 'default', '2023-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33010, 1967, '0', 'default', '2023-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33011, 1935, '0', 'default', '2023-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33012, 2142, '0', 'preview', '2023-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33013, 2126, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33014, 2093, '0', 'default', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33015, 2097, '0', 'preview', '2023-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33016, 2107, '0', 'preview', '2023-06-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33017, 2129, '0', 'preview', '2023-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33018, 1953, '0', 'preview', '2023-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33019, 2127, '0', 'preview', '2023-06-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33020, 2128, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33021, 1955, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33022, 2096, '0', 'preview', '2023-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33023, 2090, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33024, 2135, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33025, 2141, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33026, 2092, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33027, 1917, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33028, 2145, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33029, 2053, '0', 'preview', '2023-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33030, 2055, '0', 'default', '2023-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33031, 2158, '0', 'preview', '2023-06-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33032, 2125, '0', 'preview', '2023-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33033, 2067, '0', 'preview', '2023-06-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33034, 2028, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33035, 2113, '0', 'preview', '2023-06-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33036, 1957, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33037, 2140, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33038, 1952, '0', 'preview', '2023-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33039, 2055, '0', 'preview', '2023-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33040, 2116, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33041, 2097, '0', 'default', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33042, 2089, '0', 'default', '2023-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33043, 2134, '0', 'default', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33044, 2054, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33045, 2054, '0', 'default', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33046, 2089, '0', 'preview', '2023-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33047, 2091, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33048, 1935, '0', 'preview', '2023-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33049, 2110, '0', 'preview', '2023-06-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33050, 2055, '0', 'preview', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33051, 2016, '0', 'default', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33052, 2024, '0', 'default', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33053, 2027, '0', 'default', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33054, 2109, '0', 'preview', '2023-06-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33055, 1967, '0', 'default', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33056, 2117, '0', 'preview', '2023-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33057, 2093, '0', 'preview', '2023-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33058, 2113, '0', 'preview', '2023-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33059, 2095, '0', 'preview', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33060, 2027, '0', 'preview', '2023-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33061, 2111, '0', 'preview', '2023-06-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33062, 2092, '0', 'preview', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33063, 2053, '0', 'default', '2023-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33064, 2121, '0', 'preview', '2023-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33065, 2125, '0', 'preview', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33066, 2086, '0', 'preview', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33067, 1930, '0', 'preview', '2023-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33068, 2089, '0', 'preview', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33069, 2048, '0', 'default', '2023-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33070, 1915, '0', 'default', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33071, 2112, '0', 'preview', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33072, 2055, '0', 'default', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33073, 2111, '0', 'default', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33074, 2121, '0', 'default', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33075, 2110, '0', 'default', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33076, 1950, '0', 'preview', '2023-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33077, 1930, '0', 'preview', '2023-06-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33078, 2111, '0', 'preview', '2023-06-18', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33079, 2109, '0', 'preview', '2023-06-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33080, 2111, '0', 'default', '2023-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33081, 2110, '0', 'preview', '2023-06-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33082, 2121, '0', 'preview', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33083, 2120, '0', 'default', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33084, 1950, '0', 'preview', '2023-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33085, 2016, '0', 'preview', '2023-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33086, 2130, '0', 'default', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33087, 1925, '0', 'default', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33088, 2158, '0', 'preview', '2023-06-18', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33089, 2089, '0', 'preview', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33090, 2027, '0', 'preview', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33091, 2024, '0', 'preview', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33092, 2031, '0', 'preview', '2023-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33093, 2121, '0', 'default', '2023-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33094, 2117, '0', 'preview', '2023-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33095, 2106, '0', 'preview', '2023-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33096, 2107, '0', 'preview', '2023-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33097, 1912, '0', 'preview', '2023-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33098, 2097, '0', 'preview', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33099, 2106, '0', 'default', '2023-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33100, 1917, '0', 'default', '2023-06-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33101, 2097, '0', 'default', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33102, 2031, '0', 'default', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33103, 2109, '0', 'default', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33104, 1925, '0', 'preview', '2023-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33105, 1930, '0', 'preview', '2023-06-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33106, 2111, '0', 'preview', '2023-06-19', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33107, 2129, '0', 'preview', '2023-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33108, 2121, '0', 'preview', '2023-06-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33109, 2125, '0', 'preview', '2023-06-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33110, 2031, '0', 'preview', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33111, 2020, '0', 'preview', '2023-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33112, 2020, '0', 'default', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33113, 2031, '0', 'default', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33114, 2016, '0', 'default', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33115, 2027, '0', 'default', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33116, 2117, '0', 'default', '2023-06-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33117, 2110, '0', 'preview', '2023-06-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33118, 2112, '0', 'preview', '2023-06-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33119, 2048, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33120, 2112, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33121, 1935, '0', 'default', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33122, 1933, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33123, 1964, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33124, 1967, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33125, 2097, '0', 'default', '2023-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33126, 2113, '0', 'preview', '2023-06-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33127, 1918, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33128, 2118, '0', 'default', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33129, 1931, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33130, 2158, '0', 'preview', '2023-06-19', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33131, 2089, '0', 'preview', '2023-06-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33132, 2094, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33133, 2048, '0', 'preview', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33134, 2111, '0', 'default', '2023-06-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33135, 2121, '0', 'default', '2023-06-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33136, 2055, '0', 'default', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33137, 2109, '0', 'preview', '2023-06-19', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33138, 1950, '0', 'preview', '2023-06-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33139, 2086, '0', 'preview', '2023-06-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33140, 2099, '0', 'preview', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33141, 2117, '0', 'preview', '2023-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33142, 2125, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33143, 2093, '0', 'preview', '2023-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33144, 2127, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33145, 1917, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33146, 2141, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33147, 2135, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33148, 2134, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33149, 2091, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33150, 2089, '0', 'default', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33151, 2097, '0', 'preview', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33152, 2027, '0', 'preview', '2023-06-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33153, 2133, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33154, 2024, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33155, 2118, '0', 'preview', '2023-06-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33156, 2128, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33157, 1957, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33158, 2127, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33159, 2122, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33160, 1953, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33161, 2142, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33162, 2116, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33163, 2145, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33164, 2055, '0', 'preview', '2023-06-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33165, 2095, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33166, 2096, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33167, 2135, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33168, 1935, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33169, 2024, '0', 'default', '2023-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33170, 1930, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33171, 2067, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33172, 2093, '0', 'default', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33173, 1967, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33174, 2106, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33175, 2039, '0', 'preview', '2023-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33176, 2122, '0', 'default', '2023-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33177, 1930, '0', 'preview', '2023-06-20', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33178, 2086, '0', 'preview', '2023-06-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33179, 2089, '0', 'preview', '2023-06-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33180, 1886, '0', 'preview', '2023-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33181, 2117, '0', 'preview', '2023-06-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33182, 2112, '0', 'preview', '2023-06-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33183, 2113, '0', 'preview', '2023-06-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33184, 2111, '0', 'default', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33185, 1950, '0', 'preview', '2023-06-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33186, 1953, '0', 'preview', '2023-06-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33187, 1953, '0', 'preview', '2023-06-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33188, 2121, '0', 'default', '2023-06-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33189, 2109, '0', 'preview', '2023-06-20', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33190, 2106, '0', 'default', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33191, 2111, '0', 'preview', '2023-06-20', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33192, 2127, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33193, 2142, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33194, 2128, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33195, 2129, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33196, 1952, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33197, 1957, '0', 'preview', '2023-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33198, 2121, '0', 'preview', '2023-06-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33199, 2110, '0', 'preview', '2023-06-20', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33200, 2095, '0', 'preview', '2023-06-20', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33201, 2067, '0', 'preview', '2023-06-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33202, 1935, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33203, 2016, '0', 'preview', '2023-06-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33204, 2134, '0', 'preview', '2023-06-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33205, 2090, '0', 'preview', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33206, 2092, '0', 'preview', '2023-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33207, 1938, '0', 'preview', '2023-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33208, 1953, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33209, 2053, '0', 'preview', '2023-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33210, 1917, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33211, 1918, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33212, 2097, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33213, 2031, '0', 'preview', '2023-06-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33214, 2145, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33215, 2145, '0', 'preview', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33216, 2146, '0', 'preview', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33217, 2158, '0', 'preview', '2023-06-20', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33218, 2089, '0', 'default', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33219, 2020, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33220, 2020, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33221, 2031, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33222, 2117, '0', 'default', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33223, 2024, '0', 'preview', '2023-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33224, 2107, '0', 'default', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33225, 2134, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33226, 2092, '0', 'default', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33227, 2048, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33228, 2110, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33229, 2048, '0', 'preview', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33230, 2097, '0', 'preview', '2023-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33231, 1924, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33232, 1920, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33233, 2120, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33234, 1914, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33235, 1933, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33236, 1960, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33237, 1967, '0', 'preview', '2023-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33238, 1931, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33239, 1937, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33240, 1966, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33241, 2039, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33242, 1932, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33243, 2055, '0', 'default', '2023-06-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33244, 2055, '0', 'preview', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33245, 1913, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33246, 1964, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33247, 1915, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33248, 1916, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33249, 1925, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33250, 1912, '0', 'preview', '2023-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33251, 2122, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33252, 2140, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33253, 2027, '0', 'preview', '2023-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33254, 2023, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33255, 2096, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33256, 2028, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33257, 2091, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33258, 2094, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33259, 2131, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33260, 2049, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33261, 2066, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33262, 2151, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33263, 2123, '0', 'preview', '2023-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33264, 2012, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33265, 2126, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33266, 2015, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33267, 2107, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33268, 2065, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33269, 2141, '0', 'preview', '2023-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33270, 2153, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33271, 2132, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33272, 2119, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33273, 2125, '0', 'preview', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33274, 2116, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33275, 2051, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33276, 2150, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33277, 2130, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33278, 1955, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33279, 2093, '0', 'preview', '2023-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33280, 2135, '0', 'preview', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33281, 2114, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33282, 2147, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33283, 2098, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33284, 2149, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33285, 2106, '0', 'preview', '2023-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33286, 2099, '0', 'preview', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33287, 2087, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33288, 2152, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33289, 2133, '0', 'preview', '2023-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33290, 2088, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33291, 2154, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33292, 2115, '0', 'preview', '2023-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33293, 2053, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33294, 2118, '0', 'preview', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33295, 2095, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33296, 2118, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33297, 2109, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33298, 2090, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33299, 2039, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33300, 2016, '0', 'default', '2023-06-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33301, 2051, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33302, 1964, '0', 'default', '2023-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33303, 2086, '0', 'preview', '2023-06-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33304, 2113, '0', 'preview', '2023-06-21', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33305, 2024, '0', 'preview', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33306, 2111, '0', 'preview', '2023-06-21', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33307, 2110, '0', 'preview', '2023-06-21', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33308, 2109, '0', 'preview', '2023-06-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33309, 1930, '0', 'preview', '2023-06-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33310, 1950, '0', 'preview', '2023-06-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33311, 2125, '0', 'preview', '2023-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33312, 2067, '0', 'preview', '2023-06-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33313, 2127, '0', 'preview', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33314, 2129, '0', 'preview', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33315, 1953, '0', 'preview', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33316, 2049, '0', 'preview', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33317, 2123, '0', 'preview', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33318, 2089, '0', 'preview', '2023-06-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33319, 2097, '0', 'preview', '2023-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33320, 2053, '0', 'preview', '2023-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33321, 2121, '0', 'preview', '2023-06-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33322, 2090, '0', 'preview', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33323, 2020, '0', 'preview', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33324, 2107, '0', 'default', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33325, 2053, '0', 'default', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33326, 2121, '0', 'default', '2023-06-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33327, 2089, '0', 'default', '2023-06-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33328, 1917, '0', 'preview', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33329, 2091, '0', 'default', '2023-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33330, 2091, '0', 'preview', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33331, 2112, '0', 'preview', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33332, 2055, '0', 'default', '2023-06-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33333, 2055, '0', 'preview', '2023-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33334, 2027, '0', 'preview', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33335, 2106, '0', 'preview', '2023-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33336, 2117, '0', 'default', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33337, 1967, '0', 'default', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33338, 2106, '0', 'default', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33339, 1912, '0', 'default', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33340, 2110, '0', 'default', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33341, 2111, '0', 'default', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33342, 2099, '0', 'default', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33343, 2125, '0', 'default', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33344, 2117, '0', 'preview', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33345, 2118, '0', 'preview', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33346, 2107, '0', 'preview', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33347, 1915, '0', 'preview', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33348, 1935, '0', 'default', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33349, 2048, '0', 'preview', '2023-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33350, 1930, '0', 'default', '2023-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33351, 1930, '0', 'preview', '2023-06-22', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33352, 2027, '0', 'preview', '2023-06-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33353, 2089, '0', 'preview', '2023-06-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33354, 1935, '0', 'default', '2023-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33355, 2113, '0', 'preview', '2023-06-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33356, 2093, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33357, 1930, '0', 'default', '2023-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33358, 2117, '0', 'preview', '2023-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33359, 2113, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33360, 2049, '0', 'preview', '2023-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33361, 1967, '0', 'preview', '2023-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33362, 1935, '0', 'preview', '2023-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33363, 2121, '0', 'default', '2023-06-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33364, 1913, '0', 'preview', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33365, 2067, '0', 'preview', '2023-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33366, 2133, '0', 'preview', '2023-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33367, 2092, '0', 'default', '2023-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33368, 2092, '0', 'preview', '2023-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33369, 2091, '0', 'preview', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33370, 1925, '0', 'preview', '2023-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33371, 2016, '0', 'preview', '2023-06-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33372, 2111, '0', 'preview', '2023-06-22', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33373, 2110, '0', 'preview', '2023-06-22', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33374, 2109, '0', 'preview', '2023-06-22', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33375, 2117, '0', 'default', '2023-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33376, 2020, '0', 'preview', '2023-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33377, 2024, '0', 'preview', '2023-06-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33378, 2125, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33379, 2089, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33380, 2111, '0', 'default', '2023-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33381, 2055, '0', 'preview', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33382, 2112, '0', 'preview', '2023-06-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33383, 1912, '0', 'preview', '2023-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33384, 2086, '0', 'preview', '2023-06-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33385, 2121, '0', 'preview', '2023-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33386, 1950, '0', 'preview', '2023-06-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33387, 2125, '0', 'preview', '2023-06-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33388, 2093, '0', 'preview', '2023-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33389, 2031, '0', 'preview', '2023-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33390, 2039, '0', 'preview', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33391, 2065, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33392, 1966, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33393, 2024, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33394, 2116, '0', 'preview', '2023-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33395, 1955, '0', 'preview', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33396, 2097, '0', 'preview', '2023-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33397, 2053, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33398, 2158, '0', 'preview', '2023-06-22', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33399, 1931, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33400, 2055, '0', 'default', '2023-06-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33401, 2106, '0', 'preview', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33402, 2090, '0', 'default', '2023-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33403, 2133, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33404, 2134, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33405, 2141, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33406, 1953, '0', 'preview', '2023-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33407, 2112, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33408, 2107, '0', 'preview', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33409, 2048, '0', 'preview', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33410, 1938, '0', 'preview', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33411, 1931, '0', 'preview', '2023-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33412, 1886, '0', 'preview', '2023-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33413, 2053, '0', 'preview', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33414, 2115, '0', 'default', '2023-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33415, 2121, '0', 'default', '2023-06-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33416, 1930, '0', 'preview', '2023-06-23', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33417, 2098, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33418, 2016, '0', 'preview', '2023-06-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33419, 2024, '0', 'preview', '2023-06-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33420, 1950, '0', 'preview', '2023-06-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33421, 2111, '0', 'default', '2023-06-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33422, 2133, '0', 'preview', '2023-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33423, 2027, '0', 'preview', '2023-06-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33424, 2145, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33425, 1938, '0', 'preview', '2023-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33426, 2053, '0', 'preview', '2023-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33427, 2066, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33428, 1935, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33429, 2109, '0', 'preview', '2023-06-23', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33430, 2106, '0', 'preview', '2023-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33431, 2067, '0', 'preview', '2023-06-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33432, 2089, '0', 'preview', '2023-06-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33433, 2110, '0', 'preview', '2023-06-23', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33434, 2089, '0', 'default', '2023-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33435, 2135, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33436, 2134, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33437, 2099, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33438, 2110, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33439, 1953, '0', 'preview', '2023-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33440, 1957, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33441, 2111, '0', 'preview', '2023-06-23', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33442, 2031, '0', 'preview', '2023-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33443, 2114, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33444, 2121, '0', 'preview', '2023-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33445, 2086, '0', 'preview', '2023-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33446, 2028, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33447, 2053, '0', 'default', '2023-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33448, 2112, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33449, 2112, '0', 'preview', '2023-06-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33450, 2048, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33451, 1935, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33452, 2055, '0', 'default', '2023-06-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33453, 2098, '0', 'default', '2023-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33454, 1967, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33455, 2054, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33456, 1886, '0', 'preview', '2023-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33457, 2107, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33458, 2125, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33459, 2055, '0', 'preview', '2023-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33460, 2090, '0', 'preview', '2023-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33461, 2123, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33462, 2117, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33463, 2114, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33464, 2094, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33465, 2095, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33466, 2113, '0', 'preview', '2023-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33467, 2091, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33468, 2096, '0', 'default', '2023-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33469, 1925, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33470, 2092, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33471, 2145, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33472, 2146, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33473, 1957, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33474, 2127, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33475, 1955, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33476, 1952, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33477, 2097, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33478, 2097, '0', 'default', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33479, 2099, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33480, 2125, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33481, 2117, '0', 'preview', '2023-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33482, 1930, '0', 'preview', '2023-06-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33483, 2110, '0', 'preview', '2023-06-24', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33484, 2024, '0', 'preview', '2023-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33485, 2125, '0', 'preview', '2023-06-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33486, 2122, '0', 'default', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33487, 2039, '0', 'default', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33488, 2113, '0', 'preview', '2023-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33489, 2067, '0', 'default', '2023-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33490, 2111, '0', 'default', '2023-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33491, 2121, '0', 'preview', '2023-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33492, 2016, '0', 'preview', '2023-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33493, 2109, '0', 'preview', '2023-06-24', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33494, 2111, '0', 'preview', '2023-06-24', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33495, 1950, '0', 'preview', '2023-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33496, 2031, '0', 'preview', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33497, 2110, '0', 'default', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33498, 2109, '0', 'default', '2023-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33499, 2121, '0', 'default', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33500, 2089, '0', 'default', '2023-06-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33501, 2158, '0', 'preview', '2023-06-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33502, 2051, '0', 'default', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33503, 2027, '0', 'preview', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33504, 2055, '0', 'default', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33505, 2067, '0', 'preview', '2023-06-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33506, 2086, '0', 'preview', '2023-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33507, 2106, '0', 'default', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33508, 1967, '0', 'preview', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33509, 2097, '0', 'preview', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33510, 2095, '0', 'preview', '2023-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33511, 2089, '0', 'preview', '2023-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33512, 2109, '0', 'default', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33513, 1930, '0', 'preview', '2023-06-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33514, 1931, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33515, 2141, '0', 'preview', '2023-06-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33516, 2133, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33517, 2092, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33518, 2118, '0', 'preview', '2023-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33519, 2121, '0', 'preview', '2023-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33520, 2130, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33521, 2091, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33522, 2111, '0', 'preview', '2023-06-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33523, 2086, '0', 'preview', '2023-06-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33524, 2113, '0', 'preview', '2023-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33525, 2125, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33526, 2031, '0', 'preview', '2023-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33527, 1950, '0', 'default', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33528, 2055, '0', 'default', '2023-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33529, 1950, '0', 'preview', '2023-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33530, 2055, '0', 'preview', '2023-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33531, 2112, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33532, 2089, '0', 'preview', '2023-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33533, 2110, '0', 'preview', '2023-06-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33534, 2109, '0', 'preview', '2023-06-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33535, 1967, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33536, 2117, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33537, 2023, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33538, 2024, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33539, 2027, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33540, 2031, '0', 'default', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33541, 2020, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33542, 2097, '0', 'default', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33543, 2020, '0', 'default', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33544, 2051, '0', 'preview', '2023-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33545, 1924, '0', 'preview', '2023-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33546, 1930, '0', 'default', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33547, 1938, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33548, 2128, '0', 'preview', '2023-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33549, 2128, '0', 'default', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33550, 2127, '0', 'preview', '2023-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33551, 1953, '0', 'preview', '2023-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33552, 1955, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33553, 2129, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33554, 2142, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33555, 2126, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33556, 1952, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33557, 2140, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33558, 1964, '0', 'preview', '2023-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33559, 2090, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33560, 2093, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33561, 2093, '0', 'preview', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33562, 2109, '0', 'preview', '2023-06-26', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33563, 1930, '0', 'preview', '2023-06-26', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33564, 2016, '0', 'preview', '2023-06-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33565, 2024, '0', 'preview', '2023-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33566, 2110, '0', 'preview', '2023-06-26', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33567, 2111, '0', 'preview', '2023-06-26', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33568, 2031, '0', 'preview', '2023-06-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33569, 1950, '0', 'preview', '2023-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33570, 2121, '0', 'preview', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33571, 1938, '0', 'preview', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33572, 2113, '0', 'preview', '2023-06-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33573, 2125, '0', 'preview', '2023-06-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33574, 2111, '0', 'default', '2023-06-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33575, 2158, '0', 'default', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33576, 2121, '0', 'default', '2023-06-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33577, 2117, '0', 'default', '2023-06-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33578, 2112, '0', 'preview', '2023-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33579, 2089, '0', 'default', '2023-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33580, 2053, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33581, 1953, '0', 'preview', '2023-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33582, 2107, '0', 'preview', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33583, 2027, '0', 'default', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33584, 2122, '0', 'preview', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33585, 2039, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33586, 2039, '0', 'preview', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33587, 1953, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33588, 2106, '0', 'preview', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33589, 2089, '0', 'preview', '2023-06-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33590, 2097, '0', 'preview', '2023-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33591, 2067, '0', 'preview', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33592, 2115, '0', 'preview', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33593, 2095, '0', 'preview', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33594, 2134, '0', 'preview', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33595, 2090, '0', 'preview', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33596, 1912, '0', 'preview', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33597, 2027, '0', 'preview', '2023-06-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33598, 2095, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33599, 2099, '0', 'default', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33600, 2020, '0', 'preview', '2023-06-26', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33601, 2055, '0', 'preview', '2023-06-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33602, 2116, '0', 'preview', '2023-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33603, 2055, '0', 'default', '2023-06-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33604, 2099, '0', 'preview', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33605, 2092, '0', 'preview', '2023-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33606, 2054, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33607, 2133, '0', 'preview', '2023-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33608, 2109, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33609, 1886, '0', 'preview', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33610, 2110, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33611, 2120, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33612, 2135, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33613, 2097, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33614, 2142, '0', 'preview', '2023-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33615, 2128, '0', 'preview', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33616, 1952, '0', 'preview', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33617, 1967, '0', 'default', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33618, 2129, '0', 'preview', '2023-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33619, 2109, '0', 'preview', '2023-06-27', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33620, 2110, '0', 'preview', '2023-06-27', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33621, 2111, '0', 'preview', '2023-06-27', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33622, 2089, '0', 'preview', '2023-06-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33623, 2121, '0', 'preview', '2023-06-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33624, 2097, '0', 'preview', '2023-06-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33625, 2027, '0', 'preview', '2023-06-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33626, 2031, '0', 'preview', '2023-06-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33627, 2095, '0', 'preview', '2023-06-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33628, 2099, '0', 'preview', '2023-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33629, 1930, '0', 'default', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33630, 2015, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33631, 2016, '0', 'preview', '2023-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33632, 1935, '0', 'preview', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33633, 2153, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33634, 2152, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33635, 1930, '0', 'preview', '2023-06-27', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33636, 2086, '0', 'preview', '2023-06-27', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33637, 2093, '0', 'preview', '2023-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33638, 1935, '0', 'default', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33639, 2125, '0', 'preview', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33640, 2091, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33641, 2020, '0', 'preview', '2023-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33642, 1953, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33643, 2067, '0', 'preview', '2023-06-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33644, 2024, '0', 'preview', '2023-06-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33645, 2055, '0', 'default', '2023-06-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33646, 2053, '0', 'default', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33647, 2113, '0', 'preview', '2023-06-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33648, 2158, '0', 'default', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33649, 2121, '0', 'default', '2023-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33650, 2112, '0', 'preview', '2023-06-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33651, 2055, '0', 'preview', '2023-06-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33652, 2039, '0', 'preview', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33653, 1913, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33654, 1950, '0', 'preview', '2023-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33655, 2142, '0', 'preview', '2023-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33656, 2117, '0', 'preview', '2023-06-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33657, 2092, '0', 'preview', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33658, 2089, '0', 'default', '2023-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33659, 1886, '0', 'preview', '2023-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33660, 2111, '0', 'default', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33661, 2129, '0', 'preview', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33662, 2053, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33663, 2122, '0', 'default', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33664, 1931, '0', 'preview', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33665, 1932, '0', 'preview', '2023-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33666, 2106, '0', 'default', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33667, 1912, '0', 'default', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33668, 2106, '0', 'preview', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33669, 2096, '0', 'preview', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33670, 2116, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33671, 1960, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33672, 1931, '0', 'default', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33673, 2094, '0', 'preview', '2023-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33674, 2158, '0', 'preview', '2023-06-27', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33675, 2128, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33676, 2126, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33677, 2127, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33678, 1955, '0', 'preview', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33679, 2110, '0', 'default', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33680, 2109, '0', 'default', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33681, 2027, '0', 'default', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33682, 1967, '0', 'preview', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33683, 2016, '0', 'default', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33684, 2024, '0', 'default', '2023-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33685, 2090, '0', 'preview', '2023-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33686, 2109, '0', 'preview', '2023-06-28', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33687, 2111, '0', 'preview', '2023-06-28', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33688, 1967, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33689, 2134, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33690, 1964, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33691, 2016, '0', 'preview', '2023-06-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33692, 2111, '0', 'default', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33693, 2089, '0', 'preview', '2023-06-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33694, 2053, '0', 'default', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33695, 2110, '0', 'preview', '2023-06-28', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33696, 2086, '0', 'preview', '2023-06-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33697, 2121, '0', 'default', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33698, 1930, '0', 'preview', '2023-06-28', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33699, 2112, '0', 'preview', '2023-06-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33700, 1950, '0', 'preview', '2023-06-28', 13);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33701, 2117, '0', 'default', '2023-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33702, 2113, '0', 'preview', '2023-06-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33703, 2027, '0', 'preview', '2023-06-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33704, 2095, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33705, 2048, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33706, 2125, '0', 'preview', '2023-06-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33707, 2024, '0', 'preview', '2023-06-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33708, 2092, '0', 'default', '2023-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33709, 2125, '0', 'default', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33710, 2055, '0', 'default', '2023-06-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33711, 2055, '0', 'preview', '2023-06-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33712, 2039, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33713, 2099, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33714, 1886, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33715, 1931, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33716, 1935, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33717, 2031, '0', 'preview', '2023-06-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33718, 2092, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33719, 1950, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33720, 1938, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33721, 2097, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33722, 2106, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33723, 2049, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33724, 2121, '0', 'preview', '2023-06-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33725, 1960, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33726, 1960, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33727, 2067, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33728, 2145, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33729, 1933, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33730, 1935, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33731, 1953, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33732, 2122, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33733, 2106, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33734, 2133, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33735, 2122, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33736, 2053, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33737, 1913, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33738, 2123, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33739, 2089, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33740, 2117, '0', 'preview', '2023-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33741, 1912, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33742, 2048, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33743, 1955, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33744, 2097, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33745, 2116, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33746, 2020, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33747, 2090, '0', 'preview', '2023-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33748, 2127, '0', 'default', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33749, 2020, '0', 'default', '2023-06-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33750, 2054, '0', 'preview', '2023-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33751, 1917, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33752, 2086, '0', 'preview', '2023-06-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33753, 2112, '0', 'preview', '2023-06-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33754, 2093, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33755, 2024, '0', 'preview', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33756, 1953, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33757, 2089, '0', 'preview', '2023-06-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33758, 1957, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33759, 2142, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33760, 2121, '0', 'preview', '2023-06-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33761, 2111, '0', 'preview', '2023-06-29', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33762, 2109, '0', 'preview', '2023-06-29', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33763, 2110, '0', 'preview', '2023-06-29', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33764, 1930, '0', 'preview', '2023-06-29', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33765, 1912, '0', 'default', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33766, 1950, '0', 'preview', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33767, 2120, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33768, 1938, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33769, 2117, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33770, 2086, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33771, 2111, '0', 'default', '2023-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33772, 2092, '0', 'default', '2023-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33773, 1920, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33774, 2092, '0', 'preview', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33775, 2089, '0', 'default', '2023-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33776, 2016, '0', 'default', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33777, 2122, '0', 'default', '2023-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33778, 1918, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33779, 1918, '0', 'preview', '2023-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33780, 2122, '0', 'preview', '2023-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33781, 2118, '0', 'preview', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33782, 2123, '0', 'preview', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33783, 2119, '0', 'preview', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33784, 2087, '0', 'preview', '2023-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33785, 2088, '0', 'preview', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33786, 1914, '0', 'preview', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33787, 2107, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33788, 2027, '0', 'preview', '2023-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33789, 1937, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33790, 1937, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33791, 2113, '0', 'preview', '2023-06-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33792, 2121, '0', 'default', '2023-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33793, 1967, '0', 'preview', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33794, 2117, '0', 'preview', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33795, 1925, '0', 'default', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33796, 1925, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33797, 2115, '0', 'preview', '2023-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33798, 2096, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33799, 2116, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33800, 2067, '0', 'preview', '2023-06-29', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33801, 2055, '0', 'preview', '2023-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33802, 2090, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33803, 2054, '0', 'preview', '2023-06-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33804, 1886, '0', 'preview', '2023-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33805, 2090, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33806, 2133, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33807, 2097, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33808, 2039, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33809, 1935, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33810, 2055, '0', 'default', '2023-06-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33811, 2053, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33812, 2125, '0', 'preview', '2023-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33813, 2016, '0', 'preview', '2023-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33814, 2048, '0', 'default', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33815, 2020, '0', 'default', '2023-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33816, 2097, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33817, 2099, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33818, 2118, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33819, 2134, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33820, 2095, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33821, 2109, '0', 'default', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33822, 2065, '0', 'preview', '2023-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33823, 2020, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33824, 2039, '0', 'preview', '2023-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33825, 1930, '0', 'preview', '2023-06-30', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33826, 2027, '0', 'preview', '2023-06-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33827, 2113, '0', 'preview', '2023-06-30', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33828, 2111, '0', 'preview', '2023-06-30', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33829, 2110, '0', 'preview', '2023-06-30', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33830, 1950, '0', 'preview', '2023-06-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33831, 2055, '0', 'default', '2023-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33832, 1953, '0', 'preview', '2023-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33833, 2109, '0', 'preview', '2023-06-30', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33834, 2089, '0', 'default', '2023-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33835, 2031, '0', 'preview', '2023-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33836, 2111, '0', 'default', '2023-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33837, 2107, '0', 'default', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33838, 2097, '0', 'default', '2023-06-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33839, 2118, '0', 'preview', '2023-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33840, 2096, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33841, 2116, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33842, 2020, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33843, 2115, '0', 'preview', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33844, 2089, '0', 'preview', '2023-06-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33845, 2121, '0', 'preview', '2023-06-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33846, 2016, '0', 'preview', '2023-06-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33847, 1911, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33848, 2122, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33849, 2121, '0', 'default', '2023-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33850, 2095, '0', 'default', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33851, 2087, '0', 'preview', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33852, 2049, '0', 'preview', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33853, 2091, '0', 'preview', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33854, 2128, '0', 'preview', '2023-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33855, 2127, '0', 'preview', '2023-06-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33856, 1952, '0', 'preview', '2023-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33857, 2117, '0', 'preview', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33858, 2039, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33859, 2092, '0', 'default', '2023-06-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33860, 2117, '0', 'default', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33861, 1967, '0', 'default', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33862, 2106, '0', 'preview', '2023-06-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33863, 2086, '0', 'preview', '2023-06-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33864, 2086, '0', 'default', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33865, 2134, '0', 'preview', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33866, 2135, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33867, 2134, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33868, 2090, '0', 'default', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33869, 2096, '0', 'preview', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33870, 2020, '0', 'preview', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33871, 2125, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33872, 2051, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33873, 2125, '0', 'preview', '2023-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33874, 2015, '0', 'preview', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33875, 2024, '0', 'preview', '2023-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33876, 2133, '0', 'preview', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33877, 2090, '0', 'preview', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33878, 2099, '0', 'preview', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33879, 2107, '0', 'preview', '2023-06-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33880, 2067, '0', 'preview', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33881, 2145, '0', 'preview', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33882, 2028, '0', 'preview', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33883, 1938, '0', 'preview', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33884, 1960, '0', 'preview', '2023-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33885, 2133, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33886, 1957, '0', 'preview', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33887, 2140, '0', 'preview', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33888, 2053, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33889, 2097, '0', 'preview', '2023-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33890, 2093, '0', 'default', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33891, 2147, '0', 'preview', '2023-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33892, 2122, '0', 'preview', '2023-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33893, 2048, '0', 'preview', '2023-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33894, 2158, '0', 'preview', '2023-06-30', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33895, 2110, '0', 'preview', '2023-07-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33896, 2111, '0', 'preview', '2023-07-01', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33897, 1930, '0', 'preview', '2023-07-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33898, 2121, '0', 'preview', '2023-07-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33899, 2135, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33900, 2065, '0', 'preview', '2023-07-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33901, 2089, '0', 'preview', '2023-07-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33902, 2109, '0', 'preview', '2023-07-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33903, 2113, '0', 'preview', '2023-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33904, 2089, '0', 'default', '2023-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33905, 2097, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33906, 2111, '0', 'default', '2023-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33907, 2020, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33908, 1937, '0', 'default', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33909, 2039, '0', 'default', '2023-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33910, 2092, '0', 'default', '2023-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33911, 2027, '0', 'preview', '2023-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33912, 1950, '0', 'preview', '2023-07-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33913, 1953, '0', 'preview', '2023-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33914, 2107, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33915, 2066, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33916, 2117, '0', 'preview', '2023-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33917, 1967, '0', 'preview', '2023-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33918, 2122, '0', 'preview', '2023-07-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33919, 1913, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33920, 2053, '0', 'default', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33921, 2023, '0', 'default', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33922, 2097, '0', 'default', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33923, 2158, '0', 'preview', '2023-07-01', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33924, 1967, '0', 'default', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33925, 2020, '0', 'default', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33926, 2127, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33927, 2129, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33928, 2128, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33929, 1930, '0', 'default', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33930, 2112, '0', 'default', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33931, 2092, '0', 'preview', '2023-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33932, 2141, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33933, 1886, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33934, 2112, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33935, 2106, '0', 'default', '2023-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33936, 1935, '0', 'default', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33937, 1912, '0', 'default', '2023-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33938, 1912, '0', 'preview', '2023-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33939, 2106, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33940, 1918, '0', 'preview', '2023-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33941, 2133, '0', 'preview', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33942, 2089, '0', 'preview', '2023-07-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33943, 2093, '0', 'preview', '2023-07-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33944, 2110, '0', 'preview', '2023-07-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33945, 2109, '0', 'preview', '2023-07-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33946, 1950, '0', 'preview', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33947, 1953, '0', 'preview', '2023-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33948, 2112, '0', 'preview', '2023-07-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33949, 1930, '0', 'preview', '2023-07-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33950, 2092, '0', 'preview', '2023-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33951, 2135, '0', 'preview', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33952, 2121, '0', 'preview', '2023-07-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33953, 2039, '0', 'default', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33954, 1953, '0', 'default', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33955, 2111, '0', 'preview', '2023-07-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33956, 2125, '0', 'preview', '2023-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33957, 2125, '0', 'default', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33958, 2121, '0', 'default', '2023-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33959, 2097, '0', 'preview', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33960, 2090, '0', 'preview', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33961, 2117, '0', 'preview', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33962, 2086, '0', 'preview', '2023-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33963, 1952, '0', 'default', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33964, 2092, '0', 'default', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33965, 2016, '0', 'preview', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33966, 2024, '0', 'preview', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33967, 2113, '0', 'preview', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33968, 2067, '0', 'preview', '2023-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33969, 2123, '0', 'preview', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33970, 1886, '0', 'preview', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33971, 2129, '0', 'default', '2023-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33972, 2109, '0', 'preview', '2023-07-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33973, 2111, '0', 'preview', '2023-07-03', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33974, 2110, '0', 'preview', '2023-07-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33975, 1930, '0', 'preview', '2023-07-03', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33976, 1950, '0', 'preview', '2023-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33977, 2086, '0', 'preview', '2023-07-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33978, 2112, '0', 'preview', '2023-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33979, 2113, '0', 'preview', '2023-07-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33980, 2121, '0', 'preview', '2023-07-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33981, 2067, '0', 'preview', '2023-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33982, 2089, '0', 'preview', '2023-07-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33983, 2154, '0', 'preview', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33984, 2031, '0', 'preview', '2023-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33985, 2089, '0', 'default', '2023-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33986, 2122, '0', 'preview', '2023-07-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33987, 2055, '0', 'default', '2023-07-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33988, 2055, '0', 'preview', '2023-07-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33989, 2027, '0', 'preview', '2023-07-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33990, 2039, '0', 'default', '2023-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33991, 2106, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33992, 2097, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33993, 2095, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33994, 2099, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33995, 2031, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33996, 2020, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33997, 2092, '0', 'default', '2023-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33998, 2111, '0', 'default', '2023-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33999, 2092, '0', 'preview', '2023-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34000, 2090, '0', 'preview', '2023-07-03', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34001, 2107, '0', 'preview', '2023-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34002, 2117, '0', 'preview', '2023-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34003, 2020, '0', 'preview', '2023-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34004, 2016, '0', 'preview', '2023-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34005, 2024, '0', 'preview', '2023-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34006, 2039, '0', 'preview', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34007, 2120, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34008, 2106, '0', 'preview', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34009, 2053, '0', 'preview', '2023-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34010, 1960, '0', 'preview', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34011, 1960, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34012, 2086, '0', 'default', '2023-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34013, 2121, '0', 'default', '2023-07-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34014, 2133, '0', 'preview', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34015, 1931, '0', 'preview', '2023-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34016, 1933, '0', 'preview', '2023-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34017, 2097, '0', 'preview', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34018, 1886, '0', 'preview', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34019, 2023, '0', 'preview', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34020, 2024, '0', 'default', '2023-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34021, 2118, '0', 'default', '2023-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34022, 2117, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34023, 2145, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34024, 1938, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34025, 2090, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34026, 2122, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34027, 2123, '0', 'default', '2023-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34028, 2093, '0', 'preview', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34029, 1930, '0', 'default', '2023-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34030, 2158, '0', 'preview', '2023-07-03', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34031, 2121, '0', 'preview', '2023-07-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34032, 2089, '0', 'preview', '2023-07-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34033, 1930, '0', 'preview', '2023-07-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34034, 2113, '0', 'preview', '2023-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34035, 2110, '0', 'preview', '2023-07-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34036, 2109, '0', 'preview', '2023-07-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34037, 2111, '0', 'preview', '2023-07-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34038, 2067, '0', 'default', '2023-07-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34039, 2121, '0', 'default', '2023-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34040, 2067, '0', 'preview', '2023-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34041, 2020, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34042, 2135, '0', 'default', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34043, 1913, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34044, 2086, '0', 'default', '2023-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34045, 2039, '0', 'default', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34046, 2031, '0', 'preview', '2023-07-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34047, 1953, '0', 'preview', '2023-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34048, 1950, '0', 'preview', '2023-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34049, 2053, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34050, 2055, '0', 'default', '2023-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34051, 2093, '0', 'preview', '2023-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34052, 1932, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34053, 2111, '0', 'default', '2023-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34054, 2086, '0', 'preview', '2023-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34055, 2092, '0', 'default', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34056, 2117, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34057, 1967, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34058, 2135, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34059, 2090, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34060, 2133, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34061, 2141, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34062, 2130, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34063, 1925, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34064, 2097, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34065, 2055, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34066, 2024, '0', 'default', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34067, 2023, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34068, 2107, '0', 'preview', '2023-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34069, 2122, '0', 'preview', '2023-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34070, 2016, '0', 'preview', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34071, 2109, '0', 'default', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34072, 2110, '0', 'default', '2023-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34073, 1930, '0', 'preview', '2023-07-05', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34074, 2027, '0', 'preview', '2023-07-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34075, 2121, '0', 'default', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34076, 2067, '0', 'preview', '2023-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34077, 2066, '0', 'preview', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34078, 2097, '0', 'default', '2023-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34079, 2111, '0', 'default', '2023-07-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34080, 2109, '0', 'default', '2023-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34081, 2110, '0', 'default', '2023-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34082, 2125, '0', 'preview', '2023-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34083, 2133, '0', 'default', '2023-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34084, 2122, '0', 'preview', '2023-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34085, 2118, '0', 'preview', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34086, 2113, '0', 'preview', '2023-07-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34087, 2112, '0', 'preview', '2023-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34088, 2110, '0', 'preview', '2023-07-05', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34089, 2109, '0', 'preview', '2023-07-05', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34090, 2099, '0', 'preview', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34091, 2094, '0', 'preview', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34092, 2111, '0', 'preview', '2023-07-05', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34093, 2086, '0', 'preview', '2023-07-05', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34094, 1950, '0', 'preview', '2023-07-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34095, 2135, '0', 'default', '2023-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34096, 2016, '0', 'preview', '2023-07-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34097, 2024, '0', 'preview', '2023-07-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34098, 2089, '0', 'preview', '2023-07-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34099, 2053, '0', 'default', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34100, 2107, '0', 'preview', '2023-07-05', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34101, 2055, '0', 'default', '2023-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34102, 2158, '0', 'preview', '2023-07-05', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34103, 2092, '0', 'default', '2023-07-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34104, 2106, '0', 'preview', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34105, 2121, '0', 'preview', '2023-07-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34106, 2117, '0', 'preview', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34107, 2122, '0', 'default', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34108, 2092, '0', 'preview', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34109, 1953, '0', 'preview', '2023-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34110, 2089, '0', 'default', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34111, 2106, '0', 'default', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34112, 2054, '0', 'preview', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34113, 2054, '0', 'default', '2023-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34114, 2117, '0', 'default', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34115, 2134, '0', 'default', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34116, 2053, '0', 'preview', '2023-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34117, 2114, '0', 'default', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34118, 2115, '0', 'default', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34119, 2031, '0', 'default', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34120, 2031, '0', 'preview', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34121, 2115, '0', 'preview', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34122, 2141, '0', 'default', '2023-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34123, 2090, '0', 'default', '2023-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34124, 2096, '0', 'default', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34125, 2097, '0', 'preview', '2023-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34126, 2125, '0', 'preview', '2023-07-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34127, 2111, '0', 'preview', '2023-07-06', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34128, 2117, '0', 'default', '2023-07-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34129, 2117, '0', 'preview', '2023-07-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34130, 2109, '0', 'preview', '2023-07-06', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34131, 1967, '0', 'preview', '2023-07-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34132, 2110, '0', 'preview', '2023-07-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34133, 2089, '0', 'default', '2023-07-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34134, 2106, '0', 'default', '2023-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34135, 2090, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34136, 2130, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34137, 2092, '0', 'default', '2023-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34138, 2027, '0', 'preview', '2023-07-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34139, 2016, '0', 'preview', '2023-07-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34140, 2130, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34141, 2091, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34142, 2141, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34143, 1930, '0', 'preview', '2023-07-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34144, 2024, '0', 'preview', '2023-07-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34145, 2089, '0', 'preview', '2023-07-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34146, 2120, '0', 'default', '2023-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34147, 2120, '0', 'preview', '2023-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34148, 2121, '0', 'preview', '2023-07-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34149, 2097, '0', 'preview', '2023-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34150, 2020, '0', 'preview', '2023-07-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34151, 2096, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34152, 2067, '0', 'preview', '2023-07-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34153, 2031, '0', 'preview', '2023-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34154, 2031, '0', 'preview', '2023-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34155, 2118, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34156, 2121, '0', 'default', '2023-07-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34157, 2113, '0', 'preview', '2023-07-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34158, 2110, '0', 'default', '2023-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34159, 2097, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34160, 2111, '0', 'default', '2023-07-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34161, 2109, '0', 'default', '2023-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34162, 2133, '0', 'default', '2023-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34163, 2048, '0', 'default', '2023-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34164, 1950, '0', 'preview', '2023-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34165, 1953, '0', 'preview', '2023-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34166, 2039, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34167, 2128, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34168, 1955, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34169, 2127, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34170, 2142, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34171, 2112, '0', 'preview', '2023-07-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34172, 1964, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34173, 2134, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34174, 2158, '0', 'preview', '2023-07-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34175, 2039, '0', 'preview', '2023-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34176, 2099, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34177, 2122, '0', 'preview', '2023-07-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34178, 2118, '0', 'preview', '2023-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34179, 2119, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34180, 1931, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34181, 1933, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34182, 2107, '0', 'preview', '2023-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34183, 2122, '0', 'default', '2023-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34184, 2107, '0', 'default', '2023-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34185, 2135, '0', 'default', '2023-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34186, 2090, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34187, 2092, '0', 'preview', '2023-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34188, 1925, '0', 'preview', '2023-07-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34189, 2055, '0', 'preview', '2023-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34190, 2106, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34191, 2053, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34192, 2123, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34193, 2086, '0', 'preview', '2023-07-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34194, 2055, '0', 'default', '2023-07-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34195, 2129, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34196, 1953, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34197, 2123, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34198, 1935, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34199, 2134, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34200, 1912, '0', 'preview', '2023-07-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34201, 2067, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34202, 2093, '0', 'preview', '2023-07-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34203, 1937, '0', 'preview', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34204, 1912, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34205, 2125, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34206, 2116, '0', 'default', '2023-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34207, 2111, '0', 'preview', '2023-07-07', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34208, 2121, '0', 'preview', '2023-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34209, 1930, '0', 'preview', '2023-07-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34210, 2111, '0', 'default', '2023-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34211, 2067, '0', 'preview', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34212, 2125, '0', 'preview', '2023-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34213, 1953, '0', 'preview', '2023-07-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34214, 2031, '0', 'preview', '2023-07-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34215, 2110, '0', 'preview', '2023-07-07', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34216, 2109, '0', 'preview', '2023-07-07', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34217, 1950, '0', 'preview', '2023-07-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34218, 2090, '0', 'preview', '2023-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34219, 2091, '0', 'preview', '2023-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34220, 2121, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34221, 1933, '0', 'preview', '2023-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34222, 1935, '0', 'preview', '2023-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34223, 2093, '0', 'preview', '2023-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34224, 2113, '0', 'preview', '2023-07-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34225, 2089, '0', 'preview', '2023-07-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34226, 2092, '0', 'preview', '2023-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34227, 2135, '0', 'preview', '2023-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34228, 1925, '0', 'preview', '2023-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34229, 2141, '0', 'preview', '2023-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34230, 2053, '0', 'default', '2023-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34231, 2112, '0', 'preview', '2023-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34232, 2051, '0', 'preview', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34233, 2107, '0', 'preview', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34234, 2109, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34235, 2089, '0', 'default', '2023-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34236, 2024, '0', 'preview', '2023-07-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34237, 2086, '0', 'preview', '2023-07-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34238, 2106, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34239, 2016, '0', 'preview', '2023-07-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34240, 2027, '0', 'preview', '2023-07-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34241, 2092, '0', 'default', '2023-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34242, 2129, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34243, 2097, '0', 'preview', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34244, 2110, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34245, 2145, '0', 'default', '2023-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34246, 2145, '0', 'preview', '2023-07-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34247, 2117, '0', 'preview', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34248, 2055, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34249, 1938, '0', 'preview', '2023-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34250, 2146, '0', 'preview', '2023-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34251, 2147, '0', 'preview', '2023-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34252, 2125, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34253, 2133, '0', 'preview', '2023-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34254, 1886, '0', 'preview', '2023-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34255, 2122, '0', 'preview', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34256, 2122, '0', 'default', '2023-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34257, 1886, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34258, 2107, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34259, 2158, '0', 'preview', '2023-07-07', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34260, 1953, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34261, 1950, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34262, 2135, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34263, 2123, '0', 'preview', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34264, 2055, '0', 'preview', '2023-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34265, 1960, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34266, 2117, '0', 'default', '2023-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34267, 2053, '0', 'default', '2023-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34268, 1950, '0', 'preview', '2023-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34269, 2016, '0', 'preview', '2023-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34270, 2109, '0', 'preview', '2023-07-08', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34271, 2107, '0', 'preview', '2023-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34272, 2086, '0', 'preview', '2023-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34273, 2053, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34274, 2020, '0', 'preview', '2023-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34275, 2111, '0', 'preview', '2023-07-08', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34276, 2031, '0', 'preview', '2023-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34277, 2110, '0', 'preview', '2023-07-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34278, 1886, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34279, 2113, '0', 'preview', '2023-07-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34280, 2067, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34281, 2112, '0', 'preview', '2023-07-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34282, 2117, '0', 'default', '2023-07-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34283, 1953, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34284, 2027, '0', 'preview', '2023-07-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34285, 1930, '0', 'preview', '2023-07-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34286, 2089, '0', 'preview', '2023-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34287, 2125, '0', 'preview', '2023-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34288, 2039, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34289, 2095, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34290, 2121, '0', 'preview', '2023-07-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34291, 1957, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34292, 2065, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34293, 1966, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34294, 1952, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34295, 2024, '0', 'preview', '2023-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34296, 2133, '0', 'preview', '2023-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34297, 2090, '0', 'preview', '2023-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34298, 2135, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34299, 2141, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34300, 1925, '0', 'preview', '2023-07-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34301, 2158, '0', 'preview', '2023-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34302, 2134, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34303, 1967, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34304, 2118, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34305, 2087, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34306, 2122, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34307, 2091, '0', 'default', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34308, 2106, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34309, 1912, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34310, 2113, '0', 'default', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34311, 1930, '0', 'default', '2023-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34312, 2145, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34313, 2055, '0', 'default', '2023-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34314, 2020, '0', 'default', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34315, 2089, '0', 'default', '2023-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34316, 2090, '0', 'default', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34317, 2111, '0', 'default', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34318, 2121, '0', 'default', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34319, 2092, '0', 'default', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34320, 1935, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34321, 1937, '0', 'preview', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34322, 2135, '0', 'default', '2023-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34323, 2109, '0', 'preview', '2023-07-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34324, 2111, '0', 'preview', '2023-07-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34325, 2110, '0', 'preview', '2023-07-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34326, 1930, '0', 'preview', '2023-07-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34327, 2111, '0', 'default', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34328, 2121, '0', 'preview', '2023-07-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34329, 2089, '0', 'preview', '2023-07-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34330, 1931, '0', 'preview', '2023-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34331, 2092, '0', 'default', '2023-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34332, 2129, '0', 'default', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34333, 2125, '0', 'preview', '2023-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34334, 2016, '0', 'preview', '2023-07-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34335, 2027, '0', 'preview', '2023-07-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34336, 2113, '0', 'preview', '2023-07-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34337, 2096, '0', 'default', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34338, 2020, '0', 'preview', '2023-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34339, 2146, '0', 'preview', '2023-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34340, 2024, '0', 'preview', '2023-07-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34341, 2093, '0', 'preview', '2023-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34342, 2097, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34343, 2051, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34344, 2117, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34345, 2086, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34346, 2053, '0', 'default', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34347, 2112, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34348, 2055, '0', 'default', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34349, 2133, '0', 'preview', '2023-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34350, 2135, '0', 'default', '2023-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34351, 2121, '0', 'default', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34352, 2090, '0', 'default', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34353, 2141, '0', 'preview', '2023-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34354, 1886, '0', 'default', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34355, 2134, '0', 'preview', '2023-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34356, 2090, '0', 'preview', '2023-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34357, 2135, '0', 'preview', '2023-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34358, 1935, '0', 'default', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34359, 2067, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34360, 2039, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34361, 2031, '0', 'preview', '2023-07-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34362, 2095, '0', 'preview', '2023-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34363, 2099, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34364, 2118, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34365, 1913, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34366, 1935, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34367, 1950, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34368, 1938, '0', 'preview', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34369, 2107, '0', 'default', '2023-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34370, 2092, '0', 'default', '2023-07-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34371, 2122, '0', 'default', '2023-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34372, 2110, '0', 'preview', '2023-07-10', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34373, 2109, '0', 'preview', '2023-07-10', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34374, 2111, '0', 'preview', '2023-07-10', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34375, 2024, '0', 'preview', '2023-07-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34376, 2031, '0', 'preview', '2023-07-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34377, 2016, '0', 'preview', '2023-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34378, 2121, '0', 'default', '2023-07-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34379, 2099, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34380, 2112, '0', 'preview', '2023-07-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34381, 1950, '0', 'preview', '2023-07-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34382, 1953, '0', 'preview', '2023-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34383, 1930, '0', 'preview', '2023-07-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34384, 2048, '0', 'preview', '2023-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34385, 2090, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34386, 2117, '0', 'preview', '2023-07-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34387, 2089, '0', 'default', '2023-07-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34388, 2133, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34389, 2094, '0', 'preview', '2023-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34390, 2146, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34391, 2039, '0', 'default', '2023-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34392, 2125, '0', 'preview', '2023-07-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34393, 2113, '0', 'preview', '2023-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34394, 2121, '0', 'preview', '2023-07-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34395, 2089, '0', 'preview', '2023-07-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34396, 2097, '0', 'preview', '2023-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34397, 2039, '0', 'preview', '2023-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34398, 2099, '0', 'preview', '2023-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34399, 2020, '0', 'preview', '2023-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34400, 2027, '0', 'preview', '2023-07-10', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34401, 2086, '0', 'default', '2023-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34402, 2086, '0', 'preview', '2023-07-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34403, 2135, '0', 'default', '2023-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34404, 2093, '0', 'preview', '2023-07-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34405, 2145, '0', 'default', '2023-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34406, 2112, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34407, 2048, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34408, 2055, '0', 'preview', '2023-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34409, 2134, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34410, 2120, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34411, 2092, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34412, 2096, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34413, 2053, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34414, 2055, '0', 'default', '2023-07-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34415, 2117, '0', 'default', '2023-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34416, 2049, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34417, 2095, '0', 'preview', '2023-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34418, 2119, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34419, 2123, '0', 'preview', '2023-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34420, 2067, '0', 'preview', '2023-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34421, 1886, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34422, 2135, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34423, 1938, '0', 'preview', '2023-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34424, 2106, '0', 'preview', '2023-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34425, 2141, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34426, 1967, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34427, 1964, '0', 'preview', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34428, 2090, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34429, 1967, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34430, 2110, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34431, 2141, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34432, 2130, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34433, 1925, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34434, 2125, '0', 'default', '2023-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34435, 1950, '0', 'preview', '2023-07-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34436, 2112, '0', 'preview', '2023-07-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34437, 2125, '0', 'preview', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34438, 2016, '0', 'preview', '2023-07-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34439, 2016, '0', 'preview', '2023-07-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34440, 2053, '0', 'default', '2023-07-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34441, 2095, '0', 'default', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34442, 2109, '0', 'preview', '2023-07-11', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34443, 2111, '0', 'preview', '2023-07-11', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34444, 2110, '0', 'preview', '2023-07-11', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34445, 2089, '0', 'default', '2023-07-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34446, 1953, '0', 'preview', '2023-07-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34447, 2089, '0', 'preview', '2023-07-11', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34448, 2127, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34449, 2128, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34450, 2092, '0', 'default', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34451, 2086, '0', 'preview', '2023-07-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34452, 2053, '0', 'preview', '2023-07-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34453, 2086, '0', 'default', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34454, 2135, '0', 'default', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34455, 2117, '0', 'preview', '2023-07-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34456, 1967, '0', 'preview', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34457, 2121, '0', 'preview', '2023-07-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34458, 2123, '0', 'preview', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34459, 2107, '0', 'preview', '2023-07-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34460, 2055, '0', 'preview', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34461, 2097, '0', 'default', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34462, 2121, '0', 'default', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34463, 2147, '0', 'preview', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34464, 2027, '0', 'preview', '2023-07-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34465, 2092, '0', 'preview', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34466, 2067, '0', 'preview', '2023-07-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34467, 2113, '0', 'preview', '2023-07-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34468, 1930, '0', 'preview', '2023-07-11', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34469, 2091, '0', 'preview', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34470, 2090, '0', 'preview', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34471, 2097, '0', 'preview', '2023-07-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34472, 2051, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34473, 2055, '0', 'default', '2023-07-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34474, 1886, '0', 'preview', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34475, 1952, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34476, 2142, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34477, 1957, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34478, 1950, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34479, 1953, '0', 'default', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34480, 1955, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34481, 1925, '0', 'preview', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34482, 2129, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34483, 2093, '0', 'preview', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34484, 2158, '0', 'preview', '2023-07-11', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34485, 1964, '0', 'preview', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34486, 2110, '0', 'default', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34487, 2109, '0', 'default', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34488, 2111, '0', 'default', '2023-07-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34489, 2020, '0', 'default', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34490, 2112, '0', 'default', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34491, 1960, '0', 'preview', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34492, 2039, '0', 'preview', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34493, 2031, '0', 'preview', '2023-07-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34494, 2020, '0', 'preview', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34495, 2048, '0', 'preview', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34496, 2024, '0', 'preview', '2023-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34497, 2095, '0', 'preview', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34498, 2098, '0', 'preview', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34499, 2114, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34500, 2127, '0', 'preview', '2023-07-11', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34501, 2031, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34502, 2106, '0', 'default', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34503, 2054, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34504, 2116, '0', 'preview', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34505, 2039, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34506, 1933, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34507, 2133, '0', 'default', '2023-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34508, 2106, '0', 'preview', '2023-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34509, 2107, '0', 'default', '2023-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34510, 2031, '0', 'preview', '2023-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34511, 2122, '0', 'preview', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34512, 2097, '0', 'preview', '2023-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34513, 2099, '0', 'preview', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34514, 2111, '0', 'preview', '2023-07-12', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34515, 1886, '0', 'preview', '2023-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34516, 2048, '0', 'preview', '2023-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34517, 1930, '0', 'preview', '2023-07-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34518, 2113, '0', 'preview', '2023-07-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34519, 1953, '0', 'preview', '2023-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34520, 1957, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34521, 1935, '0', 'preview', '2023-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34522, 2121, '0', 'preview', '2023-07-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34523, 2092, '0', 'preview', '2023-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34524, 1964, '0', 'default', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34525, 2109, '0', 'preview', '2023-07-12', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34526, 2111, '0', 'default', '2023-07-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34527, 2110, '0', 'preview', '2023-07-12', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34528, 2089, '0', 'default', '2023-07-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34529, 2092, '0', 'default', '2023-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34530, 1950, '0', 'preview', '2023-07-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34531, 2054, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34532, 2142, '0', 'default', '2023-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34533, 2126, '0', 'default', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34534, 2140, '0', 'default', '2023-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34535, 2129, '0', 'default', '2023-07-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34536, 1953, '0', 'default', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34537, 2127, '0', 'default', '2023-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34538, 1952, '0', 'default', '2023-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34539, 2128, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34540, 2110, '0', 'default', '2023-07-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34541, 2109, '0', 'default', '2023-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34542, 2086, '0', 'preview', '2023-07-12', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34543, 2020, '0', 'preview', '2023-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34544, 2117, '0', 'default', '2023-07-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34545, 2133, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34546, 2016, '0', 'preview', '2023-07-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34547, 2116, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34548, 1957, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34549, 2127, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34550, 2129, '0', 'preview', '2023-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34551, 2128, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34552, 1952, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34553, 2020, '0', 'default', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34554, 2116, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34555, 2121, '0', 'default', '2023-07-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34556, 2118, '0', 'default', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34557, 2117, '0', 'preview', '2023-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34558, 2027, '0', 'preview', '2023-07-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34559, 2093, '0', 'preview', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34560, 1938, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34561, 1960, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34562, 2086, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34563, 1950, '0', 'default', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34564, 1964, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34565, 2096, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34566, 2066, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34567, 1967, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34568, 2125, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34569, 2067, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34570, 2048, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34571, 2090, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34572, 2112, '0', 'preview', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34573, 1912, '0', 'default', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34574, 2106, '0', 'default', '2023-07-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34575, 2024, '0', 'preview', '2023-07-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34576, 2053, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34577, 2107, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34578, 2054, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34579, 2125, '0', 'preview', '2023-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34580, 2135, '0', 'default', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34581, 2067, '0', 'preview', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34582, 2089, '0', 'preview', '2023-07-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34583, 1912, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34584, 2055, '0', 'default', '2023-07-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34585, 2114, '0', 'preview', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34586, 2106, '0', 'preview', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34587, 2090, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34588, 1967, '0', 'preview', '2023-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34589, 2095, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34590, 2097, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34591, 2055, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34592, 2031, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34593, 2141, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34594, 2158, '0', 'preview', '2023-07-12', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34595, 2053, '0', 'default', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34596, 2066, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34597, 2015, '0', 'preview', '2023-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34598, 2016, '0', 'preview', '2023-07-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34599, 2086, '0', 'preview', '2023-07-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34600, 1950, '0', 'preview', '2023-07-13', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34601, 2110, '0', 'preview', '2023-07-13', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34602, 2027, '0', 'preview', '2023-07-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34603, 2111, '0', 'preview', '2023-07-13', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34604, 2109, '0', 'preview', '2023-07-13', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34605, 2053, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34606, 2054, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34607, 1953, '0', 'preview', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34608, 2112, '0', 'preview', '2023-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34609, 2106, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34610, 1912, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34611, 2039, '0', 'default', '2023-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34612, 2090, '0', 'preview', '2023-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34613, 2133, '0', 'preview', '2023-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34614, 2121, '0', 'preview', '2023-07-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34615, 2089, '0', 'preview', '2023-07-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34616, 1967, '0', 'preview', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34617, 1930, '0', 'preview', '2023-07-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34618, 2028, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34619, 2097, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34620, 2020, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34621, 2031, '0', 'default', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34622, 2166, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34623, 2166, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34624, 2024, '0', 'preview', '2023-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34625, 1908, '0', 'preview', '2023-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34626, 2091, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34627, 2092, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34628, 2133, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34629, 2090, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34630, 2135, '0', 'default', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34631, 2145, '0', 'preview', '2023-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34632, 1938, '0', 'preview', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34633, 2147, '0', 'preview', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34634, 2121, '0', 'default', '2023-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34635, 2089, '0', 'default', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34636, 2097, '0', 'preview', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34637, 2113, '0', 'preview', '2023-07-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34638, 2115, '0', 'preview', '2023-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34639, 2067, '0', 'preview', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34640, 2117, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34641, 1967, '0', 'default', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34642, 2125, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34643, 1925, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34644, 2092, '0', 'default', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34645, 2111, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34646, 1930, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34647, 2112, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34648, 1953, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34649, 2127, '0', 'preview', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34650, 2145, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34651, 1938, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34652, 2134, '0', 'preview', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34653, 2122, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34654, 2093, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34655, 1913, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34656, 1916, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34657, 1914, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34658, 1918, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34659, 1915, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34660, 1917, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34661, 2055, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34662, 2099, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34663, 2128, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34664, 1957, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34665, 2140, '0', 'preview', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34666, 2128, '0', 'preview', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34667, 2048, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34668, 2126, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34669, 2049, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34670, 2087, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34671, 2055, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34672, 1886, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34673, 1935, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34674, 2117, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34675, 2135, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34676, 2130, '0', 'preview', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34677, 2154, '0', 'default', '2023-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34678, 2031, '0', 'preview', '2023-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34679, 1930, '0', 'preview', '2023-07-14', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34680, 2109, '0', 'preview', '2023-07-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34681, 2110, '0', 'preview', '2023-07-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34682, 2066, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34683, 1886, '0', 'preview', '2023-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34684, 2158, '0', 'preview', '2023-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34685, 2111, '0', 'preview', '2023-07-14', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34686, 2125, '0', 'preview', '2023-07-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34687, 2117, '0', 'preview', '2023-07-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34688, 2112, '0', 'preview', '2023-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34689, 2165, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34690, 2165, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34691, 2113, '0', 'preview', '2023-07-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34692, 2016, '0', 'preview', '2023-07-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34693, 2106, '0', 'preview', '2023-07-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34694, 1912, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34695, 1918, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34696, 1930, '0', 'default', '2023-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34697, 2093, '0', 'preview', '2023-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34698, 1935, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34699, 2117, '0', 'default', '2023-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34700, 1967, '0', 'default', '2023-07-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34701, 1967, '0', 'preview', '2023-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34702, 2121, '0', 'default', '2023-07-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34703, 2121, '0', 'preview', '2023-07-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34704, 2089, '0', 'default', '2023-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34705, 2092, '0', 'default', '2023-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34706, 2122, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34707, 1912, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34708, 2135, '0', 'default', '2023-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34709, 2110, '0', 'default', '2023-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34710, 2090, '0', 'preview', '2023-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34711, 2118, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34712, 1950, '0', 'preview', '2023-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34713, 2106, '0', 'default', '2023-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34714, 2031, '0', 'preview', '2023-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34715, 2089, '0', 'preview', '2023-07-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34716, 2097, '0', 'preview', '2023-07-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34717, 2027, '0', 'preview', '2023-07-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34718, 2024, '0', 'preview', '2023-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34719, 1938, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34720, 2067, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34721, 2086, '0', 'preview', '2023-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34722, 2146, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34723, 2111, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34724, 1886, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34725, 2158, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34726, 1953, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34727, 1953, '0', 'preview', '2023-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34728, 2023, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34729, 2048, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34730, 2095, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34731, 2116, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34732, 2118, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34733, 2016, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34734, 2113, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34735, 2099, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34736, 2039, '0', 'preview', '2023-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34737, 2099, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34738, 2039, '0', 'default', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34739, 2055, '0', 'preview', '2023-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34740, 2125, '0', 'preview', '2023-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34741, 2109, '0', 'preview', '2023-07-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34742, 2111, '0', 'preview', '2023-07-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34743, 2107, '0', 'preview', '2023-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34744, 2093, '0', 'preview', '2023-07-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34745, 2112, '0', 'preview', '2023-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34746, 2113, '0', 'preview', '2023-07-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34747, 2121, '0', 'preview', '2023-07-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34748, 1930, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34749, 2110, '0', 'preview', '2023-07-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34750, 1953, '0', 'preview', '2023-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34751, 1950, '0', 'preview', '2023-07-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34752, 2024, '0', 'preview', '2023-07-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34753, 2055, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34754, 1955, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34755, 2097, '0', 'preview', '2023-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34756, 2020, '0', 'preview', '2023-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34757, 2031, '0', 'preview', '2023-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34758, 2121, '0', 'default', '2023-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34759, 2117, '0', 'preview', '2023-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34760, 2122, '0', 'preview', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34761, 2111, '0', 'default', '2023-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34762, 1930, '0', 'preview', '2023-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34763, 2027, '0', 'preview', '2023-07-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34764, 2098, '0', 'preview', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34765, 2095, '0', 'preview', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34766, 2086, '0', 'preview', '2023-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34767, 2089, '0', 'default', '2023-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34768, 2094, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34769, 2109, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34770, 2110, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34771, 2135, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34772, 2134, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34773, 2090, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34774, 2092, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34775, 2117, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34776, 1967, '0', 'default', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34777, 2089, '0', 'preview', '2023-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34778, 2039, '0', 'preview', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34779, 2016, '0', 'preview', '2023-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34780, 1967, '0', 'preview', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34781, 2140, '0', 'preview', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34782, 1957, '0', 'preview', '2023-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34783, 2097, '0', 'preview', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34784, 2121, '0', 'preview', '2023-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34785, 2112, '0', 'preview', '2023-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34786, 2110, '0', 'preview', '2023-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34787, 1930, '0', 'preview', '2023-07-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34788, 2111, '0', 'preview', '2023-07-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34789, 2113, '0', 'preview', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34790, 2121, '0', 'default', '2023-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34791, 2118, '0', 'default', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34792, 2020, '0', 'default', '2023-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34793, 2116, '0', 'default', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34794, 2109, '0', 'preview', '2023-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34795, 2086, '0', 'preview', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34796, 2092, '0', 'default', '2023-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34797, 2135, '0', 'default', '2023-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34798, 2016, '0', 'preview', '2023-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34799, 2158, '0', 'preview', '2023-07-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34800, 1950, '0', 'preview', '2023-07-16', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34801, 1912, '0', 'preview', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34802, 1955, '0', 'default', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34803, 2141, '0', 'default', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34804, 2117, '0', 'default', '2023-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34805, 2097, '0', 'default', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34806, 2039, '0', 'default', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34807, 2055, '0', 'preview', '2023-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34808, 2107, '0', 'default', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34809, 1886, '0', 'preview', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34810, 2125, '0', 'preview', '2023-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34811, 1953, '0', 'preview', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34812, 2109, '0', 'default', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34813, 2110, '0', 'default', '2023-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34814, 2111, '0', 'preview', '2023-07-17', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34815, 2113, '0', 'preview', '2023-07-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34816, 1930, '0', 'preview', '2023-07-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34817, 2086, '0', 'preview', '2023-07-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34818, 2112, '0', 'preview', '2023-07-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34819, 2110, '0', 'preview', '2023-07-17', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34820, 2121, '0', 'default', '2023-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34821, 2099, '0', 'default', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34822, 2020, '0', 'default', '2023-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34823, 2031, '0', 'default', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34824, 2117, '0', 'default', '2023-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34825, 2092, '0', 'default', '2023-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34826, 2089, '0', 'preview', '2023-07-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34827, 2135, '0', 'default', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34828, 2097, '0', 'default', '2023-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34829, 2109, '0', 'preview', '2023-07-17', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34830, 2125, '0', 'preview', '2023-07-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34831, 2016, '0', 'preview', '2023-07-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34832, 2117, '0', 'preview', '2023-07-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34833, 2134, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34834, 2091, '0', 'preview', '2023-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34835, 2048, '0', 'default', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34836, 2027, '0', 'default', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34837, 2024, '0', 'preview', '2023-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34838, 2090, '0', 'default', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34839, 2016, '0', 'default', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34840, 2127, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34841, 2053, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34842, 2089, '0', 'default', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34843, 2133, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34844, 1930, '0', 'default', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34845, 1925, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34846, 1950, '0', 'preview', '2023-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34847, 1935, '0', 'default', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34848, 2116, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34849, 2113, '0', 'default', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34850, 2130, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34851, 2121, '0', 'preview', '2023-07-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34852, 1967, '0', 'default', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34853, 2123, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34854, 2039, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34855, 2090, '0', 'preview', '2023-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34856, 2097, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34857, 2048, '0', 'preview', '2023-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34858, 1953, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34859, 2141, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34860, 2088, '0', 'default', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34861, 2112, '0', 'default', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34862, 2135, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34863, 2092, '0', 'preview', '2023-07-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34864, 1967, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34865, 2067, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34866, 1912, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34867, 2055, '0', 'preview', '2023-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34868, 2107, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34869, 2158, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34870, 1918, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34871, 2055, '0', 'default', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34872, 2020, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34873, 1932, '0', 'default', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34874, 1933, '0', 'default', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34875, 2053, '0', 'default', '2023-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34876, 2118, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34877, 2106, '0', 'default', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34878, 1912, '0', 'default', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34879, 2031, '0', 'preview', '2023-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34880, 2122, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34881, 2093, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34882, 1931, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34883, 1935, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34884, 2095, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34885, 2098, '0', 'preview', '2023-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34886, 2146, '0', 'preview', '2023-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34887, 2145, '0', 'preview', '2023-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34888, 1938, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34889, 2147, '0', 'preview', '2023-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34890, 1930, '0', 'preview', '2023-07-18', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34891, 2135, '0', 'preview', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34892, 2134, '0', 'preview', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34893, 2109, '0', 'preview', '2023-07-18', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34894, 2113, '0', 'preview', '2023-07-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34895, 2110, '0', 'preview', '2023-07-18', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34896, 2111, '0', 'preview', '2023-07-18', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34897, 1967, '0', 'default', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34898, 2117, '0', 'default', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34899, 2055, '0', 'preview', '2023-07-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34900, 2016, '0', 'preview', '2023-07-18', 17);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34901, 2053, '0', 'default', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34902, 1950, '0', 'preview', '2023-07-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34903, 2112, '0', 'preview', '2023-07-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34904, 2089, '0', 'preview', '2023-07-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34905, 2097, '0', 'preview', '2023-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34906, 2095, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34907, 2031, '0', 'preview', '2023-07-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34908, 2020, '0', 'preview', '2023-07-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34909, 2039, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34910, 1953, '0', 'preview', '2023-07-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34911, 2121, '0', 'default', '2023-07-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34912, 2106, '0', 'default', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34913, 2027, '0', 'preview', '2023-07-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34914, 2024, '0', 'preview', '2023-07-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34915, 2111, '0', 'default', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34916, 2109, '0', 'default', '2023-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34917, 2110, '0', 'default', '2023-07-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34918, 2130, '0', 'preview', '2023-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34919, 2092, '0', 'preview', '2023-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34920, 2091, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34921, 2055, '0', 'default', '2023-07-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34922, 1912, '0', 'default', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34923, 1917, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34924, 1918, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34925, 2121, '0', 'preview', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34926, 2023, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34927, 2092, '0', 'default', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34928, 2086, '0', 'preview', '2023-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34929, 2117, '0', 'preview', '2023-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34930, 2097, '0', 'default', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34931, 1967, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34932, 2067, '0', 'preview', '2023-07-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34933, 2053, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34934, 2135, '0', 'default', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34935, 2095, '0', 'default', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34936, 2024, '0', 'default', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34937, 2048, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34938, 1935, '0', 'default', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34939, 2145, '0', 'preview', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34940, 2093, '0', 'preview', '2023-07-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34941, 1937, '0', 'preview', '2023-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34942, 1935, '0', 'preview', '2023-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34943, 2125, '0', 'preview', '2023-07-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34944, 1925, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34945, 2141, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34946, 2089, '0', 'default', '2023-07-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34947, 2048, '0', 'default', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34948, 2090, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34949, 2049, '0', 'default', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34950, 2133, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34951, 1886, '0', 'preview', '2023-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34952, 2135, '0', 'default', '2023-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34953, 2122, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34954, 1930, '0', 'preview', '2023-07-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34955, 2113, '0', 'preview', '2023-07-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34956, 2121, '0', 'preview', '2023-07-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34957, 1950, '0', 'preview', '2023-07-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34958, 2110, '0', 'preview', '2023-07-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34959, 2109, '0', 'preview', '2023-07-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34960, 2067, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34961, 2111, '0', 'preview', '2023-07-19', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34962, 2086, '0', 'preview', '2023-07-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34963, 2125, '0', 'preview', '2023-07-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34964, 2016, '0', 'preview', '2023-07-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34965, 2027, '0', 'preview', '2023-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34966, 2024, '0', 'preview', '2023-07-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34967, 2112, '0', 'preview', '2023-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34968, 2111, '0', 'default', '2023-07-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34969, 2109, '0', 'default', '2023-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34970, 2110, '0', 'default', '2023-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34971, 1953, '0', 'preview', '2023-07-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34972, 2089, '0', 'preview', '2023-07-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34973, 1913, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34974, 1886, '0', 'default', '2023-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34975, 2166, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34976, 1930, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34977, 2093, '0', 'preview', '2023-07-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34978, 2106, '0', 'preview', '2023-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34979, 2092, '0', 'default', '2023-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34980, 2055, '0', 'preview', '2023-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34981, 2089, '0', 'default', '2023-07-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34982, 1964, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34983, 1964, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34984, 2091, '0', 'preview', '2023-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34985, 2090, '0', 'preview', '2023-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34986, 2117, '0', 'preview', '2023-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34987, 2114, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34988, 2107, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34989, 2039, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34990, 2133, '0', 'default', '2023-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34991, 2053, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34992, 2090, '0', 'default', '2023-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34993, 2091, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34994, 2121, '0', 'default', '2023-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34995, 2097, '0', 'preview', '2023-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34996, 2115, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34997, 1967, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34998, 2016, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34999, 2027, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35000, 2055, '0', 'default', '2023-07-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35001, 2158, '0', 'preview', '2023-07-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35002, 2133, '0', 'preview', '2023-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35003, 2024, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35004, 2096, '0', 'preview', '2023-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35005, 2020, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35006, 2116, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35007, 2095, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35008, 2053, '0', 'default', '2023-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35009, 2097, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35010, 2020, '0', 'default', '2023-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35011, 2095, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35012, 2031, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35013, 2115, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35014, 2099, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35015, 2114, '0', 'default', '2023-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35016, 2116, '0', 'default', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35017, 2092, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35018, 2130, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35019, 1925, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35020, 2098, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35021, 2094, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35022, 2118, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35023, 2031, '0', 'preview', '2023-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35024, 1967, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35025, 1886, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35026, 2145, '0', 'preview', '2023-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35027, 2109, '0', 'preview', '2023-07-20', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35028, 2110, '0', 'preview', '2023-07-20', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35029, 2016, '0', 'preview', '2023-07-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35030, 2027, '0', 'preview', '2023-07-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35031, 2024, '0', 'preview', '2023-07-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35032, 1950, '0', 'preview', '2023-07-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35033, 2111, '0', 'preview', '2023-07-20', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35034, 2097, '0', 'preview', '2023-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35035, 1953, '0', 'preview', '2023-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35036, 2112, '0', 'preview', '2023-07-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35037, 1930, '0', 'preview', '2023-07-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35038, 2125, '0', 'preview', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35039, 2113, '0', 'preview', '2023-07-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35040, 2106, '0', 'preview', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35041, 2024, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35042, 2051, '0', 'preview', '2023-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35043, 2016, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35044, 2027, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35045, 2066, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35046, 2097, '0', 'default', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35047, 1912, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35048, 1964, '0', 'default', '2023-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35049, 2051, '0', 'default', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35050, 2121, '0', 'preview', '2023-07-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35051, 2112, '0', 'default', '2023-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35052, 2092, '0', 'default', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35053, 2093, '0', 'preview', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35054, 2039, '0', 'default', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35055, 1964, '0', 'preview', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35056, 2086, '0', 'preview', '2023-07-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35057, 2020, '0', 'default', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35058, 2031, '0', 'default', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35059, 2135, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35060, 2117, '0', 'preview', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35061, 2067, '0', 'preview', '2023-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35062, 2053, '0', 'default', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35063, 2049, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35064, 2125, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35065, 2089, '0', 'preview', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35066, 2107, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35067, 2122, '0', 'default', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35068, 2111, '0', 'default', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35069, 1913, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35070, 2048, '0', 'preview', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35071, 1935, '0', 'preview', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35072, 2109, '0', 'default', '2023-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35073, 2110, '0', 'default', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35074, 2127, '0', 'preview', '2023-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35075, 2128, '0', 'preview', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35076, 2127, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35077, 2142, '0', 'preview', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35078, 2116, '0', 'preview', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35079, 2055, '0', 'preview', '2023-07-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35080, 2121, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35081, 2158, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35082, 2123, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35083, 1913, '0', 'preview', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35084, 1886, '0', 'preview', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35085, 2099, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35086, 2054, '0', 'preview', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35087, 2031, '0', 'preview', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35088, 2053, '0', 'preview', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35089, 2065, '0', 'default', '2023-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35090, 2093, '0', 'preview', '2023-07-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35091, 2109, '0', 'preview', '2023-07-21', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35092, 1930, '0', 'preview', '2023-07-21', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35093, 2112, '0', 'default', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35094, 2110, '0', 'preview', '2023-07-21', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35095, 2111, '0', 'preview', '2023-07-21', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35096, 2012, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35097, 2112, '0', 'preview', '2023-07-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35098, 1950, '0', 'preview', '2023-07-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35099, 1953, '0', 'preview', '2023-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35100, 1953, '0', 'preview', '2023-07-21', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35101, 2031, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35102, 2031, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35103, 2113, '0', 'preview', '2023-07-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35104, 2141, '0', 'preview', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35105, 2130, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35106, 2092, '0', 'preview', '2023-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35107, 2090, '0', 'preview', '2023-07-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35108, 1925, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35109, 2086, '0', 'preview', '2023-07-21', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35110, 2118, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35111, 2067, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35112, 2016, '0', 'preview', '2023-07-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35113, 2027, '0', 'preview', '2023-07-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35114, 2024, '0', 'preview', '2023-07-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35115, 2089, '0', 'default', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35116, 2121, '0', 'preview', '2023-07-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35117, 2089, '0', 'preview', '2023-07-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35118, 2016, '0', 'default', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35119, 2121, '0', 'default', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35120, 2024, '0', 'default', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35121, 2110, '0', 'default', '2023-07-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35122, 2117, '0', 'preview', '2023-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35123, 2106, '0', 'preview', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35124, 2106, '0', 'default', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35125, 2123, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35126, 2097, '0', 'preview', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35127, 2125, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35128, 2133, '0', 'preview', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35129, 2107, '0', 'preview', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35130, 2111, '0', 'default', '2023-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35131, 1938, '0', 'preview', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35132, 2092, '0', 'default', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35133, 2054, '0', 'default', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35134, 2109, '0', 'default', '2023-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35135, 2055, '0', 'default', '2023-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35136, 1967, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35137, 2020, '0', 'preview', '2023-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35138, 2048, '0', 'preview', '2023-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35139, 2135, '0', 'default', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35140, 2066, '0', 'default', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35141, 2066, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35142, 2090, '0', 'default', '2023-07-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35143, 2091, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35144, 2091, '0', 'default', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35145, 2086, '0', 'default', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35146, 2039, '0', 'preview', '2023-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35147, 2135, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35148, 2055, '0', 'preview', '2023-07-21', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35149, 2122, '0', 'default', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35150, 2141, '0', 'default', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35151, 1937, '0', 'preview', '2023-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35152, 2055, '0', 'default', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35153, 2089, '0', 'default', '2023-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35154, 2121, '0', 'preview', '2023-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35155, 2089, '0', 'preview', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35156, 1950, '0', 'preview', '2023-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35157, 2110, '0', 'default', '2023-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35158, 2110, '0', 'preview', '2023-07-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35159, 2031, '0', 'preview', '2023-07-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35160, 2129, '0', 'default', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35161, 1957, '0', 'default', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35162, 2111, '0', 'default', '2023-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35163, 2117, '0', 'preview', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35164, 2092, '0', 'default', '2023-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35165, 2111, '0', 'preview', '2023-07-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35166, 2121, '0', 'default', '2023-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35167, 2135, '0', 'default', '2023-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35168, 2027, '0', 'preview', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35169, 1930, '0', 'preview', '2023-07-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35170, 1886, '0', 'preview', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35171, 2048, '0', 'preview', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35172, 2016, '0', 'preview', '2023-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35173, 2039, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35174, 2125, '0', 'default', '2023-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35175, 2109, '0', 'preview', '2023-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35176, 2053, '0', 'default', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35177, 1960, '0', 'default', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35178, 2049, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35179, 1955, '0', 'default', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35180, 2093, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35181, 2112, '0', 'preview', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35182, 2158, '0', 'preview', '2023-07-22', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35183, 2109, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35184, 2039, '0', 'preview', '2023-07-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35185, 2020, '0', 'preview', '2023-07-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35186, 1931, '0', 'preview', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35187, 2106, '0', 'default', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35188, 2097, '0', 'preview', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35189, 2134, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35190, 2090, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35191, 2145, '0', 'default', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35192, 1964, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35193, 2016, '0', 'default', '2023-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35194, 2024, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35195, 2027, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35196, 2117, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35197, 2112, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35198, 2048, '0', 'default', '2023-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35199, 2093, '0', 'preview', '2023-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35200, 2092, '0', 'default', '2023-07-23', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35201, 1930, '0', 'preview', '2023-07-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35202, 2111, '0', 'preview', '2023-07-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35203, 2121, '0', 'preview', '2023-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35204, 2109, '0', 'preview', '2023-07-23', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35205, 2123, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35206, 2113, '0', 'preview', '2023-07-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35207, 2125, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35208, 1886, '0', 'default', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35209, 2112, '0', 'preview', '2023-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35210, 2110, '0', 'preview', '2023-07-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35211, 1886, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35212, 2117, '0', 'preview', '2023-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35213, 1925, '0', 'preview', '2023-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35214, 2089, '0', 'preview', '2023-07-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35215, 2090, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35216, 1967, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35217, 2097, '0', 'default', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35218, 2135, '0', 'default', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35219, 1950, '0', 'preview', '2023-07-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35220, 2086, '0', 'preview', '2023-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35221, 2127, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35222, 2093, '0', 'default', '2023-07-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35223, 2027, '0', 'preview', '2023-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35224, 2024, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35225, 2020, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35226, 2016, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35227, 1930, '0', 'default', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35228, 2121, '0', 'default', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35229, 2106, '0', 'default', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35230, 2122, '0', 'preview', '2023-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35231, 2053, '0', 'preview', '2023-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35232, 2053, '0', 'default', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35233, 2031, '0', 'preview', '2023-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35234, 1953, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35235, 2111, '0', 'default', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35236, 2135, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35237, 1960, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35238, 2048, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35239, 2112, '0', 'default', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35240, 2097, '0', 'preview', '2023-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35241, 2109, '0', 'preview', '2023-07-24', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35242, 2111, '0', 'preview', '2023-07-24', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35243, 2089, '0', 'preview', '2023-07-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35244, 2031, '0', 'preview', '2023-07-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35245, 2020, '0', 'preview', '2023-07-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35246, 2097, '0', 'preview', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35247, 2096, '0', 'preview', '2023-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35248, 2121, '0', 'preview', '2023-07-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35249, 2110, '0', 'preview', '2023-07-24', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35250, 2090, '0', 'preview', '2023-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35251, 2135, '0', 'preview', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35252, 2092, '0', 'preview', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35253, 2133, '0', 'preview', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35254, 2051, '0', 'preview', '2023-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35255, 2117, '0', 'preview', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35256, 2086, '0', 'preview', '2023-07-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35257, 2125, '0', 'preview', '2023-07-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35258, 1886, '0', 'preview', '2023-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35259, 2106, '0', 'default', '2023-07-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35260, 2122, '0', 'default', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35261, 2109, '0', 'default', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35262, 1930, '0', 'preview', '2023-07-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35263, 2024, '0', 'preview', '2023-07-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35264, 1967, '0', 'default', '2023-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35265, 2145, '0', 'default', '2023-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35266, 2020, '0', 'default', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35267, 2031, '0', 'default', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35268, 2135, '0', 'default', '2023-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35269, 1950, '0', 'preview', '2023-07-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35270, 2121, '0', 'default', '2023-07-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35271, 2089, '0', 'default', '2023-07-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35272, 2110, '0', 'default', '2023-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35273, 1938, '0', 'default', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35274, 2092, '0', 'default', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35275, 2112, '0', 'preview', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35276, 2093, '0', 'preview', '2023-07-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35277, 2113, '0', 'preview', '2023-07-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35278, 2067, '0', 'preview', '2023-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35279, 2053, '0', 'preview', '2023-07-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35280, 2053, '0', 'default', '2023-07-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35281, 2106, '0', 'preview', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35282, 2016, '0', 'preview', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35283, 1935, '0', 'preview', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35284, 1908, '0', 'preview', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35285, 2055, '0', 'default', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35286, 1967, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35287, 2128, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35288, 2127, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35289, 2142, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35290, 2133, '0', 'default', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35291, 2140, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35292, 1952, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35293, 1938, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35294, 2048, '0', 'preview', '2023-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35295, 1917, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35296, 2095, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35297, 2027, '0', 'preview', '2023-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35298, 2055, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35299, 1964, '0', 'default', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35300, 1964, '0', 'preview', '2023-07-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35301, 1953, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35302, 2107, '0', 'preview', '2023-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35303, 2089, '0', 'preview', '2023-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35304, 2111, '0', 'preview', '2023-07-25', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35305, 2110, '0', 'preview', '2023-07-25', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35306, 2127, '0', 'preview', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35307, 1952, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35308, 2089, '0', 'default', '2023-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35309, 2086, '0', 'preview', '2023-07-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35310, 2016, '0', 'preview', '2023-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35311, 2135, '0', 'default', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35312, 2113, '0', 'preview', '2023-07-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35313, 1967, '0', 'preview', '2023-07-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35314, 2117, '0', 'preview', '2023-07-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35315, 1950, '0', 'preview', '2023-07-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35316, 2109, '0', 'preview', '2023-07-25', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35317, 1933, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35318, 1930, '0', 'preview', '2023-07-25', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35319, 2141, '0', 'preview', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35320, 2090, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35321, 2134, '0', 'preview', '2023-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35322, 2110, '0', 'default', '2023-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35323, 2092, '0', 'default', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35324, 2067, '0', 'preview', '2023-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35325, 2112, '0', 'preview', '2023-07-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35326, 2121, '0', 'preview', '2023-07-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35327, 2095, '0', 'preview', '2023-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35328, 2053, '0', 'default', '2023-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35329, 2031, '0', 'preview', '2023-07-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35330, 2125, '0', 'preview', '2023-07-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35331, 2086, '0', 'default', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35332, 2117, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35333, 2114, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35334, 2020, '0', 'preview', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35335, 2093, '0', 'preview', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35336, 2106, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35337, 2097, '0', 'preview', '2023-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35338, 2027, '0', 'preview', '2023-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35339, 2024, '0', 'preview', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35340, 2133, '0', 'preview', '2023-07-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35341, 2099, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35342, 2112, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35343, 2054, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35344, 1952, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35345, 2121, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35346, 2109, '0', 'default', '2023-07-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35347, 2111, '0', 'default', '2023-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35348, 2048, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35349, 1957, '0', 'preview', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35350, 2090, '0', 'preview', '2023-07-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35351, 1938, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35352, 2145, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35353, 1925, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35354, 2067, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35355, 2135, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35356, 1935, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35357, 2145, '0', 'preview', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35358, 2122, '0', 'preview', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35359, 2128, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35360, 2107, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35361, 2158, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35362, 1912, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35363, 2092, '0', 'preview', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35364, 2129, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35365, 1937, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35366, 2106, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35367, 2020, '0', 'default', '2023-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35368, 2055, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35369, 2055, '0', 'preview', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35370, 2130, '0', 'preview', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35371, 1953, '0', 'preview', '2023-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35372, 2107, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35373, 2031, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35374, 2039, '0', 'default', '2023-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35375, 2089, '0', 'preview', '2023-07-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35376, 2020, '0', 'preview', '2023-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35377, 2031, '0', 'preview', '2023-07-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35378, 2090, '0', 'preview', '2023-07-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35379, 2117, '0', 'preview', '2023-07-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35380, 2111, '0', 'preview', '2023-07-26', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35381, 2055, '0', 'default', '2023-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35382, 1930, '0', 'preview', '2023-07-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35383, 2110, '0', 'preview', '2023-07-26', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35384, 2109, '0', 'preview', '2023-07-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35385, 2107, '0', 'preview', '2023-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35386, 2107, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35387, 1950, '0', 'preview', '2023-07-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35388, 2090, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35389, 2099, '0', 'preview', '2023-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35390, 2130, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35391, 1925, '0', 'preview', '2023-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35392, 2125, '0', 'preview', '2023-07-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35393, 2110, '0', 'default', '2023-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35394, 2121, '0', 'preview', '2023-07-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35395, 2054, '0', 'default', '2023-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35396, 2067, '0', 'preview', '2023-07-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35397, 1960, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35398, 2135, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35399, 2092, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35400, 2112, '0', 'preview', '2023-07-26', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35401, 2016, '0', 'preview', '2023-07-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35402, 2066, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35403, 2121, '0', 'default', '2023-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35404, 2106, '0', 'default', '2023-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35405, 1912, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35406, 2027, '0', 'preview', '2023-07-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35407, 2089, '0', 'default', '2023-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35408, 1953, '0', 'preview', '2023-07-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35409, 2113, '0', 'preview', '2023-07-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35410, 2111, '0', 'default', '2023-07-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35411, 2109, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35412, 2086, '0', 'preview', '2023-07-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35413, 2093, '0', 'preview', '2023-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35414, 2053, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35415, 2125, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35416, 2158, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35417, 2135, '0', 'preview', '2023-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35418, 2091, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35419, 2092, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35420, 1886, '0', 'preview', '2023-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35421, 2055, '0', 'preview', '2023-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35422, 2133, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35423, 2028, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35424, 1967, '0', 'default', '2023-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35425, 2024, '0', 'preview', '2023-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35426, 2097, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35427, 1964, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35428, 2117, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35429, 2095, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35430, 2145, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35431, 1931, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35432, 2113, '0', 'default', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35433, 2039, '0', 'preview', '2023-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35434, 2127, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35435, 2114, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35436, 2048, '0', 'preview', '2023-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35437, 2086, '0', 'preview', '2023-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35438, 2112, '0', 'preview', '2023-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35439, 2135, '0', 'default', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35440, 1930, '0', 'preview', '2023-07-27', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35441, 1960, '0', 'default', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35442, 2097, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35443, 2110, '0', 'preview', '2023-07-27', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35444, 2111, '0', 'preview', '2023-07-27', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35445, 2109, '0', 'preview', '2023-07-27', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35446, 2089, '0', 'preview', '2023-07-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35447, 2093, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35448, 2093, '0', 'preview', '2023-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35449, 1931, '0', 'preview', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35450, 2121, '0', 'preview', '2023-07-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35451, 1930, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35452, 2055, '0', 'default', '2023-07-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35453, 2121, '0', 'default', '2023-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35454, 2117, '0', 'preview', '2023-07-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35455, 1967, '0', 'preview', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35456, 2020, '0', 'preview', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35457, 2067, '0', 'preview', '2023-07-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35458, 1886, '0', 'preview', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35459, 2089, '0', 'default', '2023-07-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35460, 2016, '0', 'preview', '2023-07-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35461, 2117, '0', 'default', '2023-07-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35462, 2135, '0', 'preview', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35463, 2150, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35464, 2113, '0', 'preview', '2023-07-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35465, 2133, '0', 'preview', '2023-07-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35466, 1950, '0', 'preview', '2023-07-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35467, 2112, '0', 'default', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35468, 1953, '0', 'preview', '2023-07-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35469, 2145, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35470, 1967, '0', 'default', '2023-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35471, 2031, '0', 'preview', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35472, 2110, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35473, 2027, '0', 'preview', '2023-07-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35474, 2024, '0', 'preview', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35475, 2106, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35476, 2048, '0', 'preview', '2023-07-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35477, 2048, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35478, 2065, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35479, 2125, '0', 'preview', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35480, 2055, '0', 'preview', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35481, 2091, '0', 'preview', '2023-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35482, 1935, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35483, 2127, '0', 'default', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35484, 1960, '0', 'preview', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35485, 2053, '0', 'preview', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35486, 2090, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35487, 2090, '0', 'preview', '2023-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35488, 2111, '0', 'default', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35489, 2113, '0', 'default', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35490, 2118, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35491, 2099, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35492, 2107, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35493, 2140, '0', 'default', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35494, 2092, '0', 'preview', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35495, 1957, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35496, 2129, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35497, 2134, '0', 'preview', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35498, 1950, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35499, 2016, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35500, 2066, '0', 'default', '2023-07-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35501, 2128, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35502, 2125, '0', 'default', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35503, 1935, '0', 'preview', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35504, 2145, '0', 'preview', '2023-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35505, 1938, '0', 'preview', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35506, 2153, '0', 'preview', '2023-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35507, 2112, '0', 'preview', '2023-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35508, 2110, '0', 'preview', '2023-07-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35509, 2055, '0', 'default', '2023-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35510, 1930, '0', 'preview', '2023-07-28', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35511, 2055, '0', 'preview', '2023-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35512, 2133, '0', 'preview', '2023-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35513, 2109, '0', 'preview', '2023-07-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35514, 2111, '0', 'preview', '2023-07-28', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35515, 1967, '0', 'default', '2023-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35516, 2016, '0', 'preview', '2023-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35517, 2067, '0', 'preview', '2023-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35518, 2031, '0', 'preview', '2023-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35519, 2110, '0', 'default', '2023-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35520, 2092, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35521, 2024, '0', 'preview', '2023-07-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35522, 2135, '0', 'default', '2023-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35523, 2121, '0', 'preview', '2023-07-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35524, 2141, '0', 'preview', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35525, 2112, '0', 'default', '2023-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35526, 2145, '0', 'preview', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35527, 2117, '0', 'preview', '2023-07-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35528, 2113, '0', 'preview', '2023-07-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35529, 1938, '0', 'preview', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35530, 2086, '0', 'preview', '2023-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35531, 2089, '0', 'default', '2023-07-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35532, 2125, '0', 'preview', '2023-07-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35533, 1967, '0', 'preview', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35534, 2016, '0', 'default', '2023-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35535, 2121, '0', 'default', '2023-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35536, 2053, '0', 'preview', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35537, 2118, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35538, 2150, '0', 'preview', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35539, 2089, '0', 'preview', '2023-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35540, 2093, '0', 'preview', '2023-07-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35541, 2027, '0', 'preview', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35542, 2134, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35543, 2118, '0', 'preview', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35544, 2117, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35545, 1950, '0', 'preview', '2023-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35546, 2054, '0', 'preview', '2023-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35547, 2111, '0', 'default', '2023-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35548, 1953, '0', 'preview', '2023-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35549, 2027, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35550, 2097, '0', 'default', '2023-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35551, 2031, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35552, 2020, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35553, 2109, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35554, 2128, '0', 'preview', '2023-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35555, 2129, '0', 'preview', '2023-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35556, 2020, '0', 'preview', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35557, 2086, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35558, 2099, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35559, 2095, '0', 'default', '2023-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35560, 1886, '0', 'preview', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35561, 2048, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35562, 2158, '0', 'default', '2023-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35563, 2112, '0', 'default', '2023-07-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35564, 2135, '0', 'default', '2023-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35565, 2135, '0', 'preview', '2023-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35566, 2146, '0', 'preview', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35567, 2146, '0', 'default', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35568, 2111, '0', 'preview', '2023-07-29', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35569, 2117, '0', 'default', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35570, 2020, '0', 'preview', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35571, 2121, '0', 'preview', '2023-07-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35572, 1918, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35573, 2110, '0', 'preview', '2023-07-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35574, 2109, '0', 'preview', '2023-07-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35575, 2087, '0', 'default', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35576, 2053, '0', 'default', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35577, 2112, '0', 'preview', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35578, 2027, '0', 'preview', '2023-07-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35579, 2089, '0', 'preview', '2023-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35580, 2110, '0', 'default', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35581, 2111, '0', 'default', '2023-07-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35582, 2122, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35583, 2109, '0', 'default', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35584, 2147, '0', 'preview', '2023-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35585, 1967, '0', 'default', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35586, 1953, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35587, 1955, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35588, 1950, '0', 'preview', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35589, 2128, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35590, 2142, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35591, 2127, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35592, 1957, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35593, 2140, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35594, 2086, '0', 'default', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35595, 2113, '0', 'preview', '2023-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35596, 2121, '0', 'default', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35597, 2086, '0', 'preview', '2023-07-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35598, 2031, '0', 'preview', '2023-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35599, 2088, '0', 'default', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35600, 1930, '0', 'preview', '2023-07-29', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35601, 2158, '0', 'preview', '2023-07-29', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35602, 2097, '0', 'preview', '2023-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35603, 2095, '0', 'preview', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35604, 2016, '0', 'preview', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35605, 2039, '0', 'preview', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35606, 2096, '0', 'preview', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35607, 2092, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35608, 2130, '0', 'preview', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35609, 1967, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35610, 2117, '0', 'preview', '2023-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35611, 1924, '0', 'default', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35612, 2024, '0', 'preview', '2023-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35613, 1935, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35614, 2028, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35615, 2134, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35616, 2141, '0', 'preview', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35617, 2051, '0', 'default', '2023-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35618, 2086, '0', 'preview', '2023-07-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35619, 2024, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35620, 2110, '0', 'preview', '2023-07-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35621, 1967, '0', 'default', '2023-07-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35622, 2094, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35623, 2092, '0', 'preview', '2023-07-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35624, 2135, '0', 'preview', '2023-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35625, 2109, '0', 'preview', '2023-07-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35626, 2111, '0', 'preview', '2023-07-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35627, 2109, '0', 'default', '2023-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35628, 2125, '0', 'preview', '2023-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35629, 2117, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35630, 2099, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35631, 2020, '0', 'preview', '2023-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35632, 2095, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35633, 1930, '0', 'preview', '2023-07-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35634, 2089, '0', 'default', '2023-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35635, 2089, '0', 'preview', '2023-07-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35636, 2107, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35637, 2121, '0', 'preview', '2023-07-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35638, 2125, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35639, 2121, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35640, 2054, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35641, 2039, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35642, 2151, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35643, 2135, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35644, 2110, '0', 'default', '2023-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35645, 2031, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35646, 2113, '0', 'preview', '2023-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35647, 2095, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35648, 2097, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35649, 2116, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35650, 2116, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35651, 1960, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35652, 2053, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35653, 2016, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35654, 2127, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35655, 2114, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35656, 2123, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35657, 1953, '0', 'preview', '2023-07-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35658, 1917, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35659, 2090, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35660, 1925, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35661, 2048, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35662, 2112, '0', 'preview', '2023-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35663, 2067, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35664, 1967, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35665, 2090, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35666, 1950, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35667, 1955, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35668, 2129, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35669, 2140, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35670, 1957, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35671, 1964, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35672, 2098, '0', 'default', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35673, 2039, '0', 'preview', '2023-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35674, 2121, '0', 'preview', '2023-07-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35675, 2113, '0', 'preview', '2023-07-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35676, 2110, '0', 'preview', '2023-07-31', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35677, 2067, '0', 'preview', '2023-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35678, 2016, '0', 'preview', '2023-07-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35679, 2027, '0', 'preview', '2023-07-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35680, 1930, '0', 'preview', '2023-07-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35681, 2024, '0', 'preview', '2023-07-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35682, 2089, '0', 'default', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35683, 2109, '0', 'preview', '2023-07-31', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35684, 2111, '0', 'preview', '2023-07-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35685, 2118, '0', 'preview', '2023-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35686, 2053, '0', 'default', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35687, 2031, '0', 'preview', '2023-07-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35688, 2145, '0', 'default', '2023-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35689, 1935, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35690, 2121, '0', 'default', '2023-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35691, 2110, '0', 'default', '2023-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35692, 2094, '0', 'default', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35693, 2112, '0', 'preview', '2023-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35694, 1918, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35695, 2093, '0', 'preview', '2023-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35696, 1960, '0', 'preview', '2023-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35697, 1967, '0', 'default', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35698, 1886, '0', 'default', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35699, 2125, '0', 'preview', '2023-07-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35700, 2135, '0', 'default', '2023-07-31', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35701, 2086, '0', 'preview', '2023-07-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35702, 2106, '0', 'preview', '2023-07-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35703, 1912, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35704, 2089, '0', 'preview', '2023-07-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35705, 1953, '0', 'preview', '2023-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35706, 1950, '0', 'preview', '2023-07-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35707, 2099, '0', 'default', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35708, 2117, '0', 'preview', '2023-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35709, 2053, '0', 'preview', '2023-07-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35710, 2106, '0', 'default', '2023-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35711, 1931, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35712, 2039, '0', 'preview', '2023-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35713, 2016, '0', 'default', '2023-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35714, 2054, '0', 'preview', '2023-07-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35715, 2158, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35716, 2055, '0', 'preview', '2023-07-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35717, 2055, '0', 'default', '2023-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35718, 2120, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35719, 2086, '0', 'default', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35720, 2135, '0', 'preview', '2023-07-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35721, 2092, '0', 'preview', '2023-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35722, 1930, '0', 'default', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35723, 1886, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35724, 2020, '0', 'preview', '2023-07-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35725, 2145, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35726, 2099, '0', 'preview', '2023-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35727, 1938, '0', 'preview', '2023-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35728, 1937, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35729, 2065, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35730, 1967, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35731, 1964, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35732, 2097, '0', 'preview', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35733, 2024, '0', 'default', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35734, 2065, '0', 'default', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35735, 2109, '0', 'default', '2023-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35736, 2089, '0', 'preview', '2023-08-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35737, 2111, '0', 'preview', '2023-08-01', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35738, 2148, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35739, 2110, '0', 'preview', '2023-08-01', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35740, 1950, '0', 'preview', '2023-08-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35741, 2097, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35742, 2020, '0', 'preview', '2023-08-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35743, 2133, '0', 'preview', '2023-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35744, 2091, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35745, 2086, '0', 'preview', '2023-08-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35746, 2055, '0', 'default', '2023-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35747, 2027, '0', 'preview', '2023-08-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35748, 1960, '0', 'preview', '2023-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35749, 2125, '0', 'preview', '2023-08-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35750, 1916, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35751, 1930, '0', 'preview', '2023-08-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35752, 2111, '0', 'default', '2023-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35753, 2109, '0', 'default', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35754, 2110, '0', 'default', '2023-08-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35755, 2016, '0', 'preview', '2023-08-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35756, 2015, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35757, 2109, '0', 'preview', '2023-08-01', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35758, 2117, '0', 'default', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35759, 2117, '0', 'preview', '2023-08-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35760, 2087, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35761, 2113, '0', 'preview', '2023-08-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35762, 2135, '0', 'default', '2023-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35763, 1967, '0', 'default', '2023-08-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35764, 2024, '0', 'preview', '2023-08-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35765, 2107, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35766, 1950, '0', 'default', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35767, 2106, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35768, 2112, '0', 'default', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35769, 2093, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35770, 2020, '0', 'default', '2023-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35771, 2097, '0', 'default', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35772, 1953, '0', 'preview', '2023-08-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35773, 2031, '0', 'preview', '2023-08-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35774, 2118, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35775, 2122, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35776, 2054, '0', 'preview', '2023-08-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35777, 2121, '0', 'preview', '2023-08-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35778, 2134, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35779, 2089, '0', 'default', '2023-08-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35780, 2133, '0', 'default', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35781, 2121, '0', 'default', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35782, 2053, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35783, 2053, '0', 'default', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35784, 2039, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35785, 2012, '0', 'default', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35786, 2095, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35787, 2092, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35788, 2098, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35789, 2112, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35790, 1967, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35791, 2135, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35792, 2055, '0', 'preview', '2023-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35793, 2130, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35794, 1925, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35795, 2141, '0', 'preview', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35796, 2090, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35797, 2131, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35798, 2092, '0', 'default', '2023-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35799, 1955, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35800, 2127, '0', 'preview', '2023-08-01', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35801, 2128, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35802, 2126, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35803, 1952, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35804, 2142, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35805, 1935, '0', 'default', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35806, 2140, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35807, 2067, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35808, 1886, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35809, 2120, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35810, 2048, '0', 'preview', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35811, 1930, '0', 'default', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35812, 2116, '0', 'default', '2023-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35813, 2055, '0', 'default', '2023-08-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35814, 1950, '0', 'preview', '2023-08-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35815, 1953, '0', 'preview', '2023-08-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35816, 2016, '0', 'preview', '2023-08-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35817, 1964, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35818, 2113, '0', 'preview', '2023-08-02', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35819, 2089, '0', 'default', '2023-08-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35820, 2110, '0', 'preview', '2023-08-02', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35821, 2099, '0', 'default', '2023-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35822, 2111, '0', 'preview', '2023-08-02', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35823, 2109, '0', 'preview', '2023-08-02', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35824, 2067, '0', 'preview', '2023-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35825, 1930, '0', 'preview', '2023-08-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35826, 2121, '0', 'preview', '2023-08-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35827, 2112, '0', 'preview', '2023-08-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35828, 2133, '0', 'default', '2023-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35829, 2089, '0', 'preview', '2023-08-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35830, 2024, '0', 'preview', '2023-08-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35831, 2141, '0', 'preview', '2023-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35832, 2130, '0', 'preview', '2023-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35833, 2090, '0', 'preview', '2023-08-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35834, 2092, '0', 'preview', '2023-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35835, 2117, '0', 'preview', '2023-08-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35836, 2117, '0', 'default', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35837, 2099, '0', 'preview', '2023-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35838, 2095, '0', 'preview', '2023-08-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35839, 2127, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35840, 1952, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35841, 1957, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35842, 2128, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35843, 2126, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35844, 2133, '0', 'preview', '2023-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35845, 2039, '0', 'default', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35846, 2086, '0', 'preview', '2023-08-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35847, 2134, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35848, 2145, '0', 'default', '2023-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35849, 2121, '0', 'default', '2023-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35850, 2031, '0', 'preview', '2023-08-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35851, 2125, '0', 'default', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35852, 2027, '0', 'preview', '2023-08-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35853, 2125, '0', 'preview', '2023-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35854, 2093, '0', 'preview', '2023-08-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35855, 2048, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35856, 1938, '0', 'preview', '2023-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35857, 1886, '0', 'preview', '2023-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35858, 1935, '0', 'default', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35859, 2110, '0', 'default', '2023-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35860, 2158, '0', 'preview', '2023-08-02', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35861, 1912, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35862, 2122, '0', 'default', '2023-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35863, 2016, '0', 'default', '2023-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35864, 2106, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35865, 2135, '0', 'default', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35866, 2055, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35867, 2123, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35868, 1917, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35869, 1967, '0', 'preview', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35870, 1967, '0', 'default', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35871, 2048, '0', 'default', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35872, 2093, '0', 'default', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35873, 2086, '0', 'default', '2023-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35874, 2111, '0', 'default', '2023-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35875, 2133, '0', 'preview', '2023-08-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35876, 2027, '0', 'preview', '2023-08-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35877, 2016, '0', 'preview', '2023-08-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35878, 2055, '0', 'default', '2023-08-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35879, 2110, '0', 'preview', '2023-08-03', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35880, 2093, '0', 'default', '2023-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35881, 2111, '0', 'preview', '2023-08-03', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35882, 2125, '0', 'preview', '2023-08-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35883, 1938, '0', 'preview', '2023-08-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35884, 1938, '0', 'default', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35885, 2145, '0', 'preview', '2023-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35886, 2145, '0', 'default', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35887, 2146, '0', 'preview', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35888, 2123, '0', 'preview', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35889, 2121, '0', 'default', '2023-08-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35890, 2133, '0', 'default', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35891, 2090, '0', 'default', '2023-08-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35892, 2066, '0', 'preview', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35893, 2109, '0', 'preview', '2023-08-03', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35894, 2113, '0', 'preview', '2023-08-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35895, 1930, '0', 'preview', '2023-08-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35896, 1950, '0', 'preview', '2023-08-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35897, 1953, '0', 'preview', '2023-08-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35898, 2031, '0', 'preview', '2023-08-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35899, 2089, '0', 'preview', '2023-08-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35900, 2121, '0', 'preview', '2023-08-03', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35901, 2086, '0', 'preview', '2023-08-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35902, 1916, '0', 'preview', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35903, 2117, '0', 'preview', '2023-08-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35904, 2097, '0', 'default', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35905, 2112, '0', 'preview', '2023-08-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35906, 2110, '0', 'default', '2023-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35907, 2097, '0', 'preview', '2023-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35908, 2020, '0', 'preview', '2023-08-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35909, 2125, '0', 'default', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35910, 2024, '0', 'preview', '2023-08-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35911, 2135, '0', 'default', '2023-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35912, 1967, '0', 'default', '2023-08-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35913, 2067, '0', 'preview', '2023-08-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35914, 1886, '0', 'preview', '2023-08-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35915, 2089, '0', 'default', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35916, 2055, '0', 'preview', '2023-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35917, 2117, '0', 'default', '2023-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35918, 2093, '0', 'preview', '2023-08-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35919, 2106, '0', 'preview', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35920, 2090, '0', 'preview', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35921, 2067, '0', 'default', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35922, 2039, '0', 'preview', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35923, 2112, '0', 'default', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35924, 2028, '0', 'default', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35925, 1935, '0', 'default', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35926, 1935, '0', 'preview', '2023-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35927, 2015, '0', 'preview', '2023-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35928, 2023, '0', 'preview', '2023-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35929, 2024, '0', 'preview', '2023-08-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35930, 2027, '0', 'preview', '2023-08-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35931, 1886, '0', 'preview', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35932, 2113, '0', 'preview', '2023-08-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35933, 2121, '0', 'default', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35934, 2110, '0', 'preview', '2023-08-04', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35935, 2089, '0', 'preview', '2023-08-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35936, 2121, '0', 'preview', '2023-08-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35937, 2111, '0', 'preview', '2023-08-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35938, 1964, '0', 'default', '2023-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35939, 1935, '0', 'default', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35940, 2134, '0', 'default', '2023-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35941, 2092, '0', 'default', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35942, 2095, '0', 'preview', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35943, 1950, '0', 'preview', '2023-08-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35944, 2109, '0', 'preview', '2023-08-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35945, 2110, '0', 'default', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35946, 2086, '0', 'preview', '2023-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35947, 1935, '0', 'preview', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35948, 2134, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35949, 2090, '0', 'default', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35950, 2089, '0', 'default', '2023-08-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35951, 1930, '0', 'preview', '2023-08-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35952, 2048, '0', 'preview', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35953, 2097, '0', 'preview', '2023-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35954, 2106, '0', 'preview', '2023-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35955, 2020, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35956, 1967, '0', 'default', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35957, 2054, '0', 'preview', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35958, 2055, '0', 'default', '2023-08-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35959, 2016, '0', 'default', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35960, 2112, '0', 'preview', '2023-08-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35961, 2024, '0', 'default', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35962, 2031, '0', 'preview', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35963, 2016, '0', 'preview', '2023-08-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35964, 2067, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35965, 2135, '0', 'default', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35966, 2106, '0', 'default', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35967, 1912, '0', 'default', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35968, 2097, '0', 'default', '2023-08-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35969, 2112, '0', 'default', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35970, 2120, '0', 'default', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35971, 2158, '0', 'preview', '2023-08-04', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35972, 2133, '0', 'preview', '2023-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35973, 2090, '0', 'preview', '2023-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35974, 2093, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35975, 1964, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35976, 1938, '0', 'preview', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35977, 1912, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35978, 2125, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35979, 2092, '0', 'preview', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35980, 1925, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35981, 2020, '0', 'default', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35982, 1966, '0', 'preview', '2023-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35983, 2118, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35984, 2107, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35985, 2148, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35986, 2117, '0', 'preview', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35987, 2055, '0', 'preview', '2023-08-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35988, 2086, '0', 'default', '2023-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35989, 1938, '0', 'preview', '2023-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35990, 2109, '0', 'preview', '2023-08-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35991, 2111, '0', 'preview', '2023-08-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35992, 1930, '0', 'preview', '2023-08-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35993, 1953, '0', 'preview', '2023-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35994, 2110, '0', 'default', '2023-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35995, 2016, '0', 'preview', '2023-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35996, 2145, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35997, 2128, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35998, 2129, '0', 'preview', '2023-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35999, 2112, '0', 'preview', '2023-08-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36000, 2135, '0', 'default', '2023-08-05', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36001, 2113, '0', 'preview', '2023-08-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36002, 2055, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36003, 2123, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36004, 2125, '0', 'preview', '2023-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36005, 1967, '0', 'default', '2023-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36006, 2110, '0', 'preview', '2023-08-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36007, 2089, '0', 'default', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36008, 2090, '0', 'preview', '2023-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36009, 2090, '0', 'default', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36010, 2112, '0', 'default', '2023-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36011, 2027, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36012, 2024, '0', 'preview', '2023-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36013, 2089, '0', 'preview', '2023-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36014, 2121, '0', 'preview', '2023-08-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36015, 2116, '0', 'default', '2023-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36016, 2055, '0', 'default', '2023-08-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36017, 1930, '0', 'default', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36018, 2117, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36019, 1967, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36020, 2140, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36021, 1955, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36022, 1950, '0', 'preview', '2023-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36023, 2142, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36024, 2127, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36025, 1935, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36026, 2122, '0', 'preview', '2023-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36027, 2020, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36028, 2031, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36029, 2086, '0', 'preview', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36030, 2117, '0', 'default', '2023-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36031, 1967, '0', 'default', '2023-08-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36032, 2110, '0', 'preview', '2023-08-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36033, 2109, '0', 'preview', '2023-08-06', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36034, 2111, '0', 'preview', '2023-08-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36035, 2135, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36036, 2145, '0', 'preview', '2023-08-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36037, 2125, '0', 'preview', '2023-08-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36038, 2089, '0', 'preview', '2023-08-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36039, 2086, '0', 'default', '2023-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36040, 1930, '0', 'preview', '2023-08-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36041, 1886, '0', 'preview', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36042, 2112, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36043, 2027, '0', 'preview', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36044, 2112, '0', 'preview', '2023-08-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36045, 2016, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36046, 2121, '0', 'preview', '2023-08-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36047, 2121, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36048, 2097, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36049, 2020, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36050, 2106, '0', 'preview', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36051, 2024, '0', 'preview', '2023-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36052, 2088, '0', 'preview', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36053, 2049, '0', 'preview', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36054, 2165, '0', 'preview', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36055, 2145, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36056, 2110, '0', 'default', '2023-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36057, 1935, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36058, 2097, '0', 'preview', '2023-08-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36059, 2020, '0', 'preview', '2023-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36060, 2031, '0', 'preview', '2023-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36061, 2039, '0', 'preview', '2023-08-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36062, 2158, '0', 'preview', '2023-08-06', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36063, 1967, '0', 'preview', '2023-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36064, 2141, '0', 'preview', '2023-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36065, 2027, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36066, 2055, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36067, 2115, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36068, 2109, '0', 'default', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36069, 2113, '0', 'preview', '2023-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36070, 2055, '0', 'preview', '2023-08-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36071, 2086, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36072, 2086, '0', 'preview', '2023-08-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36073, 2055, '0', 'preview', '2023-08-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36074, 1930, '0', 'preview', '2023-08-07', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36075, 2112, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36076, 2125, '0', 'preview', '2023-08-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36077, 1932, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36078, 2027, '0', 'preview', '2023-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36079, 2112, '0', 'preview', '2023-08-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36080, 2016, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36081, 1957, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36082, 2110, '0', 'preview', '2023-08-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36083, 2121, '0', 'preview', '2023-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36084, 2111, '0', 'preview', '2023-08-07', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36085, 2121, '0', 'default', '2023-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36086, 1911, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36087, 2110, '0', 'default', '2023-08-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36088, 1967, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36089, 2109, '0', 'preview', '2023-08-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36090, 2115, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36091, 2145, '0', 'preview', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36092, 2020, '0', 'preview', '2023-08-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36093, 2111, '0', 'default', '2023-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36094, 2089, '0', 'default', '2023-08-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36095, 2089, '0', 'preview', '2023-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36096, 1938, '0', 'preview', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36097, 2135, '0', 'preview', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36098, 2090, '0', 'preview', '2023-08-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36099, 1950, '0', 'preview', '2023-08-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36100, 2031, '0', 'preview', '2023-08-07', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36101, 1953, '0', 'preview', '2023-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36102, 2098, '0', 'preview', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36103, 2115, '0', 'preview', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36104, 2016, '0', 'preview', '2023-08-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36105, 2088, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36106, 2088, '0', 'preview', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36107, 2125, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36108, 1960, '0', 'preview', '2023-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36109, 2145, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36110, 2053, '0', 'default', '2023-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36111, 2095, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36112, 2031, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36113, 2113, '0', 'preview', '2023-08-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36114, 2024, '0', 'preview', '2023-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36115, 2093, '0', 'preview', '2023-08-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36116, 2097, '0', 'preview', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36117, 2039, '0', 'preview', '2023-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36118, 2049, '0', 'preview', '2023-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36119, 2093, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36120, 2015, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36121, 2106, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36122, 2067, '0', 'preview', '2023-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36123, 1886, '0', 'preview', '2023-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36124, 2158, '0', 'preview', '2023-08-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36125, 2109, '0', 'default', '2023-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36126, 2092, '0', 'default', '2023-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36127, 2133, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36128, 2134, '0', 'default', '2023-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36129, 2066, '0', 'default', '2023-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36130, 2016, '0', 'preview', '2023-08-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36131, 2110, '0', 'preview', '2023-08-08', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36132, 1930, '0', 'preview', '2023-08-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36133, 1950, '0', 'preview', '2023-08-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36134, 1953, '0', 'preview', '2023-08-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36135, 2109, '0', 'preview', '2023-08-08', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36136, 2109, '0', 'preview', '2023-08-08', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36137, 2111, '0', 'preview', '2023-08-08', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36138, 2127, '0', 'preview', '2023-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36139, 2129, '0', 'preview', '2023-08-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36140, 2089, '0', 'preview', '2023-08-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36141, 2112, '0', 'preview', '2023-08-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36142, 2121, '0', 'preview', '2023-08-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36143, 2106, '0', 'default', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36144, 2106, '0', 'preview', '2023-08-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36145, 2145, '0', 'preview', '2023-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36146, 2112, '0', 'default', '2023-08-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36147, 1960, '0', 'preview', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36148, 2113, '0', 'default', '2023-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36149, 2089, '0', 'default', '2023-08-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36150, 2121, '0', 'default', '2023-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36151, 2118, '0', 'default', '2023-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36152, 2120, '0', 'default', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36153, 2113, '0', 'preview', '2023-08-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36154, 2093, '0', 'default', '2023-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36155, 1886, '0', 'preview', '2023-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36156, 2067, '0', 'preview', '2023-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36157, 1967, '0', 'default', '2023-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36158, 2158, '0', 'preview', '2023-08-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36159, 2110, '0', 'default', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36160, 2048, '0', 'preview', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36161, 2031, '0', 'preview', '2023-08-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36162, 2031, '0', 'preview', '2023-08-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36163, 2117, '0', 'default', '2023-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36164, 2086, '0', 'preview', '2023-08-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36165, 2067, '0', 'default', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36166, 2055, '0', 'default', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36167, 2125, '0', 'preview', '2023-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36168, 2031, '0', 'default', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36169, 2020, '0', 'default', '2023-08-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36170, 2024, '0', 'preview', '2023-08-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36171, 2055, '0', 'preview', '2023-08-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36172, 2092, '0', 'preview', '2023-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36173, 2134, '0', 'preview', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36174, 2027, '0', 'preview', '2023-08-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36175, 2020, '0', 'preview', '2023-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36176, 2117, '0', 'preview', '2023-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36177, 2065, '0', 'preview', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36178, 2053, '0', 'preview', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36179, 1912, '0', 'preview', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36180, 1967, '0', 'preview', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36181, 2120, '0', 'preview', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36182, 1917, '0', 'preview', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36183, 2125, '0', 'default', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36184, 2097, '0', 'default', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36185, 2111, '0', 'default', '2023-08-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36186, 2109, '0', 'default', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36187, 2094, '0', 'default', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36188, 2097, '0', 'preview', '2023-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36189, 2126, '0', 'preview', '2023-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36190, 2039, '0', 'preview', '2023-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36191, 2110, '0', 'preview', '2023-08-09', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36192, 2106, '0', 'default', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36193, 1912, '0', 'default', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36194, 2109, '0', 'preview', '2023-08-09', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36195, 1930, '0', 'preview', '2023-08-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36196, 2133, '0', 'preview', '2023-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36197, 2121, '0', 'default', '2023-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36198, 2089, '0', 'default', '2023-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36199, 2117, '0', 'preview', '2023-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36200, 2097, '0', 'preview', '2023-08-09', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36201, 2092, '0', 'preview', '2023-08-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36202, 2095, '0', 'preview', '2023-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36203, 1967, '0', 'default', '2023-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36204, 2121, '0', 'preview', '2023-08-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36205, 2055, '0', 'default', '2023-08-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36206, 2134, '0', 'preview', '2023-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36207, 2089, '0', 'preview', '2023-08-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36208, 2135, '0', 'preview', '2023-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36209, 2113, '0', 'preview', '2023-08-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36210, 2090, '0', 'preview', '2023-08-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36211, 2110, '0', 'default', '2023-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36212, 2111, '0', 'preview', '2023-08-09', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36213, 2091, '0', 'default', '2023-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36214, 1918, '0', 'default', '2023-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36215, 2112, '0', 'preview', '2023-08-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36216, 1950, '0', 'preview', '2023-08-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36217, 2086, '0', 'preview', '2023-08-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36218, 2016, '0', 'preview', '2023-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36219, 2122, '0', 'default', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36220, 2111, '0', 'default', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36221, 2055, '0', 'preview', '2023-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36222, 1886, '0', 'preview', '2023-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36223, 2027, '0', 'preview', '2023-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36224, 2112, '0', 'default', '2023-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36225, 1953, '0', 'preview', '2023-08-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36226, 2133, '0', 'default', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36227, 2090, '0', 'default', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36228, 2092, '0', 'default', '2023-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36229, 1930, '0', 'default', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36230, 2097, '0', 'default', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36231, 2125, '0', 'preview', '2023-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36232, 2016, '0', 'default', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36233, 2125, '0', 'default', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36234, 2024, '0', 'preview', '2023-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36235, 2093, '0', 'preview', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36236, 2116, '0', 'default', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36237, 2106, '0', 'preview', '2023-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36238, 1967, '0', 'preview', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36239, 1912, '0', 'preview', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36240, 2141, '0', 'preview', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36241, 1925, '0', 'preview', '2023-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36242, 2053, '0', 'preview', '2023-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36243, 2158, '0', 'preview', '2023-08-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36244, 2066, '0', 'preview', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36245, 1960, '0', 'preview', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36246, 2031, '0', 'preview', '2023-08-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36247, 2107, '0', 'preview', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36248, 2067, '0', 'preview', '2023-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36249, 1913, '0', 'preview', '2023-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36250, 2020, '0', 'preview', '2023-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36251, 2121, '0', 'preview', '2023-08-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36252, 2107, '0', 'preview', '2023-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36253, 2089, '0', 'preview', '2023-08-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36254, 1930, '0', 'preview', '2023-08-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36255, 2055, '0', 'preview', '2023-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36256, 2111, '0', 'preview', '2023-08-10', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36257, 2086, '0', 'preview', '2023-08-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36258, 2113, '0', 'preview', '2023-08-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36259, 2110, '0', 'preview', '2023-08-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36260, 2110, '0', 'preview', '2023-08-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36261, 2097, '0', 'preview', '2023-08-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36262, 2020, '0', 'preview', '2023-08-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36263, 2112, '0', 'preview', '2023-08-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36264, 2109, '0', 'preview', '2023-08-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36265, 2099, '0', 'preview', '2023-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36266, 1960, '0', 'preview', '2023-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36267, 2053, '0', 'preview', '2023-08-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36268, 2090, '0', 'preview', '2023-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36269, 2135, '0', 'preview', '2023-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36270, 2141, '0', 'preview', '2023-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36271, 2092, '0', 'preview', '2023-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36272, 1920, '0', 'preview', '2023-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36273, 1924, '0', 'preview', '2023-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36274, 1925, '0', 'preview', '2023-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36275, 2024, '0', 'preview', '2023-08-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36276, 2125, '0', 'preview', '2023-08-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36277, 2117, '0', 'preview', '2023-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36278, 1950, '0', 'preview', '2023-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36279, 2016, '0', 'preview', '2023-08-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36280, 2027, '0', 'preview', '2023-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36281, 2066, '0', 'preview', '2023-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36282, 2106, '0', 'preview', '2023-08-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36283, 2031, '0', 'preview', '2023-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36284, 2095, '0', 'preview', '2023-08-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36285, 2067, '0', 'preview', '2023-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36286, 1967, '0', 'preview', '2023-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36287, 1886, '0', 'preview', '2023-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36288, 2039, '0', 'preview', '2023-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36289, 1938, '0', 'preview', '2023-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36290, 1938, '0', 'preview', '2023-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36291, 2093, '0', 'preview', '2023-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36292, 2109, '0', 'preview', '2023-08-11', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36293, 2111, '0', 'preview', '2023-08-11', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36294, 2110, '0', 'preview', '2023-08-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36295, 1917, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36296, 2055, '0', 'preview', '2023-08-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36297, 2095, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36298, 1950, '0', 'preview', '2023-08-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36299, 2016, '0', 'preview', '2023-08-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36300, 2020, '0', 'preview', '2023-08-11', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36301, 2121, '0', 'preview', '2023-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36302, 2089, '0', 'preview', '2023-08-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36303, 1930, '0', 'preview', '2023-08-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36304, 2031, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36305, 1935, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36306, 2097, '0', 'preview', '2023-08-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36307, 2125, '0', 'preview', '2023-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36308, 2113, '0', 'preview', '2023-08-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36309, 2118, '0', 'default', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36310, 2135, '0', 'preview', '2023-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36311, 2055, '0', 'default', '2023-08-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36312, 2054, '0', 'default', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36313, 2048, '0', 'default', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36314, 2111, '0', 'default', '2023-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36315, 2097, '0', 'default', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36316, 2116, '0', 'default', '2023-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36317, 2106, '0', 'default', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36318, 2027, '0', 'preview', '2023-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36319, 1912, '0', 'default', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36320, 2117, '0', 'preview', '2023-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36321, 1886, '0', 'preview', '2023-08-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36322, 2089, '0', 'default', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36323, 2122, '0', 'default', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36324, 2112, '0', 'preview', '2023-08-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36325, 2053, '0', 'default', '2023-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36326, 2133, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36327, 2134, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36328, 2092, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36329, 2090, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36330, 1938, '0', 'preview', '2023-08-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36331, 2145, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36332, 2024, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36333, 2086, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36334, 2107, '0', 'default', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36335, 2107, '0', 'preview', '2023-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36336, 2122, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36337, 1953, '0', 'preview', '2023-08-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36338, 1957, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36339, 2110, '0', 'default', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36340, 2140, '0', 'preview', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36341, 1931, '0', 'default', '2023-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36342, 2015, '0', 'preview', '2023-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36343, 2023, '0', 'preview', '2023-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36344, 2039, '0', 'preview', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36345, 2110, '0', 'preview', '2023-08-12', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36346, 2020, '0', 'preview', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36347, 2031, '0', 'preview', '2023-08-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36348, 2097, '0', 'preview', '2023-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36349, 1950, '0', 'preview', '2023-08-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36350, 1953, '0', 'preview', '2023-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36351, 2125, '0', 'preview', '2023-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36352, 2111, '0', 'preview', '2023-08-12', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36353, 2107, '0', 'preview', '2023-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36354, 2055, '0', 'preview', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36355, 2055, '0', 'default', '2023-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36356, 2109, '0', 'preview', '2023-08-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36357, 2089, '0', 'default', '2023-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36358, 1930, '0', 'preview', '2023-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36359, 2086, '0', 'preview', '2023-08-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36360, 2089, '0', 'preview', '2023-08-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36361, 2053, '0', 'default', '2023-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36362, 2092, '0', 'preview', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36363, 2117, '0', 'preview', '2023-08-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36364, 2121, '0', 'preview', '2023-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36365, 1913, '0', 'preview', '2023-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36366, 2112, '0', 'preview', '2023-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36367, 2113, '0', 'preview', '2023-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36368, 2027, '0', 'preview', '2023-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36369, 2107, '0', 'default', '2023-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36370, 2121, '0', 'default', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36371, 2122, '0', 'default', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36372, 2067, '0', 'default', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36373, 2020, '0', 'default', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36374, 2031, '0', 'default', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36375, 2095, '0', 'preview', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36376, 2106, '0', 'default', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36377, 2166, '0', 'default', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36378, 2123, '0', 'preview', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36379, 2112, '0', 'default', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36380, 2122, '0', 'preview', '2023-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36381, 2086, '0', 'default', '2023-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36382, 2106, '0', 'default', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36383, 2109, '0', 'preview', '2023-08-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36384, 2016, '0', 'preview', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36385, 1930, '0', 'preview', '2023-08-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36386, 2110, '0', 'preview', '2023-08-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36387, 2020, '0', 'preview', '2023-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36388, 2053, '0', 'default', '2023-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36389, 2111, '0', 'preview', '2023-08-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36390, 2097, '0', 'preview', '2023-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36391, 2096, '0', 'preview', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36392, 2053, '0', 'preview', '2023-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36393, 2107, '0', 'preview', '2023-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36394, 2107, '0', 'default', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36395, 2031, '0', 'preview', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36396, 2055, '0', 'default', '2023-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36397, 2121, '0', 'preview', '2023-08-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36398, 2048, '0', 'default', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36399, 2048, '0', 'preview', '2023-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36400, 2110, '0', 'default', '2023-08-13', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36401, 2090, '0', 'preview', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36402, 2112, '0', 'preview', '2023-08-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36403, 2125, '0', 'preview', '2023-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36404, 1950, '0', 'preview', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36405, 2113, '0', 'preview', '2023-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36406, 2089, '0', 'preview', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36407, 2086, '0', 'preview', '2023-08-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36408, 2089, '0', 'default', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36409, 2117, '0', 'preview', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36410, 2112, '0', 'default', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36411, 2121, '0', 'default', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36412, 2141, '0', 'preview', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36413, 2027, '0', 'preview', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36414, 2125, '0', 'default', '2023-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36415, 1930, '0', 'preview', '2023-08-14', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36416, 2086, '0', 'preview', '2023-08-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36417, 2089, '0', 'preview', '2023-08-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36418, 2111, '0', 'preview', '2023-08-14', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36419, 2121, '0', 'preview', '2023-08-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36420, 2112, '0', 'preview', '2023-08-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36421, 2109, '0', 'preview', '2023-08-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36422, 2110, '0', 'preview', '2023-08-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36423, 1950, '0', 'preview', '2023-08-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36424, 1938, '0', 'preview', '2023-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36425, 2125, '0', 'preview', '2023-08-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36426, 1957, '0', 'preview', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36427, 2128, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36428, 2126, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36429, 2097, '0', 'default', '2023-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36430, 2113, '0', 'preview', '2023-08-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36431, 2145, '0', 'default', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36432, 1953, '0', 'default', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36433, 2089, '0', 'default', '2023-08-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36434, 2140, '0', 'default', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36435, 2048, '0', 'default', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36436, 2091, '0', 'preview', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36437, 2133, '0', 'preview', '2023-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36438, 2121, '0', 'default', '2023-08-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36439, 2066, '0', 'preview', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36440, 1935, '0', 'default', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36441, 2117, '0', 'default', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36442, 2117, '0', 'preview', '2023-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36443, 1935, '0', 'preview', '2023-08-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36444, 1931, '0', 'default', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36445, 2158, '0', 'preview', '2023-08-14', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36446, 1886, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36447, 2122, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36448, 2054, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36449, 2053, '0', 'preview', '2023-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36450, 2020, '0', 'default', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36451, 2020, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36452, 2097, '0', 'preview', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36453, 2119, '0', 'preview', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36454, 1953, '0', 'preview', '2023-08-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36455, 2055, '0', 'preview', '2023-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36456, 2111, '0', 'default', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36457, 2106, '0', 'default', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36458, 2055, '0', 'default', '2023-08-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36459, 2024, '0', 'preview', '2023-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36460, 2027, '0', 'preview', '2023-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36461, 2067, '0', 'preview', '2023-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36462, 2016, '0', 'preview', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36463, 1960, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36464, 2053, '0', 'default', '2023-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36465, 2090, '0', 'preview', '2023-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36466, 2107, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36467, 2107, '0', 'default', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36468, 2112, '0', 'default', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36469, 1886, '0', 'default', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36470, 2012, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36471, 1918, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36472, 2118, '0', 'preview', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36473, 2127, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36474, 2024, '0', 'default', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36475, 2065, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36476, 2093, '0', 'preview', '2023-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36477, 1931, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36478, 2120, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36479, 2134, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36480, 2095, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36481, 2092, '0', 'preview', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36482, 2027, '0', 'default', '2023-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36483, 1967, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36484, 2067, '0', 'preview', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36485, 2089, '0', 'preview', '2023-08-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36486, 2121, '0', 'preview', '2023-08-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36487, 2086, '0', 'preview', '2023-08-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36488, 2117, '0', 'default', '2023-08-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36489, 2109, '0', 'preview', '2023-08-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36490, 2016, '0', 'preview', '2023-08-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36491, 2111, '0', 'preview', '2023-08-15', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36492, 1925, '0', 'preview', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36493, 2092, '0', 'preview', '2023-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36494, 1930, '0', 'preview', '2023-08-15', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36495, 2112, '0', 'preview', '2023-08-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36496, 2097, '0', 'preview', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36497, 1950, '0', 'preview', '2023-08-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36498, 2095, '0', 'preview', '2023-08-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36499, 2053, '0', 'default', '2023-08-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36500, 2110, '0', 'preview', '2023-08-15', 32);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36501, 1935, '0', 'default', '2023-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36502, 2117, '0', 'preview', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36503, 2031, '0', 'preview', '2023-08-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36504, 2020, '0', 'preview', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36505, 2118, '0', 'preview', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36506, 2099, '0', 'preview', '2023-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36507, 2116, '0', 'default', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36508, 2134, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36509, 2090, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36510, 2107, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36511, 2089, '0', 'default', '2023-08-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36512, 2027, '0', 'preview', '2023-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36513, 1938, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36514, 2121, '0', 'default', '2023-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36515, 1930, '0', 'default', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36516, 2048, '0', 'default', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36517, 1912, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36518, 2113, '0', 'preview', '2023-08-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36519, 2024, '0', 'preview', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36520, 2054, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36521, 1886, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36522, 1935, '0', 'preview', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36523, 2093, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36524, 1964, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36525, 2051, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36526, 1955, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36527, 1953, '0', 'preview', '2023-08-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36528, 2054, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36529, 2111, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36530, 1950, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36531, 1952, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36532, 2140, '0', 'default', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36533, 2109, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36534, 2125, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36535, 2106, '0', 'default', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36536, 2133, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36537, 2125, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36538, 2067, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36539, 2118, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36540, 2112, '0', 'default', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36541, 2055, '0', 'default', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36542, 2106, '0', 'preview', '2023-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36543, 2039, '0', 'preview', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36544, 2134, '0', 'preview', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36545, 2107, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36546, 2090, '0', 'preview', '2023-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36547, 2055, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36548, 2141, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36549, 2135, '0', 'preview', '2023-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36550, 2024, '0', 'preview', '2023-08-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36551, 2110, '0', 'preview', '2023-08-16', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36552, 2111, '0', 'preview', '2023-08-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36553, 2109, '0', 'preview', '2023-08-16', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36554, 2111, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36555, 2116, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36556, 2089, '0', 'preview', '2023-08-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36557, 1930, '0', 'preview', '2023-08-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36558, 1935, '0', 'preview', '2023-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36559, 2106, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36560, 2098, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36561, 2020, '0', 'default', '2023-08-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36562, 2121, '0', 'preview', '2023-08-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36563, 2107, '0', 'preview', '2023-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36564, 2086, '0', 'preview', '2023-08-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36565, 2031, '0', 'default', '2023-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36566, 2096, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36567, 2016, '0', 'preview', '2023-08-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36568, 2120, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36569, 2067, '0', 'preview', '2023-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36570, 2027, '0', 'preview', '2023-08-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36571, 2095, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36572, 2122, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36573, 1917, '0', 'preview', '2023-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36574, 2089, '0', 'default', '2023-08-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36575, 2117, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36576, 2121, '0', 'default', '2023-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36577, 2133, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36578, 2135, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36579, 2141, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36580, 1938, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36581, 2048, '0', 'preview', '2023-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36582, 2125, '0', 'preview', '2023-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36583, 2099, '0', 'preview', '2023-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36584, 2118, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36585, 2065, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36586, 2158, '0', 'preview', '2023-08-16', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36587, 2113, '0', 'preview', '2023-08-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36588, 2053, '0', 'default', '2023-08-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36589, 2145, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36590, 2031, '0', 'preview', '2023-08-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36591, 2055, '0', 'default', '2023-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36592, 2097, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36593, 2039, '0', 'default', '2023-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36594, 2090, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36595, 2092, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36596, 2093, '0', 'preview', '2023-08-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36597, 2055, '0', 'preview', '2023-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36598, 1967, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36599, 1938, '0', 'preview', '2023-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36600, 2096, '0', 'preview', '2023-08-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36601, 1953, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36602, 2114, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36603, 1912, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36604, 2051, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36605, 1964, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36606, 1960, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36607, 1886, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36608, 2049, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36609, 1950, '0', 'default', '2023-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36610, 1950, '0', 'preview', '2023-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36611, 2112, '0', 'preview', '2023-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36612, 1930, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36613, 2127, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36614, 2020, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36615, 1966, '0', 'preview', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36616, 2086, '0', 'default', '2023-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36617, 2067, '0', 'preview', '2023-08-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36618, 1931, '0', 'preview', '2023-08-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36619, 2110, '0', 'preview', '2023-08-17', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36620, 2109, '0', 'preview', '2023-08-17', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36621, 2111, '0', 'preview', '2023-08-17', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36622, 2121, '0', 'preview', '2023-08-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36623, 1930, '0', 'preview', '2023-08-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36624, 2053, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36625, 1950, '0', 'preview', '2023-08-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36626, 2112, '0', 'preview', '2023-08-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36627, 2086, '0', 'preview', '2023-08-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36628, 2016, '0', 'preview', '2023-08-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36629, 2117, '0', 'default', '2023-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36630, 1967, '0', 'preview', '2023-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36631, 1886, '0', 'preview', '2023-08-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36632, 2055, '0', 'default', '2023-08-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36633, 2055, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36634, 1938, '0', 'default', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36635, 2089, '0', 'preview', '2023-08-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36636, 2130, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36637, 2131, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36638, 1925, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36639, 2141, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36640, 1964, '0', 'preview', '2023-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36641, 2113, '0', 'preview', '2023-08-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36642, 2048, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36643, 2097, '0', 'preview', '2023-08-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36644, 1967, '0', 'default', '2023-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36645, 2099, '0', 'preview', '2023-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36646, 2116, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36647, 2094, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36648, 2121, '0', 'default', '2023-08-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36649, 2020, '0', 'preview', '2023-08-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36650, 2031, '0', 'preview', '2023-08-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36651, 2090, '0', 'preview', '2023-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36652, 2090, '0', 'default', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36653, 2133, '0', 'default', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36654, 2133, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36655, 2158, '0', 'preview', '2023-08-17', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36656, 2089, '0', 'default', '2023-08-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36657, 2027, '0', 'preview', '2023-08-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36658, 2051, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36659, 2024, '0', 'preview', '2023-08-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36660, 2125, '0', 'preview', '2023-08-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36661, 2118, '0', 'default', '2023-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36662, 2088, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36663, 2106, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36664, 2093, '0', 'preview', '2023-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36665, 2092, '0', 'default', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36666, 2099, '0', 'default', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36667, 1935, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36668, 1930, '0', 'default', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36669, 1953, '0', 'preview', '2023-08-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36670, 1957, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36671, 1955, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36672, 2128, '0', 'preview', '2023-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36673, 2023, '0', 'preview', '2023-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36674, 1938, '0', 'preview', '2023-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36675, 2015, '0', 'preview', '2023-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36676, 2027, '0', 'preview', '2023-08-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36677, 2089, '0', 'default', '2023-08-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36678, 2110, '0', 'preview', '2023-08-18', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36679, 2024, '0', 'preview', '2023-08-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36680, 2113, '0', 'preview', '2023-08-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36681, 1930, '0', 'preview', '2023-08-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36682, 1932, '0', 'preview', '2023-08-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36683, 2112, '0', 'preview', '2023-08-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36684, 2111, '0', 'preview', '2023-08-18', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36685, 2109, '0', 'preview', '2023-08-18', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36686, 2121, '0', 'preview', '2023-08-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36687, 1938, '0', 'preview', '2023-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36688, 2095, '0', 'default', '2023-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36689, 2055, '0', 'default', '2023-08-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36690, 2055, '0', 'preview', '2023-08-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36691, 2086, '0', 'preview', '2023-08-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36692, 1960, '0', 'preview', '2023-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36693, 1950, '0', 'preview', '2023-08-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36694, 2121, '0', 'default', '2023-08-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36695, 2016, '0', 'preview', '2023-08-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36696, 1915, '0', 'preview', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36697, 2133, '0', 'default', '2023-08-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36698, 2125, '0', 'preview', '2023-08-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36699, 2106, '0', 'default', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36700, 2122, '0', 'preview', '2023-08-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36701, 2093, '0', 'preview', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36702, 2118, '0', 'preview', '2023-08-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36703, 2089, '0', 'preview', '2023-08-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36704, 2109, '0', 'default', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36705, 2145, '0', 'default', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36706, 2146, '0', 'preview', '2023-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36707, 2090, '0', 'preview', '2023-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36708, 2120, '0', 'preview', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36709, 2117, '0', 'preview', '2023-08-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36710, 2097, '0', 'preview', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36711, 1886, '0', 'default', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36712, 1886, '0', 'preview', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36713, 2054, '0', 'default', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36714, 2118, '0', 'default', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36715, 2117, '0', 'default', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36716, 2133, '0', 'preview', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36717, 1925, '0', 'preview', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36718, 2092, '0', 'preview', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36719, 2135, '0', 'preview', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36720, 1967, '0', 'preview', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36721, 1917, '0', 'preview', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36722, 2086, '0', 'default', '2023-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36723, 2113, '0', 'preview', '2023-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36724, 2121, '0', 'default', '2023-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36725, 2055, '0', 'default', '2023-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36726, 2086, '0', 'preview', '2023-08-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36727, 1930, '0', 'preview', '2023-08-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36728, 2111, '0', 'default', '2023-08-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36729, 2106, '0', 'default', '2023-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36730, 2109, '0', 'default', '2023-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36731, 2090, '0', 'default', '2023-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36732, 2111, '0', 'preview', '2023-08-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36733, 2121, '0', 'preview', '2023-08-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36734, 2089, '0', 'preview', '2023-08-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36735, 2110, '0', 'preview', '2023-08-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36736, 2134, '0', 'preview', '2023-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36737, 2090, '0', 'preview', '2023-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36738, 2109, '0', 'preview', '2023-08-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36739, 2117, '0', 'default', '2023-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36740, 1938, '0', 'preview', '2023-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36741, 2016, '0', 'preview', '2023-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36742, 2027, '0', 'preview', '2023-08-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36743, 2055, '0', 'preview', '2023-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36744, 2089, '0', 'default', '2023-08-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36745, 2067, '0', 'preview', '2023-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36746, 2097, '0', 'preview', '2023-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36747, 1953, '0', 'default', '2023-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36748, 2129, '0', 'default', '2023-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36749, 2127, '0', 'default', '2023-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36750, 2024, '0', 'preview', '2023-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36751, 2125, '0', 'preview', '2023-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36752, 1950, '0', 'preview', '2023-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36753, 1953, '0', 'preview', '2023-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36754, 2031, '0', 'preview', '2023-08-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36755, 2092, '0', 'default', '2023-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36756, 2020, '0', 'preview', '2023-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36757, 2106, '0', 'preview', '2023-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36758, 2118, '0', 'default', '2023-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36759, 2024, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36760, 2031, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36761, 2117, '0', 'preview', '2023-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36762, 2111, '0', 'preview', '2023-08-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36763, 1967, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36764, 2121, '0', 'preview', '2023-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36765, 2111, '0', 'default', '2023-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36766, 2110, '0', 'preview', '2023-08-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36767, 2109, '0', 'preview', '2023-08-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36768, 1930, '0', 'preview', '2023-08-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36769, 2109, '0', 'default', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36770, 2110, '0', 'default', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36771, 2089, '0', 'default', '2023-08-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36772, 2133, '0', 'preview', '2023-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36773, 2092, '0', 'default', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36774, 2090, '0', 'default', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36775, 2125, '0', 'default', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36776, 2048, '0', 'default', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36777, 2113, '0', 'preview', '2023-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36778, 2125, '0', 'preview', '2023-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36779, 2086, '0', 'default', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36780, 2055, '0', 'default', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36781, 2086, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36782, 2086, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36783, 2049, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36784, 2089, '0', 'preview', '2023-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36785, 2121, '0', 'default', '2023-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36786, 2141, '0', 'default', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36787, 2067, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36788, 2112, '0', 'preview', '2023-08-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36789, 2016, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36790, 2158, '0', 'preview', '2023-08-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36791, 1938, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36792, 2146, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36793, 2147, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36794, 2145, '0', 'preview', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36795, 2106, '0', 'default', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36796, 2117, '0', 'default', '2023-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36797, 2121, '0', 'default', '2023-08-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36798, 2121, '0', 'preview', '2023-08-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36799, 2118, '0', 'default', '2023-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36800, 2053, '0', 'preview', '2023-08-21', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36801, 2089, '0', 'preview', '2023-08-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36802, 1930, '0', 'preview', '2023-08-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36803, 2086, '0', 'default', '2023-08-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36804, 2086, '0', 'preview', '2023-08-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36805, 2111, '0', 'preview', '2023-08-21', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36806, 2110, '0', 'preview', '2023-08-21', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36807, 2024, '0', 'preview', '2023-08-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36808, 1964, '0', 'preview', '2023-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36809, 2109, '0', 'preview', '2023-08-21', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36810, 2027, '0', 'preview', '2023-08-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36811, 2031, '0', 'preview', '2023-08-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36812, 1953, '0', 'preview', '2023-08-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36813, 2117, '0', 'default', '2023-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36814, 2117, '0', 'preview', '2023-08-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36815, 2053, '0', 'default', '2023-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36816, 2089, '0', 'default', '2023-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36817, 2113, '0', 'preview', '2023-08-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36818, 2027, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36819, 2016, '0', 'preview', '2023-08-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36820, 2055, '0', 'default', '2023-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36821, 2066, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36822, 2055, '0', 'preview', '2023-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36823, 2107, '0', 'preview', '2023-08-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36824, 2122, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36825, 2125, '0', 'preview', '2023-08-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36826, 1950, '0', 'preview', '2023-08-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36827, 2128, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36828, 2142, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36829, 2092, '0', 'preview', '2023-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36830, 1924, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36831, 2112, '0', 'preview', '2023-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36832, 2112, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36833, 2091, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36834, 1967, '0', 'preview', '2023-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36835, 1938, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36836, 2090, '0', 'preview', '2023-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36837, 2048, '0', 'preview', '2023-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36838, 2111, '0', 'default', '2023-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36839, 2109, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36840, 2110, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36841, 2020, '0', 'preview', '2023-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36842, 2158, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36843, 2016, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36844, 2024, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36845, 2097, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36846, 2120, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36847, 2154, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36848, 2127, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36849, 1955, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36850, 2129, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36851, 1957, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36852, 2125, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36853, 1960, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36854, 2106, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36855, 2165, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36856, 1931, '0', 'preview', '2023-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36857, 2067, '0', 'preview', '2023-08-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36858, 2067, '0', 'default', '2023-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36859, 2158, '0', 'preview', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36860, 1931, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36861, 2113, '0', 'default', '2023-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36862, 2121, '0', 'default', '2023-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36863, 2111, '0', 'preview', '2023-08-22', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36864, 1950, '0', 'preview', '2023-08-22', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36865, 2110, '0', 'preview', '2023-08-22', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36866, 2112, '0', 'preview', '2023-08-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36867, 2117, '0', 'preview', '2023-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36868, 1967, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36869, 2027, '0', 'preview', '2023-08-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36870, 2113, '0', 'preview', '2023-08-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36871, 1930, '0', 'preview', '2023-08-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36872, 2093, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36873, 1935, '0', 'preview', '2023-08-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36874, 2133, '0', 'preview', '2023-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36875, 2141, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36876, 2134, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36877, 2109, '0', 'preview', '2023-08-22', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36878, 2016, '0', 'preview', '2023-08-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36879, 2053, '0', 'default', '2023-08-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36880, 2089, '0', 'default', '2023-08-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36881, 2086, '0', 'preview', '2023-08-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36882, 2055, '0', 'default', '2023-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36883, 2147, '0', 'preview', '2023-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36884, 2089, '0', 'preview', '2023-08-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36885, 1938, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36886, 2145, '0', 'default', '2023-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36887, 2145, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36888, 2133, '0', 'default', '2023-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36889, 1953, '0', 'preview', '2023-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36890, 2125, '0', 'preview', '2023-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36891, 2125, '0', 'default', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36892, 2067, '0', 'preview', '2023-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36893, 2031, '0', 'preview', '2023-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36894, 2121, '0', 'preview', '2023-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36895, 2116, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36896, 1912, '0', 'default', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36897, 2031, '0', 'default', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36898, 2020, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36899, 2109, '0', 'default', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36900, 2097, '0', 'preview', '2023-08-22', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36901, 2090, '0', 'preview', '2023-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36902, 1925, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36903, 2106, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36904, 2107, '0', 'preview', '2023-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36905, 2129, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36906, 2048, '0', 'preview', '2023-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36907, 2097, '0', 'default', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36908, 2086, '0', 'default', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36909, 2024, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36910, 2053, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36911, 2099, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36912, 1917, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36913, 1953, '0', 'default', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36914, 2127, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36915, 2142, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36916, 1952, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36917, 2095, '0', 'preview', '2023-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36918, 2092, '0', 'preview', '2023-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36919, 2121, '0', 'default', '2023-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36920, 2111, '0', 'preview', '2023-08-23', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36921, 2109, '0', 'preview', '2023-08-23', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36922, 2110, '0', 'preview', '2023-08-23', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36923, 2053, '0', 'preview', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36924, 2086, '0', 'preview', '2023-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36925, 2095, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36926, 1960, '0', 'preview', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36927, 1925, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36928, 2130, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36929, 1930, '0', 'preview', '2023-08-23', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36930, 2031, '0', 'preview', '2023-08-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36931, 2053, '0', 'default', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36932, 2133, '0', 'preview', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36933, 2048, '0', 'preview', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36934, 1960, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36935, 2086, '0', 'default', '2023-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36936, 2055, '0', 'default', '2023-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36937, 2089, '0', 'preview', '2023-08-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36938, 2097, '0', 'preview', '2023-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36939, 2020, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36940, 2020, '0', 'preview', '2023-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36941, 2134, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36942, 2090, '0', 'preview', '2023-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36943, 2117, '0', 'preview', '2023-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36944, 2121, '0', 'preview', '2023-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36945, 2093, '0', 'preview', '2023-08-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36946, 2093, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36947, 2016, '0', 'preview', '2023-08-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36948, 2067, '0', 'preview', '2023-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36949, 2055, '0', 'preview', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36950, 1950, '0', 'preview', '2023-08-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36951, 1967, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36952, 2113, '0', 'preview', '2023-08-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36953, 1925, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36954, 2024, '0', 'preview', '2023-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36955, 1967, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36956, 2117, '0', 'default', '2023-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36957, 2125, '0', 'preview', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36958, 2048, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36959, 2112, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36960, 2110, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36961, 2099, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36962, 2099, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36963, 1938, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36964, 2109, '0', 'default', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36965, 2135, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36966, 2141, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36967, 1912, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36968, 1953, '0', 'preview', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36969, 2128, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36970, 2142, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36971, 2106, '0', 'preview', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36972, 2127, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36973, 2158, '0', 'preview', '2023-08-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36974, 2016, '0', 'default', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36975, 2107, '0', 'preview', '2023-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36976, 2122, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36977, 2095, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36978, 2090, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36979, 2027, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36980, 2145, '0', 'preview', '2023-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36981, 2146, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36982, 2147, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36983, 2116, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36984, 2096, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36985, 1935, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36986, 2023, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36987, 1913, '0', 'preview', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36988, 2067, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36989, 2031, '0', 'default', '2023-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36990, 2016, '0', 'preview', '2023-08-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36991, 2027, '0', 'preview', '2023-08-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36992, 2110, '0', 'preview', '2023-08-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36993, 2125, '0', 'preview', '2023-08-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36994, 1950, '0', 'preview', '2023-08-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36995, 1932, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36996, 2109, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36997, 2145, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36998, 2146, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36999, 2147, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37000, 1938, '0', 'default', '2023-08-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37001, 1935, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37002, 2118, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37003, 2121, '0', 'preview', '2023-08-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37004, 2114, '0', 'preview', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37005, 1930, '0', 'preview', '2023-08-24', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37006, 2031, '0', 'preview', '2023-08-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37007, 2020, '0', 'preview', '2023-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37008, 2111, '0', 'preview', '2023-08-24', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37009, 2024, '0', 'preview', '2023-08-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37010, 2089, '0', 'preview', '2023-08-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37011, 2109, '0', 'preview', '2023-08-24', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37012, 2113, '0', 'preview', '2023-08-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37013, 2112, '0', 'preview', '2023-08-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37014, 2112, '0', 'preview', '2023-08-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37015, 2067, '0', 'preview', '2023-08-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37016, 1953, '0', 'preview', '2023-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37017, 2158, '0', 'preview', '2023-08-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37018, 2086, '0', 'preview', '2023-08-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37019, 2092, '0', 'preview', '2023-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37020, 2134, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37021, 2134, '0', 'preview', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37022, 2090, '0', 'preview', '2023-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37023, 1967, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37024, 2054, '0', 'preview', '2023-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37025, 2054, '0', 'default', '2023-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37026, 2055, '0', 'default', '2023-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37027, 2089, '0', 'default', '2023-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37028, 2122, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37029, 2117, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37030, 2107, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37031, 2097, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37032, 2095, '0', 'default', '2023-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37033, 2106, '0', 'default', '2023-08-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37034, 2133, '0', 'preview', '2023-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37035, 1886, '0', 'preview', '2023-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37036, 2093, '0', 'preview', '2023-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37037, 2130, '0', 'preview', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37038, 2125, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37039, 2091, '0', 'preview', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37040, 1925, '0', 'preview', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37041, 1964, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37042, 2053, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37043, 1960, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37044, 2141, '0', 'preview', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37045, 2097, '0', 'preview', '2023-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37046, 2099, '0', 'preview', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37047, 2145, '0', 'preview', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37048, 2116, '0', 'default', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37049, 2116, '0', 'preview', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37050, 2096, '0', 'preview', '2023-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37051, 2110, '0', 'preview', '2023-08-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37052, 1930, '0', 'preview', '2023-08-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37053, 2109, '0', 'preview', '2023-08-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37054, 2111, '0', 'preview', '2023-08-25', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37055, 2067, '0', 'preview', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37056, 1886, '0', 'preview', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37057, 2027, '0', 'preview', '2023-08-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37058, 2055, '0', 'default', '2023-08-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37059, 2055, '0', 'preview', '2023-08-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37060, 1938, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37061, 2145, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37062, 1950, '0', 'preview', '2023-08-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37063, 2125, '0', 'preview', '2023-08-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37064, 2016, '0', 'preview', '2023-08-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37065, 1938, '0', 'preview', '2023-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37066, 2145, '0', 'preview', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37067, 2024, '0', 'preview', '2023-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37068, 1953, '0', 'preview', '2023-08-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37069, 2121, '0', 'preview', '2023-08-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37070, 2097, '0', 'preview', '2023-08-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37071, 2089, '0', 'preview', '2023-08-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37072, 1960, '0', 'preview', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37073, 2053, '0', 'preview', '2023-08-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37074, 2095, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37075, 2158, '0', 'preview', '2023-08-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37076, 2086, '0', 'preview', '2023-08-25', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37077, 2020, '0', 'preview', '2023-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37078, 2031, '0', 'preview', '2023-08-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37079, 2113, '0', 'preview', '2023-08-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37080, 1912, '0', 'preview', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37081, 2089, '0', 'default', '2023-08-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37082, 2093, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37083, 1930, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37084, 2093, '0', 'preview', '2023-08-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37085, 2112, '0', 'preview', '2023-08-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37086, 1924, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37087, 2091, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37088, 2053, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37089, 2133, '0', 'preview', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37090, 1917, '0', 'preview', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37091, 2121, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37092, 2027, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37093, 2112, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37094, 2111, '0', 'default', '2023-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37095, 2031, '0', 'preview', '2023-08-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37096, 2097, '0', 'default', '2023-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37097, 1950, '0', 'preview', '2023-08-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37098, 2095, '0', 'default', '2023-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37099, 2110, '0', 'preview', '2023-08-26', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37100, 1938, '0', 'preview', '2023-08-26', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37101, 2027, '0', 'preview', '2023-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37102, 2016, '0', 'preview', '2023-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37103, 2109, '0', 'preview', '2023-08-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37104, 2111, '0', 'preview', '2023-08-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37105, 1930, '0', 'preview', '2023-08-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37106, 1935, '0', 'preview', '2023-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37107, 2113, '0', 'preview', '2023-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37108, 2086, '0', 'preview', '2023-08-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37109, 2024, '0', 'preview', '2023-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37110, 2117, '0', 'default', '2023-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37111, 2121, '0', 'preview', '2023-08-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37112, 2020, '0', 'default', '2023-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37113, 2112, '0', 'preview', '2023-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37114, 2117, '0', 'preview', '2023-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37115, 1967, '0', 'default', '2023-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37116, 1953, '0', 'preview', '2023-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37117, 2158, '0', 'preview', '2023-08-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37118, 2093, '0', 'preview', '2023-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37119, 2027, '0', 'preview', '2023-08-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37120, 1930, '0', 'preview', '2023-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37121, 2016, '0', 'preview', '2023-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37122, 2112, '0', 'preview', '2023-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37123, 2134, '0', 'preview', '2023-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37124, 2086, '0', 'preview', '2023-08-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37125, 2039, '0', 'preview', '2023-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37126, 2121, '0', 'preview', '2023-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37127, 2118, '0', 'preview', '2023-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37128, 2020, '0', 'preview', '2023-08-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37129, 2024, '0', 'preview', '2023-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37130, 2089, '0', 'preview', '2023-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37131, 2113, '0', 'preview', '2023-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37132, 2110, '0', 'preview', '2023-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37133, 2111, '0', 'preview', '2023-08-27', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37134, 2109, '0', 'preview', '2023-08-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37135, 1964, '0', 'preview', '2023-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37136, 1950, '0', 'preview', '2023-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37137, 2125, '0', 'preview', '2023-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37138, 2121, '0', 'default', '2023-08-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37139, 2067, '0', 'preview', '2023-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37140, 2097, '0', 'default', '2023-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37141, 2111, '0', 'default', '2023-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37142, 2097, '0', 'preview', '2023-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37143, 2095, '0', 'preview', '2023-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37144, 2130, '0', 'preview', '2023-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37145, 1925, '0', 'preview', '2023-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37146, 2112, '0', 'preview', '2023-08-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37147, 2111, '0', 'preview', '2023-08-28', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37148, 2109, '0', 'preview', '2023-08-28', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37149, 2121, '0', 'preview', '2023-08-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37150, 1930, '0', 'preview', '2023-08-28', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37151, 2107, '0', 'preview', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37152, 2125, '0', 'preview', '2023-08-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37153, 2158, '0', 'preview', '2023-08-28', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37154, 1938, '0', 'preview', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37155, 2110, '0', 'preview', '2023-08-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37156, 2128, '0', 'preview', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37157, 2145, '0', 'default', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37158, 2093, '0', 'preview', '2023-08-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37159, 1935, '0', 'preview', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37160, 1937, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37161, 2145, '0', 'preview', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37162, 2146, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37163, 2086, '0', 'preview', '2023-08-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37164, 1953, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37165, 2089, '0', 'default', '2023-08-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37166, 2121, '0', 'default', '2023-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37167, 2016, '0', 'preview', '2023-08-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37168, 2089, '0', 'preview', '2023-08-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37169, 2053, '0', 'default', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37170, 2092, '0', 'default', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37171, 1925, '0', 'default', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37172, 2109, '0', 'default', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37173, 2110, '0', 'default', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37174, 2125, '0', 'default', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37175, 2122, '0', 'default', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37176, 1886, '0', 'preview', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37177, 2067, '0', 'preview', '2023-08-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37178, 2097, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37179, 2020, '0', 'preview', '2023-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37180, 2113, '0', 'preview', '2023-08-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37181, 2055, '0', 'default', '2023-08-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37182, 1967, '0', 'preview', '2023-08-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37183, 2117, '0', 'preview', '2023-08-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37184, 2024, '0', 'default', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37185, 1950, '0', 'preview', '2023-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37186, 1925, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37187, 2027, '0', 'preview', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37188, 2024, '0', 'preview', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37189, 2111, '0', 'default', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37190, 2031, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37191, 2039, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37192, 1967, '0', 'default', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37193, 2117, '0', 'default', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37194, 1930, '0', 'default', '2023-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37195, 2142, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37196, 2127, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37197, 2126, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37198, 1952, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37199, 1957, '0', 'preview', '2023-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37200, 2118, '0', 'default', '2023-08-28', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37201, 1930, '0', 'preview', '2023-08-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37202, 2121, '0', 'default', '2023-08-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37203, 2121, '0', 'preview', '2023-08-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37204, 2145, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37205, 2089, '0', 'preview', '2023-08-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37206, 2107, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37207, 2089, '0', 'default', '2023-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37208, 2031, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37209, 2016, '0', 'preview', '2023-08-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37210, 2112, '0', 'preview', '2023-08-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37211, 2117, '0', 'preview', '2023-08-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37212, 2024, '0', 'preview', '2023-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37213, 2113, '0', 'preview', '2023-08-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37214, 2107, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37215, 2093, '0', 'preview', '2023-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37216, 2122, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37217, 2086, '0', 'default', '2023-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37218, 2051, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37219, 1964, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37220, 2118, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37221, 2111, '0', 'preview', '2023-08-29', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37222, 2086, '0', 'preview', '2023-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37223, 1952, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37224, 2110, '0', 'preview', '2023-08-29', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37225, 2111, '0', 'default', '2023-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37226, 2158, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37227, 2067, '0', 'preview', '2023-08-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37228, 2109, '0', 'preview', '2023-08-29', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37229, 2066, '0', 'preview', '2023-08-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37230, 2027, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37231, 2055, '0', 'default', '2023-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37232, 2106, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37233, 2125, '0', 'preview', '2023-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37234, 2027, '0', 'preview', '2023-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37235, 2092, '0', 'preview', '2023-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37236, 2135, '0', 'preview', '2023-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37237, 1967, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37238, 2055, '0', 'preview', '2023-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37239, 2106, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37240, 1912, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37241, 2122, '0', 'preview', '2023-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37242, 1950, '0', 'preview', '2023-08-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37243, 2141, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37244, 2134, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37245, 2090, '0', 'preview', '2023-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37246, 2023, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37247, 1935, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37248, 2088, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37249, 1886, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37250, 2117, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37251, 2031, '0', 'preview', '2023-08-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37252, 2097, '0', 'preview', '2023-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37253, 2129, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37254, 2116, '0', 'preview', '2023-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37255, 2020, '0', 'preview', '2023-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37256, 1955, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37257, 2109, '0', 'default', '2023-08-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37258, 2118, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37259, 1935, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37260, 2133, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37261, 1952, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37262, 1960, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37263, 2053, '0', 'preview', '2023-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37264, 2127, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37265, 2095, '0', 'preview', '2023-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37266, 2099, '0', 'preview', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37267, 2090, '0', 'default', '2023-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37268, 2028, '0', 'default', '2023-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37269, 1930, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37270, 2111, '0', 'preview', '2023-08-30', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37271, 1950, '0', 'preview', '2023-08-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37272, 2109, '0', 'preview', '2023-08-30', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37273, 2110, '0', 'preview', '2023-08-30', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37274, 2020, '0', 'default', '2023-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37275, 2020, '0', 'preview', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37276, 2031, '0', 'preview', '2023-08-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37277, 2089, '0', 'default', '2023-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37278, 1953, '0', 'preview', '2023-08-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37279, 2113, '0', 'preview', '2023-08-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37280, 2117, '0', 'preview', '2023-08-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37281, 2130, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37282, 2135, '0', 'preview', '2023-08-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37283, 2093, '0', 'preview', '2023-08-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37284, 2086, '0', 'preview', '2023-08-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37285, 2086, '0', 'default', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37286, 1937, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37287, 1960, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37288, 2107, '0', 'preview', '2023-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37289, 2111, '0', 'default', '2023-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37290, 2110, '0', 'default', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37291, 2097, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37292, 2048, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37293, 2125, '0', 'preview', '2023-08-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37294, 2089, '0', 'preview', '2023-08-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37295, 2055, '0', 'default', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37296, 1935, '0', 'preview', '2023-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37297, 2121, '0', 'preview', '2023-08-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37298, 1950, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37299, 1930, '0', 'preview', '2023-08-30', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37300, 2067, '0', 'preview', '2023-08-30', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37301, 2120, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37302, 2039, '0', 'default', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37303, 2112, '0', 'preview', '2023-08-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37304, 2055, '0', 'preview', '2023-08-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37305, 2169, '0', 'preview', '2023-08-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37306, 2140, '0', 'preview', '2023-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37307, 2106, '0', 'preview', '2023-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37308, 2099, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37309, 1912, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37310, 2121, '0', 'default', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37311, 2027, '0', 'preview', '2023-08-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37312, 2016, '0', 'preview', '2023-08-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37313, 2024, '0', 'preview', '2023-08-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37314, 2169, '0', 'default', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37315, 2106, '0', 'default', '2023-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37316, 2053, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37317, 1912, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37318, 2115, '0', 'preview', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37319, 2031, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37320, 2091, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37321, 2090, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37322, 2092, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37323, 2097, '0', 'preview', '2023-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37324, 1925, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37325, 2141, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37326, 2095, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37327, 2117, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37328, 2129, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37329, 1953, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37330, 2127, '0', 'default', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37331, 1886, '0', 'preview', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37332, 1967, '0', 'preview', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37333, 1964, '0', 'preview', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37334, 2126, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37335, 2127, '0', 'preview', '2023-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37336, 1952, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37337, 1957, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37338, 2126, '0', 'default', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37339, 2129, '0', 'preview', '2023-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37340, 2118, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37341, 2067, '0', 'preview', '2023-08-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37342, 2024, '0', 'preview', '2023-08-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37343, 2086, '0', 'preview', '2023-08-31', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37344, 2016, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37345, 1953, '0', 'preview', '2023-08-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37346, 2109, '0', 'preview', '2023-08-31', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37347, 2110, '0', 'preview', '2023-08-31', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37348, 2111, '0', 'preview', '2023-08-31', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37349, 2020, '0', 'preview', '2023-08-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37350, 2089, '0', 'preview', '2023-08-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37351, 2117, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37352, 2125, '0', 'preview', '2023-08-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37353, 2055, '0', 'preview', '2023-08-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37354, 1930, '0', 'preview', '2023-08-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37355, 2112, '0', 'preview', '2023-08-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37356, 2086, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37357, 2121, '0', 'default', '2023-08-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37358, 1964, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37359, 2097, '0', 'preview', '2023-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37360, 2121, '0', 'preview', '2023-08-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37361, 1950, '0', 'preview', '2023-08-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37362, 2089, '0', 'default', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37363, 1912, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37364, 2169, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37365, 2066, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37366, 2092, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37367, 1935, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37368, 2135, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37369, 2055, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37370, 2106, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37371, 1925, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37372, 2113, '0', 'preview', '2023-08-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37373, 1960, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37374, 2053, '0', 'preview', '2023-08-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37375, 2119, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37376, 2123, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37377, 2120, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37378, 2088, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37379, 2127, '0', 'preview', '2023-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37380, 2145, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37381, 1938, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37382, 2145, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37383, 2091, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37384, 2095, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37385, 2115, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37386, 2031, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37387, 2027, '0', 'preview', '2023-08-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37388, 2116, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37389, 2125, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37390, 2054, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37391, 2147, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37392, 2093, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37393, 1935, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37394, 2048, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37395, 2106, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37396, 2114, '0', 'preview', '2023-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37397, 2099, '0', 'preview', '2023-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37398, 1912, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37399, 2053, '0', 'default', '2023-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37400, 2096, '0', 'preview', '2023-08-31', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37401, 2098, '0', 'preview', '2023-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37402, 1886, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37403, 2169, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37404, 2093, '0', 'preview', '2023-08-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37405, 2012, '0', 'preview', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37406, 2117, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37407, 1967, '0', 'default', '2023-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37408, 1930, '0', 'preview', '2023-09-01', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37409, 2089, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37410, 2113, '0', 'preview', '2023-09-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37411, 1932, '0', 'default', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37412, 2133, '0', 'preview', '2023-09-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37413, 2109, '0', 'preview', '2023-09-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37414, 2111, '0', 'preview', '2023-09-01', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37415, 2110, '0', 'preview', '2023-09-01', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37416, 2134, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37417, 2092, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37418, 2117, '0', 'preview', '2023-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37419, 2121, '0', 'default', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37420, 2131, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37421, 1924, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37422, 1925, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37423, 2016, '0', 'preview', '2023-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37424, 2027, '0', 'preview', '2023-09-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37425, 2027, '0', 'preview', '2023-09-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37426, 2024, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37427, 1953, '0', 'preview', '2023-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37428, 2089, '0', 'default', '2023-09-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37429, 2048, '0', 'default', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37430, 2086, '0', 'preview', '2023-09-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37431, 1955, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37432, 2129, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37433, 2020, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37434, 2039, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37435, 1950, '0', 'preview', '2023-09-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37436, 2067, '0', 'preview', '2023-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37437, 2125, '0', 'preview', '2023-09-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37438, 2090, '0', 'default', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37439, 2141, '0', 'default', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37440, 2023, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37441, 2110, '0', 'default', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37442, 2093, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37443, 2121, '0', 'preview', '2023-09-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37444, 2099, '0', 'default', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37445, 2031, '0', 'preview', '2023-09-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37446, 2099, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37447, 1938, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37448, 1964, '0', 'preview', '2023-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37449, 2106, '0', 'default', '2023-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37450, 2133, '0', 'default', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37451, 2158, '0', 'preview', '2023-09-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37452, 2093, '0', 'default', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37453, 2112, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37454, 2111, '0', 'default', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37455, 2051, '0', 'default', '2023-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37456, 2051, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37457, 1886, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37458, 2055, '0', 'default', '2023-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37459, 2106, '0', 'preview', '2023-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37460, 2113, '0', 'preview', '2023-09-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37461, 2109, '0', 'preview', '2023-09-02', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37462, 2110, '0', 'preview', '2023-09-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37463, 2111, '0', 'default', '2023-09-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37464, 2089, '0', 'default', '2023-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37465, 1886, '0', 'default', '2023-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37466, 1953, '0', 'default', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37467, 2127, '0', 'default', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37468, 2134, '0', 'default', '2023-09-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37469, 2090, '0', 'default', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37470, 1950, '0', 'preview', '2023-09-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37471, 1930, '0', 'preview', '2023-09-02', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37472, 2111, '0', 'preview', '2023-09-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37473, 2086, '0', 'preview', '2023-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37474, 2067, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37475, 2031, '0', 'preview', '2023-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37476, 2020, '0', 'preview', '2023-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37477, 2121, '0', 'preview', '2023-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37478, 2089, '0', 'preview', '2023-09-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37479, 1908, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37480, 2016, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37481, 2024, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37482, 1964, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37483, 2107, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37484, 2112, '0', 'preview', '2023-09-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37485, 1886, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37486, 2118, '0', 'default', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37487, 2125, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37488, 2121, '0', 'default', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37489, 1953, '0', 'preview', '2023-09-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37490, 2118, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37491, 2106, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37492, 2133, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37493, 2039, '0', 'preview', '2023-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37494, 2133, '0', 'default', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37495, 2109, '0', 'preview', '2023-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37496, 2111, '0', 'preview', '2023-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37497, 2113, '0', 'preview', '2023-09-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37498, 2112, '0', 'preview', '2023-09-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37499, 1930, '0', 'default', '2023-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37500, 1960, '0', 'default', '2023-09-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37501, 1915, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37502, 2121, '0', 'preview', '2023-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37503, 1930, '0', 'preview', '2023-09-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37504, 2027, '0', 'preview', '2023-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37505, 1912, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37506, 1938, '0', 'preview', '2023-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37507, 2110, '0', 'preview', '2023-09-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37508, 2106, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37509, 2020, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37510, 1953, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37511, 2016, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37512, 2024, '0', 'preview', '2023-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37513, 2015, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37514, 2028, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37515, 2023, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37516, 1935, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37517, 2135, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37518, 2092, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37519, 2089, '0', 'default', '2023-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37520, 2125, '0', 'preview', '2023-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37521, 2031, '0', 'preview', '2023-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37522, 2067, '0', 'preview', '2023-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37523, 2117, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37524, 1967, '0', 'preview', '2023-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37525, 1930, '0', 'preview', '2023-09-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37526, 2110, '0', 'preview', '2023-09-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37527, 2109, '0', 'preview', '2023-09-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37528, 2111, '0', 'preview', '2023-09-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37529, 2027, '0', 'preview', '2023-09-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37530, 2112, '0', 'preview', '2023-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37531, 2117, '0', 'default', '2023-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37532, 2097, '0', 'default', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37533, 2051, '0', 'preview', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37534, 2086, '0', 'preview', '2023-09-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37535, 2113, '0', 'preview', '2023-09-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37536, 2089, '0', 'preview', '2023-09-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37537, 1953, '0', 'preview', '2023-09-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37538, 1950, '0', 'preview', '2023-09-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37539, 2121, '0', 'preview', '2023-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37540, 2048, '0', 'preview', '2023-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37541, 2031, '0', 'preview', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37542, 2118, '0', 'preview', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37543, 2125, '0', 'preview', '2023-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37544, 2016, '0', 'preview', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37545, 2024, '0', 'preview', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37546, 1960, '0', 'preview', '2023-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37547, 2053, '0', 'preview', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37548, 2086, '0', 'default', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37549, 1915, '0', 'preview', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37550, 2110, '0', 'default', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37551, 2169, '0', 'default', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37552, 1967, '0', 'default', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37553, 2090, '0', 'default', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37554, 2092, '0', 'default', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37555, 1964, '0', 'default', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37556, 2051, '0', 'default', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37557, 1886, '0', 'preview', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37558, 2067, '0', 'preview', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37559, 1935, '0', 'preview', '2023-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37560, 2158, '0', 'preview', '2023-09-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37561, 2120, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37562, 2111, '0', 'preview', '2023-09-05', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37563, 2016, '0', 'preview', '2023-09-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37564, 1930, '0', 'preview', '2023-09-05', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37565, 2110, '0', 'preview', '2023-09-05', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37566, 2109, '0', 'preview', '2023-09-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37567, 2055, '0', 'default', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37568, 2118, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37569, 1960, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37570, 2086, '0', 'preview', '2023-09-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37571, 2053, '0', 'preview', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37572, 2121, '0', 'preview', '2023-09-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37573, 2031, '0', 'preview', '2023-09-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37574, 2020, '0', 'preview', '2023-09-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37575, 1967, '0', 'preview', '2023-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37576, 2089, '0', 'preview', '2023-09-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37577, 1953, '0', 'preview', '2023-09-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37578, 1950, '0', 'preview', '2023-09-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37579, 2128, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37580, 2127, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37581, 1955, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37582, 1957, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37583, 2140, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37584, 1952, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37585, 2113, '0', 'preview', '2023-09-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37586, 2048, '0', 'preview', '2023-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37587, 2125, '0', 'preview', '2023-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37588, 2125, '0', 'preview', '2023-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37589, 2158, '0', 'default', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37590, 1917, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37591, 2107, '0', 'preview', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37592, 2067, '0', 'preview', '2023-09-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37593, 2112, '0', 'preview', '2023-09-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37594, 2095, '0', 'preview', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37595, 2039, '0', 'preview', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37596, 2117, '0', 'preview', '2023-09-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37597, 2089, '0', 'default', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37598, 2121, '0', 'default', '2023-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37599, 2107, '0', 'default', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37600, 2145, '0', 'preview', '2023-09-05', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37601, 2111, '0', 'default', '2023-09-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37602, 2099, '0', 'preview', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37603, 1967, '0', 'default', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37604, 2123, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37605, 2024, '0', 'preview', '2023-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37606, 2027, '0', 'preview', '2023-09-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37607, 2106, '0', 'default', '2023-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37608, 2106, '0', 'preview', '2023-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37609, 2117, '0', 'default', '2023-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37610, 2090, '0', 'default', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37611, 2090, '0', 'preview', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37612, 2134, '0', 'preview', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37613, 2097, '0', 'preview', '2023-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37614, 1886, '0', 'preview', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37615, 1912, '0', 'default', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37616, 1912, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37617, 2094, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37618, 2049, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37619, 2169, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37620, 2098, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37621, 2053, '0', 'default', '2023-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37622, 1938, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37623, 2125, '0', 'default', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37624, 1930, '0', 'default', '2023-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37625, 2110, '0', 'default', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37626, 2109, '0', 'default', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37627, 2114, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37628, 2166, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37629, 2093, '0', 'preview', '2023-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37630, 1938, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37631, 1930, '0', 'preview', '2023-09-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37632, 2112, '0', 'preview', '2023-09-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37633, 1886, '0', 'preview', '2023-09-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37634, 2111, '0', 'preview', '2023-09-06', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37635, 2110, '0', 'preview', '2023-09-06', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37636, 2106, '0', 'default', '2023-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37637, 1912, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37638, 2106, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37639, 2109, '0', 'preview', '2023-09-06', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37640, 2086, '0', 'preview', '2023-09-06', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37641, 2027, '0', 'preview', '2023-09-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37642, 2113, '0', 'preview', '2023-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37643, 2110, '0', 'default', '2023-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37644, 2089, '0', 'default', '2023-09-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37645, 2145, '0', 'default', '2023-09-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37646, 2146, '0', 'default', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37647, 2031, '0', 'preview', '2023-09-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37648, 2055, '0', 'preview', '2023-09-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37649, 2169, '0', 'preview', '2023-09-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37650, 2118, '0', 'preview', '2023-09-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37651, 2016, '0', 'preview', '2023-09-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37652, 1950, '0', 'preview', '2023-09-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37653, 2090, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37654, 1953, '0', 'preview', '2023-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37655, 2024, '0', 'preview', '2023-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37656, 2067, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37657, 2053, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37658, 2055, '0', 'default', '2023-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37659, 2048, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37660, 2125, '0', 'preview', '2023-09-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37661, 2158, '0', 'preview', '2023-09-06', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37662, 2112, '0', 'default', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37663, 1930, '0', 'default', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37664, 1935, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37665, 2028, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37666, 2121, '0', 'preview', '2023-09-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37667, 2121, '0', 'default', '2023-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37668, 2117, '0', 'preview', '2023-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37669, 2129, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37670, 2127, '0', 'preview', '2023-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37671, 2126, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37672, 2128, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37673, 2145, '0', 'preview', '2023-09-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37674, 2169, '0', 'default', '2023-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37675, 2089, '0', 'preview', '2023-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37676, 2107, '0', 'default', '2023-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37677, 2092, '0', 'default', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37678, 2141, '0', 'preview', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37679, 2109, '0', 'default', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37680, 2111, '0', 'default', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37681, 2024, '0', 'default', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37682, 2027, '0', 'default', '2023-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37683, 2121, '0', 'preview', '2023-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37684, 2089, '0', 'preview', '2023-09-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37685, 2055, '0', 'preview', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37686, 2089, '0', 'default', '2023-09-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37687, 1930, '0', 'preview', '2023-09-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37688, 2110, '0', 'preview', '2023-09-07', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37689, 2113, '0', 'preview', '2023-09-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37690, 2048, '0', 'preview', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37691, 2086, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37692, 2111, '0', 'preview', '2023-09-07', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37693, 2118, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37694, 2112, '0', 'preview', '2023-09-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37695, 2016, '0', 'default', '2023-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37696, 2141, '0', 'preview', '2023-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37697, 2092, '0', 'preview', '2023-09-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37698, 2090, '0', 'default', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37699, 2097, '0', 'default', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37700, 2109, '0', 'preview', '2023-09-07', 68);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37701, 2095, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37702, 2120, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37703, 2107, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37704, 2086, '0', 'preview', '2023-09-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37705, 2048, '0', 'default', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37706, 2091, '0', 'preview', '2023-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37707, 1967, '0', 'preview', '2023-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37708, 2117, '0', 'preview', '2023-09-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37709, 2117, '0', 'default', '2023-09-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37710, 2093, '0', 'preview', '2023-09-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37711, 2027, '0', 'preview', '2023-09-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37712, 2016, '0', 'preview', '2023-09-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37713, 2024, '0', 'preview', '2023-09-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37714, 2031, '0', 'preview', '2023-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37715, 2020, '0', 'preview', '2023-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37716, 1950, '0', 'preview', '2023-09-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37717, 2067, '0', 'preview', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37718, 2055, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37719, 2121, '0', 'default', '2023-09-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37720, 2090, '0', 'preview', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37721, 2135, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37722, 1938, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37723, 2169, '0', 'default', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37724, 2099, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37725, 1886, '0', 'preview', '2023-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37726, 2125, '0', 'preview', '2023-09-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37727, 2145, '0', 'preview', '2023-09-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37728, 1917, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37729, 1925, '0', 'preview', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37730, 2106, '0', 'preview', '2023-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37731, 2088, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37732, 2012, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37733, 1953, '0', 'preview', '2023-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37734, 2130, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37735, 1886, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37736, 2024, '0', 'default', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37737, 2027, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37738, 2066, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37739, 1950, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37740, 2111, '0', 'default', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37741, 2109, '0', 'default', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37742, 2110, '0', 'default', '2023-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37743, 2133, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37744, 2097, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37745, 1930, '0', 'default', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37746, 1931, '0', 'preview', '2023-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37747, 1935, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37748, 2169, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37749, 2092, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37750, 2130, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37751, 1925, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37752, 2141, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37753, 2112, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37754, 1964, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37755, 2020, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37756, 2039, '0', 'preview', '2023-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37757, 2099, '0', 'default', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37758, 2096, '0', 'preview', '2023-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37759, 2055, '0', 'preview', '2023-09-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37760, 2113, '0', 'preview', '2023-09-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37761, 2089, '0', 'preview', '2023-09-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37762, 2111, '0', 'preview', '2023-09-08', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37763, 2121, '0', 'preview', '2023-09-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37764, 1930, '0', 'preview', '2023-09-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37765, 2016, '0', 'preview', '2023-09-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37766, 2088, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37767, 2110, '0', 'preview', '2023-09-08', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37768, 1886, '0', 'preview', '2023-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37769, 2086, '0', 'preview', '2023-09-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37770, 1964, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37771, 2051, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37772, 2027, '0', 'preview', '2023-09-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37773, 2109, '0', 'preview', '2023-09-08', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37774, 2024, '0', 'preview', '2023-09-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37775, 2117, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37776, 2109, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37777, 2110, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37778, 2089, '0', 'default', '2023-09-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37779, 2039, '0', 'preview', '2023-09-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37780, 2055, '0', 'default', '2023-09-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37781, 2031, '0', 'preview', '2023-09-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37782, 2125, '0', 'default', '2023-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37783, 2125, '0', 'preview', '2023-09-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37784, 2067, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37785, 2112, '0', 'preview', '2023-09-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37786, 2090, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37787, 2135, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37788, 1924, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37789, 2091, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37790, 2097, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37791, 2146, '0', 'preview', '2023-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37792, 2158, '0', 'preview', '2023-09-08', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37793, 2145, '0', 'default', '2023-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37794, 2147, '0', 'preview', '2023-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37795, 2141, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37796, 2093, '0', 'preview', '2023-09-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37797, 2121, '0', 'default', '2023-09-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37798, 2145, '0', 'preview', '2023-09-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37799, 1930, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37800, 2107, '0', 'default', '2023-09-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37801, 2107, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37802, 2048, '0', 'preview', '2023-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37803, 2099, '0', 'preview', '2023-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37804, 2114, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37805, 2067, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37806, 2169, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37807, 1938, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37808, 2106, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37809, 1953, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37810, 2134, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37811, 2135, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37812, 2111, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37813, 2117, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37814, 1950, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37815, 1913, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37816, 2106, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37817, 2118, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37818, 2023, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37819, 1966, '0', 'preview', '2023-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37820, 2020, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37821, 2053, '0', 'default', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37822, 2066, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37823, 2065, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37824, 1917, '0', 'preview', '2023-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37825, 2121, '0', 'preview', '2023-09-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37826, 2053, '0', 'default', '2023-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37827, 2110, '0', 'preview', '2023-09-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37828, 2111, '0', 'preview', '2023-09-09', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37829, 2109, '0', 'preview', '2023-09-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37830, 2135, '0', 'preview', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37831, 2092, '0', 'preview', '2023-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37832, 1925, '0', 'preview', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37833, 1930, '0', 'preview', '2023-09-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37834, 1935, '0', 'preview', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37835, 2113, '0', 'preview', '2023-09-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37836, 2091, '0', 'preview', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37837, 1950, '0', 'preview', '2023-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37838, 2096, '0', 'preview', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37839, 2089, '0', 'preview', '2023-09-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37840, 2133, '0', 'preview', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37841, 2090, '0', 'preview', '2023-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37842, 2117, '0', 'preview', '2023-09-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37843, 1967, '0', 'preview', '2023-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37844, 2086, '0', 'preview', '2023-09-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37845, 2169, '0', 'preview', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37846, 1953, '0', 'preview', '2023-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37847, 2112, '0', 'preview', '2023-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37848, 1917, '0', 'preview', '2023-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37849, 2055, '0', 'default', '2023-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37850, 2055, '0', 'preview', '2023-09-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37851, 2121, '0', 'default', '2023-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37852, 2031, '0', 'preview', '2023-09-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37853, 1960, '0', 'default', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37854, 2140, '0', 'preview', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37855, 2113, '0', 'default', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37856, 1930, '0', 'default', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37857, 2118, '0', 'preview', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37858, 2020, '0', 'preview', '2023-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37859, 2016, '0', 'preview', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37860, 2125, '0', 'preview', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37861, 2053, '0', 'preview', '2023-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37862, 2039, '0', 'preview', '2023-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37863, 2048, '0', 'preview', '2023-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37864, 2020, '0', 'default', '2023-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37865, 2039, '0', 'preview', '2023-09-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37866, 2121, '0', 'preview', '2023-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37867, 2111, '0', 'preview', '2023-09-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37868, 2145, '0', 'default', '2023-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37869, 2145, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37870, 2110, '0', 'preview', '2023-09-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37871, 2027, '0', 'preview', '2023-09-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37872, 1930, '0', 'preview', '2023-09-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37873, 2113, '0', 'preview', '2023-09-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37874, 2109, '0', 'preview', '2023-09-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37875, 2125, '0', 'preview', '2023-09-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37876, 2089, '0', 'preview', '2023-09-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37877, 2048, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37878, 2016, '0', 'preview', '2023-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37879, 1950, '0', 'preview', '2023-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37880, 2097, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37881, 2031, '0', 'preview', '2023-09-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37882, 1886, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37883, 2053, '0', 'default', '2023-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37884, 2048, '0', 'default', '2023-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37885, 2117, '0', 'default', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37886, 2111, '0', 'default', '2023-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37887, 2093, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37888, 2024, '0', 'preview', '2023-09-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37889, 1930, '0', 'default', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37890, 2089, '0', 'default', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37891, 2066, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37892, 2065, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37893, 2020, '0', 'preview', '2023-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37894, 1953, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37895, 2096, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37896, 2039, '0', 'default', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37897, 2086, '0', 'default', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37898, 2112, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37899, 2117, '0', 'preview', '2023-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37900, 2090, '0', 'preview', '2023-09-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37901, 2120, '0', 'default', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37902, 2120, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37903, 1967, '0', 'preview', '2023-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37904, 2107, '0', 'default', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37905, 2107, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37906, 2122, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37907, 2110, '0', 'preview', '2023-09-11', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37908, 2089, '0', 'preview', '2023-09-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37909, 1886, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37910, 2109, '0', 'preview', '2023-09-11', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37911, 2121, '0', 'preview', '2023-09-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37912, 2048, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37913, 1930, '0', 'preview', '2023-09-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37914, 2111, '0', 'preview', '2023-09-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37915, 2090, '0', 'default', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37916, 2093, '0', 'preview', '2023-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37917, 2158, '0', 'preview', '2023-09-11', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37918, 2090, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37919, 1967, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37920, 2117, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37921, 2112, '0', 'preview', '2023-09-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37922, 2097, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37923, 2098, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37924, 2099, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37925, 2031, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37926, 2096, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37927, 2094, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37928, 2115, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37929, 2169, '0', 'preview', '2023-09-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37930, 1886, '0', 'default', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37931, 1950, '0', 'preview', '2023-09-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37932, 2113, '0', 'preview', '2023-09-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37933, 2125, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37934, 2089, '0', 'default', '2023-09-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37935, 2097, '0', 'default', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37936, 2118, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37937, 1930, '0', 'default', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37938, 2134, '0', 'default', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37939, 2053, '0', 'default', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37940, 2106, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37941, 1912, '0', 'preview', '2023-09-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37942, 2145, '0', 'default', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37943, 2146, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37944, 2147, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37945, 2086, '0', 'preview', '2023-09-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37946, 2027, '0', 'preview', '2023-09-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37947, 2016, '0', 'preview', '2023-09-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37948, 2055, '0', 'default', '2023-09-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37949, 2024, '0', 'default', '2023-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37950, 1952, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37951, 2106, '0', 'default', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37952, 2086, '0', 'default', '2023-09-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37953, 2053, '0', 'preview', '2023-09-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37954, 2111, '0', 'default', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37955, 1935, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37956, 2024, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37957, 2109, '0', 'default', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37958, 2110, '0', 'default', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37959, 2095, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37960, 2169, '0', 'default', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37961, 2121, '0', 'default', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37962, 2055, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37963, 1953, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37964, 1935, '0', 'default', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37965, 2092, '0', 'default', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37966, 2122, '0', 'default', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37967, 1964, '0', 'default', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37968, 1938, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37969, 2020, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37970, 2145, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37971, 2015, '0', 'preview', '2023-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37972, 2114, '0', 'preview', '2023-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37973, 2055, '0', 'default', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37974, 2110, '0', 'preview', '2023-09-12', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37975, 2109, '0', 'preview', '2023-09-12', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37976, 2111, '0', 'preview', '2023-09-12', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37977, 1930, '0', 'preview', '2023-09-12', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37978, 1886, '0', 'preview', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37979, 2016, '0', 'preview', '2023-09-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37980, 2116, '0', 'preview', '2023-09-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37981, 2106, '0', 'preview', '2023-09-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37982, 2092, '0', 'preview', '2023-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37983, 2135, '0', 'preview', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37984, 2117, '0', 'preview', '2023-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37985, 2121, '0', 'preview', '2023-09-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37986, 1912, '0', 'preview', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37987, 1960, '0', 'preview', '2023-09-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37988, 2086, '0', 'preview', '2023-09-12', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37989, 2053, '0', 'preview', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37990, 2054, '0', 'preview', '2023-09-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37991, 2067, '0', 'preview', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37992, 2098, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37993, 2089, '0', 'preview', '2023-09-12', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37994, 1950, '0', 'preview', '2023-09-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37995, 2090, '0', 'preview', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37996, 2031, '0', 'preview', '2023-09-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37997, 2024, '0', 'preview', '2023-09-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37998, 2169, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37999, 2158, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38000, 2016, '0', 'default', '2023-09-12', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38001, 2027, '0', 'preview', '2023-09-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38002, 2066, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38003, 2125, '0', 'preview', '2023-09-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38004, 2145, '0', 'preview', '2023-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38005, 1953, '0', 'preview', '2023-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38006, 2020, '0', 'default', '2023-09-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38007, 2020, '0', 'preview', '2023-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38008, 2165, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38009, 2048, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38010, 2048, '0', 'default', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38011, 1914, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38012, 2054, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38013, 2113, '0', 'preview', '2023-09-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38014, 2095, '0', 'default', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38015, 2095, '0', 'preview', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38016, 2055, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38017, 2107, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38018, 2121, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38019, 2089, '0', 'default', '2023-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38020, 2112, '0', 'preview', '2023-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38021, 2145, '0', 'default', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38022, 2109, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38023, 1931, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38024, 1938, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38025, 2134, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38026, 2146, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38027, 2147, '0', 'preview', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38028, 2146, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38029, 2147, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38030, 2111, '0', 'default', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38031, 2127, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38032, 2106, '0', 'default', '2023-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38033, 2120, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38034, 2117, '0', 'default', '2023-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38035, 1967, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38036, 2039, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38037, 1953, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38038, 2097, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38039, 1930, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38040, 1967, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38041, 2090, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38042, 2118, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38043, 2024, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38044, 1938, '0', 'default', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38045, 2093, '0', 'preview', '2023-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38046, 2121, '0', 'default', '2023-09-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38047, 2086, '0', 'preview', '2023-09-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38048, 2093, '0', 'preview', '2023-09-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38049, 2111, '0', 'preview', '2023-09-13', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38050, 2109, '0', 'preview', '2023-09-13', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38051, 2110, '0', 'preview', '2023-09-13', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38052, 1886, '0', 'preview', '2023-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38053, 2016, '0', 'preview', '2023-09-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38054, 2125, '0', 'preview', '2023-09-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38055, 2067, '0', 'preview', '2023-09-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38056, 2121, '0', 'preview', '2023-09-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38057, 1930, '0', 'preview', '2023-09-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38058, 2027, '0', 'preview', '2023-09-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38059, 1950, '0', 'preview', '2023-09-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38060, 2048, '0', 'default', '2023-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38061, 2113, '0', 'preview', '2023-09-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38062, 2048, '0', 'preview', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38063, 2112, '0', 'preview', '2023-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38064, 2024, '0', 'preview', '2023-09-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38065, 1952, '0', 'preview', '2023-09-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38066, 1953, '0', 'preview', '2023-09-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38067, 2140, '0', 'preview', '2023-09-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38068, 2055, '0', 'preview', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38069, 2055, '0', 'default', '2023-09-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38070, 2106, '0', 'preview', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38071, 2142, '0', 'preview', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38072, 2053, '0', 'preview', '2023-09-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38073, 2089, '0', 'preview', '2023-09-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38074, 2089, '0', 'default', '2023-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38075, 2133, '0', 'preview', '2023-09-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38076, 2109, '0', 'default', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38077, 2128, '0', 'preview', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38078, 2127, '0', 'preview', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38079, 1924, '0', 'preview', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38080, 2090, '0', 'preview', '2023-09-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38081, 2117, '0', 'preview', '2023-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38082, 2092, '0', 'default', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38083, 1960, '0', 'preview', '2023-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38084, 2054, '0', 'preview', '2023-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38085, 2129, '0', 'default', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38086, 2065, '0', 'preview', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38087, 2145, '0', 'default', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38088, 2145, '0', 'preview', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38089, 2118, '0', 'default', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38090, 2020, '0', 'default', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38091, 2097, '0', 'default', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38092, 2053, '0', 'default', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38093, 2031, '0', 'preview', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38094, 2169, '0', 'preview', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38095, 2117, '0', 'default', '2023-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38096, 2088, '0', 'default', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38097, 2169, '0', 'default', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38098, 1964, '0', 'default', '2023-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38099, 2121, '0', 'preview', '2023-09-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38100, 2110, '0', 'preview', '2023-09-14', 25);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38101, 2109, '0', 'preview', '2023-09-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38102, 2111, '0', 'preview', '2023-09-14', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38103, 2012, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38104, 2125, '0', 'preview', '2023-09-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38105, 2089, '0', 'preview', '2023-09-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38106, 2027, '0', 'preview', '2023-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38107, 2093, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38108, 1930, '0', 'preview', '2023-09-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38109, 2031, '0', 'preview', '2023-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38110, 2031, '0', 'preview', '2023-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38111, 1950, '0', 'preview', '2023-09-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38112, 2111, '0', 'default', '2023-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38113, 1886, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38114, 1953, '0', 'preview', '2023-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38115, 2096, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38116, 2118, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38117, 2053, '0', 'preview', '2023-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38118, 2054, '0', 'preview', '2023-09-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38119, 2048, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38120, 2121, '0', 'default', '2023-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38121, 2024, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38122, 1886, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38123, 2106, '0', 'default', '2023-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38124, 2089, '0', 'default', '2023-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38125, 2067, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38126, 2127, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38127, 2128, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38128, 2145, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38129, 1912, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38130, 2106, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38131, 2039, '0', 'preview', '2023-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38132, 2116, '0', 'preview', '2023-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38133, 2086, '0', 'preview', '2023-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38134, 2123, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38135, 2095, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38136, 2117, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38137, 2133, '0', 'preview', '2023-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38138, 2016, '0', 'preview', '2023-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38139, 1967, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38140, 2024, '0', 'preview', '2023-09-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38141, 1957, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38142, 2112, '0', 'preview', '2023-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38143, 1960, '0', 'preview', '2023-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38144, 2055, '0', 'preview', '2023-09-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38145, 1957, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38146, 2140, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38147, 1955, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38148, 2055, '0', 'default', '2023-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38149, 2109, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38150, 2110, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38151, 2090, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38152, 2147, '0', 'preview', '2023-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38153, 2169, '0', 'preview', '2023-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38154, 2169, '0', 'default', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38155, 2067, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38156, 2097, '0', 'preview', '2023-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38157, 2020, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38158, 2113, '0', 'preview', '2023-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38159, 2111, '0', 'preview', '2023-09-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38160, 2107, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38161, 2110, '0', 'preview', '2023-09-15', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38162, 2055, '0', 'default', '2023-09-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38163, 2048, '0', 'default', '2023-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38164, 2048, '0', 'preview', '2023-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38165, 2020, '0', 'preview', '2023-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38166, 2020, '0', 'default', '2023-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38167, 2109, '0', 'preview', '2023-09-15', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38168, 2027, '0', 'preview', '2023-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38169, 1930, '0', 'preview', '2023-09-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38170, 2165, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38171, 2127, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38172, 2113, '0', 'preview', '2023-09-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38173, 2053, '0', 'default', '2023-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38174, 2158, '0', 'preview', '2023-09-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38175, 2158, '0', 'preview', '2023-09-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38176, 2067, '0', 'preview', '2023-09-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38177, 1937, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38178, 2111, '0', 'default', '2023-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38179, 2117, '0', 'preview', '2023-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38180, 2054, '0', 'default', '2023-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38181, 2089, '0', 'preview', '2023-09-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38182, 1967, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38183, 2147, '0', 'preview', '2023-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38184, 2158, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38185, 1886, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38186, 2093, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38187, 1930, '0', 'default', '2023-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38188, 1931, '0', 'default', '2023-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38189, 2113, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38190, 2146, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38191, 2120, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38192, 2098, '0', 'preview', '2023-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38193, 2097, '0', 'preview', '2023-09-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38194, 2095, '0', 'preview', '2023-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38195, 2099, '0', 'preview', '2023-09-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38196, 2090, '0', 'preview', '2023-09-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38197, 2092, '0', 'preview', '2023-09-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38198, 2135, '0', 'preview', '2023-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38199, 2121, '0', 'preview', '2023-09-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38200, 1950, '0', 'preview', '2023-09-15', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38201, 2118, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38202, 2028, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38203, 2027, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38204, 2039, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38205, 2024, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38206, 2114, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38207, 2121, '0', 'default', '2023-09-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38208, 1955, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38209, 2125, '0', 'preview', '2023-09-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38210, 2089, '0', 'default', '2023-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38211, 2023, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38212, 2086, '0', 'preview', '2023-09-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38213, 1937, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38214, 1952, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38215, 1950, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38216, 2016, '0', 'preview', '2023-09-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38217, 2024, '0', 'preview', '2023-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38218, 2055, '0', 'preview', '2023-09-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38219, 2110, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38220, 2129, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38221, 2106, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38222, 1953, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38223, 1913, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38224, 2133, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38225, 2117, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38226, 2090, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38227, 2091, '0', 'default', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38228, 1935, '0', 'preview', '2023-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38229, 2112, '0', 'preview', '2023-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38230, 2067, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38231, 2106, '0', 'preview', '2023-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38232, 2127, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38233, 2121, '0', 'preview', '2023-09-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38234, 2129, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38235, 2126, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38236, 1950, '0', 'preview', '2023-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38237, 2125, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38238, 2089, '0', 'preview', '2023-09-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38239, 2086, '0', 'preview', '2023-09-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38240, 2053, '0', 'default', '2023-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38241, 2111, '0', 'preview', '2023-09-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38242, 2113, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38243, 2027, '0', 'preview', '2023-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38244, 2134, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38245, 2134, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38246, 2091, '0', 'preview', '2023-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38247, 2110, '0', 'preview', '2023-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38248, 2088, '0', 'default', '2023-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38249, 2122, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38250, 2048, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38251, 2090, '0', 'default', '2023-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38252, 2109, '0', 'preview', '2023-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38253, 2051, '0', 'default', '2023-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38254, 1964, '0', 'default', '2023-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38255, 2140, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38256, 2016, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38257, 2123, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38258, 2121, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38259, 2031, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38260, 1935, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38261, 1938, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38262, 1938, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38263, 2169, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38264, 2117, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38265, 1918, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38266, 2067, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38267, 2012, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38268, 2106, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38269, 2023, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38270, 1937, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38271, 1952, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38272, 2089, '0', 'default', '2023-09-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38273, 1950, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38274, 2097, '0', 'preview', '2023-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38275, 2107, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38276, 2020, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38277, 2039, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38278, 2111, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38279, 2092, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38280, 2110, '0', 'default', '2023-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38281, 2095, '0', 'preview', '2023-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38282, 2129, '0', 'default', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38283, 2031, '0', 'preview', '2023-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38284, 2112, '0', 'preview', '2023-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38285, 2031, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38286, 2125, '0', 'preview', '2023-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38287, 2169, '0', 'preview', '2023-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38288, 2110, '0', 'preview', '2023-09-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38289, 2109, '0', 'preview', '2023-09-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38290, 2111, '0', 'preview', '2023-09-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38291, 2112, '0', 'preview', '2023-09-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38292, 1950, '0', 'preview', '2023-09-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38293, 2039, '0', 'default', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38294, 2020, '0', 'default', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38295, 2092, '0', 'default', '2023-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38296, 2090, '0', 'default', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38297, 2134, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38298, 2121, '0', 'default', '2023-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38299, 2089, '0', 'preview', '2023-09-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38300, 2113, '0', 'preview', '2023-09-17', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38301, 1930, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38302, 2016, '0', 'preview', '2023-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38303, 2089, '0', 'default', '2023-09-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38304, 2051, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38305, 1953, '0', 'default', '2023-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38306, 1953, '0', 'preview', '2023-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38307, 2140, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38308, 1957, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38309, 2121, '0', 'preview', '2023-09-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38310, 1913, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38311, 2067, '0', 'preview', '2023-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38312, 2133, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38313, 1952, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38314, 2049, '0', 'preview', '2023-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38315, 2145, '0', 'preview', '2023-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38316, 2145, '0', 'default', '2023-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38317, 2086, '0', 'preview', '2023-09-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38318, 1886, '0', 'preview', '2023-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38319, 2027, '0', 'preview', '2023-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38320, 2024, '0', 'preview', '2023-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38321, 2015, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38322, 2028, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38323, 2023, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38324, 1938, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38325, 1935, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38326, 1920, '0', 'default', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38327, 2112, '0', 'default', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38328, 1917, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38329, 2114, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38330, 2117, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38331, 2092, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38332, 1964, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38333, 1916, '0', 'preview', '2023-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38334, 2117, '0', 'default', '2023-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38335, 2117, '0', 'preview', '2023-09-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38336, 1967, '0', 'preview', '2023-09-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38337, 2125, '0', 'default', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38338, 2125, '0', 'preview', '2023-09-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38339, 2111, '0', 'preview', '2023-09-18', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38340, 2112, '0', 'preview', '2023-09-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38341, 2089, '0', 'preview', '2023-09-18', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38342, 2121, '0', 'preview', '2023-09-18', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38343, 2110, '0', 'preview', '2023-09-18', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38344, 1930, '0', 'preview', '2023-09-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38345, 2027, '0', 'preview', '2023-09-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38346, 2024, '0', 'preview', '2023-09-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38347, 2016, '0', 'preview', '2023-09-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38348, 2109, '0', 'preview', '2023-09-18', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38349, 2111, '0', 'default', '2023-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38350, 1950, '0', 'preview', '2023-09-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38351, 2169, '0', 'preview', '2023-09-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38352, 2067, '0', 'preview', '2023-09-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38353, 2128, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38354, 2158, '0', 'preview', '2023-09-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38355, 1952, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38356, 2113, '0', 'preview', '2023-09-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38357, 2121, '0', 'default', '2023-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38358, 1930, '0', 'default', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38359, 2048, '0', 'preview', '2023-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38360, 2066, '0', 'preview', '2023-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38361, 1938, '0', 'preview', '2023-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38362, 2099, '0', 'preview', '2023-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38363, 1886, '0', 'preview', '2023-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38364, 2097, '0', 'preview', '2023-09-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38365, 2122, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38366, 2031, '0', 'preview', '2023-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38367, 2055, '0', 'default', '2023-09-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38368, 2088, '0', 'preview', '2023-09-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38369, 2020, '0', 'preview', '2023-09-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38370, 2141, '0', 'preview', '2023-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38371, 2090, '0', 'preview', '2023-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38372, 2092, '0', 'preview', '2023-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38373, 2146, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38374, 2053, '0', 'default', '2023-09-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38375, 2086, '0', 'preview', '2023-09-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38376, 2086, '0', 'default', '2023-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38377, 2116, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38378, 2039, '0', 'preview', '2023-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38379, 2089, '0', 'default', '2023-09-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38380, 2133, '0', 'preview', '2023-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38381, 2109, '0', 'default', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38382, 2146, '0', 'default', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38383, 2055, '0', 'preview', '2023-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38384, 2145, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38385, 2095, '0', 'default', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38386, 1913, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38387, 1953, '0', 'preview', '2023-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38388, 2106, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38389, 2028, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38390, 2024, '0', 'default', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38391, 2027, '0', 'default', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38392, 2118, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38393, 2053, '0', 'preview', '2023-09-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38394, 2130, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38395, 2135, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38396, 2106, '0', 'default', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38397, 2023, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38398, 1960, '0', 'preview', '2023-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38399, 2054, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38400, 2134, '0', 'default', '2023-09-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38401, 2134, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38402, 2012, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38403, 2097, '0', 'default', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38404, 2012, '0', 'default', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38405, 2129, '0', 'default', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38406, 2095, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38407, 2129, '0', 'preview', '2023-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38408, 2135, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38409, 2092, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38410, 2090, '0', 'preview', '2023-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38411, 2016, '0', 'preview', '2023-09-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38412, 2016, '0', 'preview', '2023-09-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38413, 1925, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38414, 2048, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38415, 2109, '0', 'preview', '2023-09-19', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38416, 2111, '0', 'preview', '2023-09-19', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38417, 1950, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38418, 1953, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38419, 2128, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38420, 2109, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38421, 2140, '0', 'preview', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38422, 2121, '0', 'preview', '2023-09-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38423, 2048, '0', 'preview', '2023-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38424, 2097, '0', 'preview', '2023-09-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38425, 2089, '0', 'preview', '2023-09-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38426, 2089, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38427, 2107, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38428, 2088, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38429, 2110, '0', 'preview', '2023-09-19', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38430, 2118, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38431, 2097, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38432, 2133, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38433, 2112, '0', 'preview', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38434, 2092, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38435, 2086, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38436, 2053, '0', 'default', '2023-09-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38437, 2093, '0', 'preview', '2023-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38438, 2121, '0', 'default', '2023-09-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38439, 2053, '0', 'preview', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38440, 2113, '0', 'preview', '2023-09-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38441, 2039, '0', 'preview', '2023-09-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38442, 2094, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38443, 2096, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38444, 2020, '0', 'preview', '2023-09-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38445, 2031, '0', 'preview', '2023-09-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38446, 2099, '0', 'preview', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38447, 2093, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38448, 2095, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38449, 2012, '0', 'preview', '2023-09-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38450, 2067, '0', 'preview', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38451, 2111, '0', 'default', '2023-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38452, 2012, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38453, 2117, '0', 'preview', '2023-09-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38454, 2125, '0', 'preview', '2023-09-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38455, 2027, '0', 'preview', '2023-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38456, 1930, '0', 'preview', '2023-09-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38457, 2120, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38458, 2090, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38459, 2091, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38460, 2134, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38461, 2129, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38462, 2049, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38463, 2086, '0', 'preview', '2023-09-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38464, 2158, '0', 'preview', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38465, 2098, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38466, 1931, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38467, 1950, '0', 'preview', '2023-09-19', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38468, 1938, '0', 'preview', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38469, 2024, '0', 'preview', '2023-09-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38470, 2116, '0', 'preview', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38471, 1953, '0', 'preview', '2023-09-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38472, 2133, '0', 'preview', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38473, 2169, '0', 'preview', '2023-09-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38474, 2123, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38475, 2055, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38476, 2145, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38477, 2039, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38478, 1886, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38479, 1955, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38480, 2129, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38481, 1964, '0', 'preview', '2023-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38482, 2106, '0', 'preview', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38483, 1960, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38484, 2145, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38485, 2117, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38486, 2016, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38487, 2027, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38488, 2169, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38489, 2020, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38490, 1967, '0', 'preview', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38491, 2095, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38492, 2055, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38493, 2096, '0', 'default', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38494, 1937, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38495, 2125, '0', 'default', '2023-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38496, 2051, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38497, 2115, '0', 'preview', '2023-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38498, 1930, '0', 'preview', '2023-09-20', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38499, 2133, '0', 'preview', '2023-09-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38500, 2095, '0', 'preview', '2023-09-20', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38501, 2110, '0', 'preview', '2023-09-20', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38502, 2145, '0', 'preview', '2023-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38503, 2086, '0', 'preview', '2023-09-20', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38504, 2109, '0', 'preview', '2023-09-20', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38505, 2093, '0', 'preview', '2023-09-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38506, 2111, '0', 'preview', '2023-09-20', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38507, 2024, '0', 'preview', '2023-09-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38508, 2027, '0', 'preview', '2023-09-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38509, 2027, '0', 'preview', '2023-09-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38510, 2112, '0', 'preview', '2023-09-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38511, 2110, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38512, 2089, '0', 'preview', '2023-09-20', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38513, 2099, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38514, 1950, '0', 'preview', '2023-09-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38515, 2121, '0', 'preview', '2023-09-20', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38516, 2067, '0', 'preview', '2023-09-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38517, 2055, '0', 'preview', '2023-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38518, 2115, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38519, 2012, '0', 'preview', '2023-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38520, 2016, '0', 'preview', '2023-09-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38521, 2125, '0', 'preview', '2023-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38522, 2113, '0', 'preview', '2023-09-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38523, 2020, '0', 'preview', '2023-09-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38524, 2106, '0', 'default', '2023-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38525, 2089, '0', 'default', '2023-09-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38526, 2028, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38527, 2015, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38528, 2118, '0', 'preview', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38529, 2118, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38530, 2097, '0', 'preview', '2023-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38531, 2099, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38532, 2039, '0', 'default', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38533, 2031, '0', 'preview', '2023-09-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38534, 2106, '0', 'preview', '2023-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38535, 2121, '0', 'default', '2023-09-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38536, 2012, '0', 'default', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38537, 2169, '0', 'preview', '2023-09-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38538, 2048, '0', 'preview', '2023-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38539, 2095, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38540, 2111, '0', 'default', '2023-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38541, 2135, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38542, 2092, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38543, 2158, '0', 'preview', '2023-09-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38544, 1913, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38545, 2049, '0', 'preview', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38546, 2117, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38547, 1960, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38548, 2145, '0', 'default', '2023-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38549, 2031, '0', 'default', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38550, 2039, '0', 'preview', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38551, 2112, '0', 'default', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38552, 1886, '0', 'preview', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38553, 2097, '0', 'default', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38554, 2116, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38555, 2027, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38556, 2016, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38557, 1917, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38558, 2024, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38559, 2090, '0', 'preview', '2023-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38560, 2091, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38561, 2107, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38562, 1930, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38563, 2165, '0', 'default', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38564, 1953, '0', 'default', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38565, 2134, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38566, 2020, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38567, 1912, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38568, 1912, '0', 'preview', '2023-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38569, 2148, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38570, 2090, '0', 'default', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38571, 2092, '0', 'default', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38572, 2126, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38573, 1957, '0', 'preview', '2023-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38574, 2140, '0', 'preview', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38575, 2053, '0', 'default', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38576, 2133, '0', 'default', '2023-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38577, 2131, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38578, 1925, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38579, 2107, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38580, 2135, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38581, 1952, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38582, 2127, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38583, 1886, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38584, 1953, '0', 'preview', '2023-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38585, 2125, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38586, 2158, '0', 'default', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38587, 2117, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38588, 1967, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38589, 2123, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38590, 2055, '0', 'default', '2023-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38591, 1935, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38592, 1931, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38593, 2054, '0', 'preview', '2023-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38594, 2110, '0', 'preview', '2023-09-21', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38595, 2109, '0', 'preview', '2023-09-21', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38596, 2049, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38597, 2111, '0', 'preview', '2023-09-21', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38598, 2121, '0', 'default', '2023-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38599, 2121, '0', 'preview', '2023-09-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38600, 2112, '0', 'preview', '2023-09-21', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38601, 2127, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38602, 1953, '0', 'preview', '2023-09-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38603, 2129, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38604, 1957, '0', 'preview', '2023-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38605, 2127, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38606, 1952, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38607, 2118, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38608, 2111, '0', 'default', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38609, 2110, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38610, 2109, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38611, 2053, '0', 'default', '2023-09-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38612, 1935, '0', 'default', '2023-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38613, 1960, '0', 'preview', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38614, 2086, '0', 'preview', '2023-09-21', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38615, 2092, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38616, 2090, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38617, 2134, '0', 'default', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38618, 1950, '0', 'preview', '2023-09-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38619, 2117, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38620, 1967, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38621, 2012, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38622, 2012, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38623, 2089, '0', 'default', '2023-09-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38624, 2107, '0', 'default', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38625, 2048, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38626, 2097, '0', 'preview', '2023-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38627, 2125, '0', 'preview', '2023-09-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38628, 2141, '0', 'default', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38629, 2133, '0', 'default', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38630, 2016, '0', 'preview', '2023-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38631, 2020, '0', 'preview', '2023-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38632, 2116, '0', 'preview', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38633, 2024, '0', 'preview', '2023-09-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38634, 2119, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38635, 2113, '0', 'preview', '2023-09-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38636, 2169, '0', 'preview', '2023-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38637, 2024, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38638, 1960, '0', 'default', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38639, 2067, '0', 'preview', '2023-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38640, 2089, '0', 'preview', '2023-09-21', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38641, 2066, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38642, 2095, '0', 'preview', '2023-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38643, 2094, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38644, 2053, '0', 'preview', '2023-09-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38645, 1886, '0', 'preview', '2023-09-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38646, 2117, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38647, 2106, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38648, 2169, '0', 'default', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38649, 2039, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38650, 2116, '0', 'default', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38651, 2031, '0', 'preview', '2023-09-21', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38652, 1930, '0', 'preview', '2023-09-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38653, 2099, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38654, 1935, '0', 'preview', '2023-09-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38655, 2049, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38656, 2055, '0', 'default', '2023-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38657, 2055, '0', 'preview', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38658, 1918, '0', 'preview', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38659, 2165, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38660, 1931, '0', 'preview', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38661, 2125, '0', 'default', '2023-09-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38662, 1932, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38663, 1931, '0', 'default', '2023-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38664, 2166, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38665, 2165, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38666, 1930, '0', 'default', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38667, 1933, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38668, 2147, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38669, 2086, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38670, 1912, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38671, 2118, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38672, 2158, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38673, 2051, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38674, 2092, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38675, 2090, '0', 'preview', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38676, 2027, '0', 'preview', '2023-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38677, 2120, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38678, 2113, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38679, 2107, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38680, 2093, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38681, 2135, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38682, 2088, '0', 'default', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38683, 2145, '0', 'preview', '2023-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38684, 2122, '0', 'preview', '2023-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38685, 2055, '0', 'default', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38686, 2169, '0', 'preview', '2023-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38687, 2125, '0', 'preview', '2023-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38688, 2158, '0', 'preview', '2023-09-22', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38689, 2086, '0', 'preview', '2023-09-22', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38690, 2053, '0', 'preview', '2023-09-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38691, 2054, '0', 'preview', '2023-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38692, 2053, '0', 'default', '2023-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38693, 1960, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38694, 2016, '0', 'preview', '2023-09-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38695, 2111, '0', 'preview', '2023-09-22', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38696, 1950, '0', 'preview', '2023-09-22', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38697, 2089, '0', 'default', '2023-09-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38698, 2097, '0', 'default', '2023-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38699, 2110, '0', 'preview', '2023-09-22', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38700, 1953, '0', 'preview', '2023-09-22', 15);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38701, 2031, '0', 'preview', '2023-09-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38702, 2109, '0', 'preview', '2023-09-22', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38703, 2112, '0', 'preview', '2023-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38704, 2121, '0', 'preview', '2023-09-22', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38705, 2110, '0', 'default', '2023-09-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38706, 2121, '0', 'default', '2023-09-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38707, 1913, '0', 'default', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38708, 2039, '0', 'default', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38709, 2055, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38710, 2067, '0', 'preview', '2023-09-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38711, 2089, '0', 'preview', '2023-09-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38712, 2039, '0', 'preview', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38713, 2099, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38714, 1917, '0', 'preview', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38715, 2118, '0', 'preview', '2023-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38716, 2120, '0', 'preview', '2023-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38717, 1930, '0', 'preview', '2023-09-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38718, 2145, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38719, 2113, '0', 'preview', '2023-09-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38720, 1935, '0', 'preview', '2023-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38721, 2129, '0', 'default', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38722, 2126, '0', 'default', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38723, 2115, '0', 'preview', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38724, 2127, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38725, 1952, '0', 'preview', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38726, 2012, '0', 'preview', '2023-09-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38727, 2107, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38728, 2169, '0', 'default', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38729, 2095, '0', 'preview', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38730, 2097, '0', 'preview', '2023-09-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38731, 1950, '0', 'default', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38732, 2127, '0', 'default', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38733, 2096, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38734, 2093, '0', 'preview', '2023-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38735, 2134, '0', 'preview', '2023-09-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38736, 2141, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38737, 2012, '0', 'default', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38738, 2027, '0', 'preview', '2023-09-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38739, 2024, '0', 'preview', '2023-09-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38740, 2090, '0', 'default', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38741, 2092, '0', 'default', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38742, 1967, '0', 'default', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38743, 2109, '0', 'default', '2023-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38744, 2111, '0', 'default', '2023-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38745, 2090, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38746, 2088, '0', 'default', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38747, 1916, '0', 'default', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38748, 2106, '0', 'preview', '2023-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38749, 1925, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38750, 2020, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38751, 2020, '0', 'default', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38752, 2031, '0', 'default', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38753, 2049, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38754, 2117, '0', 'preview', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38755, 2016, '0', 'default', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38756, 2134, '0', 'default', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38757, 2135, '0', 'default', '2023-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38758, 2092, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38759, 2123, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38760, 2117, '0', 'default', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38761, 2119, '0', 'preview', '2023-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38762, 1964, '0', 'preview', '2023-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38763, 2135, '0', 'preview', '2023-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38764, 2146, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38765, 2016, '0', 'preview', '2023-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38766, 2027, '0', 'preview', '2023-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38767, 1950, '0', 'preview', '2023-09-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38768, 2031, '0', 'preview', '2023-09-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38769, 2107, '0', 'default', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38770, 1964, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38771, 2089, '0', 'preview', '2023-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38772, 2089, '0', 'default', '2023-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38773, 2097, '0', 'default', '2023-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38774, 2111, '0', 'preview', '2023-09-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38775, 2109, '0', 'preview', '2023-09-23', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38776, 2110, '0', 'preview', '2023-09-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38777, 2113, '0', 'preview', '2023-09-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38778, 2086, '0', 'preview', '2023-09-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38779, 2135, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38780, 2092, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38781, 2133, '0', 'preview', '2023-09-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38782, 2024, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38783, 1953, '0', 'preview', '2023-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38784, 1930, '0', 'preview', '2023-09-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38785, 2053, '0', 'default', '2023-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38786, 1938, '0', 'preview', '2023-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38787, 2114, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38788, 2097, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38789, 1931, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38790, 2125, '0', 'preview', '2023-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38791, 2020, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38792, 2120, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38793, 2126, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38794, 1918, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38795, 2091, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38796, 2142, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38797, 2150, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38798, 2151, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38799, 1908, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38800, 1957, '0', 'preview', '2023-09-23', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38801, 1912, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38802, 2099, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38803, 2131, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38804, 1952, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38805, 2117, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38806, 2149, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38807, 1915, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38808, 2130, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38809, 2153, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38810, 2028, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38811, 2148, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38812, 1924, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38813, 2049, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38814, 2012, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38815, 2115, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38816, 2132, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38817, 2129, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38818, 2065, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38819, 2095, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38820, 2093, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38821, 2140, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38822, 2107, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38823, 1955, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38824, 2051, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38825, 2066, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38826, 2118, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38827, 1937, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38828, 2134, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38829, 2096, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38830, 1917, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38831, 2094, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38832, 1920, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38833, 2154, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38834, 1967, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38835, 2145, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38836, 2141, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38837, 1925, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38838, 2128, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38839, 1966, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38840, 1960, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38841, 2147, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38842, 1911, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38843, 2123, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38844, 2121, '0', 'preview', '2023-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38845, 2023, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38846, 2098, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38847, 1935, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38848, 2087, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38849, 2048, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38850, 1916, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38851, 1886, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38852, 2122, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38853, 2015, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38854, 2116, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38855, 1933, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38856, 2119, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38857, 1913, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38858, 1914, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38859, 2106, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38860, 2112, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38861, 2152, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38862, 2088, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38863, 2127, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38864, 1932, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38865, 2039, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38866, 2090, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38867, 2055, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38868, 2067, '0', 'preview', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38869, 2086, '0', 'default', '2023-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38870, 2088, '0', 'default', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38871, 1930, '0', 'default', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38872, 2055, '0', 'default', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38873, 2121, '0', 'default', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38874, 2109, '0', 'default', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38875, 2111, '0', 'default', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38876, 2141, '0', 'default', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38877, 2133, '0', 'default', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38878, 2090, '0', 'default', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38879, 2048, '0', 'default', '2023-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38880, 2158, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38881, 1925, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38882, 2093, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38883, 1911, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38884, 2120, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38885, 2116, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38886, 2039, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38887, 1935, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38888, 1952, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38889, 2054, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38890, 1916, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38891, 1966, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38892, 2051, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38893, 1886, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38894, 2128, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38895, 2024, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38896, 2117, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38897, 2016, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38898, 1914, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38899, 2166, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38900, 1920, '0', 'default', '2023-09-23', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38901, 2028, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38902, 2122, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38903, 2020, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38904, 2112, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38905, 2015, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38906, 2169, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38907, 2054, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38908, 2094, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38909, 2165, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38910, 1913, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38911, 1957, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38912, 2065, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38913, 1915, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38914, 1908, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38915, 1917, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38916, 2147, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38917, 2154, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38918, 2146, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38919, 2126, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38920, 1950, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38921, 2114, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38922, 1933, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38923, 2110, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38924, 2149, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38925, 2145, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38926, 2096, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38927, 2106, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38928, 2049, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38929, 1932, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38930, 2166, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38931, 1955, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38932, 2118, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38933, 1912, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38934, 2125, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38935, 1918, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38936, 2012, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38937, 2158, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38938, 2153, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38939, 2098, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38940, 1967, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38941, 1937, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38942, 2027, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38943, 1960, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38944, 2152, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38945, 2119, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38946, 1938, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38947, 2135, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38948, 2067, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38949, 2092, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38950, 2099, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38951, 2031, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38952, 2115, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38953, 1931, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38954, 2123, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38955, 2131, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38956, 2066, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38957, 1924, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38958, 2095, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38959, 2053, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38960, 2129, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38961, 2148, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38962, 2150, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38963, 1964, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38964, 2087, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38965, 2113, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38966, 2165, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38967, 2091, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38968, 2130, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38969, 2142, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38970, 2023, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38971, 2140, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38972, 2134, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38973, 2127, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38974, 2169, '0', 'preview', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38975, 1953, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38976, 2132, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38977, 2151, '0', 'default', '2023-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38978, 2031, '0', 'preview', '2023-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38979, 2109, '0', 'preview', '2023-09-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38980, 2110, '0', 'preview', '2023-09-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38981, 2111, '0', 'preview', '2023-09-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38982, 2145, '0', 'default', '2023-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38983, 2145, '0', 'preview', '2023-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38984, 2117, '0', 'preview', '2023-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38985, 2158, '0', 'preview', '2023-09-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38986, 2121, '0', 'preview', '2023-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38987, 2016, '0', 'preview', '2023-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38988, 2027, '0', 'preview', '2023-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38989, 2024, '0', 'preview', '2023-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38990, 1950, '0', 'preview', '2023-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38991, 2086, '0', 'preview', '2023-09-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38992, 2113, '0', 'preview', '2023-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38993, 2095, '0', 'default', '2023-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38994, 2095, '0', 'preview', '2023-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38995, 2067, '0', 'preview', '2023-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38996, 1930, '0', 'preview', '2023-09-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38997, 2089, '0', 'preview', '2023-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38998, 2093, '0', 'default', '2023-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38999, 2053, '0', 'default', '2023-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39000, 1930, '0', 'preview', '2023-09-25', 19);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39001, 2110, '0', 'preview', '2023-09-25', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39002, 2109, '0', 'preview', '2023-09-25', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39003, 2111, '0', 'preview', '2023-09-25', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39004, 2113, '0', 'preview', '2023-09-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39005, 2086, '0', 'preview', '2023-09-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39006, 2121, '0', 'preview', '2023-09-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39007, 2053, '0', 'preview', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39008, 2089, '0', 'preview', '2023-09-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39009, 2039, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39010, 2016, '0', 'preview', '2023-09-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39011, 2024, '0', 'preview', '2023-09-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39012, 2090, '0', 'preview', '2023-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39013, 2097, '0', 'preview', '2023-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39014, 1953, '0', 'preview', '2023-09-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39015, 2129, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39016, 2053, '0', 'default', '2023-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39017, 2110, '0', 'default', '2023-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39018, 1960, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39019, 1938, '0', 'preview', '2023-09-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39020, 2117, '0', 'preview', '2023-09-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39021, 2133, '0', 'preview', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39022, 2091, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39023, 2158, '0', 'preview', '2023-09-25', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39024, 2112, '0', 'preview', '2023-09-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39025, 2121, '0', 'default', '2023-09-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39026, 2027, '0', 'preview', '2023-09-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39027, 1886, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39028, 2067, '0', 'preview', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39029, 2129, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39030, 2128, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39031, 2142, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39032, 2142, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39033, 2127, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39034, 2055, '0', 'default', '2023-09-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39035, 2145, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39036, 2107, '0', 'preview', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39037, 2135, '0', 'preview', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39038, 1950, '0', 'preview', '2023-09-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39039, 2125, '0', 'preview', '2023-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39040, 2111, '0', 'default', '2023-09-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39041, 2097, '0', 'default', '2023-09-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39042, 2116, '0', 'default', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39043, 2020, '0', 'default', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39044, 2096, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39045, 2169, '0', 'preview', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39046, 2106, '0', 'preview', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39047, 1925, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39048, 2117, '0', 'default', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39049, 2054, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39050, 2048, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39051, 2089, '0', 'default', '2023-09-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39052, 1912, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39053, 2031, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39054, 2109, '0', 'default', '2023-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39055, 2122, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39056, 2118, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39057, 2090, '0', 'default', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39058, 2092, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39059, 2123, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39060, 2145, '0', 'default', '2023-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39061, 2054, '0', 'preview', '2023-09-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39062, 2123, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39063, 1938, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39064, 1964, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39065, 2146, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39066, 2106, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39067, 1912, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39068, 2134, '0', 'preview', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39069, 2147, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39070, 2086, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39071, 2118, '0', 'default', '2023-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39072, 2169, '0', 'default', '2023-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39073, 2111, '0', 'default', '2023-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39074, 2109, '0', 'default', '2023-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39075, 2031, '0', 'preview', '2023-09-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39076, 2027, '0', 'preview', '2023-09-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39077, 2109, '0', 'preview', '2023-09-26', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39078, 1950, '0', 'preview', '2023-09-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39079, 2067, '0', 'preview', '2023-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39080, 2090, '0', 'default', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39081, 2090, '0', 'preview', '2023-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39082, 2092, '0', 'preview', '2023-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39083, 2133, '0', 'preview', '2023-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39084, 2111, '0', 'preview', '2023-09-26', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39085, 1964, '0', 'default', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39086, 2118, '0', 'preview', '2023-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39087, 2117, '0', 'default', '2023-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39088, 2110, '0', 'preview', '2023-09-26', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39089, 2089, '0', 'preview', '2023-09-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39090, 2113, '0', 'preview', '2023-09-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39091, 2121, '0', 'preview', '2023-09-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39092, 1953, '0', 'preview', '2023-09-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39093, 1957, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39094, 1964, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39095, 2024, '0', 'preview', '2023-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39096, 1930, '0', 'preview', '2023-09-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39097, 2126, '0', 'preview', '2023-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39098, 2127, '0', 'preview', '2023-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39099, 1952, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39100, 2142, '0', 'preview', '2023-09-26', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39101, 2016, '0', 'preview', '2023-09-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39102, 2093, '0', 'preview', '2023-09-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39103, 2055, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39104, 2086, '0', 'preview', '2023-09-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39105, 2106, '0', 'preview', '2023-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39106, 1932, '0', 'default', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39107, 2125, '0', 'preview', '2023-09-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39108, 2089, '0', 'default', '2023-09-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39109, 2112, '0', 'preview', '2023-09-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39110, 2158, '0', 'preview', '2023-09-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39111, 2053, '0', 'default', '2023-09-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39112, 2177, '0', 'preview', '2023-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39113, 2169, '0', 'preview', '2023-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39114, 2172, '0', 'preview', '2023-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39115, 2121, '0', 'default', '2023-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39116, 2095, '0', 'default', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39117, 2172, '0', 'default', '2023-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39118, 2110, '0', 'default', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39119, 1967, '0', 'preview', '2023-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39120, 2117, '0', 'preview', '2023-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39121, 2179, '0', 'preview', '2023-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39122, 2174, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39123, 2158, '0', 'default', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39124, 2173, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39125, 2170, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39126, 2170, '0', 'default', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39127, 1938, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39128, 2176, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39129, 2120, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39130, 2146, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39131, 2147, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39132, 2051, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39133, 1886, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39134, 2135, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39135, 2020, '0', 'default', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39136, 2053, '0', 'preview', '2023-09-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39137, 2095, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39138, 2179, '0', 'default', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39139, 2176, '0', 'default', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39140, 2173, '0', 'default', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39141, 1935, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39142, 1931, '0', 'preview', '2023-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39143, 2169, '0', 'preview', '2023-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39144, 2016, '0', 'preview', '2023-09-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39145, 2027, '0', 'preview', '2023-09-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39146, 2110, '0', 'preview', '2023-09-27', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39147, 2121, '0', 'preview', '2023-09-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39148, 2020, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39149, 2067, '0', 'preview', '2023-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39150, 2031, '0', 'preview', '2023-09-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39151, 2132, '0', 'preview', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39152, 2118, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39153, 2172, '0', 'preview', '2023-09-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39154, 2039, '0', 'preview', '2023-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39155, 2111, '0', 'preview', '2023-09-27', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39156, 2109, '0', 'preview', '2023-09-27', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39157, 2170, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39158, 2089, '0', 'preview', '2023-09-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39159, 1950, '0', 'preview', '2023-09-27', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39160, 2133, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39161, 2134, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39162, 2090, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39163, 2092, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39164, 2097, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39165, 2141, '0', 'preview', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39166, 2173, '0', 'preview', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39167, 2113, '0', 'preview', '2023-09-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39168, 2119, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39169, 2123, '0', 'preview', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39170, 2086, '0', 'preview', '2023-09-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39171, 2112, '0', 'preview', '2023-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39172, 1930, '0', 'preview', '2023-09-27', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39173, 1930, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39174, 2054, '0', 'default', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39175, 2053, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39176, 1960, '0', 'preview', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39177, 2089, '0', 'default', '2023-09-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39178, 2054, '0', 'preview', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39179, 2179, '0', 'default', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39180, 2175, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39181, 2173, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39182, 2053, '0', 'default', '2023-09-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39183, 2125, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39184, 1935, '0', 'preview', '2023-09-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39185, 2106, '0', 'preview', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39186, 2121, '0', 'default', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39187, 2111, '0', 'default', '2023-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39188, 1957, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39189, 2093, '0', 'preview', '2023-09-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39190, 1953, '0', 'preview', '2023-09-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39191, 1925, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39192, 2172, '0', 'default', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39193, 2169, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39194, 2170, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39195, 1953, '0', 'default', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39196, 2117, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39197, 1967, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39198, 1967, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39199, 2141, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39200, 2086, '0', 'default', '2023-09-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39201, 1917, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39202, 2097, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39203, 2095, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39204, 1938, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39205, 2117, '0', 'default', '2023-09-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39206, 1935, '0', 'default', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39207, 1937, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39208, 2113, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39209, 2127, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39210, 2142, '0', 'preview', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39211, 2128, '0', 'preview', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39212, 2126, '0', 'preview', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39213, 2129, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39214, 1886, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39215, 2055, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39216, 2099, '0', 'default', '2023-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39217, 2118, '0', 'preview', '2023-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39218, 2179, '0', 'preview', '2023-09-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39219, 2123, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39220, 2097, '0', 'preview', '2023-09-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39221, 2111, '0', 'preview', '2023-09-28', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39222, 2109, '0', 'preview', '2023-09-28', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39223, 2110, '0', 'preview', '2023-09-28', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39224, 2024, '0', 'preview', '2023-09-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39225, 2172, '0', 'preview', '2023-09-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39226, 2169, '0', 'preview', '2023-09-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39227, 2093, '0', 'preview', '2023-09-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39228, 2053, '0', 'default', '2023-09-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39229, 2086, '0', 'preview', '2023-09-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39230, 2121, '0', 'preview', '2023-09-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39231, 2089, '0', 'preview', '2023-09-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39232, 2121, '0', 'default', '2023-09-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39233, 2020, '0', 'preview', '2023-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39234, 2089, '0', 'default', '2023-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39235, 2027, '0', 'preview', '2023-09-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39236, 2016, '0', 'preview', '2023-09-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39237, 1930, '0', 'preview', '2023-09-28', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39238, 2031, '0', 'preview', '2023-09-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39239, 1950, '0', 'preview', '2023-09-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39240, 2170, '0', 'preview', '2023-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39241, 2145, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39242, 1960, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39243, 1967, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39244, 2174, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39245, 2175, '0', 'default', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39246, 2125, '0', 'preview', '2023-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39247, 2012, '0', 'preview', '2023-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39248, 2090, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39249, 2133, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39250, 1938, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39251, 2176, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39252, 2117, '0', 'default', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39253, 2107, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39254, 2117, '0', 'preview', '2023-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39255, 2088, '0', 'preview', '2023-09-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39256, 2048, '0', 'default', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39257, 2106, '0', 'default', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39258, 1912, '0', 'default', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39259, 2113, '0', 'preview', '2023-09-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39260, 2055, '0', 'default', '2023-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39261, 2177, '0', 'default', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39262, 1953, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39263, 2127, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39264, 2126, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39265, 2142, '0', 'preview', '2023-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39266, 2088, '0', 'default', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39267, 1931, '0', 'default', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39268, 2095, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39269, 2172, '0', 'default', '2023-09-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39270, 2112, '0', 'preview', '2023-09-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39271, 1886, '0', 'preview', '2023-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39272, 2177, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39273, 2170, '0', 'default', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39274, 2114, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39275, 1886, '0', 'default', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39276, 2169, '0', 'default', '2023-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39277, 2106, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39278, 2039, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39279, 2122, '0', 'preview', '2023-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39280, 2067, '0', 'preview', '2023-09-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39281, 1886, '0', 'preview', '2023-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39282, 2027, '0', 'preview', '2023-09-29', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39283, 2110, '0', 'preview', '2023-09-29', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39284, 2113, '0', 'preview', '2023-09-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39285, 2172, '0', 'preview', '2023-09-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39286, 2089, '0', 'preview', '2023-09-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39287, 2121, '0', 'preview', '2023-09-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39288, 1930, '0', 'preview', '2023-09-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39289, 2175, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39290, 2173, '0', 'preview', '2023-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39291, 2109, '0', 'preview', '2023-09-29', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39292, 2111, '0', 'preview', '2023-09-29', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39293, 1950, '0', 'preview', '2023-09-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39294, 2031, '0', 'preview', '2023-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39295, 2095, '0', 'preview', '2023-09-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39296, 2098, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39297, 2115, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39298, 2097, '0', 'preview', '2023-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39299, 1953, '0', 'preview', '2023-09-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39300, 1920, '0', 'preview', '2023-09-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39301, 2016, '0', 'preview', '2023-09-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39302, 2172, '0', 'default', '2023-09-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39303, 2112, '0', 'preview', '2023-09-29', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39304, 2132, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39305, 2066, '0', 'preview', '2023-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39306, 2086, '0', 'preview', '2023-09-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39307, 2054, '0', 'default', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39308, 1938, '0', 'preview', '2023-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39309, 2109, '0', 'default', '2023-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39310, 2110, '0', 'default', '2023-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39311, 2111, '0', 'default', '2023-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39312, 2015, '0', 'preview', '2023-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39313, 2028, '0', 'preview', '2023-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39314, 2024, '0', 'preview', '2023-09-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39315, 2023, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39316, 1935, '0', 'preview', '2023-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39317, 2093, '0', 'preview', '2023-09-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39318, 2169, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39319, 2125, '0', 'preview', '2023-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39320, 2125, '0', 'default', '2023-09-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39321, 1925, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39322, 2130, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39323, 2131, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39324, 2117, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39325, 1967, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39326, 2020, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39327, 1933, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39328, 2092, '0', 'default', '2023-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39329, 2055, '0', 'default', '2023-09-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39330, 2127, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39331, 2171, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39332, 2170, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39333, 2053, '0', 'default', '2023-09-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39334, 2053, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39335, 2048, '0', 'default', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39336, 2158, '0', 'preview', '2023-09-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39337, 2055, '0', 'preview', '2023-09-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39338, 2023, '0', 'default', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39339, 2024, '0', 'default', '2023-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39340, 2016, '0', 'default', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39341, 2065, '0', 'default', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39342, 2089, '0', 'default', '2023-09-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39343, 2129, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39344, 2177, '0', 'default', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39345, 2145, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39346, 2107, '0', 'preview', '2023-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39347, 2110, '0', 'preview', '2023-09-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39348, 1953, '0', 'preview', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39349, 1953, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39350, 2121, '0', 'preview', '2023-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39351, 2112, '0', 'default', '2023-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39352, 2109, '0', 'preview', '2023-09-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39353, 2053, '0', 'default', '2023-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39354, 2053, '0', 'preview', '2023-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39355, 2086, '0', 'preview', '2023-09-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39356, 2089, '0', 'preview', '2023-09-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39357, 2089, '0', 'default', '2023-09-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39358, 2016, '0', 'preview', '2023-09-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39359, 2024, '0', 'preview', '2023-09-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39360, 2027, '0', 'preview', '2023-09-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39361, 1930, '0', 'preview', '2023-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39362, 2113, '0', 'preview', '2023-09-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39363, 1935, '0', 'default', '2023-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39364, 2111, '0', 'preview', '2023-09-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39365, 2048, '0', 'preview', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39366, 2106, '0', 'preview', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39367, 2172, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39368, 2169, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39369, 2109, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39370, 2111, '0', 'default', '2023-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39371, 2112, '0', 'preview', '2023-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39372, 2121, '0', 'default', '2023-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39373, 1912, '0', 'default', '2023-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39374, 1912, '0', 'preview', '2023-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39375, 2169, '0', 'preview', '2023-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39376, 2088, '0', 'preview', '2023-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39377, 2170, '0', 'preview', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39378, 2172, '0', 'preview', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39379, 2031, '0', 'preview', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39380, 1960, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39381, 2086, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39382, 2048, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39383, 1966, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39384, 2024, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39385, 2110, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39386, 2094, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39387, 2118, '0', 'preview', '2023-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39388, 2067, '0', 'preview', '2023-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39389, 1918, '0', 'preview', '2023-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39390, 2125, '0', 'preview', '2023-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39391, 2023, '0', 'preview', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39392, 2177, '0', 'preview', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39393, 2179, '0', 'preview', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39394, 2177, '0', 'default', '2023-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39395, 2172, '0', 'preview', '2023-10-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39396, 2016, '0', 'preview', '2023-10-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39397, 2086, '0', 'preview', '2023-10-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39398, 1935, '0', 'default', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39399, 1950, '0', 'preview', '2023-10-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39400, 1930, '0', 'preview', '2023-10-01', 15);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39401, 2117, '0', 'preview', '2023-10-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39402, 2110, '0', 'preview', '2023-10-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39403, 2089, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39404, 2111, '0', 'preview', '2023-10-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39405, 2109, '0', 'preview', '2023-10-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39406, 2121, '0', 'preview', '2023-10-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39407, 1953, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39408, 2031, '0', 'preview', '2023-10-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39409, 2113, '0', 'preview', '2023-10-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39410, 2039, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39411, 2112, '0', 'preview', '2023-10-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39412, 2067, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39413, 2121, '0', 'default', '2023-10-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39414, 2095, '0', 'default', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39415, 2097, '0', 'default', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39416, 2093, '0', 'default', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39417, 2125, '0', 'preview', '2023-10-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39418, 2027, '0', 'preview', '2023-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39419, 2089, '0', 'default', '2023-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39420, 2129, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39421, 2110, '0', 'default', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39422, 1915, '0', 'default', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39423, 2169, '0', 'preview', '2023-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39424, 1931, '0', 'default', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39425, 1931, '0', 'preview', '2023-10-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39426, 1886, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39427, 2012, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39428, 1938, '0', 'preview', '2023-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39429, 2170, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39430, 1967, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39431, 2172, '0', 'default', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39432, 2024, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39433, 2177, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39434, 2055, '0', 'default', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39435, 2055, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39436, 2171, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39437, 2118, '0', 'preview', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39438, 2111, '0', 'default', '2023-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39439, 2055, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39440, 2120, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39441, 2053, '0', 'default', '2023-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39442, 2053, '0', 'preview', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39443, 2089, '0', 'preview', '2023-10-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39444, 2172, '0', 'preview', '2023-10-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39445, 2118, '0', 'preview', '2023-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39446, 2111, '0', 'preview', '2023-10-02', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39447, 2121, '0', 'preview', '2023-10-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39448, 2121, '0', 'default', '2023-10-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39449, 2112, '0', 'preview', '2023-10-02', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39450, 2109, '0', 'preview', '2023-10-02', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39451, 2110, '0', 'preview', '2023-10-02', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39452, 1930, '0', 'preview', '2023-10-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39453, 2135, '0', 'preview', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39454, 2173, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39455, 2174, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39456, 2179, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39457, 1967, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39458, 2024, '0', 'preview', '2023-10-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39459, 2172, '0', 'default', '2023-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39460, 2086, '0', 'preview', '2023-10-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39461, 2125, '0', 'preview', '2023-10-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39462, 2020, '0', 'preview', '2023-10-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39463, 2086, '0', 'default', '2023-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39464, 2049, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39465, 1916, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39466, 1914, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39467, 1950, '0', 'preview', '2023-10-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39468, 1953, '0', 'preview', '2023-10-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39469, 2027, '0', 'preview', '2023-10-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39470, 2027, '0', 'preview', '2023-10-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39471, 2125, '0', 'default', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39472, 2097, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39473, 2093, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39474, 2169, '0', 'preview', '2023-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39475, 2031, '0', 'preview', '2023-10-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39476, 2016, '0', 'preview', '2023-10-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39477, 2113, '0', 'preview', '2023-10-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39478, 1886, '0', 'preview', '2023-10-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39479, 2015, '0', 'preview', '2023-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39480, 2028, '0', 'preview', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39481, 2023, '0', 'preview', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39482, 1938, '0', 'preview', '2023-10-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39483, 2145, '0', 'preview', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39484, 1935, '0', 'preview', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39485, 2067, '0', 'preview', '2023-10-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39486, 2095, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39487, 1957, '0', 'preview', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39488, 1957, '0', 'default', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39489, 2140, '0', 'preview', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39490, 2099, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39491, 2171, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39492, 2107, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39493, 2066, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39494, 2055, '0', 'preview', '2023-10-02', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39495, 2112, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39496, 2111, '0', 'default', '2023-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39497, 2048, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39498, 2109, '0', 'default', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39499, 2110, '0', 'default', '2023-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39500, 2088, '0', 'preview', '2023-10-02', 20);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39501, 2089, '0', 'default', '2023-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39502, 2090, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39503, 2092, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39504, 2117, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39505, 2039, '0', 'preview', '2023-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39506, 2097, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39507, 2096, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39508, 1925, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39509, 2118, '0', 'default', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39510, 2114, '0', 'default', '2023-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39511, 2107, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39512, 1917, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39513, 1960, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39514, 2134, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39515, 2054, '0', 'preview', '2023-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39516, 1918, '0', 'preview', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39517, 2169, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39518, 2093, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39519, 2135, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39520, 2092, '0', 'default', '2023-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39521, 1953, '0', 'preview', '2023-10-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39522, 2016, '0', 'preview', '2023-10-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39523, 2027, '0', 'preview', '2023-10-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39524, 2024, '0', 'preview', '2023-10-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39525, 2110, '0', 'preview', '2023-10-03', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39526, 2088, '0', 'preview', '2023-10-03', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39527, 2086, '0', 'preview', '2023-10-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39528, 1930, '0', 'preview', '2023-10-03', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39529, 2053, '0', 'preview', '2023-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39530, 2020, '0', 'preview', '2023-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39531, 2109, '0', 'preview', '2023-10-03', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39532, 2111, '0', 'preview', '2023-10-03', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39533, 2093, '0', 'preview', '2023-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39534, 2031, '0', 'preview', '2023-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39535, 2089, '0', 'default', '2023-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39536, 1950, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39537, 2111, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39538, 1930, '0', 'default', '2023-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39539, 2172, '0', 'default', '2023-10-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39540, 2126, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39541, 2089, '0', 'preview', '2023-10-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39542, 2048, '0', 'default', '2023-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39543, 2128, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39544, 2067, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39545, 2112, '0', 'preview', '2023-10-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39546, 2172, '0', 'preview', '2023-10-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39547, 2121, '0', 'default', '2023-10-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39548, 2127, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39549, 2140, '0', 'default', '2023-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39550, 2140, '0', 'preview', '2023-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39551, 1960, '0', 'default', '2023-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39552, 2125, '0', 'preview', '2023-10-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39553, 2177, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39554, 2170, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39555, 2121, '0', 'preview', '2023-10-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39556, 2113, '0', 'preview', '2023-10-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39557, 2125, '0', 'default', '2023-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39558, 2169, '0', 'preview', '2023-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39559, 1912, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39560, 2145, '0', 'preview', '2023-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39561, 2171, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39562, 2112, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39563, 2020, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39564, 2099, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39565, 2097, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39566, 2095, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39567, 2048, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39568, 2086, '0', 'default', '2023-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39569, 1917, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39570, 2173, '0', 'preview', '2023-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39571, 2169, '0', 'default', '2023-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39572, 2179, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39573, 1966, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39574, 2066, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39575, 2065, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39576, 2122, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39577, 2146, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39578, 1886, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39579, 2054, '0', 'preview', '2023-10-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39580, 2053, '0', 'default', '2023-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39581, 2117, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39582, 2118, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39583, 2054, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39584, 2055, '0', 'default', '2023-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39585, 2130, '0', 'preview', '2023-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39586, 2158, '0', 'preview', '2023-10-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39587, 2131, '0', 'preview', '2023-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39588, 2132, '0', 'preview', '2023-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39589, 2133, '0', 'preview', '2023-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39590, 2134, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39591, 2135, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39592, 1960, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39593, 2141, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39594, 1935, '0', 'preview', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39595, 2176, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39596, 2177, '0', 'default', '2023-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39597, 1886, '0', 'preview', '2023-10-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39598, 1960, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39599, 2117, '0', 'default', '2023-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39600, 2089, '0', 'preview', '2023-10-04', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39601, 2088, '0', 'preview', '2023-10-04', 104);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39602, 2109, '0', 'preview', '2023-10-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39603, 2110, '0', 'preview', '2023-10-04', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39604, 2111, '0', 'preview', '2023-10-04', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39605, 2172, '0', 'default', '2023-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39606, 2113, '0', 'preview', '2023-10-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39607, 2112, '0', 'preview', '2023-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39608, 1953, '0', 'preview', '2023-10-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39609, 2111, '0', 'default', '2023-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39610, 2121, '0', 'preview', '2023-10-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39611, 2093, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39612, 2016, '0', 'preview', '2023-10-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39613, 2027, '0', 'preview', '2023-10-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39614, 2024, '0', 'preview', '2023-10-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39615, 1935, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39616, 1950, '0', 'preview', '2023-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39617, 1930, '0', 'preview', '2023-10-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39618, 1917, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39619, 1913, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39620, 2053, '0', 'default', '2023-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39621, 2169, '0', 'preview', '2023-10-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39622, 2182, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39623, 2125, '0', 'preview', '2023-10-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39624, 2172, '0', 'preview', '2023-10-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39625, 2086, '0', 'default', '2023-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39626, 2091, '0', 'preview', '2023-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39627, 2118, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39628, 2090, '0', 'preview', '2023-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39629, 2092, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39630, 2066, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39631, 2182, '0', 'preview', '2023-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39632, 2181, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39633, 2112, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39634, 2097, '0', 'preview', '2023-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39635, 1938, '0', 'preview', '2023-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39636, 2117, '0', 'preview', '2023-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39637, 2145, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39638, 2176, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39639, 2121, '0', 'default', '2023-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39640, 2125, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39641, 2158, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39642, 2169, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39643, 1950, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39644, 2128, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39645, 2126, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39646, 2127, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39647, 2178, '0', 'default', '2023-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39648, 2065, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39649, 2179, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39650, 2134, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39651, 2086, '0', 'preview', '2023-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39652, 1935, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39653, 2055, '0', 'default', '2023-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39654, 2055, '0', 'preview', '2023-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39655, 2185, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39656, 2174, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39657, 2175, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39658, 1957, '0', 'default', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39659, 2107, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39660, 2170, '0', 'preview', '2023-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39661, 2089, '0', 'default', '2023-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39662, 2067, '0', 'preview', '2023-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39663, 1953, '0', 'preview', '2023-10-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39664, 2110, '0', 'preview', '2023-10-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39665, 2023, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39666, 2179, '0', 'preview', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39667, 2177, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39668, 2182, '0', 'preview', '2023-10-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39669, 2125, '0', 'preview', '2023-10-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39670, 1930, '0', 'preview', '2023-10-05', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39671, 2088, '0', 'preview', '2023-10-05', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39672, 1886, '0', 'preview', '2023-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39673, 2067, '0', 'preview', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39674, 2111, '0', 'preview', '2023-10-05', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39675, 1953, '0', 'default', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39676, 1950, '0', 'preview', '2023-10-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39677, 2178, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39678, 2089, '0', 'default', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39679, 2048, '0', 'default', '2023-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39680, 2172, '0', 'default', '2023-10-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39681, 2109, '0', 'preview', '2023-10-05', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39682, 2027, '0', 'preview', '2023-10-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39683, 2086, '0', 'preview', '2023-10-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39684, 2112, '0', 'preview', '2023-10-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39685, 2024, '0', 'preview', '2023-10-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39686, 2016, '0', 'preview', '2023-10-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39687, 2177, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39688, 2146, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39689, 1935, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39690, 2121, '0', 'default', '2023-10-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39691, 1967, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39692, 2117, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39693, 2185, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39694, 2091, '0', 'preview', '2023-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39695, 2140, '0', 'preview', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39696, 2129, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39697, 2128, '0', 'preview', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39698, 2169, '0', 'preview', '2023-10-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39699, 2172, '0', 'preview', '2023-10-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39700, 2171, '0', 'preview', '2023-10-05', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39701, 2113, '0', 'preview', '2023-10-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39702, 2121, '0', 'preview', '2023-10-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39703, 2122, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39704, 2111, '0', 'default', '2023-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39705, 2109, '0', 'default', '2023-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39706, 1952, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39707, 2106, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39708, 2169, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39709, 2048, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39710, 2055, '0', 'preview', '2023-10-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39711, 2116, '0', 'preview', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39712, 2020, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39713, 2133, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39714, 2133, '0', 'preview', '2023-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39715, 2090, '0', 'preview', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39716, 2186, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39717, 2185, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39718, 1912, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39719, 2099, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39720, 2089, '0', 'preview', '2023-10-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39721, 2145, '0', 'preview', '2023-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39722, 2145, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39723, 2118, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39724, 2181, '0', 'default', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39725, 2120, '0', 'preview', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39726, 2170, '0', 'preview', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39727, 2112, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39728, 2176, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39729, 2176, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39730, 2170, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39731, 2171, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39732, 2173, '0', 'preview', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39733, 2173, '0', 'default', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39734, 2179, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39735, 1912, '0', 'preview', '2023-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39736, 2092, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39737, 2090, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39738, 2051, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39739, 1964, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39740, 2031, '0', 'preview', '2023-10-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39741, 2158, '0', 'preview', '2023-10-05', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39742, 2174, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39743, 1960, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39744, 2086, '0', 'default', '2023-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39745, 2097, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39746, 2027, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39747, 2024, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39748, 2016, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39749, 2054, '0', 'preview', '2023-10-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39750, 2055, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39751, 2053, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39752, 2182, '0', 'default', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39753, 2135, '0', 'preview', '2023-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39754, 2111, '0', 'preview', '2023-10-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39755, 2016, '0', 'preview', '2023-10-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39756, 2176, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39757, 2066, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39758, 1966, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39759, 2145, '0', 'preview', '2023-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39760, 2179, '0', 'preview', '2023-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39761, 2169, '0', 'preview', '2023-10-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39762, 1918, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39763, 2016, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39764, 1953, '0', 'preview', '2023-10-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39765, 1935, '0', 'default', '2023-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39766, 1935, '0', 'preview', '2023-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39767, 1930, '0', 'preview', '2023-10-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39768, 2024, '0', 'preview', '2023-10-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39769, 2121, '0', 'default', '2023-10-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39770, 2129, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39771, 2088, '0', 'preview', '2023-10-06', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39772, 2111, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39773, 2127, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39774, 1952, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39775, 2142, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39776, 2048, '0', 'preview', '2023-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39777, 2048, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39778, 2126, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39779, 2128, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39780, 2089, '0', 'default', '2023-10-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39781, 1950, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39782, 1953, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39783, 2178, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39784, 1957, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39785, 2110, '0', 'preview', '2023-10-06', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39786, 2086, '0', 'preview', '2023-10-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39787, 2086, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39788, 2179, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39789, 2113, '0', 'preview', '2023-10-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39790, 2182, '0', 'preview', '2023-10-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39791, 2106, '0', 'preview', '2023-10-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39792, 2055, '0', 'default', '2023-10-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39793, 2146, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39794, 1960, '0', 'preview', '2023-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39795, 2121, '0', 'preview', '2023-10-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39796, 2109, '0', 'preview', '2023-10-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39797, 2172, '0', 'preview', '2023-10-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39798, 1950, '0', 'preview', '2023-10-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39799, 2142, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39800, 2097, '0', 'preview', '2023-10-06', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39801, 2089, '0', 'preview', '2023-10-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39802, 2055, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39803, 2093, '0', 'preview', '2023-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39804, 2117, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39805, 2067, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39806, 2096, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39807, 2112, '0', 'preview', '2023-10-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39808, 2027, '0', 'preview', '2023-10-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39809, 2172, '0', 'default', '2023-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39810, 2185, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39811, 2112, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39812, 2186, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39813, 2099, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39814, 2141, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39815, 2053, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39816, 2125, '0', 'preview', '2023-10-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39817, 2114, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39818, 2127, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39819, 2140, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39820, 1952, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39821, 1912, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39822, 2067, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39823, 2106, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39824, 2169, '0', 'default', '2023-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39825, 1886, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39826, 2182, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39827, 2097, '0', 'default', '2023-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39828, 2125, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39829, 2181, '0', 'preview', '2023-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39830, 2174, '0', 'preview', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39831, 2093, '0', 'default', '2023-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39832, 2095, '0', 'preview', '2023-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39833, 2053, '0', 'default', '2023-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39834, 2109, '0', 'preview', '2023-10-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39835, 1953, '0', 'preview', '2023-10-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39836, 1886, '0', 'preview', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39837, 2182, '0', 'preview', '2023-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39838, 2123, '0', 'preview', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39839, 2172, '0', 'preview', '2023-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39840, 2110, '0', 'preview', '2023-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39841, 2016, '0', 'preview', '2023-10-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39842, 2111, '0', 'preview', '2023-10-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39843, 2027, '0', 'preview', '2023-10-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39844, 2086, '0', 'preview', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39845, 2048, '0', 'default', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39846, 2067, '0', 'default', '2023-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39847, 2169, '0', 'preview', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39848, 2055, '0', 'default', '2023-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39849, 2158, '0', 'default', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39850, 1918, '0', 'default', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39851, 1957, '0', 'default', '2023-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39852, 2140, '0', 'default', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39853, 2027, '0', 'default', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39854, 1930, '0', 'preview', '2023-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39855, 2092, '0', 'preview', '2023-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39856, 2090, '0', 'preview', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39857, 2088, '0', 'preview', '2023-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39858, 2172, '0', 'default', '2023-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39859, 2024, '0', 'preview', '2023-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39860, 2146, '0', 'preview', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39861, 2113, '0', 'preview', '2023-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39862, 1960, '0', 'preview', '2023-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39863, 1950, '0', 'preview', '2023-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39864, 1950, '0', 'preview', '2023-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39865, 1950, '0', 'preview', '2023-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39866, 1950, '0', 'preview', '2023-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39867, 1950, '0', 'preview', '2023-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39868, 1950, '0', 'preview', '2023-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39869, 2176, '0', 'preview', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39870, 2117, '0', 'preview', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39871, 2089, '0', 'default', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39872, 2117, '0', 'default', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39873, 2089, '0', 'preview', '2023-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39874, 2128, '0', 'default', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39875, 2129, '0', 'default', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39876, 1930, '0', 'default', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39877, 2158, '0', 'preview', '2023-10-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39878, 2112, '0', 'default', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39879, 2028, '0', 'preview', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39880, 2121, '0', 'preview', '2023-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39881, 2048, '0', 'preview', '2023-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39882, 2125, '0', 'preview', '2023-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39883, 2121, '0', 'default', '2023-10-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39884, 2088, '0', 'preview', '2023-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39885, 2172, '0', 'default', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39886, 2172, '0', 'preview', '2023-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39887, 2182, '0', 'preview', '2023-10-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39888, 2053, '0', 'preview', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39889, 2185, '0', 'default', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39890, 2188, '0', 'default', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39891, 2184, '0', 'default', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39892, 2182, '0', 'default', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39893, 1935, '0', 'preview', '2023-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39894, 2146, '0', 'preview', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39895, 2125, '0', 'preview', '2023-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39896, 1930, '0', 'preview', '2023-10-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39897, 2111, '0', 'preview', '2023-10-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39898, 2111, '0', 'default', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39899, 2110, '0', 'preview', '2023-10-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39900, 2121, '0', 'preview', '2023-10-08', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39901, 2089, '0', 'preview', '2023-10-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39902, 2092, '0', 'preview', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39903, 2055, '0', 'default', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39904, 2113, '0', 'preview', '2023-10-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39905, 2165, '0', 'preview', '2023-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39906, 2158, '0', 'preview', '2023-10-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39907, 2106, '0', 'preview', '2023-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39908, 2170, '0', 'preview', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39909, 2169, '0', 'preview', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39910, 2024, '0', 'preview', '2023-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39911, 2158, '0', 'default', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39912, 2027, '0', 'preview', '2023-10-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39913, 2016, '0', 'preview', '2023-10-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39914, 2053, '0', 'default', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39915, 2086, '0', 'preview', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39916, 2133, '0', 'preview', '2023-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39917, 2109, '0', 'preview', '2023-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39918, 2048, '0', 'preview', '2023-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39919, 2172, '0', 'preview', '2023-10-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39920, 2089, '0', 'preview', '2023-10-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39921, 2182, '0', 'preview', '2023-10-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39922, 1953, '0', 'preview', '2023-10-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39923, 2111, '0', 'preview', '2023-10-09', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39924, 2109, '0', 'preview', '2023-10-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39925, 1930, '0', 'preview', '2023-10-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39926, 2113, '0', 'preview', '2023-10-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39927, 2121, '0', 'preview', '2023-10-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39928, 2145, '0', 'preview', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39929, 2110, '0', 'preview', '2023-10-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39930, 2016, '0', 'preview', '2023-10-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39931, 2024, '0', 'preview', '2023-10-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39932, 2067, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39933, 1938, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39934, 2088, '0', 'preview', '2023-10-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39935, 2169, '0', 'preview', '2023-10-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39936, 2174, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39937, 1935, '0', 'preview', '2023-10-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39938, 2172, '0', 'default', '2023-10-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39939, 1886, '0', 'default', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39940, 2053, '0', 'default', '2023-10-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39941, 2054, '0', 'default', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39942, 2182, '0', 'default', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39943, 1950, '0', 'preview', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39944, 2095, '0', 'preview', '2023-10-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39945, 2093, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39946, 2099, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39947, 1930, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39948, 2123, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39949, 2053, '0', 'preview', '2023-10-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39950, 2175, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39951, 2186, '0', 'preview', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39952, 2171, '0', 'preview', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39953, 2097, '0', 'preview', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39954, 2065, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39955, 2122, '0', 'preview', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39956, 2086, '0', 'preview', '2023-10-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39957, 2089, '0', 'default', '2023-10-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39958, 2106, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39959, 2170, '0', 'default', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39960, 1886, '0', 'preview', '2023-10-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39961, 1912, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39962, 2031, '0', 'preview', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39963, 2115, '0', 'preview', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39964, 1917, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39965, 2173, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39966, 2187, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39967, 2141, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39968, 2117, '0', 'default', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39969, 2055, '0', 'default', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39970, 2093, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39971, 2125, '0', 'preview', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39972, 2054, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39973, 2027, '0', 'preview', '2023-10-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39974, 2117, '0', 'preview', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39975, 2170, '0', 'preview', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39976, 2111, '0', 'default', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39977, 2109, '0', 'default', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39978, 2110, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39979, 2176, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39980, 1950, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39981, 2128, '0', 'default', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39982, 2142, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39983, 2127, '0', 'default', '2023-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39984, 1957, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39985, 2140, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39986, 1952, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39987, 2112, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39988, 2125, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39989, 2158, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39990, 2169, '0', 'default', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39991, 1964, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39992, 2051, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39993, 2092, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39994, 2092, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39995, 2174, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39996, 2173, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39997, 2179, '0', 'default', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39998, 1967, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39999, 2179, '0', 'preview', '2023-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40000, 2112, '0', 'preview', '2023-10-09', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40001, 2121, '0', 'default', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40002, 2049, '0', 'preview', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40003, 2087, '0', 'preview', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40004, 1912, '0', 'preview', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40005, 1908, '0', 'preview', '2023-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40006, 2121, '0', 'preview', '2023-10-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40007, 1911, '0', 'preview', '2023-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40008, 1915, '0', 'preview', '2023-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40009, 1914, '0', 'preview', '2023-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40010, 1916, '0', 'preview', '2023-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40011, 1913, '0', 'preview', '2023-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40012, 2110, '0', 'preview', '2023-10-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40013, 2172, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40014, 2111, '0', 'default', '2023-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40015, 2127, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40016, 1950, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40017, 2129, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40018, 2016, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40019, 2027, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40020, 2109, '0', 'preview', '2023-10-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40021, 2088, '0', 'preview', '2023-10-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40022, 2086, '0', 'preview', '2023-10-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40023, 2055, '0', 'preview', '2023-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40024, 2158, '0', 'preview', '2023-10-10', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40025, 2117, '0', 'default', '2023-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40026, 1930, '0', 'preview', '2023-10-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40027, 2182, '0', 'preview', '2023-10-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40028, 2106, '0', 'preview', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40029, 2053, '0', 'preview', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40030, 1935, '0', 'preview', '2023-10-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40031, 2175, '0', 'default', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40032, 2175, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40033, 2174, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40034, 2111, '0', 'preview', '2023-10-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40035, 2172, '0', 'preview', '2023-10-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40036, 2171, '0', 'default', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40037, 2171, '0', 'preview', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40038, 2169, '0', 'preview', '2023-10-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40039, 1953, '0', 'preview', '2023-10-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40040, 2112, '0', 'preview', '2023-10-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40041, 2182, '0', 'default', '2023-10-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40042, 2016, '0', 'preview', '2023-10-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40043, 2027, '0', 'preview', '2023-10-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40044, 2109, '0', 'default', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40045, 2020, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40046, 2125, '0', 'preview', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40047, 2106, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40048, 2024, '0', 'preview', '2023-10-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40049, 2093, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40050, 2089, '0', 'preview', '2023-10-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40051, 2113, '0', 'preview', '2023-10-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40052, 1950, '0', 'preview', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40053, 2121, '0', 'default', '2023-10-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40054, 2117, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40055, 2116, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40056, 1886, '0', 'preview', '2023-10-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40057, 2122, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40058, 2181, '0', 'default', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40059, 2097, '0', 'preview', '2023-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40060, 2170, '0', 'preview', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40061, 2053, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40062, 2095, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40063, 2145, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40064, 2024, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40065, 2187, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40066, 2107, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40067, 2176, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40068, 1932, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40069, 1931, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40070, 2187, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40071, 2135, '0', 'default', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40072, 2134, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40073, 2188, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40074, 2086, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40075, 2031, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40076, 1938, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40077, 2133, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40078, 2090, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40079, 2130, '0', 'default', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40080, 2169, '0', 'default', '2023-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40081, 2118, '0', 'preview', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40082, 2133, '0', 'default', '2023-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40083, 2169, '0', 'preview', '2023-10-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40084, 2110, '0', 'preview', '2023-10-11', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40085, 2133, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40086, 2172, '0', 'preview', '2023-10-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40087, 2111, '0', 'preview', '2023-10-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40088, 2171, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40089, 2188, '0', 'preview', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40090, 2176, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40091, 1953, '0', 'default', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40092, 1930, '0', 'preview', '2023-10-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40093, 2184, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40094, 2182, '0', 'preview', '2023-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40095, 2118, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40096, 2112, '0', 'preview', '2023-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40097, 2039, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40098, 2181, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40099, 2181, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40100, 2172, '0', 'default', '2023-10-11', 10);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40101, 2141, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40102, 2135, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40103, 2133, '0', 'preview', '2023-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40104, 2016, '0', 'preview', '2023-10-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40105, 2121, '0', 'default', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40106, 2024, '0', 'preview', '2023-10-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40107, 2027, '0', 'preview', '2023-10-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40108, 2158, '0', 'preview', '2023-10-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40109, 2183, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40110, 2183, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40111, 2121, '0', 'preview', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40112, 2186, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40113, 2186, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40114, 1918, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40115, 1886, '0', 'preview', '2023-10-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40116, 2113, '0', 'preview', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40117, 1953, '0', 'preview', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40118, 1964, '0', 'preview', '2023-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40119, 2109, '0', 'preview', '2023-10-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40120, 1925, '0', 'default', '2023-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40121, 1950, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40122, 2023, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40123, 2086, '0', 'preview', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40124, 2130, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40125, 2048, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40126, 2092, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40127, 2088, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40128, 1937, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40129, 1952, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40130, 2067, '0', 'preview', '2023-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40131, 2118, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40132, 1938, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40133, 2145, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40134, 2146, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40135, 2112, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40136, 1932, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40137, 1935, '0', 'preview', '2023-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40138, 2111, '0', 'default', '2023-10-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40139, 2169, '0', 'default', '2023-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40140, 2048, '0', 'preview', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40141, 1915, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40142, 2089, '0', 'default', '2023-10-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40143, 2053, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40144, 1960, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40145, 2106, '0', 'preview', '2023-10-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40146, 2170, '0', 'preview', '2023-10-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40147, 2097, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40148, 2095, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40149, 2067, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40150, 2110, '0', 'default', '2023-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40151, 2182, '0', 'default', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40152, 2039, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40153, 2179, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40154, 2106, '0', 'default', '2023-10-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40155, 2170, '0', 'default', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40156, 2134, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40157, 2090, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40158, 2117, '0', 'default', '2023-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40159, 2117, '0', 'preview', '2023-10-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40160, 1967, '0', 'preview', '2023-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40161, 2122, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40162, 2120, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40163, 2089, '0', 'preview', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40164, 2107, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40165, 2145, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40166, 2093, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40167, 2125, '0', 'preview', '2023-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40168, 2090, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40169, 2174, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40170, 1925, '0', 'preview', '2023-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40171, 2114, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40172, 1913, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40173, 1938, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40174, 2027, '0', 'default', '2023-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40175, 2055, '0', 'preview', '2023-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40176, 2129, '0', 'default', '2023-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40177, 2053, '0', 'default', '2023-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40178, 2020, '0', 'default', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40179, 2097, '0', 'preview', '2023-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40180, 2096, '0', 'preview', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40181, 2031, '0', 'preview', '2023-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40182, 2039, '0', 'preview', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40183, 2109, '0', 'preview', '2023-10-12', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40184, 2182, '0', 'preview', '2023-10-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40185, 1953, '0', 'preview', '2023-10-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40186, 1950, '0', 'preview', '2023-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40187, 2111, '0', 'preview', '2023-10-12', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40188, 2121, '0', 'preview', '2023-10-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40189, 2016, '0', 'preview', '2023-10-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40190, 1930, '0', 'preview', '2023-10-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40191, 2169, '0', 'preview', '2023-10-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40192, 2027, '0', 'preview', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40193, 1938, '0', 'preview', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40194, 2024, '0', 'preview', '2023-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40195, 2086, '0', 'preview', '2023-10-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40196, 2086, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40197, 2053, '0', 'default', '2023-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40198, 2089, '0', 'default', '2023-10-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40199, 2172, '0', 'default', '2023-10-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40200, 2110, '0', 'preview', '2023-10-12', 22);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40201, 2172, '0', 'preview', '2023-10-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40202, 2112, '0', 'preview', '2023-10-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40203, 2113, '0', 'preview', '2023-10-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40204, 2089, '0', 'preview', '2023-10-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40205, 1930, '0', 'default', '2023-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40206, 1935, '0', 'preview', '2023-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40207, 1886, '0', 'preview', '2023-10-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40208, 2179, '0', 'preview', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40209, 2097, '0', 'preview', '2023-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40210, 2055, '0', 'default', '2023-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40211, 2121, '0', 'default', '2023-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40212, 2109, '0', 'default', '2023-10-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40213, 2111, '0', 'default', '2023-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40214, 2125, '0', 'preview', '2023-10-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40215, 2088, '0', 'preview', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40216, 1935, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40217, 2024, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40218, 2116, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40219, 2115, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40220, 2158, '0', 'preview', '2023-10-12', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40221, 2090, '0', 'default', '2023-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40222, 1955, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40223, 2170, '0', 'preview', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40224, 2055, '0', 'preview', '2023-10-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40225, 2112, '0', 'default', '2023-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40226, 1886, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40227, 2133, '0', 'default', '2023-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40228, 2095, '0', 'preview', '2023-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40229, 2031, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40230, 2012, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40231, 2020, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40232, 2110, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40233, 2088, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40234, 2051, '0', 'preview', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40235, 2099, '0', 'preview', '2023-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40236, 2093, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40237, 2028, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40238, 2123, '0', 'preview', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40239, 2053, '0', 'preview', '2023-10-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40240, 2182, '0', 'default', '2023-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40241, 2117, '0', 'default', '2023-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40242, 2106, '0', 'preview', '2023-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40243, 2016, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40244, 2183, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40245, 2187, '0', 'preview', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40246, 2027, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40247, 2054, '0', 'preview', '2023-10-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40248, 2188, '0', 'preview', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40249, 2125, '0', 'default', '2023-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40250, 2109, '0', 'preview', '2023-10-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40251, 2031, '0', 'preview', '2023-10-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40252, 2031, '0', 'preview', '2023-10-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40253, 2086, '0', 'preview', '2023-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40254, 2113, '0', 'preview', '2023-10-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40255, 1935, '0', 'preview', '2023-10-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40256, 1930, '0', 'preview', '2023-10-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40257, 2121, '0', 'preview', '2023-10-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40258, 2024, '0', 'preview', '2023-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40259, 2170, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40260, 2145, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40261, 1938, '0', 'preview', '2023-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40262, 2027, '0', 'preview', '2023-10-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40263, 2016, '0', 'preview', '2023-10-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40264, 2146, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40265, 2147, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40266, 2177, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40267, 2182, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40268, 2111, '0', 'preview', '2023-10-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40269, 2028, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40270, 1953, '0', 'preview', '2023-10-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40271, 2174, '0', 'preview', '2023-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40272, 2092, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40273, 2185, '0', 'preview', '2023-10-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40274, 2175, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40275, 2173, '0', 'preview', '2023-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40276, 2172, '0', 'preview', '2023-10-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40277, 2188, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40278, 2186, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40279, 2182, '0', 'default', '2023-10-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40280, 2120, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40281, 2118, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40282, 2121, '0', 'default', '2023-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40283, 2110, '0', 'preview', '2023-10-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40284, 2089, '0', 'preview', '2023-10-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40285, 2054, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40286, 2112, '0', 'preview', '2023-10-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40287, 2169, '0', 'preview', '2023-10-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40288, 2190, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40289, 1950, '0', 'preview', '2023-10-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40290, 2112, '0', 'default', '2023-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40291, 2169, '0', 'default', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40292, 2055, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40293, 2133, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40294, 2130, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40295, 2053, '0', 'default', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40296, 2117, '0', 'default', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40297, 2172, '0', 'default', '2023-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40298, 2106, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40299, 2051, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40300, 1964, '0', 'preview', '2023-10-13', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40301, 2020, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40302, 2179, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40303, 2117, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40304, 1967, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40305, 2051, '0', 'default', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40306, 2116, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40307, 2185, '0', 'default', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40308, 2174, '0', 'default', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40309, 2175, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40310, 2186, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40311, 2189, '0', 'default', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40312, 2176, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40313, 1938, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40314, 2179, '0', 'default', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40315, 2097, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40316, 2095, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40317, 2066, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40318, 2066, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40319, 2089, '0', 'default', '2023-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40320, 2158, '0', 'preview', '2023-10-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40321, 2095, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40322, 1966, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40323, 1966, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40324, 1931, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40325, 1925, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40326, 2115, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40327, 2098, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40328, 2110, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40329, 2125, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40330, 2128, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40331, 2048, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40332, 2127, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40333, 2126, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40334, 2129, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40335, 1952, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40336, 2140, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40337, 1955, '0', 'preview', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40338, 2116, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40339, 2176, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40340, 2187, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40341, 2053, '0', 'preview', '2023-10-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40342, 2125, '0', 'default', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40343, 2170, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40344, 2016, '0', 'default', '2023-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40345, 2027, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40346, 2024, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40347, 1967, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40348, 1964, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40349, 1886, '0', 'preview', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40350, 2126, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40351, 2142, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40352, 2111, '0', 'default', '2023-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40353, 2016, '0', 'preview', '2023-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40354, 2089, '0', 'preview', '2023-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40355, 2188, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40356, 2172, '0', 'default', '2023-10-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40357, 2190, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40358, 2189, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40359, 2121, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40360, 2109, '0', 'default', '2023-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40361, 2115, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40362, 2172, '0', 'preview', '2023-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40363, 2109, '0', 'preview', '2023-10-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40364, 2065, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40365, 2110, '0', 'preview', '2023-10-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40366, 2027, '0', 'preview', '2023-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40367, 1930, '0', 'preview', '2023-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40368, 1930, '0', 'preview', '2023-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40369, 2183, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40370, 2112, '0', 'preview', '2023-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40371, 2182, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40372, 2111, '0', 'preview', '2023-10-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40373, 2111, '0', 'preview', '2023-10-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40374, 2186, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40375, 2095, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40376, 2093, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40377, 2053, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40378, 2112, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40379, 2086, '0', 'preview', '2023-10-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40380, 2117, '0', 'preview', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40381, 2051, '0', 'preview', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40382, 2141, '0', 'preview', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40383, 1935, '0', 'preview', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40384, 1950, '0', 'preview', '2023-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40385, 2113, '0', 'preview', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40386, 2089, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40387, 2097, '0', 'default', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40388, 2120, '0', 'preview', '2023-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40389, 2118, '0', 'preview', '2023-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40390, 2182, '0', 'preview', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40391, 2181, '0', 'preview', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40392, 2097, '0', 'preview', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40393, 2028, '0', 'preview', '2023-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40394, 2113, '0', 'preview', '2023-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40395, 1918, '0', 'default', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40396, 2111, '0', 'preview', '2023-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40397, 2121, '0', 'default', '2023-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40398, 1930, '0', 'preview', '2023-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40399, 1920, '0', 'default', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40400, 2133, '0', 'default', '2023-10-15', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40401, 2121, '0', 'preview', '2023-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40402, 2133, '0', 'preview', '2023-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40403, 2172, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40404, 2066, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40405, 2158, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40406, 2181, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40407, 2118, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40408, 1950, '0', 'preview', '2023-10-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40409, 2086, '0', 'preview', '2023-10-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40410, 2182, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40411, 2190, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40412, 2109, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40413, 2089, '0', 'preview', '2023-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40414, 2016, '0', 'preview', '2023-10-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40415, 2027, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40416, 2024, '0', 'preview', '2023-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40417, 2182, '0', 'default', '2023-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40418, 2169, '0', 'default', '2023-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40419, 2169, '0', 'preview', '2023-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40420, 2176, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40421, 2185, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40422, 2048, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40423, 2119, '0', 'default', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40424, 2055, '0', 'default', '2023-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40425, 1953, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40426, 2153, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40427, 2117, '0', 'default', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40428, 2107, '0', 'default', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40429, 2112, '0', 'default', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40430, 2088, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40431, 2093, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40432, 1935, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40433, 1886, '0', 'preview', '2023-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40434, 2117, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40435, 2020, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40436, 2109, '0', 'preview', '2023-10-16', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40437, 2110, '0', 'preview', '2023-10-16', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40438, 2111, '0', 'preview', '2023-10-16', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40439, 2016, '0', 'preview', '2023-10-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40440, 2121, '0', 'preview', '2023-10-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40441, 2027, '0', 'preview', '2023-10-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40442, 2174, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40443, 2173, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40444, 2024, '0', 'preview', '2023-10-16', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40445, 2112, '0', 'preview', '2023-10-16', 73);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40446, 2135, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40447, 2179, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40448, 1950, '0', 'preview', '2023-10-16', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40449, 2125, '0', 'preview', '2023-10-16', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40450, 2086, '0', 'preview', '2023-10-16', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40451, 2015, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40452, 2089, '0', 'preview', '2023-10-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40453, 2172, '0', 'preview', '2023-10-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40454, 1960, '0', 'preview', '2023-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40455, 2125, '0', 'default', '2023-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40456, 2172, '0', 'default', '2023-10-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40457, 2024, '0', 'default', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40458, 2182, '0', 'default', '2023-10-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40459, 1930, '0', 'preview', '2023-10-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40460, 2169, '0', 'preview', '2023-10-16', 194);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40461, 2182, '0', 'preview', '2023-10-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40462, 1960, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40463, 2179, '0', 'default', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40464, 2113, '0', 'preview', '2023-10-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40465, 2107, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40466, 1953, '0', 'preview', '2023-10-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40467, 2055, '0', 'default', '2023-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40468, 2173, '0', 'default', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40469, 2121, '0', 'default', '2023-10-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40470, 2067, '0', 'default', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40471, 2067, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40472, 2099, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40473, 2053, '0', 'default', '2023-10-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40474, 2189, '0', 'default', '2023-10-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40475, 2190, '0', 'default', '2023-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40476, 2086, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40477, 1935, '0', 'preview', '2023-10-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40478, 2039, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40479, 2097, '0', 'default', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40480, 2053, '0', 'preview', '2023-10-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40481, 2169, '0', 'default', '2023-10-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40482, 2170, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40483, 1938, '0', 'preview', '2023-10-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40484, 2145, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40485, 2112, '0', 'default', '2023-10-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40486, 2118, '0', 'default', '2023-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40487, 2095, '0', 'default', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40488, 2189, '0', 'preview', '2023-10-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40489, 2109, '0', 'default', '2023-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40490, 2093, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40491, 2188, '0', 'default', '2023-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40492, 2106, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40493, 2118, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40494, 2095, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40495, 2126, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40496, 2128, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40497, 2142, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40498, 1886, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40499, 1950, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40500, 1966, '0', 'preview', '2023-10-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40501, 2141, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40502, 1886, '0', 'preview', '2023-10-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40503, 2031, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40504, 2111, '0', 'default', '2023-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40505, 2116, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40506, 2054, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40507, 2186, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40508, 2174, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40509, 2117, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40510, 2090, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40511, 2092, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40512, 2039, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40513, 2089, '0', 'default', '2023-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40514, 2123, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40515, 2120, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40516, 2023, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40517, 2048, '0', 'default', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40518, 2146, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40519, 2158, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40520, 2176, '0', 'preview', '2023-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40521, 1912, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40522, 2148, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40523, 1913, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40524, 1914, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40525, 1917, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40526, 1908, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40527, 1911, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40528, 2088, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40529, 2049, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40530, 2181, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40531, 2170, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40532, 2097, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40533, 2127, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40534, 2106, '0', 'default', '2023-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40535, 1937, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40536, 2134, '0', 'preview', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40537, 1952, '0', 'default', '2023-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40538, 2027, '0', 'preview', '2023-10-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40539, 2158, '0', 'preview', '2023-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40540, 2086, '0', 'preview', '2023-10-17', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40541, 2016, '0', 'preview', '2023-10-17', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40542, 2110, '0', 'preview', '2023-10-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40543, 2109, '0', 'preview', '2023-10-17', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40544, 2111, '0', 'preview', '2023-10-17', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40545, 2169, '0', 'preview', '2023-10-17', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40546, 2112, '0', 'preview', '2023-10-17', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40547, 2121, '0', 'preview', '2023-10-17', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40548, 2053, '0', 'preview', '2023-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40549, 2024, '0', 'preview', '2023-10-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40550, 2172, '0', 'default', '2023-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40551, 2089, '0', 'default', '2023-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40552, 2048, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40553, 2112, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40554, 2169, '0', 'default', '2023-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40555, 2182, '0', 'default', '2023-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40556, 2123, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40557, 2189, '0', 'preview', '2023-10-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40558, 2189, '0', 'default', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40559, 2129, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40560, 2186, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40561, 2172, '0', 'preview', '2023-10-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40562, 2179, '0', 'preview', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40563, 1930, '0', 'preview', '2023-10-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40564, 2121, '0', 'default', '2023-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40565, 2089, '0', 'preview', '2023-10-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40566, 1950, '0', 'preview', '2023-10-17', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40567, 2053, '0', 'default', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40568, 1953, '0', 'preview', '2023-10-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40569, 2067, '0', 'preview', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40570, 1918, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40571, 2118, '0', 'default', '2023-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40572, 2113, '0', 'preview', '2023-10-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40573, 2182, '0', 'preview', '2023-10-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40574, 2125, '0', 'preview', '2023-10-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40575, 2020, '0', 'preview', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40576, 1938, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40577, 2096, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40578, 2120, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40579, 2110, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40580, 2027, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40581, 2039, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40582, 2176, '0', 'preview', '2023-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40583, 2123, '0', 'preview', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40584, 2125, '0', 'default', '2023-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40585, 2054, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40586, 2048, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40587, 2111, '0', 'default', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40588, 2106, '0', 'preview', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40589, 2190, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40590, 2024, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40591, 2016, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40592, 2187, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40593, 2187, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40594, 2181, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40595, 2031, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40596, 2086, '0', 'default', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40597, 2190, '0', 'preview', '2023-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40598, 2188, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40599, 2173, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40600, 2174, '0', 'preview', '2023-10-17', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40601, 2175, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40602, 2097, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40603, 2133, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40604, 2133, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40605, 2118, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40606, 2023, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40607, 2130, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40608, 2090, '0', 'preview', '2023-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40609, 2092, '0', 'preview', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40610, 1925, '0', 'preview', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40611, 1935, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40612, 2095, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40613, 2106, '0', 'default', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40614, 2170, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40615, 1912, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40616, 1938, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40617, 2158, '0', 'default', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40618, 2055, '0', 'default', '2023-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40619, 2055, '0', 'preview', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40620, 2020, '0', 'default', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40621, 2039, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40622, 2099, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40623, 2054, '0', 'preview', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40624, 1960, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40625, 2128, '0', 'preview', '2023-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40626, 2142, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40627, 2031, '0', 'preview', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40628, 2170, '0', 'preview', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40629, 2117, '0', 'default', '2023-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40630, 2171, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40631, 1916, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40632, 2117, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40633, 2093, '0', 'preview', '2023-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40634, 2112, '0', 'preview', '2023-10-18', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40635, 2133, '0', 'preview', '2023-10-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40636, 2089, '0', 'preview', '2023-10-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40637, 2145, '0', 'preview', '2023-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40638, 1950, '0', 'preview', '2023-10-18', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40639, 2121, '0', 'preview', '2023-10-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40640, 2182, '0', 'preview', '2023-10-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40641, 1953, '0', 'preview', '2023-10-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40642, 2121, '0', 'default', '2023-10-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40643, 2169, '0', 'preview', '2023-10-18', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40644, 1964, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40645, 2027, '0', 'preview', '2023-10-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40646, 2113, '0', 'preview', '2023-10-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40647, 2055, '0', 'preview', '2023-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40648, 2090, '0', 'preview', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40649, 2135, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40650, 2172, '0', 'preview', '2023-10-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40651, 2093, '0', 'preview', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40652, 2016, '0', 'preview', '2023-10-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40653, 2024, '0', 'preview', '2023-10-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40654, 2125, '0', 'preview', '2023-10-18', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40655, 1930, '0', 'preview', '2023-10-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40656, 2086, '0', 'preview', '2023-10-18', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40657, 2111, '0', 'preview', '2023-10-18', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40658, 1924, '0', 'preview', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40659, 2117, '0', 'preview', '2023-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40660, 2189, '0', 'preview', '2023-10-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40661, 2109, '0', 'preview', '2023-10-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40662, 2190, '0', 'preview', '2023-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40663, 2053, '0', 'default', '2023-10-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40664, 2174, '0', 'preview', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40665, 2179, '0', 'preview', '2023-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40666, 2089, '0', 'default', '2023-10-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40667, 2111, '0', 'default', '2023-10-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40668, 2097, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40669, 2171, '0', 'preview', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40670, 2110, '0', 'preview', '2023-10-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40671, 2172, '0', 'default', '2023-10-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40672, 2169, '0', 'default', '2023-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40673, 2067, '0', 'default', '2023-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40674, 2053, '0', 'preview', '2023-10-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40675, 2067, '0', 'preview', '2023-10-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40676, 1967, '0', 'preview', '2023-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40677, 2179, '0', 'default', '2023-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40678, 2109, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40679, 2117, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40680, 2088, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40681, 2141, '0', 'preview', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40682, 2186, '0', 'preview', '2023-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40683, 2173, '0', 'preview', '2023-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40684, 2185, '0', 'preview', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40685, 2173, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40686, 2048, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40687, 1912, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40688, 2192, '0', 'preview', '2023-10-18', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40689, 2191, '0', 'preview', '2023-10-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40690, 2182, '0', 'default', '2023-10-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40691, 2115, '0', 'preview', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40692, 1938, '0', 'preview', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40693, 1938, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40694, 2112, '0', 'default', '2023-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40695, 1960, '0', 'default', '2023-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40696, 2097, '0', 'preview', '2023-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40697, 1935, '0', 'preview', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40698, 2027, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40699, 2031, '0', 'preview', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40700, 1886, '0', 'preview', '2023-10-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40701, 2093, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40702, 1930, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40703, 2190, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40704, 2192, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40705, 2189, '0', 'default', '2023-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40706, 2093, '0', 'preview', '2023-10-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40707, 1950, '0', 'preview', '2023-10-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40708, 2192, '0', 'preview', '2023-10-19', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40709, 2109, '0', 'preview', '2023-10-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40710, 2016, '0', 'preview', '2023-10-19', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40711, 1935, '0', 'preview', '2023-10-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40712, 2125, '0', 'preview', '2023-10-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40713, 2169, '0', 'preview', '2023-10-19', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40714, 2170, '0', 'preview', '2023-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40715, 2111, '0', 'preview', '2023-10-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40716, 1953, '0', 'preview', '2023-10-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40717, 2027, '0', 'preview', '2023-10-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40718, 2189, '0', 'preview', '2023-10-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40719, 2145, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40720, 2172, '0', 'preview', '2023-10-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40721, 2089, '0', 'preview', '2023-10-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40722, 2053, '0', 'preview', '2023-10-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40723, 1930, '0', 'preview', '2023-10-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40724, 2113, '0', 'preview', '2023-10-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40725, 2145, '0', 'preview', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40726, 2112, '0', 'preview', '2023-10-19', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40727, 2112, '0', 'preview', '2023-10-19', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40728, 2112, '0', 'preview', '2023-10-19', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40729, 2112, '0', 'preview', '2023-10-19', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40730, 2182, '0', 'preview', '2023-10-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40731, 2110, '0', 'preview', '2023-10-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40732, 2121, '0', 'preview', '2023-10-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40733, 2122, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40734, 2097, '0', 'preview', '2023-10-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40735, 2024, '0', 'preview', '2023-10-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40736, 2024, '0', 'preview', '2023-10-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40737, 2171, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40738, 2028, '0', 'preview', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40739, 2055, '0', 'default', '2023-10-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40740, 2191, '0', 'preview', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40741, 2190, '0', 'preview', '2023-10-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40742, 2089, '0', 'default', '2023-10-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40743, 2166, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40744, 2086, '0', 'preview', '2023-10-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40745, 2048, '0', 'default', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40746, 2067, '0', 'preview', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40747, 2176, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40748, 1886, '0', 'preview', '2023-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40749, 2090, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40750, 2121, '0', 'default', '2023-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40751, 2091, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40752, 2092, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40753, 2055, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40754, 2015, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40755, 2053, '0', 'default', '2023-10-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40756, 1938, '0', 'preview', '2023-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40757, 2106, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40758, 2170, '0', 'default', '2023-10-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40759, 2172, '0', 'default', '2023-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40760, 2190, '0', 'default', '2023-10-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40761, 2110, '0', 'default', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40762, 2117, '0', 'default', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40763, 2117, '0', 'preview', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40764, 2182, '0', 'default', '2023-10-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40765, 2112, '0', 'default', '2023-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40766, 2106, '0', 'preview', '2023-10-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40767, 2158, '0', 'preview', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40768, 2189, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40769, 2140, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40770, 2174, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40771, 2173, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40772, 1967, '0', 'preview', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40773, 1957, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40774, 1967, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40775, 2048, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40776, 2115, '0', 'preview', '2023-10-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40777, 2114, '0', 'preview', '2023-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40778, 2116, '0', 'preview', '2023-10-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40779, 2174, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40780, 2111, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40781, 2093, '0', 'default', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40782, 2134, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40783, 2135, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40784, 2188, '0', 'preview', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40785, 2133, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40786, 2016, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40787, 2120, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40788, 2173, '0', 'preview', '2023-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40789, 2179, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40790, 2049, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40791, 2169, '0', 'default', '2023-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40792, 2146, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40793, 2147, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40794, 2146, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40795, 2147, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40796, 2177, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40797, 2023, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40798, 2095, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40799, 2067, '0', 'default', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40800, 2133, '0', 'default', '2023-10-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40801, 2127, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40802, 2128, '0', 'preview', '2023-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40803, 2109, '0', 'preview', '2023-10-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40804, 2192, '0', 'preview', '2023-10-20', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40805, 2158, '0', 'preview', '2023-10-20', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40806, 1950, '0', 'preview', '2023-10-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40807, 1953, '0', 'preview', '2023-10-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40808, 2172, '0', 'default', '2023-10-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40809, 2093, '0', 'preview', '2023-10-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40810, 2121, '0', 'preview', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40811, 2086, '0', 'preview', '2023-10-20', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40812, 2053, '0', 'preview', '2023-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40813, 2191, '0', 'preview', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40814, 2121, '0', 'default', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40815, 2024, '0', 'preview', '2023-10-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40816, 2169, '0', 'preview', '2023-10-20', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40817, 2182, '0', 'preview', '2023-10-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40818, 2170, '0', 'preview', '2023-10-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40819, 2172, '0', 'preview', '2023-10-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40820, 2182, '0', 'default', '2023-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40821, 2112, '0', 'preview', '2023-10-20', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40822, 2122, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40823, 2107, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40824, 2120, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40825, 2123, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40826, 2066, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40827, 2065, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40828, 1935, '0', 'preview', '2023-10-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40829, 2113, '0', 'preview', '2023-10-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40830, 2016, '0', 'preview', '2023-10-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40831, 2031, '0', 'preview', '2023-10-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40832, 2111, '0', 'preview', '2023-10-20', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40833, 2110, '0', 'preview', '2023-10-20', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40834, 2065, '0', 'default', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40835, 2053, '0', 'default', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40836, 1930, '0', 'preview', '2023-10-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40837, 2112, '0', 'default', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40838, 2027, '0', 'preview', '2023-10-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40839, 2125, '0', 'preview', '2023-10-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40840, 2117, '0', 'default', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40841, 2189, '0', 'preview', '2023-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40842, 2171, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40843, 2067, '0', 'preview', '2023-10-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40844, 2095, '0', 'default', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40845, 1931, '0', 'preview', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40846, 2175, '0', 'default', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40847, 2175, '0', 'preview', '2023-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40848, 2185, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40849, 2117, '0', 'preview', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40850, 1967, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40851, 2055, '0', 'preview', '2023-10-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40852, 2169, '0', 'default', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40853, 1886, '0', 'preview', '2023-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40854, 2190, '0', 'preview', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40855, 2089, '0', 'preview', '2023-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40856, 2106, '0', 'preview', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40857, 2133, '0', 'default', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40858, 2118, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40859, 2099, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40860, 2039, '0', 'preview', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40861, 2095, '0', 'preview', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40862, 2097, '0', 'preview', '2023-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40863, 2020, '0', 'preview', '2023-10-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40864, 2116, '0', 'preview', '2023-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40865, 2142, '0', 'default', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40866, 2133, '0', 'preview', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40867, 2130, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40868, 2092, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40869, 2090, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40870, 2192, '0', 'default', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40871, 2027, '0', 'default', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40872, 2048, '0', 'preview', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40873, 2179, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40874, 2173, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40875, 2174, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40876, 1925, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40877, 2188, '0', 'preview', '2023-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40878, 2141, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40879, 2115, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40880, 2181, '0', 'default', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40881, 2170, '0', 'default', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40882, 1920, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40883, 2183, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40884, 2187, '0', 'preview', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40885, 2055, '0', 'default', '2023-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40886, 1886, '0', 'preview', '2023-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40887, 2067, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40888, 2112, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40889, 2020, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40890, 2172, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40891, 2170, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40892, 2169, '0', 'default', '2023-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40893, 2055, '0', 'default', '2023-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40894, 2121, '0', 'preview', '2023-10-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40895, 2027, '0', 'preview', '2023-10-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40896, 2110, '0', 'preview', '2023-10-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40897, 2016, '0', 'preview', '2023-10-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40898, 2024, '0', 'preview', '2023-10-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40899, 2114, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40900, 2115, '0', 'preview', '2023-10-21', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40901, 1938, '0', 'preview', '2023-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40902, 2145, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40903, 2125, '0', 'preview', '2023-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40904, 2086, '0', 'preview', '2023-10-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40905, 2121, '0', 'default', '2023-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40906, 2169, '0', 'preview', '2023-10-21', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40907, 1953, '0', 'preview', '2023-10-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40908, 2192, '0', 'preview', '2023-10-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40909, 2111, '0', 'preview', '2023-10-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40910, 2190, '0', 'preview', '2023-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40911, 2109, '0', 'preview', '2023-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40912, 2112, '0', 'preview', '2023-10-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40913, 2158, '0', 'preview', '2023-10-21', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40914, 2191, '0', 'preview', '2023-10-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40915, 2113, '0', 'preview', '2023-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40916, 1930, '0', 'preview', '2023-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40917, 2172, '0', 'preview', '2023-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40918, 1913, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40919, 1915, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40920, 1915, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40921, 2182, '0', 'preview', '2023-10-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40922, 1950, '0', 'preview', '2023-10-21', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40923, 1925, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40924, 2027, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40925, 2016, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40926, 2109, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40927, 2089, '0', 'default', '2023-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40928, 2106, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40929, 2089, '0', 'preview', '2023-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40930, 2095, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40931, 2097, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40932, 2099, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40933, 2192, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40934, 2123, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40935, 2023, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40936, 2053, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40937, 2053, '0', 'preview', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40938, 2189, '0', 'preview', '2023-10-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40939, 2189, '0', 'default', '2023-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40940, 2191, '0', 'default', '2023-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40941, 2089, '0', 'preview', '2023-10-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40942, 2089, '0', 'default', '2023-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40943, 2113, '0', 'preview', '2023-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40944, 2192, '0', 'preview', '2023-10-22', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40945, 2016, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40946, 2027, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40947, 1935, '0', 'preview', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40948, 2172, '0', 'default', '2023-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40949, 2169, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40950, 1950, '0', 'preview', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40951, 2121, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40952, 2172, '0', 'preview', '2023-10-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40953, 2174, '0', 'preview', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40954, 2125, '0', 'preview', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40955, 2188, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40956, 1935, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40957, 1953, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40958, 2169, '0', 'preview', '2023-10-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40959, 2112, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40960, 2112, '0', 'preview', '2023-10-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40961, 2067, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40962, 2012, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40963, 2117, '0', 'default', '2023-10-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40964, 2031, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40965, 1918, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40966, 1938, '0', 'default', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40967, 2190, '0', 'preview', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40968, 2110, '0', 'preview', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40969, 2182, '0', 'preview', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40970, 2186, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40971, 2189, '0', 'preview', '2023-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40972, 2191, '0', 'preview', '2023-10-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40973, 2111, '0', 'preview', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40974, 2179, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40975, 2117, '0', 'preview', '2023-10-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40976, 2024, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40977, 2016, '0', 'preview', '2023-10-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40978, 1953, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40979, 2024, '0', 'preview', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40980, 2027, '0', 'preview', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40981, 2134, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40982, 2170, '0', 'preview', '2023-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40983, 2086, '0', 'preview', '2023-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40984, 1960, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40985, 2055, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40986, 2067, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40987, 1917, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40988, 2170, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40989, 2171, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40990, 2113, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40991, 2176, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40992, 1932, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40993, 1930, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40994, 2133, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40995, 2053, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40996, 2054, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40997, 1960, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40998, 2191, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40999, 2189, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41000, 2111, '0', 'default', '2023-10-22', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41001, 2182, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41002, 2053, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41003, 2126, '0', 'default', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41004, 2126, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41005, 2127, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41006, 2142, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41007, 2128, '0', 'preview', '2023-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41008, 2053, '0', 'preview', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41009, 2053, '0', 'default', '2023-10-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41010, 1935, '0', 'default', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41011, 1953, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41012, 2111, '0', 'preview', '2023-10-23', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41013, 2192, '0', 'preview', '2023-10-23', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41014, 2125, '0', 'preview', '2023-10-23', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41015, 2114, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41016, 2112, '0', 'default', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41017, 2117, '0', 'default', '2023-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41018, 1950, '0', 'preview', '2023-10-23', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41019, 2112, '0', 'preview', '2023-10-23', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41020, 2189, '0', 'preview', '2023-10-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41021, 2067, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41022, 2172, '0', 'preview', '2023-10-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41023, 1938, '0', 'preview', '2023-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41024, 2145, '0', 'preview', '2023-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41025, 2121, '0', 'preview', '2023-10-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41026, 2012, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41027, 2125, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41028, 2113, '0', 'preview', '2023-10-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41029, 1935, '0', 'preview', '2023-10-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41030, 2191, '0', 'preview', '2023-10-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41031, 2191, '0', 'default', '2023-10-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41032, 2186, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41033, 2186, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41034, 2189, '0', 'default', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41035, 2182, '0', 'default', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41036, 2182, '0', 'preview', '2023-10-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41037, 2187, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41038, 2187, '0', 'preview', '2023-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41039, 2192, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41040, 2188, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41041, 2188, '0', 'preview', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41042, 2185, '0', 'preview', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41043, 2185, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41044, 2174, '0', 'default', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41045, 2174, '0', 'preview', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41046, 2175, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41047, 2175, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41048, 2178, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41049, 2178, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41050, 2181, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41051, 2181, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41052, 2184, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41053, 2184, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41054, 2190, '0', 'preview', '2023-10-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41055, 2190, '0', 'default', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41056, 2183, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41057, 2183, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41058, 2177, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41059, 2177, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41060, 1960, '0', 'preview', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41061, 1930, '0', 'preview', '2023-10-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41062, 2086, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41063, 2031, '0', 'default', '2023-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41064, 2024, '0', 'preview', '2023-10-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41065, 1918, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41066, 1938, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41067, 1920, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41068, 2169, '0', 'default', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41069, 2176, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41070, 2172, '0', 'default', '2023-10-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41071, 2016, '0', 'preview', '2023-10-23', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41072, 2115, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41073, 2027, '0', 'preview', '2023-10-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41074, 2020, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41075, 1950, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41076, 2051, '0', 'preview', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41077, 2065, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41078, 2110, '0', 'preview', '2023-10-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41079, 2109, '0', 'preview', '2023-10-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41080, 2089, '0', 'default', '2023-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41081, 2086, '0', 'preview', '2023-10-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41082, 2169, '0', 'preview', '2023-10-23', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41083, 2055, '0', 'preview', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41084, 2098, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41085, 2170, '0', 'preview', '2023-10-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41086, 2117, '0', 'preview', '2023-10-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41087, 2121, '0', 'default', '2023-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41088, 1930, '0', 'default', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41089, 2113, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41090, 2179, '0', 'preview', '2023-10-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41091, 2089, '0', 'preview', '2023-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41092, 1912, '0', 'preview', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41093, 2170, '0', 'default', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41094, 2148, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41095, 2127, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41096, 2114, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41097, 2031, '0', 'preview', '2023-10-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41098, 2135, '0', 'preview', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41099, 2130, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41100, 2173, '0', 'default', '2023-10-23', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41101, 2028, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41102, 1953, '0', 'preview', '2023-10-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41103, 2093, '0', 'preview', '2023-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41104, 2116, '0', 'preview', '2023-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41105, 2110, '0', 'default', '2023-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41106, 1960, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41107, 2106, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41108, 1912, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41109, 2049, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41110, 2176, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41111, 2106, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41112, 2054, '0', 'preview', '2023-10-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41113, 2123, '0', 'preview', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41114, 2054, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41115, 2111, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41116, 1925, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41117, 2090, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41118, 2107, '0', 'default', '2023-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41119, 2169, '0', 'preview', '2023-10-24', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41120, 1950, '0', 'preview', '2023-10-24', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41121, 2113, '0', 'preview', '2023-10-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41122, 2016, '0', 'preview', '2023-10-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41123, 2027, '0', 'preview', '2023-10-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41124, 2024, '0', 'preview', '2023-10-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41125, 2121, '0', 'default', '2023-10-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41126, 2086, '0', 'preview', '2023-10-24', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41127, 2089, '0', 'preview', '2023-10-24', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41128, 2112, '0', 'preview', '2023-10-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41129, 2192, '0', 'preview', '2023-10-24', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41130, 2111, '0', 'preview', '2023-10-24', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41131, 2109, '0', 'preview', '2023-10-24', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41132, 2117, '0', 'preview', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41133, 2191, '0', 'preview', '2023-10-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41134, 2158, '0', 'default', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41135, 2158, '0', 'preview', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41136, 2123, '0', 'preview', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41137, 2189, '0', 'preview', '2023-10-24', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41138, 2089, '0', 'default', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41139, 2093, '0', 'preview', '2023-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41140, 2117, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41141, 2182, '0', 'preview', '2023-10-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41142, 1953, '0', 'preview', '2023-10-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41143, 2189, '0', 'default', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41144, 2182, '0', 'default', '2023-10-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41145, 2191, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41146, 2110, '0', 'preview', '2023-10-24', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41147, 2039, '0', 'preview', '2023-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41148, 1930, '0', 'preview', '2023-10-24', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41149, 2109, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41150, 2188, '0', 'preview', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41151, 2173, '0', 'preview', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41152, 2174, '0', 'preview', '2023-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41153, 2179, '0', 'preview', '2023-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41154, 2175, '0', 'preview', '2023-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41155, 2185, '0', 'preview', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41156, 1937, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41157, 2121, '0', 'preview', '2023-10-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41158, 1925, '0', 'default', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41159, 2187, '0', 'preview', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41160, 2183, '0', 'preview', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41161, 1952, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41162, 1935, '0', 'preview', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41163, 2183, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41164, 2188, '0', 'default', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41165, 2053, '0', 'default', '2023-10-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41166, 2116, '0', 'preview', '2023-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41167, 2110, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41168, 1930, '0', 'default', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41169, 2172, '0', 'default', '2023-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41170, 2048, '0', 'preview', '2023-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41171, 2172, '0', 'preview', '2023-10-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41172, 2118, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41173, 2096, '0', 'default', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41174, 2125, '0', 'preview', '2023-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41175, 2028, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41176, 1886, '0', 'preview', '2023-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41177, 2094, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41178, 2112, '0', 'default', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41179, 2169, '0', 'default', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41180, 2048, '0', 'default', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41181, 2181, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41182, 2115, '0', 'preview', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41183, 2190, '0', 'preview', '2023-10-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41184, 2141, '0', 'preview', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41185, 2181, '0', 'preview', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41186, 2171, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41187, 2067, '0', 'preview', '2023-10-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41188, 1925, '0', 'preview', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41189, 2094, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41190, 1917, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41191, 2098, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41192, 2125, '0', 'default', '2023-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41193, 2090, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41194, 2114, '0', 'preview', '2023-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41195, 2107, '0', 'preview', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41196, 2099, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41197, 2145, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41198, 2097, '0', 'preview', '2023-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41199, 2095, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41200, 2190, '0', 'default', '2023-10-24', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41201, 1938, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41202, 1967, '0', 'default', '2023-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41203, 2186, '0', 'default', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41204, 2192, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41205, 2179, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41206, 2173, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41207, 2091, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41208, 2133, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41209, 2134, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41210, 2020, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41211, 2090, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41212, 2092, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41213, 2130, '0', 'preview', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41214, 2185, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41215, 2020, '0', 'preview', '2023-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41216, 2120, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41217, 2031, '0', 'preview', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41218, 2091, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41219, 2055, '0', 'preview', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41220, 2053, '0', 'preview', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41221, 2097, '0', 'default', '2023-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41222, 2054, '0', 'preview', '2023-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41223, 2190, '0', 'preview', '2023-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41224, 2192, '0', 'preview', '2023-10-25', 85);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41225, 2191, '0', 'preview', '2023-10-25', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41226, 2189, '0', 'preview', '2023-10-25', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41227, 2055, '0', 'default', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41228, 2111, '0', 'preview', '2023-10-25', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41229, 2110, '0', 'preview', '2023-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41230, 2169, '0', 'preview', '2023-10-25', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41231, 2016, '0', 'preview', '2023-10-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41232, 2027, '0', 'preview', '2023-10-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41233, 2024, '0', 'preview', '2023-10-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41234, 2114, '0', 'preview', '2023-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41235, 2092, '0', 'preview', '2023-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41236, 2174, '0', 'preview', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41237, 2135, '0', 'preview', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41238, 2117, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41239, 2109, '0', 'preview', '2023-10-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41240, 2093, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41241, 1930, '0', 'preview', '2023-10-25', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41242, 1950, '0', 'preview', '2023-10-25', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41243, 2173, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41244, 2086, '0', 'preview', '2023-10-25', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41245, 2172, '0', 'preview', '2023-10-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41246, 2118, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41247, 1953, '0', 'preview', '2023-10-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41248, 2182, '0', 'default', '2023-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41249, 2182, '0', 'preview', '2023-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41250, 2125, '0', 'preview', '2023-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41251, 2121, '0', 'preview', '2023-10-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41252, 2113, '0', 'preview', '2023-10-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41253, 2112, '0', 'preview', '2023-10-25', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41254, 1935, '0', 'preview', '2023-10-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41255, 2065, '0', 'default', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41256, 1915, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41257, 1886, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41258, 2089, '0', 'preview', '2023-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41259, 1966, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41260, 2120, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41261, 2158, '0', 'default', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41262, 2189, '0', 'default', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41263, 2170, '0', 'preview', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41264, 1955, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41265, 2039, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41266, 1938, '0', 'preview', '2023-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41267, 2145, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41268, 2169, '0', 'default', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41269, 2121, '0', 'default', '2023-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41270, 2027, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41271, 2048, '0', 'preview', '2023-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41272, 2116, '0', 'preview', '2023-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41273, 2020, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41274, 2053, '0', 'default', '2023-10-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41275, 2053, '0', 'preview', '2023-10-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41276, 2106, '0', 'preview', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41277, 2170, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41278, 2172, '0', 'default', '2023-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41279, 2049, '0', 'preview', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41280, 1960, '0', 'preview', '2023-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41281, 2109, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41282, 2130, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41283, 2187, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41284, 1925, '0', 'preview', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41285, 2135, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41286, 2095, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41287, 1935, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41288, 2067, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41289, 2115, '0', 'preview', '2023-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41290, 2090, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41291, 2130, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41292, 2173, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41293, 2086, '0', 'default', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41294, 1918, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41295, 2054, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41296, 2179, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41297, 2089, '0', 'default', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41298, 2020, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41299, 2054, '0', 'preview', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41300, 2031, '0', 'preview', '2023-10-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41301, 2107, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41302, 2179, '0', 'preview', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41303, 1960, '0', 'default', '2023-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41304, 2048, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41305, 2112, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41306, 2093, '0', 'preview', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41307, 2092, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41308, 2090, '0', 'default', '2023-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41309, 2097, '0', 'preview', '2023-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41310, 2110, '0', 'preview', '2023-10-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41311, 2112, '0', 'preview', '2023-10-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41312, 2192, '0', 'preview', '2023-10-26', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41313, 2182, '0', 'preview', '2023-10-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41314, 2111, '0', 'preview', '2023-10-26', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41315, 2122, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41316, 2016, '0', 'preview', '2023-10-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41317, 2024, '0', 'preview', '2023-10-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41318, 2027, '0', 'preview', '2023-10-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41319, 2189, '0', 'preview', '2023-10-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41320, 2086, '0', 'preview', '2023-10-26', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41321, 2109, '0', 'preview', '2023-10-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41322, 2113, '0', 'preview', '2023-10-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41323, 1930, '0', 'preview', '2023-10-26', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41324, 1950, '0', 'preview', '2023-10-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41325, 2172, '0', 'preview', '2023-10-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41326, 2112, '0', 'default', '2023-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41327, 2089, '0', 'preview', '2023-10-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41328, 2174, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41329, 2176, '0', 'preview', '2023-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41330, 2169, '0', 'preview', '2023-10-26', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41331, 2191, '0', 'preview', '2023-10-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41332, 2055, '0', 'preview', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41333, 2125, '0', 'default', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41334, 1931, '0', 'preview', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41335, 1935, '0', 'preview', '2023-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41336, 2123, '0', 'preview', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41337, 1908, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41338, 2121, '0', 'preview', '2023-10-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41339, 2117, '0', 'preview', '2023-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41340, 1924, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41341, 1925, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41342, 2133, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41343, 2141, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41344, 2067, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41345, 2185, '0', 'default', '2023-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41346, 2091, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41347, 2184, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41348, 2175, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41349, 2174, '0', 'default', '2023-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41350, 2173, '0', 'default', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41351, 2179, '0', 'default', '2023-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41352, 2186, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41353, 2116, '0', 'preview', '2023-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41354, 2027, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41355, 2172, '0', 'default', '2023-10-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41356, 2185, '0', 'preview', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41357, 2055, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41358, 2115, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41359, 2054, '0', 'preview', '2023-10-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41360, 2190, '0', 'preview', '2023-10-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41361, 1886, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41362, 1953, '0', 'preview', '2023-10-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41363, 2165, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41364, 2125, '0', 'preview', '2023-10-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41365, 2130, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41366, 2110, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41367, 2176, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41368, 1938, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41369, 2146, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41370, 2147, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41371, 2177, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41372, 2181, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41373, 1967, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41374, 2182, '0', 'default', '2023-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41375, 1938, '0', 'preview', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41376, 2145, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41377, 2128, '0', 'preview', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41378, 2053, '0', 'default', '2023-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41379, 1957, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41380, 2120, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41381, 1913, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41382, 2127, '0', 'preview', '2023-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41383, 2065, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41384, 2170, '0', 'preview', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41385, 2067, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41386, 2135, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41387, 2093, '0', 'preview', '2023-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41388, 2121, '0', 'default', '2023-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41389, 2130, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41390, 2169, '0', 'default', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41391, 1925, '0', 'default', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41392, 2106, '0', 'preview', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41393, 2051, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41394, 2097, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41395, 2097, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41396, 1917, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41397, 2106, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41398, 2170, '0', 'default', '2023-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41399, 2187, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41400, 2158, '0', 'preview', '2023-10-26', 17);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41401, 2066, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41402, 2016, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41403, 2039, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41404, 2135, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41405, 2189, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41406, 1952, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41407, 2126, '0', 'preview', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41408, 2089, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41409, 1931, '0', 'default', '2023-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41410, 1931, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41411, 2086, '0', 'preview', '2023-10-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41412, 2192, '0', 'preview', '2023-10-27', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41413, 2172, '0', 'default', '2023-10-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41414, 2182, '0', 'default', '2023-10-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41415, 2141, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41416, 2141, '0', 'preview', '2023-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41417, 2183, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41418, 2174, '0', 'preview', '2023-10-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41419, 2175, '0', 'preview', '2023-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41420, 2186, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41421, 2027, '0', 'preview', '2023-10-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41422, 2109, '0', 'preview', '2023-10-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41423, 2055, '0', 'default', '2023-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41424, 2110, '0', 'preview', '2023-10-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41425, 2067, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41426, 2158, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41427, 2024, '0', 'default', '2023-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41428, 2016, '0', 'default', '2023-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41429, 2027, '0', 'default', '2023-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41430, 2145, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41431, 2176, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41432, 1931, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41433, 1935, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41434, 2113, '0', 'default', '2023-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41435, 1950, '0', 'preview', '2023-10-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41436, 2016, '0', 'preview', '2023-10-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41437, 2121, '0', 'preview', '2023-10-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41438, 2182, '0', 'preview', '2023-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41439, 2172, '0', 'preview', '2023-10-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41440, 2113, '0', 'preview', '2023-10-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41441, 1930, '0', 'preview', '2023-10-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41442, 2117, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41443, 2095, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41444, 1935, '0', 'preview', '2023-10-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41445, 2169, '0', 'preview', '2023-10-27', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41446, 1953, '0', 'preview', '2023-10-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41447, 2048, '0', 'preview', '2023-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41448, 2053, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41449, 2128, '0', 'preview', '2023-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41450, 2127, '0', 'preview', '2023-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41451, 2169, '0', 'default', '2023-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41452, 2190, '0', 'preview', '2023-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41453, 2121, '0', 'default', '2023-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41454, 2112, '0', 'preview', '2023-10-27', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41455, 2125, '0', 'preview', '2023-10-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41456, 2191, '0', 'preview', '2023-10-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41457, 2189, '0', 'preview', '2023-10-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41458, 2090, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41459, 1886, '0', 'preview', '2023-10-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41460, 2114, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41461, 2090, '0', 'default', '2023-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41462, 2024, '0', 'preview', '2023-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41463, 2170, '0', 'default', '2023-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41464, 2106, '0', 'default', '2023-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41465, 2190, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41466, 2192, '0', 'default', '2023-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41467, 2015, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41468, 1937, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41469, 2111, '0', 'preview', '2023-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41470, 2093, '0', 'preview', '2023-10-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41471, 2089, '0', 'default', '2023-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41472, 2089, '0', 'preview', '2023-10-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41473, 2095, '0', 'preview', '2023-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41474, 2031, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41475, 2098, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41476, 2115, '0', 'preview', '2023-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41477, 1964, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41478, 2051, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41479, 2091, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41480, 2189, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41481, 2092, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41482, 2134, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41483, 2109, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41484, 2111, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41485, 2097, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41486, 1924, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41487, 2112, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41488, 2097, '0', 'default', '2023-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41489, 2107, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41490, 2158, '0', 'preview', '2023-10-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41491, 1938, '0', 'preview', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41492, 2187, '0', 'default', '2023-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41493, 2016, '0', 'preview', '2023-10-28', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41494, 2169, '0', 'preview', '2023-10-28', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41495, 2191, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41496, 1930, '0', 'preview', '2023-10-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41497, 2189, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41498, 1953, '0', 'preview', '2023-10-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41499, 1950, '0', 'preview', '2023-10-28', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41500, 2191, '0', 'preview', '2023-10-28', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41501, 2192, '0', 'preview', '2023-10-28', 75);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41502, 2110, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41503, 2189, '0', 'preview', '2023-10-28', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41504, 2109, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41505, 2092, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41506, 2125, '0', 'preview', '2023-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41507, 2125, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41508, 2182, '0', 'preview', '2023-10-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41509, 2182, '0', 'default', '2023-10-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41510, 1938, '0', 'preview', '2023-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41511, 2106, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41512, 2170, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41513, 1912, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41514, 2089, '0', 'default', '2023-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41515, 2172, '0', 'default', '2023-10-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41516, 2116, '0', 'preview', '2023-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41517, 2122, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41518, 2048, '0', 'preview', '2023-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41519, 2181, '0', 'preview', '2023-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41520, 2112, '0', 'preview', '2023-10-28', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41521, 2027, '0', 'preview', '2023-10-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41522, 2024, '0', 'preview', '2023-10-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41523, 2023, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41524, 2114, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41525, 2121, '0', 'preview', '2023-10-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41526, 2172, '0', 'preview', '2023-10-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41527, 2188, '0', 'preview', '2023-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41528, 2186, '0', 'preview', '2023-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41529, 2053, '0', 'preview', '2023-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41530, 2089, '0', 'preview', '2023-10-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41531, 2099, '0', 'preview', '2023-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41532, 2031, '0', 'preview', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41533, 1930, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41534, 1935, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41535, 2113, '0', 'preview', '2023-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41536, 2142, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41537, 2024, '0', 'default', '2023-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41538, 2176, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41539, 2146, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41540, 2049, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41541, 2190, '0', 'preview', '2023-10-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41542, 2174, '0', 'preview', '2023-10-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41543, 2173, '0', 'preview', '2023-10-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41544, 2092, '0', 'preview', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41545, 2169, '0', 'default', '2023-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41546, 2112, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41547, 2179, '0', 'preview', '2023-10-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41548, 2141, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41549, 2090, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41550, 2174, '0', 'default', '2023-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41551, 2173, '0', 'default', '2023-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41552, 2183, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41553, 1925, '0', 'preview', '2023-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41554, 2187, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41555, 2179, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41556, 1964, '0', 'preview', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41557, 2016, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41558, 2121, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41559, 1950, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41560, 2128, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41561, 2127, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41562, 1967, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41563, 2027, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41564, 1886, '0', 'preview', '2023-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41565, 2123, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41566, 2066, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41567, 2090, '0', 'preview', '2023-10-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41568, 1935, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41569, 2133, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41570, 2158, '0', 'preview', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41571, 1932, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41572, 2109, '0', 'preview', '2023-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41573, 2186, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41574, 2188, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41575, 2086, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41576, 2053, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41577, 2111, '0', 'preview', '2023-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41578, 2066, '0', 'preview', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41579, 2135, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41580, 2134, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41581, 2185, '0', 'preview', '2023-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41582, 2175, '0', 'preview', '2023-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41583, 2133, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41584, 2097, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41585, 2118, '0', 'preview', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41586, 2028, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41587, 2095, '0', 'preview', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41588, 2023, '0', 'preview', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41589, 1966, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41590, 2110, '0', 'preview', '2023-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41591, 2141, '0', 'preview', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41592, 2020, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41593, 2145, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41594, 2117, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41595, 2185, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41596, 1924, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41597, 2091, '0', 'preview', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41598, 2093, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41599, 2093, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41600, 2127, '0', 'preview', '2023-10-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41601, 2129, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41602, 1925, '0', 'default', '2023-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41603, 1967, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41604, 1931, '0', 'preview', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41605, 1886, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41606, 1938, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41607, 2020, '0', 'default', '2023-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41608, 1950, '0', 'preview', '2023-10-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41609, 2190, '0', 'preview', '2023-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41610, 2192, '0', 'preview', '2023-10-29', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41611, 2189, '0', 'preview', '2023-10-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41612, 2016, '0', 'preview', '2023-10-29', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41613, 2027, '0', 'preview', '2023-10-29', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41614, 2024, '0', 'preview', '2023-10-29', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41615, 2169, '0', 'preview', '2023-10-29', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41616, 2172, '0', 'default', '2023-10-29', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41617, 1950, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41618, 2114, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41619, 1953, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41620, 2182, '0', 'preview', '2023-10-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41621, 2125, '0', 'preview', '2023-10-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41622, 1917, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41623, 2192, '0', 'default', '2023-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41624, 2189, '0', 'default', '2023-10-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41625, 2110, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41626, 1937, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41627, 2112, '0', 'preview', '2023-10-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41628, 1952, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41629, 2175, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41630, 2185, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41631, 2117, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41632, 1925, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41633, 2067, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41634, 1938, '0', 'preview', '2023-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41635, 2176, '0', 'preview', '2023-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41636, 2112, '0', 'default', '2023-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41637, 2097, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41638, 2097, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41639, 2121, '0', 'preview', '2023-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41640, 2172, '0', 'preview', '2023-10-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41641, 2185, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41642, 1953, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41643, 2039, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41644, 2109, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41645, 2109, '0', 'preview', '2023-10-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41646, 2191, '0', 'preview', '2023-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41647, 2088, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41648, 2158, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41649, 2048, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41650, 2048, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41651, 2053, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41652, 2116, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41653, 2179, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41654, 2169, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41655, 2190, '0', 'default', '2023-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41656, 2089, '0', 'preview', '2023-10-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41657, 2016, '0', 'default', '2023-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41658, 2170, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41659, 2027, '0', 'default', '2023-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41660, 2024, '0', 'default', '2023-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41661, 1966, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41662, 2121, '0', 'default', '2023-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41663, 2053, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41664, 2111, '0', 'preview', '2023-10-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41665, 2086, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41666, 2129, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41667, 2187, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41668, 2186, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41669, 2094, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41670, 2093, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41671, 2123, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41672, 2134, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41673, 1886, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41674, 1930, '0', 'preview', '2023-10-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41675, 2133, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41676, 2090, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41677, 2173, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41678, 1886, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41679, 2067, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41680, 2110, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41681, 2012, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41682, 2118, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41683, 2171, '0', 'default', '2023-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41684, 2066, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41685, 2065, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41686, 2173, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41687, 2181, '0', 'preview', '2023-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41688, 2181, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41689, 2158, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41690, 2092, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41691, 2113, '0', 'preview', '2023-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41692, 2174, '0', 'preview', '2023-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41693, 2182, '0', 'default', '2023-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41694, 2188, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41695, 2186, '0', 'preview', '2023-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41696, 2141, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41697, 2175, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41698, 2020, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41699, 2031, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41700, 2170, '0', 'default', '2023-10-29', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41701, 2106, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41702, 2089, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41703, 2111, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41704, 2127, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41705, 2126, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41706, 2095, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41707, 2120, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41708, 2119, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41709, 2096, '0', 'preview', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41710, 1917, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41711, 2176, '0', 'default', '2023-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41712, 1966, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41713, 2115, '0', 'preview', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41714, 2188, '0', 'default', '2023-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41715, 2182, '0', 'preview', '2023-10-30', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41716, 2089, '0', 'preview', '2023-10-30', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41717, 2192, '0', 'preview', '2023-10-30', 278);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41718, 2121, '0', 'preview', '2023-10-30', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41719, 2112, '0', 'preview', '2023-10-30', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41720, 2191, '0', 'preview', '2023-10-30', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41721, 2172, '0', 'preview', '2023-10-30', 82);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41722, 1925, '0', 'default', '2023-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41723, 1925, '0', 'preview', '2023-10-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41724, 2181, '0', 'preview', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41725, 2183, '0', 'default', '2023-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41726, 2134, '0', 'preview', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41727, 2179, '0', 'preview', '2023-10-30', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41728, 2115, '0', 'preview', '2023-10-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41729, 2090, '0', 'preview', '2023-10-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41730, 2170, '0', 'preview', '2023-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41731, 2053, '0', 'default', '2023-10-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41732, 2111, '0', 'preview', '2023-10-30', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41733, 2109, '0', 'preview', '2023-10-30', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41734, 2190, '0', 'preview', '2023-10-30', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41735, 2121, '0', 'default', '2023-10-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41736, 2109, '0', 'default', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41737, 2111, '0', 'default', '2023-10-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41738, 2145, '0', 'preview', '2023-10-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41739, 2048, '0', 'default', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41740, 2016, '0', 'default', '2023-10-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41741, 2024, '0', 'default', '2023-10-30', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41742, 2086, '0', 'preview', '2023-10-30', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41743, 2027, '0', 'preview', '2023-10-30', 110);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41744, 2027, '0', 'default', '2023-10-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41745, 2066, '0', 'default', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41746, 2172, '0', 'default', '2023-10-30', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41747, 2053, '0', 'preview', '2023-10-30', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41748, 2133, '0', 'preview', '2023-10-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41749, 2024, '0', 'preview', '2023-10-30', 96);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41750, 2117, '0', 'preview', '2023-10-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41751, 2067, '0', 'preview', '2023-10-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41752, 2125, '0', 'preview', '2023-10-30', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41753, 1953, '0', 'preview', '2023-10-30', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41754, 2096, '0', 'default', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41755, 2016, '0', 'preview', '2023-10-30', 126);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41756, 2188, '0', 'default', '2023-10-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41757, 2048, '0', 'preview', '2023-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41758, 2189, '0', 'preview', '2023-10-30', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41759, 2113, '0', 'preview', '2023-10-30', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41760, 2176, '0', 'preview', '2023-10-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41761, 2116, '0', 'preview', '2023-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41762, 1950, '0', 'preview', '2023-10-30', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41763, 2092, '0', 'preview', '2023-10-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41764, 2173, '0', 'preview', '2023-10-30', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41765, 2174, '0', 'preview', '2023-10-30', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41766, 2181, '0', 'default', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41767, 2118, '0', 'preview', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41768, 2171, '0', 'preview', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41769, 2169, '0', 'preview', '2023-10-30', 105);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41770, 2012, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41771, 2186, '0', 'preview', '2023-10-30', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41772, 2187, '0', 'preview', '2023-10-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41773, 2182, '0', 'default', '2023-10-30', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41774, 2020, '0', 'preview', '2023-10-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41775, 2089, '0', 'default', '2023-10-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41776, 2135, '0', 'preview', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41777, 1886, '0', 'preview', '2023-10-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41778, 2140, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41779, 1967, '0', 'default', '2023-10-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41780, 2117, '0', 'default', '2023-10-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41781, 2179, '0', 'default', '2023-10-30', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41782, 2188, '0', 'preview', '2023-10-30', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41783, 2146, '0', 'preview', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41784, 2147, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41785, 2177, '0', 'preview', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41786, 2187, '0', 'default', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41787, 2183, '0', 'preview', '2023-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41788, 1935, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41789, 1920, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41790, 2191, '0', 'default', '2023-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41791, 2189, '0', 'default', '2023-10-30', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41792, 2169, '0', 'default', '2023-10-30', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41793, 2171, '0', 'default', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41794, 2110, '0', 'preview', '2023-10-30', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41795, 2106, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41796, 2015, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41797, 2086, '0', 'default', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41798, 1938, '0', 'default', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41799, 1930, '0', 'preview', '2023-10-30', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41800, 2093, '0', 'preview', '2023-10-30', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41801, 1931, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41802, 1937, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41803, 1935, '0', 'preview', '2023-10-30', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41804, 2175, '0', 'preview', '2023-10-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41805, 2099, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41806, 2094, '0', 'default', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41807, 2039, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41808, 2114, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41809, 2190, '0', 'default', '2023-10-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41810, 2097, '0', 'preview', '2023-10-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41811, 1918, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41812, 2095, '0', 'default', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41813, 1957, '0', 'default', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41814, 2140, '0', 'default', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41815, 1952, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41816, 2127, '0', 'default', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41817, 2031, '0', 'default', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41818, 2020, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41819, 2098, '0', 'default', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41820, 2185, '0', 'default', '2023-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41821, 1967, '0', 'preview', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41822, 2174, '0', 'default', '2023-10-30', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41823, 2173, '0', 'default', '2023-10-30', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41824, 2158, '0', 'preview', '2023-10-30', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41825, 2175, '0', 'default', '2023-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41826, 2066, '0', 'preview', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41827, 2141, '0', 'preview', '2023-10-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41828, 2028, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41829, 2145, '0', 'default', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41830, 2097, '0', 'default', '2023-10-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41831, 2178, '0', 'preview', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41832, 1938, '0', 'preview', '2023-10-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41833, 2130, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41834, 2186, '0', 'default', '2023-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41835, 2141, '0', 'default', '2023-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41836, 2184, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41837, 2114, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41838, 2091, '0', 'preview', '2023-10-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41839, 2192, '0', 'default', '2023-10-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41840, 2107, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41841, 2128, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41842, 2127, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41843, 1964, '0', 'preview', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41844, 2051, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41845, 2158, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41846, 2088, '0', 'preview', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41847, 1912, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41848, 2095, '0', 'preview', '2023-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41849, 1913, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41850, 2185, '0', 'preview', '2023-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41851, 2031, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41852, 2107, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41853, 2054, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41854, 1964, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41855, 2130, '0', 'preview', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41856, 2039, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41857, 2049, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41858, 2128, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41859, 1966, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41860, 1950, '0', 'default', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41861, 2065, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41862, 2133, '0', 'default', '2023-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41863, 2123, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41864, 2125, '0', 'default', '2023-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41865, 2096, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41866, 2176, '0', 'default', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41867, 2112, '0', 'default', '2023-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41868, 2170, '0', 'default', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41869, 2055, '0', 'default', '2023-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41870, 1930, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41871, 2090, '0', 'default', '2023-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41872, 2067, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41873, 2122, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41874, 2110, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41875, 2099, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41876, 2118, '0', 'default', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41877, 2055, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41878, 2092, '0', 'default', '2023-10-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41879, 2120, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41880, 1960, '0', 'preview', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41881, 2135, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41882, 2106, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41883, 2023, '0', 'default', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41884, 2116, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41885, 2028, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41886, 1957, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41887, 1953, '0', 'default', '2023-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41888, 2178, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41889, 2023, '0', 'preview', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41890, 2177, '0', 'default', '2023-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41891, 2192, '0', 'preview', '2023-10-31', 162);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41892, 2189, '0', 'preview', '2023-10-31', 73);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41893, 2125, '0', 'preview', '2023-10-31', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41894, 2089, '0', 'preview', '2023-10-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41895, 2086, '0', 'preview', '2023-10-31', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41896, 2089, '0', 'default', '2023-10-31', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41897, 2112, '0', 'preview', '2023-10-31', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41898, 2121, '0', 'default', '2023-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41899, 2191, '0', 'preview', '2023-10-31', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41900, 2191, '0', 'preview', '2023-10-31', 22);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41901, 2109, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41902, 2027, '0', 'preview', '2023-10-31', 80);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41903, 2172, '0', 'preview', '2023-10-31', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41904, 1950, '0', 'preview', '2023-10-31', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41905, 2016, '0', 'preview', '2023-10-31', 109);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41906, 2024, '0', 'preview', '2023-10-31', 83);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41907, 2172, '0', 'default', '2023-10-31', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41908, 2027, '0', 'default', '2023-10-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41909, 2181, '0', 'default', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41910, 2112, '0', 'default', '2023-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41911, 2170, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41912, 2134, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41913, 2135, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41914, 2053, '0', 'default', '2023-10-31', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41915, 2110, '0', 'preview', '2023-10-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41916, 2169, '0', 'preview', '2023-10-31', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41917, 1960, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41918, 2186, '0', 'default', '2023-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41919, 2130, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41920, 2141, '0', 'default', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41921, 1886, '0', 'preview', '2023-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41922, 2169, '0', 'default', '2023-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41923, 2111, '0', 'preview', '2023-10-31', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41924, 1925, '0', 'default', '2023-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41925, 2173, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41926, 2187, '0', 'default', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41927, 2176, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41928, 2054, '0', 'default', '2023-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41929, 2109, '0', 'preview', '2023-10-31', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41930, 2086, '0', 'default', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41931, 1953, '0', 'preview', '2023-10-31', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41932, 2095, '0', 'default', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41933, 2095, '0', 'preview', '2023-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41934, 2099, '0', 'preview', '2023-10-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41935, 2121, '0', 'preview', '2023-10-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41936, 2190, '0', 'preview', '2023-10-31', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41937, 2174, '0', 'preview', '2023-10-31', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41938, 2106, '0', 'default', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41939, 2173, '0', 'preview', '2023-10-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41940, 1967, '0', 'preview', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41941, 2185, '0', 'default', '2023-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41942, 1935, '0', 'preview', '2023-10-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41943, 2113, '0', 'preview', '2023-10-31', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41944, 2020, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41945, 2182, '0', 'preview', '2023-10-31', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41946, 2133, '0', 'preview', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41947, 2185, '0', 'preview', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41948, 2175, '0', 'preview', '2023-10-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41949, 2192, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41950, 2190, '0', 'default', '2023-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41951, 2053, '0', 'preview', '2023-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41952, 2106, '0', 'preview', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41953, 2097, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41954, 2182, '0', 'default', '2023-10-31', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41955, 2171, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41956, 2188, '0', 'default', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41957, 2090, '0', 'preview', '2023-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41958, 2186, '0', 'preview', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41959, 2175, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41960, 2092, '0', 'preview', '2023-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41961, 1925, '0', 'preview', '2023-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41962, 2065, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41963, 2118, '0', 'preview', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41964, 2127, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41965, 2179, '0', 'preview', '2023-10-31', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41966, 2117, '0', 'default', '2023-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41967, 2188, '0', 'preview', '2023-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41968, 2158, '0', 'preview', '2023-10-31', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41969, 1938, '0', 'preview', '2023-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41970, 2176, '0', 'preview', '2023-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41971, 2146, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41972, 2065, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41973, 2091, '0', 'default', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41974, 2091, '0', 'preview', '2023-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41975, 2066, '0', 'preview', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41976, 2097, '0', 'preview', '2023-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41977, 2118, '0', 'default', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41978, 2117, '0', 'preview', '2023-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41979, 2096, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41980, 2031, '0', 'preview', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41981, 2055, '0', 'preview', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41982, 2111, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41983, 2067, '0', 'preview', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41984, 2171, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41985, 1930, '0', 'preview', '2023-10-31', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41986, 2051, '0', 'preview', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41987, 1964, '0', 'preview', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41988, 2012, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41989, 1918, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41990, 2055, '0', 'default', '2023-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41991, 1932, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41992, 2119, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41993, 2179, '0', 'default', '2023-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41994, 1938, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41995, 2125, '0', 'default', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41996, 2134, '0', 'preview', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41997, 1960, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41998, 2174, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41999, 2090, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42000, 2187, '0', 'preview', '2023-10-31', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42001, 2094, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42002, 2145, '0', 'preview', '2023-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42003, 2189, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42004, 2113, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42005, 1937, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42006, 1930, '0', 'default', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42007, 2133, '0', 'default', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42008, 2140, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42009, 2092, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42010, 2024, '0', 'default', '2023-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42011, 2183, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42012, 2016, '0', 'default', '2023-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42013, 2191, '0', 'default', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42014, 2146, '0', 'default', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42015, 2147, '0', 'default', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42016, 2177, '0', 'default', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42017, 2051, '0', 'default', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42018, 2114, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42019, 2115, '0', 'preview', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42020, 1955, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42021, 2141, '0', 'preview', '2023-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42022, 2130, '0', 'preview', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42023, 1913, '0', 'default', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42024, 2116, '0', 'preview', '2023-10-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42025, 2054, '0', 'preview', '2023-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42026, 2028, '0', 'preview', '2023-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42027, 2110, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42028, 2067, '0', 'default', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42029, 1935, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42030, 2023, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42031, 2020, '0', 'default', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42032, 2135, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42033, 2015, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42034, 2039, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42035, 2181, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42036, 2098, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42037, 2128, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42038, 2142, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42039, 1914, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42040, 2126, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42041, 2140, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42042, 2048, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42043, 2170, '0', 'preview', '2023-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42044, 1967, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42045, 1957, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42046, 1950, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42047, 1953, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42048, 1886, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42049, 2127, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42050, 2178, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42051, 1952, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42052, 2145, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42053, 2028, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42054, 1964, '0', 'default', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42055, 2093, '0', 'preview', '2023-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42056, 2027, '0', 'preview', '2023-11-01', 69);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42057, 2172, '0', 'preview', '2023-11-01', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42058, 2189, '0', 'preview', '2023-11-01', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42059, 2169, '0', 'preview', '2023-11-01', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42060, 2174, '0', 'default', '2023-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42061, 2016, '0', 'default', '2023-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42062, 2016, '0', 'preview', '2023-11-01', 85);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42063, 2192, '0', 'preview', '2023-11-01', 119);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42064, 2182, '0', 'default', '2023-11-01', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42065, 2186, '0', 'default', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42066, 2086, '0', 'preview', '2023-11-01', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42067, 2179, '0', 'preview', '2023-11-01', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42068, 2173, '0', 'default', '2023-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42069, 2171, '0', 'preview', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42070, 2185, '0', 'default', '2023-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42071, 2170, '0', 'preview', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42072, 2112, '0', 'preview', '2023-11-01', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42073, 2114, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42074, 2187, '0', 'preview', '2023-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42075, 2173, '0', 'preview', '2023-11-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42076, 2185, '0', 'preview', '2023-11-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42077, 2024, '0', 'default', '2023-11-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42078, 2024, '0', 'preview', '2023-11-01', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42079, 2093, '0', 'default', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42080, 2027, '0', 'default', '2023-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42081, 1950, '0', 'preview', '2023-11-01', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42082, 2190, '0', 'preview', '2023-11-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42083, 2122, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42084, 2174, '0', 'preview', '2023-11-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42085, 2133, '0', 'default', '2023-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42086, 2133, '0', 'preview', '2023-11-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42087, 1953, '0', 'preview', '2023-11-01', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42088, 1967, '0', 'preview', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42089, 2121, '0', 'preview', '2023-11-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42090, 1957, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42091, 2125, '0', 'preview', '2023-11-01', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42092, 2182, '0', 'preview', '2023-11-01', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42093, 2111, '0', 'preview', '2023-11-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42094, 1930, '0', 'preview', '2023-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42095, 1960, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42096, 2113, '0', 'preview', '2023-11-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42097, 2110, '0', 'preview', '2023-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42098, 2093, '0', 'preview', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42099, 2089, '0', 'default', '2023-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42100, 2031, '0', 'preview', '2023-11-01', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42101, 2189, '0', 'default', '2023-11-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42102, 2188, '0', 'default', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42103, 2191, '0', 'preview', '2023-11-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42104, 2188, '0', 'preview', '2023-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42105, 2186, '0', 'preview', '2023-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42106, 2170, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42107, 2067, '0', 'preview', '2023-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42108, 2028, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42109, 2092, '0', 'default', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42110, 2031, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42111, 2109, '0', 'preview', '2023-11-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42112, 2065, '0', 'default', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42113, 2192, '0', 'default', '2023-11-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42114, 2067, '0', 'default', '2023-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42115, 1967, '0', 'default', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42116, 2132, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42117, 2134, '0', 'preview', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42118, 2089, '0', 'preview', '2023-11-01', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42119, 2121, '0', 'default', '2023-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42120, 2141, '0', 'preview', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42121, 1931, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42122, 2048, '0', 'preview', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42123, 2049, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42124, 2106, '0', 'preview', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42125, 2134, '0', 'default', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42126, 2090, '0', 'default', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42127, 2090, '0', 'preview', '2023-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42128, 2095, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42129, 2145, '0', 'preview', '2023-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42130, 2123, '0', 'preview', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42131, 2015, '0', 'preview', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42132, 2120, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42133, 2055, '0', 'default', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42134, 2053, '0', 'default', '2023-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42135, 2184, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42136, 2135, '0', 'preview', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42137, 2092, '0', 'preview', '2023-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42138, 2175, '0', 'preview', '2023-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42139, 2172, '0', 'default', '2023-11-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42140, 2190, '0', 'default', '2023-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42141, 1918, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42142, 2179, '0', 'default', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42143, 2116, '0', 'preview', '2023-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42144, 1913, '0', 'preview', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42145, 2039, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42146, 2117, '0', 'preview', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42147, 2112, '0', 'default', '2023-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42148, 2158, '0', 'default', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42149, 1938, '0', 'preview', '2023-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42150, 2051, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42151, 1964, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42152, 1960, '0', 'preview', '2023-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42153, 2127, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42154, 2140, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42155, 1952, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42156, 2130, '0', 'preview', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42157, 2131, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42158, 2176, '0', 'preview', '2023-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42159, 2175, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42160, 1930, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42161, 1931, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42162, 1935, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42163, 1937, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42164, 2113, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42165, 2176, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42166, 1938, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42167, 2146, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42168, 2147, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42169, 2177, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42170, 1957, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42171, 2178, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42172, 1966, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42173, 2066, '0', 'default', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42174, 1886, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42175, 2169, '0', 'default', '2023-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42176, 2049, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42177, 2087, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42178, 1912, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42179, 2095, '0', 'preview', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42180, 2053, '0', 'preview', '2023-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42181, 2117, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42182, 2181, '0', 'preview', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42183, 2065, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42184, 1966, '0', 'preview', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42185, 2066, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42186, 2097, '0', 'preview', '2023-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42187, 2099, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42188, 2020, '0', 'preview', '2023-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42189, 2183, '0', 'preview', '2023-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42190, 2146, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42191, 2054, '0', 'default', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42192, 2086, '0', 'default', '2023-11-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42193, 2039, '0', 'preview', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42194, 1925, '0', 'preview', '2023-11-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42195, 2191, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42196, 1925, '0', 'default', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42197, 2127, '0', 'preview', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42198, 2126, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42199, 2142, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42200, 2129, '0', 'preview', '2023-11-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42201, 1935, '0', 'preview', '2023-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42202, 2111, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42203, 2187, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42204, 1886, '0', 'preview', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42205, 2181, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42206, 2135, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42207, 2141, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42208, 2158, '0', 'preview', '2023-11-01', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42209, 2096, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42210, 2098, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42211, 2115, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42212, 2023, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42213, 2091, '0', 'preview', '2023-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42214, 2107, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42215, 1917, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42216, 2088, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42217, 1918, '0', 'preview', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42218, 2178, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42219, 1952, '0', 'preview', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42220, 1955, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42221, 2128, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42222, 2023, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42223, 2109, '0', 'default', '2023-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42224, 2171, '0', 'default', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42225, 2140, '0', 'preview', '2023-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42226, 2053, '0', 'preview', '2023-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42227, 2169, '0', 'preview', '2023-11-02', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42228, 2111, '0', 'preview', '2023-11-02', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42229, 1930, '0', 'preview', '2023-11-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42230, 2113, '0', 'preview', '2023-11-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42231, 2172, '0', 'preview', '2023-11-02', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42232, 1935, '0', 'preview', '2023-11-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42233, 2192, '0', 'preview', '2023-11-02', 142);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42234, 2027, '0', 'preview', '2023-11-02', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42235, 2190, '0', 'preview', '2023-11-02', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42236, 1950, '0', 'preview', '2023-11-02', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42237, 1953, '0', 'preview', '2023-11-02', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42238, 1960, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42239, 2121, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42240, 2086, '0', 'preview', '2023-11-02', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42241, 2016, '0', 'preview', '2023-11-02', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42242, 2189, '0', 'preview', '2023-11-02', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42243, 2114, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42244, 2024, '0', 'preview', '2023-11-02', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42245, 2158, '0', 'preview', '2023-11-02', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42246, 2182, '0', 'preview', '2023-11-02', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42247, 2190, '0', 'default', '2023-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42248, 2055, '0', 'default', '2023-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42249, 2055, '0', 'preview', '2023-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42250, 1938, '0', 'preview', '2023-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42251, 2145, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42252, 2109, '0', 'preview', '2023-11-02', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42253, 2188, '0', 'default', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42254, 2173, '0', 'default', '2023-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42255, 2174, '0', 'default', '2023-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42256, 2173, '0', 'preview', '2023-11-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42257, 2175, '0', 'default', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42258, 1967, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42259, 2179, '0', 'default', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42260, 2089, '0', 'preview', '2023-11-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42261, 2189, '0', 'default', '2023-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42262, 2192, '0', 'default', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42263, 2110, '0', 'preview', '2023-11-02', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42264, 2086, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42265, 2110, '0', 'default', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42266, 2112, '0', 'default', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42267, 2092, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42268, 2091, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42269, 2125, '0', 'default', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42270, 2125, '0', 'preview', '2023-11-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42271, 2031, '0', 'preview', '2023-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42272, 2191, '0', 'preview', '2023-11-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42273, 2172, '0', 'default', '2023-11-02', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42274, 2182, '0', 'default', '2023-11-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42275, 2112, '0', 'preview', '2023-11-02', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42276, 2179, '0', 'preview', '2023-11-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42277, 1967, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42278, 2181, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42279, 2115, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42280, 2175, '0', 'preview', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42281, 2121, '0', 'preview', '2023-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42282, 2174, '0', 'preview', '2023-11-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42283, 2107, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42284, 1938, '0', 'default', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42285, 2093, '0', 'preview', '2023-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42286, 2133, '0', 'preview', '2023-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42287, 2023, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42288, 1930, '0', 'default', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42289, 2117, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42290, 2191, '0', 'default', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42291, 2090, '0', 'preview', '2023-11-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42292, 2089, '0', 'default', '2023-11-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42293, 2023, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42294, 1886, '0', 'preview', '2023-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42295, 1925, '0', 'preview', '2023-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42296, 2188, '0', 'preview', '2023-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42297, 2187, '0', 'preview', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42298, 2176, '0', 'preview', '2023-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42299, 2027, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42300, 2048, '0', 'default', '2023-11-02', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42301, 2169, '0', 'default', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42302, 2178, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42303, 2106, '0', 'preview', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42304, 2134, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42305, 2099, '0', 'default', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42306, 2171, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42307, 2116, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42308, 2020, '0', 'preview', '2023-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42309, 1964, '0', 'preview', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42310, 1925, '0', 'default', '2023-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42311, 2067, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42312, 2097, '0', 'preview', '2023-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42313, 2186, '0', 'preview', '2023-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42314, 2141, '0', 'preview', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42315, 2118, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42316, 2117, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42317, 2109, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42318, 2111, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42319, 2185, '0', 'preview', '2023-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42320, 2186, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42321, 2134, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42322, 2090, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42323, 1957, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42324, 2087, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42325, 2127, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42326, 2128, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42327, 2048, '0', 'preview', '2023-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42328, 2053, '0', 'default', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42329, 2133, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42330, 2141, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42331, 2158, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42332, 2106, '0', 'default', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42333, 2183, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42334, 2088, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42335, 2097, '0', 'default', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42336, 2181, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42337, 1913, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42338, 2096, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42339, 2187, '0', 'default', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42340, 2135, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42341, 2095, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42342, 2016, '0', 'default', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42343, 2130, '0', 'preview', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42344, 2183, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42345, 2024, '0', 'default', '2023-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42346, 2039, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42347, 2123, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42348, 2140, '0', 'preview', '2023-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42349, 2049, '0', 'preview', '2023-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42350, 2171, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42351, 2172, '0', 'default', '2023-11-03', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42352, 1930, '0', 'preview', '2023-11-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42353, 2169, '0', 'preview', '2023-11-03', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42354, 2189, '0', 'preview', '2023-11-03', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42355, 2016, '0', 'preview', '2023-11-03', 86);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42356, 2192, '0', 'preview', '2023-11-03', 138);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42357, 2048, '0', 'preview', '2023-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42358, 2027, '0', 'preview', '2023-11-03', 75);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42359, 2053, '0', 'default', '2023-11-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42360, 2090, '0', 'preview', '2023-11-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42361, 2111, '0', 'preview', '2023-11-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42362, 2024, '0', 'preview', '2023-11-03', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42363, 1912, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42364, 2031, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42365, 2039, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42366, 2110, '0', 'preview', '2023-11-03', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42367, 2182, '0', 'preview', '2023-11-03', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42368, 2048, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42369, 2113, '0', 'preview', '2023-11-03', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42370, 1953, '0', 'preview', '2023-11-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42371, 2131, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42372, 2183, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42373, 1925, '0', 'preview', '2023-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42374, 2140, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42375, 2027, '0', 'default', '2023-11-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42376, 2179, '0', 'preview', '2023-11-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42377, 2172, '0', 'preview', '2023-11-03', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42378, 2024, '0', 'default', '2023-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42379, 2016, '0', 'default', '2023-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42380, 2095, '0', 'preview', '2023-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42381, 2089, '0', 'preview', '2023-11-03', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42382, 2173, '0', 'preview', '2023-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42383, 2133, '0', 'default', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42384, 2092, '0', 'default', '2023-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42385, 1925, '0', 'default', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42386, 2158, '0', 'default', '2023-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42387, 2133, '0', 'preview', '2023-11-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42388, 2121, '0', 'preview', '2023-11-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42389, 1950, '0', 'preview', '2023-11-03', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42390, 1952, '0', 'preview', '2023-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42391, 2086, '0', 'preview', '2023-11-03', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42392, 2145, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42393, 2169, '0', 'default', '2023-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42394, 1930, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42395, 2181, '0', 'preview', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42396, 2182, '0', 'default', '2023-11-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42397, 2093, '0', 'preview', '2023-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42398, 1938, '0', 'preview', '2023-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42399, 2125, '0', 'preview', '2023-11-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42400, 2189, '0', 'default', '2023-11-03', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42401, 2086, '0', 'default', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42402, 2122, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42403, 2053, '0', 'preview', '2023-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42404, 2130, '0', 'preview', '2023-11-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42405, 2117, '0', 'default', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42406, 2091, '0', 'preview', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42407, 2092, '0', 'preview', '2023-11-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42408, 2187, '0', 'preview', '2023-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42409, 2185, '0', 'default', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42410, 2112, '0', 'preview', '2023-11-03', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42411, 1886, '0', 'preview', '2023-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42412, 2190, '0', 'preview', '2023-11-03', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42413, 2158, '0', 'preview', '2023-11-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42414, 2109, '0', 'preview', '2023-11-03', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42415, 1935, '0', 'preview', '2023-11-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42416, 2176, '0', 'preview', '2023-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42417, 2146, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42418, 2177, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42419, 2049, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42420, 2135, '0', 'default', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42421, 2067, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42422, 2088, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42423, 1918, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42424, 2118, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42425, 1967, '0', 'preview', '2023-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42426, 2020, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42427, 2135, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42428, 2191, '0', 'default', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42429, 2170, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42430, 2114, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42431, 2129, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42432, 2023, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42433, 2065, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42434, 2028, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42435, 2067, '0', 'default', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42436, 2117, '0', 'preview', '2023-11-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42437, 2106, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42438, 2116, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42439, 2191, '0', 'preview', '2023-11-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42440, 2089, '0', 'default', '2023-11-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42441, 2175, '0', 'preview', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42442, 2185, '0', 'preview', '2023-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42443, 2098, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42444, 2121, '0', 'default', '2023-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42445, 2099, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42446, 1953, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42447, 2141, '0', 'default', '2023-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42448, 2170, '0', 'default', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42449, 2109, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42450, 2110, '0', 'default', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42451, 1913, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42452, 2141, '0', 'preview', '2023-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42453, 2174, '0', 'preview', '2023-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42454, 2091, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42455, 2192, '0', 'default', '2023-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42456, 2176, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42457, 1966, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42458, 2188, '0', 'preview', '2023-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42459, 2125, '0', 'default', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42460, 1935, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42461, 2183, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42462, 2186, '0', 'preview', '2023-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42463, 2181, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42464, 1966, '0', 'preview', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42465, 2066, '0', 'preview', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42466, 2171, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42467, 2055, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42468, 2055, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42469, 2020, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42470, 2097, '0', 'preview', '2023-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42471, 2127, '0', 'preview', '2023-11-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42472, 2126, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42473, 2107, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42474, 1957, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42475, 1957, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42476, 1955, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42477, 2142, '0', 'preview', '2023-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42478, 1938, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42479, 1950, '0', 'default', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42480, 2173, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42481, 2186, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42482, 2190, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42483, 2175, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42484, 2115, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42485, 2188, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42486, 2179, '0', 'default', '2023-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42487, 2112, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42488, 1886, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42489, 1964, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42490, 2140, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42491, 2178, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42492, 2023, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42493, 2015, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42494, 2127, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42495, 2128, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42496, 1952, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42497, 2134, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42498, 2128, '0', 'preview', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42499, 2178, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42500, 2129, '0', 'preview', '2023-11-03', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42501, 2099, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42502, 2165, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42503, 1931, '0', 'preview', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42504, 1937, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42505, 2123, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42506, 1937, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42507, 2090, '0', 'default', '2023-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42508, 2051, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42509, 2088, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42510, 2174, '0', 'default', '2023-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42511, 1967, '0', 'default', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42512, 1964, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42513, 2087, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42514, 2147, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42515, 1924, '0', 'preview', '2023-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42516, 2016, '0', 'preview', '2023-11-04', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42517, 2086, '0', 'preview', '2023-11-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42518, 2027, '0', 'preview', '2023-11-04', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42519, 2024, '0', 'preview', '2023-11-04', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42520, 2176, '0', 'default', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42521, 2191, '0', 'preview', '2023-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42522, 2174, '0', 'preview', '2023-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42523, 2092, '0', 'preview', '2023-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42524, 2189, '0', 'preview', '2023-11-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42525, 2172, '0', 'preview', '2023-11-04', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42526, 1930, '0', 'preview', '2023-11-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42527, 2113, '0', 'preview', '2023-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42528, 2192, '0', 'preview', '2023-11-04', 72);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42529, 2023, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42530, 2172, '0', 'default', '2023-11-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42531, 2182, '0', 'preview', '2023-11-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42532, 2121, '0', 'preview', '2023-11-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42533, 2190, '0', 'preview', '2023-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42534, 2109, '0', 'preview', '2023-11-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42535, 1950, '0', 'default', '2023-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42536, 1950, '0', 'preview', '2023-11-04', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42537, 2129, '0', 'preview', '2023-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42538, 2140, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42539, 2166, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42540, 1935, '0', 'preview', '2023-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42541, 2169, '0', 'preview', '2023-11-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42542, 2125, '0', 'preview', '2023-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42543, 2186, '0', 'preview', '2023-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42544, 2188, '0', 'preview', '2023-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42545, 2054, '0', 'preview', '2023-11-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42546, 2175, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42547, 2173, '0', 'preview', '2023-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42548, 2141, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42549, 2053, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42550, 2133, '0', 'preview', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42551, 2185, '0', 'preview', '2023-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42552, 2086, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42553, 2089, '0', 'default', '2023-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42554, 2182, '0', 'default', '2023-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42555, 2111, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42556, 2111, '0', 'preview', '2023-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42557, 2039, '0', 'preview', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42558, 2112, '0', 'preview', '2023-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42559, 2110, '0', 'preview', '2023-11-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42560, 2089, '0', 'preview', '2023-11-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42561, 2170, '0', 'default', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42562, 2169, '0', 'default', '2023-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42563, 2133, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42564, 2130, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42565, 2090, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42566, 2091, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42567, 2092, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42568, 2132, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42569, 2131, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42570, 2134, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42571, 2135, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42572, 2185, '0', 'default', '2023-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42573, 2024, '0', 'default', '2023-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42574, 2016, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42575, 2187, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42576, 2183, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42577, 2174, '0', 'default', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42578, 2175, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42579, 2173, '0', 'default', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42580, 2184, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42581, 2186, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42582, 2188, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42583, 1920, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42584, 1924, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42585, 1925, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42586, 2141, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42587, 2093, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42588, 1930, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42589, 1931, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42590, 1935, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42591, 1937, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42592, 2113, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42593, 2109, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42594, 2110, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42595, 2189, '0', 'default', '2023-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42596, 2191, '0', 'default', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42597, 2192, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42598, 2190, '0', 'default', '2023-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42599, 2145, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42600, 1938, '0', 'default', '2023-11-04', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42601, 2146, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42602, 2147, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42603, 2177, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42604, 2129, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42605, 2128, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42606, 2142, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42607, 2126, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42608, 2127, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42609, 2178, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42610, 1957, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42611, 2140, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42612, 1952, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42613, 2051, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42614, 1964, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42615, 2027, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42616, 1966, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42617, 2066, '0', 'default', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42618, 2065, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42619, 2117, '0', 'default', '2023-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42620, 2179, '0', 'default', '2023-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42621, 1967, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42622, 1938, '0', 'preview', '2023-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42623, 2115, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42624, 2053, '0', 'preview', '2023-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42625, 1953, '0', 'preview', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42626, 2121, '0', 'default', '2023-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42627, 2096, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42628, 2179, '0', 'preview', '2023-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42629, 2097, '0', 'preview', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42630, 2145, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42631, 1931, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42632, 2181, '0', 'default', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42633, 2031, '0', 'preview', '2023-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42634, 2020, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42635, 2051, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42636, 1964, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42637, 2183, '0', 'preview', '2023-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42638, 2187, '0', 'preview', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42639, 2178, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42640, 2127, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42641, 2090, '0', 'preview', '2023-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42642, 2170, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42643, 2055, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42644, 2048, '0', 'preview', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42645, 2135, '0', 'preview', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42646, 2134, '0', 'preview', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42647, 2117, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42648, 1886, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42649, 2176, '0', 'preview', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42650, 2146, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42651, 2147, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42652, 2177, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42653, 1967, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42654, 2158, '0', 'preview', '2023-11-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42655, 2096, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42656, 2099, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42657, 2095, '0', 'preview', '2023-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42658, 2065, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42659, 2015, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42660, 2123, '0', 'default', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42661, 2123, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42662, 2120, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42663, 2031, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42664, 2184, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42665, 2048, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42666, 1925, '0', 'preview', '2023-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42667, 2012, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42668, 2012, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42669, 2114, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42670, 2093, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42671, 2130, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42672, 2116, '0', 'preview', '2023-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42673, 1960, '0', 'default', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42674, 1917, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42675, 2067, '0', 'preview', '2023-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42676, 2024, '0', 'preview', '2023-11-05', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42677, 1950, '0', 'preview', '2023-11-05', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42678, 2053, '0', 'default', '2023-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42679, 2016, '0', 'preview', '2023-11-05', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42680, 2189, '0', 'default', '2023-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42681, 2129, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42682, 2089, '0', 'default', '2023-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42683, 2027, '0', 'preview', '2023-11-05', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42684, 2191, '0', 'preview', '2023-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42685, 2181, '0', 'default', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42686, 2172, '0', 'default', '2023-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42687, 2172, '0', 'preview', '2023-11-05', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42688, 2086, '0', 'preview', '2023-11-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42689, 2182, '0', 'preview', '2023-11-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42690, 2066, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42691, 2192, '0', 'preview', '2023-11-05', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42692, 2048, '0', 'preview', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42693, 2158, '0', 'preview', '2023-11-05', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42694, 1913, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42695, 1935, '0', 'preview', '2023-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42696, 2169, '0', 'preview', '2023-11-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42697, 2191, '0', 'default', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42698, 2190, '0', 'preview', '2023-11-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42699, 2189, '0', 'preview', '2023-11-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42700, 2158, '0', 'default', '2023-11-05', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42701, 2116, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42702, 2048, '0', 'default', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42703, 2192, '0', 'default', '2023-11-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42704, 2121, '0', 'preview', '2023-11-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42705, 2113, '0', 'preview', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42706, 2109, '0', 'preview', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42707, 2186, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42708, 1953, '0', 'preview', '2023-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42709, 2122, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42710, 2065, '0', 'default', '2023-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42711, 2027, '0', 'default', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42712, 2024, '0', 'default', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42713, 2117, '0', 'preview', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42714, 2185, '0', 'default', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42715, 2112, '0', 'preview', '2023-11-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42716, 2111, '0', 'preview', '2023-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42717, 2115, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42718, 2169, '0', 'default', '2023-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42719, 2110, '0', 'preview', '2023-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42720, 2174, '0', 'preview', '2023-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42721, 1925, '0', 'preview', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42722, 2187, '0', 'preview', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42723, 2173, '0', 'preview', '2023-11-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42724, 2097, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42725, 2088, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42726, 2179, '0', 'preview', '2023-11-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42727, 2051, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42728, 1964, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42729, 2089, '0', 'preview', '2023-11-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42730, 2012, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42731, 2121, '0', 'default', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42732, 1931, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42733, 2023, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42734, 1938, '0', 'default', '2023-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42735, 2110, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42736, 2114, '0', 'preview', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42737, 1930, '0', 'preview', '2023-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42738, 2179, '0', 'default', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42739, 2175, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42740, 2186, '0', 'preview', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42741, 2188, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42742, 2176, '0', 'default', '2023-11-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42743, 2176, '0', 'preview', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42744, 2181, '0', 'preview', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42745, 2015, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42746, 2109, '0', 'default', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42747, 2146, '0', 'preview', '2023-11-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42748, 2182, '0', 'default', '2023-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42749, 2125, '0', 'preview', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42750, 2171, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42751, 2127, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42752, 2174, '0', 'default', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42753, 2092, '0', 'preview', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42754, 2090, '0', 'preview', '2023-11-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42755, 1886, '0', 'default', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42756, 2122, '0', 'preview', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42757, 2190, '0', 'default', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42758, 2039, '0', 'preview', '2023-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42759, 2117, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42760, 2130, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42761, 2141, '0', 'preview', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42762, 1967, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42763, 2183, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42764, 2091, '0', 'preview', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42765, 2097, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42766, 2020, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42767, 2086, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42768, 2119, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42769, 2111, '0', 'default', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42770, 2170, '0', 'default', '2023-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42771, 2067, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42772, 2171, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42773, 2066, '0', 'default', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42774, 2140, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42775, 2054, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42776, 2185, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42777, 2099, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42778, 1938, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42779, 2065, '0', 'preview', '2023-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42780, 2016, '0', 'preview', '2023-11-06', 94);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42781, 2027, '0', 'preview', '2023-11-06', 79);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42782, 1938, '0', 'preview', '2023-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42783, 2024, '0', 'preview', '2023-11-06', 68);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42784, 2125, '0', 'preview', '2023-11-06', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42785, 2169, '0', 'preview', '2023-11-06', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42786, 2121, '0', 'preview', '2023-11-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42787, 1935, '0', 'preview', '2023-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42788, 2113, '0', 'preview', '2023-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42789, 2192, '0', 'preview', '2023-11-06', 207);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42790, 2182, '0', 'preview', '2023-11-06', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42791, 1930, '0', 'preview', '2023-11-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42792, 2123, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42793, 2107, '0', 'preview', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42794, 1950, '0', 'preview', '2023-11-06', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42795, 2121, '0', 'default', '2023-11-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42796, 2111, '0', 'preview', '2023-11-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42797, 2172, '0', 'preview', '2023-11-06', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42798, 2191, '0', 'default', '2023-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42799, 2125, '0', 'default', '2023-11-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42800, 2189, '0', 'default', '2023-11-06', 15);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42801, 2109, '0', 'preview', '2023-11-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42802, 2174, '0', 'preview', '2023-11-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42803, 2110, '0', 'preview', '2023-11-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42804, 2188, '0', 'default', '2023-11-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42805, 2173, '0', 'default', '2023-11-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42806, 2141, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42807, 1967, '0', 'default', '2023-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42808, 1917, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42809, 2189, '0', 'preview', '2023-11-06', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42810, 2185, '0', 'preview', '2023-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42811, 2179, '0', 'default', '2023-11-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42812, 2188, '0', 'preview', '2023-11-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42813, 1925, '0', 'preview', '2023-11-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42814, 2141, '0', 'preview', '2023-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42815, 2118, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42816, 2129, '0', 'default', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42817, 1930, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42818, 2187, '0', 'default', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42819, 2186, '0', 'default', '2023-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42820, 2112, '0', 'default', '2023-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42821, 2182, '0', 'default', '2023-11-06', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42822, 2088, '0', 'default', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42823, 2176, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42824, 2172, '0', 'default', '2023-11-06', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42825, 2027, '0', 'default', '2023-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42826, 2111, '0', 'default', '2023-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42827, 2171, '0', 'default', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42828, 2120, '0', 'default', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42829, 1964, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42830, 2051, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42831, 2048, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42832, 2112, '0', 'preview', '2023-11-06', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42833, 2016, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42834, 2048, '0', 'preview', '2023-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42835, 2066, '0', 'preview', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42836, 2090, '0', 'preview', '2023-11-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42837, 1953, '0', 'preview', '2023-11-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42838, 2135, '0', 'preview', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42839, 2092, '0', 'preview', '2023-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42840, 2091, '0', 'preview', '2023-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42841, 2099, '0', 'preview', '2023-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42842, 2175, '0', 'preview', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42843, 2053, '0', 'preview', '2023-11-06', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42844, 2173, '0', 'preview', '2023-11-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42845, 2089, '0', 'preview', '2023-11-06', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42846, 2097, '0', 'preview', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42847, 2090, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42848, 2133, '0', 'default', '2023-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42849, 2170, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42850, 2174, '0', 'default', '2023-11-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42851, 1912, '0', 'default', '2023-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42852, 1967, '0', 'preview', '2023-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42853, 2171, '0', 'preview', '2023-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42854, 2089, '0', 'default', '2023-11-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42855, 2190, '0', 'default', '2023-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42856, 2086, '0', 'preview', '2023-11-06', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42857, 2095, '0', 'default', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42858, 2097, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42859, 2176, '0', 'preview', '2023-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42860, 2192, '0', 'default', '2023-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42861, 2110, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42862, 2117, '0', 'preview', '2023-11-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42863, 2185, '0', 'default', '2023-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42864, 2028, '0', 'preview', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42865, 2190, '0', 'preview', '2023-11-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42866, 2130, '0', 'preview', '2023-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42867, 2187, '0', 'preview', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42868, 2024, '0', 'default', '2023-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42869, 2116, '0', 'preview', '2023-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42870, 2093, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42871, 2020, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42872, 2028, '0', 'default', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42873, 2020, '0', 'preview', '2023-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42874, 2134, '0', 'preview', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42875, 2117, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42876, 2054, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42877, 2054, '0', 'preview', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42878, 1918, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42879, 1966, '0', 'preview', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42880, 2179, '0', 'preview', '2023-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42881, 2115, '0', 'preview', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42882, 2186, '0', 'preview', '2023-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42883, 1938, '0', 'default', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42884, 2183, '0', 'default', '2023-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42885, 2135, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42886, 2191, '0', 'preview', '2023-11-06', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42887, 2181, '0', 'preview', '2023-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42888, 1886, '0', 'preview', '2023-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42889, 1925, '0', 'default', '2023-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42890, 2067, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42891, 2099, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42892, 2098, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42893, 2067, '0', 'preview', '2023-11-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42894, 1960, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42895, 1964, '0', 'preview', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42896, 2175, '0', 'default', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42897, 1914, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42898, 2146, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42899, 2134, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42900, 2145, '0', 'default', '2023-11-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42901, 2065, '0', 'preview', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42902, 2055, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42903, 2039, '0', 'preview', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42904, 2095, '0', 'preview', '2023-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42905, 2140, '0', 'preview', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42906, 2133, '0', 'preview', '2023-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42907, 2145, '0', 'preview', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42908, 2183, '0', 'preview', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42909, 2023, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42910, 2023, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42911, 2031, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42912, 2106, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42913, 2066, '0', 'default', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42914, 2053, '0', 'default', '2023-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42915, 2114, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42916, 2169, '0', 'default', '2023-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42917, 2106, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42918, 1913, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42919, 2170, '0', 'preview', '2023-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42920, 2118, '0', 'preview', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42921, 2086, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42922, 2177, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42923, 2065, '0', 'default', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42924, 2127, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42925, 2128, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42926, 2129, '0', 'preview', '2023-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42927, 2158, '0', 'preview', '2023-11-06', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42928, 2119, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42929, 2181, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42930, 2119, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42931, 2094, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42932, 2088, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42933, 2094, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42934, 2109, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42935, 2132, '0', 'preview', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42936, 2092, '0', 'default', '2023-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42937, 2189, '0', 'preview', '2023-11-07', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42938, 2117, '0', 'default', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42939, 2117, '0', 'preview', '2023-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42940, 2179, '0', 'default', '2023-11-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42941, 2027, '0', 'preview', '2023-11-07', 108);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42942, 2169, '0', 'preview', '2023-11-07', 66);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42943, 2031, '0', 'preview', '2023-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42944, 2191, '0', 'preview', '2023-11-07', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42945, 2192, '0', 'preview', '2023-11-07', 221);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42946, 2089, '0', 'preview', '2023-11-07', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42947, 2039, '0', 'preview', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42948, 2016, '0', 'default', '2023-11-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42949, 2189, '0', 'default', '2023-11-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42950, 1950, '0', 'preview', '2023-11-07', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42951, 2086, '0', 'preview', '2023-11-07', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42952, 1953, '0', 'preview', '2023-11-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42953, 2024, '0', 'default', '2023-11-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42954, 2141, '0', 'default', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42955, 2172, '0', 'preview', '2023-11-07', 70);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42956, 2016, '0', 'preview', '2023-11-07', 144);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42957, 2027, '0', 'default', '2023-11-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42958, 2174, '0', 'preview', '2023-11-07', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42959, 2186, '0', 'preview', '2023-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42960, 2182, '0', 'default', '2023-11-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42961, 2188, '0', 'preview', '2023-11-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42962, 2053, '0', 'default', '2023-11-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42963, 2024, '0', 'preview', '2023-11-07', 105);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42964, 2048, '0', 'preview', '2023-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42965, 2115, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42966, 2192, '0', 'default', '2023-11-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42967, 2125, '0', 'default', '2023-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42968, 2116, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42969, 2188, '0', 'default', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42970, 2169, '0', 'default', '2023-11-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42971, 2112, '0', 'preview', '2023-11-07', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42972, 2111, '0', 'preview', '2023-11-07', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42973, 2111, '0', 'default', '2023-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42974, 2109, '0', 'default', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42975, 2182, '0', 'preview', '2023-11-07', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42976, 2110, '0', 'default', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42977, 2191, '0', 'default', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42978, 2190, '0', 'default', '2023-11-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42979, 2053, '0', 'preview', '2023-11-07', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42980, 1935, '0', 'preview', '2023-11-07', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42981, 2121, '0', 'preview', '2023-11-07', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42982, 1925, '0', 'default', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42983, 2186, '0', 'default', '2023-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42984, 2185, '0', 'default', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42985, 2174, '0', 'default', '2023-11-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42986, 2173, '0', 'default', '2023-11-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42987, 2173, '0', 'preview', '2023-11-07', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42988, 2110, '0', 'preview', '2023-11-07', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42989, 2179, '0', 'preview', '2023-11-07', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42990, 2109, '0', 'preview', '2023-11-07', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42991, 2099, '0', 'preview', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42992, 1930, '0', 'preview', '2023-11-07', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42993, 2112, '0', 'default', '2023-11-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42994, 2190, '0', 'preview', '2023-11-07', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42995, 2086, '0', 'default', '2023-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42996, 2093, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42997, 2185, '0', 'preview', '2023-11-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42998, 2092, '0', 'preview', '2023-11-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42999, 2089, '0', 'default', '2023-11-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43000, 2121, '0', 'default', '2023-11-07', 10);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43001, 2125, '0', 'preview', '2023-11-07', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43002, 2176, '0', 'preview', '2023-11-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43003, 2172, '0', 'default', '2023-11-07', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43004, 2107, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43005, 2090, '0', 'default', '2023-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43006, 2181, '0', 'preview', '2023-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43007, 2171, '0', 'default', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43008, 2107, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43009, 1886, '0', 'preview', '2023-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43010, 2051, '0', 'default', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43011, 1964, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43012, 2065, '0', 'preview', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43013, 2113, '0', 'preview', '2023-11-07', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43014, 2095, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43015, 2145, '0', 'preview', '2023-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43016, 1938, '0', 'preview', '2023-11-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43017, 2097, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43018, 1967, '0', 'default', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43019, 2133, '0', 'preview', '2023-11-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43020, 2028, '0', 'preview', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43021, 2134, '0', 'preview', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43022, 2118, '0', 'preview', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43023, 2031, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43024, 2178, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43025, 2140, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43026, 1925, '0', 'preview', '2023-11-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43027, 2171, '0', 'preview', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43028, 2153, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43029, 2150, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43030, 2020, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43031, 2090, '0', 'preview', '2023-11-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43032, 2135, '0', 'preview', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43033, 2141, '0', 'preview', '2023-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43034, 2023, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43035, 1955, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43036, 2092, '0', 'default', '2023-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43037, 2054, '0', 'preview', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43038, 2055, '0', 'default', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43039, 2170, '0', 'preview', '2023-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43040, 2134, '0', 'default', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43041, 2135, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43042, 2067, '0', 'default', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43043, 2054, '0', 'default', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43044, 2039, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43045, 1964, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43046, 1967, '0', 'preview', '2023-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43047, 2175, '0', 'default', '2023-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43048, 2176, '0', 'default', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43049, 2049, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43050, 2087, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43051, 2091, '0', 'preview', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43052, 2158, '0', 'preview', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43053, 2146, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43054, 1966, '0', 'default', '2023-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43055, 2131, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43056, 2130, '0', 'preview', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43057, 2175, '0', 'preview', '2023-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43058, 1960, '0', 'default', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43059, 2028, '0', 'default', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43060, 2066, '0', 'preview', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43061, 2130, '0', 'default', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43062, 2048, '0', 'default', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43063, 2128, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43064, 1952, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43065, 2127, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43066, 1960, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43067, 1912, '0', 'preview', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43068, 2133, '0', 'default', '2023-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43069, 2197, '0', 'preview', '2023-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43070, 2187, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43071, 2183, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43072, 2187, '0', 'preview', '2023-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43073, 2203, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43074, 2091, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43075, 2123, '0', 'default', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43076, 1950, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43077, 2067, '0', 'preview', '2023-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43078, 2203, '0', 'default', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43079, 1886, '0', 'default', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43080, 2197, '0', 'default', '2023-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43081, 2199, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43082, 2198, '0', 'default', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43083, 2015, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43084, 2195, '0', 'preview', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43085, 2200, '0', 'preview', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43086, 2066, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43087, 2120, '0', 'default', '2023-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43088, 2087, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43089, 2049, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43090, 2158, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43091, 1917, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43092, 1912, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43093, 1908, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43094, 1911, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43095, 1918, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43096, 1915, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43097, 1914, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43098, 1916, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43099, 2088, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43100, 2012, '0', 'default', '2023-11-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43101, 2148, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43102, 1913, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43103, 1935, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43104, 2113, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43105, 2106, '0', 'preview', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43106, 2170, '0', 'default', '2023-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43107, 2201, '0', 'preview', '2023-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43108, 2182, '0', 'preview', '2023-11-08', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43109, 2189, '0', 'preview', '2023-11-08', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43110, 2117, '0', 'preview', '2023-11-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43111, 2112, '0', 'preview', '2023-11-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43112, 2192, '0', 'preview', '2023-11-08', 210);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43113, 2172, '0', 'default', '2023-11-08', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43114, 2110, '0', 'preview', '2023-11-08', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43115, 2024, '0', 'preview', '2023-11-08', 80);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43116, 2111, '0', 'default', '2023-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43117, 2109, '0', 'default', '2023-11-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43118, 2110, '0', 'default', '2023-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43119, 2189, '0', 'default', '2023-11-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43120, 2192, '0', 'default', '2023-11-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43121, 2190, '0', 'default', '2023-11-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43122, 2190, '0', 'preview', '2023-11-08', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43123, 2125, '0', 'preview', '2023-11-08', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43124, 2182, '0', 'default', '2023-11-08', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43125, 2016, '0', 'preview', '2023-11-08', 125);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43126, 2027, '0', 'preview', '2023-11-08', 79);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43127, 2158, '0', 'default', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43128, 2169, '0', 'preview', '2023-11-08', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43129, 2086, '0', 'default', '2023-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43130, 2086, '0', 'preview', '2023-11-08', 69);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43131, 2173, '0', 'preview', '2023-11-08', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43132, 2172, '0', 'preview', '2023-11-08', 68);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43133, 2093, '0', 'preview', '2023-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43134, 2174, '0', 'preview', '2023-11-08', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43135, 2191, '0', 'preview', '2023-11-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43136, 1935, '0', 'preview', '2023-11-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43137, 1930, '0', 'preview', '2023-11-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43138, 1917, '0', 'preview', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43139, 2141, '0', 'preview', '2023-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43140, 2188, '0', 'preview', '2023-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43141, 2120, '0', 'preview', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43142, 2186, '0', 'preview', '2023-11-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43143, 1925, '0', 'preview', '2023-11-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43144, 2090, '0', 'preview', '2023-11-08', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43145, 1950, '0', 'preview', '2023-11-08', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43146, 2187, '0', 'preview', '2023-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43147, 2089, '0', 'default', '2023-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43148, 2113, '0', 'preview', '2023-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43149, 2089, '0', 'preview', '2023-11-08', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43150, 2111, '0', 'preview', '2023-11-08', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43151, 2179, '0', 'preview', '2023-11-08', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43152, 2169, '0', 'default', '2023-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43153, 2133, '0', 'default', '2023-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43154, 2133, '0', 'preview', '2023-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43155, 2179, '0', 'default', '2023-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43156, 1953, '0', 'preview', '2023-11-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43157, 2121, '0', 'preview', '2023-11-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43158, 2174, '0', 'default', '2023-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43159, 2125, '0', 'default', '2023-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43160, 2175, '0', 'default', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43161, 1960, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43162, 2198, '0', 'default', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43163, 1938, '0', 'preview', '2023-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43164, 2176, '0', 'preview', '2023-11-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43165, 1957, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43166, 1964, '0', 'default', '2023-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43167, 2175, '0', 'preview', '2023-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43168, 1967, '0', 'default', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43169, 2171, '0', 'default', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43170, 2170, '0', 'default', '2023-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43171, 2181, '0', 'default', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43172, 2053, '0', 'default', '2023-11-08', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43173, 2053, '0', 'preview', '2023-11-08', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43174, 2181, '0', 'preview', '2023-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43175, 2051, '0', 'preview', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43176, 1967, '0', 'preview', '2023-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43177, 2140, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43178, 2129, '0', 'preview', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43179, 1957, '0', 'preview', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43180, 2178, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43181, 2028, '0', 'preview', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43182, 2127, '0', 'preview', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43183, 2117, '0', 'default', '2023-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43184, 2203, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43185, 2196, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43186, 2199, '0', 'preview', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43187, 2198, '0', 'preview', '2023-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43188, 2201, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43189, 2200, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43190, 2185, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43191, 2093, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43192, 2109, '0', 'preview', '2023-11-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43193, 2092, '0', 'preview', '2023-11-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43194, 2153, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43195, 2154, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43196, 2016, '0', 'default', '2023-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43197, 2024, '0', 'default', '2023-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43198, 2185, '0', 'default', '2023-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43199, 1960, '0', 'default', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43200, 2121, '0', 'default', '2023-11-08', 10);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43201, 2027, '0', 'default', '2023-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43202, 2118, '0', 'default', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43203, 2048, '0', 'default', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43204, 2135, '0', 'preview', '2023-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43205, 2186, '0', 'default', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43206, 2113, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43207, 2112, '0', 'default', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43208, 2197, '0', 'default', '2023-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43209, 2048, '0', 'preview', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43210, 2066, '0', 'preview', '2023-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43211, 2107, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43212, 1886, '0', 'preview', '2023-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43213, 2148, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43214, 2176, '0', 'default', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43215, 1938, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43216, 2177, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43217, 2183, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43218, 1925, '0', 'default', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43219, 2171, '0', 'preview', '2023-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43220, 2134, '0', 'preview', '2023-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43221, 1952, '0', 'preview', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43222, 2173, '0', 'default', '2023-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43223, 2065, '0', 'preview', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43224, 1966, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43225, 2197, '0', 'preview', '2023-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43226, 2091, '0', 'preview', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43227, 2183, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43228, 1935, '0', 'default', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43229, 2195, '0', 'preview', '2023-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43230, 2130, '0', 'preview', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43231, 2131, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43232, 2146, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43233, 2135, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43234, 2200, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43235, 2092, '0', 'default', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43236, 2090, '0', 'default', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43237, 2140, '0', 'default', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43238, 2015, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43239, 2127, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43240, 1950, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43241, 1953, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43242, 2054, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43243, 2158, '0', 'preview', '2023-11-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43244, 2123, '0', 'preview', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43245, 1964, '0', 'preview', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43246, 2170, '0', 'preview', '2023-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43247, 2106, '0', 'preview', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43248, 2055, '0', 'preview', '2023-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43249, 2191, '0', 'default', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43250, 2106, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43251, 1932, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43252, 2118, '0', 'preview', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43253, 1930, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43254, 2067, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43255, 2049, '0', 'preview', '2023-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43256, 2199, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43257, 2188, '0', 'default', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43258, 2142, '0', 'preview', '2023-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43259, 2016, '0', 'preview', '2023-11-09', 157);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43260, 1938, '0', 'preview', '2023-11-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43261, 2179, '0', 'default', '2023-11-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43262, 2191, '0', 'preview', '2023-11-09', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43263, 2192, '0', 'preview', '2023-11-09', 264);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43264, 2190, '0', 'preview', '2023-11-09', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43265, 2189, '0', 'preview', '2023-11-09', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43266, 1953, '0', 'preview', '2023-11-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43267, 2192, '0', 'default', '2023-11-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43268, 2024, '0', 'preview', '2023-11-09', 111);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43269, 2169, '0', 'preview', '2023-11-09', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43270, 2024, '0', 'default', '2023-11-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43271, 2027, '0', 'preview', '2023-11-09', 108);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43272, 2027, '0', 'default', '2023-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43273, 2111, '0', 'default', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43274, 2172, '0', 'default', '2023-11-09', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43275, 2121, '0', 'default', '2023-11-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43276, 2121, '0', 'preview', '2023-11-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43277, 2125, '0', 'preview', '2023-11-09', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43278, 2174, '0', 'preview', '2023-11-09', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43279, 2089, '0', 'preview', '2023-11-09', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43280, 2129, '0', 'preview', '2023-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43281, 2172, '0', 'preview', '2023-11-09', 74);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43282, 2106, '0', 'preview', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43283, 2158, '0', 'preview', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43284, 2130, '0', 'preview', '2023-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43285, 1912, '0', 'preview', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43286, 1925, '0', 'preview', '2023-11-09', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43287, 2179, '0', 'preview', '2023-11-09', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43288, 2131, '0', 'preview', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43289, 2183, '0', 'preview', '2023-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43290, 1950, '0', 'preview', '2023-11-09', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43291, 1957, '0', 'preview', '2023-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43292, 2126, '0', 'preview', '2023-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43293, 2110, '0', 'preview', '2023-11-09', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43294, 1955, '0', 'preview', '2023-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43295, 2182, '0', 'preview', '2023-11-09', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43296, 2140, '0', 'preview', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43297, 1935, '0', 'preview', '2023-11-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43298, 2113, '0', 'preview', '2023-11-09', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43299, 2086, '0', 'preview', '2023-11-09', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43300, 2112, '0', 'preview', '2023-11-09', 32);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43301, 2109, '0', 'preview', '2023-11-09', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43302, 2146, '0', 'preview', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43303, 2053, '0', 'default', '2023-11-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43304, 2187, '0', 'preview', '2023-11-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43305, 2111, '0', 'preview', '2023-11-09', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43306, 2197, '0', 'preview', '2023-11-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43307, 2145, '0', 'preview', '2023-11-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43308, 2089, '0', 'default', '2023-11-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43309, 2128, '0', 'preview', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43310, 2142, '0', 'preview', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43311, 1930, '0', 'preview', '2023-11-09', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43312, 2127, '0', 'preview', '2023-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43313, 2178, '0', 'preview', '2023-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43314, 1964, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43315, 1964, '0', 'preview', '2023-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43316, 2117, '0', 'preview', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43317, 1967, '0', 'preview', '2023-11-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43318, 2125, '0', 'default', '2023-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43319, 2133, '0', 'preview', '2023-11-09', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43320, 2090, '0', 'preview', '2023-11-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43321, 2110, '0', 'default', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43322, 2109, '0', 'default', '2023-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43323, 2093, '0', 'preview', '2023-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43324, 2191, '0', 'default', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43325, 2086, '0', 'default', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43326, 2016, '0', 'default', '2023-11-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43327, 1966, '0', 'preview', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43328, 2181, '0', 'default', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43329, 2170, '0', 'preview', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43330, 2173, '0', 'preview', '2023-11-09', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43331, 2048, '0', 'default', '2023-11-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43332, 2135, '0', 'default', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43333, 2055, '0', 'preview', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43334, 2188, '0', 'preview', '2023-11-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43335, 2185, '0', 'default', '2023-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43336, 2133, '0', 'default', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43337, 2048, '0', 'preview', '2023-11-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43338, 2090, '0', 'default', '2023-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43339, 2091, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43340, 2092, '0', 'default', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43341, 2182, '0', 'default', '2023-11-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43342, 2173, '0', 'default', '2023-11-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43343, 2174, '0', 'default', '2023-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43344, 2141, '0', 'default', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43345, 2112, '0', 'default', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43346, 2190, '0', 'default', '2023-11-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43347, 2123, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43348, 2175, '0', 'preview', '2023-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43349, 1937, '0', 'default', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43350, 2093, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43351, 1930, '0', 'default', '2023-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43352, 2165, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43353, 2166, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43354, 1931, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43355, 1932, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43356, 1933, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43357, 1935, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43358, 2113, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43359, 1966, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43360, 1908, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43361, 1911, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43362, 2118, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43363, 2158, '0', 'default', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43364, 2106, '0', 'default', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43365, 2170, '0', 'default', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43366, 2197, '0', 'default', '2023-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43367, 2199, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43368, 2195, '0', 'default', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43369, 2196, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43370, 2185, '0', 'preview', '2023-11-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43371, 2171, '0', 'preview', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43372, 2184, '0', 'preview', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43373, 2051, '0', 'preview', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43374, 2067, '0', 'preview', '2023-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43375, 1952, '0', 'preview', '2023-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43376, 2141, '0', 'preview', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43377, 2092, '0', 'preview', '2023-11-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43378, 2066, '0', 'preview', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43379, 2134, '0', 'preview', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43380, 2169, '0', 'default', '2023-11-09', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43381, 2053, '0', 'preview', '2023-11-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43382, 2196, '0', 'preview', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43383, 1960, '0', 'preview', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43384, 1925, '0', 'default', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43385, 2130, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43386, 2126, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43387, 2054, '0', 'preview', '2023-11-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43388, 1918, '0', 'preview', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43389, 2181, '0', 'preview', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43390, 2055, '0', 'default', '2023-11-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43391, 2117, '0', 'default', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43392, 2201, '0', 'preview', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43393, 1886, '0', 'default', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43394, 2186, '0', 'preview', '2023-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43395, 2187, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43396, 2189, '0', 'default', '2023-11-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43397, 2195, '0', 'preview', '2023-11-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43398, 1886, '0', 'preview', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43399, 2186, '0', 'default', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43400, 2175, '0', 'default', '2023-11-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43401, 1920, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43402, 2145, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43403, 2067, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43404, 1915, '0', 'preview', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43405, 2176, '0', 'preview', '2023-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43406, 2054, '0', 'default', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43407, 1917, '0', 'preview', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43408, 2023, '0', 'preview', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43409, 2183, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43410, 2184, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43411, 2135, '0', 'preview', '2023-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43412, 2147, '0', 'preview', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43413, 2065, '0', 'preview', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43414, 2118, '0', 'preview', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43415, 2066, '0', 'default', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43416, 2176, '0', 'default', '2023-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43417, 1953, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43418, 2129, '0', 'default', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43419, 2171, '0', 'default', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43420, 2140, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43421, 2028, '0', 'preview', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43422, 2015, '0', 'preview', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43423, 1950, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43424, 2065, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43425, 2120, '0', 'preview', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43426, 2122, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43427, 1967, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43428, 2198, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43429, 1952, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43430, 2177, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43431, 2177, '0', 'preview', '2023-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43432, 2127, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43433, 2198, '0', 'preview', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43434, 2132, '0', 'preview', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43435, 1938, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43436, 1960, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43437, 2023, '0', 'default', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43438, 2123, '0', 'preview', '2023-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43439, 2027, '0', 'default', '2023-11-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43440, 2192, '0', 'preview', '2023-11-10', 184);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43441, 1953, '0', 'preview', '2023-11-10', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43442, 2181, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43443, 1950, '0', 'preview', '2023-11-10', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43444, 2090, '0', 'preview', '2023-11-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43445, 2111, '0', 'default', '2023-11-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43446, 2024, '0', 'preview', '2023-11-10', 129);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43447, 2092, '0', 'preview', '2023-11-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43448, 2133, '0', 'preview', '2023-11-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43449, 2027, '0', 'preview', '2023-11-10', 141);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43450, 2055, '0', 'preview', '2023-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43451, 2016, '0', 'preview', '2023-11-10', 163);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43452, 2197, '0', 'default', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43453, 2192, '0', 'default', '2023-11-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43454, 2183, '0', 'preview', '2023-11-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43455, 2187, '0', 'preview', '2023-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43456, 2089, '0', 'default', '2023-11-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43457, 2089, '0', 'preview', '2023-11-10', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43458, 2182, '0', 'preview', '2023-11-10', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43459, 2169, '0', 'preview', '2023-11-10', 73);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43460, 2172, '0', 'preview', '2023-11-10', 72);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43461, 2112, '0', 'preview', '2023-11-10', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43462, 2066, '0', 'preview', '2023-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43463, 2092, '0', 'default', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43464, 2179, '0', 'preview', '2023-11-10', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43465, 2090, '0', 'default', '2023-11-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43466, 2028, '0', 'preview', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43467, 2173, '0', 'preview', '2023-11-10', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43468, 2195, '0', 'preview', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43469, 2174, '0', 'preview', '2023-11-10', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43470, 2189, '0', 'preview', '2023-11-10', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43471, 2179, '0', 'default', '2023-11-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43472, 1925, '0', 'preview', '2023-11-10', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43473, 2141, '0', 'preview', '2023-11-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43474, 2087, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43475, 2087, '0', 'preview', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43476, 2176, '0', 'default', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43477, 2172, '0', 'default', '2023-11-10', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43478, 2177, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43479, 1886, '0', 'preview', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43480, 2111, '0', 'preview', '2023-11-10', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43481, 2086, '0', 'preview', '2023-11-10', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43482, 2125, '0', 'preview', '2023-11-10', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43483, 2109, '0', 'default', '2023-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43484, 2188, '0', 'preview', '2023-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43485, 2186, '0', 'preview', '2023-11-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43486, 2190, '0', 'preview', '2023-11-10', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43487, 2200, '0', 'preview', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43488, 2178, '0', 'preview', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43489, 1957, '0', 'preview', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43490, 2189, '0', 'default', '2023-11-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43491, 2134, '0', 'preview', '2023-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43492, 2140, '0', 'preview', '2023-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43493, 1925, '0', 'default', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43494, 1967, '0', 'preview', '2023-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43495, 2141, '0', 'default', '2023-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43496, 2109, '0', 'preview', '2023-11-10', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43497, 2110, '0', 'preview', '2023-11-10', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43498, 2121, '0', 'default', '2023-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43499, 2121, '0', 'preview', '2023-11-10', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43500, 2169, '0', 'default', '2023-11-10', 12);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43501, 2053, '0', 'preview', '2023-11-10', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43502, 1918, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43503, 2130, '0', 'preview', '2023-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43504, 2024, '0', 'default', '2023-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43505, 2117, '0', 'default', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43506, 2016, '0', 'default', '2023-11-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43507, 2067, '0', 'preview', '2023-11-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43508, 2191, '0', 'preview', '2023-11-10', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43509, 2091, '0', 'preview', '2023-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43510, 2176, '0', 'preview', '2023-11-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43511, 2182, '0', 'default', '2023-11-10', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43512, 2118, '0', 'preview', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43513, 2123, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43514, 2190, '0', 'default', '2023-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43515, 2130, '0', 'default', '2023-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43516, 2174, '0', 'default', '2023-11-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43517, 2181, '0', 'preview', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43518, 2186, '0', 'default', '2023-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43519, 2187, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43520, 2128, '0', 'preview', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43521, 2142, '0', 'preview', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43522, 2131, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43523, 2091, '0', 'default', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43524, 2188, '0', 'default', '2023-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43525, 2196, '0', 'preview', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43526, 2198, '0', 'preview', '2023-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43527, 1930, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43528, 2129, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43529, 1964, '0', 'preview', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43530, 2051, '0', 'preview', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43531, 1938, '0', 'preview', '2023-11-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43532, 1930, '0', 'preview', '2023-11-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43533, 2048, '0', 'default', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43534, 2048, '0', 'preview', '2023-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43535, 2093, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43536, 1932, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43537, 2113, '0', 'preview', '2023-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43538, 2199, '0', 'preview', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43539, 2201, '0', 'preview', '2023-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43540, 2175, '0', 'preview', '2023-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43541, 2197, '0', 'preview', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43542, 2170, '0', 'preview', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43543, 2203, '0', 'preview', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43544, 2107, '0', 'preview', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43545, 2171, '0', 'preview', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43546, 2065, '0', 'preview', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43547, 2053, '0', 'default', '2023-11-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43548, 2015, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43549, 2185, '0', 'preview', '2023-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43550, 2135, '0', 'default', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43551, 2134, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43552, 2117, '0', 'preview', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43553, 2135, '0', 'preview', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43554, 2173, '0', 'default', '2023-11-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43555, 2198, '0', 'default', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43556, 2118, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43557, 2107, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43558, 2110, '0', 'default', '2023-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43559, 2086, '0', 'default', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43560, 1960, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43561, 1938, '0', 'default', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43562, 2112, '0', 'default', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43563, 2145, '0', 'preview', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43564, 1960, '0', 'preview', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43565, 1935, '0', 'preview', '2023-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43566, 1966, '0', 'preview', '2023-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43567, 2067, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43568, 2185, '0', 'default', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43569, 2195, '0', 'default', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43570, 2200, '0', 'default', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43571, 2191, '0', 'default', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43572, 2133, '0', 'default', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43573, 2049, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43574, 2175, '0', 'default', '2023-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43575, 1917, '0', 'preview', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43576, 1886, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43577, 2129, '0', 'preview', '2023-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43578, 1950, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43579, 2023, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43580, 1913, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43581, 1935, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43582, 2125, '0', 'default', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43583, 1966, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43584, 2127, '0', 'preview', '2023-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43585, 2066, '0', 'default', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43586, 2054, '0', 'preview', '2023-11-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43587, 2131, '0', 'preview', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43588, 2146, '0', 'preview', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43589, 2055, '0', 'default', '2023-11-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43590, 2177, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43591, 2147, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43592, 2106, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43593, 2170, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43594, 2158, '0', 'default', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43595, 2049, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43596, 1917, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43597, 1912, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43598, 1908, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43599, 1918, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43600, 1915, '0', 'default', '2023-11-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43601, 1914, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43602, 1916, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43603, 2158, '0', 'preview', '2023-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43604, 1955, '0', 'preview', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43605, 2054, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43606, 2201, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43607, 2145, '0', 'default', '2023-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43608, 2146, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43609, 2147, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43610, 2065, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43611, 1967, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43612, 2196, '0', 'default', '2023-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43613, 2122, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43614, 2203, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43615, 1953, '0', 'default', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43616, 2184, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43617, 1924, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43618, 2126, '0', 'preview', '2023-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43619, 2024, '0', 'preview', '2023-11-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43620, 2016, '0', 'preview', '2023-11-11', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43621, 2111, '0', 'preview', '2023-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43622, 2174, '0', 'preview', '2023-11-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43623, 2173, '0', 'preview', '2023-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43624, 2192, '0', 'preview', '2023-11-11', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43625, 2187, '0', 'preview', '2023-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43626, 2135, '0', 'preview', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43627, 2092, '0', 'preview', '2023-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43628, 2185, '0', 'preview', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43629, 2112, '0', 'preview', '2023-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43630, 2189, '0', 'preview', '2023-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43631, 2089, '0', 'preview', '2023-11-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43632, 2027, '0', 'preview', '2023-11-11', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43633, 2188, '0', 'default', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43634, 2182, '0', 'preview', '2023-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43635, 2112, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43636, 2133, '0', 'preview', '2023-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43637, 1930, '0', 'preview', '2023-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43638, 2090, '0', 'preview', '2023-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43639, 2172, '0', 'preview', '2023-11-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43640, 2196, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43641, 2199, '0', 'preview', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43642, 2186, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43643, 2109, '0', 'default', '2023-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43644, 2111, '0', 'default', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43645, 2190, '0', 'preview', '2023-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43646, 2182, '0', 'default', '2023-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43647, 2172, '0', 'default', '2023-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43648, 2053, '0', 'preview', '2023-11-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43649, 2169, '0', 'preview', '2023-11-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43650, 2125, '0', 'preview', '2023-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43651, 2192, '0', 'default', '2023-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43652, 2190, '0', 'default', '2023-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43653, 2134, '0', 'preview', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43654, 2179, '0', 'preview', '2023-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43655, 2089, '0', 'default', '2023-11-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43656, 2169, '0', 'default', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43657, 1938, '0', 'preview', '2023-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43658, 2086, '0', 'preview', '2023-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43659, 2117, '0', 'default', '2023-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43660, 2117, '0', 'preview', '2023-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43661, 2133, '0', 'default', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43662, 1935, '0', 'preview', '2023-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43663, 2090, '0', 'default', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43664, 2092, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43665, 2203, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43666, 2174, '0', 'default', '2023-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43667, 1925, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43668, 2183, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43669, 2141, '0', 'preview', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43670, 1925, '0', 'preview', '2023-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43671, 2107, '0', 'preview', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43672, 2171, '0', 'preview', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43673, 1953, '0', 'preview', '2023-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43674, 2179, '0', 'default', '2023-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43675, 2110, '0', 'default', '2023-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43676, 1955, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43677, 2186, '0', 'preview', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43678, 2191, '0', 'preview', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43679, 2066, '0', 'preview', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43680, 2053, '0', 'default', '2023-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43681, 1916, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43682, 1950, '0', 'preview', '2023-11-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43683, 2024, '0', 'default', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43684, 2173, '0', 'default', '2023-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43685, 2176, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43686, 2188, '0', 'preview', '2023-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43687, 2189, '0', 'default', '2023-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43688, 2197, '0', 'default', '2023-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43689, 2109, '0', 'preview', '2023-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43690, 2175, '0', 'preview', '2023-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43691, 2110, '0', 'preview', '2023-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43692, 2146, '0', 'preview', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43693, 2145, '0', 'default', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43694, 2158, '0', 'preview', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43695, 2176, '0', 'preview', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43696, 1935, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43697, 2121, '0', 'preview', '2023-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43698, 2091, '0', 'preview', '2023-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43699, 2048, '0', 'default', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43700, 2113, '0', 'preview', '2023-11-11', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43701, 2145, '0', 'preview', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43702, 2107, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43703, 2088, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43704, 2171, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43705, 2016, '0', 'default', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43706, 2175, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43707, 2195, '0', 'default', '2023-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43708, 2051, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43709, 2199, '0', 'default', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43710, 1917, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43711, 2027, '0', 'default', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43712, 1918, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43713, 2170, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43714, 2201, '0', 'preview', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43715, 1957, '0', 'preview', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43716, 2191, '0', 'default', '2023-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43717, 2023, '0', 'preview', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43718, 2015, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43719, 2195, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43720, 2093, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43721, 2127, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43722, 2140, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43723, 1952, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43724, 1886, '0', 'preview', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43725, 2051, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43726, 2128, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43727, 2185, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43728, 2120, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43729, 2088, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43730, 2134, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43731, 2135, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43732, 2142, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43733, 2065, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43734, 2170, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43735, 2106, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43736, 2198, '0', 'preview', '2023-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43737, 2200, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43738, 2119, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43739, 2086, '0', 'default', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43740, 2181, '0', 'preview', '2023-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43741, 2106, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43742, 2192, '0', 'preview', '2023-11-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43743, 2189, '0', 'default', '2023-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43744, 2182, '0', 'default', '2023-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43745, 1930, '0', 'preview', '2023-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43746, 2054, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43747, 2172, '0', 'default', '2023-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43748, 2176, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43749, 2053, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43750, 2117, '0', 'default', '2023-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43751, 2179, '0', 'default', '2023-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43752, 1930, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43753, 2111, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43754, 2197, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43755, 2112, '0', 'preview', '2023-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43756, 2027, '0', 'preview', '2023-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43757, 2016, '0', 'preview', '2023-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43758, 1935, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43759, 2121, '0', 'default', '2023-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43760, 1950, '0', 'preview', '2023-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43761, 2118, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43762, 2189, '0', 'preview', '2023-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43763, 2125, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43764, 2169, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43765, 2174, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43766, 2199, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43767, 2028, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43768, 2123, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43769, 2111, '0', 'preview', '2023-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43770, 2120, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43771, 2145, '0', 'preview', '2023-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43772, '2145\\\'[0]', '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43773, 2055, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43774, 2012, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43775, 2027, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43776, 2141, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43777, 2182, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43778, 2192, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43779, 1918, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43780, 2093, '0', 'preview', '2023-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43781, 2169, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43782, 2113, '0', 'preview', '2023-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43783, 2028, '0', 'preview', '2023-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43784, 2024, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43785, 2048, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43786, 2023, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43787, 2110, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43788, 2196, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43789, 2196, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43790, 2107, '0', 'default', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43791, 2086, '0', 'preview', '2023-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43792, 2122, '0', 'preview', '2023-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43793, 2125, '0', 'preview', '2023-11-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43794, 2125, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43795, 2195, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43796, 2195, '0', 'preview', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43797, 2086, '0', 'preview', '2023-11-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43798, 2182, '0', 'default', '2023-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43799, 2197, '0', 'preview', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43800, 2197, '0', 'default', '2023-11-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43801, 2192, '0', 'preview', '2023-11-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43802, 2111, '0', 'preview', '2023-11-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43803, 2109, '0', 'preview', '2023-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43804, 2121, '0', 'default', '2023-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43805, 2110, '0', 'preview', '2023-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43806, 2111, '0', 'default', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43807, 2016, '0', 'preview', '2023-11-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43808, 1930, '0', 'preview', '2023-11-13', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43809, 2089, '0', 'default', '2023-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43810, 2172, '0', 'preview', '2023-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43811, 2023, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43812, 2117, '0', 'default', '2023-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43813, 2198, '0', 'preview', '2023-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43814, 2024, '0', 'preview', '2023-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43815, 2198, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43816, 2027, '0', 'preview', '2023-11-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43817, 2201, '0', 'preview', '2023-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43818, 2200, '0', 'preview', '2023-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43819, 2200, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43820, 2190, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43821, 2201, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43822, 2172, '0', 'default', '2023-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43823, 2179, '0', 'default', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43824, 1886, '0', 'preview', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43825, 2191, '0', 'preview', '2023-11-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43826, 2055, '0', 'preview', '2023-11-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43827, 2189, '0', 'preview', '2023-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43828, 2179, '0', 'preview', '2023-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43829, 2121, '0', 'preview', '2023-11-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43830, 2170, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43831, 2189, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43832, 2182, '0', 'preview', '2023-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43833, 1953, '0', 'preview', '2023-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43834, 2129, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43835, 2128, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43836, 2142, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43837, 2127, '0', 'preview', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43838, 2113, '0', 'preview', '2023-11-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43839, 2055, '0', 'default', '2023-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43840, 2169, '0', 'default', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43841, 2203, '0', 'preview', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43842, 2203, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43843, 1950, '0', 'preview', '2023-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43844, 2174, '0', 'preview', '2023-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43845, 2089, '0', 'preview', '2023-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43846, 1935, '0', 'preview', '2023-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43847, 1957, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43848, 2129, '0', 'default', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43849, 1917, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43850, 1938, '0', 'preview', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43851, 2185, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43852, 2093, '0', 'preview', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43853, 2141, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43854, 1918, '0', 'preview', '2023-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43855, 2049, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43856, 1964, '0', 'preview', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43857, 2118, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43858, 2086, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43859, 2048, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43860, 2067, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43861, 2048, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43862, 2169, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43863, 1953, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43864, 2127, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43865, 1955, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43866, 1950, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43867, 2128, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43868, 2142, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43869, 2126, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43870, 2178, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43871, 2118, '0', 'default', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43872, 2173, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43873, 2112, '0', 'preview', '2023-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43874, 2122, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43875, 2093, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43876, 1930, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43877, 2053, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43878, 1937, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43879, 2067, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43880, 1931, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43881, 2053, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43882, 2133, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43883, 2117, '0', 'preview', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43884, 2176, '0', 'preview', '2023-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43885, 2027, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43886, 2024, '0', 'default', '2023-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43887, 1930, '0', 'preview', '2023-11-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43888, 2134, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43889, 2089, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43890, 2089, '0', 'preview', '2023-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43891, 2174, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43892, 2174, '0', 'preview', '2023-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43893, 2182, '0', 'preview', '2023-11-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43894, 2125, '0', 'preview', '2023-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43895, 2112, '0', 'preview', '2023-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43896, 2175, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43897, 1950, '0', 'preview', '2023-11-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43898, 2110, '0', 'preview', '2023-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43899, 2109, '0', 'preview', '2023-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43900, 2191, '0', 'default', '2023-11-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43901, 2185, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43902, 2111, '0', 'preview', '2023-11-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43903, 2092, '0', 'preview', '2023-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43904, 2121, '0', 'preview', '2023-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43905, 2130, '0', 'preview', '2023-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43906, 2086, '0', 'preview', '2023-11-14', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43907, 2189, '0', 'default', '2023-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43908, 2117, '0', 'preview', '2023-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43909, 2055, '0', 'default', '2023-11-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43910, 2172, '0', 'preview', '2023-11-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43911, 2185, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43912, 2195, '0', 'preview', '2023-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43913, 2197, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43914, 2203, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43915, 2200, '0', 'preview', '2023-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43916, 2182, '0', 'default', '2023-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43917, 2119, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43918, 2093, '0', 'preview', '2023-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43919, 2169, '0', 'preview', '2023-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43920, 2188, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43921, 1925, '0', 'preview', '2023-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43922, 2173, '0', 'preview', '2023-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43923, 2175, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43924, 1930, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43925, 2113, '0', 'preview', '2023-11-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43926, 1953, '0', 'preview', '2023-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43927, 2121, '0', 'default', '2023-11-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43928, 1938, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43929, 2176, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43930, 2172, '0', 'default', '2023-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43931, 2176, '0', 'preview', '2023-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43932, 2179, '0', 'default', '2023-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43933, 1950, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43934, 2117, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43935, 2024, '0', 'preview', '2023-11-14', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43936, 1935, '0', 'preview', '2023-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43937, 2192, '0', 'preview', '2023-11-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43938, 2198, '0', 'preview', '2023-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43939, 2027, '0', 'preview', '2023-11-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43940, 2170, '0', 'default', '2023-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43941, 2055, '0', 'preview', '2023-11-14', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43942, 1960, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43943, 2053, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43944, 2054, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43945, 2133, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43946, 2090, '0', 'preview', '2023-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43947, 2091, '0', 'preview', '2023-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43948, 2132, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43949, 2145, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43950, 1886, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43951, 2158, '0', 'preview', '2023-11-14', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43952, 2016, '0', 'preview', '2023-11-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43953, 1937, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43954, 2111, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43955, 1964, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43956, 2051, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43957, 2189, '0', 'preview', '2023-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43958, 2191, '0', 'preview', '2023-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43959, 1886, '0', 'preview', '2023-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43960, 2024, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43961, 2169, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43962, 2023, '0', 'preview', '2023-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43963, 2067, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43964, 2190, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43965, 2199, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43966, 2196, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43967, 2203, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43968, 2054, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43969, 2120, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43970, 1918, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43971, 2112, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43972, 2067, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43973, 1935, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43974, 2106, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43975, 2053, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43976, 2171, '0', 'default', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43977, 2135, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43978, 2187, '0', 'preview', '2023-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43979, 2107, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43980, 1930, '0', 'preview', '2023-11-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43981, 1886, '0', 'preview', '2023-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43982, 2055, '0', 'preview', '2023-11-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43983, 1950, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43984, 2140, '0', 'preview', '2023-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43985, 1953, '0', 'preview', '2023-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43986, 2118, '0', 'preview', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43987, 2117, '0', 'default', '2023-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43988, 2179, '0', 'default', '2023-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43989, 2016, '0', 'preview', '2023-11-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43990, 2121, '0', 'preview', '2023-11-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43991, 2067, '0', 'preview', '2023-11-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43992, 2086, '0', 'preview', '2023-11-15', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43993, 2112, '0', 'preview', '2023-11-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43994, 2110, '0', 'preview', '2023-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43995, 1950, '0', 'preview', '2023-11-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43996, 2182, '0', 'default', '2023-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43997, 2191, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43998, 2169, '0', 'preview', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43999, 2121, '0', 'default', '2023-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44000, 2089, '0', 'preview', '2023-11-15', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44001, 1935, '0', 'preview', '2023-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44002, 1935, '0', 'preview', '2023-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44003, 1937, '0', 'default', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44004, 1952, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44005, 2089, '0', 'default', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44006, 2192, '0', 'default', '2023-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44007, 2111, '0', 'preview', '2023-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44008, 2182, '0', 'preview', '2023-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44009, 2189, '0', 'default', '2023-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44010, 2172, '0', 'default', '2023-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44011, 2172, '0', 'preview', '2023-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44012, 2145, '0', 'preview', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44013, 2048, '0', 'preview', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44014, 2181, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44015, 2028, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44016, 2120, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44017, 2192, '0', 'preview', '2023-11-15', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44018, 2012, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44019, 2113, '0', 'preview', '2023-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44020, 2189, '0', 'preview', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44021, 2174, '0', 'preview', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44022, 2173, '0', 'preview', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44023, 2117, '0', 'preview', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44024, 2109, '0', 'preview', '2023-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44025, 2093, '0', 'preview', '2023-11-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44026, 2027, '0', 'preview', '2023-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44027, 2024, '0', 'preview', '2023-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44028, 2190, '0', 'preview', '2023-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44029, 2055, '0', 'default', '2023-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44030, 2129, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44031, 2191, '0', 'preview', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44032, 2090, '0', 'preview', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44033, 2092, '0', 'preview', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44034, 2106, '0', 'default', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44035, 2053, '0', 'default', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44036, 2158, '0', 'preview', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44037, 2054, '0', 'preview', '2023-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44038, 2133, '0', 'default', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44039, 1935, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44040, 2125, '0', 'preview', '2023-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44041, 2198, '0', 'preview', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44042, 2198, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44043, 2200, '0', 'preview', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44044, 2201, '0', 'preview', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44045, 2170, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44046, 2145, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44047, 1913, '0', 'preview', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44048, 2181, '0', 'preview', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44049, 2133, '0', 'preview', '2023-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44050, 2183, '0', 'default', '2023-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44051, 1886, '0', 'preview', '2023-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44052, 2106, '0', 'preview', '2023-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44053, 2113, '0', 'preview', '2023-11-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44054, 2192, '0', 'preview', '2023-11-16', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44055, 1950, '0', 'preview', '2023-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44056, 2121, '0', 'preview', '2023-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44057, 1953, '0', 'preview', '2023-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44058, 2182, '0', 'preview', '2023-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44059, 2109, '0', 'preview', '2023-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44060, 2111, '0', 'preview', '2023-11-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44061, 2110, '0', 'preview', '2023-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44062, 2182, '0', 'default', '2023-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44063, 2117, '0', 'default', '2023-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44064, 2188, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44065, 2106, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44066, 2127, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44067, 2027, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44068, 2145, '0', 'preview', '2023-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44069, 2055, '0', 'preview', '2023-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44070, 2172, '0', 'preview', '2023-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44071, 2067, '0', 'preview', '2023-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44072, 2190, '0', 'preview', '2023-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44073, 2112, '0', 'preview', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44074, 2086, '0', 'preview', '2023-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44075, 1930, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44076, 2186, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44077, 2179, '0', 'default', '2023-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44078, 2179, '0', 'preview', '2023-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44079, 2172, '0', 'default', '2023-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44080, 2089, '0', 'preview', '2023-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44081, 2027, '0', 'preview', '2023-11-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44082, 2067, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44083, 2053, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44084, 1935, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44085, 2181, '0', 'preview', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44086, 2192, '0', 'default', '2023-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44087, 2089, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44088, 2169, '0', 'preview', '2023-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44089, 2093, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44090, 2189, '0', 'preview', '2023-11-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44091, 1953, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44092, 2129, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44093, 1955, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44094, 1950, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44095, 2128, '0', 'preview', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44096, 2127, '0', 'preview', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44097, 2140, '0', 'preview', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44098, 2126, '0', 'preview', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44099, 2024, '0', 'preview', '2023-11-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44100, 1930, '0', 'preview', '2023-11-16', 11);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44101, 2158, '0', 'preview', '2023-11-16', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44102, 2055, '0', 'default', '2023-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44103, 2201, '0', 'preview', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44104, 2121, '0', 'default', '2023-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44105, 2093, '0', 'preview', '2023-11-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44106, 1935, '0', 'preview', '2023-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44107, 2198, '0', 'preview', '2023-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44108, 2125, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44109, 2117, '0', 'preview', '2023-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44110, 2054, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44111, 2189, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44112, 2125, '0', 'preview', '2023-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44113, 2016, '0', 'preview', '2023-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44114, 2197, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44115, 2190, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44116, 2090, '0', 'preview', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44117, 2170, '0', 'default', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44118, 2171, '0', 'preview', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44119, 2053, '0', 'preview', '2023-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44120, 2016, '0', 'preview', '2023-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44121, 2192, '0', 'preview', '2023-11-17', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44122, 2172, '0', 'preview', '2023-11-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44123, 2110, '0', 'preview', '2023-11-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44124, 1930, '0', 'preview', '2023-11-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44125, 1950, '0', 'preview', '2023-11-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44126, 1953, '0', 'preview', '2023-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44127, 2201, '0', 'preview', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44128, 2086, '0', 'preview', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44129, 2121, '0', 'default', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44130, 2182, '0', 'default', '2023-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44131, 2107, '0', 'default', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44132, 2109, '0', 'preview', '2023-11-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44133, 2122, '0', 'preview', '2023-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44134, 2117, '0', 'default', '2023-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44135, 2192, '0', 'default', '2023-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44136, 2027, '0', 'preview', '2023-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44137, 2121, '0', 'preview', '2023-11-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44138, 2112, '0', 'preview', '2023-11-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44139, 2113, '0', 'preview', '2023-11-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44140, 1935, '0', 'preview', '2023-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44141, 2172, '0', 'default', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44142, 2089, '0', 'preview', '2023-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44143, 2182, '0', 'preview', '2023-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44144, 2190, '0', 'preview', '2023-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44145, 2179, '0', 'default', '2023-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44146, 2189, '0', 'default', '2023-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44147, 2055, '0', 'preview', '2023-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44148, 2055, '0', 'default', '2023-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44149, 2125, '0', 'default', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44150, 2125, '0', 'preview', '2023-11-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44151, 2123, '0', 'default', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44152, 2118, '0', 'preview', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44153, 2024, '0', 'preview', '2023-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44154, 2111, '0', 'preview', '2023-11-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44155, 2111, '0', 'preview', '2023-11-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44156, 2086, '0', 'default', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44157, 1912, '0', 'preview', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44158, 2106, '0', 'preview', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44159, 2048, '0', 'preview', '2023-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44160, 2189, '0', 'preview', '2023-11-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44161, 2054, '0', 'default', '2023-11-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44162, 2134, '0', 'preview', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44163, 2198, '0', 'preview', '2023-11-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44164, 2048, '0', 'default', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44165, 1886, '0', 'preview', '2023-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44166, 2200, '0', 'preview', '2023-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44167, 1938, '0', 'preview', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44168, 2122, '0', 'default', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44169, 2089, '0', 'default', '2023-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44170, 2145, '0', 'preview', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44171, 2197, '0', 'preview', '2023-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44172, 2203, '0', 'default', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44173, 2203, '0', 'preview', '2023-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44174, 2176, '0', 'preview', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44175, 2112, '0', 'default', '2023-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44176, 2093, '0', 'preview', '2023-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44177, 2133, '0', 'default', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44178, 1912, '0', 'default', '2023-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44179, 2158, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44180, 1960, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44181, 2086, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44182, 2170, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44183, 2113, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44184, 2112, '0', 'preview', '2023-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44185, 2048, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44186, 1935, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44187, 2125, '0', 'default', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44188, 2055, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44189, 2179, '0', 'default', '2023-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44190, 2192, '0', 'default', '2023-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44191, 2182, '0', 'default', '2023-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44192, 2119, '0', 'default', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44193, 2125, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44194, 2189, '0', 'default', '2023-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44195, 2117, '0', 'default', '2023-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44196, 2027, '0', 'preview', '2023-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44197, 2027, '0', 'preview', '2023-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44198, 2171, '0', 'default', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44199, 2055, '0', 'default', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44200, 1955, '0', 'default', '2023-11-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44201, 2203, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44202, 2197, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44203, 2172, '0', 'default', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44204, 2191, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44205, 2192, '0', 'preview', '2023-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44206, 2189, '0', 'preview', '2023-11-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44207, 2141, '0', 'default', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44208, 2093, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44209, 2089, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44210, 1931, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44211, 2109, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44212, 2090, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44213, 2182, '0', 'preview', '2023-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44214, 2107, '0', 'preview', '2023-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44215, 2111, '0', 'preview', '2023-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44216, 2171, '0', 'preview', '2023-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44217, 1935, '0', 'preview', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44218, 2024, '0', 'preview', '2023-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44219, 2179, '0', 'default', '2023-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44220, 2117, '0', 'default', '2023-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44221, 1950, '0', 'preview', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44222, 2086, '0', 'default', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44223, 2086, '0', 'preview', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44224, 2055, '0', 'default', '2023-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44225, 2016, '0', 'preview', '2023-11-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44226, 2182, '0', 'default', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44227, 2133, '0', 'preview', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44228, 2048, '0', 'default', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44229, 2048, '0', 'preview', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44230, 2053, '0', 'default', '2023-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44231, 2027, '0', 'preview', '2023-11-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44232, 2172, '0', 'preview', '2023-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44233, 2109, '0', 'preview', '2023-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44234, 1930, '0', 'default', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44235, 2192, '0', 'preview', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44236, 2110, '0', 'default', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44237, 2120, '0', 'preview', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44238, 2089, '0', 'preview', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44239, 2110, '0', 'preview', '2023-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44240, 2121, '0', 'preview', '2023-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44241, 2111, '0', 'preview', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44242, 1930, '0', 'preview', '2023-11-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44243, 1930, '0', 'preview', '2023-11-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44244, 1930, '0', 'preview', '2023-11-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44245, 1930, '0', 'preview', '2023-11-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44246, 2113, '0', 'preview', '2023-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44247, 2024, '0', 'default', '2023-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44248, 2190, '0', 'preview', '2023-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44249, 2121, '0', 'preview', '2023-11-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44250, 2182, '0', 'default', '2023-11-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44251, 2179, '0', 'default', '2023-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44252, 2016, '0', 'preview', '2023-11-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44253, 2027, '0', 'preview', '2023-11-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44254, 1950, '0', 'preview', '2023-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44255, 2113, '0', 'preview', '2023-11-20', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44256, 2200, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44257, 2024, '0', 'preview', '2023-11-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44258, 2117, '0', 'default', '2023-11-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44259, 2111, '0', 'preview', '2023-11-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44260, 2191, '0', 'preview', '2023-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44261, 2121, '0', 'default', '2023-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44262, 1935, '0', 'preview', '2023-11-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44263, 2192, '0', 'preview', '2023-11-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44264, 2089, '0', 'preview', '2023-11-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44265, 2189, '0', 'preview', '2023-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44266, 2051, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44267, 2086, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44268, 2055, '0', 'preview', '2023-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44269, 2197, '0', 'preview', '2023-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44270, 2133, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44271, 2182, '0', 'preview', '2023-11-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44272, 1930, '0', 'preview', '2023-11-20', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44273, 2189, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44274, 2109, '0', 'preview', '2023-11-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44275, 2110, '0', 'preview', '2023-11-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44276, 2197, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44277, 2024, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44278, 1953, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44279, 2195, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44280, 2112, '0', 'preview', '2023-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44281, 2199, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44282, 2106, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44283, 2093, '0', 'preview', '2023-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44284, 2158, '0', 'preview', '2023-11-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44285, 2086, '0', 'preview', '2023-11-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44286, 2053, '0', 'preview', '2023-11-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44287, 2090, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44288, 2067, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44289, 2169, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44290, 2170, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44291, 2172, '0', 'preview', '2023-11-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44292, 2055, '0', 'default', '2023-11-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44293, 2174, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44294, 2190, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44295, 2117, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44296, 2107, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44297, 1886, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44298, 2089, '0', 'default', '2023-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44299, 2110, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44300, 2199, '0', 'default', '2023-11-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44301, 2092, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44302, 2091, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44303, 1938, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44304, 2145, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44305, 2177, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44306, 2053, '0', 'default', '2023-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44307, 2172, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44308, 2183, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44309, 1925, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44310, 2054, '0', 'default', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44311, 1952, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44312, 2198, '0', 'preview', '2023-11-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44313, 2125, '0', 'preview', '2023-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44314, 2110, '0', 'preview', '2023-11-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44315, 2198, '0', 'preview', '2023-11-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44316, 2189, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44317, 2189, '0', 'preview', '2023-11-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44318, 2027, '0', 'preview', '2023-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44319, 2111, '0', 'default', '2023-11-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44320, 2111, '0', 'preview', '2023-11-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44321, 2182, '0', 'preview', '2023-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44322, 2121, '0', 'preview', '2023-11-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44323, 2089, '0', 'preview', '2023-11-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44324, 2090, '0', 'preview', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44325, 2122, '0', 'preview', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44326, 2117, '0', 'preview', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44327, 2179, '0', 'preview', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44328, 2133, '0', 'preview', '2023-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44329, 2135, '0', 'preview', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44330, 2092, '0', 'preview', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44331, 1931, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44332, 2172, '0', 'preview', '2023-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44333, 2121, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44334, 1935, '0', 'preview', '2023-11-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44335, 2182, '0', 'default', '2023-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44336, 2125, '0', 'preview', '2023-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44337, 1950, '0', 'preview', '2023-11-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44338, 1930, '0', 'preview', '2023-11-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44339, 1886, '0', 'preview', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44340, 2067, '0', 'preview', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44341, 2112, '0', 'preview', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44342, 2109, '0', 'preview', '2023-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44343, 2117, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44344, 1953, '0', 'preview', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44345, 2016, '0', 'preview', '2023-11-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44346, 2024, '0', 'preview', '2023-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44347, 2192, '0', 'preview', '2023-11-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44348, 1935, '0', 'default', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44349, 2179, '0', 'default', '2023-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44350, 2190, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44351, 2192, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44352, 2113, '0', 'preview', '2023-11-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44353, 2190, '0', 'preview', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44354, 2191, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44355, 2086, '0', 'preview', '2023-11-21', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44356, 2093, '0', 'preview', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44357, 2055, '0', 'preview', '2023-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44358, 2134, '0', 'preview', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44359, 2089, '0', 'default', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44360, 2191, '0', 'preview', '2023-11-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44361, 2055, '0', 'default', '2023-11-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44362, 2048, '0', 'preview', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44363, 2169, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44364, 2169, '0', 'preview', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44365, 2087, '0', 'preview', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44366, 2053, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44367, 2200, '0', 'preview', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44368, 2158, '0', 'preview', '2023-11-21', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44369, 2201, '0', 'preview', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44370, 1938, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44371, 2146, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44372, 2122, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44373, 2197, '0', 'preview', '2023-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44374, 2172, '0', 'default', '2023-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44375, 2197, '0', 'preview', '2023-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44376, 2189, '0', 'preview', '2023-11-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44377, 1935, '0', 'preview', '2023-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44378, 2111, '0', 'preview', '2023-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44379, 2086, '0', 'preview', '2023-11-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44380, 1930, '0', 'preview', '2023-11-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44381, 2169, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44382, 2121, '0', 'preview', '2023-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44383, 2192, '0', 'preview', '2023-11-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44384, 2117, '0', 'default', '2023-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44385, 2182, '0', 'default', '2023-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44386, 2109, '0', 'preview', '2023-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44387, 2089, '0', 'preview', '2023-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44388, 2112, '0', 'preview', '2023-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44389, 2089, '0', 'default', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44390, 2172, '0', 'preview', '2023-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44391, 2067, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44392, 1886, '0', 'preview', '2023-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44393, 2048, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44394, 1937, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44395, 2182, '0', 'preview', '2023-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44396, 2179, '0', 'default', '2023-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44397, 2125, '0', 'preview', '2023-11-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44398, 2024, '0', 'preview', '2023-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44399, 2113, '0', 'preview', '2023-11-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44400, 2133, '0', 'preview', '2023-11-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44401, 1950, '0', 'preview', '2023-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44402, 1953, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44403, 2200, '0', 'preview', '2023-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44404, 2201, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44405, 2055, '0', 'default', '2023-11-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44406, 2027, '0', 'preview', '2023-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44407, 2016, '0', 'preview', '2023-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44408, 2198, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44409, 2093, '0', 'default', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44410, 1930, '0', 'default', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44411, 2166, '0', 'default', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44412, 2176, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44413, 2090, '0', 'preview', '2023-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44414, 2174, '0', 'preview', '2023-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44415, 2170, '0', 'default', '2023-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44416, 2117, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44417, 2092, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44418, 2093, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44419, 2172, '0', 'default', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44420, 2048, '0', 'default', '2023-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44421, 2190, '0', 'preview', '2023-11-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44422, 2055, '0', 'preview', '2023-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44423, 2191, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44424, 2189, '0', 'default', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44425, 2192, '0', 'default', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44426, 2173, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44427, 2125, '0', 'default', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44428, 2121, '0', 'default', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44429, 1964, '0', 'preview', '2023-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44430, 2192, '0', 'preview', '2023-11-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44431, 2197, '0', 'preview', '2023-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44432, 2189, '0', 'preview', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44433, 2125, '0', 'preview', '2023-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44434, 2182, '0', 'default', '2023-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44435, 2121, '0', 'preview', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44436, 2179, '0', 'default', '2023-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44437, 2189, '0', 'default', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44438, 2197, '0', 'default', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44439, 2109, '0', 'preview', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44440, 2110, '0', 'preview', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44441, 2190, '0', 'preview', '2023-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44442, 2188, '0', 'default', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44443, 2169, '0', 'preview', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44444, 2172, '0', 'default', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44445, 1935, '0', 'preview', '2023-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44446, 2113, '0', 'preview', '2023-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44447, 1930, '0', 'preview', '2023-11-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44448, 1953, '0', 'preview', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44449, 2111, '0', 'preview', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44450, 2175, '0', 'preview', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44451, 2016, '0', 'preview', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44452, 2027, '0', 'preview', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44453, 2024, '0', 'preview', '2023-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44454, 2086, '0', 'preview', '2023-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44455, 2121, '0', 'default', '2023-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44456, 2182, '0', 'default', '2023-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44457, 1930, '0', 'preview', '2023-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44458, 2201, '0', 'preview', '2023-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44459, 2110, '0', 'default', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44460, 2187, '0', 'preview', '2023-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44461, 2174, '0', 'preview', '2023-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44462, 2188, '0', 'preview', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44463, 2173, '0', 'preview', '2023-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44464, 2179, '0', 'preview', '2023-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44465, 1935, '0', 'default', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44466, 2113, '0', 'default', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44467, 2130, '0', 'preview', '2023-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44468, 2141, '0', 'preview', '2023-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44469, 2190, '0', 'preview', '2023-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44470, 2192, '0', 'preview', '2023-11-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44471, 1950, '0', 'preview', '2023-11-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44472, 1953, '0', 'preview', '2023-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44473, 2024, '0', 'preview', '2023-11-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44474, 2016, '0', 'preview', '2023-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44475, 2179, '0', 'default', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44476, 2089, '0', 'default', '2023-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44477, 2111, '0', 'preview', '2023-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44478, 2189, '0', 'preview', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44479, 2122, '0', 'default', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44480, 2172, '0', 'default', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44481, 2055, '0', 'default', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44482, 2172, '0', 'preview', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44483, 2027, '0', 'default', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44484, 2134, '0', 'default', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44485, 2117, '0', 'preview', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44486, 1935, '0', 'preview', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44487, 2066, '0', 'preview', '2023-11-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44488, 2113, '0', 'preview', '2023-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44489, 2111, '0', 'preview', '2023-11-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44490, 2110, '0', 'preview', '2023-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44491, 2182, '0', 'default', '2023-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44492, 2179, '0', 'default', '2023-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44493, 1950, '0', 'preview', '2023-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44494, 2089, '0', 'default', '2023-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44495, 2121, '0', 'default', '2023-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44496, 2192, '0', 'preview', '2023-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44497, 2113, '0', 'preview', '2023-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44498, 2121, '0', 'preview', '2023-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44499, 2089, '0', 'preview', '2023-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44500, 1930, '0', 'preview', '2023-11-25', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44501, 1935, '0', 'preview', '2023-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44502, 2182, '0', 'preview', '2023-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44503, 2112, '0', 'preview', '2023-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44504, 2191, '0', 'preview', '2023-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44505, 2111, '0', 'default', '2023-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44506, 2189, '0', 'default', '2023-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44507, 2125, '0', 'default', '2023-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44508, 2093, '0', 'preview', '2023-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44509, 2109, '0', 'preview', '2023-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44510, 2016, '0', 'preview', '2023-11-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44511, 2024, '0', 'preview', '2023-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44512, 2027, '0', 'preview', '2023-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44513, 2172, '0', 'preview', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44514, 2121, '0', 'preview', '2023-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44515, 1930, '0', 'default', '2023-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44516, 1930, '0', 'preview', '2023-11-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44517, 2179, '0', 'default', '2023-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44518, 2192, '0', 'preview', '2023-11-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44519, 2185, '0', 'default', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44520, 2112, '0', 'default', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44521, 2089, '0', 'default', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44522, 2117, '0', 'default', '2023-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44523, 2169, '0', 'default', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44524, 2175, '0', 'default', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44525, 2182, '0', 'default', '2023-11-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44526, 2024, '0', 'default', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44527, 2192, '0', 'default', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44528, 2125, '0', 'preview', '2023-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44529, 1935, '0', 'preview', '2023-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44530, 1950, '0', 'preview', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44531, 2165, '0', 'preview', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44532, 2093, '0', 'preview', '2023-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44533, 2172, '0', 'default', '2023-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44534, 2113, '0', 'preview', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44535, 2154, '0', 'preview', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44536, 2111, '0', 'preview', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44537, 2086, '0', 'preview', '2023-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44538, 1953, '0', 'preview', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44539, 1967, '0', 'default', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44540, 2198, '0', 'preview', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44541, 2190, '0', 'preview', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44542, 2119, '0', 'default', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44543, 2170, '0', 'preview', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44544, 2112, '0', 'preview', '2023-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44545, 2121, '0', 'preview', '2023-11-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44546, 2106, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44547, 2170, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44548, 2110, '0', 'preview', '2023-11-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44549, 2112, '0', 'preview', '2023-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44550, 1937, '0', 'preview', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44551, 2109, '0', 'default', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44552, 2195, '0', 'default', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44553, 2117, '0', 'default', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44554, 2111, '0', 'preview', '2023-11-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44555, 1930, '0', 'preview', '2023-11-27', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44556, 2111, '0', 'default', '2023-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44557, 2086, '0', 'preview', '2023-11-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44558, 2086, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44559, 2118, '0', 'preview', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44560, 2135, '0', 'preview', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44561, 2192, '0', 'preview', '2023-11-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44562, 2169, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44563, 2172, '0', 'preview', '2023-11-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44564, 2179, '0', 'default', '2023-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44565, 2055, '0', 'preview', '2023-11-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44566, 2093, '0', 'preview', '2023-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44567, 2189, '0', 'default', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44568, 2182, '0', 'default', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44569, 2190, '0', 'preview', '2023-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44570, 2189, '0', 'preview', '2023-11-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44571, 2182, '0', 'preview', '2023-11-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44572, 2055, '0', 'default', '2023-11-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44573, 1950, '0', 'preview', '2023-11-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44574, 2089, '0', 'preview', '2023-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44575, 2113, '0', 'preview', '2023-11-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44576, 2197, '0', 'preview', '2023-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44577, 1935, '0', 'preview', '2023-11-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44578, 2109, '0', 'preview', '2023-11-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44579, 2181, '0', 'preview', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44580, 2090, '0', 'preview', '2023-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44581, 2092, '0', 'preview', '2023-11-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44582, 2093, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44583, 2187, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44584, 2183, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44585, 2141, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44586, 2198, '0', 'preview', '2023-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44587, 2048, '0', 'preview', '2023-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44588, 1908, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44589, 1938, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44590, 2089, '0', 'default', '2023-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44591, 2172, '0', 'default', '2023-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44592, 2121, '0', 'default', '2023-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44593, 1953, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44594, 2117, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44595, 1913, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44596, 2134, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44597, 2016, '0', 'preview', '2023-11-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44598, 2170, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44599, 2016, '0', 'default', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44600, 2067, '0', 'preview', '2023-11-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44601, 2174, '0', 'preview', '2023-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44602, 2173, '0', 'preview', '2023-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44603, 2125, '0', 'preview', '2023-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44604, 2145, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44605, 2185, '0', 'preview', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44606, 2053, '0', 'preview', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44607, 2027, '0', 'preview', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44608, 2028, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44609, 2192, '0', 'default', '2023-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44610, 2175, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44611, 2112, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44612, 2185, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44613, 2169, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44614, 2113, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44615, 2200, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44616, 1937, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44617, 2127, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44618, 1932, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44619, 1960, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44620, 1964, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44621, 2197, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44622, 2191, '0', 'preview', '2023-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44623, 2133, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44624, 2173, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44625, 2183, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44626, 2024, '0', 'default', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44627, 1886, '0', 'preview', '2023-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44628, 1935, '0', 'preview', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44629, 2125, '0', 'preview', '2023-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44630, 1913, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44631, 2027, '0', 'preview', '2023-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44632, 2086, '0', 'preview', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44633, 2121, '0', 'preview', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44634, 2117, '0', 'preview', '2023-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44635, 2182, '0', 'preview', '2023-11-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44636, 1886, '0', 'preview', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44637, 2190, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44638, 2055, '0', 'default', '2023-11-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44639, 2055, '0', 'preview', '2023-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44640, 2192, '0', 'preview', '2023-11-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44641, 2195, '0', 'default', '2023-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44642, 2093, '0', 'preview', '2023-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44643, 1930, '0', 'preview', '2023-11-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44644, 2182, '0', 'default', '2023-11-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44645, 2192, '0', 'default', '2023-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44646, 2169, '0', 'default', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44647, 2129, '0', 'default', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44648, 2112, '0', 'default', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44649, 2173, '0', 'default', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44650, 2027, '0', 'default', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44651, 2119, '0', 'default', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44652, 2111, '0', 'default', '2023-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44653, 2120, '0', 'default', '2023-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44654, 2187, '0', 'default', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44655, 2172, '0', 'default', '2023-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44656, 2088, '0', 'default', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44657, 2197, '0', 'default', '2023-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44658, 2118, '0', 'default', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44659, 2191, '0', 'default', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44660, 2127, '0', 'default', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44661, 2172, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44662, 2185, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44663, 2111, '0', 'preview', '2023-11-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44664, 2179, '0', 'default', '2023-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44665, 2089, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44666, 2188, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44667, 2121, '0', 'default', '2023-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44668, 2016, '0', 'preview', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44669, 2112, '0', 'preview', '2023-11-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44670, 2176, '0', 'preview', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44671, 2170, '0', 'default', '2023-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44672, 1953, '0', 'preview', '2023-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44673, 2128, '0', 'preview', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44674, 2117, '0', 'default', '2023-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44675, 2089, '0', 'default', '2023-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44676, 2189, '0', 'default', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44677, 2090, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44678, 2053, '0', 'default', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44679, 1952, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44680, 2189, '0', 'preview', '2023-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44681, 2198, '0', 'preview', '2023-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44682, 2091, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44683, 2113, '0', 'preview', '2023-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44684, 2110, '0', 'preview', '2023-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44685, 2169, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44686, 1950, '0', 'preview', '2023-11-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44687, 1938, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44688, 2145, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44689, 1886, '0', 'default', '2023-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44690, 2178, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44691, 2140, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44692, 2195, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44693, 2024, '0', 'preview', '2023-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44694, 2184, '0', 'default', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44695, 2106, '0', 'default', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44696, 2109, '0', 'preview', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44697, 1960, '0', 'default', '2023-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44698, 2088, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44699, 2172, '0', 'default', '2023-11-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44700, 2023, '0', 'preview', '2023-11-29', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44701, 2169, '0', 'preview', '2023-11-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44702, 2024, '0', 'preview', '2023-11-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44703, 1930, '0', 'preview', '2023-11-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44704, 2170, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44705, 2191, '0', 'preview', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44706, 2182, '0', 'default', '2023-11-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44707, 2016, '0', 'preview', '2023-11-29', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44708, 2086, '0', 'default', '2023-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44709, 2181, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44710, 2053, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44711, 2121, '0', 'preview', '2023-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44712, 2182, '0', 'preview', '2023-11-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44713, 2118, '0', 'preview', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44714, 2112, '0', 'preview', '2023-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44715, 2190, '0', 'preview', '2023-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44716, 2092, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44717, 2133, '0', 'preview', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44718, 2089, '0', 'default', '2023-11-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44719, 2121, '0', 'default', '2023-11-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44720, 2055, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44721, 2055, '0', 'default', '2023-11-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44722, 1925, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44723, 2133, '0', 'default', '2023-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44724, 1950, '0', 'preview', '2023-11-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44725, 1953, '0', 'preview', '2023-11-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44726, 2117, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44727, 2134, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44728, 2174, '0', 'default', '2023-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44729, 1967, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44730, 2198, '0', 'preview', '2023-11-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44731, 2111, '0', 'preview', '2023-11-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44732, 2125, '0', 'preview', '2023-11-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44733, 2093, '0', 'preview', '2023-11-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44734, 2123, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44735, 2120, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44736, 2141, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44737, 2086, '0', 'preview', '2023-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44738, 2090, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44739, 2175, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44740, 1960, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44741, 2173, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44742, 2186, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44743, 2188, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44744, 2093, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44745, 1930, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44746, 1931, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44747, 1935, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44748, 1937, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44749, 2113, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44750, 2048, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44751, 2189, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44752, 2191, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44753, 2192, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44754, 2190, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44755, 2201, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44756, 2176, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44757, 2113, '0', 'preview', '2023-11-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44758, 1938, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44759, 1953, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44760, 1955, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44761, 2129, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44762, 1950, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44763, 2128, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44764, 2142, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44765, 2126, '0', 'default', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44766, 2127, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44767, 1935, '0', 'preview', '2023-11-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44768, 2179, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44769, 2197, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44770, 2203, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44771, 2195, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44772, 2196, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44773, 2199, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44774, 2172, '0', 'preview', '2023-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44775, 2198, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44776, 2200, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44777, 2107, '0', 'preview', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44778, 2171, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44779, 2122, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44780, 2174, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44781, 2186, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44782, 2188, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44783, 2173, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44784, 2192, '0', 'preview', '2023-11-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44785, 2110, '0', 'preview', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44786, 2109, '0', 'preview', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44787, 2189, '0', 'preview', '2023-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44788, 2027, '0', 'preview', '2023-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44789, 2197, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44790, 2106, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44791, 1964, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44792, 1938, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44793, 2145, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44794, 2141, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44795, 1886, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44796, 2169, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44797, 1952, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44798, 2140, '0', 'preview', '2023-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44799, 2178, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44800, 1924, '0', 'default', '2023-11-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44801, 2089, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44802, 2176, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44803, 2109, '0', 'default', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44804, 2048, '0', 'preview', '2023-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44805, 1886, '0', 'preview', '2023-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44806, 2086, '0', 'preview', '2023-11-30', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44807, 2112, '0', 'preview', '2023-11-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44808, 2024, '0', 'preview', '2023-11-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44809, 2192, '0', 'preview', '2023-11-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44810, 2169, '0', 'preview', '2023-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44811, 2111, '0', 'preview', '2023-11-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44812, 2027, '0', 'preview', '2023-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44813, 2090, '0', 'preview', '2023-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44814, 2092, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44815, 2092, '0', 'preview', '2023-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44816, 2133, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44817, 2133, '0', 'preview', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44818, 2175, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44819, 2171, '0', 'preview', '2023-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44820, 2121, '0', 'default', '2023-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44821, 2172, '0', 'preview', '2023-11-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44822, 2189, '0', 'preview', '2023-11-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44823, 2111, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44824, 2191, '0', 'preview', '2023-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44825, 2121, '0', 'preview', '2023-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44826, 1930, '0', 'preview', '2023-11-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44827, 2182, '0', 'preview', '2023-11-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44828, 2182, '0', 'default', '2023-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44829, 2190, '0', 'preview', '2023-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44830, 1918, '0', 'preview', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44831, 2125, '0', 'preview', '2023-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44832, 2158, '0', 'preview', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44833, 2048, '0', 'preview', '2023-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44834, 1935, '0', 'preview', '2023-11-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44835, 2113, '0', 'preview', '2023-11-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44836, 2093, '0', 'preview', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44837, 2016, '0', 'preview', '2023-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44838, 2055, '0', 'preview', '2023-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44839, 2197, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44840, 2049, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44841, 2027, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44842, 2117, '0', 'preview', '2023-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44843, 2185, '0', 'preview', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44844, 2055, '0', 'default', '2023-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44845, 2135, '0', 'preview', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44846, 2109, '0', 'preview', '2023-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44847, 2053, '0', 'default', '2023-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44848, 1960, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44849, 2086, '0', 'default', '2023-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44850, 2089, '0', 'default', '2023-11-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44851, 2198, '0', 'preview', '2023-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44852, 2089, '0', 'preview', '2023-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44853, 2110, '0', 'preview', '2023-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44854, 2172, '0', 'default', '2023-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44855, 2053, '0', 'preview', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44856, 2067, '0', 'preview', '2023-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44857, 2049, '0', 'preview', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44858, 1937, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44859, 1937, '0', 'preview', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44860, 2067, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44861, 2112, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44862, 1886, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44863, 1950, '0', 'preview', '2023-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44864, 1953, '0', 'preview', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44865, 2117, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44866, 2170, '0', 'preview', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44867, 2016, '0', 'default', '2023-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44868, 1950, '0', 'preview', '2023-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44869, 2201, '0', 'preview', '2023-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44870, 1886, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44871, 2133, '0', 'default', '2023-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44872, 2169, '0', 'preview', '2023-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44873, 2192, '0', 'preview', '2023-12-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44874, 2121, '0', 'preview', '2023-12-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44875, 2086, '0', 'preview', '2023-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44876, 2121, '0', 'default', '2023-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44877, 2122, '0', 'preview', '2023-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44878, 2093, '0', 'preview', '2023-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44879, 2182, '0', 'default', '2023-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44880, 2055, '0', 'default', '2023-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44881, 2111, '0', 'preview', '2023-12-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44882, 2182, '0', 'preview', '2023-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44883, 2024, '0', 'preview', '2023-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44884, 1967, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44885, 2023, '0', 'default', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44886, 1930, '0', 'preview', '2023-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44887, 2117, '0', 'preview', '2023-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44888, 2172, '0', 'default', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44889, 2089, '0', 'preview', '2023-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44890, 2117, '0', 'default', '2023-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44891, 2113, '0', 'preview', '2023-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44892, 1935, '0', 'preview', '2023-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44893, 1930, '0', 'default', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44894, 2109, '0', 'preview', '2023-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44895, 2190, '0', 'preview', '2023-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44896, 2089, '0', 'default', '2023-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44897, 2023, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44898, 2176, '0', 'default', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44899, 2092, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44900, 2027, '0', 'preview', '2023-12-01', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44901, 2110, '0', 'preview', '2023-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44902, 1960, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44903, 2054, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44904, 2055, '0', 'preview', '2023-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44905, 1937, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44906, 2175, '0', 'default', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44907, 2125, '0', 'preview', '2023-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44908, 1938, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44909, 2016, '0', 'preview', '2023-12-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44910, 2189, '0', 'preview', '2023-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44911, 2187, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44912, 2092, '0', 'default', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44913, 2112, '0', 'preview', '2023-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44914, 2179, '0', 'preview', '2023-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44915, 2158, '0', 'preview', '2023-12-01', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44916, 2107, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44917, 2107, '0', 'default', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44918, 2015, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44919, 2109, '0', 'default', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44920, 2191, '0', 'preview', '2023-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44921, 2134, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44922, 2135, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44923, 2133, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44924, 2185, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44925, 2186, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44926, 2188, '0', 'preview', '2023-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44927, 2191, '0', 'preview', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44928, 2113, '0', 'preview', '2023-12-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44929, 2182, '0', 'default', '2023-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44930, 2173, '0', 'default', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44931, 2086, '0', 'preview', '2023-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44932, 2121, '0', 'default', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44933, 2016, '0', 'preview', '2023-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44934, 2027, '0', 'preview', '2023-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44935, 2024, '0', 'preview', '2023-12-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44936, 2053, '0', 'default', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44937, 2185, '0', 'default', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44938, 2172, '0', 'default', '2023-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44939, 2190, '0', 'preview', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44940, 2199, '0', 'preview', '2023-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44941, 1930, '0', 'preview', '2023-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44942, 2172, '0', 'preview', '2023-12-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44943, 2109, '0', 'preview', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44944, 2067, '0', 'preview', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44945, 2198, '0', 'preview', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44946, 2119, '0', 'preview', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44947, 2192, '0', 'preview', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44948, 1935, '0', 'preview', '2023-12-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44949, 2182, '0', 'preview', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44950, 2111, '0', 'default', '2023-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44951, 2169, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44952, 2117, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44953, 2190, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44954, 2189, '0', 'default', '2023-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44955, 2189, '0', 'preview', '2023-12-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44956, 1915, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44957, 1950, '0', 'preview', '2023-12-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44958, 2172, '0', 'default', '2023-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44959, 2111, '0', 'default', '2023-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44960, 2118, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44961, 2129, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44962, 2118, '0', 'default', '2023-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44963, 2129, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44964, 2173, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44965, 2173, '0', 'default', '2023-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44966, 2176, '0', 'default', '2023-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44967, 2176, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44968, 2024, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44969, 2111, '0', 'preview', '2023-12-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44970, 2027, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44971, 2024, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44972, 2027, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44973, 2172, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44974, 2197, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44975, 2197, '0', 'default', '2023-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44976, 2119, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44977, 2120, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44978, 2015, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44979, 2119, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44980, 2120, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44981, 2015, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44982, 2195, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44983, 2195, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44984, 2191, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44985, 2192, '0', 'preview', '2023-12-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44986, 2192, '0', 'preview', '2023-12-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44987, 1930, '0', 'preview', '2023-12-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44988, 2190, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44989, 2171, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44990, 2134, '0', 'default', '2023-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44991, 2107, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44992, 1938, '0', 'preview', '2023-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44993, 1953, '0', 'preview', '2023-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44994, 2091, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44995, 2086, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44996, 2055, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44997, 2121, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44998, 2125, '0', 'preview', '2023-12-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44999, 2182, '0', 'default', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45000, 2158, '0', 'default', '2023-12-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45001, 2158, '0', 'preview', '2023-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45002, 2086, '0', 'default', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45003, 2086, '0', 'preview', '2023-12-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45004, 1950, '0', 'preview', '2023-12-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45005, 2110, '0', 'preview', '2023-12-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45006, 1953, '0', 'preview', '2023-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45007, 2027, '0', 'preview', '2023-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45008, 2024, '0', 'preview', '2023-12-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45009, 2117, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45010, 2112, '0', 'preview', '2023-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45011, 2125, '0', 'preview', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45012, 2113, '0', 'preview', '2023-12-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45013, 2192, '0', 'default', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45014, 1930, '0', 'preview', '2023-12-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45015, 2192, '0', 'preview', '2023-12-04', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45016, 2089, '0', 'preview', '2023-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45017, 2172, '0', 'preview', '2023-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45018, 2127, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45019, 2195, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45020, 2089, '0', 'default', '2023-12-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45021, 2048, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45022, 2111, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45023, 2189, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45024, 2197, '0', 'default', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45025, 2106, '0', 'preview', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45026, 2182, '0', 'preview', '2023-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45027, 2188, '0', 'preview', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45028, 2182, '0', 'default', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45029, 2197, '0', 'preview', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45030, 2053, '0', 'default', '2023-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45031, 2054, '0', 'default', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45032, 2189, '0', 'preview', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45033, 2198, '0', 'preview', '2023-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45034, 2016, '0', 'preview', '2023-12-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45035, 2111, '0', 'preview', '2023-12-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45036, 2172, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45037, 1935, '0', 'preview', '2023-12-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45038, 2053, '0', 'preview', '2023-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45039, 2055, '0', 'default', '2023-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45040, 2145, '0', 'preview', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45041, 2176, '0', 'preview', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45042, 2121, '0', 'preview', '2023-12-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45043, 2109, '0', 'preview', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45044, 2191, '0', 'preview', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45045, 2055, '0', 'preview', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45046, 2121, '0', 'default', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45047, 2133, '0', 'preview', '2023-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45048, 2125, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45049, 2049, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45050, 2175, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45051, 2112, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45052, 2092, '0', 'preview', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45053, 2090, '0', 'preview', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45054, 2024, '0', 'default', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45055, 2173, '0', 'preview', '2023-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45056, 2111, '0', 'default', '2023-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45057, 2086, '0', 'preview', '2023-12-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45058, 2112, '0', 'preview', '2023-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45059, 2192, '0', 'preview', '2023-12-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45060, 2109, '0', 'default', '2023-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45061, 2110, '0', 'default', '2023-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45062, 2189, '0', 'default', '2023-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45063, 1953, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45064, 2192, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45065, 2174, '0', 'preview', '2023-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45066, 2173, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45067, 2172, '0', 'default', '2023-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45068, 2179, '0', 'default', '2023-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45069, 2169, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45070, 2169, '0', 'preview', '2023-12-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45071, 2055, '0', 'default', '2023-12-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45072, 2190, '0', 'preview', '2023-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45073, 2090, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45074, 1930, '0', 'preview', '2023-12-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45075, 2111, '0', 'preview', '2023-12-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45076, 2181, '0', 'preview', '2023-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45077, 1886, '0', 'preview', '2023-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45078, 2016, '0', 'preview', '2023-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45079, 2024, '0', 'preview', '2023-12-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45080, 2027, '0', 'preview', '2023-12-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45081, 2113, '0', 'preview', '2023-12-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45082, 2172, '0', 'preview', '2023-12-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45083, 2117, '0', 'preview', '2023-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45084, 2121, '0', 'preview', '2023-12-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45085, 1935, '0', 'preview', '2023-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45086, 2089, '0', 'preview', '2023-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45087, 1950, '0', 'preview', '2023-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45088, 2055, '0', 'preview', '2023-12-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45089, 2182, '0', 'default', '2023-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45090, 2123, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45091, 2189, '0', 'preview', '2023-12-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45092, 1964, '0', 'default', '2023-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45093, 2178, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45094, 1930, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45095, 2113, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45096, 1935, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45097, 2170, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45098, 2127, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45099, 2133, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45100, 2129, '0', 'default', '2023-12-05', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45101, 2176, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45102, 2089, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45103, 2121, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45104, 2198, '0', 'preview', '2023-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45105, 2182, '0', 'preview', '2023-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45106, 2197, '0', 'preview', '2023-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45107, 2201, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45108, 2201, '0', 'default', '2023-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45109, 2199, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45110, 2187, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45111, 2109, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45112, 2200, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45113, 2145, '0', 'preview', '2023-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45114, 2093, '0', 'preview', '2023-12-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45115, 2125, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45116, 2107, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45117, 2191, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45118, 1918, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45119, 2110, '0', 'preview', '2023-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45120, 1925, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45121, 2092, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45122, 2198, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45123, 1912, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45124, 2170, '0', 'preview', '2023-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45125, 2054, '0', 'preview', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45126, 2117, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45127, 2142, '0', 'default', '2023-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45128, 2140, '0', 'default', '2023-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45129, 2122, '0', 'default', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45130, 1950, '0', 'preview', '2023-12-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45131, 1930, '0', 'preview', '2023-12-06', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45132, 2192, '0', 'preview', '2023-12-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45133, 1930, '0', 'default', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45134, 2112, '0', 'preview', '2023-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45135, 1935, '0', 'default', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45136, 2093, '0', 'preview', '2023-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45137, 2027, '0', 'preview', '2023-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45138, 2182, '0', 'default', '2023-12-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45139, 2169, '0', 'default', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45140, 2198, '0', 'preview', '2023-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45141, 2086, '0', 'default', '2023-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45142, 2055, '0', 'default', '2023-12-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45143, 2089, '0', 'preview', '2023-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45144, 2121, '0', 'preview', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45145, 2106, '0', 'preview', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45146, 2016, '0', 'preview', '2023-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45147, 2023, '0', 'preview', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45148, 2024, '0', 'preview', '2023-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45149, 1935, '0', 'preview', '2023-12-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45150, 2086, '0', 'preview', '2023-12-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45151, 2189, '0', 'preview', '2023-12-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45152, 2197, '0', 'preview', '2023-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45153, 2195, '0', 'preview', '2023-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45154, 2113, '0', 'preview', '2023-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45155, 2199, '0', 'preview', '2023-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45156, 2048, '0', 'preview', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45157, 2055, '0', 'preview', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45158, 2172, '0', 'default', '2023-12-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45159, 2117, '0', 'default', '2023-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45160, 2173, '0', 'default', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45161, 2186, '0', 'default', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45162, 2173, '0', 'preview', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45163, 2182, '0', 'preview', '2023-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45164, 2172, '0', 'preview', '2023-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45165, 2091, '0', 'preview', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45166, 2123, '0', 'default', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45167, 2192, '0', 'default', '2023-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45168, 2200, '0', 'preview', '2023-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45169, 2189, '0', 'default', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45170, 2110, '0', 'preview', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45171, 2089, '0', 'default', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45172, 2191, '0', 'preview', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45173, 2092, '0', 'default', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45174, 2111, '0', 'preview', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45175, 2190, '0', 'preview', '2023-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45176, 2048, '0', 'default', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45177, 2111, '0', 'default', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45178, 2117, '0', 'preview', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45179, 2170, '0', 'preview', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45180, 2179, '0', 'preview', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45181, 2170, '0', 'default', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45182, 2174, '0', 'preview', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45183, 2054, '0', 'preview', '2023-12-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45184, 2201, '0', 'preview', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45185, 2158, '0', 'preview', '2023-12-06', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45186, 2092, '0', 'preview', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45187, 2121, '0', 'default', '2023-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45188, 2181, '0', 'default', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45189, 2145, '0', 'preview', '2023-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45190, 1953, '0', 'preview', '2023-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45191, 1930, '0', 'preview', '2023-12-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45192, 2086, '0', 'preview', '2023-12-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45193, 2113, '0', 'preview', '2023-12-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45194, 2016, '0', 'preview', '2023-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45195, 1935, '0', 'preview', '2023-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45196, 2170, '0', 'preview', '2023-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45197, 2055, '0', 'default', '2023-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45198, 2112, '0', 'preview', '2023-12-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45199, 2171, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45200, 2053, '0', 'preview', '2023-12-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45201, 2192, '0', 'preview', '2023-12-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45202, 2182, '0', 'default', '2023-12-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45203, 2024, '0', 'preview', '2023-12-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45204, 2027, '0', 'preview', '2023-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45205, 2169, '0', 'preview', '2023-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45206, 2089, '0', 'default', '2023-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45207, 2090, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45208, 1950, '0', 'preview', '2023-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45209, 2118, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45210, 2192, '0', 'default', '2023-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45211, 2121, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45212, 2191, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45213, 2125, '0', 'preview', '2023-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45214, 2121, '0', 'preview', '2023-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45215, 2117, '0', 'default', '2023-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45216, 2106, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45217, 2111, '0', 'preview', '2023-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45218, 2189, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45219, 1932, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45220, 2182, '0', 'preview', '2023-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45221, 2111, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45222, 2189, '0', 'preview', '2023-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45223, 2190, '0', 'preview', '2023-12-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45224, 1935, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45225, 2172, '0', 'default', '2023-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45226, 2128, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45227, 1886, '0', 'preview', '2023-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45228, 2198, '0', 'preview', '2023-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45229, 2109, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45230, 1917, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45231, 2145, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45232, 2110, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45233, 2110, '0', 'preview', '2023-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45234, 2181, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45235, 2117, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45236, 2027, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45237, 2048, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45238, 2112, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45239, 2089, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45240, 1918, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45241, 2012, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45242, 2197, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45243, 2174, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45244, 2173, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45245, 2179, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45246, 2093, '0', 'preview', '2023-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45247, 1952, '0', 'preview', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45248, 2158, '0', 'preview', '2023-12-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45249, 2181, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45250, 2086, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45251, 1937, '0', 'default', '2023-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45252, 2093, '0', 'preview', '2023-12-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45253, 1938, '0', 'preview', '2023-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45254, 2112, '0', 'default', '2023-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45255, 2112, '0', 'preview', '2023-12-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45256, 2048, '0', 'preview', '2023-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45257, 1935, '0', 'preview', '2023-12-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45258, 2109, '0', 'preview', '2023-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45259, 2089, '0', 'default', '2023-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45260, 2170, '0', 'default', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45261, 2016, '0', 'preview', '2023-12-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45262, 2192, '0', 'preview', '2023-12-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45263, 2182, '0', 'default', '2023-12-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45264, 2189, '0', 'preview', '2023-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45265, 2181, '0', 'preview', '2023-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45266, 2182, '0', 'preview', '2023-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45267, 2113, '0', 'preview', '2023-12-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45268, 2151, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45269, 2121, '0', 'preview', '2023-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45270, 2024, '0', 'preview', '2023-12-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45271, 1930, '0', 'preview', '2023-12-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45272, 2172, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45273, 2111, '0', 'preview', '2023-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45274, 2111, '0', 'default', '2023-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45275, 2198, '0', 'preview', '2023-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45276, 1964, '0', 'default', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45277, 1964, '0', 'preview', '2023-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45278, 2089, '0', 'preview', '2023-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45279, 2023, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45280, 2145, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45281, 2027, '0', 'preview', '2023-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45282, 2028, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45283, 2015, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45284, 2086, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45285, 2121, '0', 'default', '2023-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45286, 2055, '0', 'default', '2023-12-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45287, 2110, '0', 'preview', '2023-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45288, 2190, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45289, 2197, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45290, 2090, '0', 'preview', '2023-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45291, 2158, '0', 'preview', '2023-12-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45292, 2117, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45293, 2110, '0', 'default', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45294, 2181, '0', 'default', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45295, 1912, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45296, 2170, '0', 'preview', '2023-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45297, 2090, '0', 'default', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45298, 2134, '0', 'default', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45299, 2086, '0', 'default', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45300, 2117, '0', 'default', '2023-12-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45301, 2169, '0', 'preview', '2023-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45302, 1886, '0', 'preview', '2023-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45303, 2051, '0', 'preview', '2023-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45304, 2109, '0', 'default', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45305, 2055, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45306, 1953, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45307, 2183, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45308, 2187, '0', 'preview', '2023-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45309, 2113, '0', 'preview', '2023-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45310, 2125, '0', 'preview', '2023-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45311, 1953, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45312, 2024, '0', 'preview', '2023-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45313, 2016, '0', 'preview', '2023-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45314, 2093, '0', 'preview', '2023-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45315, 2121, '0', 'preview', '2023-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45316, 1913, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45317, 2086, '0', 'preview', '2023-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45318, 2192, '0', 'preview', '2023-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45319, 2181, '0', 'default', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45320, 1950, '0', 'preview', '2023-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45321, 2145, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45322, 1938, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45323, 2027, '0', 'preview', '2023-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45324, 2028, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45325, 2023, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45326, 2015, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45327, 2172, '0', 'preview', '2023-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45328, 2170, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45329, 2182, '0', 'default', '2023-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45330, 2112, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45331, 1931, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45332, 2117, '0', 'default', '2023-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45333, 2117, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45334, 2170, '0', 'default', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45335, 2198, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45336, 2109, '0', 'preview', '2023-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45337, 2197, '0', 'default', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45338, 1930, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45339, 2121, '0', 'default', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45340, 2169, '0', 'default', '2023-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45341, 2169, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45342, 2158, '0', 'preview', '2023-12-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45343, 2089, '0', 'default', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45344, 2088, '0', 'default', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45345, 1935, '0', 'default', '2023-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45346, 2111, '0', 'default', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45347, 2109, '0', 'default', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45348, 2196, '0', 'default', '2023-12-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45349, 2196, '0', 'preview', '2023-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45350, 2199, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45351, 2121, '0', 'preview', '2023-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45352, 1950, '0', 'preview', '2023-12-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45353, 2200, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45354, 2089, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45355, 2027, '0', 'preview', '2023-12-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45356, 2112, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45357, 2181, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45358, 2111, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45359, 2195, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45360, 2150, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45361, 1886, '0', 'preview', '2023-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45362, 2201, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45363, 2179, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45364, 2127, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45365, 2192, '0', 'preview', '2023-12-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45366, 1953, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45367, 2024, '0', 'preview', '2023-12-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45368, 2016, '0', 'preview', '2023-12-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45369, 1930, '0', 'preview', '2023-12-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45370, 2173, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45371, 1935, '0', 'preview', '2023-12-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45372, 2091, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45373, 2113, '0', 'preview', '2023-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45374, 2086, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45375, 2172, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45376, 2192, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45377, 2112, '0', 'preview', '2023-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45378, 2109, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45379, 2148, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45380, 2145, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45381, 2169, '0', 'preview', '2023-12-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45382, 2141, '0', 'preview', '2023-12-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45383, 2090, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45384, 2121, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45385, 2182, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45386, 2117, '0', 'preview', '2023-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45387, 2125, '0', 'preview', '2023-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45388, 2093, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45389, 1930, '0', 'default', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45390, 1911, '0', 'preview', '2023-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45391, 2182, '0', 'preview', '2023-12-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45392, 2190, '0', 'preview', '2023-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45393, 2089, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45394, 2121, '0', 'preview', '2023-12-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45395, 1930, '0', 'preview', '2023-12-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45396, 2112, '0', 'preview', '2023-12-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45397, 2093, '0', 'preview', '2023-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45398, 1930, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45399, 1935, '0', 'preview', '2023-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45400, 2091, '0', 'default', '2023-12-11', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45401, 2024, '0', 'preview', '2023-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45402, 2016, '0', 'preview', '2023-12-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45403, 2027, '0', 'preview', '2023-12-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45404, 2048, '0', 'preview', '2023-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45405, 2141, '0', 'preview', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45406, 1950, '0', 'preview', '2023-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45407, 1953, '0', 'preview', '2023-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45408, 2111, '0', 'preview', '2023-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45409, 2125, '0', 'preview', '2023-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45410, 2187, '0', 'preview', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45411, 2172, '0', 'preview', '2023-12-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45412, 2175, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45413, 2121, '0', 'default', '2023-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45414, 2174, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45415, 2186, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45416, 2173, '0', 'default', '2023-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45417, 2141, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45418, 2185, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45419, 2055, '0', 'default', '2023-12-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45420, 2123, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45421, 2154, '0', 'preview', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45422, 2169, '0', 'preview', '2023-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45423, 2189, '0', 'preview', '2023-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45424, 2055, '0', 'preview', '2023-12-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45425, 2113, '0', 'preview', '2023-12-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45426, 2117, '0', 'preview', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45427, 2192, '0', 'preview', '2023-12-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45428, 2145, '0', 'default', '2023-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45429, 2086, '0', 'preview', '2023-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45430, 2198, '0', 'preview', '2023-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45431, 2089, '0', 'preview', '2023-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45432, 2145, '0', 'preview', '2023-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45433, 1938, '0', 'preview', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45434, 2170, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45435, 2170, '0', 'preview', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45436, 1964, '0', 'preview', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45437, 2027, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45438, 2109, '0', 'preview', '2023-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45439, 2199, '0', 'preview', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45440, 2122, '0', 'preview', '2023-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45441, 2118, '0', 'preview', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45442, 2191, '0', 'preview', '2023-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45443, 2125, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45444, 2197, '0', 'preview', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45445, 2203, '0', 'preview', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45446, 2182, '0', 'default', '2023-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45447, 2201, '0', 'preview', '2023-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45448, 2113, '0', 'preview', '2023-12-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45449, 1930, '0', 'preview', '2023-12-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45450, 1886, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45451, 2192, '0', 'preview', '2023-12-12', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45452, 2172, '0', 'preview', '2023-12-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45453, 2195, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45454, 2109, '0', 'preview', '2023-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45455, 2086, '0', 'preview', '2023-12-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45456, 2117, '0', 'preview', '2023-12-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45457, 2055, '0', 'default', '2023-12-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45458, 2112, '0', 'preview', '2023-12-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45459, 2182, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45460, 1935, '0', 'preview', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45461, 2089, '0', 'preview', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45462, 2107, '0', 'preview', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45463, 2055, '0', 'preview', '2023-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45464, 2051, '0', 'preview', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45465, 2121, '0', 'preview', '2023-12-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45466, 2067, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45467, 2182, '0', 'preview', '2023-12-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45468, 2169, '0', 'preview', '2023-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45469, 2190, '0', 'preview', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45470, 2174, '0', 'preview', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45471, 2189, '0', 'preview', '2023-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45472, 2141, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45473, 2170, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45474, 2110, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45475, 2093, '0', 'preview', '2023-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45476, 2024, '0', 'preview', '2023-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45477, 2118, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45478, 1935, '0', 'default', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45479, 1950, '0', 'preview', '2023-12-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45480, 2201, '0', 'preview', '2023-12-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45481, 2016, '0', 'preview', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45482, 2117, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45483, 2179, '0', 'preview', '2023-12-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45484, 2173, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45485, 2184, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45486, 2175, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45487, 2172, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45488, 2110, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45489, 2190, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45490, 2192, '0', 'default', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45491, 1953, '0', 'preview', '2023-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45492, 2092, '0', 'preview', '2023-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45493, 2125, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45494, 2133, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45495, 2198, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45496, 2111, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45497, 2181, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45498, 2086, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45499, 2135, '0', 'preview', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45500, 2185, '0', 'default', '2023-12-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45501, 2174, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45502, 2175, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45503, 1938, '0', 'preview', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45504, 2145, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45505, 2089, '0', 'default', '2023-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45506, 2053, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45507, 2121, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45508, 2027, '0', 'preview', '2023-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45509, 2048, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45510, 2125, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45511, 2112, '0', 'default', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45512, 2111, '0', 'preview', '2023-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45513, 2192, '0', 'preview', '2023-12-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45514, 1935, '0', 'default', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45515, 2179, '0', 'preview', '2023-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45516, 2198, '0', 'preview', '2023-12-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45517, 2027, '0', 'preview', '2023-12-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45518, 1950, '0', 'preview', '2023-12-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45519, 1953, '0', 'preview', '2023-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45520, 2110, '0', 'preview', '2023-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45521, 2109, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45522, 2092, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45523, 2112, '0', 'preview', '2023-12-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45524, 2172, '0', 'preview', '2023-12-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45525, 2170, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45526, 2016, '0', 'preview', '2023-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45527, 2024, '0', 'preview', '2023-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45528, 1935, '0', 'preview', '2023-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45529, 2086, '0', 'preview', '2023-12-13', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45530, 2121, '0', 'preview', '2023-12-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45531, 1967, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45532, 2093, '0', 'preview', '2023-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45533, 2113, '0', 'preview', '2023-12-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45534, 2158, '0', 'preview', '2023-12-13', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45535, 2182, '0', 'preview', '2023-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45536, 1930, '0', 'preview', '2023-12-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45537, 2111, '0', 'preview', '2023-12-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45538, 2053, '0', 'default', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45539, 2027, '0', 'default', '2023-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45540, 2065, '0', 'default', '2023-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45541, 2065, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45542, 2089, '0', 'preview', '2023-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45543, 2141, '0', 'default', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45544, 2122, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45545, 2189, '0', 'preview', '2023-12-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45546, 1957, '0', 'default', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45547, 1952, '0', 'default', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45548, 2169, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45549, 2201, '0', 'preview', '2023-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45550, 2125, '0', 'preview', '2023-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45551, 2200, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45552, 2055, '0', 'default', '2023-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45553, 2113, '0', 'default', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45554, 1917, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45555, 2111, '0', 'default', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45556, 2191, '0', 'preview', '2023-12-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45557, 2145, '0', 'preview', '2023-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45558, 2117, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45559, 2090, '0', 'preview', '2023-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45560, 2086, '0', 'default', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45561, 2016, '0', 'default', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45562, 2117, '0', 'default', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45563, 2174, '0', 'preview', '2023-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45564, 2067, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45565, 2169, '0', 'default', '2023-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45566, 1925, '0', 'preview', '2023-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45567, 2121, '0', 'default', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45568, 2173, '0', 'preview', '2023-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45569, 2185, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45570, 2175, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45571, 2183, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45572, 2187, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45573, 2186, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45574, 2141, '0', 'preview', '2023-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45575, 2027, '0', 'preview', '2023-12-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45576, 2179, '0', 'preview', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45577, 2169, '0', 'preview', '2023-12-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45578, 1886, '0', 'preview', '2023-12-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45579, 2090, '0', 'preview', '2023-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45580, 2173, '0', 'preview', '2023-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45581, 2182, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45582, 1930, '0', 'preview', '2023-12-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45583, 2113, '0', 'preview', '2023-12-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45584, 2111, '0', 'preview', '2023-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45585, 2192, '0', 'preview', '2023-12-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45586, 2027, '0', 'default', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45587, 2134, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45588, 1950, '0', 'preview', '2023-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45589, 2086, '0', 'preview', '2023-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45590, 2055, '0', 'default', '2023-12-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45591, 2016, '0', 'preview', '2023-12-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45592, 2172, '0', 'default', '2023-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45593, 2189, '0', 'preview', '2023-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45594, 2190, '0', 'preview', '2023-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45595, 2186, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45596, 2188, '0', 'preview', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45597, 2174, '0', 'preview', '2023-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45598, 1938, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45599, 2028, '0', 'preview', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45600, 2024, '0', 'preview', '2023-12-14', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45601, 2024, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45602, 2016, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45603, 1935, '0', 'preview', '2023-12-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45604, 2121, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45605, 1930, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45606, 1953, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45607, 2128, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45608, 2112, '0', 'preview', '2023-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45609, 2110, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45610, 2182, '0', 'preview', '2023-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45611, 2110, '0', 'default', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45612, 2172, '0', 'preview', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45613, 2175, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45614, 2145, '0', 'preview', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45615, 2121, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45616, 2089, '0', 'preview', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45617, 2093, '0', 'preview', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45618, 2048, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45619, 1952, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45620, 1960, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45621, 2054, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45622, 1932, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45623, 2198, '0', 'preview', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45624, 2170, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45625, 2170, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45626, 1931, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45627, 2187, '0', 'default', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45628, 2187, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45629, 1913, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45630, 2089, '0', 'default', '2023-12-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45631, 2117, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45632, 2117, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45633, 1967, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45634, 2090, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45635, 2109, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45636, 2067, '0', 'preview', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45637, 2023, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45638, 1953, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45639, 2015, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45640, 1955, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45641, 2111, '0', 'default', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45642, 2189, '0', 'default', '2023-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45643, 2120, '0', 'default', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45644, 2128, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45645, 2125, '0', 'preview', '2023-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45646, 1935, '0', 'preview', '2023-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45647, 2197, '0', 'default', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45648, 2182, '0', 'default', '2023-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45649, 2192, '0', 'preview', '2023-12-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45650, 2110, '0', 'preview', '2023-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45651, 2111, '0', 'preview', '2023-12-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45652, 2121, '0', 'default', '2023-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45653, 2172, '0', 'default', '2023-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45654, 2192, '0', 'default', '2023-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45655, 2190, '0', 'default', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45656, 2172, '0', 'preview', '2023-12-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45657, 2111, '0', 'default', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45658, 2182, '0', 'preview', '2023-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45659, 2190, '0', 'preview', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45660, 2109, '0', 'preview', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45661, 2055, '0', 'default', '2023-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45662, 2113, '0', 'preview', '2023-12-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45663, 1930, '0', 'preview', '2023-12-15', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45664, 1886, '0', 'preview', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45665, 2028, '0', 'default', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45666, 2027, '0', 'default', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45667, 2125, '0', 'preview', '2023-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45668, 1930, '0', 'default', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45669, 1953, '0', 'preview', '2023-12-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45670, 1950, '0', 'preview', '2023-12-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45671, 2089, '0', 'preview', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45672, 2169, '0', 'default', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45673, 2112, '0', 'preview', '2023-12-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45674, 2112, '0', 'preview', '2023-12-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45675, 2170, '0', 'default', '2023-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45676, 1912, '0', 'default', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45677, 2093, '0', 'preview', '2023-12-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45678, 2191, '0', 'preview', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45679, 2024, '0', 'default', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45680, 2027, '0', 'preview', '2023-12-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45681, 1966, '0', 'preview', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45682, 2065, '0', 'preview', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45683, 2169, '0', 'preview', '2023-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45684, 2016, '0', 'preview', '2023-12-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45685, 2106, '0', 'preview', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45686, 2170, '0', 'preview', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45687, 2174, '0', 'preview', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45688, 2024, '0', 'preview', '2023-12-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45689, 2198, '0', 'preview', '2023-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45690, 2201, '0', 'preview', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45691, 2048, '0', 'preview', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45692, 2200, '0', 'preview', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45693, 2189, '0', 'preview', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45694, 2121, '0', 'preview', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45695, 2053, '0', 'default', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45696, 2016, '0', 'default', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45697, 2086, '0', 'preview', '2023-12-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45698, 2188, '0', 'default', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45699, 2055, '0', 'preview', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45700, 2158, '0', 'preview', '2023-12-15', 20);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45701, 2086, '0', 'default', '2023-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45702, 2179, '0', 'default', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45703, 2053, '0', 'preview', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45704, 2185, '0', 'default', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45705, 2117, '0', 'default', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45706, 1967, '0', 'preview', '2023-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45707, 2111, '0', 'preview', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45708, 2109, '0', 'preview', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45709, 2028, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45710, 1935, '0', 'preview', '2023-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45711, 2110, '0', 'preview', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45712, 2024, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45713, 2027, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45714, 2066, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45715, 2065, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45716, 2055, '0', 'default', '2023-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45717, 1930, '0', 'preview', '2023-12-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45718, 2172, '0', 'preview', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45719, 2016, '0', 'preview', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45720, 2125, '0', 'preview', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45721, 2121, '0', 'default', '2023-12-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45722, 1912, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45723, 2182, '0', 'default', '2023-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45724, 2201, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45725, 2125, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45726, 2024, '0', 'preview', '2023-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45727, 2112, '0', 'preview', '2023-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45728, 2187, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45729, 2055, '0', 'preview', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45730, 2183, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45731, 2127, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45732, 2197, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45733, 2190, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45734, 2027, '0', 'preview', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45735, 2113, '0', 'preview', '2023-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45736, 1930, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45737, 2192, '0', 'preview', '2023-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45738, 2121, '0', 'preview', '2023-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45739, 2117, '0', 'preview', '2023-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45740, 2189, '0', 'preview', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45741, 2192, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45742, 2089, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45743, 2112, '0', 'default', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45744, 2086, '0', 'preview', '2023-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45745, 2016, '0', 'preview', '2023-12-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45746, 2169, '0', 'preview', '2023-12-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45747, 2192, '0', 'preview', '2023-12-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45748, 2113, '0', 'default', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45749, 2190, '0', 'default', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45750, 2190, '0', 'preview', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45751, 1913, '0', 'preview', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45752, 2049, '0', 'preview', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45753, 2127, '0', 'preview', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45754, 1950, '0', 'preview', '2023-12-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45755, 2182, '0', 'preview', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45756, 2149, '0', 'preview', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45757, 2086, '0', 'preview', '2023-12-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45758, 2175, '0', 'default', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45759, 2158, '0', 'preview', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45760, 2027, '0', 'preview', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45761, 1930, '0', 'preview', '2023-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45762, 1920, '0', 'preview', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45763, 2125, '0', 'preview', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45764, 2111, '0', 'default', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45765, 2198, '0', 'default', '2023-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45766, 1930, '0', 'preview', '2023-12-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45767, 2192, '0', 'preview', '2023-12-18', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45768, 2169, '0', 'preview', '2023-12-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45769, 2190, '0', 'preview', '2023-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45770, 2086, '0', 'preview', '2023-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45771, 1935, '0', 'preview', '2023-12-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45772, 2112, '0', 'preview', '2023-12-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45773, 2089, '0', 'default', '2023-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45774, 2111, '0', 'preview', '2023-12-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45775, 2121, '0', 'preview', '2023-12-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45776, 1908, '0', 'preview', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45777, 1953, '0', 'preview', '2023-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45778, 1950, '0', 'preview', '2023-12-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45779, 2113, '0', 'preview', '2023-12-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45780, 2171, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45781, 2172, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45782, 2189, '0', 'preview', '2023-12-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45783, 2055, '0', 'default', '2023-12-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45784, 2184, '0', 'preview', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45785, 2125, '0', 'preview', '2023-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45786, 2186, '0', 'preview', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45787, 1933, '0', 'preview', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45788, 2113, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45789, 2126, '0', 'preview', '2023-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45790, 2126, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45791, 1955, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45792, 2189, '0', 'default', '2023-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45793, 1950, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45794, 2170, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45795, 2106, '0', 'default', '2023-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45796, 1912, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45797, 2132, '0', 'preview', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45798, 2198, '0', 'preview', '2023-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45799, 2024, '0', 'preview', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45800, 2172, '0', 'preview', '2023-12-18', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45801, 2134, '0', 'preview', '2023-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45802, 2141, '0', 'preview', '2023-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45803, 2182, '0', 'preview', '2023-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45804, 2067, '0', 'preview', '2023-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45805, 2158, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45806, 2197, '0', 'preview', '2023-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45807, 2055, '0', 'preview', '2023-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45808, 2110, '0', 'preview', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45809, 2199, '0', 'preview', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45810, 2089, '0', 'preview', '2023-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45811, 2110, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45812, 2190, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45813, 2109, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45814, 2092, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45815, 1886, '0', 'preview', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45816, 2182, '0', 'default', '2023-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45817, 2093, '0', 'preview', '2023-12-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45818, 2185, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45819, 2187, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45820, 2195, '0', 'preview', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45821, 1925, '0', 'default', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45822, 2117, '0', 'preview', '2023-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45823, 2121, '0', 'preview', '2023-12-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45824, 2121, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45825, 2133, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45826, 1930, '0', 'preview', '2023-12-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45827, 2192, '0', 'preview', '2023-12-19', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45828, 2089, '0', 'default', '2023-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45829, 1912, '0', 'default', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45830, 2172, '0', 'preview', '2023-12-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45831, 2110, '0', 'preview', '2023-12-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45832, 2182, '0', 'preview', '2023-12-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45833, 2182, '0', 'default', '2023-12-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45834, 2190, '0', 'preview', '2023-12-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45835, 2055, '0', 'preview', '2023-12-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45836, 2120, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45837, 2067, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45838, 2086, '0', 'preview', '2023-12-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45839, 2201, '0', 'default', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45840, 2199, '0', 'default', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45841, 2048, '0', 'preview', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45842, 2055, '0', 'default', '2023-12-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45843, 1912, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45844, 2189, '0', 'preview', '2023-12-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45845, 2111, '0', 'preview', '2023-12-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45846, 2140, '0', 'preview', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45847, 2067, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45848, 1953, '0', 'preview', '2023-12-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45849, 1950, '0', 'preview', '2023-12-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45850, 2203, '0', 'preview', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45851, 2170, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45852, 2129, '0', 'preview', '2023-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45853, 2106, '0', 'preview', '2023-12-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45854, 2049, '0', 'preview', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45855, 2087, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45856, 2170, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45857, 2198, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45858, 2198, '0', 'preview', '2023-12-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45859, 2016, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45860, 1952, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45861, 1957, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45862, 2113, '0', 'preview', '2023-12-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45863, 2027, '0', 'preview', '2023-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45864, 2109, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45865, 2195, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45866, 2089, '0', 'preview', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45867, 2024, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45868, 1935, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45869, 2093, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45870, 2112, '0', 'preview', '2023-12-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45871, 2191, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45872, 2172, '0', 'default', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45873, 2122, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45874, 2169, '0', 'preview', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45875, 2176, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45876, 1967, '0', 'default', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45877, 2191, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45878, 2175, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45879, 2133, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45880, 1967, '0', 'preview', '2023-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45881, 2123, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45882, 2128, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45883, 2195, '0', 'preview', '2023-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45884, 2201, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45885, 2127, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45886, 2199, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45887, 2117, '0', 'preview', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45888, 2179, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45889, 2109, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45890, 2125, '0', 'preview', '2023-12-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45891, 2110, '0', 'default', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45892, 2120, '0', 'preview', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45893, 2146, '0', 'preview', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45894, 1886, '0', 'preview', '2023-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45895, 2177, '0', 'preview', '2023-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45896, 2012, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45897, 2109, '0', 'preview', '2023-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45898, 2170, '0', 'preview', '2023-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45899, 2133, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45900, 2089, '0', 'preview', '2023-12-20', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45901, 2121, '0', 'preview', '2023-12-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45902, 2172, '0', 'preview', '2023-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45903, 2027, '0', 'preview', '2023-12-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45904, 2112, '0', 'preview', '2023-12-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45905, 2016, '0', 'preview', '2023-12-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45906, 1938, '0', 'preview', '2023-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45907, 2113, '0', 'preview', '2023-12-20', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45908, 2192, '0', 'preview', '2023-12-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45909, 1953, '0', 'preview', '2023-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45910, 2024, '0', 'preview', '2023-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45911, 2086, '0', 'preview', '2023-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45912, 2027, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45913, 2048, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45914, 1930, '0', 'preview', '2023-12-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45915, 2121, '0', 'default', '2023-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45916, 1935, '0', 'preview', '2023-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45917, 2110, '0', 'preview', '2023-12-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45918, 2190, '0', 'preview', '2023-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45919, 2122, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45920, 2190, '0', 'default', '2023-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45921, 2189, '0', 'default', '2023-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45922, 2055, '0', 'default', '2023-12-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45923, 1915, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45924, 2182, '0', 'preview', '2023-12-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45925, 2091, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45926, 2111, '0', 'default', '2023-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45927, 2125, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45928, 2089, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45929, 2191, '0', 'preview', '2023-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45930, 2051, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45931, 1912, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45932, 2170, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45933, 1950, '0', 'preview', '2023-12-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45934, 1957, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45935, 2127, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45936, 1952, '0', 'preview', '2023-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45937, 2129, '0', 'preview', '2023-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45938, 2133, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45939, 2093, '0', 'preview', '2023-12-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45940, 2189, '0', 'preview', '2023-12-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45941, 2142, '0', 'preview', '2023-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45942, 2192, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45943, 2198, '0', 'preview', '2023-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45944, 2179, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45945, 1886, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45946, 2028, '0', 'preview', '2023-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45947, 2169, '0', 'preview', '2023-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45948, 2182, '0', 'default', '2023-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45949, 1957, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45950, 2053, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45951, 1960, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45952, 2088, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45953, 2200, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45954, 2055, '0', 'preview', '2023-12-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45955, 2086, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45956, 2174, '0', 'default', '2023-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45957, 2174, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45958, 2169, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45959, 2110, '0', 'default', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45960, 2201, '0', 'preview', '2023-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45961, 2182, '0', 'preview', '2023-12-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45962, 1886, '0', 'preview', '2023-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45963, 1935, '0', 'preview', '2023-12-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45964, 2172, '0', 'preview', '2023-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45965, 2178, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45966, 1937, '0', 'preview', '2023-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45967, 2192, '0', 'preview', '2023-12-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45968, 2121, '0', 'preview', '2023-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45969, 2189, '0', 'preview', '2023-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45970, 2089, '0', 'default', '2023-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45971, 2179, '0', 'default', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45972, 2113, '0', 'preview', '2023-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45973, 2117, '0', 'default', '2023-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45974, 2117, '0', 'preview', '2023-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45975, 2086, '0', 'preview', '2023-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45976, 2090, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45977, 2112, '0', 'preview', '2023-12-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45978, 2120, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45979, 1930, '0', 'preview', '2023-12-21', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45980, 2176, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45981, 2111, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45982, 2201, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45983, 2016, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45984, 2189, '0', 'default', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45985, 2120, '0', 'default', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45986, 2121, '0', 'default', '2023-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45987, 2119, '0', 'default', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45988, 2125, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45989, 2158, '0', 'preview', '2023-12-21', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45990, 2198, '0', 'preview', '2023-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45991, 2055, '0', 'default', '2023-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45992, 1953, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45993, 2110, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45994, 2093, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45995, 2182, '0', 'default', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45996, 2048, '0', 'default', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45997, 2109, '0', 'default', '2023-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45998, 2055, '0', 'preview', '2023-12-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45999, 1950, '0', 'preview', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46000, 2089, '0', 'preview', '2023-12-21', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46001, 1931, '0', 'default', '2023-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46002, 2198, '0', 'preview', '2023-12-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46003, 2203, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46004, 2197, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46005, 2130, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46006, 1925, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46007, 2189, '0', 'preview', '2023-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46008, 2192, '0', 'preview', '2023-12-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46009, 2141, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46010, 2024, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46011, 2016, '0', 'preview', '2023-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46012, 1930, '0', 'preview', '2023-12-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46013, 2126, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46014, 2128, '0', 'preview', '2023-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46015, 2113, '0', 'preview', '2023-12-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46016, 1950, '0', 'preview', '2023-12-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46017, 2182, '0', 'default', '2023-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46018, 2182, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46019, 2127, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46020, 2142, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46021, 2129, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46022, 2178, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46023, 2140, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46024, 1953, '0', 'preview', '2023-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46025, 1938, '0', 'preview', '2023-12-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46026, 2145, '0', 'default', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46027, 1938, '0', 'default', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46028, 2146, '0', 'default', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46029, 2147, '0', 'default', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46030, 2177, '0', 'default', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46031, 2145, '0', 'preview', '2023-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46032, 2186, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46033, 2121, '0', 'preview', '2023-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46034, 2110, '0', 'preview', '2023-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46035, 2201, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46036, 2195, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46037, 1886, '0', 'preview', '2023-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46038, 2112, '0', 'preview', '2023-12-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46039, 2125, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46040, 2027, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46041, 2055, '0', 'default', '2023-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46042, 2172, '0', 'default', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46043, 1935, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46044, 2086, '0', 'preview', '2023-12-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46045, 2053, '0', 'default', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46046, 2179, '0', 'default', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46047, 2067, '0', 'preview', '2023-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46048, 2112, '0', 'preview', '2023-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46049, 1953, '0', 'preview', '2023-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46050, 2182, '0', 'preview', '2023-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46051, 1950, '0', 'preview', '2023-12-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46052, 2192, '0', 'preview', '2023-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46053, 2134, '0', 'preview', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46054, 2172, '0', 'preview', '2023-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46055, 2055, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46056, 2086, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46057, 2111, '0', 'preview', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46058, 2189, '0', 'preview', '2023-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46059, 2190, '0', 'preview', '2023-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46060, 2200, '0', 'preview', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46061, 2125, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46062, 2086, '0', 'preview', '2023-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46063, 2093, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46064, 2110, '0', 'preview', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46065, 1930, '0', 'preview', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46066, 2089, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46067, 2182, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46068, 2189, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46069, 2177, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46070, 2113, '0', 'preview', '2023-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46071, 2169, '0', 'preview', '2023-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46072, 2089, '0', 'preview', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46073, 2140, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46074, 2121, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46075, 1957, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46076, 2111, '0', 'default', '2023-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46077, 2024, '0', 'preview', '2023-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46078, 2053, '0', 'preview', '2023-12-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46079, 2172, '0', 'preview', '2023-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46080, 2086, '0', 'preview', '2023-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46081, 2190, '0', 'preview', '2023-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46082, 2121, '0', 'default', '2023-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46083, 1930, '0', 'preview', '2023-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46084, 2110, '0', 'preview', '2023-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46085, 2111, '0', 'preview', '2023-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46086, 2112, '0', 'preview', '2023-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46087, 2181, '0', 'default', '2023-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46088, 2113, '0', 'preview', '2023-12-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46089, 2027, '0', 'preview', '2023-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46090, 2016, '0', 'preview', '2023-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46091, 2055, '0', 'default', '2023-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46092, 2055, '0', 'preview', '2023-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46093, 1935, '0', 'preview', '2023-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46094, 1930, '0', 'preview', '2023-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46095, 2113, '0', 'preview', '2023-12-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46096, 2111, '0', 'preview', '2023-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46097, 2113, '0', 'preview', '2023-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46098, 2189, '0', 'default', '2023-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46099, 2016, '0', 'preview', '2023-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46100, 2016, '0', 'preview', '2023-12-26', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46101, 2192, '0', 'preview', '2023-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46102, 1935, '0', 'preview', '2023-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46103, 2121, '0', 'preview', '2023-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46104, 1930, '0', 'preview', '2023-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46105, 2172, '0', 'preview', '2023-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46106, 2169, '0', 'preview', '2023-12-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46107, 2189, '0', 'preview', '2023-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46108, 2054, '0', 'default', '2023-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46109, 2169, '0', 'preview', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46110, 2172, '0', 'preview', '2023-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46111, 2158, '0', 'preview', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46112, 1930, '0', 'preview', '2023-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46113, 2192, '0', 'preview', '2023-12-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46114, 2110, '0', 'preview', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46115, 2109, '0', 'preview', '2023-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46116, 2111, '0', 'preview', '2023-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46117, 2016, '0', 'preview', '2023-12-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46118, 1886, '0', 'default', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46119, 2027, '0', 'preview', '2023-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46120, 2024, '0', 'preview', '2023-12-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46121, 2055, '0', 'default', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46122, 2053, '0', 'preview', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46123, 2055, '0', 'preview', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46124, 2170, '0', 'default', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46125, 2089, '0', 'preview', '2023-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46126, 2189, '0', 'default', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46127, 2197, '0', 'default', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46128, 2121, '0', 'preview', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46129, 2200, '0', 'preview', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46130, 2198, '0', 'preview', '2023-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46131, 2053, '0', 'default', '2023-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46132, 2113, '0', 'preview', '2023-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46133, 2182, '0', 'default', '2023-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46134, 2189, '0', 'preview', '2023-12-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46135, 2055, '0', 'default', '2023-12-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46136, 2190, '0', 'preview', '2023-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46137, 1930, '0', 'preview', '2023-12-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46138, 2172, '0', 'default', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46139, 2125, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46140, 2111, '0', 'preview', '2023-12-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46141, 2027, '0', 'preview', '2023-12-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46142, 2112, '0', 'preview', '2023-12-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46143, 2170, '0', 'preview', '2023-12-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46144, 2110, '0', 'preview', '2023-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46145, 2113, '0', 'preview', '2023-12-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46146, 2133, '0', 'default', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46147, 2133, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46148, 2090, '0', 'preview', '2023-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46149, 2179, '0', 'preview', '2023-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46150, 2117, '0', 'default', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46151, 2186, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46152, 2134, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46153, 2121, '0', 'preview', '2023-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46154, 2117, '0', 'preview', '2023-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46155, 1967, '0', 'preview', '2023-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46156, 2024, '0', 'preview', '2023-12-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46157, 2121, '0', 'default', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46158, 2016, '0', 'preview', '2023-12-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46159, 2051, '0', 'default', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46160, 1964, '0', 'default', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46161, 2172, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46162, 1950, '0', 'preview', '2023-12-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46163, 2086, '0', 'preview', '2023-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46164, 2016, '0', 'default', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46165, 2182, '0', 'preview', '2023-12-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46166, 2028, '0', 'preview', '2023-12-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46167, 2109, '0', 'preview', '2023-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46168, 2192, '0', 'preview', '2023-12-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46169, 2055, '0', 'preview', '2023-12-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46170, 2092, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46171, 2173, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46172, 2192, '0', 'default', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46173, 2181, '0', 'preview', '2023-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46174, 2171, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46175, 1913, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46176, 1915, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46177, 1918, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46178, 1914, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46179, 2158, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46180, 2152, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46181, 2089, '0', 'default', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46182, 2191, '0', 'preview', '2023-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46183, 2145, '0', 'preview', '2023-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46184, 1933, '0', 'default', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46185, 2192, '0', 'preview', '2023-12-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46186, 2016, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46187, 1953, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46188, 2112, '0', 'preview', '2023-12-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46189, 1930, '0', 'preview', '2023-12-29', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46190, 2024, '0', 'preview', '2023-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46191, 2165, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46192, 1935, '0', 'preview', '2023-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46193, 2113, '0', 'preview', '2023-12-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46194, 2055, '0', 'default', '2023-12-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46195, 2182, '0', 'default', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46196, 2027, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46197, 1950, '0', 'preview', '2023-12-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46198, 2178, '0', 'preview', '2023-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46199, 2198, '0', 'preview', '2023-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46200, 2128, '0', 'default', '2023-12-29', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46201, 2172, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46202, 2172, '0', 'preview', '2023-12-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46203, 2190, '0', 'preview', '2023-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46204, 2190, '0', 'default', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46205, 1938, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46206, 1886, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46207, 2125, '0', 'preview', '2023-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46208, 2170, '0', 'default', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46209, 2111, '0', 'preview', '2023-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46210, 2121, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46211, 2111, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46212, 2067, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46213, 2054, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46214, 2089, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46215, 2203, '0', 'default', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46216, 2189, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46217, 2197, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46218, 2191, '0', 'default', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46219, 2191, '0', 'preview', '2023-12-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46220, 2140, '0', 'preview', '2023-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46221, 2179, '0', 'default', '2023-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46222, 2179, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46223, 2200, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46224, 2135, '0', 'default', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46225, 2188, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46226, 1937, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46227, 2117, '0', 'default', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46228, 2176, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46229, 2146, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46230, 1967, '0', 'default', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46231, 2176, '0', 'preview', '2023-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46232, 2169, '0', 'preview', '2023-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46233, 2109, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46234, 2196, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46235, 2012, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46236, 1933, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46237, 2088, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46238, 1952, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46239, 2092, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46240, 1955, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46241, 2123, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46242, 2122, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46243, 2110, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46244, 2023, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46245, 2049, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46246, 2028, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46247, 2066, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46248, 1967, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46249, 2130, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46250, 1964, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46251, 2107, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46252, 2048, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46253, 2153, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46254, 2147, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46255, 1908, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46256, 2055, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46257, 1911, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46258, 1960, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46259, 1925, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46260, 1918, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46261, 2065, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46262, 2117, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46263, 2142, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46264, 1912, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46265, 2126, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46266, 1916, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46267, 2132, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46268, 2051, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46269, 2131, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46270, 2141, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46271, 1920, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46272, 2128, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46273, 2150, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46274, 1966, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46275, 2135, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46276, 2093, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46277, 2090, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46278, 1915, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46279, 2091, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46280, 1913, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46281, 2151, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46282, 1924, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46283, 1931, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46284, 2152, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46285, 1932, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46286, 2148, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46287, 1914, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46288, 2127, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46289, 1957, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46290, 2133, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46291, 2087, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46292, 2154, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46293, 2106, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46294, 1917, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46295, 2134, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46296, 2149, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46297, 2012, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46298, 2165, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46299, 2169, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46300, 2166, '0', 'preview', '2023-12-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46301, 2166, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46302, 1950, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46303, 2158, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46304, 2158, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46305, 1930, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46306, 2088, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46307, 1937, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46308, 2140, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46309, 1952, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46310, 1953, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46311, 2092, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46312, 1955, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46313, 2123, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46314, 2122, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46315, 2110, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46316, 2086, '0', 'preview', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46317, 2086, '0', 'default', '2023-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46318, 1938, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46319, 2023, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46320, 2049, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46321, 2028, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46322, 2054, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46323, 1935, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46324, 2066, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46325, 2130, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46326, 1964, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46327, 2107, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46328, 2048, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46329, 2153, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46330, 2147, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46331, 2089, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46332, 1908, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46333, 1911, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46334, 1960, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46335, 2125, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46336, 2109, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46337, 1925, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46338, 1918, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46339, 2065, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46340, 2142, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46341, 1912, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46342, 2126, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46343, 1916, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46344, 2132, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46345, 2113, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46346, 2051, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46347, 2131, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46348, 2141, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46349, 1920, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46350, 2150, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46351, 1966, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46352, 2093, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46353, 2090, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46354, 1915, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46355, 2091, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46356, 1913, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46357, 2145, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46358, 2151, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46359, 2053, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46360, 2053, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46361, 1924, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46362, 1931, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46363, 2152, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46364, 2067, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46365, 1932, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46366, 2148, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46367, 1914, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46368, 2146, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46369, 2016, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46370, 2127, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46371, 1957, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46372, 2133, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46373, 2087, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46374, 2121, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46375, 2154, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46376, 2106, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46377, 1917, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46378, 2134, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46379, 1886, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46380, 2149, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46381, 2112, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46382, 2171, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46383, 2171, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46384, 2170, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46385, 2188, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46386, 2192, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46387, 2181, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46388, 2181, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46389, 2174, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46390, 2174, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46391, 2185, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46392, 2185, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46393, 2175, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46394, 2175, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46395, 2184, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46396, 2184, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46397, 2178, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46398, 2183, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46399, 2183, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46400, 2177, '0', 'default', '2023-12-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46401, 2177, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46402, 2200, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46403, 2196, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46404, 2198, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46405, 2199, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46406, 2199, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46407, 2203, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46408, 2201, '0', 'default', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46409, 2201, '0', 'preview', '2023-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46410, 2112, '0', 'preview', '2023-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46411, 2024, '0', 'default', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46412, 2086, '0', 'preview', '2023-12-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46413, 2110, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46414, 2190, '0', 'preview', '2023-12-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46415, 2199, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46416, 1931, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46417, 2121, '0', 'preview', '2023-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46418, 2117, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46419, 1950, '0', 'preview', '2023-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46420, 1953, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46421, 1935, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46422, 1930, '0', 'preview', '2023-12-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46423, 2181, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46424, 2107, '0', 'default', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46425, 2028, '0', 'default', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46426, 2172, '0', 'preview', '2023-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46427, 2189, '0', 'preview', '2023-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46428, 2192, '0', 'preview', '2023-12-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46429, 2182, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46430, 2113, '0', 'preview', '2023-12-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46431, 2024, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46432, 2016, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46433, 2016, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46434, 2055, '0', 'default', '2023-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46435, 2055, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46436, 2054, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46437, 2170, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46438, 1912, '0', 'preview', '2023-12-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46439, 2067, '0', 'preview', '2023-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46440, 2027, '0', 'preview', '2023-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46441, 2172, '0', 'default', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46442, 2117, '0', 'default', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46443, 2111, '0', 'preview', '2023-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46444, 2179, '0', 'preview', '2023-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46445, 2192, '0', 'preview', '2023-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46446, 2195, '0', 'preview', '2023-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46447, 1930, '0', 'preview', '2023-12-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46448, 2089, '0', 'preview', '2023-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46449, 2182, '0', 'preview', '2023-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46450, 2121, '0', 'preview', '2023-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46451, 2189, '0', 'preview', '2023-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46452, 2135, '0', 'preview', '2023-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46453, 2092, '0', 'preview', '2023-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46454, 2173, '0', 'preview', '2023-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46455, 1935, '0', 'preview', '2023-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46456, 2113, '0', 'preview', '2023-12-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46457, 2049, '0', 'preview', '2023-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46458, 2117, '0', 'preview', '2023-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46459, 2172, '0', 'preview', '2023-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46460, 1930, '0', 'preview', '2024-01-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46461, 2190, '0', 'preview', '2024-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46462, 1935, '0', 'preview', '2024-01-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46463, 2118, '0', 'preview', '2024-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46464, 2121, '0', 'preview', '2024-01-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46465, 2086, '0', 'preview', '2024-01-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46466, 2182, '0', 'preview', '2024-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46467, 2113, '0', 'preview', '2024-01-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46468, 2024, '0', 'preview', '2024-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46469, 2027, '0', 'preview', '2024-01-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46470, 2192, '0', 'preview', '2024-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46471, 2172, '0', 'default', '2024-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46472, 2016, '0', 'preview', '2024-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46473, 2198, '0', 'preview', '2024-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46474, 2093, '0', 'preview', '2024-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46475, 2055, '0', 'default', '2024-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46476, 2182, '0', 'default', '2024-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46477, 2086, '0', 'preview', '2024-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46478, 2111, '0', 'preview', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46479, 2109, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46480, 2112, '0', 'preview', '2024-01-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46481, 2112, '0', 'default', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46482, 2172, '0', 'default', '2024-01-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46483, 2055, '0', 'default', '2024-01-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46484, 2182, '0', 'default', '2024-01-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46485, 2192, '0', 'preview', '2024-01-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46486, 2172, '0', 'preview', '2024-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46487, 2189, '0', 'preview', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46488, 1930, '0', 'preview', '2024-01-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46489, 2113, '0', 'preview', '2024-01-02', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46490, 2190, '0', 'default', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46491, 2174, '0', 'default', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46492, 2188, '0', 'default', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46493, 2121, '0', 'preview', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46494, 2048, '0', 'default', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46495, 2125, '0', 'default', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46496, 2191, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46497, 2117, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46498, 2170, '0', 'default', '2024-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46499, 2190, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46500, 2125, '0', 'preview', '2024-01-02', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46501, 2158, '0', 'preview', '2024-01-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46502, 1953, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46503, 2055, '0', 'preview', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46504, 2089, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46505, 2189, '0', 'default', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46506, 1950, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46507, 2179, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46508, 2169, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46509, 2024, '0', 'preview', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46510, 2027, '0', 'preview', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46511, 2111, '0', 'default', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46512, 2197, '0', 'preview', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46513, 2179, '0', 'default', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46514, 1935, '0', 'preview', '2024-01-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46515, 2182, '0', 'preview', '2024-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46516, 2198, '0', 'preview', '2024-01-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46517, 2158, '0', 'default', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46518, 1932, '0', 'default', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46519, 2093, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46520, 2093, '0', 'default', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46521, 1930, '0', 'default', '2024-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46522, 2203, '0', 'preview', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46523, 1935, '0', 'default', '2024-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46524, 2016, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46525, 1886, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46526, 2117, '0', 'default', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46527, 2173, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46528, 2188, '0', 'preview', '2024-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46529, 1930, '0', 'preview', '2024-01-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46530, 2189, '0', 'preview', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46531, 2113, '0', 'preview', '2024-01-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46532, 2093, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46533, 2016, '0', 'preview', '2024-01-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46534, 1931, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46535, 2172, '0', 'preview', '2024-01-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46536, 2092, '0', 'preview', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46537, 2171, '0', 'default', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46538, 2112, '0', 'preview', '2024-01-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46539, 2172, '0', 'default', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46540, 2189, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46541, 2024, '0', 'preview', '2024-01-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46542, 5628, '0', 'preview', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46543, 5627, '0', 'preview', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46544, 1935, '0', 'preview', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46545, 1938, '0', 'preview', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46546, 2145, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46547, 1932, '0', 'preview', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46548, 2181, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46549, 1935, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46550, 2158, '0', 'preview', '2024-01-03', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46551, 2121, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46552, 2027, '0', 'default', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46553, 2203, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46554, 5626, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46555, 2027, '0', 'preview', '2024-01-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46556, 1953, '0', 'preview', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46557, 5624, '0', 'preview', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46558, 5625, '0', 'preview', '2024-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46559, 5622, '0', 'preview', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46560, 5621, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46561, 5621, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46562, 2086, '0', 'preview', '2024-01-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46563, 2055, '0', 'default', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46564, 2197, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46565, 2067, '0', 'preview', '2024-01-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46566, 1886, '0', 'preview', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46567, 2133, '0', 'preview', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46568, 2182, '0', 'preview', '2024-01-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46569, 2185, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46570, 2125, '0', 'preview', '2024-01-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46571, 2176, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46572, 2127, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46573, 5623, '0', 'preview', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46574, 2128, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46575, 2141, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46576, 1950, '0', 'preview', '2024-01-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46577, 2055, '0', 'preview', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46578, 2179, '0', 'preview', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46579, 2051, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46580, 2110, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46581, 2054, '0', 'preview', '2024-01-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46582, 2088, '0', 'preview', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46583, 2182, '0', 'default', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46584, 1914, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46585, 2192, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46586, 2170, '0', 'default', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46587, 1964, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46588, 2179, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46589, 2191, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46590, 2049, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46591, 2173, '0', 'preview', '2024-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46592, 2053, '0', 'preview', '2024-01-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46593, 2198, '0', 'preview', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46594, 2197, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46595, 5625, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46596, 2089, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46597, 2169, '0', 'preview', '2024-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46598, 2093, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46599, 2145, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46600, 2176, '0', 'default', '2024-01-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46601, 5624, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46602, 1950, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46603, 2126, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46604, 1925, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46605, 2123, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46606, 2016, '0', 'default', '2024-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46607, 2024, '0', 'default', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46608, 2023, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46609, 2048, '0', 'preview', '2024-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46610, 2055, '0', 'preview', '2024-01-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46611, 5625, '0', 'preview', '2024-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46612, 2170, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46613, 2197, '0', 'preview', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46614, 2111, '0', 'preview', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46615, 2089, '0', 'default', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46616, 1918, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46617, 2112, '0', 'preview', '2024-01-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46618, 1950, '0', 'preview', '2024-01-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46619, 2126, '0', 'default', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46620, 2067, '0', 'preview', '2024-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46621, 2027, '0', 'default', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46622, 2111, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46623, 2189, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46624, 5628, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46625, 2197, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46626, 2203, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46627, 2198, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46628, 2055, '0', 'default', '2024-01-04', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46629, 2172, '0', 'default', '2024-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46630, 2182, '0', 'default', '2024-01-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46631, 2121, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46632, 2120, '0', 'default', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46633, 2123, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46634, 2117, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46635, 2179, '0', 'default', '2024-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46636, 1967, '0', 'default', '2024-01-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46637, 2066, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46638, 2129, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46639, 1950, '0', 'default', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46640, 2142, '0', 'default', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46641, 2127, '0', 'default', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46642, 2129, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46643, 5625, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46644, 5623, '0', 'default', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46645, 5624, '0', 'default', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46646, 5622, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46647, 2178, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46648, 1952, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46649, 2140, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46650, 1957, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46651, 1955, '0', 'default', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46652, 1920, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46653, 2125, '0', 'preview', '2024-01-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46654, 2153, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46655, 2016, '0', 'preview', '2024-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46656, 2119, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46657, 1935, '0', 'preview', '2024-01-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46658, 2183, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46659, 2118, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46660, 2186, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46661, 2171, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46662, 2065, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46663, 2028, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46664, 1935, '0', 'default', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46665, 2024, '0', 'default', '2024-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46666, 2086, '0', 'preview', '2024-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46667, 2169, '0', 'preview', '2024-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46668, 2172, '0', 'preview', '2024-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46669, 1930, '0', 'preview', '2024-01-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46670, 2181, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46671, 2181, '0', 'preview', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46672, 2113, '0', 'preview', '2024-01-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46673, 2109, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46674, 2093, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46675, 5628, '0', 'preview', '2024-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46676, 2109, '0', 'preview', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46677, 2190, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46678, 2133, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46679, 2182, '0', 'preview', '2024-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46680, 2015, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46681, 2187, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46682, 2173, '0', 'preview', '2024-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46683, 2185, '0', 'preview', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46684, 2174, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46685, 2192, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46686, 2141, '0', 'preview', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46687, 1938, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46688, 2176, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46689, 2053, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46690, 2170, '0', 'preview', '2024-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46691, 2024, '0', 'preview', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46692, 2027, '0', 'preview', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46693, 5621, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46694, 5621, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46695, 5626, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46696, 5626, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46697, 2173, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46698, 2093, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46699, 5623, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46700, 5624, '0', 'preview', '2024-01-04', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46701, 2169, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46702, 1917, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46703, 1966, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46704, 2127, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46705, 2140, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46706, 2189, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46707, 2125, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46708, 2091, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46709, 2048, '0', 'preview', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46710, 2179, '0', 'preview', '2024-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46711, 1964, '0', 'default', '2024-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46712, 2086, '0', 'preview', '2024-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46713, 2173, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46714, 2112, '0', 'preview', '2024-01-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46715, 2016, '0', 'preview', '2024-01-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46716, 1916, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46717, 1930, '0', 'preview', '2024-01-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46718, 2125, '0', 'preview', '2024-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46719, 2129, '0', 'default', '2024-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46720, 5625, '0', 'default', '2024-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46721, 5621, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46722, 5621, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46723, 2182, '0', 'default', '2024-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46724, 2067, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46725, 2067, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46726, 5625, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46727, 2188, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46728, 2121, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46729, 2112, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46730, 2055, '0', 'default', '2024-01-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46731, 2192, '0', 'default', '2024-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46732, 5628, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46733, 2189, '0', 'default', '2024-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46734, 2185, '0', 'default', '2024-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46735, 2187, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46736, 2197, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46737, 2176, '0', 'default', '2024-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46738, 5624, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46739, 1937, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46740, 2169, '0', 'preview', '2024-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46741, 1938, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46742, 5628, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46743, 1918, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46744, 2088, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46745, 5627, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46746, 5622, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46747, 5622, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46748, 5627, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46749, 2048, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46750, 2023, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46751, 2183, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46752, 1930, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46753, 2113, '0', 'preview', '2024-01-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46754, 2093, '0', 'preview', '2024-01-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46755, 1935, '0', 'preview', '2024-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46756, 2117, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46757, 2140, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46758, 2182, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46759, 1950, '0', 'preview', '2024-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46760, 2027, '0', 'preview', '2024-01-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46761, 2024, '0', 'preview', '2024-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46762, 2055, '0', 'preview', '2024-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46763, 2179, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46764, 2133, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46765, 2189, '0', 'preview', '2024-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46766, 2173, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46767, 2130, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46768, 2133, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46769, 2172, '0', 'default', '2024-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46770, 2158, '0', 'preview', '2024-01-05', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46771, 1950, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46772, 5623, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46773, 2053, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46774, 5624, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46775, 2171, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46776, 2053, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46777, 2015, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46778, 2028, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46779, 2023, '0', 'preview', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46780, 2125, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46781, 5626, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46782, 2195, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46783, 2200, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46784, 2109, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46785, 2191, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46786, 1935, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46787, 2113, '0', 'default', '2024-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46788, 2113, '0', 'preview', '2024-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46789, 2067, '0', 'preview', '2024-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46790, 1886, '0', 'preview', '2024-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46791, 1930, '0', 'preview', '2024-01-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46792, 2172, '0', 'default', '2024-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46793, 2090, '0', 'default', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46794, 2112, '0', 'preview', '2024-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46795, 1950, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46796, 1955, '0', 'default', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46797, 2055, '0', 'default', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46798, 5628, '0', 'default', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46799, 2112, '0', 'default', '2024-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46800, 1952, '0', 'default', '2024-01-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46801, 2012, '0', 'default', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46802, 1960, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46803, 2053, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46804, 2027, '0', 'preview', '2024-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46805, 2182, '0', 'default', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46806, 2182, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46807, 2093, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46808, 2189, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46809, 2067, '0', 'default', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46810, 2053, '0', 'default', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46811, 2169, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46812, 2125, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46813, 1935, '0', 'preview', '2024-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46814, 2024, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46815, 2016, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46816, 2174, '0', 'default', '2024-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46817, 2186, '0', 'preview', '2024-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46818, 5624, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46819, 2130, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46820, 1924, '0', 'preview', '2024-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46821, 2179, '0', 'default', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46822, 2179, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46823, 2055, '0', 'default', '2024-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46824, 2112, '0', 'preview', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46825, 2182, '0', 'default', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46826, 2182, '0', 'preview', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46827, 2169, '0', 'preview', '2024-01-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46828, 2109, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46829, 2171, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46830, 2089, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46831, 5623, '0', 'default', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46832, 5623, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46833, 5621, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46834, 1935, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46835, 2113, '0', 'preview', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46836, 1931, '0', 'default', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46837, 1930, '0', 'preview', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46838, 5624, '0', 'preview', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46839, 2140, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46840, 5625, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46841, 1950, '0', 'preview', '2024-01-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46842, 2121, '0', 'default', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46843, 5624, '0', 'default', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46844, 1952, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46845, 1950, '0', 'default', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46846, 2189, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46847, 2121, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46848, 2176, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46849, 2051, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46850, 2158, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46851, 2134, '0', 'preview', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46852, 2090, '0', 'preview', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46853, 2092, '0', 'preview', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46854, 2135, '0', 'preview', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46855, 2125, '0', 'default', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46856, 2016, '0', 'preview', '2024-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46857, 2027, '0', 'preview', '2024-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46858, 2112, '0', 'preview', '2024-01-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46859, 2112, '0', 'preview', '2024-01-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46860, 2112, '0', 'preview', '2024-01-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46861, 2113, '0', 'preview', '2024-01-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46862, 2197, '0', 'preview', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46863, 2174, '0', 'preview', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46864, 2067, '0', 'preview', '2024-01-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46865, 2086, '0', 'preview', '2024-01-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46866, 2169, '0', 'preview', '2024-01-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46867, 2179, '0', 'default', '2024-01-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46868, 2182, '0', 'preview', '2024-01-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46869, 1950, '0', 'preview', '2024-01-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46870, 1886, '0', 'preview', '2024-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46871, 2121, '0', 'default', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46872, 2024, '0', 'preview', '2024-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46873, 2016, '0', 'preview', '2024-01-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46874, 2027, '0', 'preview', '2024-01-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46875, 2123, '0', 'default', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46876, 1930, '0', 'preview', '2024-01-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46877, 2179, '0', 'preview', '2024-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46878, 1935, '0', 'preview', '2024-01-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46879, 2093, '0', 'preview', '2024-01-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46880, 2055, '0', 'default', '2024-01-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46881, 2055, '0', 'preview', '2024-01-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46882, 2176, '0', 'default', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46883, 2189, '0', 'preview', '2024-01-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46884, 2172, '0', 'preview', '2024-01-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46885, 2192, '0', 'preview', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46886, 2190, '0', 'preview', '2024-01-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46887, 2182, '0', 'default', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46888, 5627, '0', 'preview', '2024-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46889, 2199, '0', 'preview', '2024-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46890, 2091, '0', 'preview', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46891, 1967, '0', 'preview', '2024-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46892, 2109, '0', 'preview', '2024-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46893, 2158, '0', 'preview', '2024-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46894, 1938, '0', 'preview', '2024-01-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46895, 2145, '0', 'preview', '2024-01-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46896, 2172, '0', 'default', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46897, 2188, '0', 'default', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46898, 2186, '0', 'default', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46899, 5628, '0', 'preview', '2024-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46900, 2176, '0', 'preview', '2024-01-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46901, 2175, '0', 'default', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46902, 2125, '0', 'preview', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46903, 2189, '0', 'default', '2024-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46904, 2111, '0', 'default', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46905, 2092, '0', 'default', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46906, 1912, '0', 'preview', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46907, 2118, '0', 'preview', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46908, 1967, '0', 'default', '2024-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46909, 1930, '0', 'preview', '2024-01-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46910, 2172, '0', 'preview', '2024-01-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46911, 2112, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46912, 2024, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46913, 2055, '0', 'preview', '2024-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46914, 2189, '0', 'preview', '2024-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46915, 2121, '0', 'preview', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46916, 1955, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46917, 2048, '0', 'preview', '2024-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46918, 2182, '0', 'preview', '2024-01-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46919, 2170, '0', 'preview', '2024-01-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46920, 1950, '0', 'preview', '2024-01-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46921, 1912, '0', 'preview', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46922, 2181, '0', 'default', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46923, 2182, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46924, 2191, '0', 'preview', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46925, 2191, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46926, 2107, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46927, 2170, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46928, 2054, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46929, 2090, '0', 'preview', '2024-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46930, 2174, '0', 'preview', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46931, 2113, '0', 'preview', '2024-01-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46932, 2027, '0', 'preview', '2024-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46933, 2185, '0', 'preview', '2024-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46934, 2179, '0', 'preview', '2024-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46935, 1886, '0', 'preview', '2024-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46936, 2129, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46937, 5623, '0', 'preview', '2024-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46938, 2158, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46939, 1935, '0', 'preview', '2024-01-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46940, 2199, '0', 'preview', '2024-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46941, 2112, '0', 'preview', '2024-01-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46942, 2125, '0', 'preview', '2024-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46943, 2055, '0', 'default', '2024-01-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46944, 2121, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46945, 2048, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46946, 2089, '0', 'default', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46947, 2089, '0', 'preview', '2024-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46948, 2189, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46949, 2135, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46950, 5628, '0', 'preview', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46951, 2192, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46952, 2053, '0', 'default', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46953, 2086, '0', 'preview', '2024-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46954, 2172, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46955, 2086, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46956, 1932, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46957, 1950, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46958, 2109, '0', 'preview', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46959, 2024, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46960, 2093, '0', 'preview', '2024-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46961, 5624, '0', 'preview', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46962, 2192, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46963, 2169, '0', 'preview', '2024-01-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46964, 2125, '0', 'default', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46965, 2113, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46966, 2053, '0', 'preview', '2024-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46967, 2174, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46968, 2140, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46969, 1952, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46970, 5625, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46971, 2186, '0', 'preview', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46972, 2179, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46973, 2200, '0', 'default', '2024-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46974, 2192, '0', 'preview', '2024-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46975, 1935, '0', 'default', '2024-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46976, 2182, '0', 'preview', '2024-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46977, 2189, '0', 'default', '2024-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46978, 2111, '0', 'preview', '2024-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46979, 2109, '0', 'preview', '2024-01-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46980, 2110, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46981, 1917, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46982, 2125, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46983, 5621, '0', 'default', '2024-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46984, 2169, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46985, 2112, '0', 'preview', '2024-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46986, 2086, '0', 'preview', '2024-01-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46987, 2016, '0', 'preview', '2024-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46988, 2027, '0', 'preview', '2024-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46989, 2172, '0', 'preview', '2024-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46990, 2055, '0', 'default', '2024-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46991, 1930, '0', 'preview', '2024-01-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46992, 2113, '0', 'preview', '2024-01-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46993, 1935, '0', 'preview', '2024-01-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46994, 2186, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46995, 2048, '0', 'preview', '2024-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46996, 2171, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46997, 2197, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46998, 2172, '0', 'default', '2024-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46999, 2112, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47000, 2117, '0', 'preview', '2024-01-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47001, 2189, '0', 'preview', '2024-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47002, 2190, '0', 'preview', '2024-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47003, 2055, '0', 'preview', '2024-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47004, 2051, '0', 'preview', '2024-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47005, 1930, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47006, 2024, '0', 'preview', '2024-01-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47007, 2053, '0', 'preview', '2024-01-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47008, 2176, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47009, 1950, '0', 'preview', '2024-01-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47010, 2175, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47011, 2175, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47012, 2174, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47013, 1925, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47014, 2187, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47015, 2118, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47016, 2093, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47017, 2093, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47018, 5621, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47019, 5628, '0', 'preview', '2024-01-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47020, 2170, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47021, 2129, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47022, 2111, '0', 'default', '2024-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47023, 1912, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47024, 1886, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47025, 2198, '0', 'preview', '2024-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47026, 5624, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47027, 1964, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47028, 1967, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47029, 2181, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47030, 5626, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47031, 2195, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47032, 2200, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47033, 2158, '0', 'preview', '2024-01-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47034, 1960, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47035, 2179, '0', 'preview', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47036, 2109, '0', 'default', '2024-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47037, 2027, '0', 'preview', '2024-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47038, 2125, '0', 'preview', '2024-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47039, 2169, '0', 'preview', '2024-01-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47040, 2086, '0', 'preview', '2024-01-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47041, 1930, '0', 'preview', '2024-01-11', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47042, 2112, '0', 'preview', '2024-01-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47043, 2182, '0', 'preview', '2024-01-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47044, 2127, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47045, 2182, '0', 'default', '2024-01-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47046, 1935, '0', 'preview', '2024-01-11', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47047, 2170, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47048, 1950, '0', 'preview', '2024-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47049, 2123, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47050, 2120, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47051, 2065, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47052, 2089, '0', 'preview', '2024-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47053, 2113, '0', 'preview', '2024-01-11', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47054, 2093, '0', 'preview', '2024-01-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47055, 2189, '0', 'preview', '2024-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47056, 2172, '0', 'preview', '2024-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47057, 2169, '0', 'default', '2024-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47058, 2121, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47059, 2172, '0', 'default', '2024-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47060, 2189, '0', 'default', '2024-01-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47061, 2119, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47062, 2190, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47063, 2190, '0', 'default', '2024-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47064, 1967, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47065, 2192, '0', 'default', '2024-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47066, 2171, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47067, 2171, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47068, 2121, '0', 'default', '2024-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47069, 2049, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47070, 2173, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47071, 2088, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47072, 2055, '0', 'preview', '2024-01-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47073, 2055, '0', 'default', '2024-01-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47074, 2175, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47075, 2203, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47076, 2198, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47077, 5628, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47078, 1886, '0', 'preview', '2024-01-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47079, 2067, '0', 'preview', '2024-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47080, 2125, '0', 'default', '2024-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47081, 5623, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47082, 5622, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47083, 5625, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47084, 5624, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47085, 2024, '0', 'preview', '2024-01-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47086, 2140, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47087, 5621, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47088, 2181, '0', 'preview', '2024-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47089, 2048, '0', 'default', '2024-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47090, 2048, '0', 'preview', '2024-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47091, 1931, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47092, 2117, '0', 'default', '2024-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47093, 2131, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47094, 2024, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47095, 2192, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47096, 2023, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47097, 2051, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47098, 2122, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47099, 2179, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47100, 2122, '0', 'preview', '2024-01-11', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47101, 2197, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47102, 2109, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47103, 2179, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47104, 2054, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47105, 1964, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47106, 5624, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47107, 5622, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47108, 5623, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47109, 5625, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47110, 1957, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47111, 2140, '0', 'default', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47112, 2118, '0', 'preview', '2024-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47113, 1930, '0', 'preview', '2024-01-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47114, 1886, '0', 'preview', '2024-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47115, 2066, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47116, 2065, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47117, 2024, '0', 'preview', '2024-01-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47118, 2121, '0', 'preview', '2024-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47119, 2113, '0', 'preview', '2024-01-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47120, 1950, '0', 'preview', '2024-01-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47121, 2027, '0', 'preview', '2024-01-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47122, 2016, '0', 'preview', '2024-01-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47123, 2112, '0', 'preview', '2024-01-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47124, 2169, '0', 'preview', '2024-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47125, 2192, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47126, 2191, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47127, 1935, '0', 'preview', '2024-01-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47128, 2175, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47129, 2182, '0', 'preview', '2024-01-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47130, 2170, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47131, 2189, '0', 'preview', '2024-01-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47132, 1960, '0', 'default', '2024-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47133, 1960, '0', 'preview', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47134, 2086, '0', 'preview', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47135, 2055, '0', 'preview', '2024-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47136, 2186, '0', 'preview', '2024-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47137, 2192, '0', 'preview', '2024-01-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47138, 2190, '0', 'preview', '2024-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47139, 1964, '0', 'preview', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47140, 2146, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47141, 2147, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47142, 2172, '0', 'preview', '2024-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47143, 2131, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47144, 2111, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47145, 5628, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47146, 2197, '0', 'preview', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47147, 2203, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47148, 2198, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47149, 2109, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47150, 2133, '0', 'preview', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47151, 2090, '0', 'preview', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47152, 2092, '0', 'preview', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47153, 2134, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47154, 2135, '0', 'preview', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47155, 2173, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47156, 2141, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47157, 1967, '0', 'preview', '2024-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47158, 2179, '0', 'preview', '2024-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47159, 2117, '0', 'preview', '2024-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47160, 1913, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47161, 1931, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47162, 2141, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47163, 2179, '0', 'default', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47164, 2187, '0', 'preview', '2024-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47165, 2125, '0', 'default', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47166, 2024, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47167, 1966, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47168, 2185, '0', 'preview', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47169, 2142, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47170, 2127, '0', 'default', '2024-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47171, 2055, '0', 'default', '2024-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47172, 2172, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47173, 5625, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47174, 2182, '0', 'default', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47175, 2140, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47176, 1957, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47177, 2171, '0', 'preview', '2024-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47178, 1930, '0', 'preview', '2024-01-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47179, 2110, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47180, 2120, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47181, 2120, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47182, 2110, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47183, 2189, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47184, 2189, '0', 'preview', '2024-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47185, 5623, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47186, 2174, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47187, 5623, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47188, 1935, '0', 'preview', '2024-01-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47189, 2113, '0', 'preview', '2024-01-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47190, 2112, '0', 'preview', '2024-01-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47191, 2174, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47192, 2129, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47193, 2190, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47194, 2142, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47195, 2129, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47196, 2142, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47197, 2190, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47198, 2181, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47199, 2112, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47200, 2182, '0', 'preview', '2024-01-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47201, 5624, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47202, 5622, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47203, 5628, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47204, 5624, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47205, 2181, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47206, 5628, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47207, 5626, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47208, 1967, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47209, 2182, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47210, 5622, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47211, 5626, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47212, 2088, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47213, 2088, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47214, 2172, '0', 'preview', '2024-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47215, 2086, '0', 'preview', '2024-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47216, 2027, '0', 'preview', '2024-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47217, 1931, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47218, 2089, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47219, 1950, '0', 'preview', '2024-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47220, 2125, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47221, 1930, '0', 'default', '2024-01-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47222, 2121, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47223, 2179, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47224, 2055, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47225, 2055, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47226, 2016, '0', 'preview', '2024-01-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47227, 2024, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47228, 2176, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47229, 2131, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47230, 1960, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47231, 2048, '0', 'preview', '2024-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47232, 2170, '0', 'default', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47233, 2170, '0', 'preview', '2024-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47234, 2121, '0', 'preview', '2024-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47235, 2130, '0', 'default', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47236, 2158, '0', 'preview', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47237, 1930, '0', 'preview', '2024-01-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47238, 2182, '0', 'default', '2024-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47239, 2112, '0', 'preview', '2024-01-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47240, 2113, '0', 'preview', '2024-01-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47241, 1935, '0', 'preview', '2024-01-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47242, 2182, '0', 'preview', '2024-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47243, 2192, '0', 'default', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47244, 2090, '0', 'default', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47245, 1932, '0', 'preview', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47246, 2170, '0', 'preview', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47247, 2176, '0', 'preview', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47248, 2181, '0', 'preview', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47249, 2122, '0', 'default', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47250, 2127, '0', 'default', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47251, 2027, '0', 'preview', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47252, 2172, '0', 'default', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47253, 2175, '0', 'default', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47254, 2125, '0', 'preview', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47255, 2067, '0', 'preview', '2024-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47256, 2192, '0', 'preview', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47257, 2189, '0', 'preview', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47258, 2122, '0', 'preview', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47259, 2179, '0', 'preview', '2024-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47260, 2016, '0', 'preview', '2024-01-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47261, 2027, '0', 'preview', '2024-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47262, 2188, '0', 'default', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47263, 2024, '0', 'preview', '2024-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47264, 2179, '0', 'default', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47265, 2112, '0', 'preview', '2024-01-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47266, 2179, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47267, 1950, '0', 'preview', '2024-01-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47268, 2169, '0', 'preview', '2024-01-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47269, 1930, '0', 'preview', '2024-01-15', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47270, 2170, '0', 'default', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47271, 2170, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47272, 2113, '0', 'preview', '2024-01-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47273, 1935, '0', 'preview', '2024-01-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47274, 2172, '0', 'preview', '2024-01-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47275, 2190, '0', 'preview', '2024-01-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47276, 2191, '0', 'preview', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47277, 2111, '0', 'preview', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47278, 2189, '0', 'preview', '2024-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47279, 2199, '0', 'preview', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47280, 2086, '0', 'preview', '2024-01-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47281, 2053, '0', 'preview', '2024-01-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47282, 2182, '0', 'preview', '2024-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47283, 2065, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47284, 2182, '0', 'default', '2024-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47285, 1886, '0', 'preview', '2024-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47286, 5626, '0', 'preview', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47287, 2192, '0', 'preview', '2024-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47288, 2055, '0', 'preview', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47289, 2187, '0', 'preview', '2024-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47290, 2130, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47291, 2048, '0', 'preview', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47292, 2176, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47293, 2053, '0', 'default', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47294, 2054, '0', 'default', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47295, 1931, '0', 'preview', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47296, 2125, '0', 'preview', '2024-01-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47297, 1932, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47298, 2158, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47299, 2190, '0', 'default', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47300, 2181, '0', 'preview', '2024-01-15', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47301, 2197, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47302, 2093, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47303, 2171, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47304, 2140, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47305, 2067, '0', 'preview', '2024-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47306, 2185, '0', 'default', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47307, 2172, '0', 'default', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47308, 2174, '0', 'preview', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47309, 2121, '0', 'default', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47310, 2121, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47311, 2107, '0', 'preview', '2024-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47312, 2089, '0', 'default', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47313, 2181, '0', 'default', '2024-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47314, 2183, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47315, 1925, '0', 'preview', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47316, 2086, '0', 'default', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47317, 1930, '0', 'default', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47318, 2016, '0', 'default', '2024-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47319, 2112, '0', 'preview', '2024-01-16', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47320, 1935, '0', 'preview', '2024-01-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47321, 2113, '0', 'preview', '2024-01-16', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47322, 1930, '0', 'preview', '2024-01-16', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47323, 2172, '0', 'default', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47324, 2182, '0', 'preview', '2024-01-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47325, 2016, '0', 'preview', '2024-01-16', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47326, 1950, '0', 'preview', '2024-01-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47327, 2027, '0', 'preview', '2024-01-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47328, 2093, '0', 'preview', '2024-01-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47329, 2055, '0', 'default', '2024-01-16', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47330, 2055, '0', 'preview', '2024-01-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47331, 2024, '0', 'preview', '2024-01-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47332, 2179, '0', 'default', '2024-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47333, 2172, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47334, 2089, '0', 'default', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47335, 2086, '0', 'preview', '2024-01-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47336, 2113, '0', 'default', '2024-01-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47337, 2158, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47338, 5625, '0', 'default', '2024-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47339, 5624, '0', 'default', '2024-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47340, 2127, '0', 'default', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47341, 5622, '0', 'default', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47342, 5623, '0', 'default', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47343, 2182, '0', 'default', '2024-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47344, 2054, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47345, 2125, '0', 'preview', '2024-01-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47346, 1933, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47347, 2121, '0', 'preview', '2024-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47348, 1967, '0', 'preview', '2024-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47349, 2181, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47350, 1938, '0', 'preview', '2024-01-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47351, 2145, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47352, 5621, '0', 'default', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47353, 2170, '0', 'default', '2024-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47354, 1912, '0', 'default', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47355, 2121, '0', 'default', '2024-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47356, 2117, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47357, 2179, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47358, 2186, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47359, 1952, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47360, 2127, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47361, 2170, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47362, 2171, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47363, 2175, '0', 'default', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47364, 2175, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47365, 2053, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47366, 2198, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47367, 5628, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47368, 2158, '0', 'default', '2024-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47369, 2090, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47370, 2092, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47371, 2109, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47372, 2169, '0', 'preview', '2024-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47373, 1960, '0', 'default', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47374, 2067, '0', 'preview', '2024-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47375, 2189, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47376, 1886, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47377, 5621, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47378, 5625, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47379, 5624, '0', 'preview', '2024-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47380, 5622, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47381, 5623, '0', 'preview', '2024-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47382, 2189, '0', 'preview', '2024-01-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47383, 2112, '0', 'preview', '2024-01-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47384, 2112, '0', 'preview', '2024-01-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47385, 2170, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47386, 2181, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47387, 1886, '0', 'preview', '2024-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47388, 2175, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47389, 1930, '0', 'preview', '2024-01-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47390, 2113, '0', 'preview', '2024-01-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47391, 1935, '0', 'preview', '2024-01-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47392, 2191, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47393, 2182, '0', 'preview', '2024-01-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47394, 2179, '0', 'preview', '2024-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47395, 2173, '0', 'preview', '2024-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47396, 2086, '0', 'preview', '2024-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47397, 2172, '0', 'preview', '2024-01-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47398, 2125, '0', 'preview', '2024-01-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47399, 2121, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47400, 5623, '0', 'preview', '2024-01-17', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47401, 5624, '0', 'preview', '2024-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47402, 5625, '0', 'preview', '2024-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47403, 1957, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47404, 2140, '0', 'preview', '2024-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47405, 1952, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47406, 5622, '0', 'preview', '2024-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47407, 1950, '0', 'preview', '2024-01-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47408, 2172, '0', 'default', '2024-01-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47409, 2182, '0', 'default', '2024-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47410, 2055, '0', 'default', '2024-01-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47411, 2192, '0', 'preview', '2024-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47412, 5626, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47413, 2195, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47414, 2174, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47415, 2173, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47416, 2179, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47417, 2027, '0', 'preview', '2024-01-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47418, 2200, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47419, 2129, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47420, 2192, '0', 'default', '2024-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47421, 5621, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47422, 2024, '0', 'preview', '2024-01-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47423, 2055, '0', 'preview', '2024-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47424, 2127, '0', 'preview', '2024-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47425, 2087, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47426, 2049, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47427, 2169, '0', 'default', '2024-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47428, 2090, '0', 'preview', '2024-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47429, 2016, '0', 'preview', '2024-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47430, 2093, '0', 'preview', '2024-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47431, 1925, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47432, 2089, '0', 'preview', '2024-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47433, 2188, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47434, 2109, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47435, 2169, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47436, 2171, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47437, 2174, '0', 'preview', '2024-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47438, 2127, '0', 'default', '2024-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47439, 5626, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47440, 2196, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47441, 5625, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47442, 2190, '0', 'default', '2024-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47443, 2111, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47444, 5628, '0', 'preview', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47445, 2093, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47446, 1930, '0', 'default', '2024-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47447, 2089, '0', 'preview', '2024-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47448, 2172, '0', 'preview', '2024-01-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47449, 2190, '0', 'preview', '2024-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47450, 2112, '0', 'preview', '2024-01-18', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47451, 1930, '0', 'preview', '2024-01-18', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47452, 2113, '0', 'preview', '2024-01-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47453, 1935, '0', 'preview', '2024-01-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47454, 2093, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47455, 2197, '0', 'default', '2024-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47456, 1950, '0', 'preview', '2024-01-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47457, 2189, '0', 'preview', '2024-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47458, 2027, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47459, 2027, '0', 'preview', '2024-01-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47460, 2024, '0', 'preview', '2024-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47461, 2016, '0', 'preview', '2024-01-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47462, 1931, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47463, 2192, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47464, 2182, '0', 'preview', '2024-01-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47465, 2179, '0', 'default', '2024-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47466, 2189, '0', 'default', '2024-01-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47467, 2191, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47468, 2190, '0', 'default', '2024-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47469, 2185, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47470, 1967, '0', 'preview', '2024-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47471, 1917, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47472, 2086, '0', 'preview', '2024-01-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47473, 2121, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47474, 5628, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47475, 2172, '0', 'default', '2024-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47476, 2055, '0', 'default', '2024-01-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47477, 5628, '0', 'default', '2024-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47478, 2198, '0', 'default', '2024-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47479, 2182, '0', 'default', '2024-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47480, 2127, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47481, 2111, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47482, 2090, '0', 'preview', '2024-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47483, 2174, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47484, 2173, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47485, 2186, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47486, 2133, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47487, 2170, '0', 'default', '2024-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47488, 2112, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47489, 1925, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47490, 2169, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47491, 5621, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47492, 2185, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47493, 2174, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47494, 2175, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47495, 2187, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47496, 2183, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47497, 2146, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47498, 2141, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47499, 2093, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47500, 1930, '0', 'default', '2024-01-18', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47501, 5625, '0', 'default', '2024-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47502, 5623, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47503, 5624, '0', 'default', '2024-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47504, 1957, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47505, 1952, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47506, 2051, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47507, 1964, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47508, 5622, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47509, 2140, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47510, 2178, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47511, 2055, '0', 'preview', '2024-01-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47512, 2176, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47513, 1938, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47514, 1935, '0', 'default', '2024-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47515, 2110, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47516, 1950, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47517, 5625, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47518, 2142, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47519, 2067, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47520, 5624, '0', 'preview', '2024-01-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47521, 1957, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47522, 5621, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47523, 2118, '0', 'preview', '2024-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47524, 1932, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47525, 2053, '0', 'default', '2024-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47526, 2113, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47527, 2169, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47528, 2179, '0', 'preview', '2024-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47529, 2086, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47530, 5627, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47531, 2118, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47532, 2119, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47533, 2119, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47534, 2125, '0', 'default', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47535, 5653, '0', 'preview', '2024-01-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47536, 2191, '0', 'preview', '2024-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47537, 2055, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47538, 1950, '0', 'preview', '2024-01-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47539, 5653, '0', 'preview', '2024-01-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47540, 2027, '0', 'preview', '2024-01-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47541, 1930, '0', 'preview', '2024-01-19', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47542, 2086, '0', 'preview', '2024-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47543, 2053, '0', 'preview', '2024-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47544, 1935, '0', 'preview', '2024-01-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47545, 2113, '0', 'preview', '2024-01-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47546, 2089, '0', 'preview', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47547, 2111, '0', 'preview', '2024-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47548, 2110, '0', 'preview', '2024-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47549, 2125, '0', 'preview', '2024-01-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47550, 2112, '0', 'preview', '2024-01-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47551, 2181, '0', 'preview', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47552, 2169, '0', 'preview', '2024-01-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47553, 2173, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47554, 2172, '0', 'preview', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47555, 2182, '0', 'preview', '2024-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47556, 2140, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47557, 2174, '0', 'preview', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47558, 2024, '0', 'preview', '2024-01-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47559, 2179, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47560, 2200, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47561, 2192, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47562, 2190, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47563, 2189, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47564, 2175, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47565, 2182, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47566, 2158, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47567, 5624, '0', 'preview', '2024-01-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47568, 2016, '0', 'preview', '2024-01-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47569, 2197, '0', 'preview', '2024-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47570, 2195, '0', 'preview', '2024-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47571, 2053, '0', 'default', '2024-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47572, 2121, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47573, 2189, '0', 'preview', '2024-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47574, 1930, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47575, 1935, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47576, 2113, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47577, 2170, '0', 'preview', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47578, 5625, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47579, 1913, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47580, 2169, '0', 'default', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47581, 2176, '0', 'preview', '2024-01-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47582, 2192, '0', 'preview', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47583, 2067, '0', 'preview', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47584, 5626, '0', 'preview', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47585, 2093, '0', 'preview', '2024-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47586, 2200, '0', 'preview', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47587, 2145, '0', 'preview', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47588, 2055, '0', 'preview', '2024-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47589, 2086, '0', 'preview', '2024-01-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47590, 1930, '0', 'preview', '2024-01-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47591, 1935, '0', 'preview', '2024-01-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47592, 2113, '0', 'preview', '2024-01-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47593, 2016, '0', 'preview', '2024-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47594, 2133, '0', 'default', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47595, 2112, '0', 'preview', '2024-01-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47596, 1950, '0', 'preview', '2024-01-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47597, 5653, '0', 'preview', '2024-01-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47598, 2089, '0', 'default', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47599, 2027, '0', 'preview', '2024-01-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47600, 2172, '0', 'preview', '2024-01-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47601, 2024, '0', 'preview', '2024-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47602, 5627, '0', 'preview', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47603, 2172, '0', 'default', '2024-01-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47604, 2182, '0', 'default', '2024-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47605, 2122, '0', 'preview', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47606, 2121, '0', 'default', '2024-01-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47607, 2055, '0', 'default', '2024-01-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47608, 2192, '0', 'preview', '2024-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47609, 2067, '0', 'preview', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47610, 2169, '0', 'preview', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47611, 2175, '0', 'default', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47612, 2179, '0', 'default', '2024-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47613, 2182, '0', 'preview', '2024-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47614, 2179, '0', 'preview', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47615, 2093, '0', 'preview', '2024-01-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47616, 2048, '0', 'preview', '2024-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47617, 2192, '0', 'default', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47618, 5623, '0', 'default', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47619, 5626, '0', 'default', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47620, 2189, '0', 'preview', '2024-01-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47621, 2125, '0', 'preview', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47622, 1913, '0', 'preview', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47623, 2195, '0', 'preview', '2024-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47624, 5626, '0', 'preview', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47625, 2089, '0', 'preview', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47626, 5653, '0', 'default', '2024-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47627, 2113, '0', 'preview', '2024-01-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47628, 2188, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47629, 1930, '0', 'preview', '2024-01-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47630, 1935, '0', 'preview', '2024-01-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47631, 2112, '0', 'preview', '2024-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47632, 2110, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47633, 2055, '0', 'default', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47634, 2086, '0', 'preview', '2024-01-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47635, 2053, '0', 'preview', '2024-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47636, 2172, '0', 'default', '2024-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47637, 2184, '0', 'default', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47638, 1950, '0', 'preview', '2024-01-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47639, 2179, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47640, 1960, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47641, 2055, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47642, 2172, '0', 'preview', '2024-01-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47643, 2158, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47644, 1917, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47645, 2093, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47646, 2179, '0', 'default', '2024-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47647, 2171, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47648, 2027, '0', 'preview', '2024-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47649, 2015, '0', 'default', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47650, 2169, '0', 'default', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47651, 2117, '0', 'preview', '2024-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47652, 2185, '0', 'default', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47653, 2173, '0', 'default', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47654, 5653, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47655, 2189, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47656, 2190, '0', 'preview', '2024-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47657, 2182, '0', 'preview', '2024-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47658, 2189, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47659, 2172, '0', 'preview', '2024-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47660, 2112, '0', 'preview', '2024-01-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47661, 2112, '0', 'preview', '2024-01-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47662, 2024, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47663, 2086, '0', 'preview', '2024-01-22', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47664, 2053, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47665, 2113, '0', 'preview', '2024-01-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47666, 1935, '0', 'preview', '2024-01-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47667, 2173, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47668, 2185, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47669, 2125, '0', 'preview', '2024-01-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47670, 2067, '0', 'preview', '2024-01-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47671, 2089, '0', 'default', '2024-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47672, 2165, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47673, 2175, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47674, 1930, '0', 'preview', '2024-01-22', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47675, 2090, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47676, 2133, '0', 'preview', '2024-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47677, 2093, '0', 'preview', '2024-01-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47678, 2182, '0', 'default', '2024-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47679, 1935, '0', 'default', '2024-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47680, 2192, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47681, 2015, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47682, 2016, '0', 'preview', '2024-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47683, 2055, '0', 'default', '2024-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47684, 2109, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47685, 2111, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47686, 2110, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47687, 2158, '0', 'preview', '2024-01-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47688, 2190, '0', 'preview', '2024-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47689, 2054, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47690, 5623, '0', 'preview', '2024-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47691, 2129, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47692, 5625, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47693, 2197, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47694, 2198, '0', 'preview', '2024-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47695, 1950, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47696, 1913, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47697, 2189, '0', 'default', '2024-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47698, 5628, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47699, 2054, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47700, 5624, '0', 'preview', '2024-01-22', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47701, 2027, '0', 'preview', '2024-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47702, 1950, '0', 'preview', '2024-01-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47703, 5653, '0', 'preview', '2024-01-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47704, 2051, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47705, 1964, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47706, 2125, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47707, 2170, '0', 'preview', '2024-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47708, 1938, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47709, 2092, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47710, 2179, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47711, 1967, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47712, 1886, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47713, 2121, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47714, 2089, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47715, 2119, '0', 'default', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47716, 2118, '0', 'default', '2024-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47717, 2174, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47718, 2186, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47719, 2055, '0', 'preview', '2024-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47720, 2109, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47721, 2110, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47722, 2086, '0', 'preview', '2024-01-23', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47723, 1930, '0', 'preview', '2024-01-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47724, 2172, '0', 'default', '2024-01-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47725, 2112, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47726, 2016, '0', 'preview', '2024-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47727, 2024, '0', 'preview', '2024-01-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47728, 2092, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47729, 2048, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47730, 2112, '0', 'preview', '2024-01-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47731, 2192, '0', 'preview', '2024-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47732, 2170, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47733, 2027, '0', 'preview', '2024-01-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47734, 1935, '0', 'preview', '2024-01-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47735, 2182, '0', 'default', '2024-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47736, 1950, '0', 'preview', '2024-01-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47737, 5653, '0', 'preview', '2024-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47738, 2121, '0', 'preview', '2024-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47739, 2182, '0', 'preview', '2024-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47740, 2172, '0', 'preview', '2024-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47741, 2121, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47742, 2190, '0', 'default', '2024-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47743, 2175, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47744, 2117, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47745, 2179, '0', 'default', '2024-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47746, 2125, '0', 'preview', '2024-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47747, 2055, '0', 'default', '2024-01-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47748, 2093, '0', 'preview', '2024-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47749, 2055, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47750, 2192, '0', 'default', '2024-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47751, 5626, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47752, 2145, '0', 'preview', '2024-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47753, 1938, '0', 'preview', '2024-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47754, 2176, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47755, 2053, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47756, 2113, '0', 'preview', '2024-01-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47757, 2189, '0', 'preview', '2024-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47758, 2179, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47759, 2173, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47760, 1886, '0', 'default', '2024-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47761, 1886, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47762, 5625, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47763, 5623, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47764, 5624, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47765, 5622, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47766, 2178, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47767, 1957, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47768, 1952, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47769, 2123, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47770, 2195, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47771, 2185, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47772, 2173, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47773, 2146, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47774, 2147, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47775, 2089, '0', 'default', '2024-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47776, 2053, '0', 'preview', '2024-01-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47777, 2067, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47778, 1966, '0', 'preview', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47779, 2133, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47780, 2199, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47781, 2201, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47782, 2181, '0', 'default', '2024-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47783, 2169, '0', 'preview', '2024-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47784, 2125, '0', 'preview', '2024-01-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47785, 2174, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47786, 2091, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47787, 2173, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47788, 2089, '0', 'default', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47789, 2089, '0', 'preview', '2024-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47790, 1950, '0', 'preview', '2024-01-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47791, 5653, '0', 'preview', '2024-01-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47792, 2086, '0', 'preview', '2024-01-24', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47793, 2172, '0', 'preview', '2024-01-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47794, 1935, '0', 'preview', '2024-01-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47795, 2027, '0', 'preview', '2024-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47796, 1930, '0', 'preview', '2024-01-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47797, 2179, '0', 'default', '2024-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47798, 2190, '0', 'default', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47799, 2189, '0', 'default', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47800, 2112, '0', 'preview', '2024-01-24', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47801, 2188, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47802, 2048, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47803, 2122, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47804, 2024, '0', 'preview', '2024-01-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47805, 2113, '0', 'preview', '2024-01-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47806, 2182, '0', 'preview', '2024-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47807, 1913, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47808, 2189, '0', 'preview', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47809, 5627, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47810, 2016, '0', 'preview', '2024-01-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47811, 2054, '0', 'preview', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47812, 2053, '0', 'default', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47813, 2053, '0', 'preview', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47814, 1960, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47815, 1960, '0', 'preview', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47816, 1915, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47817, 2093, '0', 'preview', '2024-01-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47818, 2111, '0', 'preview', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47819, 2055, '0', 'default', '2024-01-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47820, 2179, '0', 'preview', '2024-01-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47821, 1886, '0', 'preview', '2024-01-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47822, 2185, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47823, 2182, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47824, 2173, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47825, 1935, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47826, 2055, '0', 'preview', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47827, 2111, '0', 'default', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47828, 2170, '0', 'default', '2024-01-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47829, 1912, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47830, 2172, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47831, 2197, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47832, 5628, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47833, 2125, '0', 'default', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47834, 2112, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47835, 5624, '0', 'preview', '2024-01-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47836, 2133, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47837, 2158, '0', 'preview', '2024-01-24', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47838, 2121, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47839, 1950, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47840, 5653, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47841, 1957, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47842, 5624, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47843, 2178, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47844, 2015, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47845, 2016, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47846, 2067, '0', 'preview', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47847, 2192, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47848, 2049, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47849, 2169, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47850, 2169, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47851, 2109, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47852, 2109, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47853, 5626, '0', 'preview', '2024-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47854, 2170, '0', 'preview', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47855, 2093, '0', 'default', '2024-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47856, 2169, '0', 'preview', '2024-01-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47857, 2125, '0', 'preview', '2024-01-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47858, 2112, '0', 'preview', '2024-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47859, 1930, '0', 'preview', '2024-01-25', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47860, 2016, '0', 'preview', '2024-01-25', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47861, 2121, '0', 'preview', '2024-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47862, 1950, '0', 'preview', '2024-01-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47863, 2055, '0', 'preview', '2024-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47864, 2107, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47865, 2086, '0', 'preview', '2024-01-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47866, 2172, '0', 'default', '2024-01-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47867, 2172, '0', 'preview', '2024-01-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47868, 2067, '0', 'preview', '2024-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47869, 2133, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47870, 2090, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47871, 2185, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47872, 2174, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47873, 2188, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47874, 2179, '0', 'preview', '2024-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47875, 2186, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47876, 2089, '0', 'default', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47877, 2089, '0', 'preview', '2024-01-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47878, 2113, '0', 'preview', '2024-01-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47879, 2158, '0', 'preview', '2024-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47880, 2176, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47881, 2024, '0', 'preview', '2024-01-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47882, 2027, '0', 'preview', '2024-01-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47883, 2110, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47884, 2173, '0', 'preview', '2024-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47885, 2186, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47886, 2175, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47887, 2187, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47888, 2183, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47889, 2141, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47890, 2117, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47891, 1967, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47892, 2189, '0', 'preview', '2024-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47893, 5624, '0', 'preview', '2024-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47894, 5653, '0', 'preview', '2024-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47895, 2197, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47896, 2028, '0', 'preview', '2024-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47897, 2023, '0', 'preview', '2024-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47898, 2015, '0', 'preview', '2024-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47899, 1938, '0', 'preview', '2024-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47900, 2145, '0', 'preview', '2024-01-25', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47901, 2092, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47902, 1935, '0', 'preview', '2024-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47903, 2198, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47904, 2203, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47905, 2111, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47906, 5628, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47907, 2189, '0', 'default', '2024-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47908, 2093, '0', 'preview', '2024-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47909, 2195, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47910, 2053, '0', 'default', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47911, 2049, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47912, 2182, '0', 'default', '2024-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47913, 2185, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47914, 5623, '0', 'default', '2024-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47915, 5653, '0', 'default', '2024-01-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47916, 2140, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47917, 1950, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47918, 5624, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47919, 5622, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47920, 2182, '0', 'preview', '2024-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47921, 1925, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47922, 2016, '0', 'default', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47923, 2112, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47924, 1886, '0', 'preview', '2024-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47925, 2190, '0', 'preview', '2024-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47926, 2106, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47927, 2170, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47928, 2055, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47929, 2109, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47930, 2192, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47931, 2053, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47932, 2054, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47933, 1931, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47934, 2176, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47935, 2179, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47936, 1952, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47937, 1957, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47938, 2065, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47939, 2126, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47940, 2178, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47941, 2170, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47942, 2197, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47943, 2190, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47944, 5627, '0', 'preview', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47945, 5621, '0', 'preview', '2024-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47946, 2121, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47947, 2111, '0', 'default', '2024-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47948, 2112, '0', 'preview', '2024-01-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47949, 2086, '0', 'preview', '2024-01-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47950, 1930, '0', 'default', '2024-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47951, 1930, '0', 'preview', '2024-01-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47952, 1935, '0', 'preview', '2024-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47953, 2172, '0', 'preview', '2024-01-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47954, 2113, '0', 'preview', '2024-01-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47955, 2016, '0', 'preview', '2024-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47956, 2179, '0', 'default', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47957, 2055, '0', 'preview', '2024-01-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47958, 2179, '0', 'preview', '2024-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47959, 2133, '0', 'preview', '2024-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47960, 2189, '0', 'default', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47961, 2182, '0', 'preview', '2024-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47962, 2093, '0', 'preview', '2024-01-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47963, 2122, '0', 'preview', '2024-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47964, 2048, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47965, 1950, '0', 'preview', '2024-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47966, 5653, '0', 'preview', '2024-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47967, 2189, '0', 'preview', '2024-01-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47968, 2192, '0', 'preview', '2024-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47969, 2024, '0', 'preview', '2024-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47970, 2086, '0', 'default', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47971, 2089, '0', 'preview', '2024-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47972, 2111, '0', 'preview', '2024-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47973, 2181, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47974, 2067, '0', 'preview', '2024-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47975, 1886, '0', 'preview', '2024-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47976, 2158, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47977, 2133, '0', 'default', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47978, 2182, '0', 'default', '2024-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47979, 2185, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47980, 2174, '0', 'preview', '2024-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47981, 2175, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47982, 2170, '0', 'preview', '2024-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47983, 2170, '0', 'default', '2024-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47984, 2055, '0', 'default', '2024-01-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47985, 2169, '0', 'preview', '2024-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47986, 5622, '0', 'default', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47987, 2089, '0', 'default', '2024-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47988, 5624, '0', 'default', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47989, 2121, '0', 'default', '2024-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47990, 2172, '0', 'default', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47991, 2197, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47992, 5628, '0', 'preview', '2024-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47993, 2053, '0', 'default', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47994, 5624, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47995, 1938, '0', 'preview', '2024-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47996, 2121, '0', 'preview', '2024-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47997, 2178, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47998, 5625, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47999, 5621, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48000, 2125, '0', 'preview', '2024-01-26', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48001, 2192, '0', 'default', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48002, 2109, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48003, 2190, '0', 'preview', '2024-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48004, 2027, '0', 'preview', '2024-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48005, 2145, '0', 'preview', '2024-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48006, 2053, '0', 'preview', '2024-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48007, 2016, '0', 'preview', '2024-01-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48008, 1930, '0', 'preview', '2024-01-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48009, 1935, '0', 'preview', '2024-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48010, 2113, '0', 'preview', '2024-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48011, 2172, '0', 'default', '2024-01-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48012, 2054, '0', 'default', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48013, 2086, '0', 'default', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48014, 2182, '0', 'default', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48015, 2112, '0', 'preview', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48016, 2190, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48017, 2192, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48018, 2189, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48019, 2170, '0', 'preview', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48020, 2176, '0', 'preview', '2024-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48021, 2093, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48022, 2089, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48023, 2172, '0', 'preview', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48024, 2053, '0', 'default', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48025, 5624, '0', 'preview', '2024-01-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48026, 2086, '0', 'preview', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48027, 1960, '0', 'preview', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48028, 2054, '0', 'preview', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48029, 1950, '0', 'preview', '2024-01-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48030, 2090, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48031, 2179, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48032, 2111, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48033, 5653, '0', 'preview', '2024-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48034, 2055, '0', 'default', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48035, 2186, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48036, 2174, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48037, 2121, '0', 'default', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48038, 2182, '0', 'preview', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48039, 2117, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48040, 2024, '0', 'preview', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48041, 1938, '0', 'preview', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48042, 2146, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48043, 2112, '0', 'default', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48044, 2145, '0', 'preview', '2024-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48045, 2027, '0', 'preview', '2024-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48046, 2112, '0', 'preview', '2024-01-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48047, 2198, '0', 'preview', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48048, 2198, '0', 'default', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48049, 2113, '0', 'preview', '2024-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48050, 2172, '0', 'default', '2024-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48051, 2112, '0', 'default', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48052, 1930, '0', 'preview', '2024-01-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48053, 2182, '0', 'preview', '2024-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48054, 2189, '0', 'default', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48055, 2089, '0', 'preview', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48056, 2179, '0', 'preview', '2024-01-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48057, 2192, '0', 'default', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48058, 5626, '0', 'default', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48059, 2110, '0', 'default', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48060, 2172, '0', 'preview', '2024-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48061, 2179, '0', 'default', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48062, 5653, '0', 'preview', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48063, 2093, '0', 'preview', '2024-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48064, 2016, '0', 'preview', '2024-01-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48065, 2027, '0', 'preview', '2024-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48066, 2024, '0', 'preview', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48067, 2135, '0', 'preview', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48068, 2169, '0', 'preview', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48069, 2055, '0', 'default', '2024-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48070, 1950, '0', 'preview', '2024-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48071, 2055, '0', 'preview', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48072, 2188, '0', 'preview', '2024-01-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48073, 2188, '0', 'default', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48074, 2158, '0', 'default', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48075, 2182, '0', 'default', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48076, 1935, '0', 'preview', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48077, 5624, '0', 'preview', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48078, 1964, '0', 'preview', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48079, 2086, '0', 'preview', '2024-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48080, 2125, '0', 'preview', '2024-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48081, 2181, '0', 'preview', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48082, 2185, '0', 'default', '2024-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48083, 2112, '0', 'preview', '2024-01-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48084, 2169, '0', 'preview', '2024-01-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48085, 2016, '0', 'preview', '2024-01-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48086, 2027, '0', 'preview', '2024-01-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48087, 2192, '0', 'preview', '2024-01-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48088, 2189, '0', 'preview', '2024-01-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48089, 2190, '0', 'preview', '2024-01-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48090, 2185, '0', 'preview', '2024-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48091, 2093, '0', 'preview', '2024-01-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48092, 2109, '0', 'preview', '2024-01-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48093, 2195, '0', 'preview', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48094, 2188, '0', 'preview', '2024-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48095, 2173, '0', 'preview', '2024-01-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48096, 2110, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48097, 2179, '0', 'preview', '2024-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48098, 5626, '0', 'preview', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48099, 2092, '0', 'preview', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48100, 2121, '0', 'preview', '2024-01-29', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48101, 2089, '0', 'preview', '2024-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48102, 2182, '0', 'preview', '2024-01-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48103, 2112, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48104, 2186, '0', 'preview', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48105, 5624, '0', 'preview', '2024-01-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48106, 2113, '0', 'preview', '2024-01-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48107, 1935, '0', 'preview', '2024-01-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48108, 2172, '0', 'preview', '2024-01-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48109, 2174, '0', 'preview', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48110, 2067, '0', 'preview', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48111, 2016, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48112, 1950, '0', 'preview', '2024-01-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48113, 2024, '0', 'preview', '2024-01-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48114, 2141, '0', 'preview', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48115, 1886, '0', 'preview', '2024-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48116, 2055, '0', 'default', '2024-01-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48117, 5653, '0', 'preview', '2024-01-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48118, 1935, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48119, 2185, '0', 'default', '2024-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48120, 2086, '0', 'preview', '2024-01-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48121, 1937, '0', 'preview', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48122, 1930, '0', 'preview', '2024-01-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48123, 2172, '0', 'default', '2024-01-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48124, 2171, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48125, 2054, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48126, 2049, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48127, 2125, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48128, 2191, '0', 'preview', '2024-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48129, 2090, '0', 'preview', '2024-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48130, 2093, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48131, 2182, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48132, 2170, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48133, 1964, '0', 'preview', '2024-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48134, 2131, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48135, 2121, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48136, 5627, '0', 'preview', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48137, 2176, '0', 'preview', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48138, 2146, '0', 'preview', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48139, 2187, '0', 'preview', '2024-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48140, 1925, '0', 'preview', '2024-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48141, 2133, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48142, 2109, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48143, 2189, '0', 'default', '2024-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48144, 5628, '0', 'default', '2024-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48145, 2111, '0', 'default', '2024-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48146, 2086, '0', 'preview', '2024-01-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48147, 2093, '0', 'preview', '2024-01-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48148, 2125, '0', 'preview', '2024-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48149, 2172, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48150, 2172, '0', 'preview', '2024-01-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48151, 2027, '0', 'preview', '2024-01-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48152, 2024, '0', 'preview', '2024-01-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48153, 2169, '0', 'preview', '2024-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48154, 2016, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48155, 1950, '0', 'preview', '2024-01-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48156, 2118, '0', 'preview', '2024-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48157, 2181, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48158, 1930, '0', 'preview', '2024-01-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48159, 2112, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48160, 2185, '0', 'default', '2024-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48161, 2053, '0', 'preview', '2024-01-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48162, 2175, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48163, 5624, '0', 'preview', '2024-01-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48164, 2055, '0', 'preview', '2024-01-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48165, 2121, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48166, 2182, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48167, 2067, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48168, 5653, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48169, 2179, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48170, 2187, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48171, 1925, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48172, 2055, '0', 'default', '2024-01-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48173, 2113, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48174, 5653, '0', 'preview', '2024-01-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48175, 2182, '0', 'preview', '2024-01-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48176, 2048, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48177, 2112, '0', 'preview', '2024-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48178, 2133, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48179, 2092, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48180, 2187, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48181, 2090, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48182, 2121, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48183, 2054, '0', 'preview', '2024-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48184, 2054, '0', 'default', '2024-01-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48185, 2179, '0', 'preview', '2024-01-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48186, 2198, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48187, 2189, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48188, 2113, '0', 'preview', '2024-01-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48189, 2203, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48190, 1930, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48191, 5621, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48192, 2181, '0', 'default', '2024-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48193, 1886, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48194, 5625, '0', 'preview', '2024-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48195, 1952, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48196, 5623, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48197, 1957, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48198, 2176, '0', 'default', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48199, 2089, '0', 'preview', '2024-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48200, 1960, '0', 'preview', '2024-01-30', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48201, 1935, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48202, 2170, '0', 'preview', '2024-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48203, 2191, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48204, 2192, '0', 'preview', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48205, 2189, '0', 'preview', '2024-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48206, 1930, '0', 'preview', '2024-01-31', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48207, 1935, '0', 'preview', '2024-01-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48208, 2125, '0', 'preview', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48209, 2054, '0', 'preview', '2024-01-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48210, 2112, '0', 'preview', '2024-01-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48211, 2169, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48212, 2179, '0', 'preview', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48213, 2027, '0', 'preview', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48214, 2172, '0', 'preview', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48215, 2171, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48216, 2113, '0', 'preview', '2024-01-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48217, 2093, '0', 'preview', '2024-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48218, 2111, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48219, 2145, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48220, 2133, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48221, 2170, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48222, 2189, '0', 'default', '2024-01-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48223, 2089, '0', 'preview', '2024-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48224, 2158, '0', 'preview', '2024-01-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48225, 2016, '0', 'preview', '2024-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48226, 2024, '0', 'preview', '2024-01-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48227, 2087, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48228, 2185, '0', 'default', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48229, 1950, '0', 'preview', '2024-01-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48230, 5653, '0', 'preview', '2024-01-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48231, 5624, '0', 'preview', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48232, 2169, '0', 'preview', '2024-01-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48233, 2182, '0', 'preview', '2024-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48234, 2145, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48235, 2199, '0', 'preview', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48236, 5622, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48237, 2201, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48238, 2192, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48239, 1925, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48240, 2048, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48241, 2086, '0', 'preview', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48242, 2190, '0', 'preview', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48243, 2117, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48244, 2179, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48245, 1967, '0', 'default', '2024-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48246, 1967, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48247, 2175, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48248, 2110, '0', 'preview', '2024-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48249, 2090, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48250, 2067, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48251, 1886, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48252, 2185, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48253, 2088, '0', 'preview', '2024-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48254, 2182, '0', 'default', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48255, 2154, '0', 'default', '2024-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48256, 2181, '0', 'default', '2024-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48257, 2109, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48258, 2111, '0', 'preview', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48259, 2188, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48260, 2090, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48261, 2055, '0', 'default', '2024-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48262, 5621, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48263, 2066, '0', 'default', '2024-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48264, 2172, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48265, 2092, '0', 'default', '2024-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48266, 2024, '0', 'preview', '2024-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48267, 1930, '0', 'preview', '2024-02-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48268, 1950, '0', 'preview', '2024-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48269, 2016, '0', 'preview', '2024-02-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48270, 2169, '0', 'preview', '2024-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48271, 2158, '0', 'preview', '2024-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48272, 2181, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48273, 2145, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48274, 2176, '0', 'preview', '2024-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48275, 2118, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48276, 2051, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48277, 2086, '0', 'preview', '2024-02-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48278, 5653, '0', 'preview', '2024-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48279, 5624, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48280, 1935, '0', 'preview', '2024-02-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48281, 2113, '0', 'preview', '2024-02-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48282, 2188, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48283, 2027, '0', 'preview', '2024-02-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48284, 2179, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48285, 2109, '0', 'preview', '2024-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48286, 2111, '0', 'preview', '2024-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48287, 2154, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48288, 1964, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48289, 2182, '0', 'default', '2024-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48290, 2121, '0', 'preview', '2024-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48291, 2093, '0', 'default', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48292, 2027, '0', 'default', '2024-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48293, 2182, '0', 'preview', '2024-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48294, 2172, '0', 'preview', '2024-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48295, 2055, '0', 'default', '2024-02-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48296, 2110, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48297, 1917, '0', 'default', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48298, 2121, '0', 'default', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48299, 2189, '0', 'preview', '2024-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48300, 2185, '0', 'default', '2024-02-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48301, 2015, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48302, 2192, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48303, 2133, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48304, 2192, '0', 'default', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48305, 2112, '0', 'preview', '2024-02-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48306, 5621, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48307, 2067, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48308, 1966, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48309, 1911, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48310, 2196, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48311, 2089, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48312, 2106, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48313, 2125, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48314, 2172, '0', 'default', '2024-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48315, 2181, '0', 'default', '2024-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48316, 2197, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48317, 2198, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48318, 2187, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48319, 2183, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48320, 1925, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48321, 1925, '0', 'default', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48322, 2169, '0', 'default', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48323, 5628, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48324, 2170, '0', 'preview', '2024-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48325, 5628, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48326, 2185, '0', 'default', '2024-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48327, 1950, '0', 'preview', '2024-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48328, 2112, '0', 'preview', '2024-02-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48329, 2145, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48330, 2176, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48331, 2111, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48332, 2189, '0', 'preview', '2024-02-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48333, 2191, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48334, 2016, '0', 'preview', '2024-02-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48335, 2120, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48336, 2027, '0', 'preview', '2024-02-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48337, 2133, '0', 'preview', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48338, 2174, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48339, 2179, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48340, 2093, '0', 'preview', '2024-02-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48341, 2024, '0', 'preview', '2024-02-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48342, 2028, '0', 'preview', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48343, 1967, '0', 'preview', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48344, 2172, '0', 'preview', '2024-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48345, 1930, '0', 'preview', '2024-02-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48346, 2125, '0', 'preview', '2024-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48347, 2113, '0', 'preview', '2024-02-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48348, 2169, '0', 'preview', '2024-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48349, 2121, '0', 'preview', '2024-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48350, 2053, '0', 'default', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48351, 1960, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48352, 2086, '0', 'preview', '2024-02-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48353, 1964, '0', 'preview', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48354, 2190, '0', 'preview', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48355, 2066, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48356, 2066, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48357, 5653, '0', 'preview', '2024-02-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48358, 5624, '0', 'preview', '2024-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48359, 1914, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48360, 2055, '0', 'default', '2024-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48361, 2125, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48362, 1957, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48363, 1952, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48364, 2091, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48365, 2175, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48366, 1924, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48367, 2182, '0', 'preview', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48368, 2086, '0', 'default', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48369, 2054, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48370, 2016, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48371, 2048, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48372, 2092, '0', 'preview', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48373, 2090, '0', 'preview', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48374, 2192, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48375, 1931, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48376, 2121, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48377, 2182, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48378, 2053, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48379, 2172, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48380, 1886, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48381, 2107, '0', 'preview', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48382, 2089, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48383, 2171, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48384, 1935, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48385, 5628, '0', 'preview', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48386, 2147, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48387, 5627, '0', 'preview', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48388, 2192, '0', 'preview', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48389, 2171, '0', 'default', '2024-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48390, 2189, '0', 'default', '2024-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48391, 2169, '0', 'preview', '2024-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48392, 2015, '0', 'preview', '2024-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48393, 1886, '0', 'preview', '2024-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48394, 1938, '0', 'preview', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48395, 1930, '0', 'preview', '2024-02-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48396, 1930, '0', 'preview', '2024-02-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48397, 2189, '0', 'default', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48398, 2113, '0', 'preview', '2024-02-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48399, 1935, '0', 'preview', '2024-02-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48400, 2125, '0', 'preview', '2024-02-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48401, 2016, '0', 'preview', '2024-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48402, 2027, '0', 'preview', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48403, 2024, '0', 'preview', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48404, 2055, '0', 'default', '2024-02-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48405, 2112, '0', 'default', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48406, 2107, '0', 'preview', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48407, 2055, '0', 'preview', '2024-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48408, 2185, '0', 'default', '2024-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48409, 2182, '0', 'default', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48410, 2182, '0', 'preview', '2024-02-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48411, 1931, '0', 'preview', '2024-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48412, 2106, '0', 'default', '2024-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48413, 2089, '0', 'preview', '2024-02-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48414, 2121, '0', 'preview', '2024-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48415, 2109, '0', 'preview', '2024-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48416, 2093, '0', 'preview', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48417, 2086, '0', 'preview', '2024-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48418, 2121, '0', 'default', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48419, 2172, '0', 'preview', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48420, 2201, '0', 'preview', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48421, 2190, '0', 'preview', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48422, 1967, '0', 'preview', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48423, 1950, '0', 'preview', '2024-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48424, 5653, '0', 'preview', '2024-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48425, 5624, '0', 'preview', '2024-02-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48426, 1932, '0', 'preview', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48427, 2120, '0', 'default', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48428, 2089, '0', 'default', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48429, 2107, '0', 'default', '2024-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48430, 2170, '0', 'default', '2024-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48431, 2112, '0', 'preview', '2024-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48432, 2154, '0', 'default', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48433, 2185, '0', 'default', '2024-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48434, 2182, '0', 'preview', '2024-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48435, 2054, '0', 'default', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48436, 2112, '0', 'preview', '2024-02-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48437, 2121, '0', 'preview', '2024-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48438, 1930, '0', 'preview', '2024-02-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48439, 5624, '0', 'preview', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48440, 5653, '0', 'preview', '2024-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48441, 1950, '0', 'preview', '2024-02-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48442, 2086, '0', 'preview', '2024-02-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48443, 2200, '0', 'default', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48444, 2113, '0', 'preview', '2024-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48445, 2027, '0', 'preview', '2024-02-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48446, 1935, '0', 'preview', '2024-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48447, 2024, '0', 'preview', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48448, 2016, '0', 'preview', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48449, 2086, '0', 'default', '2024-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48450, 2158, '0', 'preview', '2024-02-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48451, 2140, '0', 'preview', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48452, 2089, '0', 'preview', '2024-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48453, 2171, '0', 'preview', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48454, 2172, '0', 'preview', '2024-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48455, 2179, '0', 'preview', '2024-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48456, 2088, '0', 'default', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48457, 2125, '0', 'preview', '2024-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48458, 2170, '0', 'preview', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48459, 5621, '0', 'preview', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48460, 2067, '0', 'preview', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48461, 2169, '0', 'preview', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48462, 2176, '0', 'preview', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48463, 2146, '0', 'preview', '2024-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48464, 2027, '0', 'preview', '2024-02-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48465, 2016, '0', 'preview', '2024-02-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48466, 2024, '0', 'preview', '2024-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48467, 2125, '0', 'preview', '2024-02-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48468, 2145, '0', 'preview', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48469, 2121, '0', 'preview', '2024-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48470, 2182, '0', 'preview', '2024-02-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48471, 2106, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48472, 1930, '0', 'preview', '2024-02-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48473, 2113, '0', 'preview', '2024-02-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48474, 1935, '0', 'preview', '2024-02-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48475, 2055, '0', 'default', '2024-02-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48476, 2086, '0', 'default', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48477, 2121, '0', 'default', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48478, 2089, '0', 'default', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48479, 2107, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48480, 2107, '0', 'preview', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48481, 2092, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48482, 2173, '0', 'default', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48483, 1938, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48484, 2055, '0', 'preview', '2024-02-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48485, 2133, '0', 'default', '2024-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48486, 2112, '0', 'preview', '2024-02-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48487, 2175, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48488, 2172, '0', 'default', '2024-02-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48489, 2118, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48490, 2179, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48491, 2112, '0', 'default', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48492, 5653, '0', 'preview', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48493, 2132, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48494, 2089, '0', 'preview', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48495, 1964, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48496, 2189, '0', 'default', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48497, 2172, '0', 'preview', '2024-02-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48498, 2117, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48499, 2093, '0', 'preview', '2024-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48500, 2169, '0', 'preview', '2024-02-05', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48501, 2185, '0', 'default', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48502, 2189, '0', 'preview', '2024-02-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48503, 2110, '0', 'preview', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48504, 2111, '0', 'preview', '2024-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48505, 5624, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48506, 2179, '0', 'default', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48507, 2182, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48508, 2174, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48509, 2183, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48510, 2191, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48511, 2190, '0', 'default', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48512, 2067, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48513, 2016, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48514, 2024, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48515, 2027, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48516, 2086, '0', 'preview', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48517, 2173, '0', 'preview', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48518, 1960, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48519, 2174, '0', 'preview', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48520, 2054, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48521, 2133, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48522, 2191, '0', 'preview', '2024-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48523, 2192, '0', 'preview', '2024-02-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48524, 2190, '0', 'preview', '2024-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48525, 2201, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48526, 2053, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48527, 2048, '0', 'default', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48528, 2109, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48529, 2066, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48530, 1886, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48531, 1950, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48532, 2181, '0', 'preview', '2024-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48533, 2092, '0', 'preview', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48534, 2112, '0', 'preview', '2024-02-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48535, 2188, '0', 'preview', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48536, 1925, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48537, 2173, '0', 'preview', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48538, 2141, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48539, 2185, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48540, 2186, '0', 'preview', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48541, 1935, '0', 'preview', '2024-02-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48542, 2053, '0', 'default', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48543, 2086, '0', 'preview', '2024-02-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48544, 2185, '0', 'default', '2024-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48545, 2172, '0', 'preview', '2024-02-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48546, 2172, '0', 'default', '2024-02-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48547, 2027, '0', 'preview', '2024-02-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48548, 2166, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48549, 2086, '0', 'default', '2024-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48550, 2182, '0', 'preview', '2024-02-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48551, 2190, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48552, 2192, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48553, 1950, '0', 'preview', '2024-02-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48554, 2016, '0', 'preview', '2024-02-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48555, 2192, '0', 'preview', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48556, 2191, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48557, 2190, '0', 'preview', '2024-02-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48558, 2067, '0', 'preview', '2024-02-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48559, 1930, '0', 'preview', '2024-02-06', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48560, 2189, '0', 'preview', '2024-02-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48561, 2024, '0', 'preview', '2024-02-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48562, 2182, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48563, 2055, '0', 'default', '2024-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48564, 2118, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48565, 2027, '0', 'default', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48566, 2174, '0', 'preview', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48567, 2134, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48568, 2048, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48569, 2055, '0', 'preview', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48570, 2051, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48571, 2113, '0', 'preview', '2024-02-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48572, 2189, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48573, 2106, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48574, 2158, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48575, 1912, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48576, 2090, '0', 'preview', '2024-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48577, 2179, '0', 'preview', '2024-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48578, 2125, '0', 'preview', '2024-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48579, 1930, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48580, 2089, '0', 'preview', '2024-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48581, 2093, '0', 'preview', '2024-02-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48582, 1886, '0', 'preview', '2024-02-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48583, 2121, '0', 'preview', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48584, 2091, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48585, 2175, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48586, 2112, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48587, 1966, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48588, 2024, '0', 'default', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48589, 1960, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48590, 2113, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48591, 2067, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48592, 5653, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48593, 5623, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48594, 5625, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48595, 1952, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48596, 1957, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48597, 2065, '0', 'default', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48598, 2016, '0', 'default', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48599, 2125, '0', 'default', '2024-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48600, 5653, '0', 'preview', '2024-02-06', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48601, 5624, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48602, 2053, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48603, 2051, '0', 'preview', '2024-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48604, 2027, '0', 'preview', '2024-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48605, 2055, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48606, 2024, '0', 'preview', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48607, 2016, '0', 'preview', '2024-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48608, 2067, '0', 'preview', '2024-02-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48609, 2049, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48610, 2170, '0', 'preview', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48611, 2182, '0', 'preview', '2024-02-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48612, 2112, '0', 'preview', '2024-02-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48613, 2185, '0', 'default', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48614, 2093, '0', 'preview', '2024-02-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48615, 2113, '0', 'preview', '2024-02-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48616, 2125, '0', 'preview', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48617, 2173, '0', 'preview', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48618, 1930, '0', 'preview', '2024-02-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48619, 2089, '0', 'default', '2024-02-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48620, 2172, '0', 'default', '2024-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48621, 2179, '0', 'default', '2024-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48622, 2149, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48623, 2172, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48624, 2183, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48625, 2179, '0', 'preview', '2024-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48626, 2174, '0', 'preview', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48627, 1935, '0', 'preview', '2024-02-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48628, 5653, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48629, 2054, '0', 'default', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48630, 1950, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48631, 2054, '0', 'preview', '2024-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48632, 2175, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48633, 2121, '0', 'preview', '2024-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48634, 2111, '0', 'default', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48635, 2189, '0', 'default', '2024-02-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48636, 2197, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48637, 2123, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48638, 2111, '0', 'preview', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48639, 2086, '0', 'preview', '2024-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48640, 2190, '0', 'preview', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48641, 1886, '0', 'preview', '2024-02-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48642, 2191, '0', 'default', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48643, 2190, '0', 'default', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48644, 5628, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48645, 2197, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48646, 2198, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48647, 1935, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48648, 2174, '0', 'default', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48649, 2186, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48650, 5621, '0', 'preview', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48651, 2192, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48652, 1925, '0', 'preview', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48653, 1967, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48654, 2125, '0', 'default', '2024-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48655, 2176, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48656, 2051, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48657, 2055, '0', 'default', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48658, 2066, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48659, 2169, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48660, 2109, '0', 'default', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48661, 2195, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48662, 1912, '0', 'preview', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48663, 2192, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48664, 2090, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48665, 2184, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48666, 2053, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48667, 2189, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48668, 2171, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48669, 2186, '0', 'preview', '2024-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48670, 2141, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48671, 2188, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48672, 2121, '0', 'default', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48673, 5624, '0', 'preview', '2024-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48674, 2067, '0', 'preview', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48675, 1886, '0', 'preview', '2024-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48676, 2055, '0', 'preview', '2024-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48677, 2055, '0', 'default', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48678, 2027, '0', 'preview', '2024-02-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48679, 2024, '0', 'preview', '2024-02-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48680, 2134, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48681, 5626, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48682, 2093, '0', 'preview', '2024-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48683, 2172, '0', 'preview', '2024-02-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48684, 1950, '0', 'preview', '2024-02-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48685, 2113, '0', 'preview', '2024-02-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48686, 2113, '0', 'preview', '2024-02-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48687, 2195, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48688, 2185, '0', 'default', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48689, 2089, '0', 'preview', '2024-02-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48690, 5625, '0', 'preview', '2024-02-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48691, 2178, '0', 'preview', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48692, 2051, '0', 'preview', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48693, 2121, '0', 'preview', '2024-02-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48694, 2189, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48695, 2169, '0', 'preview', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48696, 2135, '0', 'default', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48697, 1935, '0', 'preview', '2024-02-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48698, 2181, '0', 'preview', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48699, 1930, '0', 'preview', '2024-02-08', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48700, 2088, '0', 'preview', '2024-02-08', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48701, 2121, '0', 'default', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48702, 2086, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48703, 2198, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48704, 2152, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48705, 2176, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48706, 1966, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48707, 2054, '0', 'preview', '2024-02-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48708, 2024, '0', 'default', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48709, 2016, '0', 'preview', '2024-02-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48710, 2016, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48711, 2027, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48712, 2179, '0', 'default', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48713, 2173, '0', 'preview', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48714, 2174, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48715, 2174, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48716, 2092, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48717, 2173, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48718, 2086, '0', 'preview', '2024-02-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48719, 2201, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48720, 2187, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48721, 2183, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48722, 5621, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48723, 2148, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48724, 2148, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48725, 2179, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48726, 2188, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48727, 2172, '0', 'default', '2024-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48728, 5653, '0', 'preview', '2024-02-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48729, 2089, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48730, 2125, '0', 'preview', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48731, 2112, '0', 'preview', '2024-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48732, 2122, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48733, 2182, '0', 'preview', '2024-02-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48734, 1952, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48735, 1925, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48736, 2170, '0', 'preview', '2024-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48737, 2110, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48738, 2053, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48739, 1967, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48740, 1917, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48741, 2170, '0', 'default', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48742, 1912, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48743, 1955, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48744, 5624, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48745, 1957, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48746, 2140, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48747, 5623, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48748, 5622, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48749, 2189, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48750, 1937, '0', 'preview', '2024-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48751, 2197, '0', 'preview', '2024-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48752, 2112, '0', 'preview', '2024-02-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48753, 2125, '0', 'preview', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48754, 2176, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48755, 5621, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48756, 2169, '0', 'preview', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48757, 2113, '0', 'preview', '2024-02-09', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48758, 1935, '0', 'preview', '2024-02-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48759, 1930, '0', 'preview', '2024-02-09', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48760, 1931, '0', 'default', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48761, 2048, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48762, 2169, '0', 'default', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48763, 2086, '0', 'preview', '2024-02-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48764, 1950, '0', 'preview', '2024-02-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48765, 2053, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48766, 2016, '0', 'preview', '2024-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48767, 2185, '0', 'default', '2024-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48768, 2179, '0', 'preview', '2024-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48769, 2197, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48770, 5625, '0', 'preview', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48771, 2109, '0', 'preview', '2024-02-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48772, 5628, '0', 'default', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48773, 2173, '0', 'preview', '2024-02-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48774, 2172, '0', 'preview', '2024-02-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48775, 1912, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48776, 2027, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48777, 2106, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48778, 2134, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48779, 2067, '0', 'preview', '2024-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48780, 2170, '0', 'preview', '2024-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48781, 1918, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48782, 2112, '0', 'default', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48783, 5653, '0', 'preview', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48784, 2145, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48785, 2170, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48786, 2166, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48787, 1967, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48788, 2093, '0', 'preview', '2024-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48789, 2182, '0', 'preview', '2024-02-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48790, 2065, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48791, 2055, '0', 'default', '2024-02-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48792, 2027, '0', 'preview', '2024-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48793, 2111, '0', 'preview', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48794, 5624, '0', 'preview', '2024-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48795, 2134, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48796, 2067, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48797, 2024, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48798, 2174, '0', 'preview', '2024-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48799, 2141, '0', 'preview', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48800, 2189, '0', 'preview', '2024-02-09', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48801, 2185, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48802, 2175, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48803, 2186, '0', 'preview', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48804, 1925, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48805, 2188, '0', 'preview', '2024-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48806, 2171, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48807, 2121, '0', 'preview', '2024-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48808, 2192, '0', 'preview', '2024-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48809, 2182, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48810, 1931, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48811, 2024, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48812, 5628, '0', 'preview', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48813, 2189, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48814, 2086, '0', 'default', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48815, 2055, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48816, 1886, '0', 'preview', '2024-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48817, 2054, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48818, 2089, '0', 'preview', '2024-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48819, 2190, '0', 'preview', '2024-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48820, 1886, '0', 'preview', '2024-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48821, 1908, '0', 'preview', '2024-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48822, 2191, '0', 'preview', '2024-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48823, 1930, '0', 'preview', '2024-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48824, 2113, '0', 'preview', '2024-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48825, 1935, '0', 'preview', '2024-02-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48826, 1935, '0', 'default', '2024-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48827, 2145, '0', 'preview', '2024-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48828, 2176, '0', 'default', '2024-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48829, 2176, '0', 'preview', '2024-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48830, 2185, '0', 'default', '2024-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48831, 2086, '0', 'preview', '2024-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48832, 2091, '0', 'default', '2024-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48833, 5653, '0', 'preview', '2024-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48834, 5624, '0', 'preview', '2024-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48835, 1950, '0', 'preview', '2024-02-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48836, 2172, '0', 'preview', '2024-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48837, 2182, '0', 'preview', '2024-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48838, 2055, '0', 'preview', '2024-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48839, 2027, '0', 'preview', '2024-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48840, 2125, '0', 'preview', '2024-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48841, 2016, '0', 'preview', '2024-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48842, 2067, '0', 'preview', '2024-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48843, 2170, '0', 'preview', '2024-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48844, 2093, '0', 'preview', '2024-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48845, 2113, '0', 'preview', '2024-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48846, 1930, '0', 'preview', '2024-02-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48847, 1950, '0', 'preview', '2024-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48848, 5653, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48849, 2112, '0', 'preview', '2024-02-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48850, 1935, '0', 'preview', '2024-02-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48851, 2121, '0', 'preview', '2024-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48852, 2089, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48853, 2189, '0', 'preview', '2024-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48854, 2191, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48855, 2190, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48856, 2086, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48857, 2182, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48858, 2016, '0', 'preview', '2024-02-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48859, 2027, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48860, 2024, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48861, 2196, '0', 'default', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48862, 2182, '0', 'default', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48863, 2185, '0', 'default', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48864, 2176, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48865, 2125, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48866, 2112, '0', 'default', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48867, 2055, '0', 'default', '2024-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48868, 2055, '0', 'preview', '2024-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48869, 2172, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48870, 2174, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48871, 2175, '0', 'default', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48872, 2121, '0', 'default', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48873, 5628, '0', 'preview', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48874, 2179, '0', 'default', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48875, 1967, '0', 'default', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48876, 2172, '0', 'default', '2024-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48877, 2172, '0', 'default', '2024-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48878, 1930, '0', 'preview', '2024-02-12', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48879, 2113, '0', 'preview', '2024-02-12', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48880, 1935, '0', 'preview', '2024-02-12', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48881, 2112, '0', 'preview', '2024-02-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48882, 2174, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48883, 2173, '0', 'preview', '2024-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48884, 2179, '0', 'preview', '2024-02-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48885, 2182, '0', 'default', '2024-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48886, 2086, '0', 'preview', '2024-02-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48887, 2090, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48888, 2185, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48889, 2170, '0', 'preview', '2024-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48890, 2106, '0', 'default', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48891, 1964, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48892, 2182, '0', 'preview', '2024-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48893, 2027, '0', 'preview', '2024-02-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48894, 2125, '0', 'default', '2024-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48895, 5621, '0', 'default', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48896, 2170, '0', 'default', '2024-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48897, 1916, '0', 'default', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48898, 1886, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48899, 2024, '0', 'preview', '2024-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48900, 2190, '0', 'preview', '2024-02-12', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48901, 2192, '0', 'preview', '2024-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48902, 2107, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48903, 1967, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48904, 2016, '0', 'preview', '2024-02-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48905, 2055, '0', 'default', '2024-02-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48906, 5653, '0', 'preview', '2024-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48907, 2172, '0', 'preview', '2024-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48908, 2130, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48909, 2187, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48910, 2183, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48911, 1913, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48912, 1950, '0', 'preview', '2024-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48913, 2111, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48914, 2189, '0', 'preview', '2024-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48915, 2199, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48916, 2110, '0', 'default', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48917, 2190, '0', 'default', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48918, 2048, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48919, 2055, '0', 'preview', '2024-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48920, 2067, '0', 'preview', '2024-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48921, 2125, '0', 'preview', '2024-02-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48922, 2176, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48923, 2053, '0', 'default', '2024-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48924, 2086, '0', 'default', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48925, 2093, '0', 'preview', '2024-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48926, 1955, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48927, 5625, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48928, 5624, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48929, 5622, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48930, 2053, '0', 'preview', '2024-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48931, 2169, '0', 'default', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48932, 2121, '0', 'default', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48933, 1931, '0', 'preview', '2024-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48934, 1950, '0', 'preview', '2024-02-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48935, 2016, '0', 'preview', '2024-02-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48936, 2055, '0', 'default', '2024-02-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48937, 2182, '0', 'preview', '2024-02-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48938, 1915, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48939, 1935, '0', 'preview', '2024-02-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48940, 2113, '0', 'preview', '2024-02-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48941, 2086, '0', 'preview', '2024-02-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48942, 2192, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48943, 2189, '0', 'preview', '2024-02-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48944, 2121, '0', 'default', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48945, 2121, '0', 'preview', '2024-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48946, 2112, '0', 'preview', '2024-02-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48947, 5653, '0', 'preview', '2024-02-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48948, 2153, '0', 'default', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48949, 2181, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48950, 2169, '0', 'preview', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48951, 1930, '0', 'preview', '2024-02-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48952, 2122, '0', 'default', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48953, 2055, '0', 'preview', '2024-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48954, 5624, '0', 'preview', '2024-02-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48955, 2110, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48956, 1935, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48957, 1931, '0', 'preview', '2024-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48958, 2165, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48959, 2166, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48960, 1931, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48961, 1932, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48962, 1933, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48963, 2027, '0', 'preview', '2024-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48964, 2054, '0', 'preview', '2024-02-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48965, 1964, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48966, 2178, '0', 'preview', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48967, 5625, '0', 'preview', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48968, 2200, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48969, 2197, '0', 'default', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48970, 2048, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48971, 2172, '0', 'preview', '2024-02-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48972, 2189, '0', 'default', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48973, 5628, '0', 'preview', '2024-02-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48974, 2197, '0', 'preview', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48975, 2203, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48976, 2093, '0', 'preview', '2024-02-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48977, 2198, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48978, 2198, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48979, 5628, '0', 'default', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48980, 2053, '0', 'preview', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48981, 1960, '0', 'preview', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48982, 2024, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48983, 2158, '0', 'preview', '2024-02-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48984, 2171, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48985, 1886, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48986, 2169, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48987, 1937, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48988, 2125, '0', 'default', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48989, 2067, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48990, 2185, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48991, 1925, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48992, 2186, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48993, 2176, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48994, 2125, '0', 'preview', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48995, 2145, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48996, 2112, '0', 'default', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48997, 2172, '0', 'default', '2024-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48998, 5623, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48999, 5622, '0', 'preview', '2024-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49000, 2111, '0', 'preview', '2024-02-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49001, 2089, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49002, 1930, '0', 'preview', '2024-02-14', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49003, 2171, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49004, 2171, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49005, 2112, '0', 'preview', '2024-02-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49006, 1935, '0', 'preview', '2024-02-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49007, 1950, '0', 'preview', '2024-02-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49008, 2113, '0', 'preview', '2024-02-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49009, 2130, '0', 'preview', '2024-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49010, 2055, '0', 'default', '2024-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49011, 2055, '0', 'preview', '2024-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49012, 2086, '0', 'preview', '2024-02-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49013, 2027, '0', 'preview', '2024-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49014, 2024, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49015, 5624, '0', 'preview', '2024-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49016, 2133, '0', 'default', '2024-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49017, 2140, '0', 'default', '2024-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49018, 2093, '0', 'preview', '2024-02-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49019, 5622, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49020, 2169, '0', 'preview', '2024-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49021, 5621, '0', 'preview', '2024-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49022, 2199, '0', 'preview', '2024-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49023, 2172, '0', 'preview', '2024-02-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49024, 2192, '0', 'preview', '2024-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49025, 5621, '0', 'default', '2024-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49026, 2169, '0', 'default', '2024-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49027, 2189, '0', 'default', '2024-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49028, 2192, '0', 'default', '2024-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49029, 2190, '0', 'default', '2024-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49030, 5653, '0', 'preview', '2024-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49031, 5623, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49032, 5625, '0', 'default', '2024-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49033, 5624, '0', 'default', '2024-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49034, 2125, '0', 'preview', '2024-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49035, 1952, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49036, 2191, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49037, 5625, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49038, 2140, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49039, 2179, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49040, 2172, '0', 'default', '2024-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49041, 2016, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49042, 2067, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49043, 2158, '0', 'preview', '2024-02-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49044, 2089, '0', 'default', '2024-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49045, 2121, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49046, 2053, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49047, 2189, '0', 'preview', '2024-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49048, 2186, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49049, 2188, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49050, 2190, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49051, 1960, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49052, 2176, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49053, 1938, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49054, 2182, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49055, 2185, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49056, 5653, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49057, 2170, '0', 'default', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49058, 2182, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49059, 1912, '0', 'preview', '2024-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49060, 2112, '0', 'preview', '2024-02-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49061, 2174, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49062, 2113, '0', 'preview', '2024-02-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49063, 1930, '0', 'preview', '2024-02-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49064, 1935, '0', 'preview', '2024-02-15', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49065, 2048, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49066, 1950, '0', 'preview', '2024-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49067, 2125, '0', 'preview', '2024-02-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49068, 2171, '0', 'default', '2024-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49069, 2172, '0', 'default', '2024-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49070, 2172, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49071, 1960, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49072, 2086, '0', 'preview', '2024-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49073, 2053, '0', 'preview', '2024-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49074, 2053, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49075, 2176, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49076, 2181, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49077, 2145, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49078, 2182, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49079, 2055, '0', 'preview', '2024-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49080, 2199, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49081, 2055, '0', 'default', '2024-02-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49082, 2092, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49083, 2119, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49084, 2179, '0', 'preview', '2024-02-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49085, 2190, '0', 'preview', '2024-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49086, 5653, '0', 'preview', '2024-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49087, 2016, '0', 'preview', '2024-02-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49088, 2169, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49089, 5621, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49090, 2024, '0', 'preview', '2024-02-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49091, 2027, '0', 'preview', '2024-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49092, 2093, '0', 'preview', '2024-02-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49093, 2121, '0', 'preview', '2024-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49094, 1966, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49095, 2089, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49096, 2015, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49097, 5625, '0', 'preview', '2024-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49098, 5623, '0', 'preview', '2024-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49099, 5624, '0', 'preview', '2024-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49100, 5622, '0', 'preview', '2024-02-15', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49101, 2089, '0', 'preview', '2024-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49102, 2016, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49103, 2179, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49104, 1967, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49105, 2024, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49106, 2027, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49107, 2125, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49108, 2111, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49109, 1886, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49110, 5624, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49111, 1957, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49112, 1952, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49113, 1935, '0', 'default', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49114, 2142, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49115, 2129, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49116, 2196, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49117, 2185, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49118, 1931, '0', 'preview', '2024-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49119, 2125, '0', 'preview', '2024-02-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49120, 1930, '0', 'preview', '2024-02-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49121, 2093, '0', 'preview', '2024-02-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49122, 2179, '0', 'preview', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49123, 1930, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49124, 2179, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49125, 2086, '0', 'preview', '2024-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49126, 2112, '0', 'preview', '2024-02-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49127, 2182, '0', 'preview', '2024-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49128, 2172, '0', 'default', '2024-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49129, 2048, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49130, 2016, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49131, 1950, '0', 'preview', '2024-02-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49132, 2197, '0', 'preview', '2024-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49133, 2111, '0', 'preview', '2024-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49134, 2182, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49135, 2113, '0', 'preview', '2024-02-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49136, 1935, '0', 'preview', '2024-02-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49137, 2111, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49138, 2189, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49139, 2024, '0', 'default', '2024-02-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49140, 2027, '0', 'default', '2024-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49141, 2175, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49142, 2158, '0', 'preview', '2024-02-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49143, 5653, '0', 'preview', '2024-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49144, 1952, '0', 'preview', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49145, 1960, '0', 'preview', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49146, 2189, '0', 'preview', '2024-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49147, 5621, '0', 'preview', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49148, 2169, '0', 'preview', '2024-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49149, 2199, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49150, 1935, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49151, 2016, '0', 'preview', '2024-02-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49152, 1931, '0', 'default', '2024-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49153, 2027, '0', 'preview', '2024-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49154, 2024, '0', 'preview', '2024-02-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49155, 2055, '0', 'preview', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49156, 2055, '0', 'default', '2024-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49157, 1886, '0', 'preview', '2024-02-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49158, 2190, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49159, 2172, '0', 'preview', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49160, 5624, '0', 'preview', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49161, 5623, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49162, 5624, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49163, 2169, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49164, 5622, '0', 'default', '2024-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49165, 2178, '0', 'default', '2024-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49166, 2182, '0', 'preview', '2024-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49167, 2197, '0', 'default', '2024-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49168, 2109, '0', 'default', '2024-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49169, 5653, '0', 'preview', '2024-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49170, 1935, '0', 'preview', '2024-02-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49171, 2113, '0', 'preview', '2024-02-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49172, 2112, '0', 'preview', '2024-02-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49173, 1950, '0', 'preview', '2024-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49174, 2055, '0', 'preview', '2024-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49175, 2179, '0', 'preview', '2024-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49176, 1930, '0', 'preview', '2024-02-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49177, 2055, '0', 'default', '2024-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49178, 2146, '0', 'preview', '2024-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49179, 2190, '0', 'preview', '2024-02-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49180, 2172, '0', 'preview', '2024-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49181, 2189, '0', 'preview', '2024-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49182, 5627, '0', 'preview', '2024-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49183, 2172, '0', 'default', '2024-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49184, 5628, '0', 'preview', '2024-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49185, 2170, '0', 'preview', '2024-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49186, 2125, '0', 'preview', '2024-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49187, 2086, '0', 'preview', '2024-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49188, 2192, '0', 'preview', '2024-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49189, 2145, '0', 'preview', '2024-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49190, 2169, '0', 'preview', '2024-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49191, 2067, '0', 'preview', '2024-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49192, 2175, '0', 'default', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49193, 2113, '0', 'preview', '2024-02-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49194, 1930, '0', 'preview', '2024-02-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49195, 1935, '0', 'preview', '2024-02-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49196, 1950, '0', 'preview', '2024-02-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49197, 2016, '0', 'preview', '2024-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49198, 5625, '0', 'preview', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49199, 2112, '0', 'preview', '2024-02-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49200, 2067, '0', 'preview', '2024-02-18', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49201, 2172, '0', 'default', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49202, 2172, '0', 'preview', '2024-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49203, 2170, '0', 'preview', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49204, 2181, '0', 'default', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49205, 2182, '0', 'preview', '2024-02-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49206, 2182, '0', 'default', '2024-02-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49207, 2170, '0', 'default', '2024-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49208, 2093, '0', 'default', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49209, 2054, '0', 'preview', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49210, 2055, '0', 'preview', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49211, 2024, '0', 'preview', '2024-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49212, 2027, '0', 'preview', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49213, 2067, '0', 'default', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49214, 2169, '0', 'preview', '2024-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49215, 2145, '0', 'default', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49216, 2121, '0', 'default', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49217, 2181, '0', 'preview', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49218, 2169, '0', 'default', '2024-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49219, 2190, '0', 'preview', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49220, 2189, '0', 'preview', '2024-02-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49221, 2174, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49222, 2173, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49223, 2179, '0', 'preview', '2024-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49224, 1930, '0', 'preview', '2024-02-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49225, 2067, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49226, 2172, '0', 'default', '2024-02-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49227, 2089, '0', 'preview', '2024-02-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49228, 2182, '0', 'preview', '2024-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49229, 1938, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49230, 2185, '0', 'default', '2024-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49231, 2111, '0', 'default', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49232, 2192, '0', 'preview', '2024-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49233, 2027, '0', 'preview', '2024-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49234, 2024, '0', 'preview', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49235, 1950, '0', 'preview', '2024-02-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49236, 2113, '0', 'preview', '2024-02-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49237, 5624, '0', 'preview', '2024-02-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49238, 5653, '0', 'preview', '2024-02-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49239, 1935, '0', 'preview', '2024-02-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49240, 2086, '0', 'preview', '2024-02-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49241, 2172, '0', 'preview', '2024-02-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49242, 2112, '0', 'preview', '2024-02-19', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49243, 2048, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49244, 2048, '0', 'default', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49245, 2170, '0', 'default', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49246, 2189, '0', 'default', '2024-02-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49247, 2197, '0', 'default', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49248, 2016, '0', 'preview', '2024-02-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49249, 2169, '0', 'preview', '2024-02-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49250, 2176, '0', 'preview', '2024-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49251, 2055, '0', 'default', '2024-02-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49252, 2146, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49253, 1886, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49254, 1912, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49255, 2106, '0', 'preview', '2024-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49256, 2125, '0', 'preview', '2024-02-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49257, 2093, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49258, 2053, '0', 'preview', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49259, 2171, '0', 'preview', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49260, 2054, '0', 'preview', '2024-02-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49261, 2197, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49262, 2170, '0', 'preview', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49263, 2121, '0', 'preview', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49264, 2178, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49265, 5623, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49266, 5625, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49267, 2055, '0', 'preview', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49268, 2016, '0', 'default', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49269, 2024, '0', 'default', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49270, 2158, '0', 'preview', '2024-02-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49271, 1916, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49272, 2012, '0', 'preview', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49273, 1918, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49274, 2088, '0', 'preview', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49275, 5621, '0', 'default', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49276, 5621, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49277, 5626, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49278, 2109, '0', 'preview', '2024-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49279, 1908, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49280, 2049, '0', 'preview', '2024-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49281, 2086, '0', 'preview', '2024-02-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49282, 2181, '0', 'default', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49283, 2125, '0', 'preview', '2024-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49284, 2048, '0', 'preview', '2024-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49285, 2048, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49286, 2172, '0', 'preview', '2024-02-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49287, 2133, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49288, 2182, '0', 'default', '2024-02-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49289, 2182, '0', 'preview', '2024-02-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49290, 2112, '0', 'preview', '2024-02-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49291, 1930, '0', 'preview', '2024-02-20', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49292, 1935, '0', 'preview', '2024-02-20', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49293, 2113, '0', 'preview', '2024-02-20', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49294, 2189, '0', 'default', '2024-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49295, 5624, '0', 'preview', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49296, 1950, '0', 'preview', '2024-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49297, 2171, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49298, 2197, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49299, 2195, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49300, 2199, '0', 'default', '2024-02-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49301, 2191, '0', 'default', '2024-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49302, 2192, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49303, 2109, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49304, 5626, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49305, 2111, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49306, 2190, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49307, 2188, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49308, 2173, '0', 'default', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49309, 2174, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49310, 2016, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49311, 2093, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49312, 2086, '0', 'default', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49313, 2089, '0', 'default', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49314, 1960, '0', 'preview', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49315, 2109, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49316, 2186, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49317, 5653, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49318, 2112, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49319, 2173, '0', 'preview', '2024-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49320, 2169, '0', 'preview', '2024-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49321, 2192, '0', 'preview', '2024-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49322, 2106, '0', 'preview', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49323, 2093, '0', 'preview', '2024-02-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49324, 2190, '0', 'preview', '2024-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49325, 1913, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49326, 1938, '0', 'preview', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49327, 2055, '0', 'default', '2024-02-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49328, 5621, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49329, 2122, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49330, 2089, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49331, 2189, '0', 'preview', '2024-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49332, 2172, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49333, 2185, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49334, 5624, '0', 'default', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49335, 5625, '0', 'preview', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49336, 5653, '0', 'preview', '2024-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49337, 2110, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49338, 2179, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49339, 2055, '0', 'preview', '2024-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49340, 2181, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49341, 2179, '0', 'preview', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49342, 2067, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49343, 1912, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49344, 1967, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49345, 2117, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49346, 2176, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49347, 2191, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49348, 2016, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49349, 2145, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49350, 2117, '0', 'preview', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49351, 2198, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49352, 5628, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49353, 1886, '0', 'preview', '2024-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49354, 1967, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49355, 2185, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49356, 2174, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49357, 5621, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49358, 1930, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49359, 1932, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49360, 1932, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49361, 2111, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49362, 1935, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49363, 1937, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49364, 1937, '0', 'default', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49365, 2090, '0', 'preview', '2024-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49366, 2189, '0', 'preview', '2024-02-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49367, 1964, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49368, 1935, '0', 'preview', '2024-02-21', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49369, 2055, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49370, 1957, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49371, 2113, '0', 'preview', '2024-02-21', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49372, 2112, '0', 'preview', '2024-02-21', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49373, 2089, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49374, 5624, '0', 'preview', '2024-02-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49375, 1930, '0', 'preview', '2024-02-21', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49376, 1950, '0', 'preview', '2024-02-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49377, 2016, '0', 'preview', '2024-02-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49378, 2086, '0', 'preview', '2024-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49379, 2024, '0', 'preview', '2024-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49380, 2090, '0', 'preview', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49381, 2135, '0', 'preview', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49382, 2117, '0', 'preview', '2024-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49383, 2172, '0', 'default', '2024-02-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49384, 2172, '0', 'preview', '2024-02-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49385, 2121, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49386, 2112, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49387, 1930, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49388, 5653, '0', 'preview', '2024-02-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49389, 2197, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49390, 2197, '0', 'default', '2024-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49391, 2196, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49392, 2196, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49393, 2199, '0', 'preview', '2024-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49394, 2199, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49395, 2203, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49396, 2203, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49397, 2201, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49398, 2201, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49399, 2182, '0', 'default', '2024-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49400, 2182, '0', 'preview', '2024-02-21', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49401, 2195, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49402, 2195, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49403, 2200, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49404, 2200, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49405, 2198, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49406, 2198, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49407, 2189, '0', 'default', '2024-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49408, 2186, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49409, 2186, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49410, 2187, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49411, 2187, '0', 'preview', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49412, 2173, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49413, 2173, '0', 'default', '2024-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49414, 2176, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49415, 2176, '0', 'preview', '2024-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49416, 2024, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49417, 2129, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49418, 2129, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49419, 2027, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49420, 2027, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49421, 2111, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49422, 2111, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49423, 2118, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49424, 2118, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49425, 2119, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49426, 2119, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49427, 2120, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49428, 5653, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49429, 2120, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49430, 5628, '0', 'preview', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49431, 5628, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49432, 5624, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49433, 2015, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49434, 2015, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49435, 5621, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49436, 5621, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49437, 5623, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49438, 5623, '0', 'preview', '2024-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49439, 5627, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49440, 5627, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49441, 5626, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49442, 5626, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49443, 5625, '0', 'preview', '2024-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49444, 5625, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49445, 5622, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49446, 5622, '0', 'preview', '2024-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49447, 2133, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49448, 2185, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49449, 2188, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49450, 2174, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49451, 2179, '0', 'default', '2024-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49452, 2175, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49453, 2192, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49454, 2190, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49455, 2170, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49456, 2192, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49457, 2190, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49458, 2151, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49459, 2067, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49460, 2093, '0', 'preview', '2024-02-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49461, 2125, '0', 'preview', '2024-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49462, 1886, '0', 'preview', '2024-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49463, 1938, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49464, 1967, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49465, 1931, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49466, 2170, '0', 'default', '2024-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49467, 2169, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49468, 2134, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49469, 2185, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49470, 2089, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49471, 2142, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49472, 2140, '0', 'preview', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49473, 2055, '0', 'default', '2024-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49474, 1930, '0', 'preview', '2024-02-22', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49475, 2190, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49476, 5624, '0', 'preview', '2024-02-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49477, 5627, '0', 'preview', '2024-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49478, 2067, '0', 'preview', '2024-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49479, 2110, '0', 'preview', '2024-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49480, 2118, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49481, 2181, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49482, 2093, '0', 'preview', '2024-02-22', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49483, 1886, '0', 'preview', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49484, 1950, '0', 'preview', '2024-02-22', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49485, 2112, '0', 'preview', '2024-02-22', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49486, 2172, '0', 'default', '2024-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49487, 5653, '0', 'preview', '2024-02-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49488, 2150, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49489, 2192, '0', 'preview', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49490, 5626, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49491, 1931, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49492, 1935, '0', 'preview', '2024-02-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49493, 2113, '0', 'preview', '2024-02-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49494, 2024, '0', 'preview', '2024-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49495, 2125, '0', 'preview', '2024-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49496, 2198, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49497, 2182, '0', 'default', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49498, 2158, '0', 'preview', '2024-02-22', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49499, 2199, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49500, 2170, '0', 'default', '2024-02-22', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49501, 2172, '0', 'preview', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49502, 1925, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49503, 2188, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49504, 2173, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49505, 2174, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49506, 2169, '0', 'preview', '2024-02-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49507, 2086, '0', 'preview', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49508, 1918, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49509, 2088, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49510, 2185, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49511, 2089, '0', 'preview', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49512, 2189, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49513, 2121, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49514, 2055, '0', 'default', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49515, 2189, '0', 'preview', '2024-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49516, 2190, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49517, 2016, '0', 'preview', '2024-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49518, 2054, '0', 'preview', '2024-02-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49519, 2182, '0', 'preview', '2024-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49520, 2093, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49521, 1938, '0', 'preview', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49522, 5621, '0', 'default', '2024-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49523, 2123, '0', 'default', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49524, 2027, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49525, 2198, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49526, 1925, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49527, 2125, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49528, 2169, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49529, 5628, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49530, 5623, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49531, 5622, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49532, 2145, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49533, 2176, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49534, 2055, '0', 'preview', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49535, 2111, '0', 'preview', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49536, 2110, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49537, 2109, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49538, 2109, '0', 'preview', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49539, 2176, '0', 'default', '2024-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49540, 2145, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49541, 1938, '0', 'default', '2024-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49542, 2113, '0', 'preview', '2024-02-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49543, 1935, '0', 'preview', '2024-02-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49544, 1955, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49545, 2129, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49546, 1930, '0', 'preview', '2024-02-23', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49547, 2172, '0', 'preview', '2024-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49548, 2027, '0', 'preview', '2024-02-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49549, 2190, '0', 'default', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49550, 2172, '0', 'default', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49551, 2092, '0', 'default', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49552, 2192, '0', 'default', '2024-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49553, 2189, '0', 'default', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49554, 2190, '0', 'preview', '2024-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49555, 2192, '0', 'preview', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49556, 2189, '0', 'preview', '2024-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49557, 2133, '0', 'preview', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49558, 2089, '0', 'preview', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49559, 2121, '0', 'preview', '2024-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49560, 2198, '0', 'preview', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49561, 2203, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49562, 2112, '0', 'preview', '2024-02-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49563, 2191, '0', 'preview', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49564, 2169, '0', 'preview', '2024-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49565, 2048, '0', 'preview', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49566, 2055, '0', 'default', '2024-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49567, 2170, '0', 'default', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49568, 2090, '0', 'preview', '2024-02-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49569, 2092, '0', 'preview', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49570, 2173, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49571, 2174, '0', 'preview', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49572, 2175, '0', 'default', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49573, 2185, '0', 'preview', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49574, 2200, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49575, 2112, '0', 'default', '2024-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49576, 2187, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49577, 2179, '0', 'default', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49578, 2121, '0', 'default', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49579, 1913, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49580, 2111, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49581, 2110, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49582, 5628, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49583, 2197, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49584, 2182, '0', 'preview', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49585, 2093, '0', 'preview', '2024-02-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49586, 1950, '0', 'preview', '2024-02-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49587, 2122, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49588, 2016, '0', 'preview', '2024-02-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49589, 2024, '0', 'preview', '2024-02-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49590, 2179, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49591, 5628, '0', 'default', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49592, 2197, '0', 'default', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49593, 1886, '0', 'preview', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49594, 1938, '0', 'preview', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49595, 2146, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49596, 2146, '0', 'default', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49597, 1964, '0', 'default', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49598, 2086, '0', 'preview', '2024-02-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49599, 2053, '0', 'default', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49600, 1960, '0', 'default', '2024-02-23', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49601, 2054, '0', 'default', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49602, 5622, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49603, 2145, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49604, 2015, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49605, 5653, '0', 'preview', '2024-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49606, 2122, '0', 'default', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49607, 2051, '0', 'default', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49608, 2089, '0', 'default', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49609, 2109, '0', 'default', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49610, 2135, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49611, 1960, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49612, 2053, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49613, 2171, '0', 'preview', '2024-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49614, 2171, '0', 'default', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49615, 2176, '0', 'default', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49616, 1933, '0', 'default', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49617, 2170, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49618, 1917, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49619, 2055, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49620, 1964, '0', 'preview', '2024-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49621, 2125, '0', 'default', '2024-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49622, 2125, '0', 'preview', '2024-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49623, 2112, '0', 'preview', '2024-02-24', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49624, 2121, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49625, 2147, '0', 'preview', '2024-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49626, 2182, '0', 'preview', '2024-02-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49627, 1930, '0', 'preview', '2024-02-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49628, 1935, '0', 'preview', '2024-02-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49629, 2113, '0', 'preview', '2024-02-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49630, 2093, '0', 'preview', '2024-02-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49631, 1935, '0', 'default', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49632, 1932, '0', 'default', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49633, 1967, '0', 'default', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49634, 2179, '0', 'default', '2024-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49635, 2126, '0', 'default', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49636, 2190, '0', 'preview', '2024-02-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49637, 2170, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49638, 2172, '0', 'preview', '2024-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49639, 2088, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49640, 2158, '0', 'preview', '2024-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49641, 2121, '0', 'default', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49642, 2189, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49643, 2191, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49644, 2133, '0', 'preview', '2024-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49645, 2090, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49646, 2174, '0', 'preview', '2024-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49647, 2173, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49648, 2117, '0', 'preview', '2024-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49649, 2111, '0', 'default', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49650, 2111, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49651, 1925, '0', 'preview', '2024-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49652, 2054, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49653, 5628, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49654, 2175, '0', 'default', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49655, 2086, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49656, 2065, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49657, 2131, '0', 'preview', '2024-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49658, 2188, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49659, 1886, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49660, 2176, '0', 'preview', '2024-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49661, 2172, '0', 'default', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49662, 2179, '0', 'preview', '2024-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49663, 2169, '0', 'preview', '2024-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49664, 2055, '0', 'default', '2024-02-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49665, 2172, '0', 'preview', '2024-02-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49666, 2170, '0', 'preview', '2024-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49667, 2171, '0', 'preview', '2024-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49668, 2182, '0', 'preview', '2024-02-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49669, 1930, '0', 'preview', '2024-02-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49670, 1930, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49671, 2182, '0', 'default', '2024-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49672, 2111, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49673, 2189, '0', 'preview', '2024-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49674, 5628, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49675, 2198, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49676, 2112, '0', 'preview', '2024-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49677, 2113, '0', 'preview', '2024-02-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49678, 1935, '0', 'preview', '2024-02-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49679, 2055, '0', 'default', '2024-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49680, 2121, '0', 'preview', '2024-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49681, 2117, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49682, 2179, '0', 'preview', '2024-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49683, 2174, '0', 'preview', '2024-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49684, 2089, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49685, 2090, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49686, 1967, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49687, 2192, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49688, 2190, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49689, 2121, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49690, 2027, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49691, 2016, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49692, 2024, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49693, 2119, '0', 'preview', '2024-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49694, 2125, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49695, 2023, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49696, 2024, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49697, 2027, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49698, 2016, '0', 'default', '2024-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49699, 2176, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49700, 2169, '0', 'default', '2024-02-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49701, 2015, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49702, 2086, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49703, 2112, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49704, 1886, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49705, 2181, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49706, 2055, '0', 'preview', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49707, 2122, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49708, 2183, '0', 'default', '2024-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49709, 2189, '0', 'default', '2024-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49710, 5625, '0', 'preview', '2024-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49711, 2195, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49712, 2118, '0', 'default', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49713, 2192, '0', 'preview', '2024-02-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49714, 5624, '0', 'preview', '2024-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49715, 2109, '0', 'preview', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49716, 2191, '0', 'preview', '2024-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49717, 2182, '0', 'default', '2024-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49718, 2179, '0', 'preview', '2024-02-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49719, 2133, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49720, 1950, '0', 'preview', '2024-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49721, 1967, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49722, 1930, '0', 'preview', '2024-02-26', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49723, 2113, '0', 'preview', '2024-02-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49724, 1935, '0', 'preview', '2024-02-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49725, 2112, '0', 'preview', '2024-02-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49726, 2049, '0', 'preview', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49727, 2182, '0', 'preview', '2024-02-26', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49728, 2067, '0', 'preview', '2024-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49729, 2093, '0', 'preview', '2024-02-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49730, 2089, '0', 'preview', '2024-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49731, 2121, '0', 'preview', '2024-02-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49732, 2190, '0', 'preview', '2024-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49733, 2189, '0', 'preview', '2024-02-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49734, 1964, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49735, 2027, '0', 'preview', '2024-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49736, 2016, '0', 'preview', '2024-02-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49737, 2153, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49738, 2172, '0', 'preview', '2024-02-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49739, 2086, '0', 'preview', '2024-02-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49740, 2169, '0', 'preview', '2024-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49741, 1950, '0', 'default', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49742, 2129, '0', 'preview', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49743, 5621, '0', 'preview', '2024-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49744, 2024, '0', 'preview', '2024-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49745, 5653, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49746, 2111, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49747, 2197, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49748, 2053, '0', 'preview', '2024-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49749, 2055, '0', 'default', '2024-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49750, 2170, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49751, 2125, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49752, 2048, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49753, 2055, '0', 'preview', '2024-02-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49754, 2125, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49755, 5627, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49756, 2199, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49757, 2201, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49758, 5621, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49759, 1930, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49760, 2170, '0', 'preview', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49761, 2176, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49762, 2065, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49763, 1966, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49764, 2087, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49765, 2090, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49766, 1918, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49767, 1915, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49768, 2135, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49769, 2173, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49770, 1916, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49771, 1913, '0', 'preview', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49772, 2106, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49773, 2172, '0', 'default', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49774, 2176, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49775, 2186, '0', 'preview', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49776, 2203, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49777, 2199, '0', 'default', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49778, 1925, '0', 'preview', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49779, 5628, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49780, 2189, '0', 'default', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49781, 1960, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49782, 2089, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49783, 5623, '0', 'preview', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49784, 2140, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49785, 2174, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49786, 2121, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49787, 2179, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49788, 2187, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49789, 2028, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49790, 5622, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49791, 2198, '0', 'preview', '2024-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49792, 2024, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49793, 5628, '0', 'preview', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49794, 2192, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49795, 2173, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49796, 2183, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49797, 2187, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49798, 2141, '0', 'default', '2024-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49799, 2113, '0', 'preview', '2024-02-27', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49800, 1935, '0', 'preview', '2024-02-27', 23);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49801, 2181, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49802, 2182, '0', 'preview', '2024-02-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49803, 2172, '0', 'preview', '2024-02-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49804, 2170, '0', 'preview', '2024-02-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49805, 2053, '0', 'preview', '2024-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49806, 1960, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49807, 2086, '0', 'preview', '2024-02-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49808, 1912, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49809, 2192, '0', 'default', '2024-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49810, 1930, '0', 'preview', '2024-02-27', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49811, 1964, '0', 'default', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49812, 2055, '0', 'default', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49813, 2158, '0', 'preview', '2024-02-27', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49814, 2189, '0', 'preview', '2024-02-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49815, 2191, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49816, 2190, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49817, 2190, '0', 'default', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49818, 2112, '0', 'preview', '2024-02-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49819, 2179, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49820, 1967, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49821, 2016, '0', 'preview', '2024-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49822, 2118, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49823, 2172, '0', 'default', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49824, 2177, '0', 'default', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49825, 2177, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49826, 2176, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49827, 1930, '0', 'default', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49828, 1950, '0', 'preview', '2024-02-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49829, 2089, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49830, 2027, '0', 'preview', '2024-02-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49831, 5628, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49832, 2192, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49833, 1932, '0', 'default', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49834, 1935, '0', 'default', '2024-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49835, 1932, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49836, 2119, '0', 'default', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49837, 2174, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49838, 2173, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49839, 2024, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49840, 2092, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49841, 2090, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49842, 2179, '0', 'default', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49843, 2093, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49844, 2189, '0', 'default', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49845, 2067, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49846, 1967, '0', 'default', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49847, 5653, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49848, 1957, '0', 'preview', '2024-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49849, 2090, '0', 'default', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49850, 1952, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49851, 1925, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49852, 5624, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49853, 2121, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49854, 2122, '0', 'default', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49855, 2122, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49856, 2121, '0', 'default', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49857, 2111, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49858, 2197, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49859, 2198, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49860, 2169, '0', 'preview', '2024-02-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49861, 5623, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49862, 5625, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49863, 2187, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49864, 1931, '0', 'default', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49865, 2106, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49866, 2125, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49867, 2125, '0', 'default', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49868, 2048, '0', 'default', '2024-02-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49869, 2133, '0', 'preview', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49870, 5628, '0', 'default', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49871, 1886, '0', 'preview', '2024-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49872, 2086, '0', 'default', '2024-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49873, 2016, '0', 'preview', '2024-02-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49874, 1935, '0', 'preview', '2024-02-28', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49875, 2113, '0', 'preview', '2024-02-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49876, 1930, '0', 'preview', '2024-02-28', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49877, 2174, '0', 'preview', '2024-02-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49878, 2117, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49879, 2055, '0', 'default', '2024-02-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49880, 2055, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49881, 1950, '0', 'preview', '2024-02-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49882, 2189, '0', 'default', '2024-02-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49883, 2123, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49884, 2112, '0', 'preview', '2024-02-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49885, 2093, '0', 'preview', '2024-02-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49886, 2172, '0', 'default', '2024-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49887, 2121, '0', 'preview', '2024-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49888, 2182, '0', 'default', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49889, 2175, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49890, 2173, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49891, 2185, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49892, 2188, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49893, 5653, '0', 'preview', '2024-02-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49894, 5624, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49895, 2181, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49896, 2172, '0', 'preview', '2024-02-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49897, 2182, '0', 'preview', '2024-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49898, 2118, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49899, 2111, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49900, 2192, '0', 'default', '2024-02-28', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49901, 2051, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49902, 2179, '0', 'preview', '2024-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49903, 1886, '0', 'preview', '2024-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49904, 2190, '0', 'preview', '2024-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49905, 2111, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49906, 2192, '0', 'preview', '2024-02-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49907, 2086, '0', 'preview', '2024-02-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49908, 2169, '0', 'preview', '2024-02-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49909, 2027, '0', 'preview', '2024-02-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49910, 2067, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49911, 2067, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49912, 2106, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49913, 5625, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49914, 5624, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49915, 5653, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49916, 5623, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49917, 2140, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49918, 2024, '0', 'preview', '2024-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49919, 5628, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49920, 2089, '0', 'default', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49921, 2186, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49922, 2191, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49923, 2195, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49924, 2200, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49925, 2196, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49926, 5626, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49927, 2170, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49928, 2125, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49929, 2179, '0', 'default', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49930, 2089, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49931, 1960, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49932, 1967, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49933, 2053, '0', 'preview', '2024-02-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49934, 2110, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49935, 2170, '0', 'default', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49936, 1925, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49937, 5628, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49938, 2171, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49939, 5621, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49940, 2158, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49941, 1913, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49942, 2145, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49943, 5625, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49944, 5623, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49945, 5622, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49946, 2178, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49947, 1957, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49948, 1952, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49949, 2181, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49950, 2176, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49951, 1938, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49952, 2112, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49953, 2048, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49954, 2133, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49955, 2185, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49956, 2186, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49957, 2188, '0', 'default', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49958, 2198, '0', 'preview', '2024-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49959, 2118, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49960, 2109, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49961, 2189, '0', 'preview', '2024-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49962, 1912, '0', 'preview', '2024-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49963, 2199, '0', 'preview', '2024-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49964, 1960, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49965, 2086, '0', 'preview', '2024-02-29', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49966, 2053, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49967, 2054, '0', 'preview', '2024-02-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49968, 2091, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49969, 2130, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49970, 2112, '0', 'preview', '2024-02-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49971, 2174, '0', 'preview', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49972, 1935, '0', 'default', '2024-02-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49973, 2016, '0', 'preview', '2024-02-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49974, 2111, '0', 'default', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49975, 2182, '0', 'preview', '2024-02-29', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49976, 1930, '0', 'preview', '2024-02-29', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49977, 2113, '0', 'preview', '2024-02-29', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49978, 1935, '0', 'preview', '2024-02-29', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49979, 2170, '0', 'default', '2024-02-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49980, 2179, '0', 'default', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49981, 2055, '0', 'default', '2024-02-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49982, 2121, '0', 'default', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49983, 2182, '0', 'default', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49984, 2089, '0', 'default', '2024-02-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49985, 2172, '0', 'preview', '2024-02-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49986, 2125, '0', 'preview', '2024-02-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49987, 2024, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49988, 2173, '0', 'preview', '2024-02-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49989, 2186, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49990, 5653, '0', 'preview', '2024-02-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49991, 2181, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49992, 2179, '0', 'preview', '2024-02-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49993, 2189, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49994, 1950, '0', 'preview', '2024-02-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49995, 2051, '0', 'default', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49996, 2065, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49997, 2055, '0', 'preview', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49998, 2112, '0', 'default', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49999, 2111, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50000, 2109, '0', 'preview', '2024-02-29', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50001, 2110, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50002, 1967, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50003, 2027, '0', 'default', '2024-02-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50004, 2093, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50005, 2089, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50006, 5626, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50007, 2200, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50008, 2090, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50009, 2169, '0', 'default', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50010, 5624, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50011, 1964, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50012, 2121, '0', 'preview', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50013, 1932, '0', 'preview', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50014, 2067, '0', 'preview', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50015, 2185, '0', 'default', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50016, 2173, '0', 'default', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50017, 1930, '0', 'default', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50018, 2172, '0', 'default', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50019, 1931, '0', 'default', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50020, 2165, '0', 'default', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50021, 2053, '0', 'default', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50022, 2190, '0', 'preview', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50023, 5627, '0', 'preview', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50024, 2169, '0', 'preview', '2024-02-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50025, 5628, '0', 'default', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50026, 2189, '0', 'default', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50027, 2171, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50028, 2174, '0', 'default', '2024-02-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50029, 1938, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50030, 2146, '0', 'default', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50031, 2146, '0', 'preview', '2024-02-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50032, 2179, '0', 'default', '2024-03-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50033, 1930, '0', 'preview', '2024-03-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50034, 2117, '0', 'default', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50035, 5624, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50036, 2172, '0', 'preview', '2024-03-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50037, 2089, '0', 'preview', '2024-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50038, 1917, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50039, 2182, '0', 'preview', '2024-03-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50040, 2112, '0', 'preview', '2024-03-01', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50041, 2170, '0', 'preview', '2024-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50042, 2188, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50043, 2173, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50044, 2174, '0', 'preview', '2024-03-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50045, 1925, '0', 'preview', '2024-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50046, 2113, '0', 'preview', '2024-03-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50047, 1935, '0', 'preview', '2024-03-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50048, 2110, '0', 'preview', '2024-03-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50049, 2111, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50050, 2121, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50051, 2086, '0', 'preview', '2024-03-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50052, 2172, '0', 'default', '2024-03-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50053, 2186, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50054, 2179, '0', 'preview', '2024-03-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50055, 2170, '0', 'default', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50056, 2169, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50057, 2176, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50058, 2182, '0', 'default', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50059, 2169, '0', 'preview', '2024-03-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50060, 2169, '0', 'preview', '2024-03-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50061, 2055, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50062, 2055, '0', 'default', '2024-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50063, 1950, '0', 'preview', '2024-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50064, 2123, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50065, 2109, '0', 'preview', '2024-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50066, 2190, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50067, 2189, '0', 'preview', '2024-03-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50068, 5628, '0', 'preview', '2024-03-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50069, 2203, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50070, 2197, '0', 'preview', '2024-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50071, 1913, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50072, 2133, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50073, 2091, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50074, 2092, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50075, 2093, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50076, 2054, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50077, 2192, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50078, 2121, '0', 'default', '2024-03-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50079, 1886, '0', 'preview', '2024-03-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50080, 2117, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50081, 2190, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50082, 2053, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50083, 2087, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50084, 2158, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50085, 2120, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50086, 5621, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50087, 2053, '0', 'default', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50088, 5627, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50089, 2086, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50090, 2016, '0', 'preview', '2024-03-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50091, 2027, '0', 'preview', '2024-03-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50092, 2024, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50093, 2089, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50094, 2189, '0', 'default', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50095, 2198, '0', 'default', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50096, 2067, '0', 'preview', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50097, 5628, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50098, 1938, '0', 'preview', '2024-03-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50099, 1935, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50100, 5625, '0', 'default', '2024-03-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50101, 2140, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50102, 5624, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50103, 1950, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50104, 2126, '0', 'default', '2024-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50105, 5625, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50106, 1952, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50107, 2109, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50108, 2015, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50109, 2125, '0', 'preview', '2024-03-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50110, 2191, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50111, 2054, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50112, 1931, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50113, 2067, '0', 'default', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50114, 2051, '0', 'preview', '2024-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50115, 1930, '0', 'preview', '2024-03-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50116, 2189, '0', 'preview', '2024-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50117, 2055, '0', 'default', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50118, 2055, '0', 'preview', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50119, 2086, '0', 'preview', '2024-03-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50120, 2053, '0', 'default', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50121, 2172, '0', 'default', '2024-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50122, 2189, '0', 'default', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50123, 2121, '0', 'default', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50124, 2179, '0', 'default', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50125, 2112, '0', 'preview', '2024-03-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50126, 2169, '0', 'preview', '2024-03-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50127, 2067, '0', 'default', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50128, 2067, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50129, 1967, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50130, 1935, '0', 'preview', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50131, 2113, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50132, 1950, '0', 'preview', '2024-03-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50133, 2110, '0', 'preview', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50134, 2172, '0', 'preview', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50135, 2190, '0', 'preview', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50136, 2109, '0', 'preview', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50137, 2111, '0', 'preview', '2024-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50138, 2191, '0', 'preview', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50139, 2125, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50140, 2092, '0', 'preview', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50141, 2090, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50142, 2093, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50143, 2179, '0', 'preview', '2024-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50144, 2121, '0', 'preview', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50145, 2118, '0', 'preview', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50146, 5627, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50147, 2199, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50148, 2012, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50149, 2024, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50150, 2027, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50151, 2141, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50152, 2186, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50153, 2112, '0', 'default', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50154, 2182, '0', 'default', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50155, 2089, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50156, 2016, '0', 'default', '2024-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50157, 2024, '0', 'default', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50158, 2111, '0', 'default', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50159, 2169, '0', 'default', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50160, 5653, '0', 'preview', '2024-03-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50161, 1960, '0', 'default', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50162, 5624, '0', 'preview', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50163, 2185, '0', 'default', '2024-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50164, 2175, '0', 'default', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50165, 2172, '0', 'default', '2024-03-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50166, 2086, '0', 'preview', '2024-03-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50167, 2169, '0', 'preview', '2024-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50168, 2133, '0', 'default', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50169, 2189, '0', 'preview', '2024-03-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50170, 2192, '0', 'preview', '2024-03-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50171, 2190, '0', 'preview', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50172, 2182, '0', 'preview', '2024-03-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50173, 2179, '0', 'preview', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50174, 2055, '0', 'default', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50175, 2051, '0', 'default', '2024-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50176, 1964, '0', 'default', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50177, 2093, '0', 'preview', '2024-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50178, 2121, '0', 'preview', '2024-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50179, 2109, '0', 'default', '2024-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50180, 2192, '0', 'default', '2024-03-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50181, 2110, '0', 'preview', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50182, 5653, '0', 'preview', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50183, 1950, '0', 'preview', '2024-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50184, 2182, '0', 'default', '2024-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50185, 1930, '0', 'preview', '2024-03-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50186, 2112, '0', 'default', '2024-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50187, 2112, '0', 'preview', '2024-03-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50188, 2189, '0', 'default', '2024-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50189, 1935, '0', 'preview', '2024-03-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50190, 2113, '0', 'preview', '2024-03-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50191, 2093, '0', 'default', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50192, 2123, '0', 'preview', '2024-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50193, 2024, '0', 'default', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50194, 1966, '0', 'default', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50195, 2048, '0', 'preview', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50196, 1917, '0', 'preview', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50197, 2179, '0', 'default', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50198, 2086, '0', 'default', '2024-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50199, 2016, '0', 'preview', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50200, 2067, '0', 'default', '2024-03-03', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50201, 2121, '0', 'default', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50202, 5621, '0', 'preview', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50203, 2172, '0', 'preview', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50204, 2170, '0', 'default', '2024-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50205, 2170, '0', 'preview', '2024-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50206, 2113, '0', 'preview', '2024-03-04', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50207, 1886, '0', 'preview', '2024-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50208, 2086, '0', 'preview', '2024-03-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50209, 2107, '0', 'preview', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50210, 2189, '0', 'preview', '2024-03-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50211, 2169, '0', 'preview', '2024-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50212, 2172, '0', 'default', '2024-03-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50213, 1930, '0', 'preview', '2024-03-04', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50214, 1935, '0', 'preview', '2024-03-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50215, 2121, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50216, 2179, '0', 'default', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50217, 2182, '0', 'preview', '2024-03-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50218, 2190, '0', 'preview', '2024-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50219, 2111, '0', 'preview', '2024-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50220, 2053, '0', 'default', '2024-03-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50221, 2055, '0', 'default', '2024-03-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50222, 2112, '0', 'preview', '2024-03-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50223, 2093, '0', 'preview', '2024-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50224, 2189, '0', 'default', '2024-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50225, 5653, '0', 'preview', '2024-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50226, 2125, '0', 'preview', '2024-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50227, 2191, '0', 'default', '2024-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50228, 2027, '0', 'preview', '2024-03-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50229, 2125, '0', 'default', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50230, 2048, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50231, 2086, '0', 'default', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50232, 1950, '0', 'preview', '2024-03-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50233, 2141, '0', 'preview', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50234, 5627, '0', 'preview', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50235, 2016, '0', 'preview', '2024-03-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50236, 5626, '0', 'preview', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50237, 2185, '0', 'default', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50238, 1930, '0', 'default', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50239, 1935, '0', 'default', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50240, 1931, '0', 'default', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50241, 2067, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50242, 2185, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50243, 2179, '0', 'preview', '2024-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50244, 2151, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50245, 2176, '0', 'preview', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50246, 2051, '0', 'preview', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50247, 2024, '0', 'preview', '2024-03-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50248, 2172, '0', 'preview', '2024-03-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50249, 1966, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50250, 1925, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50251, 5625, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50252, 2126, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50253, 2089, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50254, 2174, '0', 'preview', '2024-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50255, 2197, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50256, 2142, '0', 'preview', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50257, 2121, '0', 'default', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50258, 5624, '0', 'preview', '2024-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50259, 2028, '0', 'preview', '2024-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50260, 2170, '0', 'default', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50261, 2053, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50262, 2197, '0', 'default', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50263, 2109, '0', 'preview', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50264, 2111, '0', 'default', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50265, 2110, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50266, 2198, '0', 'default', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50267, 2093, '0', 'default', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50268, 1964, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50269, 2090, '0', 'preview', '2024-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50270, 2186, '0', 'preview', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50271, 2133, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50272, 2183, '0', 'preview', '2024-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50273, 2134, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50274, 2188, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50275, 2135, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50276, 2089, '0', 'default', '2024-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50277, 2130, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50278, 2092, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50279, 2187, '0', 'preview', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50280, 2182, '0', 'default', '2024-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50281, 2112, '0', 'preview', '2024-03-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50282, 1886, '0', 'preview', '2024-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50283, 2189, '0', 'preview', '2024-03-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50284, 1950, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50285, 5653, '0', 'preview', '2024-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50286, 2170, '0', 'preview', '2024-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50287, 2172, '0', 'preview', '2024-03-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50288, 2109, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50289, 2067, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50290, 2182, '0', 'default', '2024-03-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50291, 2182, '0', 'preview', '2024-03-05', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50292, 2112, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50293, 2118, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50294, 2181, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50295, 1930, '0', 'preview', '2024-03-05', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50296, 2113, '0', 'preview', '2024-03-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50297, 1935, '0', 'preview', '2024-03-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50298, 2086, '0', 'preview', '2024-03-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50299, 2121, '0', 'preview', '2024-03-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50300, 2192, '0', 'preview', '2024-03-05', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50301, 2190, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50302, 2179, '0', 'preview', '2024-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50303, 2191, '0', 'default', '2024-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50304, 2186, '0', 'preview', '2024-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50305, 2183, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50306, 2133, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50307, 2134, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50308, 2174, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50309, 5624, '0', 'preview', '2024-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50310, 2016, '0', 'preview', '2024-03-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50311, 2142, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50312, 2093, '0', 'preview', '2024-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50313, 2172, '0', 'default', '2024-03-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50314, 2179, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50315, 2130, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50316, 2024, '0', 'preview', '2024-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50317, 2185, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50318, 2175, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50319, 1925, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50320, 2089, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50321, 2048, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50322, 2027, '0', 'preview', '2024-03-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50323, 2053, '0', 'preview', '2024-03-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50324, 2054, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50325, 2189, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50326, 2169, '0', 'preview', '2024-03-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50327, 2125, '0', 'preview', '2024-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50328, 2055, '0', 'default', '2024-03-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50329, 2093, '0', 'default', '2024-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50330, 5626, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50331, 2192, '0', 'default', '2024-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50332, 2195, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50333, 2198, '0', 'preview', '2024-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50334, 2197, '0', 'preview', '2024-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50335, 2201, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50336, 1950, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50337, 2053, '0', 'default', '2024-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50338, 2121, '0', 'default', '2024-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50339, 5621, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50340, 2086, '0', 'default', '2024-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50341, 1964, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50342, 2158, '0', 'preview', '2024-03-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50343, 2169, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50344, 2174, '0', 'default', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50345, 2176, '0', 'preview', '2024-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50346, 2112, '0', 'preview', '2024-03-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50347, 2190, '0', 'preview', '2024-03-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50348, 2172, '0', 'default', '2024-03-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50349, 2203, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50350, 2171, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50351, 2125, '0', 'preview', '2024-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50352, 2118, '0', 'preview', '2024-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50353, 2027, '0', 'preview', '2024-03-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50354, 2016, '0', 'preview', '2024-03-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50355, 2181, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50356, 2179, '0', 'preview', '2024-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50357, 2182, '0', 'preview', '2024-03-06', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50358, 2186, '0', 'preview', '2024-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50359, 2067, '0', 'preview', '2024-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50360, 5621, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50361, 2172, '0', 'preview', '2024-03-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50362, 2182, '0', 'default', '2024-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50363, 2189, '0', 'preview', '2024-03-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50364, 2113, '0', 'preview', '2024-03-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50365, 1930, '0', 'preview', '2024-03-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50366, 1935, '0', 'preview', '2024-03-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50367, 2055, '0', 'default', '2024-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50368, 2201, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50369, 2135, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50370, 2192, '0', 'preview', '2024-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50371, 2023, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50372, 2024, '0', 'preview', '2024-03-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50373, 2090, '0', 'preview', '2024-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50374, 2121, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50375, 5628, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50376, 1950, '0', 'preview', '2024-03-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50377, 2169, '0', 'preview', '2024-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50378, 5653, '0', 'preview', '2024-03-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50379, 1952, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50380, 2140, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50381, 2016, '0', 'default', '2024-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50382, 2055, '0', 'preview', '2024-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50383, 2089, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50384, 2107, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50385, 1931, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50386, 2093, '0', 'preview', '2024-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50387, 1937, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50388, 2158, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50389, 2169, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50390, 1938, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50391, 2086, '0', 'preview', '2024-03-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50392, 2199, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50393, 2190, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50394, 5624, '0', 'preview', '2024-03-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50395, 2165, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50396, 1931, '0', 'default', '2024-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50397, 2170, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50398, 2177, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50399, 1935, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50400, 1937, '0', 'default', '2024-03-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50401, 2113, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50402, 1912, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50403, 2152, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50404, 2152, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50405, 2151, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50406, 2150, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50407, 2153, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50408, 2154, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50409, 1932, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50410, 1938, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50411, 2174, '0', 'preview', '2024-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50412, 2028, '0', 'preview', '2024-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50413, 1964, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50414, 2133, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50415, 2091, '0', 'preview', '2024-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50416, 1967, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50417, 2133, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50418, 2191, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50419, 2109, '0', 'preview', '2024-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50420, 2142, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50421, 2189, '0', 'default', '2024-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50422, 2027, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50423, 2024, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50424, 2130, '0', 'preview', '2024-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50425, 2175, '0', 'preview', '2024-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50426, 1925, '0', 'preview', '2024-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50427, 2066, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50428, 2203, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50429, 2196, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50430, 2089, '0', 'default', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50431, 2201, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50432, 5627, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50433, 1957, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50434, 2092, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50435, 2141, '0', 'preview', '2024-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50436, 2173, '0', 'preview', '2024-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50437, 2053, '0', 'default', '2024-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50438, 1932, '0', 'default', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50439, 2112, '0', 'preview', '2024-03-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50440, 2169, '0', 'preview', '2024-03-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50441, 2027, '0', 'preview', '2024-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50442, 2133, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50443, 2173, '0', 'preview', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50444, 2086, '0', 'preview', '2024-03-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50445, 2189, '0', 'preview', '2024-03-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50446, 2176, '0', 'preview', '2024-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50447, 1935, '0', 'preview', '2024-03-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50448, 1930, '0', 'preview', '2024-03-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50449, 2113, '0', 'preview', '2024-03-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50450, 2172, '0', 'default', '2024-03-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50451, 2122, '0', 'default', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50452, 2191, '0', 'preview', '2024-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50453, 2172, '0', 'preview', '2024-03-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50454, 2170, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50455, 1913, '0', 'preview', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50456, 2016, '0', 'preview', '2024-03-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50457, 2145, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50458, 2024, '0', 'preview', '2024-03-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50459, 1950, '0', 'preview', '2024-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50460, 1964, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50461, 2055, '0', 'preview', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50462, 5628, '0', 'preview', '2024-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50463, 5628, '0', 'default', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50464, 2190, '0', 'preview', '2024-03-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50465, 2109, '0', 'preview', '2024-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50466, 2192, '0', 'preview', '2024-03-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50467, 2182, '0', 'default', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50468, 1918, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50469, 2158, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50470, 2089, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50471, 2171, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50472, 2111, '0', 'preview', '2024-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50473, 2197, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50474, 2110, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50475, 1938, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50476, 5653, '0', 'preview', '2024-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50477, 1952, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50478, 2093, '0', 'default', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50479, 1925, '0', 'default', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50480, 2053, '0', 'default', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50481, 2055, '0', 'default', '2024-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50482, 1925, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50483, 2048, '0', 'preview', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50484, 2054, '0', 'preview', '2024-03-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50485, 2198, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50486, 2121, '0', 'default', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50487, 2118, '0', 'default', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50488, 2089, '0', 'default', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50489, 2111, '0', 'default', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50490, 2190, '0', 'default', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50491, 2189, '0', 'default', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50492, 2107, '0', 'default', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50493, 5624, '0', 'preview', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50494, 2174, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50495, 2182, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50496, 2179, '0', 'preview', '2024-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50497, 1957, '0', 'preview', '2024-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50498, 2185, '0', 'preview', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50499, 2181, '0', 'default', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50500, 2113, '0', 'default', '2024-03-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50501, 2027, '0', 'default', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50502, 2188, '0', 'default', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50503, 2092, '0', 'default', '2024-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50504, 5628, '0', 'default', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50505, 2197, '0', 'preview', '2024-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50506, 2125, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50507, 1930, '0', 'preview', '2024-03-08', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50508, 2113, '0', 'preview', '2024-03-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50509, 1935, '0', 'preview', '2024-03-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50510, 2112, '0', 'preview', '2024-03-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50511, 2055, '0', 'default', '2024-03-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50512, 2121, '0', 'default', '2024-03-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50513, 2055, '0', 'preview', '2024-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50514, 2027, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50515, 2172, '0', 'preview', '2024-03-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50516, 2027, '0', 'preview', '2024-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50517, 2170, '0', 'preview', '2024-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50518, 2182, '0', 'default', '2024-03-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50519, 2169, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50520, 2121, '0', 'preview', '2024-03-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50521, 2189, '0', 'preview', '2024-03-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50522, 2016, '0', 'preview', '2024-03-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50523, 2024, '0', 'preview', '2024-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50524, 2182, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50525, 2016, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50526, 2067, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50527, 2125, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50528, 2158, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50529, 2145, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50530, 5653, '0', 'preview', '2024-03-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50531, 5624, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50532, 1950, '0', 'preview', '2024-03-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50533, 1925, '0', 'preview', '2024-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50534, 2086, '0', 'preview', '2024-03-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50535, 2181, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50536, 2179, '0', 'default', '2024-03-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50537, 2179, '0', 'preview', '2024-03-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50538, 2169, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50539, 2172, '0', 'default', '2024-03-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50540, 1957, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50541, 2015, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50542, 2170, '0', 'default', '2024-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50543, 1967, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50544, 2067, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50545, 2192, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50546, 2190, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50547, 2188, '0', 'preview', '2024-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50548, 1912, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50549, 2089, '0', 'preview', '2024-03-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50550, 2089, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50551, 2093, '0', 'preview', '2024-03-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50552, 2107, '0', 'default', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50553, 2133, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50554, 2192, '0', 'default', '2024-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50555, 2189, '0', 'default', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50556, 1886, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50557, 2109, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50558, 2190, '0', 'default', '2024-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50559, 2054, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50560, 2177, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50561, 1912, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50562, 5628, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50563, 1964, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50564, 2158, '0', 'preview', '2024-03-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50565, 2185, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50566, 2048, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50567, 5621, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50568, 2051, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50569, 5621, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50570, 2186, '0', 'default', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50571, 2135, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50572, 2111, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50573, 2198, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50574, 2142, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50575, 2130, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50576, 2090, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50577, 2092, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50578, 2183, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50579, 1924, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50580, 2173, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50581, 2174, '0', 'preview', '2024-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50582, 2188, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50583, 2141, '0', 'default', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50584, 2191, '0', 'preview', '2024-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50585, 2122, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50586, 2179, '0', 'preview', '2024-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50587, 2203, '0', 'default', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50588, 2113, '0', 'preview', '2024-03-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50589, 1935, '0', 'preview', '2024-03-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50590, 1935, '0', 'preview', '2024-03-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50591, 1935, '0', 'preview', '2024-03-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50592, 1935, '0', 'preview', '2024-03-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50593, 2086, '0', 'preview', '2024-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50594, 2112, '0', 'preview', '2024-03-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50595, 2133, '0', 'default', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50596, 1930, '0', 'preview', '2024-03-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50597, 2016, '0', 'default', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50598, 1950, '0', 'preview', '2024-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50599, 2189, '0', 'default', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50600, 5628, '0', 'default', '2024-03-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50601, 2197, '0', 'default', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50602, 2198, '0', 'default', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50603, 2182, '0', 'default', '2024-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50604, 2169, '0', 'preview', '2024-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50605, 2172, '0', 'default', '2024-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50606, 2125, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50607, 2169, '0', 'default', '2024-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50608, 2170, '0', 'default', '2024-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50609, 2190, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50610, 2189, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50611, 2065, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50612, 2027, '0', 'preview', '2024-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50613, 2174, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50614, 2089, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50615, 5624, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50616, 2016, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50617, 5653, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50618, 2024, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50619, 2027, '0', 'default', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50620, 2179, '0', 'default', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50621, 2117, '0', 'preview', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50622, 2055, '0', 'default', '2024-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50623, 2089, '0', 'default', '2024-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50624, 2067, '0', 'preview', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50625, 2182, '0', 'default', '2024-03-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50626, 2172, '0', 'default', '2024-03-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50627, 2169, '0', 'default', '2024-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50628, 2113, '0', 'preview', '2024-03-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50629, 1930, '0', 'preview', '2024-03-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50630, 1935, '0', 'preview', '2024-03-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50631, 2179, '0', 'default', '2024-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50632, 2185, '0', 'default', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50633, 2175, '0', 'default', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50634, 2112, '0', 'preview', '2024-03-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50635, 2172, '0', 'preview', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50636, 2190, '0', 'preview', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50637, 2195, '0', 'preview', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50638, 2182, '0', 'preview', '2024-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50639, 1924, '0', 'default', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50640, 2188, '0', 'default', '2024-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50641, 2169, '0', 'preview', '2024-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50642, 2189, '0', 'preview', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50643, 2192, '0', 'preview', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50644, 2179, '0', 'preview', '2024-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50645, 5628, '0', 'default', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50646, 2192, '0', 'default', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50647, 2107, '0', 'default', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50648, 5623, '0', 'preview', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50649, 2190, '0', 'default', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50650, 2027, '0', 'preview', '2024-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50651, 2189, '0', 'default', '2024-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50652, 2086, '0', 'preview', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50653, 1913, '0', 'default', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50654, 2181, '0', 'default', '2024-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50655, 2120, '0', 'default', '2024-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50656, 2186, '0', 'default', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50657, 2024, '0', 'preview', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50658, 1950, '0', 'preview', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50659, 5653, '0', 'preview', '2024-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50660, 2172, '0', 'preview', '2024-03-11', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50661, 2113, '0', 'preview', '2024-03-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50662, 1935, '0', 'preview', '2024-03-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50663, 1930, '0', 'preview', '2024-03-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50664, 2125, '0', 'preview', '2024-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50665, 2182, '0', 'preview', '2024-03-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50666, 2086, '0', 'preview', '2024-03-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50667, 1886, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50668, 2190, '0', 'preview', '2024-03-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50669, 5627, '0', 'preview', '2024-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50670, 2169, '0', 'preview', '2024-03-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50671, 2172, '0', 'default', '2024-03-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50672, 2176, '0', 'default', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50673, 2192, '0', 'preview', '2024-03-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50674, 5626, '0', 'preview', '2024-03-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50675, 2196, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50676, 2175, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50677, 1950, '0', 'preview', '2024-03-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50678, 2093, '0', 'preview', '2024-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50679, 2055, '0', 'preview', '2024-03-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50680, 2111, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50681, 2109, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50682, 2110, '0', 'preview', '2024-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50683, 2122, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50684, 2067, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50685, 2016, '0', 'preview', '2024-03-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50686, 2174, '0', 'preview', '2024-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50687, 2189, '0', 'preview', '2024-03-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50688, 2027, '0', 'preview', '2024-03-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50689, 2173, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50690, 2024, '0', 'preview', '2024-03-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50691, 2190, '0', 'default', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50692, 1925, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50693, 2191, '0', 'preview', '2024-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50694, 2170, '0', 'preview', '2024-03-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50695, 2195, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50696, 2166, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50697, 5653, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50698, 1931, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50699, 2165, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50700, 2113, '0', 'default', '2024-03-11', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50701, 2016, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50702, 2051, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50703, 2090, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50704, 2179, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50705, 2048, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50706, 2112, '0', 'default', '2024-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50707, 2158, '0', 'default', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50708, 2169, '0', 'default', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50709, 2182, '0', 'default', '2024-03-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50710, 2112, '0', 'preview', '2024-03-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50711, 2055, '0', 'default', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50712, 2088, '0', 'default', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50713, 2186, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50714, 1931, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50715, 2171, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50716, 2121, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50717, 2121, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50718, 1938, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50719, 2176, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50720, 2146, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50721, 5621, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50722, 5625, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50723, 2133, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50724, 2093, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50725, 1935, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50726, 1950, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50727, 1930, '0', 'default', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50728, 2188, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50729, 2188, '0', 'preview', '2024-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50730, 2171, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50731, 2088, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50732, 2181, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50733, 2181, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50734, 1937, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50735, 1937, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50736, 2140, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50737, 2140, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50738, 1952, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50739, 1952, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50740, 2092, '0', 'preview', '2024-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50741, 2092, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50742, 1955, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50743, 1955, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50744, 2123, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50745, 2123, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50746, 2122, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50747, 2158, '0', 'preview', '2024-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50748, 2086, '0', 'default', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50749, 1938, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50750, 2023, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50751, 2023, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50752, 2135, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50753, 5653, '0', 'preview', '2024-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50754, 5624, '0', 'preview', '2024-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50755, 2053, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50756, 2051, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50757, 1960, '0', 'preview', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50758, 2170, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50759, 5624, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50760, 5622, '0', 'default', '2024-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50761, 2086, '0', 'preview', '2024-03-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50762, 2182, '0', 'default', '2024-03-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50763, 2113, '0', 'preview', '2024-03-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50764, 1930, '0', 'preview', '2024-03-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50765, 1935, '0', 'preview', '2024-03-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50766, 2121, '0', 'preview', '2024-03-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50767, 2027, '0', 'preview', '2024-03-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50768, 2189, '0', 'default', '2024-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50769, 2112, '0', 'preview', '2024-03-12', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50770, 2185, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50771, 1950, '0', 'preview', '2024-03-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50772, 2093, '0', 'preview', '2024-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50773, 2015, '0', 'default', '2024-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50774, 2197, '0', 'preview', '2024-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50775, 5628, '0', 'preview', '2024-03-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50776, 2198, '0', 'preview', '2024-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50777, 2172, '0', 'default', '2024-03-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50778, 2182, '0', 'preview', '2024-03-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50779, 2146, '0', 'preview', '2024-03-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50780, 2169, '0', 'preview', '2024-03-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50781, 2172, '0', 'preview', '2024-03-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50782, 1931, '0', 'preview', '2024-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50783, 2027, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50784, 2185, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50785, 2121, '0', 'default', '2024-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50786, 2107, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50787, 2118, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50788, 2106, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50789, 2089, '0', 'default', '2024-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50790, 2111, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50791, 2154, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50792, 2153, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50793, 2092, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50794, 2134, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50795, 2188, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50796, 1925, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50797, 1925, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50798, 2191, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50799, 2179, '0', 'preview', '2024-03-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50800, 1886, '0', 'preview', '2024-03-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50801, 2055, '0', 'preview', '2024-03-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50802, 2048, '0', 'default', '2024-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50803, 2187, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50804, 2179, '0', 'default', '2024-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50805, 1967, '0', 'default', '2024-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50806, 2089, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50807, 2110, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50808, 5624, '0', 'preview', '2024-03-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50809, 2170, '0', 'preview', '2024-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50810, 2189, '0', 'preview', '2024-03-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50811, 2192, '0', 'preview', '2024-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50812, 2190, '0', 'default', '2024-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50813, 2055, '0', 'default', '2024-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50814, 2176, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50815, 1938, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50816, 5653, '0', 'preview', '2024-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50817, 2067, '0', 'preview', '2024-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50818, 2016, '0', 'preview', '2024-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50819, 1917, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50820, 2120, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50821, 5621, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50822, 2191, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50823, 1912, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50824, 2024, '0', 'preview', '2024-03-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50825, 2049, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50826, 2190, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50827, 2109, '0', 'preview', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50828, 1960, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50829, 2053, '0', 'default', '2024-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50830, 2016, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50831, 2016, '0', 'preview', '2024-03-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50832, 2172, '0', 'default', '2024-03-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50833, 2024, '0', 'preview', '2024-03-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50834, 2182, '0', 'default', '2024-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50835, 2027, '0', 'preview', '2024-03-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50836, 2171, '0', 'default', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50837, 2112, '0', 'default', '2024-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50838, 2125, '0', 'default', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50839, 2189, '0', 'default', '2024-03-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50840, 2197, '0', 'default', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50841, 2190, '0', 'preview', '2024-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50842, 1886, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50843, 1918, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50844, 2112, '0', 'preview', '2024-03-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50845, 5628, '0', 'default', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50846, 1950, '0', 'preview', '2024-03-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50847, 5653, '0', 'preview', '2024-03-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50848, 2182, '0', 'preview', '2024-03-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50849, 2120, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50850, 1930, '0', 'preview', '2024-03-13', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50851, 2134, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50852, 2176, '0', 'default', '2024-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50853, 2176, '0', 'preview', '2024-03-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50854, 1938, '0', 'preview', '2024-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50855, 1938, '0', 'default', '2024-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50856, 2146, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50857, 2146, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50858, 2090, '0', 'preview', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50859, 2145, '0', 'preview', '2024-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50860, 2177, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50861, 2065, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50862, 2186, '0', 'preview', '2024-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50863, 5627, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50864, 1967, '0', 'preview', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50865, 2179, '0', 'preview', '2024-03-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50866, 2189, '0', 'preview', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50867, 2198, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50868, 2197, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50869, 2048, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50870, 2185, '0', 'preview', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50871, 2174, '0', 'preview', '2024-03-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50872, 1920, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50873, 2141, '0', 'preview', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50874, 2192, '0', 'preview', '2024-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50875, 2158, '0', 'preview', '2024-03-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50876, 5626, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50877, 2195, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50878, 2196, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50879, 5628, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50880, 2192, '0', 'default', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50881, 2027, '0', 'default', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50882, 2089, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50883, 2113, '0', 'preview', '2024-03-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50884, 1935, '0', 'preview', '2024-03-13', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50885, 2086, '0', 'preview', '2024-03-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50886, 2170, '0', 'preview', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50887, 2125, '0', 'preview', '2024-03-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50888, 2169, '0', 'preview', '2024-03-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50889, 2053, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50890, 2187, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50891, 2133, '0', 'default', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50892, 2135, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50893, 2109, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50894, 5624, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50895, 2140, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50896, 1952, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50897, 2178, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50898, 5623, '0', 'preview', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50899, 5625, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50900, 2121, '0', 'preview', '2024-03-13', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50901, 1886, '0', 'preview', '2024-03-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50902, 1930, '0', 'default', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50903, 5624, '0', 'preview', '2024-03-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50904, 2121, '0', 'default', '2024-03-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50905, 2023, '0', 'preview', '2024-03-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50906, 2015, '0', 'preview', '2024-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50907, 2055, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50908, 2111, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50909, 2122, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50910, 2067, '0', 'preview', '2024-03-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50911, 2169, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50912, 2172, '0', 'preview', '2024-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50913, 2186, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50914, 2170, '0', 'default', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50915, 2111, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50916, 2055, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50917, 1912, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50918, 2054, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50919, 2086, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50920, 2091, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50921, 2175, '0', 'default', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50922, 2093, '0', 'preview', '2024-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50923, 1931, '0', 'preview', '2024-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50924, 2191, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50925, 5653, '0', 'preview', '2024-03-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50926, 2093, '0', 'preview', '2024-03-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50927, 2174, '0', 'default', '2024-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50928, 1950, '0', 'preview', '2024-03-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50929, 1967, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50930, 2113, '0', 'preview', '2024-03-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50931, 2016, '0', 'preview', '2024-03-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50932, 2112, '0', 'preview', '2024-03-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50933, 2174, '0', 'preview', '2024-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50934, 1920, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50935, 2106, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50936, 2027, '0', 'preview', '2024-03-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50937, 2179, '0', 'preview', '2024-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50938, 2024, '0', 'preview', '2024-03-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50939, 2182, '0', 'default', '2024-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50940, 1935, '0', 'preview', '2024-03-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50941, 2125, '0', 'preview', '2024-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50942, 2182, '0', 'preview', '2024-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50943, 5622, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50944, 5624, '0', 'preview', '2024-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50945, 5623, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50946, 2190, '0', 'preview', '2024-03-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50947, 2201, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50948, 1952, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50949, 2066, '0', 'preview', '2024-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50950, 2121, '0', 'preview', '2024-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50951, 2027, '0', 'default', '2024-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50952, 2172, '0', 'default', '2024-03-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50953, 1930, '0', 'preview', '2024-03-14', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50954, 2179, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50955, 2086, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50956, 2086, '0', 'preview', '2024-03-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50957, 2055, '0', 'default', '2024-03-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50958, 2109, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50959, 2189, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50960, 2055, '0', 'preview', '2024-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50961, 2189, '0', 'preview', '2024-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50962, 2133, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50963, 2188, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50964, 2172, '0', 'preview', '2024-03-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50965, 2176, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50966, 2146, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50967, 2113, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50968, 2093, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50969, 1925, '0', 'preview', '2024-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50970, 1886, '0', 'preview', '2024-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50971, 2065, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50972, 2066, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50973, 2028, '0', 'preview', '2024-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50974, 1960, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50975, 5626, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50976, 2192, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50977, 2169, '0', 'preview', '2024-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50978, 2170, '0', 'default', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50979, 2158, '0', 'preview', '2024-03-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50980, 2090, '0', 'preview', '2024-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50981, 2182, '0', 'preview', '2024-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50982, 2190, '0', 'default', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50983, 2016, '0', 'preview', '2024-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50984, 1930, '0', 'preview', '2024-03-15', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50985, 2169, '0', 'preview', '2024-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50986, 2112, '0', 'preview', '2024-03-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50987, 1950, '0', 'preview', '2024-03-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50988, 5653, '0', 'preview', '2024-03-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50989, 5624, '0', 'preview', '2024-03-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50990, 2190, '0', 'preview', '2024-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50991, 2121, '0', 'default', '2024-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50992, 2113, '0', 'preview', '2024-03-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50993, 1935, '0', 'preview', '2024-03-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50994, 2093, '0', 'preview', '2024-03-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50995, 2120, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50996, 2121, '0', 'preview', '2024-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50997, 2086, '0', 'preview', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50998, 2089, '0', 'default', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50999, 2182, '0', 'default', '2024-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51000, 1930, '0', 'default', '2024-03-15', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51001, 2027, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51002, 2146, '0', 'default', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51003, 2123, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51004, 2179, '0', 'default', '2024-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51005, 2125, '0', 'preview', '2024-03-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51006, 2055, '0', 'default', '2024-03-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51007, 2054, '0', 'preview', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51008, 1960, '0', 'preview', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51009, 1886, '0', 'preview', '2024-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51010, 2049, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51011, 2049, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51012, 2028, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51013, 2028, '0', 'preview', '2024-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51014, 2054, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51015, 1935, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51016, 2066, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51017, 2066, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51018, 1967, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51019, 1967, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51020, 2130, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51021, 2130, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51022, 1964, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51023, 1964, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51024, 2107, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51025, 2107, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51026, 2048, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51027, 2048, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51028, 2153, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51029, 2153, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51030, 2174, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51031, 2174, '0', 'preview', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51032, 2147, '0', 'default', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51033, 2147, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51034, 2089, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51035, 2185, '0', 'preview', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51036, 2185, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51037, 1908, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51038, 1908, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51039, 2055, '0', 'preview', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51040, 1911, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51041, 1911, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51042, 1960, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51043, 2125, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51044, 1925, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51045, 1925, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51046, 1918, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51047, 1918, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51048, 2065, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51049, 2065, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51050, 2117, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51051, 2172, '0', 'preview', '2024-03-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51052, 2117, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51053, 2142, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51054, 2142, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51055, 2175, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51056, 2175, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51057, 1912, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51058, 1912, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51059, 2126, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51060, 2126, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51061, 1916, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51062, 1916, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51063, 2132, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51064, 2132, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51065, 2113, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51066, 2051, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51067, 2051, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51068, 2184, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51069, 2184, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51070, 2131, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51071, 2131, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51072, 2141, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51073, 2141, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51074, 1920, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51075, 1920, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51076, 2178, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51077, 2178, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51078, 2150, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51079, 2150, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51080, 1966, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51081, 1966, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51082, 2012, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51083, 2012, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51084, 2135, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51085, 2135, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51086, 2093, '0', 'default', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51087, 2090, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51088, 2090, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51089, 1915, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51090, 1915, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51091, 2091, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51092, 2091, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51093, 1913, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51094, 1913, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51095, 2145, '0', 'default', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51096, 2145, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51097, 2151, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51098, 2151, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51099, 1933, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51100, 1933, '0', 'default', '2024-03-15', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51101, 2053, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51102, 2053, '0', 'default', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51103, 1924, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51104, 1924, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51105, 2170, '0', 'preview', '2024-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51106, 2170, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51107, 1931, '0', 'default', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51108, 1931, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51109, 2152, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51110, 2152, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51111, 2067, '0', 'preview', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51112, 2067, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51113, 2165, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51114, 2165, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51115, 1932, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51116, 1932, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51117, 2183, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51118, 2183, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51119, 2148, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51120, 2148, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51121, 1914, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51122, 1914, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51123, 2146, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51124, 2016, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51125, 1957, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51126, 1957, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51127, 2133, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51128, 2133, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51129, 2087, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51130, 2087, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51131, 2177, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51132, 2177, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51133, 2169, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51134, 2154, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51135, 2154, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51136, 2166, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51137, 2166, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51138, 2106, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51139, 2106, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51140, 2179, '0', 'preview', '2024-03-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51141, 1917, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51142, 1917, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51143, 2134, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51144, 2134, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51145, 1886, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51146, 2149, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51147, 2149, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51148, 2192, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51149, 5626, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51150, 2189, '0', 'preview', '2024-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51151, 2203, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51152, 2198, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51153, 2024, '0', 'preview', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51154, 2187, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51155, 5621, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51156, 2027, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51157, 2176, '0', 'preview', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51158, 1938, '0', 'preview', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51159, 2176, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51160, 2172, '0', 'default', '2024-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51161, 2188, '0', 'default', '2024-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51162, 2188, '0', 'preview', '2024-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51163, 2192, '0', 'default', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51164, 2186, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51165, 2109, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51166, 2111, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51167, 2111, '0', 'preview', '2024-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51168, 2191, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51169, 5626, '0', 'default', '2024-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51170, 1935, '0', 'preview', '2024-03-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51171, 1930, '0', 'preview', '2024-03-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51172, 2113, '0', 'preview', '2024-03-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51173, 2027, '0', 'default', '2024-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51174, 2192, '0', 'preview', '2024-03-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51175, 2189, '0', 'preview', '2024-03-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51176, 2182, '0', 'preview', '2024-03-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51177, 2092, '0', 'preview', '2024-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51178, 2121, '0', 'preview', '2024-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51179, 2182, '0', 'default', '2024-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51180, 2179, '0', 'default', '2024-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51181, 2169, '0', 'preview', '2024-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51182, 2112, '0', 'preview', '2024-03-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51183, 2109, '0', 'preview', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51184, 2111, '0', 'preview', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51185, 2027, '0', 'preview', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51186, 2190, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51187, 2189, '0', 'default', '2024-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51188, 5627, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51189, 2190, '0', 'preview', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51190, 2174, '0', 'default', '2024-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51191, 2173, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51192, 5653, '0', 'preview', '2024-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51193, 5625, '0', 'preview', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51194, 1950, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51195, 1950, '0', 'preview', '2024-03-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51196, 5628, '0', 'preview', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51197, 2172, '0', 'default', '2024-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51198, 2179, '0', 'preview', '2024-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51199, 2086, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51200, 2086, '0', 'preview', '2024-03-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51201, 2016, '0', 'preview', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51202, 5653, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51203, 2093, '0', 'preview', '2024-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51204, 5623, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51205, 2053, '0', 'preview', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51206, 1935, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51207, 1937, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51208, 2113, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51209, 1930, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51210, 2111, '0', 'default', '2024-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51211, 5624, '0', 'preview', '2024-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51212, 2133, '0', 'default', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51213, 2133, '0', 'preview', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51214, 2112, '0', 'preview', '2024-03-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51215, 2189, '0', 'preview', '2024-03-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51216, 2179, '0', 'preview', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51217, 2016, '0', 'preview', '2024-03-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51218, 2027, '0', 'preview', '2024-03-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51219, 2185, '0', 'default', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51220, 2113, '0', 'preview', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51221, 2086, '0', 'preview', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51222, 2093, '0', 'default', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51223, 1930, '0', 'default', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51224, 2027, '0', 'default', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51225, 2172, '0', 'default', '2024-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51226, 5624, '0', 'default', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51227, 2182, '0', 'preview', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51228, 2189, '0', 'default', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51229, 2171, '0', 'default', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51230, 2125, '0', 'preview', '2024-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51231, 2182, '0', 'default', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51232, 2024, '0', 'preview', '2024-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51233, 1930, '0', 'preview', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51234, 2169, '0', 'preview', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51235, 2093, '0', 'preview', '2024-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51236, 2172, '0', 'preview', '2024-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51237, 2086, '0', 'preview', '2024-03-18', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51238, 2182, '0', 'preview', '2024-03-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51239, 2016, '0', 'preview', '2024-03-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51240, 2024, '0', 'preview', '2024-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51241, 2169, '0', 'preview', '2024-03-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51242, 2027, '0', 'preview', '2024-03-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51243, 2066, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51244, 2053, '0', 'default', '2024-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51245, 2053, '0', 'preview', '2024-03-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51246, 2176, '0', 'preview', '2024-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51247, 1950, '0', 'preview', '2024-03-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51248, 2126, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51249, 1935, '0', 'preview', '2024-03-18', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51250, 1930, '0', 'preview', '2024-03-18', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51251, 2113, '0', 'preview', '2024-03-18', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51252, 2182, '0', 'default', '2024-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51253, 2089, '0', 'default', '2024-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51254, 2172, '0', 'default', '2024-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51255, 2189, '0', 'preview', '2024-03-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51256, 2123, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51257, 2121, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51258, 2027, '0', 'default', '2024-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51259, 2028, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51260, 2179, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51261, 2158, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51262, 2093, '0', 'preview', '2024-03-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51263, 2089, '0', 'preview', '2024-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51264, 2172, '0', 'preview', '2024-03-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51265, 5627, '0', 'preview', '2024-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51266, 1912, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51267, 2170, '0', 'preview', '2024-03-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51268, 2129, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51269, 5624, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51270, 2106, '0', 'preview', '2024-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51271, 5621, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51272, 2122, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51273, 2192, '0', 'preview', '2024-03-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51274, 2121, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51275, 2112, '0', 'preview', '2024-03-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51276, 2181, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51277, 2185, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51278, 2190, '0', 'preview', '2024-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51279, 2174, '0', 'preview', '2024-03-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51280, 2173, '0', 'preview', '2024-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51281, 2175, '0', 'preview', '2024-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51282, 2185, '0', 'preview', '2024-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51283, 2186, '0', 'preview', '2024-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51284, 2134, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51285, 2188, '0', 'preview', '2024-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51286, 2179, '0', 'preview', '2024-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51287, 2054, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51288, 2189, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51289, 2117, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51290, 2181, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51291, 5624, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51292, 1957, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51293, 2086, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51294, 2125, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51295, 2141, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51296, 2146, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51297, 2111, '0', 'preview', '2024-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51298, 2093, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51299, 2092, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51300, 2109, '0', 'default', '2024-03-18', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51301, 2191, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51302, 2192, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51303, 5626, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51304, 2197, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51305, 2187, '0', 'preview', '2024-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51306, 2055, '0', 'default', '2024-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51307, 1925, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51308, 2198, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51309, 2198, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51310, 2048, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51311, 1964, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51312, 1952, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51313, 2170, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51314, 1912, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51315, 1950, '0', 'default', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51316, 1886, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51317, 2125, '0', 'preview', '2024-03-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51318, 2125, '0', 'preview', '2024-03-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51319, 2183, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51320, 2067, '0', 'preview', '2024-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51321, 2086, '0', 'preview', '2024-03-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51322, 2055, '0', 'default', '2024-03-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51323, 1950, '0', 'preview', '2024-03-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51324, 2190, '0', 'preview', '2024-03-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51325, 2191, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51326, 2189, '0', 'preview', '2024-03-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51327, 2054, '0', 'preview', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51328, 1935, '0', 'preview', '2024-03-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51329, 2172, '0', 'preview', '2024-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51330, 2192, '0', 'preview', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51331, 2176, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51332, 2113, '0', 'preview', '2024-03-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51333, 1930, '0', 'preview', '2024-03-19', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51334, 2016, '0', 'preview', '2024-03-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51335, 2170, '0', 'default', '2024-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51336, 2179, '0', 'default', '2024-03-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51337, 1967, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51338, 2141, '0', 'default', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51339, 2173, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51340, 2174, '0', 'default', '2024-03-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51341, 2024, '0', 'preview', '2024-03-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51342, 2169, '0', 'preview', '2024-03-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51343, 1912, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51344, 2122, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51345, 2189, '0', 'default', '2024-03-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51346, 1925, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51347, 2027, '0', 'default', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51348, 2171, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51349, 2192, '0', 'default', '2024-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51350, 1964, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51351, 2172, '0', 'default', '2024-03-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51352, 2112, '0', 'preview', '2024-03-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51353, 2112, '0', 'preview', '2024-03-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51354, 2121, '0', 'default', '2024-03-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51355, 2188, '0', 'default', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51356, 2182, '0', 'preview', '2024-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51357, 2125, '0', 'preview', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51358, 2173, '0', 'preview', '2024-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51359, 2016, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51360, 1935, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51361, 2131, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51362, 5653, '0', 'preview', '2024-03-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51363, 5624, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51364, 2121, '0', 'preview', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51365, 2067, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51366, 2182, '0', 'default', '2024-03-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51367, 2055, '0', 'preview', '2024-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51368, 2089, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51369, 2089, '0', 'preview', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51370, 2181, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51371, 1955, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51372, 1966, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51373, 2093, '0', 'preview', '2024-03-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51374, 2067, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51375, 2141, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51376, 2198, '0', 'default', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51377, 2106, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51378, 2203, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51379, 2198, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51380, 2179, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51381, 5628, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51382, 2112, '0', 'default', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51383, 2174, '0', 'preview', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51384, 2188, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51385, 2027, '0', 'preview', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51386, 2175, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51387, 2110, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51388, 2111, '0', 'preview', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51389, 2053, '0', 'preview', '2024-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51390, 1886, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51391, 5628, '0', 'preview', '2024-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51392, 1964, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51393, 2112, '0', 'preview', '2024-03-20', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51394, 1935, '0', 'preview', '2024-03-20', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51395, 2121, '0', 'preview', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51396, 2182, '0', 'preview', '2024-03-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51397, 2192, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51398, 2182, '0', 'default', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51399, 2125, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51400, 1930, '0', 'preview', '2024-03-20', 28);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51401, 1913, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51402, 2113, '0', 'preview', '2024-03-20', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51403, 2027, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51404, 2121, '0', 'default', '2024-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51405, 2190, '0', 'preview', '2024-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51406, 2090, '0', 'preview', '2024-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51407, 2092, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51408, 2192, '0', 'preview', '2024-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51409, 2179, '0', 'preview', '2024-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51410, 2067, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51411, 2172, '0', 'preview', '2024-03-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51412, 5653, '0', 'preview', '2024-03-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51413, 1950, '0', 'preview', '2024-03-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51414, 2172, '0', 'default', '2024-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51415, 2169, '0', 'preview', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51416, 2089, '0', 'preview', '2024-03-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51417, 2107, '0', 'preview', '2024-03-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51418, 1967, '0', 'preview', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51419, 2200, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51420, 2024, '0', 'preview', '2024-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51421, 2027, '0', 'preview', '2024-03-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51422, 2016, '0', 'preview', '2024-03-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51423, 2197, '0', 'preview', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51424, 2170, '0', 'preview', '2024-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51425, 2173, '0', 'preview', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51426, 1932, '0', 'default', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51427, 1932, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51428, 2109, '0', 'preview', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51429, 2189, '0', 'preview', '2024-03-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51430, 2132, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51431, 2086, '0', 'preview', '2024-03-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51432, 2049, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51433, 2174, '0', 'preview', '2024-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51434, 1925, '0', 'preview', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51435, 1957, '0', 'preview', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51436, 2093, '0', 'preview', '2024-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51437, 2187, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51438, 1886, '0', 'preview', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51439, 5624, '0', 'preview', '2024-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51440, 2179, '0', 'default', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51441, 2189, '0', 'default', '2024-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51442, 2170, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51443, 2089, '0', 'default', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51444, 2111, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51445, 5628, '0', 'default', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51446, 2111, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51447, 2016, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51448, 2176, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51449, 2146, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51450, 5628, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51451, 2198, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51452, 1964, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51453, 2112, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51454, 2066, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51455, 2118, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51456, 2197, '0', 'default', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51457, 2198, '0', 'default', '2024-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51458, 2048, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51459, 2175, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51460, 2146, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51461, 2147, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51462, 2177, '0', 'preview', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51463, 2177, '0', 'default', '2024-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51464, 2112, '0', 'default', '2024-03-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51465, 2112, '0', 'preview', '2024-03-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51466, 1916, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51467, 2089, '0', 'preview', '2024-03-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51468, 2190, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51469, 2182, '0', 'default', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51470, 2109, '0', 'preview', '2024-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51471, 2016, '0', 'preview', '2024-03-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51472, 1886, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51473, 1950, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51474, 2027, '0', 'preview', '2024-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51475, 2023, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51476, 2092, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51477, 2118, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51478, 2195, '0', 'default', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51479, 2195, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51480, 2182, '0', 'preview', '2024-03-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51481, 2048, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51482, 2113, '0', 'preview', '2024-03-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51483, 5653, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51484, 2027, '0', 'default', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51485, 2172, '0', 'preview', '2024-03-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51486, 2189, '0', 'preview', '2024-03-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51487, 2181, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51488, 1935, '0', 'preview', '2024-03-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51489, 1930, '0', 'preview', '2024-03-21', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51490, 2188, '0', 'default', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51491, 2189, '0', 'default', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51492, 2172, '0', 'default', '2024-03-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51493, 1912, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51494, 2093, '0', 'preview', '2024-03-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51495, 2121, '0', 'preview', '2024-03-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51496, 1966, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51497, 2065, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51498, 2169, '0', 'preview', '2024-03-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51499, 2121, '0', 'default', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51500, 2179, '0', 'preview', '2024-03-21', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51501, 2086, '0', 'preview', '2024-03-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51502, 1938, '0', 'default', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51503, 2176, '0', 'default', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51504, 2066, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51505, 5621, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51506, 1952, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51507, 2125, '0', 'preview', '2024-03-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51508, 2107, '0', 'default', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51509, 2171, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51510, 2179, '0', 'default', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51511, 2145, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51512, 2024, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51513, 2111, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51514, 2199, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51515, 2178, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51516, 5623, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51517, 2106, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51518, 2055, '0', 'default', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51519, 2140, '0', 'default', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51520, 2178, '0', 'default', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51521, 2170, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51522, 2133, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51523, 2187, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51524, 5628, '0', 'default', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51525, 1938, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51526, 2055, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51527, 2148, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51528, 2125, '0', 'default', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51529, 5628, '0', 'preview', '2024-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51530, 2197, '0', 'preview', '2024-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51531, 1967, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51532, 2173, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51533, 2174, '0', 'preview', '2024-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51534, 5653, '0', 'preview', '2024-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51535, 2182, '0', 'default', '2024-03-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51536, 2189, '0', 'preview', '2024-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51537, 2089, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51538, 2179, '0', 'default', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51539, 2158, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51540, 2169, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51541, 2169, '0', 'preview', '2024-03-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51542, 1930, '0', 'preview', '2024-03-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51543, 2113, '0', 'preview', '2024-03-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51544, 2112, '0', 'preview', '2024-03-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51545, 2053, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51546, 2172, '0', 'preview', '2024-03-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51547, 2055, '0', 'preview', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51548, 2055, '0', 'default', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51549, 2172, '0', 'default', '2024-03-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51550, 2125, '0', 'preview', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51551, 2185, '0', 'preview', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51552, 2186, '0', 'preview', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51553, 2174, '0', 'preview', '2024-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51554, 2173, '0', 'preview', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51555, 2016, '0', 'preview', '2024-03-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51556, 2027, '0', 'preview', '2024-03-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51557, 2024, '0', 'preview', '2024-03-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51558, 1967, '0', 'preview', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51559, 2158, '0', 'preview', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51560, 2179, '0', 'preview', '2024-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51561, 2089, '0', 'preview', '2024-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51562, 1935, '0', 'preview', '2024-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51563, 5626, '0', 'preview', '2024-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51564, 2192, '0', 'preview', '2024-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51565, 2195, '0', 'preview', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51566, 2200, '0', 'preview', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51567, 2196, '0', 'preview', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51568, 2191, '0', 'preview', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51569, 2133, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51570, 2133, '0', 'preview', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51571, 2107, '0', 'preview', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51572, 2171, '0', 'preview', '2024-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51573, 2171, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51574, 2170, '0', 'preview', '2024-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51575, 1960, '0', 'preview', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51576, 2086, '0', 'preview', '2024-03-22', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51577, 1950, '0', 'preview', '2024-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51578, 2067, '0', 'preview', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51579, 2122, '0', 'preview', '2024-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51580, 2185, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51581, 2189, '0', 'default', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51582, 2197, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51583, 5628, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51584, 2198, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51585, 5624, '0', 'preview', '2024-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51586, 5622, '0', 'preview', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51587, 1930, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51588, 1935, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51589, 2176, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51590, 2134, '0', 'preview', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51591, 2090, '0', 'preview', '2024-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51592, 1925, '0', 'preview', '2024-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51593, 2182, '0', 'preview', '2024-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51594, 1886, '0', 'preview', '2024-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51595, 5628, '0', 'preview', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51596, 2170, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51597, 2118, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51598, 5653, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51599, 5623, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51600, 5624, '0', 'default', '2024-03-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51601, 5625, '0', 'default', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51602, 5621, '0', 'preview', '2024-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51603, 2112, '0', 'preview', '2024-03-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51604, 2055, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51605, 2190, '0', 'preview', '2024-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51606, 2182, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51607, 1930, '0', 'preview', '2024-03-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51608, 1931, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51609, 2086, '0', 'preview', '2024-03-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51610, 2176, '0', 'default', '2024-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51611, 2182, '0', 'preview', '2024-03-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51612, 1950, '0', 'preview', '2024-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51613, 5624, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51614, 2176, '0', 'preview', '2024-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51615, 2146, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51616, 2016, '0', 'preview', '2024-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51617, 2177, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51618, 2147, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51619, 1913, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51620, 2121, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51621, 2067, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51622, 5628, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51623, 2198, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51624, 2190, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51625, 2172, '0', 'preview', '2024-03-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51626, 2121, '0', 'preview', '2024-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51627, 1966, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51628, 1964, '0', 'preview', '2024-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51629, 1917, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51630, 2086, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51631, 2053, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51632, 1886, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51633, 2125, '0', 'preview', '2024-03-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51634, 2125, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51635, 2055, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51636, 2113, '0', 'preview', '2024-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51637, 1938, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51638, 2153, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51639, 2179, '0', 'preview', '2024-03-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51640, 2172, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51641, 2170, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51642, 2192, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51643, 2185, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51644, 2171, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51645, 2174, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51646, 2188, '0', 'preview', '2024-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51647, 2175, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51648, 5627, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51649, 2089, '0', 'default', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51650, 2065, '0', 'preview', '2024-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51651, 2027, '0', 'preview', '2024-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51652, 2133, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51653, 2169, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51654, 2106, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51655, 2089, '0', 'preview', '2024-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51656, 2172, '0', 'default', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51657, 2190, '0', 'preview', '2024-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51658, 2173, '0', 'preview', '2024-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51659, 2185, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51660, 2186, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51661, 2174, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51662, 2179, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51663, 1952, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51664, 2182, '0', 'preview', '2024-03-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51665, 1930, '0', 'preview', '2024-03-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51666, 2086, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51667, 1935, '0', 'default', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51668, 5624, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51669, 2169, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51670, 1914, '0', 'default', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51671, 2113, '0', 'preview', '2024-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51672, 2172, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51673, 2024, '0', 'default', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51674, 2016, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51675, 2122, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51676, 2125, '0', 'preview', '2024-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51677, 1935, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51678, 2125, '0', 'default', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51679, 2055, '0', 'default', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51680, 2121, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51681, 1950, '0', 'preview', '2024-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51682, 2024, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51683, 2121, '0', 'default', '2024-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51684, 2106, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51685, 2170, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51686, 2182, '0', 'default', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51687, 2093, '0', 'preview', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51688, 2170, '0', 'default', '2024-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51689, 2179, '0', 'default', '2024-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51690, 2154, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51691, 2169, '0', 'preview', '2024-03-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51692, 2169, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51693, 2112, '0', 'preview', '2024-03-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51694, 2110, '0', 'preview', '2024-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51695, 2109, '0', 'default', '2024-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51696, 2109, '0', 'preview', '2024-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51697, 2111, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51698, 2196, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51699, 2189, '0', 'default', '2024-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51700, 2170, '0', 'preview', '2024-03-25', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51701, 2172, '0', 'preview', '2024-03-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51702, 2171, '0', 'default', '2024-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51703, 2171, '0', 'preview', '2024-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51704, 2122, '0', 'preview', '2024-03-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51705, 2189, '0', 'preview', '2024-03-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51706, 5628, '0', 'preview', '2024-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51707, 2182, '0', 'preview', '2024-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51708, 2089, '0', 'preview', '2024-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51709, 1950, '0', 'preview', '2024-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51710, 5653, '0', 'preview', '2024-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51711, 5624, '0', 'preview', '2024-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51712, 5622, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51713, 2111, '0', 'preview', '2024-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51714, 2093, '0', 'preview', '2024-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51715, 2086, '0', 'preview', '2024-03-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51716, 1930, '0', 'preview', '2024-03-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51717, 1966, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51718, 2200, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51719, 1932, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51720, 2027, '0', 'default', '2024-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51721, 2024, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51722, 2016, '0', 'default', '2024-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51723, 2113, '0', 'preview', '2024-03-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51724, 1935, '0', 'preview', '2024-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51725, 2170, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51726, 2055, '0', 'default', '2024-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51727, 2027, '0', 'preview', '2024-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51728, 2133, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51729, 2192, '0', 'preview', '2024-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51730, 2172, '0', 'default', '2024-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51731, 1960, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51732, 2176, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51733, 2176, '0', 'preview', '2024-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51734, 2053, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51735, 2086, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51736, 2016, '0', 'preview', '2024-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51737, 2192, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51738, 2024, '0', 'preview', '2024-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51739, 2158, '0', 'preview', '2024-03-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51740, 2121, '0', 'preview', '2024-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51741, 2173, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51742, 2186, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51743, 2174, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51744, 2175, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51745, 2179, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51746, 2107, '0', 'preview', '2024-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51747, 2106, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51748, 1886, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51749, 2125, '0', 'preview', '2024-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51750, 2190, '0', 'preview', '2024-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51751, 1964, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51752, 2051, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51753, 2125, '0', 'default', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51754, 2053, '0', 'preview', '2024-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51755, 1931, '0', 'preview', '2024-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51756, 1950, '0', 'preview', '2024-03-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51757, 5624, '0', 'default', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51758, 5625, '0', 'default', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51759, 5623, '0', 'default', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51760, 1952, '0', 'default', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51761, 2086, '0', 'preview', '2024-03-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51762, 2015, '0', 'preview', '2024-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51763, 2023, '0', 'preview', '2024-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51764, 2016, '0', 'preview', '2024-03-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51765, 2112, '0', 'preview', '2024-03-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51766, 1886, '0', 'preview', '2024-03-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51767, 2170, '0', 'preview', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51768, 1930, '0', 'preview', '2024-03-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51769, 2172, '0', 'default', '2024-03-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51770, 2024, '0', 'preview', '2024-03-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51771, 2027, '0', 'preview', '2024-03-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51772, 2182, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51773, 2200, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51774, 2109, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51775, 2172, '0', 'preview', '2024-03-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51776, 2182, '0', 'default', '2024-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51777, 2170, '0', 'default', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51778, 2053, '0', 'preview', '2024-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51779, 2140, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51780, 1957, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51781, 2178, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51782, 5653, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51783, 5622, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51784, 2049, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51785, 2181, '0', 'default', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51786, 2181, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51787, 2120, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51788, 1964, '0', 'preview', '2024-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51789, 2086, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51790, 2055, '0', 'default', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51791, 2179, '0', 'preview', '2024-03-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51792, 2189, '0', 'default', '2024-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51793, 2125, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51794, 2121, '0', 'preview', '2024-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51795, 2065, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51796, 2179, '0', 'default', '2024-03-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51797, 1935, '0', 'preview', '2024-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51798, 2121, '0', 'default', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51799, 2169, '0', 'preview', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51800, 2171, '0', 'preview', '2024-03-26', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51801, 2122, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51802, 2093, '0', 'preview', '2024-03-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51803, 2198, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51804, 2197, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51805, 5653, '0', 'preview', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51806, 5624, '0', 'preview', '2024-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51807, 2067, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51808, 2111, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51809, 2109, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51810, 2190, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51811, 2192, '0', 'default', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51812, 2125, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51813, 1930, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51814, 2190, '0', 'preview', '2024-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51815, 2192, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51816, 1925, '0', 'preview', '2024-03-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51817, 2133, '0', 'preview', '2024-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51818, 2054, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51819, 2113, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51820, 2113, '0', 'preview', '2024-03-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51821, 2092, '0', 'preview', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51822, 2130, '0', 'preview', '2024-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51823, 2090, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51824, 2189, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51825, 5628, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51826, 5627, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51827, 2133, '0', 'default', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51828, 1933, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51829, 2051, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51830, 2066, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51831, 2053, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51832, 1913, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51833, 2055, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51834, 2134, '0', 'preview', '2024-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51835, 1960, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51836, 2089, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51837, 2106, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51838, 2176, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51839, 1938, '0', 'default', '2024-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51840, 2174, '0', 'default', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51841, 1938, '0', 'preview', '2024-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51842, 2146, '0', 'default', '2024-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51843, 1930, '0', 'preview', '2024-03-27', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51844, 2093, '0', 'preview', '2024-03-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51845, 2016, '0', 'preview', '2024-03-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51846, 2086, '0', 'preview', '2024-03-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51847, 5627, '0', 'preview', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51848, 1950, '0', 'preview', '2024-03-27', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51849, 2110, '0', 'preview', '2024-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51850, 2110, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51851, 1935, '0', 'preview', '2024-03-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51852, 2024, '0', 'preview', '2024-03-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51853, 2107, '0', 'default', '2024-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51854, 2172, '0', 'preview', '2024-03-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51855, 5624, '0', 'preview', '2024-03-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51856, 2176, '0', 'preview', '2024-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51857, 2176, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51858, 2182, '0', 'preview', '2024-03-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51859, 2027, '0', 'preview', '2024-03-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51860, 2027, '0', 'preview', '2024-03-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51861, 2089, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51862, 2121, '0', 'preview', '2024-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51863, 2089, '0', 'preview', '2024-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51864, 2055, '0', 'preview', '2024-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51865, 2169, '0', 'preview', '2024-03-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51866, 2182, '0', 'default', '2024-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51867, 1886, '0', 'preview', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51868, 2113, '0', 'preview', '2024-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51869, 1925, '0', 'preview', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51870, 2055, '0', 'default', '2024-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51871, 2172, '0', 'default', '2024-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51872, 2053, '0', 'preview', '2024-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51873, 2016, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51874, 2125, '0', 'preview', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51875, 2189, '0', 'default', '2024-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51876, 2112, '0', 'preview', '2024-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51877, 2189, '0', 'preview', '2024-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51878, 2121, '0', 'default', '2024-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51879, 1938, '0', 'preview', '2024-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51880, 2146, '0', 'preview', '2024-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51881, 2171, '0', 'preview', '2024-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51882, 2109, '0', 'preview', '2024-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51883, 2190, '0', 'preview', '2024-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51884, 2158, '0', 'preview', '2024-03-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51885, 1916, '0', 'preview', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51886, 2088, '0', 'preview', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51887, 2198, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51888, 2093, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51889, 2190, '0', 'default', '2024-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51890, 2171, '0', 'default', '2024-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51891, 2125, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51892, 2118, '0', 'preview', '2024-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51893, 2179, '0', 'preview', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51894, 2086, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51895, 5653, '0', 'preview', '2024-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51896, 5623, '0', 'preview', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51897, 5622, '0', 'preview', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51898, 2027, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51899, 2024, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51900, 2141, '0', 'preview', '2024-03-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51901, 1918, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51902, 2169, '0', 'default', '2024-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51903, 2112, '0', 'preview', '2024-03-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51904, 2093, '0', 'preview', '2024-03-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51905, 2189, '0', 'default', '2024-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51906, 2113, '0', 'preview', '2024-03-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51907, 1938, '0', 'preview', '2024-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51908, 2055, '0', 'preview', '2024-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51909, 2053, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51910, 2182, '0', 'preview', '2024-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51911, 2148, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51912, 2172, '0', 'default', '2024-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51913, 2190, '0', 'default', '2024-03-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51914, 1935, '0', 'preview', '2024-03-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51915, 1966, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51916, 1886, '0', 'preview', '2024-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51917, 1930, '0', 'preview', '2024-03-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51918, 2109, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51919, 2016, '0', 'preview', '2024-03-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51920, 2024, '0', 'preview', '2024-03-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51921, 2027, '0', 'preview', '2024-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51922, 2111, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51923, 2169, '0', 'preview', '2024-03-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51924, 2181, '0', 'preview', '2024-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51925, 2023, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51926, 2122, '0', 'preview', '2024-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51927, 2113, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51928, 2170, '0', 'default', '2024-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51929, 1930, '0', 'default', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51930, 2086, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51931, 2172, '0', 'preview', '2024-03-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51932, 2189, '0', 'preview', '2024-03-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51933, 2121, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51934, 5628, '0', 'preview', '2024-03-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51935, 2184, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51936, 2158, '0', 'preview', '2024-03-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51937, 2170, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51938, 2086, '0', 'preview', '2024-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51939, 2109, '0', 'preview', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51940, 2125, '0', 'preview', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51941, 1952, '0', 'preview', '2024-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51942, 1931, '0', 'default', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51943, 1935, '0', 'default', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51944, 2149, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51945, 5624, '0', 'preview', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51946, 1957, '0', 'preview', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51947, 1931, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51948, 2187, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51949, 2055, '0', 'default', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51950, 2179, '0', 'default', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51951, 2173, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51952, 5621, '0', 'preview', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51953, 5628, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51954, 1950, '0', 'preview', '2024-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51955, 5625, '0', 'preview', '2024-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51956, 5623, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51957, 5622, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51958, 5653, '0', 'preview', '2024-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51959, 2178, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51960, 2191, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51961, 2190, '0', 'preview', '2024-03-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51962, 5627, '0', 'preview', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51963, 5626, '0', 'preview', '2024-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51964, 2122, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51965, 5627, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51966, 2199, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51967, 2192, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51968, 2176, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51969, 2192, '0', 'preview', '2024-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51970, 1932, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51971, 2175, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51972, 1925, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51973, 2126, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51974, 2182, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51975, 2120, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51976, 2119, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51977, 2106, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51978, 2123, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51979, 2181, '0', 'default', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51980, 2107, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51981, 2198, '0', 'preview', '2024-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51982, 2093, '0', 'preview', '2024-03-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51983, 1886, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51984, 2122, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51985, 2172, '0', 'preview', '2024-03-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51986, 2195, '0', 'preview', '2024-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51987, 2121, '0', 'preview', '2024-03-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51988, 2107, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51989, 5626, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51990, 2197, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51991, 2190, '0', 'preview', '2024-03-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51992, 2189, '0', 'preview', '2024-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51993, 2171, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51994, 2112, '0', 'preview', '2024-03-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51995, 2055, '0', 'preview', '2024-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51996, 2171, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51997, 2189, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51998, 2197, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51999, 1930, '0', 'preview', '2024-03-29', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52000, 1935, '0', 'preview', '2024-03-29', 20);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52001, 2113, '0', 'preview', '2024-03-29', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52002, 2192, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52003, 2195, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52004, 2086, '0', 'preview', '2024-03-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52005, 2182, '0', 'preview', '2024-03-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52006, 2089, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52007, 2179, '0', 'preview', '2024-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52008, 1950, '0', 'preview', '2024-03-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52009, 2169, '0', 'preview', '2024-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52010, 2027, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52011, 2172, '0', 'default', '2024-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52012, 2182, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52013, 5621, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52014, 1925, '0', 'preview', '2024-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52015, 2125, '0', 'preview', '2024-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52016, 2111, '0', 'preview', '2024-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52017, 2055, '0', 'default', '2024-03-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52018, 2109, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52019, 2110, '0', 'preview', '2024-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52020, 2016, '0', 'preview', '2024-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52021, 2170, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52022, 2190, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52023, 5627, '0', 'default', '2024-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52024, 2199, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52025, 2201, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52026, 5625, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52027, 5623, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52028, 5624, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52029, 5622, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52030, 5653, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52031, 2178, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52032, 1957, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52033, 2140, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52034, 1952, '0', 'default', '2024-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52035, 2126, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52036, 2142, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52037, 1950, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52038, 2129, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52039, 1955, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52040, 2152, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52041, 2027, '0', 'preview', '2024-03-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52042, 2024, '0', 'preview', '2024-03-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52043, 1935, '0', 'default', '2024-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52044, 5627, '0', 'preview', '2024-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52045, 2201, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52046, 2183, '0', 'preview', '2024-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52047, 2187, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52048, 1967, '0', 'preview', '2024-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52049, 2176, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52050, 5653, '0', 'preview', '2024-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52051, 2086, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52052, 5622, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52053, 2129, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52054, 2174, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52055, 2188, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52056, 2186, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52057, 5624, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52058, 5625, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52059, 5623, '0', 'preview', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52060, 2169, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52061, 2121, '0', 'default', '2024-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52062, 2189, '0', 'preview', '2024-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52063, 2182, '0', 'preview', '2024-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52064, 1950, '0', 'preview', '2024-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52065, 2023, '0', 'preview', '2024-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52066, 1886, '0', 'preview', '2024-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52067, 2145, '0', 'preview', '2024-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52068, 1935, '0', 'preview', '2024-03-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52069, 2015, '0', 'preview', '2024-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52070, 2086, '0', 'preview', '2024-03-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52071, 2112, '0', 'preview', '2024-03-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52072, 2169, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52073, 2192, '0', 'preview', '2024-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52074, 2113, '0', 'preview', '2024-03-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52075, 1935, '0', 'default', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52076, 2172, '0', 'preview', '2024-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52077, 2171, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52078, 2024, '0', 'preview', '2024-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52079, 2190, '0', 'preview', '2024-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52080, 2191, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52081, 2203, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52082, 2111, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52083, 2111, '0', 'default', '2024-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52084, 5625, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52085, 5622, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52086, 5628, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52087, 5624, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52088, 2129, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52089, 2195, '0', 'default', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52090, 2189, '0', 'default', '2024-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52091, 2055, '0', 'default', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52092, 5628, '0', 'default', '2024-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52093, 2197, '0', 'default', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52094, 2203, '0', 'default', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52095, 2198, '0', 'default', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52096, 1930, '0', 'preview', '2024-03-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52097, 2089, '0', 'default', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52098, 2121, '0', 'default', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52099, 2170, '0', 'preview', '2024-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52100, 2192, '0', 'default', '2024-03-30', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52101, 2166, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52102, 2172, '0', 'default', '2024-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52103, 2182, '0', 'default', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52104, 2190, '0', 'default', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52105, 2027, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52106, 2181, '0', 'default', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52107, 2121, '0', 'preview', '2024-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52108, 2111, '0', 'preview', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52109, 2024, '0', 'preview', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52110, 2027, '0', 'preview', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52111, 2121, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52112, 2089, '0', 'preview', '2024-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52113, 2111, '0', 'default', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52114, 2181, '0', 'preview', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52115, 2112, '0', 'preview', '2024-03-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52116, 5621, '0', 'default', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52117, 2065, '0', 'preview', '2024-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52118, 2055, '0', 'preview', '2024-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52119, 2169, '0', 'preview', '2024-03-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52120, 2048, '0', 'default', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52121, 1950, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52122, 2121, '0', 'default', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52123, 2182, '0', 'preview', '2024-03-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52124, 2189, '0', 'default', '2024-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52125, 1930, '0', 'preview', '2024-03-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52126, 1935, '0', 'preview', '2024-03-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52127, 2113, '0', 'preview', '2024-03-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52128, 2192, '0', 'default', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52129, 2090, '0', 'default', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52130, 2174, '0', 'default', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52131, 2016, '0', 'preview', '2024-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52132, 2183, '0', 'default', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52133, 2186, '0', 'default', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52134, 1925, '0', 'default', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52135, 2172, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52136, 2174, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52137, 2182, '0', 'default', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52138, 2170, '0', 'preview', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52139, 1912, '0', 'preview', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52140, 2172, '0', 'default', '2024-03-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52141, 2176, '0', 'preview', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52142, 2191, '0', 'default', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52143, 2190, '0', 'default', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52144, 1886, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52145, 2023, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52146, 1964, '0', 'default', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52147, 2118, '0', 'preview', '2024-03-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52148, 1938, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52149, 2051, '0', 'preview', '2024-03-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52150, 1964, '0', 'preview', '2024-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52151, 2179, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52152, 2171, '0', 'default', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52153, 2189, '0', 'preview', '2024-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52154, 2195, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52155, 2192, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52156, 2197, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52157, 2086, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52158, 5653, '0', 'preview', '2024-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52159, 1957, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52160, 5624, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52161, 1913, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52162, 1908, '0', 'preview', '2024-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52163, 2113, '0', 'preview', '2024-04-01', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52164, 1930, '0', 'preview', '2024-04-01', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52165, 1935, '0', 'preview', '2024-04-01', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52166, 1931, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52167, 2121, '0', 'preview', '2024-04-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52168, 5624, '0', 'preview', '2024-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52169, 2182, '0', 'default', '2024-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52170, 2179, '0', 'preview', '2024-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52171, 2016, '0', 'preview', '2024-04-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52172, 2191, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52173, 2190, '0', 'preview', '2024-04-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52174, 2024, '0', 'preview', '2024-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52175, 2027, '0', 'preview', '2024-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52176, 2112, '0', 'preview', '2024-04-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52177, 2181, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52178, 2091, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52179, 2089, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52180, 2122, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52181, 5628, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52182, 2189, '0', 'default', '2024-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52183, 2053, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52184, 1955, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52185, 5625, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52186, 1957, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52187, 2086, '0', 'preview', '2024-04-01', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52188, 2106, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52189, 2172, '0', 'preview', '2024-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52190, 2090, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52191, 2130, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52192, 2186, '0', 'default', '2024-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52193, 2134, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52194, 2090, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52195, 2133, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52196, 2141, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52197, 1925, '0', 'preview', '2024-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52198, 2089, '0', 'preview', '2024-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52199, 2055, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52200, 1950, '0', 'preview', '2024-04-01', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52201, 2125, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52202, 2158, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52203, 2197, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52204, 2172, '0', 'default', '2024-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52205, 2023, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52206, 2190, '0', 'default', '2024-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52207, 1886, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52208, 2169, '0', 'preview', '2024-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52209, 2125, '0', 'preview', '2024-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52210, 2182, '0', 'preview', '2024-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52211, 2179, '0', 'default', '2024-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52212, 2199, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52213, 1967, '0', 'preview', '2024-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52214, 2170, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52215, 2196, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52216, 2053, '0', 'preview', '2024-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52217, 2192, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52218, 5626, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52219, 2189, '0', 'preview', '2024-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52220, 5627, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52221, 1935, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52222, 2048, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52223, 2112, '0', 'default', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52224, 2092, '0', 'preview', '2024-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52225, 2055, '0', 'preview', '2024-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52226, 2111, '0', 'default', '2024-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52227, 2169, '0', 'preview', '2024-04-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52228, 5621, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52229, 2117, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52230, 1930, '0', 'preview', '2024-04-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52231, 2086, '0', 'preview', '2024-04-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52232, 2112, '0', 'preview', '2024-04-02', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52233, 2113, '0', 'preview', '2024-04-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52234, 1935, '0', 'preview', '2024-04-02', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52235, 5626, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52236, 1950, '0', 'preview', '2024-04-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52237, 2107, '0', 'preview', '2024-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52238, 2122, '0', 'preview', '2024-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52239, 5624, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52240, 5653, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52241, 2016, '0', 'preview', '2024-04-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52242, 2027, '0', 'preview', '2024-04-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52243, 2024, '0', 'preview', '2024-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52244, 2092, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52245, 2179, '0', 'default', '2024-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52246, 1967, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52247, 2121, '0', 'preview', '2024-04-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52248, 2172, '0', 'default', '2024-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52249, 2107, '0', 'default', '2024-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52250, 2171, '0', 'default', '2024-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52251, 2089, '0', 'preview', '2024-04-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52252, 2109, '0', 'preview', '2024-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52253, 2055, '0', 'default', '2024-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52254, 1967, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52255, 2189, '0', 'default', '2024-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52256, 2190, '0', 'default', '2024-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52257, 2109, '0', 'default', '2024-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52258, 2191, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52259, 2110, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52260, 2111, '0', 'default', '2024-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52261, 2191, '0', 'preview', '2024-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52262, 2173, '0', 'default', '2024-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52263, 2130, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52264, 2190, '0', 'preview', '2024-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52265, 2174, '0', 'default', '2024-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52266, 1925, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52267, 2176, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52268, 2170, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52269, 2197, '0', 'default', '2024-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52270, 2165, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52271, 1931, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52272, 2189, '0', 'preview', '2024-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52273, 2182, '0', 'preview', '2024-04-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52274, 2048, '0', 'preview', '2024-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52275, 2192, '0', 'default', '2024-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52276, 2089, '0', 'default', '2024-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52277, 1930, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52278, 2106, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52279, 1917, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52280, 1964, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52281, 2179, '0', 'preview', '2024-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52282, 2172, '0', 'preview', '2024-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52283, 2111, '0', 'preview', '2024-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52284, 2182, '0', 'default', '2024-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52285, 2133, '0', 'preview', '2024-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52286, 2130, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52287, 1925, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52288, 2110, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52289, 2093, '0', 'preview', '2024-04-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52290, 2118, '0', 'preview', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52291, 2118, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52292, 2171, '0', 'preview', '2024-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52293, 2125, '0', 'preview', '2024-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52294, 2145, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52295, 2145, '0', 'preview', '2024-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52296, 2053, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52297, 2055, '0', 'preview', '2024-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52298, 2158, '0', 'preview', '2024-04-02', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52299, 2112, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52300, 2092, '0', 'preview', '2024-04-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52301, 2199, '0', 'default', '2024-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52302, 2201, '0', 'default', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52303, 5627, '0', 'default', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52304, 1930, '0', 'preview', '2024-04-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52305, 2016, '0', 'preview', '2024-04-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52306, 2093, '0', 'preview', '2024-04-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52307, 2024, '0', 'preview', '2024-04-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52308, 2111, '0', 'default', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52309, 2027, '0', 'preview', '2024-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52310, 2170, '0', 'default', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52311, 2113, '0', 'preview', '2024-04-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52312, 2121, '0', 'preview', '2024-04-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52313, 2192, '0', 'preview', '2024-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52314, 2190, '0', 'preview', '2024-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52315, 2189, '0', 'preview', '2024-04-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52316, 2189, '0', 'default', '2024-04-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52317, 2182, '0', 'preview', '2024-04-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52318, 2110, '0', 'preview', '2024-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52319, 5627, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52320, 2173, '0', 'preview', '2024-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52321, 2092, '0', 'preview', '2024-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52322, 2187, '0', 'preview', '2024-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52323, 2179, '0', 'preview', '2024-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52324, 1950, '0', 'preview', '2024-04-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52325, 2181, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52326, 2182, '0', 'default', '2024-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52327, 2174, '0', 'preview', '2024-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52328, 2086, '0', 'preview', '2024-04-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52329, 2053, '0', 'default', '2024-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52330, 1935, '0', 'preview', '2024-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52331, 2089, '0', 'default', '2024-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52332, 2111, '0', 'preview', '2024-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52333, 2109, '0', 'preview', '2024-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52334, 2125, '0', 'preview', '2024-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52335, 2185, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52336, 2112, '0', 'preview', '2024-04-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52337, 2169, '0', 'preview', '2024-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52338, 2172, '0', 'default', '2024-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52339, 2055, '0', 'default', '2024-04-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52340, 2107, '0', 'default', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52341, 2171, '0', 'default', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52342, 1935, '0', 'default', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52343, 5624, '0', 'preview', '2024-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52344, 5622, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52345, 1886, '0', 'preview', '2024-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52346, 2126, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52347, 2172, '0', 'preview', '2024-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52348, 5628, '0', 'preview', '2024-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52349, 2053, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52350, 2086, '0', 'default', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52351, 2188, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52352, 2170, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52353, 2171, '0', 'preview', '2024-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52354, 2197, '0', 'default', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52355, 5653, '0', 'preview', '2024-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52356, 2055, '0', 'preview', '2024-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52357, 2024, '0', 'default', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52358, 2197, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52359, 2198, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52360, 2175, '0', 'preview', '2024-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52361, 1967, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52362, 2133, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52363, 2181, '0', 'default', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52364, 2201, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52365, 2158, '0', 'preview', '2024-04-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52366, 1964, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52367, 2051, '0', 'preview', '2024-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52368, 2112, '0', 'preview', '2024-04-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52369, 2112, '0', 'preview', '2024-04-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52370, 2027, '0', 'default', '2024-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52371, 2121, '0', 'preview', '2024-04-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52372, 2182, '0', 'default', '2024-04-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52373, 2198, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52374, 2172, '0', 'default', '2024-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52375, 2203, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52376, 2086, '0', 'preview', '2024-04-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52377, 2027, '0', 'preview', '2024-04-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52378, 2093, '0', 'preview', '2024-04-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52379, 2123, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52380, 2170, '0', 'default', '2024-04-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52381, 2182, '0', 'preview', '2024-04-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52382, 5624, '0', 'preview', '2024-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52383, 2093, '0', 'default', '2024-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52384, 1930, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52385, 2121, '0', 'default', '2024-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52386, 2048, '0', 'default', '2024-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52387, 2067, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52388, 2089, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52389, 2179, '0', 'preview', '2024-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52390, 2190, '0', 'preview', '2024-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52391, 2186, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52392, 2173, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52393, 2174, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52394, 2189, '0', 'preview', '2024-04-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52395, 2189, '0', 'default', '2024-04-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52396, 1950, '0', 'preview', '2024-04-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52397, 5653, '0', 'preview', '2024-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52398, 2172, '0', 'preview', '2024-04-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52399, 2192, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52400, 1930, '0', 'preview', '2024-04-04', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52401, 2016, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52402, 2024, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52403, 2016, '0', 'preview', '2024-04-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52404, 2055, '0', 'default', '2024-04-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52405, 2053, '0', 'preview', '2024-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52406, 2191, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52407, 2024, '0', 'preview', '2024-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52408, 5626, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52409, 2158, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52410, 1935, '0', 'preview', '2024-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52411, 2113, '0', 'preview', '2024-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52412, 2169, '0', 'preview', '2024-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52413, 2055, '0', 'preview', '2024-04-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52414, 2171, '0', 'default', '2024-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52415, 1935, '0', 'default', '2024-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52416, 1931, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52417, 2089, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52418, 1964, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52419, 2169, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52420, 2181, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52421, 2192, '0', 'default', '2024-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52422, 2129, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52423, 2142, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52424, 2086, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52425, 2125, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52426, 2190, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52427, 1960, '0', 'preview', '2024-04-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52428, 1886, '0', 'preview', '2024-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52429, 2198, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52430, 2111, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52431, 1925, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52432, 1960, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52433, 2179, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52434, 1967, '0', 'preview', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52435, 2174, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52436, 2173, '0', 'default', '2024-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52437, 1886, '0', 'preview', '2024-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52438, 2192, '0', 'default', '2024-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52439, 2055, '0', 'default', '2024-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52440, 2112, '0', 'preview', '2024-04-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52441, 2172, '0', 'preview', '2024-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52442, 2190, '0', 'preview', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52443, 2090, '0', 'preview', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52444, 2027, '0', 'default', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52445, 1930, '0', 'preview', '2024-04-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52446, 2174, '0', 'preview', '2024-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52447, 2182, '0', 'preview', '2024-04-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52448, 1950, '0', 'preview', '2024-04-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52449, 2086, '0', 'preview', '2024-04-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52450, 1960, '0', 'preview', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52451, 1935, '0', 'preview', '2024-04-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52452, 2172, '0', 'default', '2024-04-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52453, 2089, '0', 'default', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52454, 2125, '0', 'preview', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52455, 2027, '0', 'preview', '2024-04-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52456, 2016, '0', 'preview', '2024-04-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52457, 2024, '0', 'preview', '2024-04-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52458, 2092, '0', 'preview', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52459, 2169, '0', 'preview', '2024-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52460, 2192, '0', 'preview', '2024-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52461, 2121, '0', 'preview', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52462, 2179, '0', 'default', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52463, 2048, '0', 'default', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52464, 2048, '0', 'preview', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52465, 2179, '0', 'preview', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52466, 2089, '0', 'preview', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52467, 2181, '0', 'default', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52468, 2189, '0', 'default', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52469, 2113, '0', 'preview', '2024-04-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52470, 2170, '0', 'preview', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52471, 5653, '0', 'preview', '2024-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52472, 2112, '0', 'default', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52473, 2067, '0', 'preview', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52474, 2182, '0', 'default', '2024-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52475, 2016, '0', 'default', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52476, 2051, '0', 'preview', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52477, 2170, '0', 'default', '2024-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52478, 2093, '0', 'preview', '2024-04-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52479, 5624, '0', 'preview', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52480, 5621, '0', 'preview', '2024-04-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52481, 2189, '0', 'preview', '2024-04-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52482, 2117, '0', 'preview', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52483, 1967, '0', 'preview', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52484, 2197, '0', 'preview', '2024-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52485, 5628, '0', 'preview', '2024-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52486, 2198, '0', 'default', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52487, 2198, '0', 'preview', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52488, 2197, '0', 'default', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52489, 2171, '0', 'default', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52490, 2109, '0', 'default', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52491, 2055, '0', 'preview', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52492, 2093, '0', 'default', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52493, 2118, '0', 'default', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52494, 2053, '0', 'preview', '2024-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52495, 1925, '0', 'preview', '2024-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52496, 2169, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52497, 2182, '0', 'preview', '2024-04-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52498, 2189, '0', 'default', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52499, 2089, '0', 'default', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52500, 2170, '0', 'default', '2024-04-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52501, 2172, '0', 'default', '2024-04-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52502, 1930, '0', 'preview', '2024-04-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52503, 2172, '0', 'preview', '2024-04-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52504, 1950, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52505, 5653, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52506, 2027, '0', 'default', '2024-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52507, 2121, '0', 'preview', '2024-04-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52508, 2186, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52509, 2179, '0', 'preview', '2024-04-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52510, 2182, '0', 'default', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52511, 1933, '0', 'preview', '2024-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52512, 2112, '0', 'preview', '2024-04-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52513, 2189, '0', 'preview', '2024-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52514, 5628, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52515, 2113, '0', 'preview', '2024-04-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52516, 2024, '0', 'preview', '2024-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52517, 2203, '0', 'default', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52518, 2093, '0', 'default', '2024-04-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52519, 2089, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52520, 2190, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52521, 2191, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52522, 2121, '0', 'default', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52523, 2118, '0', 'default', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52524, 2170, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52525, 2054, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52526, 1935, '0', 'preview', '2024-04-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52527, 2109, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52528, 2145, '0', 'preview', '2024-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52529, 2121, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52530, 2093, '0', 'default', '2024-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52531, 2183, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52532, 1950, '0', 'preview', '2024-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52533, 2158, '0', 'preview', '2024-04-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52534, 2122, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52535, 2113, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52536, 1930, '0', 'preview', '2024-04-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52537, 2016, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52538, 2109, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52539, 2169, '0', 'preview', '2024-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52540, 2121, '0', 'default', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52541, 2048, '0', 'default', '2024-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52542, 2067, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52543, 2186, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52544, 2172, '0', 'preview', '2024-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52545, 2024, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52546, 2086, '0', 'preview', '2024-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52547, 2089, '0', 'default', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52548, 2053, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52549, 2053, '0', 'default', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52550, 2089, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52551, 2112, '0', 'preview', '2024-04-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52552, 5624, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52553, 5653, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52554, 2182, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52555, 2174, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52556, 2189, '0', 'default', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52557, 2174, '0', 'default', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52558, 2111, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52559, 2172, '0', 'default', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52560, 2027, '0', 'default', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52561, 2055, '0', 'preview', '2024-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52562, 1938, '0', 'preview', '2024-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52563, 2089, '0', 'preview', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52564, 2053, '0', 'default', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52565, 1967, '0', 'default', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52566, 2179, '0', 'default', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52567, 2174, '0', 'preview', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52568, 2187, '0', 'preview', '2024-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52569, 2186, '0', 'preview', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52570, 5621, '0', 'default', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52571, 2179, '0', 'preview', '2024-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52572, 2089, '0', 'default', '2024-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52573, 2113, '0', 'preview', '2024-04-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52574, 1935, '0', 'preview', '2024-04-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52575, 2182, '0', 'default', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52576, 2172, '0', 'default', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52577, 2016, '0', 'preview', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52578, 1930, '0', 'preview', '2024-04-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52579, 2027, '0', 'preview', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52580, 2024, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52581, 2191, '0', 'default', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52582, 2191, '0', 'preview', '2024-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52583, 2192, '0', 'default', '2024-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52584, 2192, '0', 'preview', '2024-04-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52585, 2110, '0', 'default', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52586, 2110, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52587, 2109, '0', 'preview', '2024-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52588, 2109, '0', 'default', '2024-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52589, 2190, '0', 'preview', '2024-04-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52590, 2190, '0', 'default', '2024-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52591, 2189, '0', 'default', '2024-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52592, 2121, '0', 'default', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52593, 2181, '0', 'default', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52594, 2121, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52595, 2178, '0', 'default', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52596, 1886, '0', 'preview', '2024-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52597, 5622, '0', 'default', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52598, 2189, '0', 'preview', '2024-04-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52599, 2199, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52600, 5627, '0', 'preview', '2024-04-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52601, 2200, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52602, 2182, '0', 'preview', '2024-04-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52603, 2093, '0', 'default', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52604, 2172, '0', 'preview', '2024-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52605, 2106, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52606, 1912, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52607, 2067, '0', 'preview', '2024-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52608, 2055, '0', 'preview', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52609, 2054, '0', 'preview', '2024-04-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52610, 2086, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52611, 2111, '0', 'preview', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52612, 2093, '0', 'preview', '2024-04-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52613, 2055, '0', 'default', '2024-04-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52614, 2054, '0', 'default', '2024-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52615, 2111, '0', 'default', '2024-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52616, 2088, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52617, 2112, '0', 'preview', '2024-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52618, 2170, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52619, 1925, '0', 'preview', '2024-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52620, 2169, '0', 'preview', '2024-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52621, 2133, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52622, 2090, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52623, 2185, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52624, 2120, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52625, 2130, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52626, 5624, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52627, 2067, '0', 'default', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52628, 2024, '0', 'default', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52629, 1950, '0', 'preview', '2024-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52630, 2185, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52631, 2186, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52632, 1935, '0', 'preview', '2024-04-09', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52633, 1930, '0', 'preview', '2024-04-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52634, 2182, '0', 'preview', '2024-04-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52635, 2113, '0', 'preview', '2024-04-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52636, 2112, '0', 'preview', '2024-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52637, 2125, '0', 'default', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52638, 2055, '0', 'default', '2024-04-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52639, 2172, '0', 'preview', '2024-04-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52640, 2016, '0', 'preview', '2024-04-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52641, 2027, '0', 'preview', '2024-04-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52642, 2024, '0', 'preview', '2024-04-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52643, 2054, '0', 'default', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52644, 2086, '0', 'preview', '2024-04-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52645, 2170, '0', 'preview', '2024-04-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52646, 2106, '0', 'preview', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52647, 1912, '0', 'preview', '2024-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52648, 2182, '0', 'default', '2024-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52649, 2121, '0', 'default', '2024-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52650, 2027, '0', 'default', '2024-04-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52651, 2181, '0', 'preview', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52652, 2053, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52653, 5624, '0', 'preview', '2024-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52654, 5653, '0', 'preview', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52655, 2093, '0', 'default', '2024-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52656, 5621, '0', 'default', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52657, 2089, '0', 'default', '2024-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52658, 2048, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52659, 2121, '0', 'preview', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52660, 2171, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52661, 2171, '0', 'preview', '2024-04-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52662, 2134, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52663, 2190, '0', 'default', '2024-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52664, 2065, '0', 'preview', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52665, 1930, '0', 'default', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52666, 2093, '0', 'preview', '2024-04-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52667, 2055, '0', 'preview', '2024-04-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52668, 2109, '0', 'preview', '2024-04-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52669, 1931, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52670, 2048, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52671, 2110, '0', 'preview', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52672, 2111, '0', 'preview', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52673, 2189, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52674, 2192, '0', 'default', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52675, 2174, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52676, 2173, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52677, 1925, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52678, 2179, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52679, 2016, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52680, 2024, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52681, 1912, '0', 'default', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52682, 2067, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52683, 2112, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52684, 2170, '0', 'default', '2024-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52685, 1886, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52686, 2158, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52687, 2169, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52688, 2172, '0', 'default', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52689, 1960, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52690, 2086, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52691, 2053, '0', 'default', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52692, 2169, '0', 'preview', '2024-04-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52693, 2111, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52694, 2133, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52695, 2166, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52696, 2165, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52697, 5621, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52698, 1935, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52699, 2166, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52700, 1950, '0', 'preview', '2024-04-09', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52701, 2067, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52702, 1886, '0', 'preview', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52703, 2113, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52704, 2190, '0', 'preview', '2024-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52705, 5627, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52706, 2199, '0', 'preview', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52707, 2192, '0', 'preview', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52708, 2189, '0', 'preview', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52709, 2109, '0', 'default', '2024-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52710, 1925, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52711, 2123, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52712, 2195, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52713, 2118, '0', 'default', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52714, 5622, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52715, 2197, '0', 'preview', '2024-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52716, 1935, '0', 'preview', '2024-04-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52717, 2086, '0', 'preview', '2024-04-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52718, 1886, '0', 'preview', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52719, 2172, '0', 'preview', '2024-04-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52720, 2112, '0', 'preview', '2024-04-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52721, 1912, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52722, 2169, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52723, 2089, '0', 'default', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52724, 2054, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52725, 1960, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52726, 2189, '0', 'preview', '2024-04-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52727, 5621, '0', 'preview', '2024-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52728, 2169, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52729, 2117, '0', 'preview', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52730, 2113, '0', 'preview', '2024-04-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52731, 1930, '0', 'preview', '2024-04-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52732, 2055, '0', 'default', '2024-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52733, 2109, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52734, 2190, '0', 'default', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52735, 2121, '0', 'preview', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52736, 2093, '0', 'default', '2024-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52737, 2016, '0', 'preview', '2024-04-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52738, 2176, '0', 'preview', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52739, 2145, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52740, 2089, '0', 'preview', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52741, 2182, '0', 'preview', '2024-04-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52742, 2122, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52743, 2027, '0', 'preview', '2024-04-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52744, 2024, '0', 'preview', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52745, 2067, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52746, 5625, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52747, 2121, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52748, 2134, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52749, 2093, '0', 'preview', '2024-04-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52750, 2111, '0', 'preview', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52751, 2109, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52752, 2110, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52753, 2110, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52754, 2170, '0', 'default', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52755, 2170, '0', 'preview', '2024-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52756, 2190, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52757, 2182, '0', 'default', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52758, 2181, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52759, 2181, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52760, 2179, '0', 'preview', '2024-04-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52761, 2179, '0', 'default', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52762, 1967, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52763, 2172, '0', 'default', '2024-04-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52764, 5653, '0', 'preview', '2024-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52765, 1930, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52766, 2051, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52767, 1964, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52768, 5624, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52769, 1950, '0', 'preview', '2024-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52770, 2189, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52771, 1918, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52772, 1937, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52773, 2133, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52774, 2187, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52775, 2122, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52776, 2158, '0', 'preview', '2024-04-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52777, 2186, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52778, 2125, '0', 'preview', '2024-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52779, 5628, '0', 'preview', '2024-04-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52780, 2053, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52781, 5626, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52782, 2135, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52783, 1925, '0', 'preview', '2024-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52784, 2106, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52785, 5627, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52786, 2192, '0', 'preview', '2024-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52787, 2191, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52788, 2092, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52789, 2171, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52790, 1932, '0', 'preview', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52791, 1967, '0', 'default', '2024-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52792, 1930, '0', 'preview', '2024-04-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52793, 1935, '0', 'preview', '2024-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52794, 2121, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52795, 2027, '0', 'preview', '2024-04-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52796, 5653, '0', 'preview', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52797, 2024, '0', 'preview', '2024-04-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52798, 2169, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52799, 2113, '0', 'preview', '2024-04-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52800, 2027, '0', 'default', '2024-04-11', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52801, 2189, '0', 'default', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52802, 2121, '0', 'default', '2024-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52803, 2181, '0', 'default', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52804, 2182, '0', 'default', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52805, 2093, '0', 'default', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52806, 2089, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52807, 2016, '0', 'preview', '2024-04-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52808, 2170, '0', 'default', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52809, 2172, '0', 'preview', '2024-04-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52810, 2093, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52811, 1935, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52812, 2182, '0', 'preview', '2024-04-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52813, 2109, '0', 'preview', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52814, 2192, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52815, 2023, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52816, 2172, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52817, 2024, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52818, 2089, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52819, 2151, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52820, 2154, '0', 'preview', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52821, 1933, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52822, 1931, '0', 'preview', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52823, 2153, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52824, 2088, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52825, 2189, '0', 'preview', '2024-04-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52826, 2198, '0', 'preview', '2024-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52827, 2169, '0', 'preview', '2024-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52828, 2199, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52829, 2086, '0', 'preview', '2024-04-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52830, 2186, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52831, 2198, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52832, 2055, '0', 'default', '2024-04-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52833, 2055, '0', 'preview', '2024-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52834, 2179, '0', 'preview', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52835, 1967, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52836, 2053, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52837, 1952, '0', 'preview', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52838, 2190, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52839, 1930, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52840, 2092, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52841, 2092, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52842, 2090, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52843, 2090, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52844, 2185, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52845, 2188, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52846, 2086, '0', 'default', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52847, 5624, '0', 'preview', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52848, 2130, '0', 'preview', '2024-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52849, 2183, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52850, 1950, '0', 'preview', '2024-04-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52851, 5625, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52852, 2140, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52853, 2142, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52854, 2106, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52855, 2179, '0', 'default', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52856, 2067, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52857, 1886, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52858, 2111, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52859, 2110, '0', 'preview', '2024-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52860, 2125, '0', 'preview', '2024-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52861, 2090, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52862, 2125, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52863, 2187, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52864, 2089, '0', 'preview', '2024-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52865, 2172, '0', 'preview', '2024-04-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52866, 2027, '0', 'preview', '2024-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52867, 2112, '0', 'preview', '2024-04-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52868, 2182, '0', 'default', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52869, 1950, '0', 'preview', '2024-04-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52870, 2093, '0', 'preview', '2024-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52871, 2086, '0', 'preview', '2024-04-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52872, 5624, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52873, 2093, '0', 'default', '2024-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52874, 2113, '0', 'preview', '2024-04-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52875, 2174, '0', 'preview', '2024-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52876, 2179, '0', 'preview', '2024-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52877, 2121, '0', 'preview', '2024-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52878, 2106, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52879, 1935, '0', 'preview', '2024-04-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52880, 2067, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52881, 2158, '0', 'preview', '2024-04-12', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52882, 2184, '0', 'default', '2024-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52883, 2182, '0', 'preview', '2024-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52884, 2170, '0', 'preview', '2024-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52885, 2048, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52886, 2016, '0', 'preview', '2024-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52887, 1930, '0', 'preview', '2024-04-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52888, 2185, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52889, 2172, '0', 'default', '2024-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52890, 2024, '0', 'preview', '2024-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52891, 2189, '0', 'default', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52892, 2197, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52893, 2133, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52894, 2189, '0', 'preview', '2024-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52895, 1935, '0', 'default', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52896, 2191, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52897, 2190, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52898, 5623, '0', 'preview', '2024-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52899, 2169, '0', 'default', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52900, 2024, '0', 'default', '2024-04-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52901, 2055, '0', 'default', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52902, 1967, '0', 'preview', '2024-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52903, 2169, '0', 'preview', '2024-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52904, 1886, '0', 'preview', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52905, 2125, '0', 'default', '2024-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52906, 2016, '0', 'preview', '2024-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52907, 2169, '0', 'preview', '2024-04-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52908, 1950, '0', 'preview', '2024-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52909, 1935, '0', 'preview', '2024-04-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52910, 1930, '0', 'preview', '2024-04-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52911, 2113, '0', 'preview', '2024-04-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52912, 2189, '0', 'preview', '2024-04-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52913, 2191, '0', 'preview', '2024-04-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52914, 5621, '0', 'preview', '2024-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52915, 2112, '0', 'preview', '2024-04-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52916, 2110, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52917, 5627, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52918, 2092, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52919, 2086, '0', 'preview', '2024-04-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52920, 2189, '0', 'default', '2024-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52921, 2191, '0', 'default', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52922, 2093, '0', 'preview', '2024-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52923, 2172, '0', 'default', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52924, 2111, '0', 'default', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52925, 2121, '0', 'default', '2024-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52926, 2093, '0', 'default', '2024-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52927, 2170, '0', 'preview', '2024-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52928, 2125, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52929, 2172, '0', 'preview', '2024-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52930, 2086, '0', 'default', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52931, 2182, '0', 'default', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52932, 2181, '0', 'default', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52933, 2055, '0', 'default', '2024-04-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52934, 2027, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52935, 2048, '0', 'default', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52936, 2176, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52937, 2192, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52938, 2109, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52939, 2179, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52940, 2024, '0', 'preview', '2024-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52941, 2051, '0', 'default', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52942, 1964, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52943, 2051, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52944, 2055, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52945, 2186, '0', 'default', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52946, 2171, '0', 'default', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52947, 5621, '0', 'default', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52948, 2133, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52949, 2089, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52950, 2111, '0', 'preview', '2024-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52951, 2197, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52952, 5628, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52953, 2120, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52954, 5653, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52955, 2188, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52956, 5624, '0', 'preview', '2024-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52957, 1935, '0', 'preview', '2024-04-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52958, 2093, '0', 'default', '2024-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52959, 2109, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52960, 1915, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52961, 2112, '0', 'preview', '2024-04-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52962, 2053, '0', 'default', '2024-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52963, 2113, '0', 'preview', '2024-04-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52964, 2086, '0', 'preview', '2024-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52965, 2169, '0', 'preview', '2024-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52966, 2016, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52967, 1938, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52968, 2125, '0', 'default', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52969, 2093, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52970, 1930, '0', 'preview', '2024-04-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52971, 1908, '0', 'default', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52972, 2172, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52973, 2199, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52974, 5627, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52975, 5626, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52976, 2027, '0', 'default', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52977, 2189, '0', 'default', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52978, 2182, '0', 'default', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52979, 2055, '0', 'default', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52980, 2174, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52981, 2175, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52982, 2188, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52983, 2185, '0', 'preview', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52984, 2109, '0', 'default', '2024-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52985, 2123, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52986, 2093, '0', 'default', '2024-04-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52987, 2182, '0', 'preview', '2024-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52988, 2112, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52989, 5653, '0', 'preview', '2024-04-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52990, 1950, '0', 'preview', '2024-04-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52991, 5624, '0', 'preview', '2024-04-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52992, 2121, '0', 'default', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52993, 1938, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52994, 2172, '0', 'preview', '2024-04-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52995, 2172, '0', 'default', '2024-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52996, 2112, '0', 'preview', '2024-04-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52997, 2113, '0', 'preview', '2024-04-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52998, 1935, '0', 'preview', '2024-04-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52999, 1930, '0', 'preview', '2024-04-15', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53000, 5628, '0', 'preview', '2024-04-15', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53001, 2189, '0', 'preview', '2024-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53002, 2086, '0', 'preview', '2024-04-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53003, 2191, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53004, 2024, '0', 'preview', '2024-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53005, 1964, '0', 'preview', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53006, 2051, '0', 'preview', '2024-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53007, 2016, '0', 'preview', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53008, 2111, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53009, 2186, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53010, 2125, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53011, 2121, '0', 'preview', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53012, 2053, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53013, 2055, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53014, 2176, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53015, 2093, '0', 'preview', '2024-04-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53016, 2170, '0', 'default', '2024-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53017, 2027, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53018, 2027, '0', 'preview', '2024-04-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53019, 2109, '0', 'preview', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53020, 2192, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53021, 5626, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53022, 2195, '0', 'preview', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53023, 2200, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53024, 5623, '0', 'preview', '2024-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53025, 5625, '0', 'preview', '2024-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53026, 2133, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53027, 2133, '0', 'preview', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53028, 2055, '0', 'default', '2024-04-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53029, 2109, '0', 'default', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53030, 2110, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53031, 2092, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53032, 2090, '0', 'preview', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53033, 2110, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53034, 2173, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53035, 2174, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53036, 2158, '0', 'preview', '2024-04-15', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53037, 2186, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53038, 2190, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53039, 2170, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53040, 2173, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53041, 2053, '0', 'preview', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53042, 2054, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53043, 2054, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53044, 1952, '0', 'preview', '2024-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53045, 5622, '0', 'preview', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53046, 1925, '0', 'preview', '2024-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53047, 2187, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53048, 2126, '0', 'preview', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53049, 2106, '0', 'default', '2024-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53050, 2169, '0', 'preview', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53051, 2086, '0', 'default', '2024-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53052, 2188, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53053, 2190, '0', 'default', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53054, 2112, '0', 'preview', '2024-04-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53055, 2197, '0', 'preview', '2024-04-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53056, 2197, '0', 'default', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53057, 1967, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53058, 2086, '0', 'preview', '2024-04-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53059, 2093, '0', 'preview', '2024-04-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53060, 1930, '0', 'preview', '2024-04-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53061, 2113, '0', 'preview', '2024-04-16', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53062, 1935, '0', 'preview', '2024-04-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53063, 1937, '0', 'preview', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53064, 2172, '0', 'preview', '2024-04-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53065, 2189, '0', 'preview', '2024-04-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53066, 2053, '0', 'default', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53067, 2053, '0', 'preview', '2024-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53068, 2198, '0', 'preview', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53069, 2195, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53070, 2199, '0', 'preview', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53071, 2172, '0', 'default', '2024-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53072, 2027, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53073, 1950, '0', 'preview', '2024-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53074, 5653, '0', 'preview', '2024-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53075, 2121, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53076, 5624, '0', 'preview', '2024-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53077, 2055, '0', 'preview', '2024-04-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53078, 2055, '0', 'default', '2024-04-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53079, 2113, '0', 'default', '2024-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53080, 1930, '0', 'default', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53081, 1931, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53082, 1935, '0', 'default', '2024-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53083, 2016, '0', 'preview', '2024-04-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53084, 2186, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53085, 2027, '0', 'preview', '2024-04-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53086, 2024, '0', 'preview', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53087, 2133, '0', 'preview', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53088, 5627, '0', 'default', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53089, 2065, '0', 'preview', '2024-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53090, 2121, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53091, 2158, '0', 'preview', '2024-04-16', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53092, 2169, '0', 'preview', '2024-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53093, 2122, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53094, 2122, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53095, 2125, '0', 'preview', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53096, 2177, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53097, 2152, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53098, 2165, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53099, 5621, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53100, 2170, '0', 'preview', '2024-04-16', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53101, 1925, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53102, 1966, '0', 'preview', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53103, 2179, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53104, 2171, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53105, 2171, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53106, 1913, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53107, 2198, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53108, 2048, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53109, 2054, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53110, 2186, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53111, 2192, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53112, 2111, '0', 'preview', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53113, 2192, '0', 'preview', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53114, 2195, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53115, 1967, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53116, 2179, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53117, 2089, '0', 'preview', '2024-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53118, 2174, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53119, 2203, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53120, 2173, '0', 'preview', '2024-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53121, 2182, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53122, 2089, '0', 'default', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53123, 2145, '0', 'preview', '2024-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53124, 5625, '0', 'preview', '2024-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53125, 2182, '0', 'preview', '2024-04-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53126, 1950, '0', 'preview', '2024-04-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53127, 1930, '0', 'preview', '2024-04-17', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53128, 5653, '0', 'preview', '2024-04-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53129, 1952, '0', 'preview', '2024-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53130, 5623, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53131, 2135, '0', 'preview', '2024-04-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53132, 2113, '0', 'preview', '2024-04-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53133, 1935, '0', 'preview', '2024-04-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53134, 5624, '0', 'preview', '2024-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53135, 5622, '0', 'preview', '2024-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53136, 2055, '0', 'default', '2024-04-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53137, 2086, '0', 'preview', '2024-04-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53138, 2012, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53139, 2093, '0', 'preview', '2024-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53140, 1886, '0', 'preview', '2024-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53141, 2121, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53142, 2172, '0', 'default', '2024-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53143, 2172, '0', 'preview', '2024-04-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53144, 2112, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53145, 2067, '0', 'preview', '2024-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53146, 1937, '0', 'preview', '2024-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53147, 2112, '0', 'preview', '2024-04-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53148, 2053, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53149, 2093, '0', 'default', '2024-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53150, 5628, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53151, 2121, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53152, 2141, '0', 'preview', '2024-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53153, 2179, '0', 'preview', '2024-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53154, 2134, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53155, 2173, '0', 'preview', '2024-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53156, 2197, '0', 'preview', '2024-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53157, 2125, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53158, 2024, '0', 'preview', '2024-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53159, 2169, '0', 'preview', '2024-04-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53160, 2170, '0', 'default', '2024-04-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53161, 2190, '0', 'preview', '2024-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53162, 2107, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53163, 2016, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53164, 1938, '0', 'default', '2024-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53165, 1938, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53166, 1932, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53167, 1967, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53168, 2089, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53169, 1960, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53170, 2016, '0', 'preview', '2024-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53171, 2027, '0', 'preview', '2024-04-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53172, 1935, '0', 'default', '2024-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53173, 2113, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53174, 2170, '0', 'preview', '2024-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53175, 1964, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53176, 2051, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53177, 2055, '0', 'preview', '2024-04-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53178, 2109, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53179, 2182, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53180, 2177, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53181, 2189, '0', 'preview', '2024-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53182, 1912, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53183, 2175, '0', 'preview', '2024-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53184, 2189, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53185, 2181, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53186, 2054, '0', 'default', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53187, 2054, '0', 'preview', '2024-04-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53188, 2188, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53189, 1925, '0', 'preview', '2024-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53190, 1886, '0', 'preview', '2024-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53191, 2112, '0', 'preview', '2024-04-18', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53192, 2186, '0', 'default', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53193, 2189, '0', 'default', '2024-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53194, 2192, '0', 'default', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53195, 2190, '0', 'default', '2024-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53196, 2182, '0', 'preview', '2024-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53197, 2174, '0', 'default', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53198, 2188, '0', 'default', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53199, 2173, '0', 'default', '2024-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53200, 2179, '0', 'default', '2024-04-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53201, 1930, '0', 'preview', '2024-04-18', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53202, 1935, '0', 'default', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53203, 2093, '0', 'default', '2024-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53204, 1935, '0', 'preview', '2024-04-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53205, 2113, '0', 'preview', '2024-04-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53206, 2016, '0', 'preview', '2024-04-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53207, 2024, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53208, 2172, '0', 'default', '2024-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53209, 2027, '0', 'default', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53210, 2125, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53211, 2086, '0', 'preview', '2024-04-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53212, 2053, '0', 'default', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53213, 2053, '0', 'preview', '2024-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53214, 1925, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53215, 2173, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53216, 2179, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53217, 1967, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53218, 2048, '0', 'default', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53219, 2055, '0', 'default', '2024-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53220, 2027, '0', 'preview', '2024-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53221, 2118, '0', 'default', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53222, 2093, '0', 'preview', '2024-04-18', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53223, 1960, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53224, 2133, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53225, 2172, '0', 'preview', '2024-04-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53226, 2189, '0', 'preview', '2024-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53227, 2192, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53228, 1930, '0', 'default', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53229, 2107, '0', 'preview', '2024-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53230, 1964, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53231, 2170, '0', 'preview', '2024-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53232, 2170, '0', 'default', '2024-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53233, 5621, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53234, 5625, '0', 'preview', '2024-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53235, 1952, '0', 'preview', '2024-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53236, 2089, '0', 'preview', '2024-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53237, 5624, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53238, 2166, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53239, 2201, '0', 'preview', '2024-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53240, 2169, '0', 'preview', '2024-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53241, 2199, '0', 'preview', '2024-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53242, 2023, '0', 'preview', '2024-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53243, 1938, '0', 'preview', '2024-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53244, 2028, '0', 'preview', '2024-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53245, 2054, '0', 'preview', '2024-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53246, 5653, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53247, 2197, '0', 'preview', '2024-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53248, 5628, '0', 'preview', '2024-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53249, 2198, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53250, 2174, '0', 'preview', '2024-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53251, 2093, '0', 'preview', '2024-04-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53252, 1950, '0', 'preview', '2024-04-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53253, 5653, '0', 'preview', '2024-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53254, 2113, '0', 'preview', '2024-04-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53255, 1935, '0', 'preview', '2024-04-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53256, 1930, '0', 'preview', '2024-04-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53257, 1886, '0', 'preview', '2024-04-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53258, 2112, '0', 'preview', '2024-04-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53259, 2130, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53260, 2141, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53261, 1925, '0', 'preview', '2024-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53262, 5625, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53263, 1952, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53264, 2089, '0', 'preview', '2024-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53265, 2134, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53266, 2086, '0', 'preview', '2024-04-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53267, 2186, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53268, 2189, '0', 'preview', '2024-04-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53269, 2090, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53270, 2200, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53271, 2195, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53272, 2188, '0', 'preview', '2024-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53273, 2055, '0', 'default', '2024-04-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53274, 2067, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53275, 2174, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53276, 2173, '0', 'preview', '2024-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53277, 2201, '0', 'preview', '2024-04-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53278, 2190, '0', 'preview', '2024-04-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53279, 2109, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53280, 2113, '0', 'default', '2024-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53281, 2093, '0', 'default', '2024-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53282, 2024, '0', 'preview', '2024-04-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53283, 2170, '0', 'default', '2024-04-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53284, 2028, '0', 'preview', '2024-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53285, 2023, '0', 'preview', '2024-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53286, 2015, '0', 'preview', '2024-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53287, 2027, '0', 'preview', '2024-04-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53288, 2016, '0', 'preview', '2024-04-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53289, 5624, '0', 'preview', '2024-04-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53290, 2121, '0', 'default', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53291, 2189, '0', 'default', '2024-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53292, 2182, '0', 'default', '2024-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53293, 2158, '0', 'default', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53294, 2065, '0', 'default', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53295, 2169, '0', 'preview', '2024-04-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53296, 2125, '0', 'preview', '2024-04-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53297, 2175, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53298, 5627, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53299, 2055, '0', 'preview', '2024-04-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53300, 1930, '0', 'default', '2024-04-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53301, 2192, '0', 'default', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53302, 2086, '0', 'default', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53303, 2170, '0', 'preview', '2024-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53304, 1938, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53305, 2172, '0', 'preview', '2024-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53306, 2053, '0', 'preview', '2024-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53307, 2172, '0', 'default', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53308, 2111, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53309, 2173, '0', 'default', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53310, 2188, '0', 'default', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53311, 2198, '0', 'preview', '2024-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53312, 2182, '0', 'default', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53313, 2170, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53314, 2172, '0', 'default', '2024-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53315, 2093, '0', 'default', '2024-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53316, 2170, '0', 'default', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53317, 2125, '0', 'preview', '2024-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53318, 2016, '0', 'preview', '2024-04-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53319, 2112, '0', 'preview', '2024-04-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53320, 2089, '0', 'default', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53321, 1960, '0', 'default', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53322, 1935, '0', 'preview', '2024-04-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53323, 1930, '0', 'preview', '2024-04-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53324, 2113, '0', 'preview', '2024-04-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53325, 2107, '0', 'preview', '2024-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53326, 5653, '0', 'preview', '2024-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53327, 2173, '0', 'preview', '2024-04-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53328, 2196, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53329, 2177, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53330, 2197, '0', 'preview', '2024-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53331, 2093, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53332, 5627, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53333, 2023, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53334, 2066, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53335, 2092, '0', 'default', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53336, 1935, '0', 'default', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53337, 2176, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53338, 2169, '0', 'preview', '2024-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53339, 2027, '0', 'default', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53340, 2053, '0', 'default', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53341, 2086, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53342, 2053, '0', 'preview', '2024-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53343, 2027, '0', 'preview', '2024-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53344, 2192, '0', 'preview', '2024-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53345, 1950, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53346, 2024, '0', 'preview', '2024-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53347, 2190, '0', 'preview', '2024-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53348, 2201, '0', 'preview', '2024-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53349, 1964, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53350, 2051, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53351, 2182, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53352, 2055, '0', 'default', '2024-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53353, 1960, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53354, 2054, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53355, 2141, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53356, 2174, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53357, 2175, '0', 'preview', '2024-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53358, 2181, '0', 'default', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53359, 2174, '0', 'default', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53360, 2175, '0', 'default', '2024-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53361, 2173, '0', 'default', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53362, 2117, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53363, 2186, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53364, 5626, '0', 'preview', '2024-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53365, 2171, '0', 'preview', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53366, 2172, '0', 'preview', '2024-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53367, 2183, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53368, 2141, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53369, 2195, '0', 'default', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53370, 2200, '0', 'default', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53371, 2171, '0', 'default', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53372, 2113, '0', 'preview', '2024-04-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53373, 1935, '0', 'preview', '2024-04-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53374, 1930, '0', 'preview', '2024-04-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53375, 2122, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53376, 1950, '0', 'preview', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53377, 5653, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53378, 2197, '0', 'preview', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53379, 2195, '0', 'preview', '2024-04-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53380, 2199, '0', 'preview', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53381, 2111, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53382, 2110, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53383, 2201, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53384, 2182, '0', 'default', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53385, 5653, '0', 'default', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53386, 2182, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53387, 2121, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53388, 2093, '0', 'preview', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53389, 2134, '0', 'default', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53390, 2130, '0', 'default', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53391, 2093, '0', 'default', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53392, 2089, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53393, 2112, '0', 'preview', '2024-04-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53394, 2016, '0', 'preview', '2024-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53395, 2027, '0', 'preview', '2024-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53396, 2024, '0', 'preview', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53397, 2179, '0', 'default', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53398, 2087, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53399, 2169, '0', 'preview', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53400, 2125, '0', 'preview', '2024-04-21', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53401, 2174, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53402, 2055, '0', 'default', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53403, 2200, '0', 'preview', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53404, 2192, '0', 'preview', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53405, 2190, '0', 'preview', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53406, 2189, '0', 'preview', '2024-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53407, 2065, '0', 'preview', '2024-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53408, 2172, '0', 'default', '2024-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53409, 1964, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53410, 2176, '0', 'preview', '2024-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53411, 1930, '0', 'preview', '2024-04-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53412, 1935, '0', 'preview', '2024-04-22', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53413, 2113, '0', 'preview', '2024-04-22', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53414, 2177, '0', 'preview', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53415, 2147, '0', 'preview', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53416, 2147, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53417, 2177, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53418, 2016, '0', 'preview', '2024-04-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53419, 2027, '0', 'preview', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53420, 2024, '0', 'preview', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53421, 5624, '0', 'preview', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53422, 1950, '0', 'preview', '2024-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53423, 5653, '0', 'preview', '2024-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53424, 2112, '0', 'preview', '2024-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53425, 2055, '0', 'default', '2024-04-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53426, 2192, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53427, 2093, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53428, 2172, '0', 'preview', '2024-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53429, 2169, '0', 'preview', '2024-04-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53430, 2185, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53431, 2086, '0', 'preview', '2024-04-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53432, 5628, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53433, 5627, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53434, 2118, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53435, 2179, '0', 'preview', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53436, 2189, '0', 'default', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53437, 2089, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53438, 2089, '0', 'preview', '2024-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53439, 2189, '0', 'preview', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53440, 2055, '0', 'preview', '2024-04-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53441, 2182, '0', 'preview', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53442, 1886, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53443, 2067, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53444, 2197, '0', 'preview', '2024-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53445, 2053, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53446, 2134, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53447, 2198, '0', 'default', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53448, 2135, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53449, 2197, '0', 'default', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53450, 2196, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53451, 2086, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53452, 2187, '0', 'preview', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53453, 2183, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53454, 2195, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53455, 5627, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53456, 2199, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53457, 2190, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53458, 2135, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53459, 2190, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53460, 2110, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53461, 2172, '0', 'default', '2024-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53462, 2053, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53463, 2158, '0', 'preview', '2024-04-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53464, 2170, '0', 'preview', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53465, 2016, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53466, 2024, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53467, 2027, '0', 'default', '2024-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53468, 1960, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53469, 5626, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53470, 2130, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53471, 1938, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53472, 2198, '0', 'preview', '2024-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53473, 1932, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53474, 2176, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53475, 2201, '0', 'preview', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53476, 5653, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53477, 2106, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53478, 2054, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53479, 1912, '0', 'default', '2024-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53480, 1930, '0', 'preview', '2024-04-23', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53481, 1935, '0', 'preview', '2024-04-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53482, 2113, '0', 'preview', '2024-04-23', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53483, 2112, '0', 'preview', '2024-04-23', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53484, 2086, '0', 'preview', '2024-04-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53485, 1950, '0', 'preview', '2024-04-23', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53486, 2093, '0', 'default', '2024-04-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53487, 2172, '0', 'preview', '2024-04-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53488, 2173, '0', 'default', '2024-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53489, 2173, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53490, 5624, '0', 'preview', '2024-04-23', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53491, 2016, '0', 'preview', '2024-04-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53492, 2125, '0', 'preview', '2024-04-23', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53493, 2024, '0', 'preview', '2024-04-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53494, 5653, '0', 'preview', '2024-04-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53495, 2182, '0', 'preview', '2024-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53496, 1938, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53497, 1930, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53498, 2027, '0', 'preview', '2024-04-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53499, 2169, '0', 'preview', '2024-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53500, 2197, '0', 'default', '2024-04-23', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53501, 1925, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53502, 2055, '0', 'default', '2024-04-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53503, 2154, '0', 'preview', '2024-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53504, 5623, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53505, 1886, '0', 'preview', '2024-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53506, 2201, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53507, 2190, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53508, 2189, '0', 'preview', '2024-04-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53509, 2179, '0', 'preview', '2024-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53510, 2054, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53511, 2055, '0', 'preview', '2024-04-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53512, 2067, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53513, 2093, '0', 'preview', '2024-04-23', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53514, 2133, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53515, 2121, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53516, 2190, '0', 'preview', '2024-04-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53517, 2053, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53518, 2183, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53519, 1925, '0', 'preview', '2024-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53520, 2192, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53521, 5625, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53522, 2122, '0', 'default', '2024-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53523, 2122, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53524, 2198, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53525, 2125, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53526, 2109, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53527, 2086, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53528, 2016, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53529, 1964, '0', 'preview', '2024-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53530, 2053, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53531, 2171, '0', 'default', '2024-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53532, 2089, '0', 'default', '2024-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53533, 2172, '0', 'default', '2024-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53534, 2048, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53535, 2179, '0', 'default', '2024-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53536, 1967, '0', 'default', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53537, 1952, '0', 'preview', '2024-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53538, 2140, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53539, 2135, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53540, 2201, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53541, 2089, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53542, 5621, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53543, 2051, '0', 'preview', '2024-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53544, 2171, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53545, 2053, '0', 'preview', '2024-04-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53546, 2112, '0', 'preview', '2024-04-24', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53547, 2113, '0', 'preview', '2024-04-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53548, 1935, '0', 'preview', '2024-04-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53549, 2169, '0', 'preview', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53550, 1930, '0', 'preview', '2024-04-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53551, 2086, '0', 'preview', '2024-04-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53552, 2191, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53553, 2198, '0', 'preview', '2024-04-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53554, 2189, '0', 'preview', '2024-04-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53555, 2192, '0', 'preview', '2024-04-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53556, 2190, '0', 'preview', '2024-04-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53557, 2172, '0', 'default', '2024-04-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53558, 2093, '0', 'preview', '2024-04-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53559, 2089, '0', 'default', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53560, 2182, '0', 'default', '2024-04-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53561, 2093, '0', 'default', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53562, 2133, '0', 'preview', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53563, 2107, '0', 'default', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53564, 2189, '0', 'default', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53565, 2027, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53566, 2181, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53567, 2024, '0', 'preview', '2024-04-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53568, 2016, '0', 'preview', '2024-04-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53569, 2012, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53570, 2088, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53571, 2182, '0', 'preview', '2024-04-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53572, 2197, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53573, 1938, '0', 'preview', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53574, 2089, '0', 'preview', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53575, 2051, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53576, 2197, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53577, 2054, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53578, 2055, '0', 'default', '2024-04-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53579, 2118, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53580, 2125, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53581, 2067, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53582, 1886, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53583, 2121, '0', 'preview', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53584, 2172, '0', 'preview', '2024-04-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53585, 2170, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53586, 1912, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53587, 5653, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53588, 1950, '0', 'preview', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53589, 5624, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53590, 2175, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53591, 2120, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53592, 2107, '0', 'preview', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53593, 2176, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53594, 1925, '0', 'preview', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53595, 5621, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53596, 2111, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53597, 2053, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53598, 2027, '0', 'preview', '2024-04-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53599, 2190, '0', 'default', '2024-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53600, 5627, '0', 'default', '2024-04-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53601, 2201, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53602, 2049, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53603, 2135, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53604, 2110, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53605, 2181, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53606, 2170, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53607, 2179, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53608, 1935, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53609, 2134, '0', 'default', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53610, 2188, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53611, 1967, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53612, 2195, '0', 'preview', '2024-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53613, 2182, '0', 'default', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53614, 1950, '0', 'preview', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53615, 5624, '0', 'preview', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53616, 2172, '0', 'default', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53617, 1930, '0', 'preview', '2024-04-25', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53618, 2181, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53619, 2086, '0', 'preview', '2024-04-25', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53620, 2016, '0', 'preview', '2024-04-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53621, 1960, '0', 'preview', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53622, 2053, '0', 'preview', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53623, 2172, '0', 'preview', '2024-04-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53624, 2048, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53625, 2182, '0', 'preview', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53626, 2024, '0', 'preview', '2024-04-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53627, 2170, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53628, 2112, '0', 'preview', '2024-04-25', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53629, 2093, '0', 'default', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53630, 2190, '0', 'preview', '2024-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53631, 2192, '0', 'preview', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53632, 2113, '0', 'preview', '2024-04-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53633, 1935, '0', 'preview', '2024-04-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53634, 2185, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53635, 2198, '0', 'default', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53636, 2198, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53637, 2197, '0', 'preview', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53638, 2169, '0', 'preview', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53639, 2189, '0', 'default', '2024-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53640, 2125, '0', 'preview', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53641, 2093, '0', 'preview', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53642, 2055, '0', 'default', '2024-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53643, 2027, '0', 'preview', '2024-04-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53644, 1925, '0', 'preview', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53645, 5628, '0', 'default', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53646, 2122, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53647, 2123, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53648, 2154, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53649, 2165, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53650, 1937, '0', 'preview', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53651, 5625, '0', 'preview', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53652, 2189, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53653, 2110, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53654, 2109, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53655, 2111, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53656, 5623, '0', 'preview', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53657, 1952, '0', 'preview', '2024-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53658, 5653, '0', 'preview', '2024-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53659, 2140, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53660, 2066, '0', 'preview', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53661, 2197, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53662, 5625, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53663, 5623, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53664, 5624, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53665, 5622, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53666, 5653, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53667, 2140, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53668, 1952, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53669, 1957, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53670, 2178, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53671, 2200, '0', 'preview', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53672, 2089, '0', 'preview', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53673, 2186, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53674, 2188, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53675, 5628, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53676, 2067, '0', 'default', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53677, 2201, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53678, 1960, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53679, 2053, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53680, 2086, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53681, 2054, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53682, 2055, '0', 'preview', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53683, 2170, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53684, 2179, '0', 'preview', '2024-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53685, 1886, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53686, 2141, '0', 'preview', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53687, 1935, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53688, 2175, '0', 'preview', '2024-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53689, 2134, '0', 'default', '2024-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53690, 2158, '0', 'preview', '2024-04-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53691, 1930, '0', 'preview', '2024-04-26', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53692, 2192, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53693, 5626, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53694, 2172, '0', 'preview', '2024-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53695, 2195, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53696, 2189, '0', 'preview', '2024-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53697, 1950, '0', 'preview', '2024-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53698, 5624, '0', 'preview', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53699, 2174, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53700, 1935, '0', 'preview', '2024-04-26', 18);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53701, 2055, '0', 'default', '2024-04-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53702, 2113, '0', 'preview', '2024-04-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53703, 2198, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53704, 2198, '0', 'preview', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53705, 2197, '0', 'preview', '2024-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53706, 5625, '0', 'default', '2024-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53707, 2172, '0', 'default', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53708, 2111, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53709, 2182, '0', 'preview', '2024-04-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53710, 2121, '0', 'preview', '2024-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53711, 2173, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53712, 1931, '0', 'preview', '2024-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53713, 2151, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53714, 2149, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53715, 1932, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53716, 2112, '0', 'preview', '2024-04-26', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53717, 2169, '0', 'preview', '2024-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53718, 2093, '0', 'default', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53719, 2089, '0', 'preview', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53720, 2086, '0', 'default', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53721, 2027, '0', 'preview', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53722, 2125, '0', 'preview', '2024-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53723, 2086, '0', 'preview', '2024-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53724, 2179, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53725, 5653, '0', 'preview', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53726, 2092, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53727, 2190, '0', 'preview', '2024-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53728, 2024, '0', 'preview', '2024-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53729, 2048, '0', 'preview', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53730, 2121, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53731, 2093, '0', 'preview', '2024-04-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53732, 2016, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53733, 2109, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53734, 1964, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53735, 2195, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53736, 2051, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53737, 2123, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53738, 1886, '0', 'preview', '2024-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53739, 5621, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53740, 5628, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53741, 2170, '0', 'preview', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53742, 5623, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53743, 2125, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53744, 5653, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53745, 5624, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53746, 2126, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53747, 2129, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53748, 1950, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53749, 5622, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53750, 2182, '0', 'default', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53751, 1935, '0', 'default', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53752, 2169, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53753, 1937, '0', 'default', '2024-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53754, 1930, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53755, 2122, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53756, 2170, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53757, 1912, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53758, 2055, '0', 'preview', '2024-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53759, 2109, '0', 'preview', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53760, 2181, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53761, 2027, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53762, 2189, '0', 'default', '2024-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53763, 5628, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53764, 1930, '0', 'default', '2024-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53765, 1930, '0', 'preview', '2024-04-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53766, 2093, '0', 'default', '2024-04-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53767, 1950, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53768, 5624, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53769, 2169, '0', 'preview', '2024-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53770, 2112, '0', 'preview', '2024-04-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53771, 2172, '0', 'default', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53772, 2174, '0', 'default', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53773, 5624, '0', 'default', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53774, 2198, '0', 'default', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53775, 2173, '0', 'default', '2024-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53776, 2186, '0', 'default', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53777, 2188, '0', 'default', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53778, 2113, '0', 'preview', '2024-04-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53779, 1935, '0', 'preview', '2024-04-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53780, 1964, '0', 'preview', '2024-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53781, 2170, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53782, 2121, '0', 'preview', '2024-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53783, 2189, '0', 'preview', '2024-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53784, 2182, '0', 'preview', '2024-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53785, 2012, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53786, 2027, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53787, 2086, '0', 'preview', '2024-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53788, 2089, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53789, 2093, '0', 'preview', '2024-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53790, 1960, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53791, 2198, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53792, 2190, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53793, 2191, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53794, 2179, '0', 'default', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53795, 2121, '0', 'default', '2024-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53796, 1913, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53797, 2117, '0', 'preview', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53798, 2182, '0', 'default', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53799, 5621, '0', 'default', '2024-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53800, 2182, '0', 'default', '2024-04-28', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53801, 2182, '0', 'preview', '2024-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53802, 2121, '0', 'default', '2024-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53803, 1930, '0', 'preview', '2024-04-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53804, 2086, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53805, 2086, '0', 'preview', '2024-04-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53806, 2184, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53807, 2187, '0', 'default', '2024-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53808, 5625, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53809, 5622, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53810, 2140, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53811, 1952, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53812, 5623, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53813, 2198, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53814, 2093, '0', 'default', '2024-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53815, 2125, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53816, 2148, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53817, 2113, '0', 'preview', '2024-04-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53818, 1935, '0', 'preview', '2024-04-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53819, 2172, '0', 'preview', '2024-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53820, 2192, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53821, 2189, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53822, 2016, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53823, 2024, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53824, 2027, '0', 'preview', '2024-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53825, 1886, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53826, 1950, '0', 'preview', '2024-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53827, 5653, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53828, 2055, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53829, 2121, '0', 'preview', '2024-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53830, 2016, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53831, 2169, '0', 'preview', '2024-04-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53832, 2125, '0', 'preview', '2024-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53833, 2112, '0', 'preview', '2024-04-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53834, 1938, '0', 'preview', '2024-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53835, 2145, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53836, 2089, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53837, 2190, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53838, 2188, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53839, 2111, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53840, 5621, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53841, 2190, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53842, 2191, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53843, 2189, '0', 'default', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53844, 2092, '0', 'preview', '2024-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53845, 1935, '0', 'preview', '2024-04-29', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53846, 2112, '0', 'preview', '2024-04-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53847, 2172, '0', 'default', '2024-04-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53848, 2053, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53849, 1960, '0', 'default', '2024-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53850, 2089, '0', 'default', '2024-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53851, 2016, '0', 'preview', '2024-04-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53852, 2172, '0', 'preview', '2024-04-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53853, 5624, '0', 'preview', '2024-04-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53854, 1950, '0', 'preview', '2024-04-29', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53855, 5653, '0', 'preview', '2024-04-29', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53856, 2182, '0', 'preview', '2024-04-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53857, 2027, '0', 'preview', '2024-04-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53858, 1930, '0', 'preview', '2024-04-29', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53859, 2113, '0', 'preview', '2024-04-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53860, 2055, '0', 'preview', '2024-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53861, 2093, '0', 'preview', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53862, 2176, '0', 'preview', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53863, 2121, '0', 'default', '2024-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53864, 5625, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53865, 5624, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53866, 5623, '0', 'default', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53867, 5653, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53868, 1952, '0', 'preview', '2024-04-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53869, 1955, '0', 'preview', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53870, 2129, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53871, 2201, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53872, 2093, '0', 'default', '2024-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53873, 2121, '0', 'preview', '2024-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53874, 2109, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53875, 2016, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53876, 2125, '0', 'preview', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53877, 2197, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53878, 2171, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53879, 2189, '0', 'preview', '2024-04-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53880, 5625, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53881, 2181, '0', 'preview', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53882, 2189, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53883, 5628, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53884, 2178, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53885, 1938, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53886, 2179, '0', 'preview', '2024-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53887, 1932, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53888, 2179, '0', 'default', '2024-04-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53889, 2185, '0', 'preview', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53890, 2024, '0', 'preview', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53891, 2053, '0', 'preview', '2024-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53892, 2111, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53893, 2090, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53894, 2198, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53895, 2203, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53896, 2169, '0', 'preview', '2024-04-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53897, 2192, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53898, 2135, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53899, 2089, '0', 'preview', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53900, 2055, '0', 'default', '2024-04-29', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53901, 2027, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53902, 1925, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53903, 2024, '0', 'default', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53904, 2142, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53905, 2067, '0', 'default', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53906, 2086, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53907, 2185, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53908, 1930, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53909, 2086, '0', 'preview', '2024-04-29', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53910, 2182, '0', 'default', '2024-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53911, 2174, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53912, 2118, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53913, 2192, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53914, 5621, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53915, 1886, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53916, 2048, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53917, 5621, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53918, 2170, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53919, 2092, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53920, 2141, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53921, 2187, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53922, 2183, '0', 'preview', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53923, 2173, '0', 'default', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53924, 2120, '0', 'preview', '2024-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53925, 2188, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53926, 2190, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53927, 5627, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53928, 2201, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53929, 1967, '0', 'default', '2024-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53930, 2086, '0', 'preview', '2024-04-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53931, 2067, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53932, 2122, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53933, 2107, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53934, 2130, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53935, 2187, '0', 'preview', '2024-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53936, 2141, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53937, 2053, '0', 'default', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53938, 2188, '0', 'preview', '2024-04-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53939, 1886, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53940, 2112, '0', 'preview', '2024-04-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53941, 2169, '0', 'preview', '2024-04-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53942, 1935, '0', 'preview', '2024-04-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53943, 2113, '0', 'preview', '2024-04-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53944, 1930, '0', 'preview', '2024-04-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53945, 2183, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53946, 2024, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53947, 2172, '0', 'preview', '2024-04-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53948, 2093, '0', 'default', '2024-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53949, 2182, '0', 'preview', '2024-04-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53950, 2190, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53951, 5627, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53952, 2201, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53953, 2173, '0', 'default', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53954, 2089, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53955, 2110, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53956, 5624, '0', 'preview', '2024-04-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53957, 2172, '0', 'default', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53958, 2170, '0', 'default', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53959, 2189, '0', 'default', '2024-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53960, 2192, '0', 'default', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53961, 2190, '0', 'default', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53962, 2197, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53963, 2121, '0', 'preview', '2024-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53964, 2055, '0', 'default', '2024-04-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53965, 2048, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53966, 1960, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53967, 2192, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53968, 2125, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53969, 2189, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53970, 2182, '0', 'default', '2024-04-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53971, 2093, '0', 'preview', '2024-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53972, 1950, '0', 'preview', '2024-04-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53973, 2201, '0', 'default', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53974, 2170, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53975, 1938, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53976, 2027, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53977, 2089, '0', 'default', '2024-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53978, 2016, '0', 'preview', '2024-04-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53979, 2179, '0', 'preview', '2024-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53980, 2179, '0', 'default', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53981, 2175, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53982, 2174, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53983, 2197, '0', 'default', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53984, 2090, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53985, 2092, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53986, 2109, '0', 'default', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53987, 2135, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53988, 1933, '0', 'default', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53989, 2053, '0', 'preview', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53990, 2106, '0', 'default', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53991, 2200, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53992, 2198, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53993, 1886, '0', 'default', '2024-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53994, 2158, '0', 'preview', '2024-04-30', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53995, 5653, '0', 'preview', '2024-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53996, 2055, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53997, 2054, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53998, 1964, '0', 'default', '2024-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53999, 1912, '0', 'preview', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54000, 1964, '0', 'preview', '2024-04-30', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54001, 2130, '0', 'default', '2024-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54002, 2182, '0', 'default', '2024-05-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54003, 2086, '0', 'preview', '2024-05-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54004, 2053, '0', 'preview', '2024-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54005, 2016, '0', 'preview', '2024-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54006, 2172, '0', 'preview', '2024-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54007, 1935, '0', 'preview', '2024-05-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54008, 1930, '0', 'preview', '2024-05-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54009, 2113, '0', 'preview', '2024-05-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54010, 5628, '0', 'preview', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54011, 2141, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54012, 2173, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54013, 2121, '0', 'preview', '2024-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54014, 2182, '0', 'preview', '2024-05-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54015, 2158, '0', 'preview', '2024-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54016, 2189, '0', 'preview', '2024-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54017, 2055, '0', 'default', '2024-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54018, 2112, '0', 'preview', '2024-05-01', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54019, 2089, '0', 'preview', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54020, 1938, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54021, 2145, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54022, 2093, '0', 'default', '2024-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54023, 1950, '0', 'preview', '2024-05-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54024, 2121, '0', 'default', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54025, 2125, '0', 'preview', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54026, 2200, '0', 'preview', '2024-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54027, 2192, '0', 'preview', '2024-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54028, 5653, '0', 'preview', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54029, 2191, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54030, 5626, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54031, 2195, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54032, 1957, '0', 'preview', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54033, 2055, '0', 'preview', '2024-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54034, 2107, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54035, 2109, '0', 'preview', '2024-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54036, 2067, '0', 'preview', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54037, 2107, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54038, 2181, '0', 'default', '2024-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54039, 2170, '0', 'preview', '2024-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54040, 2190, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54041, 5625, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54042, 2179, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54043, 1967, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54044, 2054, '0', 'default', '2024-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54045, 2092, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54046, 5624, '0', 'preview', '2024-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54047, 1955, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54048, 2174, '0', 'preview', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54049, 2135, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54050, 2171, '0', 'preview', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54051, 2118, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54052, 2090, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54053, 2133, '0', 'default', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54054, 2089, '0', 'default', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54055, 1886, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54056, 2190, '0', 'default', '2024-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54057, 2027, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54058, 2179, '0', 'preview', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54059, 2027, '0', 'preview', '2024-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54060, 2065, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54061, 1952, '0', 'preview', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54062, 2186, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54063, 2185, '0', 'preview', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54064, 2053, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54065, 2149, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54066, 2170, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54067, 2172, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54068, 2189, '0', 'default', '2024-05-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54069, 2174, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54070, 2186, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54071, 2086, '0', 'default', '2024-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54072, 2165, '0', 'default', '2024-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54073, 2192, '0', 'default', '2024-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54074, 1950, '0', 'preview', '2024-05-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54075, 5653, '0', 'preview', '2024-05-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54076, 5624, '0', 'preview', '2024-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54077, 2189, '0', 'default', '2024-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54078, 2189, '0', 'preview', '2024-05-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54079, 2182, '0', 'preview', '2024-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54080, 2112, '0', 'preview', '2024-05-02', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54081, 2169, '0', 'preview', '2024-05-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54082, 2125, '0', 'preview', '2024-05-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54083, 2192, '0', 'default', '2024-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54084, 2125, '0', 'default', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54085, 2086, '0', 'default', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54086, 2086, '0', 'preview', '2024-05-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54087, 2179, '0', 'preview', '2024-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54088, 2027, '0', 'preview', '2024-05-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54089, 2016, '0', 'preview', '2024-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54090, 1930, '0', 'preview', '2024-05-02', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54091, 2093, '0', 'default', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54092, 2158, '0', 'preview', '2024-05-02', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54093, 2182, '0', 'default', '2024-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54094, 2093, '0', 'preview', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54095, 2113, '0', 'preview', '2024-05-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54096, 2150, '0', 'default', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54097, 1935, '0', 'preview', '2024-05-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54098, 2055, '0', 'default', '2024-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54099, 2024, '0', 'preview', '2024-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54100, 2185, '0', 'default', '2024-05-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54101, 1886, '0', 'preview', '2024-05-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54102, 2172, '0', 'default', '2024-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54103, 1952, '0', 'preview', '2024-05-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54104, 2140, '0', 'preview', '2024-05-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54105, 1957, '0', 'preview', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54106, 2176, '0', 'preview', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54107, 2177, '0', 'preview', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54108, 1938, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54109, 2172, '0', 'preview', '2024-05-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54110, 2147, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54111, 2196, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54112, 2192, '0', 'preview', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54113, 2195, '0', 'default', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54114, 5626, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54115, 2109, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54116, 2055, '0', 'preview', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54117, 5625, '0', 'preview', '2024-05-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54118, 2178, '0', 'preview', '2024-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54119, 2200, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54120, 1967, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54121, 1912, '0', 'default', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54122, 2181, '0', 'default', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54123, 2158, '0', 'default', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54124, 2121, '0', 'preview', '2024-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54125, 5623, '0', 'preview', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54126, 2121, '0', 'default', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54127, 2190, '0', 'default', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54128, 2054, '0', 'preview', '2024-05-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54129, 2091, '0', 'preview', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54130, 2198, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54131, 1955, '0', 'preview', '2024-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54132, 5628, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54133, 2048, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54134, 2067, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54135, 2053, '0', 'preview', '2024-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54136, 2053, '0', 'default', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54137, 1960, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54138, 2092, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54139, 2174, '0', 'default', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54140, 2133, '0', 'default', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54141, 2107, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54142, 1912, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54143, 5622, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54144, 2174, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54145, 2188, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54146, 1886, '0', 'default', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54147, 2089, '0', 'preview', '2024-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54148, 2179, '0', 'preview', '2024-05-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54149, 1930, '0', 'preview', '2024-05-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54150, 2113, '0', 'preview', '2024-05-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54151, 1935, '0', 'preview', '2024-05-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54152, 2093, '0', 'default', '2024-05-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54153, 2093, '0', 'preview', '2024-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54154, 2182, '0', 'preview', '2024-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54155, 2189, '0', 'preview', '2024-05-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54156, 2192, '0', 'preview', '2024-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54157, 2190, '0', 'preview', '2024-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54158, 2016, '0', 'preview', '2024-05-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54159, 2027, '0', 'preview', '2024-05-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54160, 2189, '0', 'default', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54161, 2112, '0', 'preview', '2024-05-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54162, 5653, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54163, 5624, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54164, 2169, '0', 'preview', '2024-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54165, 2172, '0', 'preview', '2024-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54166, 1924, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54167, 2174, '0', 'preview', '2024-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54168, 1925, '0', 'preview', '2024-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54169, 2188, '0', 'preview', '2024-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54170, 5627, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54171, 2024, '0', 'preview', '2024-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54172, 1950, '0', 'preview', '2024-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54173, 2027, '0', 'default', '2024-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54174, 2117, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54175, 2055, '0', 'default', '2024-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54176, 2067, '0', 'default', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54177, 2028, '0', 'default', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54178, 2028, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54179, 2181, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54180, 2182, '0', 'default', '2024-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54181, 2016, '0', 'default', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54182, 2176, '0', 'default', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54183, 1952, '0', 'preview', '2024-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54184, 2111, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54185, 2109, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54186, 2090, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54187, 2134, '0', 'preview', '2024-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54188, 2173, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54189, 2086, '0', 'preview', '2024-05-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54190, 2089, '0', 'preview', '2024-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54191, 1960, '0', 'preview', '2024-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54192, 2118, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54193, 1964, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54194, 2191, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54195, 2141, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54196, 2175, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54197, 2107, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54198, 2048, '0', 'preview', '2024-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54199, 2133, '0', 'preview', '2024-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54200, 1930, '0', 'default', '2024-05-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54201, 2178, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54202, 2186, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54203, 2121, '0', 'preview', '2024-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54204, 2172, '0', 'default', '2024-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54205, 5621, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54206, 1918, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54207, 1917, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54208, 2086, '0', 'preview', '2024-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54209, 2111, '0', 'default', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54210, 2055, '0', 'default', '2024-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54211, 2024, '0', 'preview', '2024-05-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54212, 2027, '0', 'preview', '2024-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54213, 2016, '0', 'preview', '2024-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54214, 2169, '0', 'default', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54215, 1930, '0', 'preview', '2024-05-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54216, 1935, '0', 'preview', '2024-05-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54217, 2113, '0', 'preview', '2024-05-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54218, 2112, '0', 'preview', '2024-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54219, 2158, '0', 'preview', '2024-05-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54220, 2172, '0', 'preview', '2024-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54221, 2190, '0', 'preview', '2024-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54222, 2173, '0', 'preview', '2024-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54223, 2188, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54224, 2189, '0', 'default', '2024-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54225, 2189, '0', 'preview', '2024-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54226, 2191, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54227, 5627, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54228, 5628, '0', 'default', '2024-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54229, 2182, '0', 'preview', '2024-05-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54230, 2170, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54231, 1964, '0', 'preview', '2024-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54232, 2055, '0', 'preview', '2024-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54233, 2169, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54234, 2174, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54235, 2093, '0', 'default', '2024-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54236, 1950, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54237, 2065, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54238, 5628, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54239, 2121, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54240, 2176, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54241, 2186, '0', 'preview', '2024-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54242, 2175, '0', 'preview', '2024-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54243, 1925, '0', 'preview', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54244, 1930, '0', 'default', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54245, 2118, '0', 'default', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54246, 2182, '0', 'default', '2024-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54247, 2086, '0', 'preview', '2024-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54248, 2125, '0', 'default', '2024-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54249, 2133, '0', 'default', '2024-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54250, 2090, '0', 'preview', '2024-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54251, 2174, '0', 'preview', '2024-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54252, 1938, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54253, 1930, '0', 'preview', '2024-05-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54254, 2113, '0', 'preview', '2024-05-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54255, 1935, '0', 'preview', '2024-05-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54256, 2182, '0', 'preview', '2024-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54257, 2192, '0', 'preview', '2024-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54258, 2027, '0', 'default', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54259, 5624, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54260, 2169, '0', 'preview', '2024-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54261, 2121, '0', 'default', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54262, 2121, '0', 'preview', '2024-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54263, 2111, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54264, 2189, '0', 'preview', '2024-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54265, 2125, '0', 'preview', '2024-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54266, 2172, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54267, 5621, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54268, 1918, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54269, 2112, '0', 'preview', '2024-05-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54270, 2203, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54271, 2024, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54272, 5628, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54273, 2197, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54274, 2093, '0', 'default', '2024-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54275, 2172, '0', 'default', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54276, 2055, '0', 'default', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54277, 2111, '0', 'default', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54278, 2145, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54279, 2173, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54280, 2185, '0', 'preview', '2024-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54281, 2111, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54282, 2189, '0', 'preview', '2024-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54283, 2055, '0', 'default', '2024-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54284, 2172, '0', 'default', '2024-05-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54285, 1950, '0', 'preview', '2024-05-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54286, 1930, '0', 'preview', '2024-05-06', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54287, 2113, '0', 'preview', '2024-05-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54288, 1935, '0', 'preview', '2024-05-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54289, 2172, '0', 'preview', '2024-05-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54290, 2182, '0', 'preview', '2024-05-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54291, 2121, '0', 'preview', '2024-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54292, 2190, '0', 'preview', '2024-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54293, 2112, '0', 'preview', '2024-05-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54294, 2179, '0', 'preview', '2024-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54295, 2093, '0', 'preview', '2024-05-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54296, 1967, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54297, 1952, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54298, 1952, '0', 'default', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54299, 2170, '0', 'preview', '2024-05-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54300, 2169, '0', 'preview', '2024-05-06', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54301, 2181, '0', 'default', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54302, 2182, '0', 'default', '2024-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54303, 2173, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54304, 2186, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54305, 2174, '0', 'preview', '2024-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54306, 2089, '0', 'preview', '2024-05-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54307, 1938, '0', 'preview', '2024-05-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54308, 2089, '0', 'default', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54309, 5653, '0', 'preview', '2024-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54310, 5624, '0', 'preview', '2024-05-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54311, 2158, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54312, 2171, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54313, 2133, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54314, 2067, '0', 'preview', '2024-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54315, 2086, '0', 'preview', '2024-05-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54316, 2195, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54317, 1912, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54318, 2190, '0', 'default', '2024-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54319, 2016, '0', 'preview', '2024-05-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54320, 2174, '0', 'default', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54321, 2109, '0', 'preview', '2024-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54322, 2179, '0', 'default', '2024-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54323, 2027, '0', 'preview', '2024-05-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54324, 2024, '0', 'preview', '2024-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54325, 5628, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54326, 2197, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54327, 1957, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54328, 2109, '0', 'default', '2024-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54329, 2191, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54330, 2189, '0', 'default', '2024-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54331, 2125, '0', 'preview', '2024-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54332, 2121, '0', 'default', '2024-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54333, 2192, '0', 'default', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54334, 1964, '0', 'default', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54335, 2125, '0', 'default', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54336, 1925, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54337, 2048, '0', 'preview', '2024-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54338, 1930, '0', 'preview', '2024-05-07', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54339, 2086, '0', 'preview', '2024-05-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54340, 2086, '0', 'preview', '2024-05-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54341, 2112, '0', 'preview', '2024-05-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54342, 2179, '0', 'preview', '2024-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54343, 1935, '0', 'preview', '2024-05-07', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54344, 2113, '0', 'preview', '2024-05-07', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54345, 2121, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54346, 2190, '0', 'preview', '2024-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54347, 2192, '0', 'preview', '2024-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54348, 2189, '0', 'preview', '2024-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54349, 2172, '0', 'default', '2024-05-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54350, 2182, '0', 'preview', '2024-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54351, 2173, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54352, 2174, '0', 'preview', '2024-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54353, 2141, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54354, 2024, '0', 'preview', '2024-05-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54355, 2016, '0', 'preview', '2024-05-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54356, 2172, '0', 'preview', '2024-05-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54357, 5624, '0', 'preview', '2024-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54358, 2179, '0', 'default', '2024-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54359, 2090, '0', 'default', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54360, 2120, '0', 'preview', '2024-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54361, 2049, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54362, 1913, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54363, 2087, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54364, 2027, '0', 'preview', '2024-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54365, 2055, '0', 'default', '2024-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54366, 2198, '0', 'default', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54367, 2189, '0', 'default', '2024-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54368, 2192, '0', 'default', '2024-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54369, 2089, '0', 'default', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54370, 2176, '0', 'preview', '2024-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54371, 2112, '0', 'default', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54372, 2053, '0', 'default', '2024-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54373, 1930, '0', 'default', '2024-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54374, 2111, '0', 'preview', '2024-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54375, 2067, '0', 'preview', '2024-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54376, 2089, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54377, 2125, '0', 'preview', '2024-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54378, 2169, '0', 'preview', '2024-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54379, 2055, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54380, 1957, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54381, 2174, '0', 'default', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54382, 2182, '0', 'default', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54383, 1950, '0', 'preview', '2024-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54384, 5653, '0', 'preview', '2024-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54385, 2067, '0', 'default', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54386, 2197, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54387, 5653, '0', 'default', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54388, 2086, '0', 'default', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54389, 1964, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54390, 2176, '0', 'default', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54391, 2053, '0', 'preview', '2024-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54392, 2093, '0', 'preview', '2024-05-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54393, 2158, '0', 'preview', '2024-05-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54394, 2158, '0', 'preview', '2024-05-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54395, 1930, '0', 'preview', '2024-05-08', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54396, 1935, '0', 'preview', '2024-05-08', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54397, 2113, '0', 'preview', '2024-05-08', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54398, 2121, '0', 'default', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54399, 2048, '0', 'preview', '2024-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54400, 2170, '0', 'default', '2024-05-08', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54401, 2189, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54402, 2125, '0', 'preview', '2024-05-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54403, 2089, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54404, 2172, '0', 'default', '2024-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54405, 2112, '0', 'preview', '2024-05-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54406, 2093, '0', 'preview', '2024-05-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54407, 2189, '0', 'preview', '2024-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54408, 5628, '0', 'preview', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54409, 2190, '0', 'preview', '2024-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54410, 2195, '0', 'preview', '2024-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54411, 2191, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54412, 2089, '0', 'preview', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54413, 2106, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54414, 2125, '0', 'default', '2024-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54415, 2182, '0', 'preview', '2024-05-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54416, 2113, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54417, 1935, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54418, 1925, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54419, 5625, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54420, 5623, '0', 'preview', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54421, 5624, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54422, 5653, '0', 'preview', '2024-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54423, 2178, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54424, 2140, '0', 'preview', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54425, 1952, '0', 'preview', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54426, 2110, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54427, 1932, '0', 'preview', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54428, 2055, '0', 'default', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54429, 2086, '0', 'preview', '2024-05-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54430, 1930, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54431, 2182, '0', 'default', '2024-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54432, 2092, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54433, 2173, '0', 'default', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54434, 2016, '0', 'preview', '2024-05-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54435, 2027, '0', 'preview', '2024-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54436, 2024, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54437, 1950, '0', 'preview', '2024-05-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54438, 2176, '0', 'preview', '2024-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54439, 2117, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54440, 2109, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54441, 2192, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54442, 1912, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54443, 2170, '0', 'preview', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54444, 2169, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54445, 2197, '0', 'preview', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54446, 5621, '0', 'preview', '2024-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54447, 2109, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54448, 2121, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54449, 2172, '0', 'preview', '2024-05-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54450, 1938, '0', 'preview', '2024-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54451, 2145, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54452, 1966, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54453, 2024, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54454, 2027, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54455, 1957, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54456, 2092, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54457, 2188, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54458, 2112, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54459, 2142, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54460, 2181, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54461, 5625, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54462, 5623, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54463, 5624, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54464, 5622, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54465, 1957, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54466, 2140, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54467, 2178, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54468, 5626, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54469, 2195, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54470, 2200, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54471, 2158, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54472, 2049, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54473, 2087, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54474, 2066, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54475, 2133, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54476, 2118, '0', 'default', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54477, 1886, '0', 'preview', '2024-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54478, 2016, '0', 'preview', '2024-05-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54479, 2027, '0', 'preview', '2024-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54480, 2169, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54481, 1931, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54482, 2112, '0', 'preview', '2024-05-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54483, 1930, '0', 'preview', '2024-05-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54484, 2182, '0', 'default', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54485, 1935, '0', 'preview', '2024-05-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54486, 2113, '0', 'preview', '2024-05-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54487, 1950, '0', 'preview', '2024-05-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54488, 2093, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54489, 1886, '0', 'preview', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54490, 1960, '0', 'default', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54491, 2086, '0', 'preview', '2024-05-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54492, 2121, '0', 'preview', '2024-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54493, 2123, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54494, 2172, '0', 'preview', '2024-05-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54495, 2185, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54496, 2176, '0', 'preview', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54497, 2109, '0', 'default', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54498, 1938, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54499, 2171, '0', 'preview', '2024-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54500, 2111, '0', 'default', '2024-05-09', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54501, 2170, '0', 'preview', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54502, 2106, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54503, 2125, '0', 'preview', '2024-05-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54504, 2055, '0', 'default', '2024-05-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54505, 1925, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54506, 2172, '0', 'default', '2024-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54507, 2189, '0', 'default', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54508, 2121, '0', 'default', '2024-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54509, 2182, '0', 'preview', '2024-05-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54510, 2192, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54511, 2189, '0', 'preview', '2024-05-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54512, 5628, '0', 'preview', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54513, 2024, '0', 'preview', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54514, 5653, '0', 'preview', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54515, 2181, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54516, 2111, '0', 'preview', '2024-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54517, 2122, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54518, 2109, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54519, 2055, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54520, 1913, '0', 'default', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54521, 2067, '0', 'default', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54522, 2112, '0', 'default', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54523, 2125, '0', 'default', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54524, 2016, '0', 'default', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54525, 2024, '0', 'default', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54526, 2027, '0', 'default', '2024-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54527, 1966, '0', 'default', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54528, 2179, '0', 'default', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54529, 1930, '0', 'default', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54530, 2181, '0', 'default', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54531, 2053, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54532, 2190, '0', 'preview', '2024-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54533, 5627, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54534, 1912, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54535, 2179, '0', 'preview', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54536, 2198, '0', 'default', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54537, 1967, '0', 'preview', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54538, 2188, '0', 'preview', '2024-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54539, 2141, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54540, 5624, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54541, 5623, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54542, 2048, '0', 'preview', '2024-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54543, 2181, '0', 'preview', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54544, 2171, '0', 'preview', '2024-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54545, 2172, '0', 'preview', '2024-05-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54546, 2182, '0', 'preview', '2024-05-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54547, 2190, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54548, 1935, '0', 'preview', '2024-05-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54549, 1930, '0', 'preview', '2024-05-10', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54550, 2113, '0', 'preview', '2024-05-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54551, 2125, '0', 'default', '2024-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54552, 2121, '0', 'default', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54553, 2169, '0', 'preview', '2024-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54554, 2086, '0', 'preview', '2024-05-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54555, 1886, '0', 'default', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54556, 1908, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54557, 2179, '0', 'default', '2024-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54558, 2192, '0', 'default', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54559, 2181, '0', 'default', '2024-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54560, 2129, '0', 'default', '2024-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54561, 1911, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54562, 1912, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54563, 1913, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54564, 1914, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54565, 1915, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54566, 1916, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54567, 1917, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54568, 1886, '0', 'preview', '2024-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54569, 1918, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54570, 1920, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54571, 1930, '0', 'default', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54572, 1931, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54573, 1932, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54574, 1933, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54575, 1950, '0', 'preview', '2024-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54576, 5653, '0', 'preview', '2024-05-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54577, 1935, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54578, 2106, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54579, 1937, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54580, 1938, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54581, 1950, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54582, 1952, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54583, 1955, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54584, 1957, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54585, 1960, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54586, 1964, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54587, 1966, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54588, 2133, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54589, 1967, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54590, 2012, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54591, 2015, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54592, 2016, '0', 'default', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54593, 2129, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54594, 2023, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54595, 2024, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54596, 2027, '0', 'default', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54597, 2028, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54598, 2048, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54599, 2049, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54600, 2051, '0', 'default', '2024-05-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54601, 2053, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54602, 2054, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54603, 2055, '0', 'default', '2024-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54604, 2065, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54605, 2066, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54606, 2067, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54607, 2093, '0', 'preview', '2024-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54608, 2086, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54609, 2178, '0', 'preview', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54610, 2087, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54611, 2088, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54612, 2089, '0', 'default', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54613, 2090, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54614, 2091, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54615, 2092, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54616, 2093, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54617, 2106, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54618, 2107, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54619, 2109, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54620, 2110, '0', 'default', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54621, 2111, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54622, 2112, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54623, 2113, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54624, 2117, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54625, 2118, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54626, 2119, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54627, 2120, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54628, 2122, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54629, 2123, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54630, 2126, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54631, 2130, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54632, 2131, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54633, 2132, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54634, 2133, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54635, 2134, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54636, 2135, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54637, 2140, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54638, 2141, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54639, 2142, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54640, 2145, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54641, 2146, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54642, 2148, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54643, 2149, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54644, 2089, '0', 'preview', '2024-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54645, 2109, '0', 'preview', '2024-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54646, 2192, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54647, 2123, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54648, 2027, '0', 'preview', '2024-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54649, 2150, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54650, 2151, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54651, 2152, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54652, 2153, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54653, 2154, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54654, 2158, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54655, 2165, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54656, 2166, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54657, 2169, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54658, 2170, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54659, 2171, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54660, 2172, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54661, 2173, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54662, 2174, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54663, 2175, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54664, 2176, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54665, 2177, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54666, 2178, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54667, 2182, '0', 'default', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54668, 2183, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54669, 2184, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54670, 2185, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54671, 2186, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54672, 2187, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54673, 2188, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54674, 2189, '0', 'default', '2024-05-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54675, 2190, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54676, 2191, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54677, 2195, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54678, 2196, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54679, 2197, '0', 'default', '2024-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54680, 2198, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54681, 2199, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54682, 2200, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54683, 2201, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54684, 2203, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54685, 5621, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54686, 5624, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54687, 5625, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54688, 5626, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54689, 2152, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54690, 5627, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54691, 5628, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54692, 5653, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54693, 5622, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54694, 5623, '0', 'default', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54695, 2189, '0', 'preview', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54696, 2112, '0', 'preview', '2024-05-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54697, 1952, '0', 'preview', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54698, 5623, '0', 'preview', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54699, 5625, '0', 'preview', '2024-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54700, 5622, '0', 'preview', '2024-05-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54701, 2090, '0', 'preview', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54702, 2186, '0', 'preview', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54703, 2174, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54704, 2092, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54705, 2122, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54706, 2176, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54707, 1938, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54708, 2111, '0', 'preview', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54709, 1917, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54710, 5627, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54711, 5628, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54712, 2135, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54713, 2053, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54714, 2055, '0', 'preview', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54715, 2179, '0', 'preview', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54716, 2016, '0', 'preview', '2024-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54717, 2028, '0', 'preview', '2024-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54718, 2158, '0', 'preview', '2024-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54719, 2107, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54720, 2188, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54721, 2125, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54722, 2173, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54723, 1914, '0', 'preview', '2024-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54724, 2113, '0', 'preview', '2024-05-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54725, 1935, '0', 'preview', '2024-05-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54726, 1930, '0', 'preview', '2024-05-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54727, 2089, '0', 'preview', '2024-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54728, 2171, '0', 'preview', '2024-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54729, 2112, '0', 'preview', '2024-05-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54730, 2179, '0', 'preview', '2024-05-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54731, 1967, '0', 'preview', '2024-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54732, 2169, '0', 'preview', '2024-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54733, 2048, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54734, 2182, '0', 'preview', '2024-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54735, 1950, '0', 'preview', '2024-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54736, 2140, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54737, 5622, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54738, 2172, '0', 'preview', '2024-05-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54739, 2092, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54740, 2182, '0', 'default', '2024-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54741, 2172, '0', 'default', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54742, 2174, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54743, 2192, '0', 'preview', '2024-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54744, 2189, '0', 'preview', '2024-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54745, 2049, '0', 'default', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54746, 2086, '0', 'preview', '2024-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54747, 2053, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54748, 2024, '0', 'preview', '2024-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54749, 2109, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54750, 2145, '0', 'default', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54751, 2111, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54752, 2016, '0', 'preview', '2024-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54753, 1886, '0', 'default', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54754, 1938, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54755, 2133, '0', 'preview', '2024-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54756, 2189, '0', 'default', '2024-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54757, 2067, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54758, 2121, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54759, 5621, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54760, 2181, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54761, 1931, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54762, 2027, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54763, 2054, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54764, 1960, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54765, 2170, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54766, 5653, '0', 'default', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54767, 2125, '0', 'preview', '2024-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54768, 1935, '0', 'preview', '2024-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54769, 2016, '0', 'preview', '2024-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54770, 2027, '0', 'preview', '2024-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54771, 2112, '0', 'preview', '2024-05-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54772, 2112, '0', 'preview', '2024-05-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54773, 1886, '0', 'preview', '2024-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54774, 1930, '0', 'preview', '2024-05-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54775, 2182, '0', 'default', '2024-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54776, 2172, '0', 'default', '2024-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54777, 2182, '0', 'preview', '2024-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54778, 2113, '0', 'preview', '2024-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54779, 1950, '0', 'preview', '2024-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54780, 2197, '0', 'default', '2024-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54781, 1930, '0', 'default', '2024-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54782, 2027, '0', 'default', '2024-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54783, 5624, '0', 'default', '2024-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54784, 2024, '0', 'preview', '2024-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54785, 2024, '0', 'default', '2024-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54786, 2169, '0', 'preview', '2024-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54787, 1950, '0', 'preview', '2024-05-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54788, 5624, '0', 'preview', '2024-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54789, 5621, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54790, 2112, '0', 'preview', '2024-05-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54791, 2113, '0', 'preview', '2024-05-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54792, 1930, '0', 'preview', '2024-05-13', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54793, 1935, '0', 'preview', '2024-05-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54794, 2189, '0', 'default', '2024-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54795, 2189, '0', 'preview', '2024-05-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54796, 2181, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54797, 2089, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54798, 2172, '0', 'preview', '2024-05-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54799, 2086, '0', 'preview', '2024-05-13', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54800, 2169, '0', 'preview', '2024-05-13', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54801, 2182, '0', 'preview', '2024-05-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54802, 2111, '0', 'preview', '2024-05-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54803, 2121, '0', 'default', '2024-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54804, 2089, '0', 'preview', '2024-05-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54805, 2170, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54806, 2170, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54807, 2171, '0', 'preview', '2024-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54808, 2179, '0', 'default', '2024-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54809, 2125, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54810, 1957, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54811, 2093, '0', 'preview', '2024-05-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54812, 2118, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54813, 2172, '0', 'default', '2024-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54814, 1886, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54815, 2067, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54816, 2185, '0', 'preview', '2024-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54817, 2027, '0', 'preview', '2024-05-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54818, 5628, '0', 'preview', '2024-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54819, 2016, '0', 'preview', '2024-05-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54820, 2024, '0', 'preview', '2024-05-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54821, 2181, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54822, 2055, '0', 'preview', '2024-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54823, 2055, '0', 'default', '2024-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54824, 1912, '0', 'preview', '2024-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54825, 2169, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54826, 2067, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54827, 2176, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54828, 2190, '0', 'default', '2024-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54829, 2201, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54830, 5653, '0', 'preview', '2024-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54831, 2158, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54832, 1935, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54833, 1967, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54834, 2140, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54835, 1957, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54836, 2182, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54837, 2125, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54838, 2190, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54839, 1960, '0', 'default', '2024-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54840, 2192, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54841, 2179, '0', 'preview', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54842, 2053, '0', 'default', '2024-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54843, 2086, '0', 'default', '2024-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54844, 5628, '0', 'default', '2024-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54845, 2172, '0', 'preview', '2024-05-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54846, 2121, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54847, 2125, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54848, 2185, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54849, 2174, '0', 'preview', '2024-05-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54850, 2113, '0', 'preview', '2024-05-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54851, 1935, '0', 'preview', '2024-05-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54852, 5623, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54853, 1950, '0', 'preview', '2024-05-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54854, 1930, '0', 'preview', '2024-05-14', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54855, 2112, '0', 'preview', '2024-05-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54856, 1925, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54857, 2092, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54858, 2090, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54859, 2133, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54860, 2169, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54861, 2175, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54862, 2182, '0', 'preview', '2024-05-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54863, 2093, '0', 'preview', '2024-05-14', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54864, 5625, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54865, 2142, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54866, 2016, '0', 'preview', '2024-05-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54867, 5653, '0', 'preview', '2024-05-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54868, 5624, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54869, 2086, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54870, 2055, '0', 'preview', '2024-05-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54871, 2182, '0', 'default', '2024-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54872, 2118, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54873, 2089, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54874, 2189, '0', 'preview', '2024-05-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54875, 2198, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54876, 2172, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54877, 5623, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54878, 2024, '0', 'default', '2024-05-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54879, 2065, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54880, 1935, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54881, 2024, '0', 'preview', '2024-05-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54882, 2179, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54883, 2048, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54884, 2086, '0', 'preview', '2024-05-14', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54885, 2141, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54886, 2188, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54887, 2170, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54888, 2055, '0', 'default', '2024-05-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54889, 2192, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54890, 2189, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54891, 2053, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54892, 2190, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54893, 2016, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54894, 2027, '0', 'default', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54895, 5702, '0', 'default', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54896, 2027, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54897, 2170, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54898, 1950, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54899, 1952, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54900, 2176, '0', 'preview', '2024-05-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54901, 1938, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54902, 1938, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54903, 2176, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54904, 2146, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54905, 2146, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54906, 2054, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54907, 2125, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54908, 2067, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54909, 5703, '0', 'default', '2024-05-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54910, 5703, '0', 'preview', '2024-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54911, 2028, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54912, 2190, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54913, 2053, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54914, 2197, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54915, 1930, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54916, 1967, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54917, 1960, '0', 'preview', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54918, 5625, '0', 'default', '2024-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54919, 2189, '0', 'preview', '2024-05-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54920, 2172, '0', 'preview', '2024-05-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54921, 2112, '0', 'preview', '2024-05-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54922, 2086, '0', 'preview', '2024-05-15', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54923, 2175, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54924, 1964, '0', 'preview', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54925, 2176, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54926, 2027, '0', 'preview', '2024-05-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54927, 2024, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54928, 2113, '0', 'preview', '2024-05-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54929, 2181, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54930, 2053, '0', 'default', '2024-05-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54931, 2086, '0', 'default', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54932, 1935, '0', 'preview', '2024-05-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54933, 1930, '0', 'preview', '2024-05-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54934, 1950, '0', 'preview', '2024-05-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54935, 2188, '0', 'preview', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54936, 2016, '0', 'preview', '2024-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54937, 2093, '0', 'preview', '2024-05-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54938, 2181, '0', 'preview', '2024-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54939, 5628, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54940, 2182, '0', 'default', '2024-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54941, 2199, '0', 'preview', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54942, 2182, '0', 'preview', '2024-05-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54943, 2191, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54944, 2190, '0', 'preview', '2024-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54945, 5623, '0', 'preview', '2024-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54946, 5624, '0', 'preview', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54947, 5622, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54948, 2178, '0', 'preview', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54949, 5625, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54950, 2140, '0', 'preview', '2024-05-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54951, 5653, '0', 'preview', '2024-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54952, 2067, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54953, 5627, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54954, 2140, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54955, 1957, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54956, 2185, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54957, 2174, '0', 'preview', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54958, 2055, '0', 'default', '2024-05-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54959, 2054, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54960, 2170, '0', 'preview', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54961, 5703, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54962, 5703, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54963, 2055, '0', 'preview', '2024-05-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54964, 2170, '0', 'default', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54965, 2053, '0', 'preview', '2024-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54966, 1930, '0', 'default', '2024-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54967, 2051, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54968, 2051, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54969, 2190, '0', 'default', '2024-05-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54970, 2125, '0', 'default', '2024-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54971, 5623, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54972, 2169, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54973, 2048, '0', 'default', '2024-05-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54974, 2112, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54975, 1935, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54976, 1925, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54977, 1925, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54978, 1886, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54979, 2024, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54980, 2027, '0', 'default', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54981, 2172, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54982, 5702, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54983, 2023, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54984, 2028, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54985, 2015, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54986, 2016, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54987, 2179, '0', 'preview', '2024-05-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54988, 2171, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54989, 2179, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54990, 2125, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54991, 2195, '0', 'default', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54992, 5628, '0', 'default', '2024-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54993, 1913, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54994, 2178, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54995, 1950, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54996, 5624, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54997, 2189, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54998, 2198, '0', 'default', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54999, 1967, '0', 'preview', '2024-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55000, 2027, '0', 'preview', '2024-05-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55001, 5702, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55002, 2182, '0', 'default', '2024-05-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55003, 2125, '0', 'preview', '2024-05-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55004, 1935, '0', 'preview', '2024-05-16', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55005, 2113, '0', 'preview', '2024-05-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55006, 1930, '0', 'preview', '2024-05-16', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55007, 2190, '0', 'preview', '2024-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55008, 1950, '0', 'preview', '2024-05-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55009, 5624, '0', 'preview', '2024-05-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55010, 2024, '0', 'preview', '2024-05-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55011, 2112, '0', 'preview', '2024-05-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55012, 5621, '0', 'preview', '2024-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55013, 2086, '0', 'preview', '2024-05-16', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55014, 2189, '0', 'preview', '2024-05-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55015, 2140, '0', 'preview', '2024-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55016, 1957, '0', 'preview', '2024-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55017, 2182, '0', 'preview', '2024-05-16', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55018, 2197, '0', 'preview', '2024-05-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55019, 5628, '0', 'preview', '2024-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55020, 5653, '0', 'preview', '2024-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55021, 2192, '0', 'preview', '2024-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55022, 2172, '0', 'preview', '2024-05-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55023, 2016, '0', 'preview', '2024-05-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55024, 2048, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55025, 2066, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55026, 2171, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55027, 5627, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55028, 2087, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55029, 5653, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55030, 2181, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55031, 5622, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55032, 2185, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55033, 2185, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55034, 2024, '0', 'default', '2024-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55035, 2169, '0', 'preview', '2024-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55036, 2151, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55037, 2191, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55038, 2112, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55039, 2172, '0', 'default', '2024-05-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55040, 2170, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55041, 2158, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55042, 2201, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55043, 2188, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55044, 2055, '0', 'preview', '2024-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55045, 2173, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55046, 2186, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55047, 2174, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55048, 2055, '0', 'default', '2024-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55049, 2048, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55050, 5705, '0', 'preview', '2024-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55051, 2126, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55052, 2150, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55053, 2171, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55054, 1925, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55055, 2189, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55056, 2198, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55057, 2170, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55058, 2129, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55059, 1967, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55060, 1930, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55061, 1886, '0', 'preview', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55062, 5702, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55063, 2093, '0', 'preview', '2024-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55064, 2067, '0', 'default', '2024-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55065, 2172, '0', 'preview', '2024-05-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55066, 2172, '0', 'default', '2024-05-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55067, 2192, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55068, 2190, '0', 'preview', '2024-05-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55069, 2125, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55070, 1886, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55071, 2191, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55072, 2166, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55073, 1931, '0', 'preview', '2024-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55074, 2086, '0', 'preview', '2024-05-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55075, 2113, '0', 'preview', '2024-05-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55076, 2182, '0', 'preview', '2024-05-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55077, 2182, '0', 'default', '2024-05-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55078, 2181, '0', 'default', '2024-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55079, 1937, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55080, 2112, '0', 'preview', '2024-05-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55081, 2174, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55082, 1930, '0', 'preview', '2024-05-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55083, 2053, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55084, 5702, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55085, 2200, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55086, 1950, '0', 'preview', '2024-05-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55087, 5624, '0', 'preview', '2024-05-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55088, 2195, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55089, 2192, '0', 'preview', '2024-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55090, 1960, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55091, 1917, '0', 'preview', '2024-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55092, 2148, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55093, 2197, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55094, 2151, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55095, 1916, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55096, 5705, '0', 'default', '2024-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55097, 5705, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55098, 5701, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55099, 2048, '0', 'preview', '2024-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55100, 2169, '0', 'preview', '2024-05-17', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55101, 2189, '0', 'preview', '2024-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55102, 2093, '0', 'preview', '2024-05-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55103, 5701, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55104, 5653, '0', 'preview', '2024-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55105, 2179, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55106, 1957, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55107, 2140, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55108, 1930, '0', 'default', '2024-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55109, 5623, '0', 'default', '2024-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55110, 1935, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55111, 5624, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55112, 5653, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55113, 5622, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55114, 5625, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55115, 2201, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55116, 2170, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55117, 5621, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55118, 1935, '0', 'preview', '2024-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55119, 2125, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55120, 2051, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55121, 2176, '0', 'preview', '2024-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55122, 1952, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55123, 5623, '0', 'preview', '2024-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55124, 2169, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55125, 2170, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55126, 1938, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55127, 1938, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55128, 2176, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55129, 2024, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55130, 2093, '0', 'default', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55131, 2016, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55132, 2027, '0', 'preview', '2024-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55133, 2086, '0', 'preview', '2024-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55134, 2112, '0', 'preview', '2024-05-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55135, 2024, '0', 'default', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55136, 1930, '0', 'preview', '2024-05-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55137, 2113, '0', 'preview', '2024-05-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55138, 1935, '0', 'preview', '2024-05-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55139, 1950, '0', 'preview', '2024-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55140, 2027, '0', 'default', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55141, 2200, '0', 'preview', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55142, 2182, '0', 'default', '2024-05-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55143, 2153, '0', 'preview', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55144, 2093, '0', 'preview', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55145, 2172, '0', 'default', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55146, 2190, '0', 'default', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55147, 2189, '0', 'default', '2024-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55148, 2153, '0', 'default', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55149, 2181, '0', 'default', '2024-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55150, 2191, '0', 'default', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55151, 2171, '0', 'preview', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55152, 2197, '0', 'default', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55153, 2203, '0', 'default', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55154, 2169, '0', 'preview', '2024-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55155, 2197, '0', 'preview', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55156, 2182, '0', 'preview', '2024-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55157, 2189, '0', 'preview', '2024-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55158, 2170, '0', 'default', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55159, 2170, '0', 'preview', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55160, 1967, '0', 'default', '2024-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55161, 1967, '0', 'preview', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55162, 2093, '0', 'default', '2024-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55163, 2016, '0', 'preview', '2024-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55164, 2172, '0', 'preview', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55165, 2192, '0', 'default', '2024-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55166, 2179, '0', 'preview', '2024-05-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55167, 1935, '0', 'preview', '2024-05-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55168, 1930, '0', 'preview', '2024-05-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55169, 2113, '0', 'preview', '2024-05-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55170, 2172, '0', 'preview', '2024-05-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55171, 2182, '0', 'preview', '2024-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55172, 2190, '0', 'preview', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55173, 1950, '0', 'preview', '2024-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55174, 5653, '0', 'preview', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55175, 2182, '0', 'default', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55176, 2197, '0', 'preview', '2024-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55177, 2192, '0', 'preview', '2024-05-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55178, 5626, '0', 'preview', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55179, 2196, '0', 'preview', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55180, 2024, '0', 'preview', '2024-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55181, 2086, '0', 'preview', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55182, 2016, '0', 'preview', '2024-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55183, 2027, '0', 'preview', '2024-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55184, 2169, '0', 'preview', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55185, 2141, '0', 'preview', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55186, 2189, '0', 'preview', '2024-05-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55187, 2053, '0', 'default', '2024-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55188, 5705, '0', 'default', '2024-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55189, 2172, '0', 'default', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55190, 1960, '0', 'default', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55191, 2112, '0', 'preview', '2024-05-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55192, 1967, '0', 'preview', '2024-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55193, 2048, '0', 'preview', '2024-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55194, 2174, '0', 'preview', '2024-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55195, 2173, '0', 'preview', '2024-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55196, 2187, '0', 'preview', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55197, 2183, '0', 'preview', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55198, 1925, '0', 'preview', '2024-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55199, 1957, '0', 'preview', '2024-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55200, 2112, '0', 'preview', '2024-05-20', 19);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55201, 2113, '0', 'preview', '2024-05-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55202, 1935, '0', 'preview', '2024-05-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55203, 1930, '0', 'preview', '2024-05-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55204, 1913, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55205, 2016, '0', 'preview', '2024-05-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55206, 2192, '0', 'preview', '2024-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55207, 2170, '0', 'default', '2024-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55208, 2189, '0', 'default', '2024-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55209, 2182, '0', 'preview', '2024-05-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55210, 2027, '0', 'default', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55211, 2182, '0', 'default', '2024-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55212, 2190, '0', 'default', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55213, 2191, '0', 'default', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55214, 2189, '0', 'preview', '2024-05-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55215, 2197, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55216, 2086, '0', 'preview', '2024-05-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55217, 2172, '0', 'preview', '2024-05-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55218, 2176, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55219, 2172, '0', 'default', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55220, 2067, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55221, 2093, '0', 'preview', '2024-05-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55222, 2170, '0', 'preview', '2024-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55223, 5705, '0', 'default', '2024-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55224, 2024, '0', 'preview', '2024-05-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55225, 2066, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55226, 5621, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55227, 2125, '0', 'preview', '2024-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55228, 2181, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55229, 2190, '0', 'preview', '2024-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55230, 2198, '0', 'preview', '2024-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55231, 2185, '0', 'preview', '2024-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55232, 5653, '0', 'preview', '2024-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55233, 5628, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55234, 1924, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55235, 2174, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55236, 2179, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55237, 2169, '0', 'preview', '2024-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55238, 5705, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55239, 2048, '0', 'default', '2024-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55240, 2048, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55241, 2152, '0', 'default', '2024-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55242, 2151, '0', 'default', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55243, 2150, '0', 'default', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55244, 2158, '0', 'default', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55245, 1930, '0', 'default', '2024-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55246, 2165, '0', 'default', '2024-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55247, 2024, '0', 'default', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55248, 2173, '0', 'default', '2024-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55249, 2140, '0', 'default', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55250, 1950, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55251, 5624, '0', 'preview', '2024-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55252, 1931, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55253, 1925, '0', 'preview', '2024-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55254, 1964, '0', 'default', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55255, 2173, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55256, 2181, '0', 'default', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55257, 2201, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55258, 1960, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55259, 2053, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55260, 2027, '0', 'preview', '2024-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55261, 2169, '0', 'default', '2024-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55262, 2172, '0', 'preview', '2024-05-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55263, 2190, '0', 'preview', '2024-05-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55264, 2113, '0', 'preview', '2024-05-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55265, 1935, '0', 'preview', '2024-05-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55266, 1930, '0', 'preview', '2024-05-21', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55267, 5627, '0', 'preview', '2024-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55268, 2192, '0', 'preview', '2024-05-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55269, 2189, '0', 'preview', '2024-05-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55270, 5628, '0', 'preview', '2024-05-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55271, 2197, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55272, 2198, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55273, 5702, '0', 'preview', '2024-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55274, 2173, '0', 'preview', '2024-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55275, 2175, '0', 'preview', '2024-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55276, 2185, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55277, 1950, '0', 'preview', '2024-05-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55278, 1886, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55279, 2169, '0', 'preview', '2024-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55280, 2112, '0', 'preview', '2024-05-21', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55281, 2179, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55282, 1967, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55283, 2182, '0', 'default', '2024-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55284, 2125, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55285, 2182, '0', 'preview', '2024-05-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55286, 2197, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55287, 1935, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55288, 2125, '0', 'preview', '2024-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55289, 1931, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55290, 2086, '0', 'preview', '2024-05-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55291, 2024, '0', 'preview', '2024-05-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55292, 2170, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55293, 1912, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55294, 2201, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55295, 5626, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55296, 2195, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55297, 2067, '0', 'preview', '2024-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55298, 2174, '0', 'preview', '2024-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55299, 2173, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55300, 1925, '0', 'preview', '2024-05-21', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55301, 1911, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55302, 2186, '0', 'preview', '2024-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55303, 2158, '0', 'preview', '2024-05-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55304, 2016, '0', 'preview', '2024-05-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55305, 2053, '0', 'preview', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55306, 2176, '0', 'preview', '2024-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55307, 2027, '0', 'preview', '2024-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55308, 2189, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55309, 2191, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55310, 1930, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55311, 2054, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55312, 1912, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55313, 2191, '0', 'preview', '2024-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55314, 2086, '0', 'default', '2024-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55315, 5705, '0', 'default', '2024-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55316, 5705, '0', 'preview', '2024-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55317, 5653, '0', 'preview', '2024-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55318, 5624, '0', 'preview', '2024-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55319, 2113, '0', 'preview', '2024-05-22', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55320, 1935, '0', 'preview', '2024-05-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55321, 1930, '0', 'preview', '2024-05-22', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55322, 2142, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55323, 2027, '0', 'preview', '2024-05-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55324, 2192, '0', 'preview', '2024-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55325, 2125, '0', 'preview', '2024-05-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55326, 2187, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55327, 2182, '0', 'default', '2024-05-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55328, 2179, '0', 'preview', '2024-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55329, 2125, '0', 'default', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55330, 1886, '0', 'preview', '2024-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55331, 1950, '0', 'default', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55332, 1950, '0', 'preview', '2024-05-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55333, 2172, '0', 'preview', '2024-05-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55334, 2016, '0', 'preview', '2024-05-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55335, 2086, '0', 'preview', '2024-05-22', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55336, 2189, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55337, 2179, '0', 'default', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55338, 1967, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55339, 5624, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55340, 5623, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55341, 2051, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55342, 1964, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55343, 5653, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55344, 1967, '0', 'preview', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55345, 1952, '0', 'default', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55346, 2186, '0', 'preview', '2024-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55347, 1938, '0', 'preview', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55348, 2146, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55349, 2182, '0', 'preview', '2024-05-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55350, 2093, '0', 'preview', '2024-05-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55351, 2112, '0', 'preview', '2024-05-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55352, 2171, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55353, 2190, '0', 'preview', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55354, 2189, '0', 'preview', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55355, 2053, '0', 'default', '2024-05-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55356, 2086, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55357, 5705, '0', 'default', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55358, 2172, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55359, 2027, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55360, 2181, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55361, 2028, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55362, 2175, '0', 'preview', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55363, 2174, '0', 'preview', '2024-05-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55364, 2048, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55365, 2196, '0', 'preview', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55366, 2176, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55367, 2088, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55368, 5653, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55369, 2185, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55370, 1917, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55371, 1913, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55372, 2170, '0', 'preview', '2024-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55373, 2024, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55374, 5628, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55375, 2054, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55376, 2054, '0', 'preview', '2024-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55377, 2173, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55378, 2197, '0', 'preview', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55379, 2158, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55380, 5701, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55381, 2169, '0', 'preview', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55382, 2093, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55383, 1955, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55384, 2067, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55385, 2178, '0', 'preview', '2024-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55386, 2053, '0', 'preview', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55387, 5624, '0', 'preview', '2024-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55388, 2169, '0', 'default', '2024-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55389, 2024, '0', 'default', '2024-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55390, 2053, '0', 'default', '2024-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55391, 2113, '0', 'preview', '2024-05-23', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55392, 1935, '0', 'preview', '2024-05-23', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55393, 1930, '0', 'preview', '2024-05-23', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55394, 2176, '0', 'default', '2024-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55395, 2189, '0', 'default', '2024-05-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55396, 2189, '0', 'preview', '2024-05-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55397, 2027, '0', 'preview', '2024-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55398, 2086, '0', 'preview', '2024-05-23', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55399, 2177, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55400, 2176, '0', 'preview', '2024-05-23', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55401, 2112, '0', 'preview', '2024-05-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55402, 1931, '0', 'preview', '2024-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55403, 1967, '0', 'preview', '2024-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55404, 2179, '0', 'preview', '2024-05-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55405, 2173, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55406, 2174, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55407, 2188, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55408, 2141, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55409, 2182, '0', 'preview', '2024-05-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55410, 1950, '0', 'preview', '2024-05-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55411, 5653, '0', 'preview', '2024-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55412, 5624, '0', 'preview', '2024-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55413, 2016, '0', 'preview', '2024-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55414, 2016, '0', 'default', '2024-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55415, 2192, '0', 'preview', '2024-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55416, 2169, '0', 'preview', '2024-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55417, 1930, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55418, 1938, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55419, 2048, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55420, 2179, '0', 'default', '2024-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55421, 1967, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55422, 2172, '0', 'preview', '2024-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55423, 2185, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55424, 2182, '0', 'default', '2024-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55425, 5705, '0', 'preview', '2024-05-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55426, 2187, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55427, 5705, '0', 'default', '2024-05-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55428, 1886, '0', 'preview', '2024-05-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55429, 2172, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55430, 2196, '0', 'preview', '2024-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55431, 2158, '0', 'default', '2024-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55432, 2169, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55433, 5621, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55434, 2024, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55435, 2140, '0', 'preview', '2024-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55436, 2197, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55437, 2186, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55438, 2112, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55439, 2141, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55440, 2174, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55441, 1912, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55442, 2054, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55443, 1925, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55444, 2171, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55445, 2190, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55446, 2125, '0', 'preview', '2024-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55447, 5628, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55448, 2027, '0', 'default', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55449, 2203, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55450, 1938, '0', 'preview', '2024-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55451, 2201, '0', 'preview', '2024-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55452, 2200, '0', 'preview', '2024-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55453, 2198, '0', 'preview', '2024-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55454, 2067, '0', 'preview', '2024-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55455, 2172, '0', 'default', '2024-05-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55456, 2172, '0', 'preview', '2024-05-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55457, 2189, '0', 'preview', '2024-05-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55458, 2192, '0', 'preview', '2024-05-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55459, 1935, '0', 'preview', '2024-05-24', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55460, 2113, '0', 'preview', '2024-05-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55461, 1930, '0', 'preview', '2024-05-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55462, 1938, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55463, 2181, '0', 'preview', '2024-05-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55464, 2170, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55465, 5653, '0', 'preview', '2024-05-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55466, 2093, '0', 'preview', '2024-05-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55467, 2048, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55468, 5628, '0', 'preview', '2024-05-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55469, 5626, '0', 'preview', '2024-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55470, 2141, '0', 'preview', '2024-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55471, 2185, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55472, 2174, '0', 'preview', '2024-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55473, 2171, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55474, 2188, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55475, 2186, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55476, 1917, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55477, 2179, '0', 'preview', '2024-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55478, 1967, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55479, 2016, '0', 'preview', '2024-05-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55480, 2198, '0', 'preview', '2024-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55481, 2197, '0', 'preview', '2024-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55482, 2203, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55483, 2182, '0', 'preview', '2024-05-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55484, 2182, '0', 'default', '2024-05-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55485, 2125, '0', 'default', '2024-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55486, 5621, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55487, 2125, '0', 'preview', '2024-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55488, 2190, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55489, 2175, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55490, 2173, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55491, 1952, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55492, 5623, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55493, 5622, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55494, 2169, '0', 'preview', '2024-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55495, 1950, '0', 'preview', '2024-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55496, 5624, '0', 'preview', '2024-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55497, 1917, '0', 'default', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55498, 2181, '0', 'default', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55499, 2024, '0', 'preview', '2024-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55500, 2170, '0', 'default', '2024-05-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55501, 2027, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55502, 2086, '0', 'preview', '2024-05-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55503, 5627, '0', 'preview', '2024-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55504, 2024, '0', 'default', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55505, 1886, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55506, 2179, '0', 'default', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55507, 2201, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55508, 2086, '0', 'default', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55509, 2112, '0', 'preview', '2024-05-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55510, 5705, '0', 'preview', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55511, 2027, '0', 'default', '2024-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55512, 1935, '0', 'default', '2024-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55513, 2112, '0', 'preview', '2024-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55514, 2169, '0', 'preview', '2024-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55515, 1950, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55516, 5628, '0', 'default', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55517, 5624, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55518, 1935, '0', 'preview', '2024-05-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55519, 1930, '0', 'preview', '2024-05-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55520, 2113, '0', 'preview', '2024-05-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55521, 2024, '0', 'preview', '2024-05-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55522, 2016, '0', 'preview', '2024-05-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55523, 2093, '0', 'preview', '2024-05-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55524, 2048, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55525, 2027, '0', 'preview', '2024-05-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55526, 1933, '0', 'preview', '2024-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55527, 2172, '0', 'preview', '2024-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55528, 2189, '0', 'preview', '2024-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55529, 2191, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55530, 2189, '0', 'default', '2024-05-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55531, 2195, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55532, 1920, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55533, 2190, '0', 'default', '2024-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55534, 2192, '0', 'default', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55535, 1912, '0', 'default', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55536, 1938, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55537, 2146, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55538, 2192, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55539, 5621, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55540, 5653, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55541, 2169, '0', 'default', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55542, 2182, '0', 'preview', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55543, 2183, '0', 'default', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55544, 1967, '0', 'default', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55545, 2179, '0', 'default', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55546, 2151, '0', 'default', '2024-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55547, 5702, '0', 'preview', '2024-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55548, 2158, '0', 'default', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55549, 1930, '0', 'preview', '2024-05-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55550, 2112, '0', 'preview', '2024-05-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55551, 2016, '0', 'preview', '2024-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55552, 2192, '0', 'preview', '2024-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55553, 2172, '0', 'preview', '2024-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55554, 2093, '0', 'preview', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55555, 1935, '0', 'preview', '2024-05-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55556, 2174, '0', 'preview', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55557, 2173, '0', 'preview', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55558, 2179, '0', 'preview', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55559, 2189, '0', 'preview', '2024-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55560, 2142, '0', 'preview', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55561, 2182, '0', 'default', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55562, 2113, '0', 'preview', '2024-05-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55563, 2182, '0', 'preview', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55564, 2181, '0', 'default', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55565, 2169, '0', 'preview', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55566, 5628, '0', 'preview', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55567, 2179, '0', 'default', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55568, 2048, '0', 'default', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55569, 2027, '0', 'default', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55570, 1912, '0', 'preview', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55571, 2181, '0', 'preview', '2024-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55572, 2182, '0', 'preview', '2024-05-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55573, 2024, '0', 'default', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55574, 1886, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55575, 2113, '0', 'preview', '2024-05-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55576, 1930, '0', 'preview', '2024-05-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55577, 1935, '0', 'preview', '2024-05-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55578, 2112, '0', 'preview', '2024-05-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55579, 2112, '0', 'preview', '2024-05-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55580, 2016, '0', 'preview', '2024-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55581, 2024, '0', 'preview', '2024-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55582, 5624, '0', 'preview', '2024-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55583, 2172, '0', 'preview', '2024-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55584, 2158, '0', 'preview', '2024-05-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55585, 2027, '0', 'preview', '2024-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55586, 2172, '0', 'default', '2024-05-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55587, 2189, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55588, 1950, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55589, 2169, '0', 'preview', '2024-05-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55590, 2182, '0', 'default', '2024-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55591, 2187, '0', 'default', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55592, 1938, '0', 'default', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55593, 2177, '0', 'default', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55594, 2146, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55595, 2176, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55596, 2179, '0', 'default', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55597, 1960, '0', 'default', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55598, 2086, '0', 'preview', '2024-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55599, 2088, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55600, 2198, '0', 'preview', '2024-05-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55601, 2174, '0', 'preview', '2024-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55602, 2173, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55603, 1967, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55604, 2179, '0', 'preview', '2024-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55605, 2125, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55606, 5627, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55607, 2188, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55608, 2141, '0', 'preview', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55609, 2053, '0', 'default', '2024-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55610, 2113, '0', 'preview', '2024-05-28', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55611, 1930, '0', 'preview', '2024-05-28', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55612, 1935, '0', 'preview', '2024-05-28', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55613, 2125, '0', 'preview', '2024-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55614, 2129, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55615, 1950, '0', 'preview', '2024-05-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55616, 5653, '0', 'preview', '2024-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55617, 2182, '0', 'preview', '2024-05-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55618, 2172, '0', 'default', '2024-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55619, 2182, '0', 'default', '2024-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55620, 5705, '0', 'preview', '2024-05-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55621, 2112, '0', 'preview', '2024-05-28', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55622, 1938, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55623, 2176, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55624, 2086, '0', 'preview', '2024-05-28', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55625, 2086, '0', 'preview', '2024-05-28', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55626, 2172, '0', 'preview', '2024-05-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55627, 2174, '0', 'preview', '2024-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55628, 1915, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55629, 2198, '0', 'preview', '2024-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55630, 2012, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55631, 2181, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55632, 2016, '0', 'preview', '2024-05-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55633, 2179, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55634, 5624, '0', 'preview', '2024-05-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55635, 2027, '0', 'preview', '2024-05-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55636, 2140, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55637, 2093, '0', 'preview', '2024-05-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55638, 2170, '0', 'default', '2024-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55639, 1912, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55640, 2054, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55641, 1886, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55642, 2067, '0', 'preview', '2024-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55643, 5705, '0', 'default', '2024-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55644, 1931, '0', 'preview', '2024-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55645, 1935, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55646, 1937, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55647, 5626, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55648, 2195, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55649, 2189, '0', 'preview', '2024-05-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55650, 2199, '0', 'preview', '2024-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55651, 2169, '0', 'preview', '2024-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55652, 2053, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55653, 2053, '0', 'default', '2024-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55654, 2186, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55655, 2196, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55656, 2200, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55657, 2024, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55658, 2201, '0', 'preview', '2024-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55659, 2066, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55660, 2027, '0', 'default', '2024-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55661, 2185, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55662, 2054, '0', 'default', '2024-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55663, 2125, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55664, 1960, '0', 'preview', '2024-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55665, 2179, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55666, 2049, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55667, 2158, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55668, 2067, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55669, 2169, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55670, 2192, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55671, 2190, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55672, 5702, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55673, 2170, '0', 'preview', '2024-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55674, 2086, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55675, 2190, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55676, 2192, '0', 'default', '2024-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55677, 2171, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55678, 2173, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55679, 2189, '0', 'default', '2024-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55680, 2197, '0', 'default', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55681, 1957, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55682, 2024, '0', 'preview', '2024-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55683, 2191, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55684, 5701, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55685, 2175, '0', 'preview', '2024-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55686, 2172, '0', 'preview', '2024-05-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55687, 2174, '0', 'preview', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55688, 2067, '0', 'preview', '2024-05-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55689, 2182, '0', 'preview', '2024-05-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55690, 5705, '0', 'default', '2024-05-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55691, 1950, '0', 'preview', '2024-05-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55692, 2093, '0', 'preview', '2024-05-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55693, 5653, '0', 'preview', '2024-05-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55694, 1930, '0', 'preview', '2024-05-29', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55695, 1935, '0', 'preview', '2024-05-29', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55696, 2113, '0', 'preview', '2024-05-29', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55697, 5624, '0', 'preview', '2024-05-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55698, 2158, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55699, 2024, '0', 'default', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55700, 2112, '0', 'preview', '2024-05-29', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55701, 2125, '0', 'preview', '2024-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55702, 2027, '0', 'default', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55703, 2066, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55704, 1935, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55705, 2192, '0', 'preview', '2024-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55706, 2190, '0', 'preview', '2024-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55707, 2189, '0', 'preview', '2024-05-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55708, 2191, '0', 'preview', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55709, 2170, '0', 'preview', '2024-05-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55710, 2171, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55711, 2172, '0', 'default', '2024-05-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55712, 2053, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55713, 2067, '0', 'default', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55714, 2016, '0', 'preview', '2024-05-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55715, 2024, '0', 'preview', '2024-05-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55716, 2027, '0', 'preview', '2024-05-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55717, 2189, '0', 'default', '2024-05-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55718, 5628, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55719, 2197, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55720, 2198, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55721, 1950, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55722, 5624, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55723, 5653, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55724, 1952, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55725, 2016, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55726, 2179, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55727, 1967, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55728, 2182, '0', 'default', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55729, 2048, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55730, 5628, '0', 'preview', '2024-05-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55731, 2197, '0', 'preview', '2024-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55732, 2198, '0', 'preview', '2024-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55733, 2129, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55734, 2142, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55735, 2126, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55736, 5623, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55737, 2066, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55738, 2065, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55739, 1966, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55740, 2179, '0', 'preview', '2024-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55741, 1967, '0', 'preview', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55742, 1938, '0', 'preview', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55743, 2186, '0', 'default', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55744, 2086, '0', 'preview', '2024-05-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55745, 2169, '0', 'preview', '2024-05-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55746, 1912, '0', 'preview', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55747, 5621, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55748, 1925, '0', 'preview', '2024-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55749, 1915, '0', 'preview', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55750, 5705, '0', 'preview', '2024-05-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55751, 2200, '0', 'preview', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55752, 2140, '0', 'preview', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55753, 2183, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55754, 2187, '0', 'preview', '2024-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55755, 2170, '0', 'default', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55756, 2141, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55757, 2173, '0', 'default', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55758, 2192, '0', 'default', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55759, 2190, '0', 'default', '2024-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55760, 5627, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55761, 2191, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55762, 1886, '0', 'preview', '2024-05-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55763, 2053, '0', 'preview', '2024-05-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55764, 2201, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55765, 2173, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55766, 2158, '0', 'preview', '2024-05-29', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55767, 2195, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55768, 2199, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55769, 1930, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55770, 1931, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55771, 1964, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55772, 1964, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55773, 2054, '0', 'preview', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55774, 2125, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55775, 2054, '0', 'default', '2024-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55776, 2174, '0', 'preview', '2024-05-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55777, 2173, '0', 'preview', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55778, 2175, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55779, 2198, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55780, 2179, '0', 'preview', '2024-05-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55781, 1935, '0', 'preview', '2024-05-30', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55782, 2183, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55783, 2131, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55784, 1930, '0', 'preview', '2024-05-30', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55785, 2113, '0', 'preview', '2024-05-30', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55786, 1886, '0', 'preview', '2024-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55787, 2189, '0', 'preview', '2024-05-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55788, 2027, '0', 'preview', '2024-05-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55789, 2093, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55790, 2112, '0', 'preview', '2024-05-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55791, 2086, '0', 'preview', '2024-05-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55792, 2016, '0', 'preview', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55793, 2016, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55794, 2024, '0', 'default', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55795, 2053, '0', 'default', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55796, 2053, '0', 'preview', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55797, 1960, '0', 'preview', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55798, 2015, '0', 'preview', '2024-05-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55799, 5653, '0', 'preview', '2024-05-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55800, 5625, '0', 'preview', '2024-05-30', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55801, 5623, '0', 'preview', '2024-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55802, 2088, '0', 'preview', '2024-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55803, 5702, '0', 'preview', '2024-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55804, 2048, '0', 'preview', '2024-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55805, 2189, '0', 'default', '2024-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55806, 2015, '0', 'default', '2024-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55807, 5653, '0', 'default', '2024-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55808, 5625, '0', 'default', '2024-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55809, 5623, '0', 'default', '2024-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55810, 1935, '0', 'default', '2024-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55811, 1930, '0', 'default', '2024-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55812, 2088, '0', 'default', '2024-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55813, 5702, '0', 'default', '2024-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55814, 2048, '0', 'default', '2024-05-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55815, 5705, '0', 'preview', '2024-05-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55816, 5705, '0', 'default', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55817, 2182, '0', 'default', '2024-05-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55818, 1950, '0', 'preview', '2024-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55819, 2182, '0', 'preview', '2024-05-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55820, 2192, '0', 'preview', '2024-05-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55821, 5628, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55822, 2023, '0', 'preview', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55823, 2067, '0', 'preview', '2024-05-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55824, 2169, '0', 'preview', '2024-05-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55825, 2172, '0', 'preview', '2024-05-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55826, 2188, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55827, 2190, '0', 'preview', '2024-05-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55828, 2024, '0', 'preview', '2024-05-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55829, 5624, '0', 'preview', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55830, 2158, '0', 'preview', '2024-05-30', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55831, 5627, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55832, 2191, '0', 'default', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55833, 1924, '0', 'preview', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55834, 2177, '0', 'default', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55835, 1932, '0', 'default', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55836, 5621, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55837, 2093, '0', 'preview', '2024-05-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55838, 2176, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55839, 2177, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55840, 2142, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55841, 2129, '0', 'preview', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55842, 2179, '0', 'default', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55843, 2170, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55844, 2066, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55845, 1966, '0', 'preview', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55846, 2147, '0', 'default', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55847, 2054, '0', 'preview', '2024-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55848, 1955, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55849, 1938, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55850, 2146, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55851, 2172, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55852, 2176, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55853, 2112, '0', 'default', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55854, 2170, '0', 'default', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55855, 2067, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55856, 2125, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55857, 2191, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55858, 5626, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55859, 5701, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55860, 2195, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55861, 2200, '0', 'default', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55862, 2192, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55863, 5701, '0', 'preview', '2024-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55864, 1937, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55865, 2113, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55866, 5626, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55867, 2200, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55868, 2195, '0', 'preview', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55869, 2023, '0', 'default', '2024-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55870, 2015, '0', 'preview', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55871, 5653, '0', 'preview', '2024-05-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55872, 5625, '0', 'preview', '2024-05-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55873, 1935, '0', 'preview', '2024-05-31', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55874, 1930, '0', 'preview', '2024-05-31', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55875, 2088, '0', 'preview', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55876, 5702, '0', 'preview', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55877, 2048, '0', 'preview', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55878, 2189, '0', 'default', '2024-05-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55879, 2015, '0', 'default', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55880, 5653, '0', 'default', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55881, 5625, '0', 'default', '2024-05-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55882, 5623, '0', 'default', '2024-05-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55883, 2189, '0', 'preview', '2024-05-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55884, 2088, '0', 'default', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55885, 1935, '0', 'default', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55886, 5702, '0', 'default', '2024-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55887, 2048, '0', 'default', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55888, 1930, '0', 'default', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55889, 2182, '0', 'default', '2024-05-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55890, 2016, '0', 'preview', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55891, 1950, '0', 'preview', '2024-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55892, 2112, '0', 'preview', '2024-05-31', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55893, 2142, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55894, 5623, '0', 'preview', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55895, 2113, '0', 'preview', '2024-05-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55896, 2027, '0', 'preview', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55897, 2086, '0', 'preview', '2024-05-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55898, 2172, '0', 'default', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55899, 2067, '0', 'preview', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55900, 2172, '0', 'preview', '2024-05-31', 11);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55901, 2191, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55902, 2192, '0', 'preview', '2024-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55903, 2182, '0', 'preview', '2024-05-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55904, 2195, '0', 'preview', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55905, 2190, '0', 'preview', '2024-05-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55906, 2049, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55907, 2203, '0', 'default', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55908, 2170, '0', 'preview', '2024-05-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55909, 5621, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55910, 2174, '0', 'preview', '2024-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55911, 2179, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55912, 2027, '0', 'default', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55913, 2169, '0', 'preview', '2024-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55914, 2181, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55915, 2093, '0', 'preview', '2024-05-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55916, 1932, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55917, 2181, '0', 'preview', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55918, 5705, '0', 'default', '2024-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55919, 2024, '0', 'preview', '2024-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55920, 2176, '0', 'preview', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55921, 1964, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55922, 2053, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55923, 1886, '0', 'preview', '2024-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55924, 2141, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55925, 2188, '0', 'preview', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55926, 2190, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55927, 2125, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55928, 2201, '0', 'preview', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55929, 5627, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55930, 2183, '0', 'preview', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55931, 2024, '0', 'default', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55932, 2198, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55933, 2140, '0', 'default', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55934, 1964, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55935, 1967, '0', 'preview', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55936, 2200, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55937, 5624, '0', 'preview', '2024-05-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55938, 5624, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55939, 5622, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55940, 2125, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55941, 2173, '0', 'preview', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55942, 2173, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55943, 2174, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55944, 2053, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55945, 2131, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55946, 1931, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55947, 2140, '0', 'preview', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55948, 1938, '0', 'preview', '2024-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55949, 2197, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55950, 2196, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55951, 2203, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55952, 1952, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55953, 1912, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55954, 2170, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55955, 2186, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55956, 1925, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55957, 2187, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55958, 2158, '0', 'preview', '2024-05-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55959, 2171, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55960, 5621, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55961, 2169, '0', 'default', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55962, 1912, '0', 'preview', '2024-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55963, 1966, '0', 'preview', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55964, 1935, '0', 'preview', '2024-06-01', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55965, 2113, '0', 'preview', '2024-06-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55966, 1930, '0', 'preview', '2024-06-01', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55967, 2112, '0', 'preview', '2024-06-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55968, 2189, '0', 'default', '2024-06-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55969, 2179, '0', 'preview', '2024-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55970, 1930, '0', 'default', '2024-06-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55971, 2191, '0', 'default', '2024-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55972, 2182, '0', 'preview', '2024-06-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55973, 2129, '0', 'preview', '2024-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55974, 5653, '0', 'default', '2024-06-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55975, 5702, '0', 'default', '2024-06-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55976, 5625, '0', 'preview', '2024-06-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55977, 2179, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55978, 5624, '0', 'default', '2024-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55979, 5653, '0', 'preview', '2024-06-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55980, 2172, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55981, 5701, '0', 'default', '2024-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55982, 2048, '0', 'default', '2024-06-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55983, 2142, '0', 'preview', '2024-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55984, 2200, '0', 'preview', '2024-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55985, 1935, '0', 'default', '2024-06-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55986, 5628, '0', 'preview', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55987, 2028, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55988, 5625, '0', 'default', '2024-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55989, 5623, '0', 'preview', '2024-06-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55990, 2142, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55991, 5624, '0', 'preview', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55992, 2015, '0', 'default', '2024-06-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55993, 2129, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55994, 2023, '0', 'default', '2024-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55995, 2182, '0', 'default', '2024-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55996, 5623, '0', 'default', '2024-06-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55997, 2189, '0', 'preview', '2024-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55998, 2112, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55999, 2171, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56000, 2165, '0', 'default', '2024-06-01', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56001, 2125, '0', 'preview', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56002, 2086, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56003, 2053, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56004, 5628, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56005, 2125, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56006, 5626, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56007, 2093, '0', 'preview', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56008, 2187, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56009, 2015, '0', 'preview', '2024-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56010, 2088, '0', 'preview', '2024-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56011, 5702, '0', 'preview', '2024-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56012, 2088, '0', 'default', '2024-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56013, 2048, '0', 'preview', '2024-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56014, 2172, '0', 'preview', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56015, 2173, '0', 'preview', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56016, 2174, '0', 'preview', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56017, 2169, '0', 'preview', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56018, 2181, '0', 'preview', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56019, 2192, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56020, 1950, '0', 'preview', '2024-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56021, 2086, '0', 'preview', '2024-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56022, 5622, '0', 'default', '2024-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56023, 5705, '0', 'default', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56024, 5705, '0', 'preview', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56025, 1935, '0', 'preview', '2024-06-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56026, 2172, '0', 'default', '2024-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56027, 2024, '0', 'default', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56028, 2016, '0', 'default', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56029, 5625, '0', 'preview', '2024-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56030, 2086, '0', 'preview', '2024-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56031, 2200, '0', 'default', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56032, 1930, '0', 'preview', '2024-06-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56033, 2189, '0', 'preview', '2024-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56034, 2015, '0', 'preview', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56035, 5653, '0', 'preview', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56036, 5623, '0', 'preview', '2024-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56037, 5702, '0', 'preview', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56038, 2048, '0', 'preview', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56039, 1935, '0', 'default', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56040, 1930, '0', 'default', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56041, 2088, '0', 'default', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56042, 5702, '0', 'default', '2024-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56043, 2189, '0', 'default', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56044, 2048, '0', 'default', '2024-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56045, 2015, '0', 'default', '2024-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56046, 5653, '0', 'default', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56047, 5625, '0', 'default', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56048, 5623, '0', 'default', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56049, 2112, '0', 'preview', '2024-06-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56050, 2195, '0', 'default', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56051, 2190, '0', 'preview', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56052, 2142, '0', 'preview', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56053, 2113, '0', 'preview', '2024-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56054, 2088, '0', 'preview', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56055, 5701, '0', 'default', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56056, 2191, '0', 'default', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56057, 2179, '0', 'default', '2024-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56058, 2182, '0', 'preview', '2024-06-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56059, 2125, '0', 'preview', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56060, 2172, '0', 'preview', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56061, 2027, '0', 'preview', '2024-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56062, 2053, '0', 'preview', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56063, 2024, '0', 'preview', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56064, 2054, '0', 'preview', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56065, 2182, '0', 'default', '2024-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56066, 2113, '0', 'preview', '2024-06-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56067, 1930, '0', 'preview', '2024-06-03', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56068, 2182, '0', 'default', '2024-06-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56069, 1930, '0', 'default', '2024-06-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56070, 2191, '0', 'default', '2024-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56071, 1935, '0', 'preview', '2024-06-03', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56072, 2189, '0', 'preview', '2024-06-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56073, 2172, '0', 'default', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56074, 2172, '0', 'preview', '2024-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56075, 2024, '0', 'default', '2024-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56076, 2182, '0', 'preview', '2024-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56077, 2192, '0', 'preview', '2024-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56078, 2190, '0', 'preview', '2024-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56079, 1886, '0', 'preview', '2024-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56080, 5626, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56081, 2086, '0', 'preview', '2024-06-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56082, 2048, '0', 'preview', '2024-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56083, 2024, '0', 'preview', '2024-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56084, 2112, '0', 'preview', '2024-06-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56085, 2141, '0', 'default', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56086, 2174, '0', 'preview', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56087, 2175, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56088, 2173, '0', 'preview', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56089, 1925, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56090, 2179, '0', 'preview', '2024-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56091, 2176, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56092, 5628, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56093, 2188, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56094, 1967, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56095, 2199, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56096, 2192, '0', 'default', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56097, 2189, '0', 'default', '2024-06-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56098, 2067, '0', 'preview', '2024-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56099, 2190, '0', 'default', '2024-06-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56100, 5627, '0', 'default', '2024-06-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56101, 2169, '0', 'preview', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56102, 2054, '0', 'default', '2024-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56103, 2016, '0', 'preview', '2024-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56104, 2201, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56105, 5705, '0', 'default', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56106, 5705, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56107, 2198, '0', 'preview', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56108, 2185, '0', 'preview', '2024-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56109, 2015, '0', 'default', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56110, 5653, '0', 'default', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56111, 5625, '0', 'default', '2024-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56112, 5623, '0', 'default', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56113, 2015, '0', 'preview', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56114, 1935, '0', 'default', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56115, 5653, '0', 'preview', '2024-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56116, 5625, '0', 'preview', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56117, 2088, '0', 'default', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56118, 5623, '0', 'preview', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56119, 5702, '0', 'default', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56120, 2048, '0', 'default', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56121, 5702, '0', 'preview', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56122, 2088, '0', 'preview', '2024-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56123, 1938, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56124, 2027, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56125, 2188, '0', 'default', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56126, 2173, '0', 'default', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56127, 2093, '0', 'default', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56128, 2170, '0', 'default', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56129, 1950, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56130, 5624, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56131, 1960, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56132, 2053, '0', 'preview', '2024-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56133, 2170, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56134, 2181, '0', 'default', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56135, 2054, '0', 'preview', '2024-06-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56136, 1957, '0', 'preview', '2024-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56137, 1930, '0', 'preview', '2024-06-04', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56138, 2181, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56139, 2171, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56140, 5653, '0', 'preview', '2024-06-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56141, 5702, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56142, 2189, '0', 'default', '2024-06-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56143, 2198, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56144, 2027, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56145, 2172, '0', 'preview', '2024-06-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56146, 2112, '0', 'preview', '2024-06-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56147, 2182, '0', 'preview', '2024-06-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56148, 2171, '0', 'preview', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56149, 1950, '0', 'preview', '2024-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56150, 5624, '0', 'preview', '2024-06-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56151, 2190, '0', 'preview', '2024-06-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56152, 2189, '0', 'preview', '2024-06-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56153, 1935, '0', 'preview', '2024-06-04', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56154, 2113, '0', 'preview', '2024-06-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56155, 2182, '0', 'default', '2024-06-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56156, 2065, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56157, 2191, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56158, 2188, '0', 'preview', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56159, 2172, '0', 'default', '2024-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56160, 2173, '0', 'preview', '2024-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56161, 2192, '0', 'preview', '2024-06-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56162, 2048, '0', 'preview', '2024-06-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56163, 2086, '0', 'preview', '2024-06-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56164, 2201, '0', 'preview', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56165, 2191, '0', 'default', '2024-06-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56166, 2190, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56167, 2192, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56168, 2016, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56169, 2169, '0', 'preview', '2024-06-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56170, 1930, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56171, 2179, '0', 'default', '2024-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56172, 5701, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56173, 2048, '0', 'default', '2024-06-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56174, 2174, '0', 'preview', '2024-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56175, 2185, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56176, 2170, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56177, 5623, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56178, 5624, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56179, 5623, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56180, 5625, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56181, 5628, '0', 'preview', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56182, 5653, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56183, 5625, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56184, 2142, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56185, 2023, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56186, 2027, '0', 'preview', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56187, 2028, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56188, 2125, '0', 'preview', '2024-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56189, 2023, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56190, 5702, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56191, 5627, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56192, 5701, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56193, 5627, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56194, 5705, '0', 'default', '2024-06-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56195, 2141, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56196, 2179, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56197, 2051, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56198, 2051, '0', 'preview', '2024-06-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56199, 2093, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56200, 1952, '0', 'preview', '2024-06-04', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56201, 2086, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56202, 1960, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56203, 2176, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56204, 2113, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56205, 2187, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56206, 2175, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56207, 2016, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56208, 2067, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56209, 5628, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56210, 2174, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56211, 2186, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56212, 2197, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56213, 2125, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56214, 2195, '0', 'default', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56215, 1967, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56216, 1938, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56217, 1886, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56218, 1967, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56219, 1938, '0', 'default', '2024-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56220, 2024, '0', 'preview', '2024-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56221, 2086, '0', 'preview', '2024-06-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56222, 2113, '0', 'preview', '2024-06-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56223, 2169, '0', 'preview', '2024-06-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56224, 1935, '0', 'preview', '2024-06-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56225, 1930, '0', 'preview', '2024-06-05', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56226, 2182, '0', 'default', '2024-06-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56227, 1930, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56228, 1932, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56229, 2172, '0', 'preview', '2024-06-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56230, 2015, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56231, 2053, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56232, 2176, '0', 'preview', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56233, 2179, '0', 'default', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56234, 1967, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56235, 2067, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56236, 2112, '0', 'preview', '2024-06-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56237, 1938, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56238, 2067, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56239, 2171, '0', 'preview', '2024-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56240, 2190, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56241, 5627, '0', 'preview', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56242, 2201, '0', 'preview', '2024-06-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56243, 2048, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56244, 1935, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56245, 2201, '0', 'default', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56246, 2182, '0', 'preview', '2024-06-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56247, 5705, '0', 'default', '2024-06-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56248, 2174, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56249, 2169, '0', 'default', '2024-06-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56250, 2191, '0', 'default', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56251, 1933, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56252, 2093, '0', 'preview', '2024-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56253, 2181, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56254, 1886, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56255, 1937, '0', 'default', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56256, 2197, '0', 'preview', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56257, 2027, '0', 'preview', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56258, 1937, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56259, 2024, '0', 'preview', '2024-06-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56260, 2016, '0', 'preview', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56261, 2170, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56262, 5702, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56263, 2198, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56264, 2189, '0', 'preview', '2024-06-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56265, 5628, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56266, 2113, '0', 'default', '2024-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56267, 1950, '0', 'preview', '2024-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56268, 2087, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56269, 5624, '0', 'preview', '2024-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56270, 5653, '0', 'preview', '2024-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56271, 1938, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56272, 2172, '0', 'default', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56273, 2188, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56274, 2173, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56275, 2054, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56276, 2189, '0', 'default', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56277, 5705, '0', 'preview', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56278, 2171, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56279, 2192, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56280, 2190, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56281, 2191, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56282, 5653, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56283, 1952, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56284, 2158, '0', 'preview', '2024-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56285, 5628, '0', 'default', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56286, 2053, '0', 'preview', '2024-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56287, 2051, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56288, 2179, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56289, 2125, '0', 'default', '2024-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56290, 2125, '0', 'preview', '2024-06-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56291, 1912, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56292, 2170, '0', 'preview', '2024-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56293, 2172, '0', 'preview', '2024-06-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56294, 2053, '0', 'preview', '2024-06-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56295, 1960, '0', 'preview', '2024-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56296, 2086, '0', 'preview', '2024-06-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56297, 2054, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56298, 2112, '0', 'preview', '2024-06-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56299, 2181, '0', 'default', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56300, 1935, '0', 'preview', '2024-06-06', 16);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56301, 1930, '0', 'preview', '2024-06-06', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56302, 2113, '0', 'preview', '2024-06-06', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56303, 1886, '0', 'default', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56304, 2198, '0', 'preview', '2024-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56305, 2048, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56306, 2182, '0', 'preview', '2024-06-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56307, 2189, '0', 'preview', '2024-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56308, 2173, '0', 'preview', '2024-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56309, 2141, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56310, 2174, '0', 'preview', '2024-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56311, 2182, '0', 'default', '2024-06-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56312, 5705, '0', 'default', '2024-06-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56313, 1930, '0', 'default', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56314, 2172, '0', 'default', '2024-06-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56315, 2027, '0', 'default', '2024-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56316, 2170, '0', 'default', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56317, 2169, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56318, 2188, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56319, 5701, '0', 'default', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56320, 2191, '0', 'default', '2024-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56321, 1950, '0', 'default', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56322, 1960, '0', 'default', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56323, 5624, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56324, 2179, '0', 'default', '2024-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56325, 1925, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56326, 1952, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56327, 5653, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56328, 2142, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56329, 1955, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56330, 5622, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56331, 2176, '0', 'default', '2024-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56332, 5705, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56333, 1886, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56334, 2016, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56335, 1950, '0', 'preview', '2024-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56336, 2173, '0', 'default', '2024-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56337, 2093, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56338, 5628, '0', 'default', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56339, 2024, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56340, 2027, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56341, 1931, '0', 'preview', '2024-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56342, 1886, '0', 'preview', '2024-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56343, 2182, '0', 'preview', '2024-06-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56344, 2169, '0', 'preview', '2024-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56345, 2016, '0', 'default', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56346, 2171, '0', 'default', '2024-06-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56347, 2112, '0', 'preview', '2024-06-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56348, 2182, '0', 'default', '2024-06-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56349, 2146, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56350, 2125, '0', 'preview', '2024-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56351, 2027, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56352, 5621, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56353, 2024, '0', 'preview', '2024-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56354, 1930, '0', 'preview', '2024-06-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56355, 2190, '0', 'preview', '2024-06-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56356, 2192, '0', 'preview', '2024-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56357, 2173, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56358, 2174, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56359, 5624, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56360, 5621, '0', 'default', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56361, 1935, '0', 'preview', '2024-06-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56362, 2113, '0', 'preview', '2024-06-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56363, 2172, '0', 'default', '2024-06-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56364, 2053, '0', 'preview', '2024-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56365, 5705, '0', 'preview', '2024-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56366, 2048, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56367, 2086, '0', 'preview', '2024-06-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56368, 2201, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56369, 1950, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56370, 5653, '0', 'preview', '2024-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56371, 2200, '0', 'preview', '2024-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56372, 2093, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56373, 2198, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56374, 2027, '0', 'default', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56375, 2191, '0', 'default', '2024-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56376, 2189, '0', 'preview', '2024-06-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56377, 2129, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56378, 2191, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56379, 2172, '0', 'preview', '2024-06-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56380, 2054, '0', 'preview', '2024-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56381, 2051, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56382, 2181, '0', 'preview', '2024-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56383, 2016, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56384, 2199, '0', 'preview', '2024-06-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56385, 2195, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56386, 5627, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56387, 2024, '0', 'default', '2024-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56388, 5628, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56389, 2171, '0', 'preview', '2024-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56390, 2197, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56391, 2170, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56392, 2189, '0', 'default', '2024-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56393, 1960, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56394, 2158, '0', 'preview', '2024-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56395, 1935, '0', 'preview', '2024-06-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56396, 2170, '0', 'preview', '2024-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56397, 2172, '0', 'preview', '2024-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56398, 2171, '0', 'default', '2024-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56399, 2141, '0', 'preview', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56400, 2174, '0', 'preview', '2024-06-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56401, 2173, '0', 'preview', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56402, 2113, '0', 'preview', '2024-06-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56403, 1930, '0', 'preview', '2024-06-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56404, 5653, '0', 'preview', '2024-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56405, 2086, '0', 'preview', '2024-06-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56406, 5705, '0', 'preview', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56407, 2125, '0', 'preview', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56408, 2158, '0', 'preview', '2024-06-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56409, 2169, '0', 'default', '2024-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56410, 2169, '0', 'preview', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56411, 2182, '0', 'preview', '2024-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56412, 2191, '0', 'default', '2024-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56413, 2172, '0', 'default', '2024-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56414, 2015, '0', 'default', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56415, 2181, '0', 'default', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56416, 2190, '0', 'preview', '2024-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56417, 2182, '0', 'default', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56418, 2027, '0', 'default', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56419, 5624, '0', 'preview', '2024-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56420, 1950, '0', 'preview', '2024-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56421, 2179, '0', 'preview', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56422, 2024, '0', 'default', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56423, 2027, '0', 'preview', '2024-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56424, 2192, '0', 'preview', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56425, 2189, '0', 'preview', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56426, 2048, '0', 'preview', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56427, 5702, '0', 'default', '2024-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56428, 2189, '0', 'preview', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56429, 2197, '0', 'preview', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56430, 2179, '0', 'preview', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56431, 2171, '0', 'preview', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56432, 5702, '0', 'preview', '2024-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56433, 1930, '0', 'preview', '2024-06-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56434, 2113, '0', 'preview', '2024-06-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56435, 1935, '0', 'preview', '2024-06-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56436, 2024, '0', 'preview', '2024-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56437, 2182, '0', 'preview', '2024-06-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56438, 2172, '0', 'preview', '2024-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56439, 5625, '0', 'preview', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56440, 2182, '0', 'default', '2024-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56441, 1950, '0', 'preview', '2024-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56442, 1950, '0', 'preview', '2024-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56443, 1950, '0', 'preview', '2024-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56444, 2112, '0', 'preview', '2024-06-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56445, 5625, '0', 'default', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56446, 5705, '0', 'default', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56447, 5621, '0', 'default', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56448, 2086, '0', 'preview', '2024-06-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56449, 1964, '0', 'preview', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56450, 5628, '0', 'preview', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56451, 2171, '0', 'default', '2024-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56452, 2169, '0', 'preview', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56453, 2191, '0', 'default', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56454, 5701, '0', 'default', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56455, 2172, '0', 'default', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56456, 2024, '0', 'default', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56457, 2170, '0', 'preview', '2024-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56458, 2086, '0', 'default', '2024-06-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56459, 2125, '0', 'preview', '2024-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56460, 2053, '0', 'default', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56461, 2093, '0', 'preview', '2024-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56462, 2016, '0', 'preview', '2024-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56463, 2188, '0', 'preview', '2024-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56464, 2191, '0', 'default', '2024-06-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56465, 2181, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56466, 2172, '0', 'default', '2024-06-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56467, 2086, '0', 'preview', '2024-06-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56468, 2171, '0', 'default', '2024-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56469, 2178, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56470, 1930, '0', 'preview', '2024-06-10', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56471, 1935, '0', 'preview', '2024-06-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56472, 2113, '0', 'preview', '2024-06-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56473, 1917, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56474, 5705, '0', 'default', '2024-06-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56475, 2197, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56476, 2189, '0', 'default', '2024-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56477, 2192, '0', 'default', '2024-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56478, 2169, '0', 'preview', '2024-06-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56479, 2179, '0', 'default', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56480, 2179, '0', 'preview', '2024-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56481, 1967, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56482, 1918, '0', 'preview', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56483, 5628, '0', 'preview', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56484, 2016, '0', 'default', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56485, 2048, '0', 'default', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56486, 2048, '0', 'preview', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56487, 1932, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56488, 2016, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56489, 2182, '0', 'preview', '2024-06-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56490, 1950, '0', 'preview', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56491, 5623, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56492, 2112, '0', 'preview', '2024-06-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56493, 2172, '0', 'preview', '2024-06-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56494, 2027, '0', 'preview', '2024-06-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56495, 2181, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56496, 2131, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56497, 2174, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56498, 1924, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56499, 1930, '0', 'default', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56500, 2189, '0', 'preview', '2024-06-10', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56501, 2197, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56502, 2053, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56503, 2024, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56504, 2093, '0', 'preview', '2024-06-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56505, 2174, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56506, 2173, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56507, 2125, '0', 'preview', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56508, 2131, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56509, 2112, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56510, 5701, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56511, 2170, '0', 'preview', '2024-06-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56512, 5621, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56513, 2170, '0', 'default', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56514, 2054, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56515, 1912, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56516, 1913, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56517, 1931, '0', 'preview', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56518, 2176, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56519, 2187, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56520, 2191, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56521, 2192, '0', 'preview', '2024-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56522, 2190, '0', 'preview', '2024-06-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56523, 2182, '0', 'default', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56524, 2173, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56525, 2186, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56526, 2086, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56527, 5628, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56528, 2200, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56529, 2129, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56530, 1950, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56531, 2142, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56532, 2126, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56533, 5625, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56534, 5624, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56535, 5622, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56536, 5653, '0', 'default', '2024-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56537, 1912, '0', 'default', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56538, 1952, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56539, 2024, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56540, 5705, '0', 'preview', '2024-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56541, 2172, '0', 'preview', '2024-06-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56542, 2174, '0', 'preview', '2024-06-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56543, 2188, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56544, 2173, '0', 'preview', '2024-06-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56545, 2175, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56546, 1930, '0', 'preview', '2024-06-11', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56547, 2113, '0', 'preview', '2024-06-11', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56548, 1935, '0', 'preview', '2024-06-11', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56549, 2189, '0', 'default', '2024-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56550, 2170, '0', 'preview', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56551, 5624, '0', 'preview', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56552, 5653, '0', 'preview', '2024-06-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56553, 2172, '0', 'default', '2024-06-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56554, 2112, '0', 'preview', '2024-06-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56555, 2112, '0', 'preview', '2024-06-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56556, 2182, '0', 'preview', '2024-06-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56557, 2113, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56558, 2189, '0', 'preview', '2024-06-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56559, 2175, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56560, 2174, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56561, 2024, '0', 'default', '2024-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56562, 2191, '0', 'default', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56563, 2169, '0', 'preview', '2024-06-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56564, 2181, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56565, 2171, '0', 'default', '2024-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56566, 5621, '0', 'preview', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56567, 2141, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56568, 2179, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56569, 2201, '0', 'preview', '2024-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56570, 2200, '0', 'preview', '2024-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56571, 2182, '0', 'default', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56572, 2199, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56573, 2158, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56574, 2171, '0', 'preview', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56575, 2027, '0', 'preview', '2024-06-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56576, 2178, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56577, 5623, '0', 'preview', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56578, 2190, '0', 'preview', '2024-06-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56579, 2185, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56580, 2086, '0', 'preview', '2024-06-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56581, 2024, '0', 'preview', '2024-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56582, 2016, '0', 'preview', '2024-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56583, 2053, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56584, 5705, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56585, 2093, '0', 'preview', '2024-06-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56586, 2170, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56587, 2054, '0', 'preview', '2024-06-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56588, 2187, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56589, 1925, '0', 'preview', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56590, 5705, '0', 'preview', '2024-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56591, 2192, '0', 'preview', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56592, 2198, '0', 'preview', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56593, 1950, '0', 'preview', '2024-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56594, 1967, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56595, 2185, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56596, 5653, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56597, 2140, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56598, 5622, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56599, 2140, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56600, 1952, '0', 'default', '2024-06-11', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56601, 5624, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56602, 2195, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56603, 2197, '0', 'preview', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56604, 5628, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56605, 1952, '0', 'preview', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56606, 2191, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56607, 1964, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56608, 2051, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56609, 2190, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56610, 2192, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56611, 2067, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56612, 1938, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56613, 2129, '0', 'preview', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56614, 2176, '0', 'preview', '2024-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56615, 2016, '0', 'default', '2024-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56616, 1938, '0', 'preview', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56617, 2113, '0', 'preview', '2024-06-12', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56618, 2112, '0', 'preview', '2024-06-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56619, 2023, '0', 'preview', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56620, 2169, '0', 'preview', '2024-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56621, 2125, '0', 'preview', '2024-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56622, 1886, '0', 'preview', '2024-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56623, 2015, '0', 'preview', '2024-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56624, 2086, '0', 'preview', '2024-06-12', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56625, 2027, '0', 'preview', '2024-06-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56626, 1930, '0', 'preview', '2024-06-12', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56627, 2016, '0', 'preview', '2024-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56628, 2028, '0', 'preview', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56629, 2024, '0', 'preview', '2024-06-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56630, 1935, '0', 'preview', '2024-06-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56631, 2201, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56632, 2200, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56633, 5705, '0', 'default', '2024-06-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56634, 2093, '0', 'preview', '2024-06-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56635, 5705, '0', 'preview', '2024-06-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56636, 2192, '0', 'preview', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56637, 2189, '0', 'preview', '2024-06-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56638, 2199, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56639, 2191, '0', 'preview', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56640, 1964, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56641, 2176, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56642, 5701, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56643, 2024, '0', 'default', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56644, 2182, '0', 'preview', '2024-06-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56645, 5628, '0', 'preview', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56646, 2172, '0', 'preview', '2024-06-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56647, 2190, '0', 'default', '2024-06-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56648, 2171, '0', 'preview', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56649, 2015, '0', 'default', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56650, 2048, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56651, 5653, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56652, 5625, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56653, 2190, '0', 'preview', '2024-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56654, 2175, '0', 'preview', '2024-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56655, 5623, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56656, 2189, '0', 'default', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56657, 1935, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56658, 1930, '0', 'default', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56659, 2088, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56660, 5702, '0', 'preview', '2024-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56661, 2048, '0', 'preview', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56662, 5702, '0', 'default', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56663, 5653, '0', 'preview', '2024-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56664, 5625, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56665, 2088, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56666, 5623, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56667, 2053, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56668, 1950, '0', 'preview', '2024-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56669, 2171, '0', 'default', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56670, 2191, '0', 'default', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56671, 2054, '0', 'preview', '2024-06-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56672, 2172, '0', 'default', '2024-06-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56673, 2053, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56674, 2181, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56675, 2197, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56676, 2170, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56677, 2151, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56678, 2152, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56679, 1931, '0', 'default', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56680, 2185, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56681, 2141, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56682, 1925, '0', 'preview', '2024-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56683, 2179, '0', 'preview', '2024-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56684, 2182, '0', 'default', '2024-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56685, 1967, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56686, 2113, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56687, 2170, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56688, 1955, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56689, 2192, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56690, 2198, '0', 'preview', '2024-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56691, 1966, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56692, 2158, '0', 'preview', '2024-06-12', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56693, 2054, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56694, 2174, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56695, 2185, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56696, 2197, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56697, 2175, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56698, 2016, '0', 'default', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56699, 1917, '0', 'preview', '2024-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56700, 2067, '0', 'preview', '2024-06-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56701, 2158, '0', 'preview', '2024-06-13', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56702, 2190, '0', 'preview', '2024-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56703, 5705, '0', 'default', '2024-06-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56704, 2086, '0', 'preview', '2024-06-13', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56705, 1935, '0', 'preview', '2024-06-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56706, 1930, '0', 'preview', '2024-06-13', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56707, 1957, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56708, 2112, '0', 'preview', '2024-06-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56709, 2172, '0', 'preview', '2024-06-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56710, 2067, '0', 'default', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56711, 2182, '0', 'preview', '2024-06-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56712, 2067, '0', 'preview', '2024-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56713, 2112, '0', 'default', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56714, 2182, '0', 'default', '2024-06-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56715, 5705, '0', 'preview', '2024-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56716, 5653, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56717, 1950, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56718, 2188, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56719, 2141, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56720, 1924, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56721, 2179, '0', 'preview', '2024-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56722, 1967, '0', 'preview', '2024-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56723, 2169, '0', 'preview', '2024-06-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56724, 2024, '0', 'preview', '2024-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56725, 2113, '0', 'preview', '2024-06-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56726, 2027, '0', 'preview', '2024-06-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56727, 5626, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56728, 2191, '0', 'preview', '2024-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56729, 2189, '0', 'preview', '2024-06-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56730, 2016, '0', 'preview', '2024-06-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56731, 2172, '0', 'default', '2024-06-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56732, 5702, '0', 'preview', '2024-06-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56733, 2191, '0', 'default', '2024-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56734, 2093, '0', 'preview', '2024-06-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56735, 2171, '0', 'default', '2024-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56736, 2053, '0', 'default', '2024-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56737, 2054, '0', 'default', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56738, 2141, '0', 'default', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56739, 2186, '0', 'default', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56740, 2125, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56741, 2174, '0', 'preview', '2024-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56742, 5628, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56743, 2197, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56744, 2049, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56745, 2053, '0', 'preview', '2024-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56746, 2192, '0', 'preview', '2024-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56747, 2171, '0', 'preview', '2024-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56748, 2170, '0', 'default', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56749, 1932, '0', 'default', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56750, 2048, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56751, 1964, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56752, 1886, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56753, 1935, '0', 'default', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56754, 2170, '0', 'preview', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56755, 2027, '0', 'default', '2024-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56756, 5702, '0', 'preview', '2024-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56757, 2192, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56758, 2189, '0', 'preview', '2024-06-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56759, 2188, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56760, 2131, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56761, 2141, '0', 'preview', '2024-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56762, 1925, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56763, 1952, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56764, 2140, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56765, 1957, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56766, 5653, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56767, 2112, '0', 'preview', '2024-06-14', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56768, 2172, '0', 'preview', '2024-06-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56769, 5622, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56770, 5624, '0', 'preview', '2024-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56771, 5623, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56772, 5625, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56773, 2182, '0', 'preview', '2024-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56774, 2024, '0', 'preview', '2024-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56775, 1930, '0', 'preview', '2024-06-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56776, 2113, '0', 'preview', '2024-06-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56777, 2131, '0', 'default', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56778, 2169, '0', 'preview', '2024-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56779, 2016, '0', 'default', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56780, 2027, '0', 'preview', '2024-06-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56781, 2016, '0', 'preview', '2024-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56782, 2182, '0', 'default', '2024-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56783, 2185, '0', 'preview', '2024-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56784, 2086, '0', 'preview', '2024-06-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56785, 2187, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56786, 1950, '0', 'preview', '2024-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56787, 2053, '0', 'default', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56788, 2171, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56789, 5626, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56790, 2190, '0', 'preview', '2024-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56791, 5701, '0', 'default', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56792, 2190, '0', 'default', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56793, 2192, '0', 'default', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56794, 2189, '0', 'default', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56795, 2197, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56796, 1964, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56797, 1935, '0', 'preview', '2024-06-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56798, 2125, '0', 'preview', '2024-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56799, 2173, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56800, 2174, '0', 'preview', '2024-06-14', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56801, 2186, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56802, 2179, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56803, 5628, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56804, 1967, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56805, 2093, '0', 'preview', '2024-06-14', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56806, 5705, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56807, 2054, '0', 'default', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56808, 5705, '0', 'default', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56809, 2191, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56810, 2191, '0', 'default', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56811, 1960, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56812, 2172, '0', 'default', '2024-06-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56813, 2170, '0', 'preview', '2024-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56814, 2170, '0', 'default', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56815, 2171, '0', 'default', '2024-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56816, 2048, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56817, 1931, '0', 'default', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56818, 2113, '0', 'default', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56819, 5621, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56820, 2053, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56821, 2201, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56822, 2199, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56823, 2203, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56824, 2141, '0', 'default', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56825, 1886, '0', 'preview', '2024-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56826, 1912, '0', 'preview', '2024-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56827, 1930, '0', 'preview', '2024-06-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56828, 2125, '0', 'default', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56829, 2182, '0', 'preview', '2024-06-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56830, 2112, '0', 'preview', '2024-06-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56831, 2179, '0', 'default', '2024-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56832, 1967, '0', 'preview', '2024-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56833, 2048, '0', 'default', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56834, 5628, '0', 'preview', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56835, 2197, '0', 'preview', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56836, 1967, '0', 'default', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56837, 2113, '0', 'preview', '2024-06-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56838, 2182, '0', 'default', '2024-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56839, 2016, '0', 'default', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56840, 2172, '0', 'preview', '2024-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56841, 2181, '0', 'default', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56842, 2191, '0', 'default', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56843, 2179, '0', 'preview', '2024-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56844, 2172, '0', 'default', '2024-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56845, 1935, '0', 'preview', '2024-06-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56846, 2171, '0', 'default', '2024-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56847, 1957, '0', 'preview', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56848, 2093, '0', 'preview', '2024-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56849, 2169, '0', 'preview', '2024-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56850, 2176, '0', 'default', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56851, 2198, '0', 'preview', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56852, 2189, '0', 'default', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56853, 5628, '0', 'default', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56854, 2203, '0', 'default', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56855, 2195, '0', 'preview', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56856, 2199, '0', 'preview', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56857, 2024, '0', 'preview', '2024-06-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56858, 2016, '0', 'preview', '2024-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56859, 2171, '0', 'preview', '2024-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56860, 5702, '0', 'preview', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56861, 2176, '0', 'preview', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56862, 2189, '0', 'preview', '2024-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56863, 2186, '0', 'default', '2024-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56864, 2175, '0', 'preview', '2024-06-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56865, 2173, '0', 'preview', '2024-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56866, 2174, '0', 'default', '2024-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56867, 2175, '0', 'default', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56868, 2027, '0', 'preview', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56869, 2086, '0', 'preview', '2024-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56870, 2125, '0', 'preview', '2024-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56871, 5653, '0', 'preview', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56872, 1950, '0', 'preview', '2024-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56873, 2112, '0', 'preview', '2024-06-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56874, 2169, '0', 'preview', '2024-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56875, 2016, '0', 'default', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56876, 2182, '0', 'preview', '2024-06-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56877, 1935, '0', 'preview', '2024-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56878, 2181, '0', 'default', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56879, 2113, '0', 'preview', '2024-06-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56880, 2027, '0', 'preview', '2024-06-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56881, 2024, '0', 'preview', '2024-06-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56882, 1886, '0', 'preview', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56883, 1930, '0', 'preview', '2024-06-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56884, 1932, '0', 'default', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56885, 2171, '0', 'preview', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56886, 2192, '0', 'preview', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56887, 2189, '0', 'preview', '2024-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56888, 2190, '0', 'preview', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56889, 2016, '0', 'preview', '2024-06-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56890, 2093, '0', 'preview', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56891, 2182, '0', 'default', '2024-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56892, 2172, '0', 'preview', '2024-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56893, 2179, '0', 'preview', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56894, 2086, '0', 'preview', '2024-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56895, 2067, '0', 'preview', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56896, 2067, '0', 'default', '2024-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56897, 2172, '0', 'default', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56898, 2189, '0', 'default', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56899, 5628, '0', 'default', '2024-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56900, 1912, '0', 'preview', '2024-06-17', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56901, 1931, '0', 'preview', '2024-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56902, 2182, '0', 'preview', '2024-06-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56903, 2170, '0', 'default', '2024-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56904, 2190, '0', 'preview', '2024-06-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56905, 2192, '0', 'preview', '2024-06-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56906, 2189, '0', 'preview', '2024-06-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56907, 2172, '0', 'preview', '2024-06-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56908, 2016, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56909, 2027, '0', 'preview', '2024-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56910, 2182, '0', 'default', '2024-06-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56911, 2181, '0', 'default', '2024-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56912, 2093, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56913, 1932, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56914, 1930, '0', 'default', '2024-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56915, 2125, '0', 'preview', '2024-06-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56916, 5702, '0', 'default', '2024-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56917, 2016, '0', 'preview', '2024-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56918, 2112, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56919, 2067, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56920, 2112, '0', 'preview', '2024-06-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56921, 2191, '0', 'default', '2024-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56922, 2171, '0', 'default', '2024-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56923, 2172, '0', 'default', '2024-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56924, 2189, '0', 'default', '2024-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56925, 2048, '0', 'preview', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56926, 2054, '0', 'preview', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56927, 2086, '0', 'default', '2024-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56928, 2174, '0', 'preview', '2024-06-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56929, 2188, '0', 'preview', '2024-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56930, 2173, '0', 'preview', '2024-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56931, 2086, '0', 'preview', '2024-06-17', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56932, 1930, '0', 'preview', '2024-06-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56933, 2113, '0', 'preview', '2024-06-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56934, 2093, '0', 'preview', '2024-06-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56935, 2170, '0', 'preview', '2024-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56936, 2171, '0', 'preview', '2024-06-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56937, 2191, '0', 'preview', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56938, 2125, '0', 'default', '2024-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56939, 2067, '0', 'preview', '2024-06-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56940, 2169, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56941, 1935, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56942, 1931, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56943, 5702, '0', 'preview', '2024-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56944, 1950, '0', 'preview', '2024-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56945, 5624, '0', 'preview', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56946, 1955, '0', 'preview', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56947, 2169, '0', 'preview', '2024-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56948, 2053, '0', 'default', '2024-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56949, 2196, '0', 'preview', '2024-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56950, 2203, '0', 'preview', '2024-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56951, 5705, '0', 'preview', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56952, 2179, '0', 'preview', '2024-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56953, 2186, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56954, 2175, '0', 'preview', '2024-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56955, 2190, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56956, 2024, '0', 'preview', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56957, 5653, '0', 'preview', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56958, 1935, '0', 'preview', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56959, 2179, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56960, 2141, '0', 'preview', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56961, 2053, '0', 'preview', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56962, 1960, '0', 'default', '2024-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56963, 1925, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56964, 2016, '0', 'preview', '2024-06-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56965, 2182, '0', 'preview', '2024-06-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56966, 1950, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56967, 2188, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56968, 2171, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56969, 5702, '0', 'preview', '2024-06-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56970, 2170, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56971, 2189, '0', 'preview', '2024-06-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56972, 5628, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56973, 2086, '0', 'preview', '2024-06-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56974, 2093, '0', 'preview', '2024-06-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56975, 2016, '0', 'default', '2024-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56976, 2067, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56977, 2125, '0', 'preview', '2024-06-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56978, 2173, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56979, 1930, '0', 'preview', '2024-06-18', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56980, 2113, '0', 'preview', '2024-06-18', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56981, 2112, '0', 'preview', '2024-06-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56982, 1930, '0', 'default', '2024-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56983, 5702, '0', 'default', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56984, 2015, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56985, 5653, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56986, 5625, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56987, 5623, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56988, 5623, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56989, 1935, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56990, 1935, '0', 'preview', '2024-06-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56991, 2088, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56992, 2048, '0', 'default', '2024-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56993, 2088, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56994, 2189, '0', 'default', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56995, 2048, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56996, 2015, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56997, 5625, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56998, 5653, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56999, 2182, '0', 'default', '2024-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57000, 2172, '0', 'preview', '2024-06-18', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57001, 2174, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57002, 2169, '0', 'preview', '2024-06-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57003, 2067, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57004, 2179, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57005, 2113, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57006, 2181, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57007, 1952, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57008, 2049, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57009, 2191, '0', 'default', '2024-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57010, 2198, '0', 'preview', '2024-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57011, 2195, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57012, 2192, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57013, 2200, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57014, 2024, '0', 'preview', '2024-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57015, 2027, '0', 'preview', '2024-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57016, 5624, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57017, 2054, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57018, 2171, '0', 'default', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57019, 2172, '0', 'default', '2024-06-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57020, 5701, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57021, 1964, '0', 'preview', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57022, 1960, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57023, 2086, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57024, 2053, '0', 'default', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57025, 2027, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57026, 2176, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57027, 5705, '0', 'preview', '2024-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57028, 2190, '0', 'preview', '2024-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57029, 2170, '0', 'default', '2024-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57030, 1938, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57031, 1931, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57032, 1957, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57033, 5627, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57034, 1918, '0', 'preview', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57035, 2192, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57036, 2190, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57037, 2179, '0', 'default', '2024-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57038, 2112, '0', 'preview', '2024-06-19', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57039, 1952, '0', 'preview', '2024-06-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57040, 2176, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57041, 2185, '0', 'preview', '2024-06-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57042, 2189, '0', 'preview', '2024-06-19', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57043, 2197, '0', 'preview', '2024-06-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57044, 2182, '0', 'default', '2024-06-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57045, 5628, '0', 'preview', '2024-06-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57046, 2086, '0', 'preview', '2024-06-19', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57047, 2171, '0', 'default', '2024-06-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57048, 2182, '0', 'preview', '2024-06-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57049, 2093, '0', 'preview', '2024-06-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57050, 5705, '0', 'preview', '2024-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57051, 2016, '0', 'preview', '2024-06-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57052, 2024, '0', 'preview', '2024-06-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57053, 2027, '0', 'preview', '2024-06-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57054, 2113, '0', 'preview', '2024-06-19', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57055, 1930, '0', 'preview', '2024-06-19', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57056, 1935, '0', 'preview', '2024-06-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57057, 2125, '0', 'preview', '2024-06-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57058, 2190, '0', 'preview', '2024-06-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57059, 2192, '0', 'preview', '2024-06-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57060, 2190, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57061, 2172, '0', 'preview', '2024-06-19', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57062, 2015, '0', 'preview', '2024-06-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57063, 2173, '0', 'preview', '2024-06-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57064, 2174, '0', 'preview', '2024-06-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57065, 2175, '0', 'preview', '2024-06-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57066, 2141, '0', 'preview', '2024-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57067, 1925, '0', 'preview', '2024-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57068, 5653, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57069, 1886, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57070, 2179, '0', 'preview', '2024-06-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57071, 2141, '0', 'default', '2024-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57072, 2170, '0', 'preview', '2024-06-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57073, 2191, '0', 'preview', '2024-06-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57074, 2189, '0', 'default', '2024-06-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57075, 2169, '0', 'preview', '2024-06-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57076, 2203, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57077, 5653, '0', 'preview', '2024-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57078, 5624, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57079, 5624, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57080, 5627, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57081, 5627, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57082, 5622, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57083, 5622, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57084, 5623, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57085, 5623, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57086, 5625, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57087, 5625, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57088, 5621, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57089, 5621, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57090, 5628, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57091, 2195, '0', 'preview', '2024-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57092, 2195, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57093, 2112, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57094, 2171, '0', 'preview', '2024-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57095, 2191, '0', 'default', '2024-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57096, 5626, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57097, 5626, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57098, 2200, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57099, 2200, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57100, 2197, '0', 'default', '2024-06-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57101, 2196, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57102, 2196, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57103, 2198, '0', 'preview', '2024-06-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57104, 2198, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57105, 2188, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57106, 2188, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57107, 2181, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57108, 2181, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57109, 2174, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57110, 2192, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57111, 2199, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57112, 2199, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57113, 2203, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57114, 2201, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57115, 2201, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57116, 2185, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57117, 2175, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57118, 2184, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57119, 2184, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57120, 2178, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57121, 2178, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57122, 2012, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57123, 2012, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57124, 2170, '0', 'default', '2024-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57125, 1933, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57126, 1933, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57127, 2165, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57128, 2165, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57129, 2169, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57130, 2172, '0', 'default', '2024-06-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57131, 1930, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57132, 2088, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57133, 2088, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57134, 1950, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57135, 1950, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57136, 1937, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57137, 1937, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57138, 2183, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57139, 2183, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57140, 2177, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57141, 2177, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57142, 2166, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57143, 2166, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57144, 2179, '0', 'default', '2024-06-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57145, 2140, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57146, 2140, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57147, 1952, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57148, 2158, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57149, 2158, '0', 'preview', '2024-06-19', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57150, 2086, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57151, 1938, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57152, 1938, '0', 'preview', '2024-06-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57153, 1935, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57154, 1955, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57155, 1955, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57156, 2142, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57157, 2142, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57158, 2049, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57159, 2049, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57160, 2054, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57161, 2054, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57162, 2066, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57163, 2066, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57164, 1967, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57165, 1967, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57166, 2147, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57167, 2147, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57168, 1911, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57169, 1911, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57170, 1964, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57171, 1964, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57172, 2153, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57173, 1908, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57174, 1908, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57175, 1960, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57176, 1960, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57177, 2125, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57178, 1925, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57179, 1918, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57180, 1918, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57181, 2065, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57182, 2065, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57183, 1912, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57184, 1912, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57185, 2126, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57186, 2126, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57187, 2153, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57188, 5705, '0', 'default', '2024-06-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57189, 1916, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57190, 1916, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57191, 2113, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57192, 2051, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57193, 2051, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57194, 2131, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57195, 2131, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57196, 2150, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57197, 1966, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57198, 1966, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57199, 1913, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57200, 1913, '0', 'default', '2024-06-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57201, 2150, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57202, 1920, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57203, 1920, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57204, 2093, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57205, 1915, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57206, 1915, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57207, 2151, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57208, 2053, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57209, 2053, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57210, 1924, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57211, 1924, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57212, 1931, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57213, 1931, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57214, 2067, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57215, 2067, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57216, 2151, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57217, 2152, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57218, 1932, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57219, 1932, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57220, 2148, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57221, 2148, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57222, 1914, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57223, 1914, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57224, 2146, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57225, 2146, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57226, 1957, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57227, 1957, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57228, 2154, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57229, 2152, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57230, 2154, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57231, 2087, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57232, 2087, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57233, 1917, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57234, 1917, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57235, 1886, '0', 'preview', '2024-06-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57236, 2149, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57237, 2149, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57238, 2129, '0', 'preview', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57239, 2129, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57240, 2186, '0', 'preview', '2024-06-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57241, 2186, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57242, 2173, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57243, 2176, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57244, 5702, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57245, 5702, '0', 'preview', '2024-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57246, 2027, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57247, 5701, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57248, 5701, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57249, 2187, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57250, 2187, '0', 'preview', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57251, 2024, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57252, 2015, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57253, 2028, '0', 'preview', '2024-06-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57254, 2028, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57255, 2016, '0', 'default', '2024-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57256, 2023, '0', 'preview', '2024-06-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57257, 2048, '0', 'preview', '2024-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57258, 2048, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57259, 2023, '0', 'default', '2024-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57260, 1950, '0', 'preview', '2024-06-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57261, 2113, '0', 'preview', '2024-06-20', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57262, 1930, '0', 'preview', '2024-06-20', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57263, 1935, '0', 'preview', '2024-06-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57264, 2086, '0', 'preview', '2024-06-20', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57265, 2027, '0', 'preview', '2024-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57266, 2054, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57267, 2192, '0', 'preview', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57268, 2189, '0', 'preview', '2024-06-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57269, 2182, '0', 'default', '2024-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57270, 1886, '0', 'preview', '2024-06-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57271, 1930, '0', 'default', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57272, 5702, '0', 'default', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57273, 5653, '0', 'default', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57274, 2088, '0', 'default', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57275, 2048, '0', 'default', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57276, 5623, '0', 'preview', '2024-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57277, 2015, '0', 'preview', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57278, 2088, '0', 'preview', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57279, 5653, '0', 'preview', '2024-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57280, 5625, '0', 'preview', '2024-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57281, 2015, '0', 'default', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57282, 5702, '0', 'preview', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57283, 2189, '0', 'default', '2024-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57284, 5623, '0', 'default', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57285, 5625, '0', 'default', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57286, 1935, '0', 'default', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57287, 2048, '0', 'preview', '2024-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57288, 2182, '0', 'preview', '2024-06-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57289, 1914, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57290, 2172, '0', 'preview', '2024-06-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57291, 2093, '0', 'preview', '2024-06-20', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57292, 2112, '0', 'preview', '2024-06-20', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57293, 2125, '0', 'preview', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57294, 2179, '0', 'preview', '2024-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57295, 2175, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57296, 2192, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57297, 5626, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57298, 2191, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57299, 1938, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57300, 2140, '0', 'preview', '2024-06-20', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57301, 1967, '0', 'preview', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57302, 5622, '0', 'preview', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57303, 2173, '0', 'preview', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57304, 2169, '0', 'preview', '2024-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57305, 2201, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57306, 1931, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57307, 2174, '0', 'preview', '2024-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57308, 2175, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57309, 2191, '0', 'default', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57310, 2053, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57311, 2146, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57312, 2172, '0', 'default', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57313, 2170, '0', 'default', '2024-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57314, 2190, '0', 'preview', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57315, 2176, '0', 'default', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57316, 5627, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57317, 2027, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57318, 2169, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57319, 2190, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57320, 2171, '0', 'default', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57321, 2016, '0', 'preview', '2024-06-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57322, 2024, '0', 'preview', '2024-06-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57323, 2195, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57324, 2131, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57325, 2158, '0', 'preview', '2024-06-20', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57326, 2170, '0', 'preview', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57327, 2179, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57328, 2016, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57329, 2154, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57330, 1912, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57331, 2198, '0', 'preview', '2024-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57332, 2065, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57333, 1966, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57334, 5705, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57335, 5705, '0', 'default', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57336, 5624, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57337, 2176, '0', 'preview', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57338, 1912, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57339, 1938, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57340, 1937, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57341, 2181, '0', 'preview', '2024-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57342, 2023, '0', 'preview', '2024-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57343, 2112, '0', 'preview', '2024-06-21', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57344, 1913, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57345, 2172, '0', 'preview', '2024-06-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57346, 2189, '0', 'preview', '2024-06-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57347, 5705, '0', 'default', '2024-06-21', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57348, 5705, '0', 'preview', '2024-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57349, 2086, '0', 'preview', '2024-06-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57350, 5624, '0', 'preview', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57351, 2113, '0', 'preview', '2024-06-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57352, 1930, '0', 'preview', '2024-06-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57353, 5623, '0', 'preview', '2024-06-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57354, 5653, '0', 'preview', '2024-06-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57355, 5624, '0', 'default', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57356, 5625, '0', 'preview', '2024-06-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57357, 5702, '0', 'preview', '2024-06-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57358, 2171, '0', 'preview', '2024-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57359, 2179, '0', 'preview', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57360, 1931, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57361, 2192, '0', 'preview', '2024-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57362, 2173, '0', 'preview', '2024-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57363, 2188, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57364, 2174, '0', 'preview', '2024-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57365, 5701, '0', 'default', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57366, 2048, '0', 'default', '2024-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57367, 2016, '0', 'preview', '2024-06-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57368, 2169, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57369, 2172, '0', 'default', '2024-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57370, 2088, '0', 'default', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57371, 5702, '0', 'default', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57372, 1935, '0', 'preview', '2024-06-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57373, 2015, '0', 'preview', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57374, 2015, '0', 'default', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57375, 2189, '0', 'default', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57376, 2088, '0', 'preview', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57377, 5653, '0', 'default', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57378, 2048, '0', 'preview', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57379, 5625, '0', 'default', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57380, 5623, '0', 'default', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57381, 1935, '0', 'default', '2024-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57382, 1930, '0', 'default', '2024-06-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57383, 2027, '0', 'preview', '2024-06-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57384, 2182, '0', 'default', '2024-06-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57385, 1937, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57386, 2182, '0', 'preview', '2024-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57387, 2191, '0', 'default', '2024-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57388, 2158, '0', 'preview', '2024-06-21', 83);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57389, 2024, '0', 'preview', '2024-06-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57390, 2190, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57391, 1932, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57392, 2093, '0', 'preview', '2024-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57393, 2170, '0', 'default', '2024-06-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57394, 1967, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57395, 2176, '0', 'preview', '2024-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57396, 2067, '0', 'preview', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57397, 2140, '0', 'preview', '2024-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57398, 2181, '0', 'preview', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57399, 1957, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57400, 1950, '0', 'preview', '2024-06-21', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57401, 2190, '0', 'default', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57402, 2053, '0', 'default', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57403, 1960, '0', 'default', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57404, 1886, '0', 'preview', '2024-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57405, 1967, '0', 'default', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57406, 2179, '0', 'default', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57407, 2171, '0', 'default', '2024-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57408, 2176, '0', 'default', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57409, 1938, '0', 'preview', '2024-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57410, 2200, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57411, 5621, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57412, 5626, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57413, 2125, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57414, 1964, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57415, 1932, '0', 'default', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57416, 2175, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57417, 2203, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57418, 2186, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57419, 2185, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57420, 1925, '0', 'preview', '2024-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57421, 2187, '0', 'preview', '2024-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57422, 2183, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57423, 2131, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57424, 2146, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57425, 2183, '0', 'default', '2024-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57426, 2086, '0', 'default', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57427, 2177, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57428, 1917, '0', 'preview', '2024-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57429, 2182, '0', 'preview', '2024-06-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57430, 2191, '0', 'default', '2024-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57431, 2182, '0', 'default', '2024-06-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57432, 2181, '0', 'preview', '2024-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57433, 5625, '0', 'preview', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57434, 1950, '0', 'preview', '2024-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57435, 5624, '0', 'preview', '2024-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57436, 1935, '0', 'preview', '2024-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57437, 1930, '0', 'preview', '2024-06-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57438, 2113, '0', 'preview', '2024-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57439, 2112, '0', 'preview', '2024-06-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57440, 2172, '0', 'preview', '2024-06-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57441, 2171, '0', 'preview', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57442, 2190, '0', 'preview', '2024-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57443, 2190, '0', 'default', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57444, 5627, '0', 'default', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57445, 2170, '0', 'preview', '2024-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57446, 2199, '0', 'default', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57447, 5653, '0', 'preview', '2024-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57448, 2189, '0', 'preview', '2024-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57449, 2027, '0', 'preview', '2024-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57450, 2086, '0', 'preview', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57451, 2093, '0', 'preview', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57452, 1938, '0', 'preview', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57453, 2177, '0', 'preview', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57454, 2176, '0', 'preview', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57455, 2024, '0', 'preview', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57456, 2192, '0', 'preview', '2024-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57457, 1925, '0', 'preview', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57458, 2174, '0', 'preview', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57459, 2169, '0', 'preview', '2024-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57460, 2016, '0', 'preview', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57461, 2186, '0', 'default', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57462, 2179, '0', 'default', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57463, 2172, '0', 'default', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57464, 2189, '0', 'default', '2024-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57465, 2093, '0', 'preview', '2024-06-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57466, 2172, '0', 'preview', '2024-06-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57467, 2170, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57468, 2172, '0', 'default', '2024-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57469, 2016, '0', 'preview', '2024-06-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57470, 2027, '0', 'default', '2024-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57471, 1930, '0', 'preview', '2024-06-23', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57472, 2189, '0', 'default', '2024-06-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57473, 2015, '0', 'default', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57474, 5653, '0', 'default', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57475, 5702, '0', 'default', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57476, 2088, '0', 'default', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57477, 2189, '0', 'preview', '2024-06-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57478, 1930, '0', 'default', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57479, 2048, '0', 'default', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57480, 1935, '0', 'default', '2024-06-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57481, 5625, '0', 'default', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57482, 5623, '0', 'default', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57483, 2015, '0', 'preview', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57484, 1935, '0', 'preview', '2024-06-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57485, 5623, '0', 'preview', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57486, 5625, '0', 'preview', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57487, 5653, '0', 'preview', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57488, 5702, '0', 'preview', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57489, 2088, '0', 'preview', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57490, 2048, '0', 'preview', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57491, 2176, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57492, 2169, '0', 'preview', '2024-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57493, 2182, '0', 'default', '2024-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57494, 5701, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57495, 2113, '0', 'preview', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57496, 2112, '0', 'preview', '2024-06-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57497, 2086, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57498, 2182, '0', 'preview', '2024-06-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57499, 2027, '0', 'preview', '2024-06-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57500, 2187, '0', 'default', '2024-06-23', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57501, 2187, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57502, 2191, '0', 'default', '2024-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57503, 1957, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57504, 2141, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57505, 2185, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57506, 2112, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57507, 5701, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57508, 2191, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57509, 2192, '0', 'preview', '2024-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57510, 2093, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57511, 2173, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57512, 2174, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57513, 2024, '0', 'preview', '2024-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57514, 2175, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57515, 2158, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57516, 2185, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57517, 2186, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57518, 2173, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57519, 2113, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57520, 5626, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57521, 2181, '0', 'default', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57522, 2125, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57523, 2053, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57524, 2171, '0', 'preview', '2024-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57525, 2201, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57526, 2113, '0', 'preview', '2024-06-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57527, 1935, '0', 'preview', '2024-06-24', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57528, 1930, '0', 'preview', '2024-06-24', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57529, 2182, '0', 'preview', '2024-06-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57530, 2093, '0', 'preview', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57531, 2067, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57532, 2086, '0', 'preview', '2024-06-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57533, 2027, '0', 'preview', '2024-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57534, 2024, '0', 'preview', '2024-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57535, 5705, '0', 'default', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57536, 5623, '0', 'preview', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57537, 2189, '0', 'preview', '2024-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57538, 2015, '0', 'preview', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57539, 5653, '0', 'preview', '2024-06-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57540, 5625, '0', 'preview', '2024-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57541, 2088, '0', 'preview', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57542, 2048, '0', 'preview', '2024-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57543, 2088, '0', 'default', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57544, 5702, '0', 'preview', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57545, 5623, '0', 'default', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57546, 2015, '0', 'default', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57547, 1935, '0', 'default', '2024-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57548, 1930, '0', 'default', '2024-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57549, 5702, '0', 'default', '2024-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57550, 5625, '0', 'default', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57551, 2189, '0', 'default', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57552, 5653, '0', 'default', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57553, 2048, '0', 'default', '2024-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57554, 2198, '0', 'preview', '2024-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57555, 2112, '0', 'preview', '2024-06-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57556, 2016, '0', 'preview', '2024-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57557, 2169, '0', 'preview', '2024-06-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57558, 2191, '0', 'default', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57559, 2172, '0', 'preview', '2024-06-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57560, 1950, '0', 'preview', '2024-06-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57561, 1938, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57562, 2176, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57563, 2054, '0', 'default', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57564, 5701, '0', 'default', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57565, 2054, '0', 'preview', '2024-06-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57566, 5624, '0', 'preview', '2024-06-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57567, 2053, '0', 'default', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57568, 2172, '0', 'default', '2024-06-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57569, 2171, '0', 'default', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57570, 2170, '0', 'preview', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57571, 1912, '0', 'preview', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57572, 1957, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57573, 2179, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57574, 2182, '0', 'default', '2024-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57575, 1931, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57576, 1912, '0', 'default', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57577, 1952, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57578, 2027, '0', 'default', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57579, 2186, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57580, 2192, '0', 'preview', '2024-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57581, 2170, '0', 'default', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57582, 2190, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57583, 1924, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57584, 2141, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57585, 2188, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57586, 5628, '0', 'preview', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57587, 1931, '0', 'default', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57588, 2169, '0', 'default', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57589, 2086, '0', 'default', '2024-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57590, 1930, '0', 'preview', '2024-06-25', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57591, 1935, '0', 'preview', '2024-06-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57592, 2113, '0', 'preview', '2024-06-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57593, 2175, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57594, 2086, '0', 'preview', '2024-06-25', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57595, 2169, '0', 'preview', '2024-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57596, 2016, '0', 'preview', '2024-06-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57597, 2016, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57598, 2189, '0', 'preview', '2024-06-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57599, 2191, '0', 'default', '2024-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57600, 1886, '0', 'preview', '2024-06-25', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57601, 2086, '0', 'default', '2024-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57602, 2048, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57603, 2182, '0', 'default', '2024-06-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57604, 2112, '0', 'preview', '2024-06-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57605, 2112, '0', 'preview', '2024-06-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57606, 2179, '0', 'default', '2024-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57607, 1967, '0', 'default', '2024-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57608, 2172, '0', 'preview', '2024-06-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57609, 2170, '0', 'preview', '2024-06-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57610, 5621, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57611, 1967, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57612, 2179, '0', 'preview', '2024-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57613, 2190, '0', 'preview', '2024-06-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57614, 2027, '0', 'preview', '2024-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57615, 2182, '0', 'preview', '2024-06-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57616, 1950, '0', 'preview', '2024-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57617, 2192, '0', 'preview', '2024-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57618, 1912, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57619, 2186, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57620, 2170, '0', 'default', '2024-06-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57621, 2186, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57622, 2188, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57623, 1925, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57624, 2176, '0', 'default', '2024-06-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57625, 2093, '0', 'preview', '2024-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57626, 2129, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57627, 1912, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57628, 2158, '0', 'preview', '2024-06-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57629, 5702, '0', 'default', '2024-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57630, 5702, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57631, 2141, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57632, 1938, '0', 'preview', '2024-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57633, 2176, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57634, 2158, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57635, 2146, '0', 'preview', '2024-06-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57636, 2125, '0', 'default', '2024-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57637, 5621, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57638, 1937, '0', 'preview', '2024-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57639, 2125, '0', 'preview', '2024-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57640, 2054, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57641, 2198, '0', 'preview', '2024-06-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57642, 5653, '0', 'preview', '2024-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57643, 5705, '0', 'default', '2024-06-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57644, 2197, '0', 'preview', '2024-06-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57645, 2053, '0', 'preview', '2024-06-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57646, 5705, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57647, 2174, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57648, 1938, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57649, 2146, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57650, 5624, '0', 'preview', '2024-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57651, 2200, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57652, 2024, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57653, 2171, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57654, 2112, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57655, 5628, '0', 'preview', '2024-06-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57656, 2067, '0', 'preview', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57657, 2053, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57658, 2172, '0', 'default', '2024-06-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57659, 2113, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57660, 2189, '0', 'default', '2024-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57661, 5628, '0', 'default', '2024-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57662, 2192, '0', 'default', '2024-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57663, 2190, '0', 'default', '2024-06-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57664, 2112, '0', 'preview', '2024-06-26', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57665, 2112, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57666, 1950, '0', 'preview', '2024-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57667, 5653, '0', 'preview', '2024-06-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57668, 2093, '0', 'preview', '2024-06-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57669, 1930, '0', 'preview', '2024-06-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57670, 1935, '0', 'preview', '2024-06-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57671, 2113, '0', 'preview', '2024-06-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57672, 2190, '0', 'preview', '2024-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57673, 2086, '0', 'preview', '2024-06-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57674, 2169, '0', 'preview', '2024-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57675, 2016, '0', 'preview', '2024-06-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57676, 2182, '0', 'default', '2024-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57677, 2024, '0', 'preview', '2024-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57678, 2171, '0', 'default', '2024-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57679, 5702, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57680, 1886, '0', 'default', '2024-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57681, 2191, '0', 'default', '2024-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57682, 2053, '0', 'preview', '2024-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57683, 2172, '0', 'preview', '2024-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57684, 2186, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57685, 2197, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57686, 2189, '0', 'preview', '2024-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57687, 2192, '0', 'preview', '2024-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57688, 2174, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57689, 2173, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57690, 2175, '0', 'preview', '2024-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57691, 2141, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57692, 2187, '0', 'preview', '2024-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57693, 2188, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57694, 1925, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57695, 2189, '0', 'default', '2024-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57696, 2170, '0', 'default', '2024-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57697, 2181, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57698, 2048, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57699, 2053, '0', 'default', '2024-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57700, 2054, '0', 'preview', '2024-06-26', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57701, 2125, '0', 'preview', '2024-06-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57702, 2182, '0', 'preview', '2024-06-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57703, 5628, '0', 'preview', '2024-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57704, 1886, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57705, 2185, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57706, 2198, '0', 'preview', '2024-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57707, 2191, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57708, 2196, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57709, 5705, '0', 'default', '2024-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57710, 5626, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57711, 2086, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57712, 2048, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57713, 5624, '0', 'preview', '2024-06-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57714, 5702, '0', 'preview', '2024-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57715, 2027, '0', 'preview', '2024-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57716, 2152, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57717, 2172, '0', 'default', '2024-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57718, 5705, '0', 'preview', '2024-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57719, 2067, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57720, 1966, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57721, 2170, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57722, 2200, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57723, 5621, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57724, 2158, '0', 'preview', '2024-06-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57725, 2181, '0', 'preview', '2024-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57726, 2027, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57727, 2176, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57728, 2176, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57729, 2146, '0', 'preview', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57730, 2177, '0', 'preview', '2024-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57731, 1932, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57732, 1912, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57733, 2049, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57734, 2087, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57735, 1918, '0', 'default', '2024-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57736, 2172, '0', 'default', '2024-06-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57737, 2187, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57738, 2113, '0', 'preview', '2024-06-27', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57739, 1935, '0', 'preview', '2024-06-27', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57740, 1930, '0', 'preview', '2024-06-27', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57741, 2172, '0', 'preview', '2024-06-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57742, 2182, '0', 'preview', '2024-06-27', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57743, 2195, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57744, 2191, '0', 'default', '2024-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57745, 2158, '0', 'preview', '2024-06-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57746, 1950, '0', 'preview', '2024-06-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57747, 5624, '0', 'preview', '2024-06-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57748, 5653, '0', 'preview', '2024-06-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57749, 5653, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57750, 5623, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57751, 1935, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57752, 2129, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57753, 2182, '0', 'default', '2024-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57754, 5628, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57755, 5625, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57756, 2086, '0', 'preview', '2024-06-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57757, 5624, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57758, 2189, '0', 'preview', '2024-06-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57759, 2191, '0', 'preview', '2024-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57760, 2190, '0', 'preview', '2024-06-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57761, 5627, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57762, 1930, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57763, 2112, '0', 'preview', '2024-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57764, 5702, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57765, 2141, '0', 'preview', '2024-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57766, 2173, '0', 'preview', '2024-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57767, 2175, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57768, 2188, '0', 'preview', '2024-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57769, 2187, '0', 'preview', '2024-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57770, 1957, '0', 'preview', '2024-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57771, 5622, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57772, 1955, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57773, 2126, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57774, 2140, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57775, 2053, '0', 'preview', '2024-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57776, 2179, '0', 'preview', '2024-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57777, 2169, '0', 'preview', '2024-06-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57778, 2016, '0', 'preview', '2024-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57779, 2189, '0', 'default', '2024-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57780, 2198, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57781, 2093, '0', 'preview', '2024-06-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57782, 2125, '0', 'preview', '2024-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57783, 2200, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57784, 2016, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57785, 2024, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57786, 2027, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57787, 2067, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57788, 2048, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57789, 2174, '0', 'default', '2024-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57790, 2173, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57791, 5621, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57792, 2192, '0', 'preview', '2024-06-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57793, 2190, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57794, 5626, '0', 'preview', '2024-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57795, 2141, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57796, 5621, '0', 'preview', '2024-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57797, 2185, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57798, 2170, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57799, 5628, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57800, 2179, '0', 'default', '2024-06-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57801, 2186, '0', 'preview', '2024-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57802, 2170, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57803, 2027, '0', 'preview', '2024-06-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57804, 2024, '0', 'preview', '2024-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57805, 2048, '0', 'preview', '2024-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57806, 2053, '0', 'default', '2024-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57807, 5705, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57808, 2086, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57809, 2051, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57810, 1967, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57811, 2174, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57812, 2201, '0', 'preview', '2024-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57813, 1932, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57814, 2203, '0', 'preview', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57815, 2051, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57816, 1964, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57817, 2112, '0', 'default', '2024-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57818, 2113, '0', 'preview', '2024-06-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57819, 1935, '0', 'preview', '2024-06-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57820, 2112, '0', 'preview', '2024-06-28', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57821, 2189, '0', 'preview', '2024-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57822, 5705, '0', 'preview', '2024-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57823, 2179, '0', 'preview', '2024-06-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57824, 2016, '0', 'preview', '2024-06-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57825, 2024, '0', 'preview', '2024-06-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57826, 2182, '0', 'preview', '2024-06-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57827, 1932, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57828, 1933, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57829, 1937, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57830, 2023, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57831, 2024, '0', 'default', '2024-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57832, 2171, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57833, 2027, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57834, 2016, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57835, 1967, '0', 'preview', '2024-06-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57836, 2182, '0', 'default', '2024-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57837, 2169, '0', 'preview', '2024-06-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57838, 2086, '0', 'preview', '2024-06-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57839, 5705, '0', 'default', '2024-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57840, 2192, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57841, 2189, '0', 'default', '2024-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57842, 1930, '0', 'preview', '2024-06-28', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57843, 1950, '0', 'preview', '2024-06-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57844, 2172, '0', 'preview', '2024-06-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57845, 2201, '0', 'preview', '2024-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57846, 2053, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57847, 2172, '0', 'default', '2024-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57848, 2067, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57849, 1886, '0', 'preview', '2024-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57850, 5653, '0', 'preview', '2024-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57851, 2093, '0', 'preview', '2024-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57852, 1938, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57853, 2176, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57854, 2179, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57855, 1925, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57856, 2191, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57857, 2125, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57858, 1932, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57859, 5701, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57860, 2048, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57861, 2125, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57862, 5701, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57863, 2027, '0', 'preview', '2024-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57864, 2170, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57865, 5625, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57866, 2198, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57867, 2200, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57868, 5653, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57869, 5622, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57870, 5624, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57871, 2201, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57872, 2188, '0', 'preview', '2024-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57873, 2054, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57874, 2053, '0', 'preview', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57875, 1931, '0', 'default', '2024-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57876, 2169, '0', 'default', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57877, 2186, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57878, 2182, '0', 'preview', '2024-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57879, 5628, '0', 'default', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57880, 5705, '0', 'default', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57881, 2197, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57882, 2172, '0', 'preview', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57883, 2113, '0', 'preview', '2024-06-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57884, 1930, '0', 'preview', '2024-06-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57885, 2112, '0', 'preview', '2024-06-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57886, 1950, '0', 'preview', '2024-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57887, 5653, '0', 'preview', '2024-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57888, 2086, '0', 'preview', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57889, 1935, '0', 'preview', '2024-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57890, 2172, '0', 'default', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57891, 2113, '0', 'default', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57892, 2024, '0', 'default', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57893, 2191, '0', 'default', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57894, 2181, '0', 'default', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57895, 1964, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57896, 1957, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57897, 2140, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57898, 1952, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57899, 5622, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57900, 5624, '0', 'preview', '2024-06-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57901, 5625, '0', 'preview', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57902, 2176, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57903, 1938, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57904, 2016, '0', 'preview', '2024-06-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57905, 2027, '0', 'preview', '2024-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57906, 2024, '0', 'preview', '2024-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57907, 2190, '0', 'preview', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57908, 2192, '0', 'preview', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57909, 2181, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57910, 2016, '0', 'default', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57911, 2027, '0', 'default', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57912, 2174, '0', 'preview', '2024-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57913, 2174, '0', 'default', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57914, 2048, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57915, 2171, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57916, 5702, '0', 'preview', '2024-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57917, 2158, '0', 'default', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57918, 2173, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57919, 1924, '0', 'preview', '2024-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57920, 2016, '0', 'preview', '2024-06-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57921, 2027, '0', 'preview', '2024-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57922, 2024, '0', 'preview', '2024-06-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57923, 2191, '0', 'default', '2024-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57924, 2112, '0', 'preview', '2024-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57925, 5705, '0', 'default', '2024-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57926, 1967, '0', 'default', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57927, 2172, '0', 'default', '2024-06-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57928, 2182, '0', 'default', '2024-06-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57929, 5702, '0', 'default', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57930, 2189, '0', 'preview', '2024-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57931, 1938, '0', 'preview', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57932, 2141, '0', 'default', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57933, 2125, '0', 'preview', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57934, 2185, '0', 'preview', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57935, 2172, '0', 'preview', '2024-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57936, 2182, '0', 'preview', '2024-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57937, 2113, '0', 'preview', '2024-06-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57938, 1930, '0', 'preview', '2024-06-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57939, 2150, '0', 'default', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57940, 2189, '0', 'default', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57941, 1935, '0', 'preview', '2024-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57942, 1950, '0', 'preview', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57943, 5624, '0', 'preview', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57944, 5653, '0', 'preview', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57945, 2181, '0', 'preview', '2024-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57946, 2016, '0', 'default', '2024-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57947, 2169, '0', 'preview', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57948, 2024, '0', 'default', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57949, 1930, '0', 'default', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57950, 5621, '0', 'preview', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57951, 2027, '0', 'default', '2024-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57952, 2182, '0', 'default', '2024-07-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57953, 1935, '0', 'preview', '2024-07-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57954, 2179, '0', 'default', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57955, 1930, '0', 'preview', '2024-07-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57956, 5705, '0', 'default', '2024-07-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57957, 2113, '0', 'preview', '2024-07-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57958, 1930, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57959, 1935, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57960, 2027, '0', 'preview', '2024-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57961, 1931, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57962, 2093, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57963, 2053, '0', 'default', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57964, 2027, '0', 'default', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57965, 2190, '0', 'preview', '2024-07-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57966, 2051, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57967, 2191, '0', 'preview', '2024-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57968, 1931, '0', 'preview', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57969, 5627, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57970, 2016, '0', 'default', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57971, 5626, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57972, 2024, '0', 'default', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57973, 2065, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57974, 2188, '0', 'preview', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57975, 2173, '0', 'preview', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57976, 2141, '0', 'preview', '2024-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57977, 2183, '0', 'preview', '2024-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57978, 2131, '0', 'preview', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57979, 2190, '0', 'default', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57980, 1950, '0', 'preview', '2024-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57981, 5627, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57982, 2199, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57983, 2201, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57984, 2112, '0', 'preview', '2024-07-01', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57985, 2185, '0', 'preview', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57986, 2191, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57987, 5626, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57988, 2200, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57989, 5702, '0', 'preview', '2024-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57990, 2176, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57991, 2200, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57992, 5653, '0', 'preview', '2024-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57993, 2179, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57994, 1967, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57995, 2182, '0', 'preview', '2024-07-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57996, 5701, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57997, 2125, '0', 'preview', '2024-07-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57998, 2086, '0', 'preview', '2024-07-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57999, 2181, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58000, 2171, '0', 'default', '2024-07-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58001, 5622, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58002, 5624, '0', 'preview', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58003, 1952, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58004, 1950, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58005, 5705, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58006, 2172, '0', 'preview', '2024-07-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58007, 5628, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58008, 2169, '0', 'preview', '2024-07-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58009, 2189, '0', 'preview', '2024-07-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58010, 2192, '0', 'preview', '2024-07-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58011, 2170, '0', 'preview', '2024-07-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58012, 2158, '0', 'preview', '2024-07-01', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58013, 2049, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58014, 2093, '0', 'preview', '2024-07-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58015, 2016, '0', 'preview', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58016, 2198, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58017, 2197, '0', 'preview', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58018, 2129, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58019, 2186, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58020, 2169, '0', 'default', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58021, 1960, '0', 'preview', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58022, 2053, '0', 'preview', '2024-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58023, 2175, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58024, 1925, '0', 'preview', '2024-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58025, 2171, '0', 'preview', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58026, 1912, '0', 'default', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58027, 1912, '0', 'preview', '2024-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58028, 2203, '0', 'preview', '2024-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58029, 2112, '0', 'preview', '2024-07-02', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58030, 2093, '0', 'preview', '2024-07-02', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58031, 2086, '0', 'preview', '2024-07-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58032, 1950, '0', 'preview', '2024-07-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58033, 5626, '0', 'default', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58034, 1886, '0', 'preview', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58035, 2175, '0', 'preview', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58036, 2172, '0', 'preview', '2024-07-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58037, 2173, '0', 'preview', '2024-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58038, 2179, '0', 'preview', '2024-07-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58039, 1960, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58040, 1960, '0', 'default', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58041, 2086, '0', 'default', '2024-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58042, 2182, '0', 'default', '2024-07-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58043, 1930, '0', 'preview', '2024-07-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58044, 2113, '0', 'preview', '2024-07-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58045, 1935, '0', 'preview', '2024-07-02', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58046, 1964, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58047, 2169, '0', 'preview', '2024-07-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58048, 2171, '0', 'preview', '2024-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58049, 1938, '0', 'default', '2024-07-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58050, 2176, '0', 'default', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58051, 2172, '0', 'default', '2024-07-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58052, 2197, '0', 'preview', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58053, 5702, '0', 'default', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58054, 2170, '0', 'preview', '2024-07-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58055, 1912, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58056, 2016, '0', 'preview', '2024-07-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58057, 2125, '0', 'preview', '2024-07-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58058, 1913, '0', 'default', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58059, 1917, '0', 'default', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58060, 5653, '0', 'preview', '2024-07-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58061, 2024, '0', 'preview', '2024-07-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58062, 2027, '0', 'preview', '2024-07-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58063, 2198, '0', 'preview', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58064, 2016, '0', 'default', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58065, 2024, '0', 'default', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58066, 2027, '0', 'default', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58067, 5705, '0', 'default', '2024-07-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58068, 5705, '0', 'preview', '2024-07-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58069, 2066, '0', 'default', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58070, 1967, '0', 'default', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58071, 2141, '0', 'default', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58072, 1925, '0', 'default', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58073, 2191, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58074, 2174, '0', 'default', '2024-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58075, 2200, '0', 'preview', '2024-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58076, 2190, '0', 'preview', '2024-07-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58077, 2192, '0', 'preview', '2024-07-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58078, 2189, '0', 'preview', '2024-07-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58079, 2048, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58080, 2173, '0', 'default', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58081, 2174, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58082, 2185, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58083, 1967, '0', 'preview', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58084, 5628, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58085, 2182, '0', 'preview', '2024-07-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58086, 2176, '0', 'preview', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58087, 2201, '0', 'preview', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58088, 2188, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58089, 2053, '0', 'preview', '2024-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58090, 2126, '0', 'preview', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58091, 2178, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58092, 1957, '0', 'preview', '2024-07-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58093, 2140, '0', 'preview', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58094, 5622, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58095, 2181, '0', 'preview', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58096, 5702, '0', 'preview', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58097, 2192, '0', 'default', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58098, 2190, '0', 'default', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58099, 2189, '0', 'default', '2024-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58100, 1938, '0', 'preview', '2024-07-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58101, 2146, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58102, 5624, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58103, 2195, '0', 'default', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58104, 1930, '0', 'default', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58105, 2203, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58106, 2179, '0', 'default', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58107, 5627, '0', 'preview', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58108, 2147, '0', 'default', '2024-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58109, 2112, '0', 'preview', '2024-07-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58110, 2200, '0', 'preview', '2024-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58111, 2158, '0', 'preview', '2024-07-03', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58112, 2172, '0', 'default', '2024-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58113, 2191, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58114, 2192, '0', 'default', '2024-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58115, 2190, '0', 'preview', '2024-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58116, 5701, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58117, 2196, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58118, 2198, '0', 'preview', '2024-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58119, 2049, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58120, 5705, '0', 'preview', '2024-07-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58121, 1950, '0', 'preview', '2024-07-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58122, 5653, '0', 'preview', '2024-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58123, 2129, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58124, 2187, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58125, 2172, '0', 'preview', '2024-07-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58126, 2125, '0', 'preview', '2024-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58127, 1930, '0', 'preview', '2024-07-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58128, 2113, '0', 'preview', '2024-07-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58129, 2048, '0', 'preview', '2024-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58130, 2171, '0', 'default', '2024-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58131, 2189, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58132, 5628, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58133, 2016, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58134, 5702, '0', 'default', '2024-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58135, 2188, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58136, 2186, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58137, 5624, '0', 'preview', '2024-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58138, 5705, '0', 'default', '2024-07-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58139, 2113, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58140, 2086, '0', 'preview', '2024-07-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58141, 2053, '0', 'default', '2024-07-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58142, 5702, '0', 'preview', '2024-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58143, 2024, '0', 'preview', '2024-07-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58144, 2027, '0', 'preview', '2024-07-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58145, 5621, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58146, 1964, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58147, 2182, '0', 'preview', '2024-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58148, 2182, '0', 'default', '2024-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58149, 2189, '0', 'preview', '2024-07-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58150, 1917, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58151, 5625, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58152, 2012, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58153, 2181, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58154, 1886, '0', 'preview', '2024-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58155, 2179, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58156, 1952, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58157, 2093, '0', 'preview', '2024-07-03', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58158, 2170, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58159, 2067, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58160, 2203, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58161, 1935, '0', 'preview', '2024-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58162, 2016, '0', 'preview', '2024-07-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58163, 2201, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58164, 1950, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58165, 2179, '0', 'preview', '2024-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58166, 2067, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58167, 2027, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58168, 1935, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58169, 2169, '0', 'preview', '2024-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58170, 1960, '0', 'preview', '2024-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58171, 2197, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58172, 1957, '0', 'preview', '2024-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58173, 1967, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58174, 2141, '0', 'default', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58175, 2141, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58176, 2140, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58177, 5622, '0', 'preview', '2024-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58178, 5625, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58179, 2171, '0', 'preview', '2024-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58180, 2053, '0', 'preview', '2024-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58181, 2189, '0', 'preview', '2024-07-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58182, 2113, '0', 'preview', '2024-07-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58183, 2172, '0', 'preview', '2024-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58184, 5626, '0', 'default', '2024-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58185, 2027, '0', 'preview', '2024-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58186, 2024, '0', 'preview', '2024-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58187, 2016, '0', 'preview', '2024-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58188, 2174, '0', 'default', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58189, 2112, '0', 'preview', '2024-07-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58190, 2086, '0', 'preview', '2024-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58191, 2186, '0', 'preview', '2024-07-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58192, 2185, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58193, 2174, '0', 'preview', '2024-07-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58194, 5702, '0', 'default', '2024-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58195, 2141, '0', 'preview', '2024-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58196, 5705, '0', 'default', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58197, 2172, '0', 'default', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58198, 2173, '0', 'preview', '2024-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58199, 1950, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58200, 2182, '0', 'default', '2024-07-04', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58201, 1930, '0', 'preview', '2024-07-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58202, 2182, '0', 'preview', '2024-07-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58203, 5702, '0', 'preview', '2024-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58204, 1935, '0', 'preview', '2024-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58205, 5653, '0', 'preview', '2024-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58206, 5624, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58207, 2201, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58208, 5628, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58209, 2158, '0', 'preview', '2024-07-04', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58210, 2093, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58211, 5625, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58212, 2197, '0', 'preview', '2024-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58213, 2192, '0', 'preview', '2024-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58214, 2195, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58215, 2199, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58216, 2190, '0', 'preview', '2024-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58217, 1886, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58218, 5627, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58219, 2169, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58220, 2171, '0', 'preview', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58221, 2192, '0', 'default', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58222, 2195, '0', 'default', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58223, 5628, '0', 'default', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58224, 2197, '0', 'default', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58225, 2179, '0', 'default', '2024-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58226, 1967, '0', 'default', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58227, 2169, '0', 'preview', '2024-07-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58228, 2086, '0', 'preview', '2024-07-05', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58229, 5702, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58230, 1930, '0', 'preview', '2024-07-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58231, 2113, '0', 'preview', '2024-07-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58232, 2197, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58233, 1935, '0', 'preview', '2024-07-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58234, 2112, '0', 'preview', '2024-07-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58235, 2189, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58236, 2191, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58237, 2182, '0', 'preview', '2024-07-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58238, 2016, '0', 'preview', '2024-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58239, 2173, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58240, 1925, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58241, 2141, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58242, 2174, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58243, 1938, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58244, 2176, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58245, 5624, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58246, 1950, '0', 'preview', '2024-07-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58247, 5653, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58248, 2027, '0', 'preview', '2024-07-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58249, 2024, '0', 'preview', '2024-07-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58250, 5628, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58251, 2179, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58252, 2179, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58253, 1930, '0', 'default', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58254, 1886, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58255, 1886, '0', 'default', '2024-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58256, 2048, '0', 'default', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58257, 2112, '0', 'default', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58258, 2181, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58259, 2016, '0', 'default', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58260, 2024, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58261, 2172, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58262, 2181, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58263, 2023, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58264, 2174, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58265, 2173, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58266, 2186, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58267, 2053, '0', 'preview', '2024-07-05', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58268, 2053, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58269, 2169, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58270, 2182, '0', 'default', '2024-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58271, 2158, '0', 'preview', '2024-07-05', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58272, 2200, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58273, 5705, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58274, 2190, '0', 'default', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58275, 2176, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58276, 1933, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58277, 2190, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58278, 5627, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58279, 2201, '0', 'preview', '2024-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58280, 1913, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58281, 1917, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58282, 2125, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58283, 2198, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58284, 2189, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58285, 2172, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58286, 2067, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58287, 2158, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58288, 1935, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58289, 2093, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58290, 5702, '0', 'default', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58291, 2054, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58292, 1960, '0', 'preview', '2024-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58293, 2027, '0', 'preview', '2024-07-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58294, 2170, '0', 'preview', '2024-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58295, 2171, '0', 'preview', '2024-07-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58296, 2189, '0', 'preview', '2024-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58297, 2172, '0', 'preview', '2024-07-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58298, 2113, '0', 'preview', '2024-07-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58299, 1930, '0', 'preview', '2024-07-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58300, 2016, '0', 'preview', '2024-07-06', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58301, 2024, '0', 'preview', '2024-07-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58302, 2112, '0', 'preview', '2024-07-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58303, 2067, '0', 'preview', '2024-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58304, 2169, '0', 'preview', '2024-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58305, 1886, '0', 'preview', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58306, 2182, '0', 'preview', '2024-07-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58307, 5628, '0', 'preview', '2024-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58308, 2086, '0', 'preview', '2024-07-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58309, 2189, '0', 'default', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58310, 2182, '0', 'default', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58311, 2190, '0', 'default', '2024-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58312, 2191, '0', 'default', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58313, 5627, '0', 'preview', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58314, 2201, '0', 'preview', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58315, 2048, '0', 'preview', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58316, 1935, '0', 'preview', '2024-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58317, 2181, '0', 'preview', '2024-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58318, 2179, '0', 'preview', '2024-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58319, 2179, '0', 'default', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58320, 2181, '0', 'default', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58321, 2158, '0', 'preview', '2024-07-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58322, 2176, '0', 'preview', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58323, 2176, '0', 'default', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58324, 1950, '0', 'preview', '2024-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58325, 5653, '0', 'preview', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58326, 2190, '0', 'preview', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58327, 2197, '0', 'preview', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58328, 2170, '0', 'default', '2024-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58329, 2169, '0', 'preview', '2024-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58330, 2172, '0', 'default', '2024-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58331, 2182, '0', 'default', '2024-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58332, 1930, '0', 'preview', '2024-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58333, 2113, '0', 'preview', '2024-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58334, 2024, '0', 'preview', '2024-07-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58335, 2027, '0', 'preview', '2024-07-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58336, 1886, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58337, 2170, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58338, 2016, '0', 'preview', '2024-07-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58339, 1950, '0', 'preview', '2024-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58340, 2171, '0', 'default', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58341, 2189, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58342, 5653, '0', 'preview', '2024-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58343, 2086, '0', 'preview', '2024-07-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58344, 2053, '0', 'preview', '2024-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58345, 2182, '0', 'preview', '2024-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58346, 1957, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58347, 2112, '0', 'preview', '2024-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58348, 5702, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58349, 5624, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58350, 2181, '0', 'default', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58351, 1935, '0', 'default', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58352, 1935, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58353, 2170, '0', 'default', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58354, 1930, '0', 'default', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58355, 1966, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58356, 2201, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58357, 2186, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58358, 2174, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58359, 2173, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58360, 2179, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58361, 1967, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58362, 5627, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58363, 5628, '0', 'preview', '2024-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58364, 2112, '0', 'preview', '2024-07-08', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58365, 2051, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58366, 2182, '0', 'preview', '2024-07-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58367, 2113, '0', 'preview', '2024-07-08', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58368, 1930, '0', 'preview', '2024-07-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58369, 5621, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58370, 2171, '0', 'preview', '2024-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58371, 1935, '0', 'preview', '2024-07-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58372, 1912, '0', 'preview', '2024-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58373, 2016, '0', 'preview', '2024-07-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58374, 2172, '0', 'preview', '2024-07-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58375, 2192, '0', 'preview', '2024-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58376, 2086, '0', 'preview', '2024-07-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58377, 2176, '0', 'preview', '2024-07-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58378, 2182, '0', 'default', '2024-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58379, 1938, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58380, 5701, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58381, 2189, '0', 'preview', '2024-07-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58382, 2053, '0', 'default', '2024-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58383, 2200, '0', 'preview', '2024-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58384, 1886, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58385, 2179, '0', 'default', '2024-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58386, 2179, '0', 'preview', '2024-07-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58387, 1967, '0', 'preview', '2024-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58388, 2024, '0', 'preview', '2024-07-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58389, 5624, '0', 'preview', '2024-07-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58390, 1967, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58391, 2093, '0', 'preview', '2024-07-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58392, 2174, '0', 'preview', '2024-07-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58393, 2183, '0', 'preview', '2024-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58394, 2173, '0', 'preview', '2024-07-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58395, 1925, '0', 'preview', '2024-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58396, 2185, '0', 'preview', '2024-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58397, 5705, '0', 'default', '2024-07-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58398, 2175, '0', 'preview', '2024-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58399, 2027, '0', 'preview', '2024-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58400, 2169, '0', 'preview', '2024-07-08', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58401, 5705, '0', 'preview', '2024-07-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58402, 2192, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58403, 2196, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58404, 2054, '0', 'preview', '2024-07-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58405, 2201, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58406, 1950, '0', 'preview', '2024-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58407, 2170, '0', 'default', '2024-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58408, 2181, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58409, 2198, '0', 'preview', '2024-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58410, 5624, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58411, 1912, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58412, 2126, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58413, 5622, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58414, 2178, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58415, 2187, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58416, 2186, '0', 'preview', '2024-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58417, 2176, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58418, 1938, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58419, 2177, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58420, 2190, '0', 'preview', '2024-07-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58421, 5701, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58422, 2191, '0', 'preview', '2024-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58423, 2189, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58424, 2125, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58425, 5702, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58426, 2170, '0', 'preview', '2024-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58427, 2158, '0', 'preview', '2024-07-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58428, 5626, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58429, 2195, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58430, 5653, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58431, 2129, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58432, 5625, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58433, 5623, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58434, 5628, '0', 'preview', '2024-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58435, 2086, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58436, 5627, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58437, 2199, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58438, 2125, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58439, 1917, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58440, 5628, '0', 'default', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58441, 2053, '0', 'preview', '2024-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58442, 2170, '0', 'preview', '2024-07-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58443, 2182, '0', 'preview', '2024-07-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58444, 2125, '0', 'preview', '2024-07-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58445, 2086, '0', 'preview', '2024-07-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58446, 2086, '0', 'default', '2024-07-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58447, 1930, '0', 'preview', '2024-07-09', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58448, 2113, '0', 'preview', '2024-07-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58449, 2158, '0', 'preview', '2024-07-09', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58450, 2048, '0', 'preview', '2024-07-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58451, 2169, '0', 'preview', '2024-07-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58452, 1950, '0', 'preview', '2024-07-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58453, 2172, '0', 'default', '2024-07-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58454, 2172, '0', 'preview', '2024-07-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58455, 2195, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58456, 2192, '0', 'preview', '2024-07-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58457, 2203, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58458, 2189, '0', 'preview', '2024-07-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58459, 2199, '0', 'preview', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58460, 2174, '0', 'preview', '2024-07-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58461, 2186, '0', 'preview', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58462, 2053, '0', 'preview', '2024-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58463, 2190, '0', 'default', '2024-07-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58464, 2191, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58465, 2189, '0', 'default', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58466, 5705, '0', 'default', '2024-07-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58467, 2190, '0', 'preview', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58468, 2201, '0', 'preview', '2024-07-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58469, 2198, '0', 'preview', '2024-07-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58470, 2112, '0', 'preview', '2024-07-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58471, 2027, '0', 'preview', '2024-07-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58472, 2200, '0', 'preview', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58473, 1964, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58474, 2191, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58475, 1935, '0', 'preview', '2024-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58476, 2053, '0', 'default', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58477, 2171, '0', 'default', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58478, 2170, '0', 'default', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58479, 2048, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58480, 2067, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58481, 2112, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58482, 2125, '0', 'default', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58483, 1886, '0', 'default', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58484, 2158, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58485, 2169, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58486, 5621, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58487, 2148, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58488, 2012, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58489, 2088, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58490, 2049, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58491, 2087, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58492, 1917, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58493, 1912, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58494, 1908, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58495, 1911, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58496, 1918, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58497, 1915, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58498, 1914, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58499, 1916, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58500, 1913, '0', 'default', '2024-07-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58501, 2093, '0', 'preview', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58502, 5705, '0', 'preview', '2024-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58503, 2182, '0', 'default', '2024-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58504, 1967, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58505, 2024, '0', 'preview', '2024-07-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58506, 2016, '0', 'preview', '2024-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58507, 2188, '0', 'preview', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58508, 2141, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58509, 1886, '0', 'preview', '2024-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58510, 5627, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58511, 5653, '0', 'preview', '2024-07-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58512, 2171, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58513, 5624, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58514, 1957, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58515, 2192, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58516, 2181, '0', 'default', '2024-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58517, 2173, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58518, 2197, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58519, 2185, '0', 'default', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58520, 5628, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58521, 2176, '0', 'preview', '2024-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58522, 5705, '0', 'default', '2024-07-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58523, 2086, '0', 'preview', '2024-07-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58524, 5705, '0', 'preview', '2024-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58525, 2190, '0', 'preview', '2024-07-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58526, 2181, '0', 'preview', '2024-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58527, 2125, '0', 'preview', '2024-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58528, 1950, '0', 'preview', '2024-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58529, 2112, '0', 'preview', '2024-07-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58530, 2016, '0', 'preview', '2024-07-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58531, 2169, '0', 'preview', '2024-07-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58532, 5621, '0', 'preview', '2024-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58533, 2158, '0', 'preview', '2024-07-10', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58534, 2048, '0', 'preview', '2024-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58535, 2172, '0', 'preview', '2024-07-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58536, 2182, '0', 'preview', '2024-07-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58537, 1930, '0', 'preview', '2024-07-10', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58538, 2113, '0', 'preview', '2024-07-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58539, 2189, '0', 'preview', '2024-07-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58540, 5628, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58541, 1886, '0', 'preview', '2024-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58542, 1935, '0', 'preview', '2024-07-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58543, 5653, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58544, 2182, '0', 'default', '2024-07-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58545, 2027, '0', 'preview', '2024-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58546, 1960, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58547, 2201, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58548, 5701, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58549, 2051, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58550, 2028, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58551, 5624, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58552, 2172, '0', 'default', '2024-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58553, 1930, '0', 'default', '2024-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58554, 2054, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58555, 2181, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58556, 1932, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58557, 2088, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58558, 2024, '0', 'preview', '2024-07-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58559, 2198, '0', 'preview', '2024-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58560, 2169, '0', 'default', '2024-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58561, 2189, '0', 'default', '2024-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58562, 2170, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58563, 2174, '0', 'preview', '2024-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58564, 2067, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58565, 2176, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58566, 2174, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58567, 2141, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58568, 2131, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58569, 2185, '0', 'preview', '2024-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58570, 2192, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58571, 2192, '0', 'preview', '2024-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58572, 2197, '0', 'preview', '2024-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58573, 2179, '0', 'default', '2024-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58574, 2195, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58575, 2199, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58576, 2171, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58577, 5627, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58578, 2016, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58579, 2186, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58580, 2112, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58581, 1967, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58582, 2067, '0', 'preview', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58583, 1957, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58584, 2178, '0', 'default', '2024-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58585, 1930, '0', 'preview', '2024-07-11', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58586, 2113, '0', 'preview', '2024-07-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58587, 2172, '0', 'preview', '2024-07-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58588, 2125, '0', 'preview', '2024-07-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58589, 2192, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58590, 2112, '0', 'preview', '2024-07-11', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58591, 2197, '0', 'preview', '2024-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58592, 2093, '0', 'preview', '2024-07-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58593, 2086, '0', 'preview', '2024-07-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58594, 2189, '0', 'preview', '2024-07-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58595, 2093, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58596, 1935, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58597, 1935, '0', 'preview', '2024-07-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58598, 2169, '0', 'preview', '2024-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58599, 2179, '0', 'preview', '2024-07-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58600, 2185, '0', 'preview', '2024-07-11', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58601, 2174, '0', 'preview', '2024-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58602, 2172, '0', 'default', '2024-07-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58603, 2182, '0', 'preview', '2024-07-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58604, 2198, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58605, 2048, '0', 'preview', '2024-07-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58606, 2016, '0', 'preview', '2024-07-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58607, 2024, '0', 'preview', '2024-07-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58608, 2201, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58609, 5705, '0', 'preview', '2024-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58610, 2027, '0', 'preview', '2024-07-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58611, 1938, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58612, 2179, '0', 'default', '2024-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58613, 2170, '0', 'default', '2024-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58614, 2182, '0', 'default', '2024-07-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58615, 1967, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58616, 2170, '0', 'preview', '2024-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58617, 2197, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58618, 1950, '0', 'preview', '2024-07-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58619, 2191, '0', 'default', '2024-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58620, 1917, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58621, 1886, '0', 'preview', '2024-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58622, 2190, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58623, 5628, '0', 'preview', '2024-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58624, 2053, '0', 'preview', '2024-07-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58625, 1930, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58626, 1960, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58627, 2129, '0', 'default', '2024-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58628, 2067, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58629, 2199, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58630, 5625, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58631, 2165, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58632, 1931, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58633, 1932, '0', 'preview', '2024-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58634, 2142, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58635, 5623, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58636, 2198, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58637, 2158, '0', 'preview', '2024-07-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58638, 5705, '0', 'default', '2024-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58639, 2171, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58640, 2186, '0', 'preview', '2024-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58641, 5702, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58642, 2190, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58643, 2189, '0', 'default', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58644, 1925, '0', 'preview', '2024-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58645, 2173, '0', 'preview', '2024-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58646, 1957, '0', 'preview', '2024-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58647, 2182, '0', 'preview', '2024-07-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58648, 2027, '0', 'preview', '2024-07-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58649, 2113, '0', 'preview', '2024-07-12', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58650, 1930, '0', 'preview', '2024-07-12', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58651, 1935, '0', 'preview', '2024-07-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58652, 5705, '0', 'default', '2024-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58653, 2172, '0', 'preview', '2024-07-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58654, 1938, '0', 'preview', '2024-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58655, 2146, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58656, 2147, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58657, 2177, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58658, 2086, '0', 'preview', '2024-07-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58659, 1950, '0', 'preview', '2024-07-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58660, 5653, '0', 'preview', '2024-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58661, 2172, '0', 'default', '2024-07-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58662, 2173, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58663, 2192, '0', 'preview', '2024-07-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58664, 5628, '0', 'preview', '2024-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58665, 2189, '0', 'preview', '2024-07-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58666, 2190, '0', 'preview', '2024-07-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58667, 1886, '0', 'preview', '2024-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58668, 5705, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58669, 2182, '0', 'default', '2024-07-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58670, 2170, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58671, 5627, '0', 'preview', '2024-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58672, 2199, '0', 'preview', '2024-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58673, 2174, '0', 'preview', '2024-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58674, 2175, '0', 'preview', '2024-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58675, 2024, '0', 'preview', '2024-07-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58676, 2188, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58677, 2186, '0', 'preview', '2024-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58678, 2169, '0', 'preview', '2024-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58679, 2181, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58680, 2028, '0', 'preview', '2024-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58681, 2140, '0', 'preview', '2024-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58682, 2112, '0', 'preview', '2024-07-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58683, 1952, '0', 'preview', '2024-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58684, 2185, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58685, 5625, '0', 'preview', '2024-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58686, 5624, '0', 'preview', '2024-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58687, 2178, '0', 'preview', '2024-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58688, 2179, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58689, 5702, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58690, 1933, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58691, 2016, '0', 'preview', '2024-07-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58692, 2158, '0', 'preview', '2024-07-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58693, 5622, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58694, 2190, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58695, 2189, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58696, 5628, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58697, 2125, '0', 'preview', '2024-07-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58698, 2093, '0', 'preview', '2024-07-12', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58699, 2181, '0', 'default', '2024-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58700, 1937, '0', 'preview', '2024-07-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58701, 1931, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58702, 2053, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58703, 1966, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58704, 2187, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58705, 1925, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58706, 2141, '0', 'default', '2024-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58707, 2016, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58708, 2187, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58709, 2166, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58710, 2166, '0', 'preview', '2024-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58711, 2165, '0', 'preview', '2024-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58712, 2198, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58713, 1957, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58714, 2051, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58715, 2023, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58716, 2015, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58717, 2191, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58718, 2171, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58719, 2024, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58720, 2141, '0', 'preview', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58721, 1925, '0', 'default', '2024-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58722, 1886, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58723, 2189, '0', 'preview', '2024-07-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58724, 2113, '0', 'preview', '2024-07-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58725, 1930, '0', 'preview', '2024-07-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58726, 2172, '0', 'preview', '2024-07-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58727, 2179, '0', 'preview', '2024-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58728, 2174, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58729, 2186, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58730, 1931, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58731, 1935, '0', 'preview', '2024-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58732, 1950, '0', 'preview', '2024-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58733, 2190, '0', 'preview', '2024-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58734, 2016, '0', 'preview', '2024-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58735, 5705, '0', 'default', '2024-07-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58736, 5705, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58737, 2182, '0', 'preview', '2024-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58738, 2192, '0', 'preview', '2024-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58739, 2189, '0', 'default', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58740, 5623, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58741, 5623, '0', 'default', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58742, 1935, '0', 'default', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58743, 2027, '0', 'default', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58744, 2112, '0', 'preview', '2024-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58745, 2125, '0', 'preview', '2024-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58746, 2169, '0', 'preview', '2024-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58747, 1938, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58748, 5653, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58749, 5624, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58750, 2015, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58751, 2027, '0', 'preview', '2024-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58752, 2028, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58753, 2023, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58754, 2024, '0', 'preview', '2024-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58755, 2182, '0', 'default', '2024-07-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58756, 2158, '0', 'preview', '2024-07-13', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58757, 2195, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58758, 2086, '0', 'preview', '2024-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58759, 2190, '0', 'default', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58760, 2200, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58761, 2093, '0', 'default', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58762, 1930, '0', 'default', '2024-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58763, 2188, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58764, 2141, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58765, 1967, '0', 'preview', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58766, 1925, '0', 'default', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58767, 1931, '0', 'default', '2024-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58768, 2171, '0', 'preview', '2024-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58769, 2171, '0', 'default', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58770, 2172, '0', 'default', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58771, 2016, '0', 'default', '2024-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58772, 2190, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58773, 2189, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58774, 2172, '0', 'preview', '2024-07-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58775, 1917, '0', 'preview', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58776, 2125, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58777, 2112, '0', 'preview', '2024-07-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58778, 1930, '0', 'preview', '2024-07-14', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58779, 2113, '0', 'preview', '2024-07-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58780, 2051, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58781, 2182, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58782, 2179, '0', 'preview', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58783, 2154, '0', 'default', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58784, 2154, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58785, 5627, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58786, 5627, '0', 'default', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58787, 2129, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58788, 2129, '0', 'default', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58789, 5624, '0', 'default', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58790, 5624, '0', 'preview', '2024-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58791, 2153, '0', 'default', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58792, 2153, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58793, 2112, '0', 'default', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58794, 2016, '0', 'default', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58795, 2048, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58796, 2048, '0', 'default', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58797, 2172, '0', 'default', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58798, 2023, '0', 'default', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58799, 2086, '0', 'preview', '2024-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58800, 1957, '0', 'preview', '2024-07-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58801, 1950, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58802, 5705, '0', 'default', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58803, 2169, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58804, 2170, '0', 'default', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58805, 2192, '0', 'preview', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58806, 1935, '0', 'preview', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58807, 1912, '0', 'default', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58808, 2149, '0', 'default', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58809, 2171, '0', 'preview', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58810, 2188, '0', 'preview', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58811, 1964, '0', 'preview', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58812, 1938, '0', 'preview', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58813, 2176, '0', 'preview', '2024-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58814, 2187, '0', 'preview', '2024-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58815, 2186, '0', 'default', '2024-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58816, 2086, '0', 'preview', '2024-07-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58817, 1950, '0', 'preview', '2024-07-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58818, 2067, '0', 'default', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58819, 2053, '0', 'default', '2024-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58820, 2165, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58821, 2172, '0', 'default', '2024-07-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58822, 2182, '0', 'default', '2024-07-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58823, 2093, '0', 'preview', '2024-07-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58824, 2024, '0', 'preview', '2024-07-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58825, 2027, '0', 'preview', '2024-07-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58826, 2016, '0', 'preview', '2024-07-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58827, 2158, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58828, 2182, '0', 'preview', '2024-07-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58829, 2192, '0', 'preview', '2024-07-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58830, 1930, '0', 'preview', '2024-07-15', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58831, 2113, '0', 'preview', '2024-07-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58832, 1935, '0', 'preview', '2024-07-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58833, 1925, '0', 'default', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58834, 2179, '0', 'default', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58835, 2191, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58836, 2189, '0', 'preview', '2024-07-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58837, 2181, '0', 'default', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58838, 2176, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58839, 2146, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58840, 2177, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58841, 2016, '0', 'default', '2024-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58842, 2053, '0', 'preview', '2024-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58843, 1960, '0', 'preview', '2024-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58844, 2172, '0', 'preview', '2024-07-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58845, 5705, '0', 'default', '2024-07-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58846, 5624, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58847, 1913, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58848, 2189, '0', 'default', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58849, 2112, '0', 'preview', '2024-07-15', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58850, 5627, '0', 'default', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58851, 2190, '0', 'preview', '2024-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58852, 2201, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58853, 2179, '0', 'preview', '2024-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58854, 2169, '0', 'preview', '2024-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58855, 5653, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58856, 2198, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58857, 5628, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58858, 1886, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58859, 2173, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58860, 2174, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58861, 2141, '0', 'preview', '2024-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58862, 2175, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58863, 5627, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58864, 2066, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58865, 2191, '0', 'default', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58866, 2125, '0', 'preview', '2024-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58867, 2054, '0', 'default', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58868, 2054, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58869, 2067, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58870, 5705, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58871, 2203, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58872, 1912, '0', 'preview', '2024-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58873, 1938, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58874, 1967, '0', 'preview', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58875, 1967, '0', 'default', '2024-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58876, 5705, '0', 'default', '2024-07-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58877, 2169, '0', 'preview', '2024-07-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58878, 1930, '0', 'preview', '2024-07-16', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58879, 2015, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58880, 2027, '0', 'preview', '2024-07-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58881, 2125, '0', 'preview', '2024-07-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58882, 1935, '0', 'preview', '2024-07-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58883, 2028, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58884, 1886, '0', 'preview', '2024-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58885, 2113, '0', 'preview', '2024-07-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58886, 2190, '0', 'preview', '2024-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58887, 2192, '0', 'preview', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58888, 2086, '0', 'preview', '2024-07-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58889, 2188, '0', 'preview', '2024-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58890, 2174, '0', 'preview', '2024-07-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58891, 2173, '0', 'preview', '2024-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58892, 2093, '0', 'preview', '2024-07-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58893, 2183, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58894, 2187, '0', 'preview', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58895, 2179, '0', 'preview', '2024-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58896, 2112, '0', 'preview', '2024-07-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58897, 2182, '0', 'preview', '2024-07-16', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58898, 2199, '0', 'preview', '2024-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58899, 2131, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58900, 2129, '0', 'preview', '2024-07-16', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58901, 2185, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58902, 5653, '0', 'preview', '2024-07-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58903, 2187, '0', 'default', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58904, 2183, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58905, 2174, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58906, 2175, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58907, 2173, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58908, 2184, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58909, 2186, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58910, 2188, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58911, 1920, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58912, 1924, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58913, 1925, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58914, 1952, '0', 'preview', '2024-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58915, 5623, '0', 'preview', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58916, 5625, '0', 'preview', '2024-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58917, 2179, '0', 'default', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58918, 2125, '0', 'default', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58919, 2198, '0', 'preview', '2024-07-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58920, 2027, '0', 'default', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58921, 2189, '0', 'default', '2024-07-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58922, 2192, '0', 'default', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58923, 2190, '0', 'default', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58924, 2169, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58925, 2185, '0', 'preview', '2024-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58926, 2175, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58927, 2171, '0', 'preview', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58928, 5701, '0', 'default', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58929, 2016, '0', 'preview', '2024-07-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58930, 2024, '0', 'preview', '2024-07-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58931, 2199, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58932, 2051, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58933, 2198, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58934, 2158, '0', 'default', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58935, 2189, '0', 'preview', '2024-07-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58936, 2048, '0', 'default', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58937, 2176, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58938, 2172, '0', 'default', '2024-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58939, 1950, '0', 'preview', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58940, 2172, '0', 'preview', '2024-07-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58941, 2051, '0', 'preview', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58942, 1938, '0', 'preview', '2024-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58943, 2182, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58944, 5628, '0', 'preview', '2024-07-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58945, 2186, '0', 'preview', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58946, 1933, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58947, 1933, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58948, 1935, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58949, 5622, '0', 'preview', '2024-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58950, 2053, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58951, 2200, '0', 'preview', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58952, 2067, '0', 'preview', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58953, 5702, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58954, 1912, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58955, 2048, '0', 'preview', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58956, 1925, '0', 'preview', '2024-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58957, 2201, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58958, 1955, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58959, 2142, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58960, 2171, '0', 'default', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58961, 2196, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58962, 5626, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58963, 2197, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58964, 2203, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58965, 1964, '0', 'preview', '2024-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58966, 2158, '0', 'preview', '2024-07-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58967, 1930, '0', 'preview', '2024-07-17', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58968, 2053, '0', 'default', '2024-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58969, 2185, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58970, 1886, '0', 'preview', '2024-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58971, 2086, '0', 'preview', '2024-07-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58972, 1950, '0', 'preview', '2024-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58973, 5653, '0', 'preview', '2024-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58974, 5624, '0', 'preview', '2024-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58975, 2113, '0', 'preview', '2024-07-17', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58976, 2093, '0', 'preview', '2024-07-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58977, 1935, '0', 'preview', '2024-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58978, 2191, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58979, 2192, '0', 'default', '2024-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58980, 2195, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58981, 2174, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58982, 1908, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58983, 2112, '0', 'preview', '2024-07-17', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58984, 2190, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58985, 2172, '0', 'default', '2024-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58986, 2182, '0', 'default', '2024-07-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58987, 2067, '0', 'preview', '2024-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58988, 1930, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58989, 2113, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58990, 2179, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58991, 2024, '0', 'preview', '2024-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58992, 2027, '0', 'preview', '2024-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58993, 2016, '0', 'preview', '2024-07-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58994, 1957, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58995, 1925, '0', 'preview', '2024-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58996, 1952, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58997, 2169, '0', 'preview', '2024-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58998, 1931, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58999, 5702, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59000, 2112, '0', 'default', '2024-07-17', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59001, 2172, '0', 'preview', '2024-07-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59002, 1932, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59003, 5621, '0', 'preview', '2024-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59004, 2125, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59005, 2027, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59006, 2065, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59007, 2048, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59008, 2182, '0', 'preview', '2024-07-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59009, 2174, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59010, 2198, '0', 'preview', '2024-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59011, 2192, '0', 'preview', '2024-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59012, 2189, '0', 'preview', '2024-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59013, 2170, '0', 'preview', '2024-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59014, 1938, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59015, 2176, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59016, 5628, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59017, 2197, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59018, 1960, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59019, 2200, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59020, 5705, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59021, 2199, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59022, 2178, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59023, 5623, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59024, 2179, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59025, 2188, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59026, 2190, '0', 'preview', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59027, 2181, '0', 'default', '2024-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59028, 2112, '0', 'preview', '2024-07-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59029, 2179, '0', 'preview', '2024-07-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59030, 2198, '0', 'preview', '2024-07-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59031, 2169, '0', 'preview', '2024-07-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59032, 1950, '0', 'preview', '2024-07-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59033, 1935, '0', 'preview', '2024-07-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59034, 2016, '0', 'preview', '2024-07-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59035, 2027, '0', 'preview', '2024-07-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59036, 5705, '0', 'default', '2024-07-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59037, 2172, '0', 'default', '2024-07-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59038, 1930, '0', 'preview', '2024-07-18', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59039, 2169, '0', 'default', '2024-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59040, 2113, '0', 'preview', '2024-07-18', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59041, 2189, '0', 'default', '2024-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59042, 5624, '0', 'preview', '2024-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59043, 5653, '0', 'preview', '2024-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59044, 2086, '0', 'preview', '2024-07-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59045, 2182, '0', 'default', '2024-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59046, 2189, '0', 'preview', '2024-07-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59047, 2172, '0', 'preview', '2024-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59048, 1964, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59049, 2174, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59050, 2182, '0', 'preview', '2024-07-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59051, 5621, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59052, 2048, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59053, 2192, '0', 'default', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59054, 2141, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59055, 2141, '0', 'default', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59056, 5627, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59057, 2024, '0', 'default', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59058, 2049, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59059, 2181, '0', 'default', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59060, 2191, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59061, 2200, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59062, 2201, '0', 'preview', '2024-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59063, 2027, '0', 'default', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59064, 2054, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59065, 1886, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59066, 5701, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59067, 2190, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59068, 5628, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59069, 1967, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59070, 2158, '0', 'preview', '2024-07-18', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59071, 2086, '0', 'default', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59072, 2053, '0', 'default', '2024-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59073, 2185, '0', 'default', '2024-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59074, 2093, '0', 'preview', '2024-07-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59075, 2197, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59076, 2185, '0', 'preview', '2024-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59077, 2054, '0', 'default', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59078, 2024, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59079, 5701, '0', 'default', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59080, 5702, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59081, 5626, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59082, 2067, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59083, 2131, '0', 'preview', '2024-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59084, 1925, '0', 'preview', '2024-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59085, 2086, '0', 'preview', '2024-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59086, 2169, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59087, 1935, '0', 'preview', '2024-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59088, 2113, '0', 'preview', '2024-07-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59089, 2112, '0', 'preview', '2024-07-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59090, 2169, '0', 'preview', '2024-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59091, 1930, '0', 'preview', '2024-07-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59092, 2024, '0', 'preview', '2024-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59093, 2016, '0', 'preview', '2024-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59094, 2015, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59095, 2172, '0', 'preview', '2024-07-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59096, 2172, '0', 'default', '2024-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59097, 2024, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59098, 2016, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59099, 2181, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59100, 2067, '0', 'preview', '2024-07-19', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59101, 6422, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59102, 6421, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59103, 6422, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59104, 6421, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59105, 2182, '0', 'default', '2024-07-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59106, 1950, '0', 'preview', '2024-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59107, 5653, '0', 'preview', '2024-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59108, 2174, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59109, 2185, '0', 'default', '2024-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59110, 1938, '0', 'preview', '2024-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59111, 2200, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59112, 1930, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59113, 2189, '0', 'preview', '2024-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59114, 2086, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59115, 2093, '0', 'preview', '2024-07-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59116, 2182, '0', 'preview', '2024-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59117, 2048, '0', 'preview', '2024-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59118, 1917, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59119, 2170, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59120, 2131, '0', 'preview', '2024-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59121, 1925, '0', 'preview', '2024-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59122, 1957, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59123, 1935, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59124, 2158, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59125, 2183, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59126, 2189, '0', 'default', '2024-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59127, 2179, '0', 'preview', '2024-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59128, 5621, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59129, 1886, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59130, 2191, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59131, 2191, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59132, 5702, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59133, 2187, '0', 'preview', '2024-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59134, 2185, '0', 'preview', '2024-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59135, 5624, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59136, 1967, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59137, 2190, '0', 'preview', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59138, 2200, '0', 'default', '2024-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59139, 2141, '0', 'preview', '2024-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59140, 2112, '0', 'preview', '2024-07-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59141, 2179, '0', 'default', '2024-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59142, 2169, '0', 'preview', '2024-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59143, 5702, '0', 'preview', '2024-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59144, 2027, '0', 'preview', '2024-07-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59145, 2024, '0', 'preview', '2024-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59146, 2172, '0', 'preview', '2024-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59147, 2182, '0', 'default', '2024-07-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59148, 2189, '0', 'default', '2024-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59149, 2113, '0', 'preview', '2024-07-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59150, 1930, '0', 'preview', '2024-07-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59151, 1935, '0', 'preview', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59152, 1960, '0', 'preview', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59153, 2182, '0', 'preview', '2024-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59154, 2048, '0', 'default', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59155, 2181, '0', 'default', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59156, 2016, '0', 'preview', '2024-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59157, 2171, '0', 'preview', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59158, 1950, '0', 'preview', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59159, 5624, '0', 'preview', '2024-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59160, 5653, '0', 'preview', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59161, 2086, '0', 'preview', '2024-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59162, 5701, '0', 'default', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59163, 2170, '0', 'preview', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59164, 5705, '0', 'default', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59165, 2172, '0', 'default', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59166, 2192, '0', 'default', '2024-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59167, 2189, '0', 'preview', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59168, 2190, '0', 'preview', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59169, 5621, '0', 'preview', '2024-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59170, 2182, '0', 'preview', '2024-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59171, 2113, '0', 'preview', '2024-07-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59172, 1930, '0', 'preview', '2024-07-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59173, 1924, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59174, 1950, '0', 'preview', '2024-07-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59175, 2086, '0', 'preview', '2024-07-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59176, 2141, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59177, 2186, '0', 'default', '2024-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59178, 2189, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59179, 2112, '0', 'preview', '2024-07-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59180, 5626, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59181, 2067, '0', 'default', '2024-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59182, 2182, '0', 'default', '2024-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59183, 2172, '0', 'preview', '2024-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59184, 5653, '0', 'preview', '2024-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59185, 2179, '0', 'default', '2024-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59186, 1967, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59187, 2181, '0', 'default', '2024-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59188, 2027, '0', 'preview', '2024-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59189, 1938, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59190, 2177, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59191, 2053, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59192, 2051, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59193, 2024, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59194, 2176, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59195, 2170, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59196, 2172, '0', 'default', '2024-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59197, 2174, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59198, 2185, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59199, 2188, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59200, 2173, '0', 'preview', '2024-07-21', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59201, 2067, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59202, 2198, '0', 'preview', '2024-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59203, 2190, '0', 'preview', '2024-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59204, 5626, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59205, 2158, '0', 'preview', '2024-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59206, 2201, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59207, 2189, '0', 'preview', '2024-07-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59208, 2112, '0', 'default', '2024-07-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59209, 2192, '0', 'preview', '2024-07-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59210, 1957, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59211, 2165, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59212, 2166, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59213, 1931, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59214, 1932, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59215, 1935, '0', 'default', '2024-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59216, 2176, '0', 'default', '2024-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59217, 2178, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59218, 2016, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59219, 5628, '0', 'default', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59220, 2169, '0', 'preview', '2024-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59221, 2170, '0', 'default', '2024-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59222, 2182, '0', 'default', '2024-07-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59223, 1930, '0', 'preview', '2024-07-22', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59224, 2189, '0', 'default', '2024-07-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59225, 1932, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59226, 1935, '0', 'preview', '2024-07-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59227, 1938, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59228, 2181, '0', 'preview', '2024-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59229, 2048, '0', 'preview', '2024-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59230, 2169, '0', 'preview', '2024-07-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59231, 2113, '0', 'preview', '2024-07-22', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59232, 2112, '0', 'preview', '2024-07-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59233, 5624, '0', 'default', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59234, 1931, '0', 'default', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59235, 2093, '0', 'default', '2024-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59236, 5624, '0', 'preview', '2024-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59237, 2172, '0', 'preview', '2024-07-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59238, 2171, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59239, 2182, '0', 'preview', '2024-07-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59240, 5625, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59241, 6421, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59242, 1964, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59243, 5653, '0', 'preview', '2024-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59244, 2146, '0', 'default', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59245, 5705, '0', 'default', '2024-07-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59246, 2179, '0', 'preview', '2024-07-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59247, 2189, '0', 'preview', '2024-07-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59248, 2086, '0', 'preview', '2024-07-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59249, 2024, '0', 'preview', '2024-07-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59250, 2016, '0', 'preview', '2024-07-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59251, 2027, '0', 'preview', '2024-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59252, 2053, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59253, 2190, '0', 'default', '2024-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59254, 2141, '0', 'preview', '2024-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59255, 2174, '0', 'preview', '2024-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59256, 1925, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59257, 2187, '0', 'preview', '2024-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59258, 2173, '0', 'preview', '2024-07-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59259, 2131, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59260, 5701, '0', 'default', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59261, 2192, '0', 'preview', '2024-07-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59262, 2195, '0', 'preview', '2024-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59263, 2197, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59264, 2185, '0', 'preview', '2024-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59265, 2190, '0', 'preview', '2024-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59266, 1950, '0', 'preview', '2024-07-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59267, 2198, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59268, 2093, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59269, 2179, '0', 'default', '2024-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59270, 2054, '0', 'default', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59271, 2169, '0', 'default', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59272, 2172, '0', 'default', '2024-07-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59273, 2192, '0', 'default', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59274, 2200, '0', 'preview', '2024-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59275, 2175, '0', 'default', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59276, 2158, '0', 'preview', '2024-07-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59277, 2186, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59278, 2175, '0', 'preview', '2024-07-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59279, 2191, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59280, 5627, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59281, 2201, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59282, 2158, '0', 'default', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59283, 1967, '0', 'preview', '2024-07-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59284, 2190, '0', 'preview', '2024-07-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59285, 2170, '0', 'preview', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59286, 2112, '0', 'preview', '2024-07-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59287, 2016, '0', 'preview', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59288, 2182, '0', 'preview', '2024-07-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59289, 1935, '0', 'preview', '2024-07-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59290, 2048, '0', 'default', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59291, 2169, '0', 'preview', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59292, 1930, '0', 'preview', '2024-07-23', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59293, 2200, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59294, 1916, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59295, 2169, '0', 'default', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59296, 2125, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59297, 2201, '0', 'preview', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59298, 2192, '0', 'preview', '2024-07-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59299, 2189, '0', 'preview', '2024-07-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59300, 2172, '0', 'preview', '2024-07-23', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59301, 2158, '0', 'preview', '2024-07-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59302, 2191, '0', 'preview', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59303, 2197, '0', 'preview', '2024-07-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59304, 2196, '0', 'preview', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59305, 2199, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59306, 1931, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59307, 5624, '0', 'preview', '2024-07-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59308, 1950, '0', 'preview', '2024-07-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59309, 2186, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59310, 2113, '0', 'preview', '2024-07-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59311, 2053, '0', 'default', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59312, 2182, '0', 'default', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59313, 2172, '0', 'default', '2024-07-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59314, 2086, '0', 'preview', '2024-07-23', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59315, 1933, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59316, 2012, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59317, 2179, '0', 'preview', '2024-07-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59318, 2170, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59319, 2141, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59320, 5653, '0', 'preview', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59321, 1935, '0', 'default', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59322, 5625, '0', 'preview', '2024-07-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59323, 2086, '0', 'default', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59324, 2188, '0', 'preview', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59325, 1931, '0', 'default', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59326, 2198, '0', 'preview', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59327, 1930, '0', 'default', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59328, 1938, '0', 'preview', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59329, 2067, '0', 'default', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59330, 5705, '0', 'default', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59331, 2192, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59332, 2189, '0', 'default', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59333, 5626, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59334, 2185, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59335, 1886, '0', 'preview', '2024-07-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59336, 6422, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59337, 5628, '0', 'preview', '2024-07-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59338, 2197, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59339, 1950, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59340, 6422, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59341, 2093, '0', 'preview', '2024-07-23', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59342, 2171, '0', 'default', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59343, 1914, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59344, 5702, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59345, 2174, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59346, 2171, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59347, 2200, '0', 'preview', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59348, 2067, '0', 'preview', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59349, 2048, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59350, 2027, '0', 'preview', '2024-07-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59351, 5626, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59352, 1932, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59353, 2126, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59354, 1952, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59355, 5622, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59356, 5628, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59357, 1957, '0', 'default', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59358, 2054, '0', 'preview', '2024-07-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59359, 2086, '0', 'preview', '2024-07-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59360, 5653, '0', 'preview', '2024-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59361, 1950, '0', 'preview', '2024-07-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59362, 1935, '0', 'preview', '2024-07-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59363, 2112, '0', 'preview', '2024-07-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59364, 1938, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59365, 2176, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59366, 2177, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59367, 2016, '0', 'preview', '2024-07-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59368, 2113, '0', 'preview', '2024-07-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59369, 1930, '0', 'preview', '2024-07-24', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59370, 5624, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59371, 5622, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59372, 2200, '0', 'preview', '2024-07-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59373, 2178, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59374, 2189, '0', 'preview', '2024-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59375, 5628, '0', 'preview', '2024-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59376, 2125, '0', 'preview', '2024-07-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59377, 2125, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59378, 2182, '0', 'default', '2024-07-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59379, 2182, '0', 'preview', '2024-07-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59380, 2169, '0', 'preview', '2024-07-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59381, 5702, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59382, 2148, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59383, 2190, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59384, 2172, '0', 'default', '2024-07-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59385, 2027, '0', 'preview', '2024-07-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59386, 2112, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59387, 1918, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59388, 2054, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59389, 5705, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59390, 2024, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59391, 2187, '0', 'default', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59392, 2187, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59393, 2048, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59394, 2093, '0', 'preview', '2024-07-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59395, 2201, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59396, 1955, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59397, 2129, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59398, 2053, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59399, 2172, '0', 'preview', '2024-07-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59400, 5625, '0', 'default', '2024-07-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59401, 5624, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59402, 5653, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59403, 2198, '0', 'preview', '2024-07-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59404, 5622, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59405, 5623, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59406, 2170, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59407, 2201, '0', 'default', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59408, 2192, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59409, 1960, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59410, 1960, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59411, 2086, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59412, 1912, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59413, 1952, '0', 'preview', '2024-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59414, 6422, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59415, 6421, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59416, 1957, '0', 'preview', '2024-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59417, 2185, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59418, 1886, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59419, 2174, '0', 'default', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59420, 2173, '0', 'default', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59421, 1886, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59422, 1967, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59423, 2179, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59424, 2189, '0', 'default', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59425, 5628, '0', 'default', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59426, 2198, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59427, 2197, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59428, 2191, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59429, 2192, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59430, 5626, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59431, 2195, '0', 'default', '2024-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59432, 2200, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59433, 2190, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59434, 5627, '0', 'default', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59435, 2174, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59436, 2141, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59437, 2179, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59438, 5626, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59439, 2175, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59440, 2024, '0', 'preview', '2024-07-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59441, 2152, '0', 'preview', '2024-07-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59442, 2053, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59443, 2051, '0', 'preview', '2024-07-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59444, 1930, '0', 'preview', '2024-07-25', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59445, 1930, '0', 'preview', '2024-07-25', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59446, 1932, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59447, 2113, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59448, 2112, '0', 'preview', '2024-07-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59449, 2172, '0', 'default', '2024-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59450, 2113, '0', 'preview', '2024-07-25', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59451, 5705, '0', 'default', '2024-07-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59452, 5702, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59453, 2179, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59454, 2189, '0', 'preview', '2024-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59455, 5653, '0', 'preview', '2024-07-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59456, 1952, '0', 'preview', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59457, 2192, '0', 'preview', '2024-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59458, 2172, '0', 'preview', '2024-07-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59459, 2016, '0', 'preview', '2024-07-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59460, 2086, '0', 'preview', '2024-07-25', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59461, 2027, '0', 'preview', '2024-07-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59462, 1930, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59463, 2182, '0', 'default', '2024-07-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59464, 1935, '0', 'preview', '2024-07-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59465, 2183, '0', 'preview', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59466, 2187, '0', 'preview', '2024-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59467, 1925, '0', 'preview', '2024-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59468, 2169, '0', 'preview', '2024-07-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59469, 2024, '0', 'preview', '2024-07-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59470, 2179, '0', 'preview', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59471, 2142, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59472, 2125, '0', 'preview', '2024-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59473, 5621, '0', 'preview', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59474, 1950, '0', 'preview', '2024-07-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59475, 2067, '0', 'preview', '2024-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59476, 1886, '0', 'preview', '2024-07-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59477, 5624, '0', 'preview', '2024-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59478, 2165, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59479, 2189, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59480, 2093, '0', 'preview', '2024-07-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59481, 2190, '0', 'preview', '2024-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59482, 2048, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59483, 2170, '0', 'default', '2024-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59484, 1912, '0', 'preview', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59485, 2015, '0', 'preview', '2024-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59486, 2028, '0', 'preview', '2024-07-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59487, 2023, '0', 'preview', '2024-07-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59488, 1938, '0', 'preview', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59489, 2053, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59490, 1960, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59491, 2182, '0', 'preview', '2024-07-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59492, 2170, '0', 'preview', '2024-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59493, 2151, '0', 'preview', '2024-07-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59494, 2152, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59495, 2152, '0', 'preview', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59496, 2053, '0', 'preview', '2024-07-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59497, 2181, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59498, 1931, '0', 'preview', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59499, 1955, '0', 'preview', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59500, 2186, '0', 'preview', '2024-07-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59501, 2201, '0', 'preview', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59502, 2198, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59503, 5653, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59504, 2169, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59505, 5623, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59506, 5625, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59507, 6421, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59508, 2185, '0', 'default', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59509, 2054, '0', 'preview', '2024-07-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59510, 2197, '0', 'preview', '2024-07-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59511, 1933, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59512, 1931, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59513, 2179, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59514, 1967, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59515, 1930, '0', 'preview', '2024-07-26', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59516, 2113, '0', 'preview', '2024-07-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59517, 2182, '0', 'preview', '2024-07-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59518, 2112, '0', 'preview', '2024-07-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59519, 2112, '0', 'preview', '2024-07-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59520, 1938, '0', 'preview', '2024-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59521, 2182, '0', 'default', '2024-07-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59522, 2172, '0', 'preview', '2024-07-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59523, 2125, '0', 'preview', '2024-07-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59524, 2086, '0', 'preview', '2024-07-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59525, 2185, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59526, 2190, '0', 'preview', '2024-07-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59527, 2191, '0', 'preview', '2024-07-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59528, 1935, '0', 'preview', '2024-07-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59529, 2173, '0', 'default', '2024-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59530, 2093, '0', 'preview', '2024-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59531, 2169, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59532, 2048, '0', 'default', '2024-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59533, 2016, '0', 'preview', '2024-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59534, 2027, '0', 'preview', '2024-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59535, 2187, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59536, 2054, '0', 'preview', '2024-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59537, 2181, '0', 'preview', '2024-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59538, 2189, '0', 'preview', '2024-07-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59539, 1886, '0', 'preview', '2024-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59540, 2170, '0', 'preview', '2024-07-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59541, 5653, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59542, 5624, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59543, 2192, '0', 'preview', '2024-07-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59544, 2186, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59545, 5626, '0', 'preview', '2024-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59546, 1964, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59547, 5701, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59548, 2200, '0', 'preview', '2024-07-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59549, 2198, '0', 'preview', '2024-07-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59550, 5705, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59551, 5705, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59552, 2170, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59553, 2195, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59554, 1912, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59555, 2189, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59556, 5628, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59557, 2197, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59558, 5622, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59559, 5653, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59560, 5624, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59561, 5623, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59562, 2126, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59563, 1933, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59564, 2201, '0', 'default', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59565, 2067, '0', 'preview', '2024-07-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59566, 2027, '0', 'preview', '2024-07-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59567, 2172, '0', 'default', '2024-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59568, 2189, '0', 'default', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59569, 1930, '0', 'preview', '2024-07-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59570, 2113, '0', 'preview', '2024-07-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59571, 5705, '0', 'default', '2024-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59572, 5705, '0', 'preview', '2024-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59573, 2179, '0', 'preview', '2024-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59574, 1967, '0', 'preview', '2024-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59575, 2181, '0', 'preview', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59576, 1950, '0', 'preview', '2024-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59577, 2048, '0', 'preview', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59578, 2093, '0', 'preview', '2024-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59579, 2182, '0', 'preview', '2024-07-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59580, 2182, '0', 'default', '2024-07-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59581, 2125, '0', 'preview', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59582, 1935, '0', 'preview', '2024-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59583, 2198, '0', 'preview', '2024-07-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59584, 2086, '0', 'preview', '2024-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59585, 2197, '0', 'preview', '2024-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59586, 1915, '0', 'default', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59587, 2190, '0', 'default', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59588, 2181, '0', 'default', '2024-07-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59589, 2195, '0', 'preview', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59590, 2169, '0', 'default', '2024-07-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59591, 2170, '0', 'default', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59592, 2015, '0', 'preview', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59593, 5702, '0', 'preview', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59594, 2129, '0', 'preview', '2024-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59595, 2172, '0', 'preview', '2024-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59596, 1938, '0', 'preview', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59597, 2015, '0', 'default', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59598, 2129, '0', 'default', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59599, 5653, '0', 'preview', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59600, 2179, '0', 'default', '2024-07-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59601, 1886, '0', 'default', '2024-07-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59602, 2125, '0', 'default', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59603, 2173, '0', 'default', '2024-07-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59604, 2182, '0', 'default', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59605, 2053, '0', 'default', '2024-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59606, 2192, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59607, 2199, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59608, 2190, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59609, 2186, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59610, 2141, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59611, 2113, '0', 'preview', '2024-07-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59612, 5621, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59613, 2179, '0', 'preview', '2024-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59614, 2112, '0', 'preview', '2024-07-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59615, 2171, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59616, 2172, '0', 'preview', '2024-07-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59617, 1930, '0', 'preview', '2024-07-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59618, 1931, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59619, 1931, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59620, 2158, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59621, 2158, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59622, 1913, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59623, 1913, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59624, 2149, '0', 'default', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59625, 2149, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59626, 1960, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59627, 1960, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59628, 5705, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59629, 5705, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59630, 2142, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59631, 2142, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59632, 2131, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59633, 2131, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59634, 2093, '0', 'preview', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59635, 2093, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59636, 2086, '0', 'preview', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59637, 2086, '0', 'default', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59638, 1920, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59639, 1920, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59640, 2065, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59641, 2065, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59642, 2148, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59643, 2148, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59644, 1918, '0', 'preview', '2024-07-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59645, 1918, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59646, 1914, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59647, 1914, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59648, 2150, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59649, 2150, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59650, 1916, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59651, 1916, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59652, 2067, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59653, 2067, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59654, 1964, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59655, 1964, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59656, 2126, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59657, 2126, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59658, 1937, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59659, 1937, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59660, 2151, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59661, 2129, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59662, 2151, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59663, 2054, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59664, 2054, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59665, 1957, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59666, 1957, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59667, 2087, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59668, 2087, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59669, 1966, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59670, 1966, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59671, 2147, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59672, 2147, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59673, 1952, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59674, 1952, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59675, 2053, '0', 'preview', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59676, 6421, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59677, 2174, '0', 'preview', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59678, 2173, '0', 'preview', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59679, 1967, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59680, 2170, '0', 'default', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59681, 1912, '0', 'preview', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59682, 2189, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59683, 2181, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59684, 2028, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59685, 2024, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59686, 2015, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59687, 2012, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59688, 2012, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59689, 2049, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59690, 2049, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59691, 2182, '0', 'preview', '2024-07-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59692, 2016, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59693, 1908, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59694, 1908, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59695, 1924, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59696, 1924, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59697, 1950, '0', 'preview', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59698, 2170, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59699, 2189, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59700, 2051, '0', 'default', '2024-07-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59701, 2051, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59702, 1935, '0', 'preview', '2024-07-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59703, 2169, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59704, 2024, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59705, 2027, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59706, 2088, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59707, 2172, '0', 'default', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59708, 2200, '0', 'preview', '2024-07-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59709, 2113, '0', 'preview', '2024-07-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59710, 1930, '0', 'preview', '2024-07-29', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59711, 1935, '0', 'preview', '2024-07-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59712, 2172, '0', 'preview', '2024-07-29', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59713, 2179, '0', 'preview', '2024-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59714, 5628, '0', 'preview', '2024-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59715, 1967, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59716, 2053, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59717, 2054, '0', 'preview', '2024-07-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59718, 2086, '0', 'preview', '2024-07-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59719, 2112, '0', 'preview', '2024-07-29', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59720, 5653, '0', 'preview', '2024-07-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59721, 2169, '0', 'preview', '2024-07-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59722, 1886, '0', 'preview', '2024-07-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59723, 2179, '0', 'default', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59724, 2027, '0', 'preview', '2024-07-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59725, 2189, '0', 'default', '2024-07-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59726, 2189, '0', 'preview', '2024-07-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59727, 2192, '0', 'preview', '2024-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59728, 5624, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59729, 1950, '0', 'preview', '2024-07-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59730, 2185, '0', 'preview', '2024-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59731, 2174, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59732, 2182, '0', 'default', '2024-07-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59733, 2173, '0', 'preview', '2024-07-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59734, 2183, '0', 'preview', '2024-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59735, 2175, '0', 'preview', '2024-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59736, 1925, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59737, 2049, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59738, 5705, '0', 'default', '2024-07-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59739, 2054, '0', 'default', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59740, 2182, '0', 'preview', '2024-07-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59741, 2093, '0', 'preview', '2024-07-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59742, 2125, '0', 'preview', '2024-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59743, 1913, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59744, 1931, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59745, 2024, '0', 'preview', '2024-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59746, 2181, '0', 'preview', '2024-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59747, 2067, '0', 'preview', '2024-07-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59748, 2016, '0', 'preview', '2024-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59749, 5702, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59750, 2171, '0', 'default', '2024-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59751, 2172, '0', 'default', '2024-07-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59752, 2170, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59753, 1912, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59754, 2200, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59755, 2201, '0', 'preview', '2024-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59756, 2199, '0', 'preview', '2024-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59757, 5628, '0', 'default', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59758, 1886, '0', 'default', '2024-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59759, 2048, '0', 'default', '2024-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59760, 2188, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59761, 2181, '0', 'default', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59762, 2197, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59763, 2190, '0', 'preview', '2024-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59764, 2171, '0', 'preview', '2024-07-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59765, 2191, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59766, 2169, '0', 'default', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59767, 5626, '0', 'preview', '2024-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59768, 2170, '0', 'default', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59769, 2048, '0', 'preview', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59770, 2192, '0', 'default', '2024-07-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59771, 2086, '0', 'default', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59772, 2024, '0', 'default', '2024-07-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59773, 2189, '0', 'preview', '2024-07-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59774, 2192, '0', 'preview', '2024-07-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59775, 2146, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59776, 2172, '0', 'default', '2024-07-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59777, 2172, '0', 'preview', '2024-07-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59778, 2027, '0', 'preview', '2024-07-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59779, 2173, '0', 'preview', '2024-07-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59780, 2179, '0', 'preview', '2024-07-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59781, 1967, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59782, 2125, '0', 'preview', '2024-07-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59783, 2112, '0', 'preview', '2024-07-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59784, 2182, '0', 'preview', '2024-07-30', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59785, 5705, '0', 'default', '2024-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59786, 1935, '0', 'preview', '2024-07-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59787, 2169, '0', 'preview', '2024-07-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59788, 5705, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59789, 2053, '0', 'default', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59790, 2053, '0', 'preview', '2024-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59791, 2093, '0', 'preview', '2024-07-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59792, 2086, '0', 'preview', '2024-07-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59793, 2125, '0', 'default', '2024-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59794, 2182, '0', 'default', '2024-07-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59795, 2175, '0', 'preview', '2024-07-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59796, 2024, '0', 'preview', '2024-07-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59797, 1930, '0', 'preview', '2024-07-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59798, 2066, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59799, 2190, '0', 'preview', '2024-07-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59800, 5628, '0', 'preview', '2024-07-30', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59801, 2191, '0', 'preview', '2024-07-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59802, 2190, '0', 'default', '2024-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59803, 2185, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59804, 2200, '0', 'preview', '2024-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59805, 5626, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59806, 2113, '0', 'preview', '2024-07-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59807, 1918, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59808, 5653, '0', 'preview', '2024-07-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59809, 2016, '0', 'preview', '2024-07-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59810, 1935, '0', 'default', '2024-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59811, 2170, '0', 'default', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59812, 5702, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59813, 2112, '0', 'default', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59814, 5625, '0', 'default', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59815, 6421, '0', 'default', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59816, 1950, '0', 'preview', '2024-07-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59817, 5624, '0', 'preview', '2024-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59818, 2174, '0', 'default', '2024-07-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59819, 2174, '0', 'preview', '2024-07-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59820, 1938, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59821, 2054, '0', 'default', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59822, 2086, '0', 'default', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59823, 2016, '0', 'default', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59824, 1886, '0', 'preview', '2024-07-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59825, 2054, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59826, 1964, '0', 'default', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59827, 1917, '0', 'default', '2024-07-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59828, 2201, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59829, 1932, '0', 'default', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59830, 1960, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59831, 2186, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59832, 2141, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59833, 2175, '0', 'default', '2024-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59834, 2188, '0', 'preview', '2024-07-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59835, 5623, '0', 'default', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59836, 2197, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59837, 2067, '0', 'preview', '2024-07-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59838, 2182, '0', 'default', '2024-07-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59839, 5627, '0', 'preview', '2024-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59840, 1932, '0', 'default', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59841, 2201, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59842, 2190, '0', 'preview', '2024-07-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59843, 2185, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59844, 2182, '0', 'preview', '2024-07-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59845, 1935, '0', 'preview', '2024-07-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59846, 2113, '0', 'preview', '2024-07-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59847, 1930, '0', 'preview', '2024-07-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59848, 2179, '0', 'preview', '2024-07-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59849, 1967, '0', 'preview', '2024-07-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59850, 2093, '0', 'preview', '2024-07-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59851, 1931, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59852, 2169, '0', 'preview', '2024-07-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59853, 2086, '0', 'preview', '2024-07-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59854, 2086, '0', 'default', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59855, 2179, '0', 'default', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59856, 1967, '0', 'default', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59857, 5628, '0', 'preview', '2024-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59858, 2024, '0', 'preview', '2024-07-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59859, 2067, '0', 'preview', '2024-07-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59860, 2189, '0', 'preview', '2024-07-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59861, 2191, '0', 'preview', '2024-07-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59862, 2172, '0', 'preview', '2024-07-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59863, 2048, '0', 'preview', '2024-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59864, 2112, '0', 'preview', '2024-07-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59865, 2053, '0', 'preview', '2024-07-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59866, 2189, '0', 'default', '2024-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59867, 2190, '0', 'default', '2024-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59868, 1960, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59869, 5705, '0', 'default', '2024-07-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59870, 1950, '0', 'preview', '2024-07-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59871, 2053, '0', 'default', '2024-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59872, 2191, '0', 'default', '2024-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59873, 2192, '0', 'preview', '2024-07-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59874, 2186, '0', 'preview', '2024-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59875, 2141, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59876, 5653, '0', 'preview', '2024-07-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59877, 2166, '0', 'default', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59878, 2113, '0', 'default', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59879, 2016, '0', 'preview', '2024-07-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59880, 1955, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59881, 1957, '0', 'preview', '2024-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59882, 2125, '0', 'default', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59883, 2176, '0', 'default', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59884, 2172, '0', 'default', '2024-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59885, 2125, '0', 'preview', '2024-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59886, 5624, '0', 'preview', '2024-07-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59887, 2027, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59888, 2051, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59889, 5627, '0', 'default', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59890, 2198, '0', 'preview', '2024-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59891, 5621, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59892, 2169, '0', 'default', '2024-07-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59893, 5626, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59894, 2200, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59895, 2174, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59896, 2170, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59897, 1925, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59898, 1886, '0', 'preview', '2024-07-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59899, 2048, '0', 'default', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59900, 2054, '0', 'preview', '2024-07-31', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59901, 2197, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59902, 2195, '0', 'preview', '2024-07-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59903, 1930, '0', 'preview', '2024-08-01', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59904, 2113, '0', 'preview', '2024-08-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59905, 2027, '0', 'default', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59906, 2190, '0', 'default', '2024-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59907, 5627, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59908, 2065, '0', 'default', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59909, 2182, '0', 'preview', '2024-08-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59910, 2112, '0', 'preview', '2024-08-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59911, 2192, '0', 'preview', '2024-08-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59912, 2189, '0', 'preview', '2024-08-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59913, 2191, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59914, 2173, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59915, 2182, '0', 'default', '2024-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59916, 2172, '0', 'preview', '2024-08-01', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59917, 2174, '0', 'default', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59918, 2169, '0', 'preview', '2024-08-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59919, 2190, '0', 'preview', '2024-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59920, 1935, '0', 'preview', '2024-08-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59921, 2086, '0', 'preview', '2024-08-01', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59922, 2086, '0', 'default', '2024-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59923, 2170, '0', 'preview', '2024-08-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59924, 1918, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59925, 5628, '0', 'preview', '2024-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59926, 5627, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59927, 2067, '0', 'preview', '2024-08-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59928, 2048, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59929, 5625, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59930, 5623, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59931, 5624, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59932, 2178, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59933, 1957, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59934, 6421, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59935, 6422, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59936, 1950, '0', 'preview', '2024-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59937, 2172, '0', 'default', '2024-08-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59938, 2179, '0', 'default', '2024-08-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59939, 2169, '0', 'default', '2024-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59940, 5705, '0', 'default', '2024-08-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59941, 5626, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59942, 2174, '0', 'preview', '2024-08-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59943, 2188, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59944, 2173, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59945, 1967, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59946, 2129, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59947, 2186, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59948, 2016, '0', 'preview', '2024-08-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59949, 2179, '0', 'preview', '2024-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59950, 2125, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59951, 1912, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59952, 2153, '0', 'default', '2024-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59953, 2154, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59954, 2149, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59955, 2152, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59956, 1886, '0', 'preview', '2024-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59957, 5705, '0', 'preview', '2024-08-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59958, 1960, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59959, 2185, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59960, 2189, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59961, 2049, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59962, 2185, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59963, 2175, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59964, 2186, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59965, 2027, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59966, 2067, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59967, 1967, '0', 'default', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59968, 2176, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59969, 1938, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59970, 2146, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59971, 2177, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59972, 2177, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59973, 2171, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59974, 2125, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59975, 2024, '0', 'preview', '2024-08-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59976, 2198, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59977, 5653, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59978, 2200, '0', 'preview', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59979, 1930, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59980, 2166, '0', 'default', '2024-08-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59981, 2158, '0', 'preview', '2024-08-01', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59982, 2186, '0', 'preview', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59983, 2113, '0', 'preview', '2024-08-02', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59984, 1930, '0', 'preview', '2024-08-02', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59985, 2086, '0', 'preview', '2024-08-02', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59986, 2189, '0', 'default', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59987, 2016, '0', 'preview', '2024-08-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59988, 2016, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59989, 2024, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59990, 2169, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59991, 2125, '0', 'preview', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59992, 2182, '0', 'default', '2024-08-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59993, 2086, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59994, 2172, '0', 'preview', '2024-08-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59995, 2112, '0', 'preview', '2024-08-02', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59996, 1950, '0', 'preview', '2024-08-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59997, 2182, '0', 'preview', '2024-08-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59998, 2175, '0', 'preview', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59999, 1925, '0', 'preview', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60000, 2185, '0', 'preview', '2024-08-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60001, 2184, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60002, 2183, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60003, 2131, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60004, 2141, '0', 'preview', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60005, 2171, '0', 'preview', '2024-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60006, 2176, '0', 'default', '2024-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60007, 2176, '0', 'preview', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60008, 1935, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60009, 2169, '0', 'preview', '2024-08-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60010, 2189, '0', 'preview', '2024-08-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60011, 2191, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60012, 2190, '0', 'preview', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60013, 2027, '0', 'preview', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60014, 1886, '0', 'preview', '2024-08-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60015, 2197, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60016, 2192, '0', 'preview', '2024-08-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60017, 2181, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60018, 5705, '0', 'default', '2024-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60019, 5705, '0', 'preview', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60020, 5653, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60021, 2024, '0', 'preview', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60022, 2179, '0', 'preview', '2024-08-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60023, 2170, '0', 'preview', '2024-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60024, 2181, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60025, 2170, '0', 'default', '2024-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60026, 2171, '0', 'default', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60027, 1938, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60028, 1912, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60029, 2179, '0', 'default', '2024-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60030, 2053, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60031, 2174, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60032, 2093, '0', 'default', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60033, 1938, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60034, 2093, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60035, 1931, '0', 'default', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60036, 2174, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60037, 2173, '0', 'preview', '2024-08-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60038, 1917, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60039, 1913, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60040, 5702, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60041, 1933, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60042, 1960, '0', 'preview', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60043, 2125, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60044, 2187, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60045, 2051, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60046, 1964, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60047, 5628, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60048, 2197, '0', 'default', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60049, 1935, '0', 'preview', '2024-08-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60050, 2172, '0', 'default', '2024-08-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60051, 2188, '0', 'preview', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60052, 1930, '0', 'default', '2024-08-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60053, 2113, '0', 'preview', '2024-08-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60054, 2172, '0', 'preview', '2024-08-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60055, 2182, '0', 'default', '2024-08-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60056, 2170, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60057, 1912, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60058, 1935, '0', 'preview', '2024-08-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60059, 1950, '0', 'preview', '2024-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60060, 1930, '0', 'preview', '2024-08-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60061, 2053, '0', 'default', '2024-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60062, 5705, '0', 'preview', '2024-08-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60063, 2179, '0', 'preview', '2024-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60064, 2086, '0', 'preview', '2024-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60065, 2179, '0', 'default', '2024-08-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60066, 1967, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60067, 2016, '0', 'preview', '2024-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60068, 2024, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60069, 1964, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60070, 2027, '0', 'preview', '2024-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60071, 2053, '0', 'preview', '2024-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60072, 2190, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60073, 2086, '0', 'default', '2024-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60074, 2187, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60075, 1925, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60076, 5624, '0', 'preview', '2024-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60077, 2198, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60078, 2112, '0', 'preview', '2024-08-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60079, 1967, '0', 'default', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60080, 2125, '0', 'preview', '2024-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60081, 2169, '0', 'preview', '2024-08-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60082, 1931, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60083, 2186, '0', 'preview', '2024-08-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60084, 2188, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60085, 2172, '0', 'default', '2024-08-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60086, 2182, '0', 'preview', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60087, 2190, '0', 'default', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60088, 2027, '0', 'default', '2024-08-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60089, 1950, '0', 'preview', '2024-08-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60090, 2179, '0', 'default', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60091, 2181, '0', 'default', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60092, 2185, '0', 'default', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60093, 2113, '0', 'preview', '2024-08-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60094, 1930, '0', 'preview', '2024-08-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60095, 2185, '0', 'preview', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60096, 2176, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60097, 1938, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60098, 2086, '0', 'preview', '2024-08-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60099, 2172, '0', 'preview', '2024-08-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60100, 1938, '0', 'preview', '2024-08-04', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60101, 1935, '0', 'preview', '2024-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60102, 2016, '0', 'preview', '2024-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60103, 2027, '0', 'preview', '2024-08-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60104, 2024, '0', 'preview', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60105, 2125, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60106, 2198, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60107, 2112, '0', 'preview', '2024-08-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60108, 2189, '0', 'default', '2024-08-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60109, 2197, '0', 'default', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60110, 5624, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60111, 2112, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60112, 2170, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60113, 2067, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60114, 2125, '0', 'default', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60115, 2158, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60116, 2169, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60117, 5621, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60118, 2051, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60119, 1964, '0', 'default', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60120, 2016, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60121, 2024, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60122, 2027, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60123, 1966, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60124, 1967, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60125, 5702, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60126, 2172, '0', 'default', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60127, 2190, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60128, 2192, '0', 'default', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60129, 2169, '0', 'preview', '2024-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60130, 2182, '0', 'preview', '2024-08-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60131, 5626, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60132, 2192, '0', 'preview', '2024-08-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60133, 2189, '0', 'preview', '2024-08-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60134, 5653, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60135, 2174, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60136, 2048, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60137, 1931, '0', 'default', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60138, 5705, '0', 'default', '2024-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60139, 2182, '0', 'default', '2024-08-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60140, 2190, '0', 'preview', '2024-08-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60141, 2053, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60142, 2174, '0', 'preview', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60143, 2173, '0', 'preview', '2024-08-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60144, 2141, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60145, 2093, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60146, 5621, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60147, 2191, '0', 'preview', '2024-08-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60148, 2185, '0', 'default', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60149, 1957, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60150, 2012, '0', 'preview', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60151, 2182, '0', 'preview', '2024-08-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60152, 2048, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60153, 2158, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60154, 2113, '0', 'preview', '2024-08-05', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60155, 1930, '0', 'preview', '2024-08-05', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60156, 2016, '0', 'preview', '2024-08-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60157, 2086, '0', 'preview', '2024-08-05', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60158, 2189, '0', 'default', '2024-08-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60159, 2112, '0', 'preview', '2024-08-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60160, 1886, '0', 'preview', '2024-08-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60161, 2093, '0', 'preview', '2024-08-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60162, 5624, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60163, 1950, '0', 'preview', '2024-08-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60164, 5653, '0', 'preview', '2024-08-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60165, 2141, '0', 'default', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60166, 2141, '0', 'preview', '2024-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60167, 1935, '0', 'default', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60168, 1930, '0', 'default', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60169, 2112, '0', 'default', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60170, 1967, '0', 'default', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60171, 2179, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60172, 2174, '0', 'preview', '2024-08-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60173, 2173, '0', 'preview', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60174, 2175, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60175, 2024, '0', 'preview', '2024-08-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60176, 2012, '0', 'default', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60177, 2125, '0', 'preview', '2024-08-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60178, 2190, '0', 'default', '2024-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60179, 2015, '0', 'preview', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60180, 2201, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60181, 2169, '0', 'preview', '2024-08-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60182, 2191, '0', 'preview', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60183, 2189, '0', 'preview', '2024-08-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60184, 2174, '0', 'default', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60185, 2182, '0', 'default', '2024-08-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60186, 1935, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60187, 2172, '0', 'preview', '2024-08-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60188, 2172, '0', 'default', '2024-08-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60189, 2179, '0', 'default', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60190, 2192, '0', 'preview', '2024-08-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60191, 5626, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60192, 2190, '0', 'preview', '2024-08-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60193, 5626, '0', 'default', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60194, 2027, '0', 'preview', '2024-08-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60195, 2049, '0', 'preview', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60196, 2171, '0', 'default', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60197, 2053, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60198, 1938, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60199, 2192, '0', 'default', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60200, 5701, '0', 'default', '2024-08-05', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60201, 5627, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60202, 2131, '0', 'default', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60203, 2199, '0', 'preview', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60204, 2170, '0', 'default', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60205, 5622, '0', 'preview', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60206, 2170, '0', 'preview', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60207, 2187, '0', 'default', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60208, 2129, '0', 'default', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60209, 2129, '0', 'preview', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60210, 5705, '0', 'default', '2024-08-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60211, 2067, '0', 'preview', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60212, 5628, '0', 'preview', '2024-08-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60213, 1950, '0', 'preview', '2024-08-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60214, 2169, '0', 'preview', '2024-08-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60215, 2179, '0', 'default', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60216, 1967, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60217, 2113, '0', 'preview', '2024-08-06', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60218, 1930, '0', 'preview', '2024-08-06', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60219, 2182, '0', 'default', '2024-08-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60220, 1938, '0', 'preview', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60221, 2182, '0', 'preview', '2024-08-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60222, 5621, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60223, 2125, '0', 'preview', '2024-08-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60224, 1935, '0', 'preview', '2024-08-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60225, 2024, '0', 'preview', '2024-08-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60226, 2027, '0', 'preview', '2024-08-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60227, 2086, '0', 'preview', '2024-08-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60228, 2172, '0', 'preview', '2024-08-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60229, 1886, '0', 'preview', '2024-08-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60230, 2170, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60231, 2172, '0', 'default', '2024-08-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60232, 2181, '0', 'preview', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60233, 2185, '0', 'preview', '2024-08-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60234, 2173, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60235, 5702, '0', 'preview', '2024-08-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60236, 2112, '0', 'preview', '2024-08-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60237, 5624, '0', 'preview', '2024-08-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60238, 2015, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60239, 2028, '0', 'preview', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60240, 2016, '0', 'preview', '2024-08-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60241, 2023, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60242, 2152, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60243, 1930, '0', 'default', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60244, 2093, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60245, 1932, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60246, 1932, '0', 'preview', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60247, 1931, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60248, 2174, '0', 'preview', '2024-08-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60249, 2191, '0', 'preview', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60250, 2192, '0', 'preview', '2024-08-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60251, 2192, '0', 'default', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60252, 2158, '0', 'preview', '2024-08-06', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60253, 2203, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60254, 2195, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60255, 2181, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60256, 2169, '0', 'default', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60257, 2048, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60258, 1967, '0', 'preview', '2024-08-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60259, 2189, '0', 'preview', '2024-08-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60260, 2067, '0', 'preview', '2024-08-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60261, 5653, '0', 'preview', '2024-08-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60262, 2027, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60263, 5705, '0', 'default', '2024-08-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60264, 2131, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60265, 5623, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60266, 6421, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60267, 5705, '0', 'preview', '2024-08-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60268, 2197, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60269, 2053, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60270, 2190, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60271, 1960, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60272, 2093, '0', 'preview', '2024-08-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60273, 2129, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60274, 2171, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60275, 2189, '0', 'default', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60276, 5628, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60277, 5628, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60278, 2175, '0', 'preview', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60279, 2171, '0', 'default', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60280, 2053, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60281, 2179, '0', 'preview', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60282, 2186, '0', 'preview', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60283, 1925, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60284, 2125, '0', 'default', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60285, 2190, '0', 'default', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60286, 1952, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60287, 1957, '0', 'preview', '2024-08-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60288, 5625, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60289, 2170, '0', 'preview', '2024-08-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60290, 2016, '0', 'preview', '2024-08-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60291, 1930, '0', 'preview', '2024-08-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60292, 2113, '0', 'preview', '2024-08-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60293, 2195, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60294, 2192, '0', 'preview', '2024-08-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60295, 1950, '0', 'preview', '2024-08-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60296, 2174, '0', 'preview', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60297, 2169, '0', 'preview', '2024-08-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60298, 1925, '0', 'preview', '2024-08-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60299, 2188, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60300, 2179, '0', 'preview', '2024-08-07', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60301, 2186, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60302, 2175, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60303, 2182, '0', 'preview', '2024-08-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60304, 2016, '0', 'default', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60305, 2172, '0', 'default', '2024-08-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60306, 2024, '0', 'preview', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60307, 2189, '0', 'default', '2024-08-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60308, 5628, '0', 'default', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60309, 2198, '0', 'default', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60310, 2190, '0', 'preview', '2024-08-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60311, 2172, '0', 'preview', '2024-08-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60312, 2179, '0', 'default', '2024-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60313, 5625, '0', 'preview', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60314, 1935, '0', 'preview', '2024-08-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60315, 1964, '0', 'default', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60316, 5628, '0', 'preview', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60317, 2197, '0', 'preview', '2024-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60318, 5621, '0', 'default', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60319, 2027, '0', 'preview', '2024-08-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60320, 2086, '0', 'preview', '2024-08-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60321, 2112, '0', 'preview', '2024-08-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60322, 2125, '0', 'preview', '2024-08-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60323, 2201, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60324, 2171, '0', 'default', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60325, 2189, '0', 'preview', '2024-08-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60326, 2067, '0', 'preview', '2024-08-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60327, 5653, '0', 'preview', '2024-08-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60328, 5624, '0', 'preview', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60329, 2182, '0', 'default', '2024-08-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60330, 2171, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60331, 2191, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60332, 1957, '0', 'preview', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60333, 2093, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60334, 2190, '0', 'default', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60335, 1886, '0', 'preview', '2024-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60336, 2053, '0', 'preview', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60337, 2054, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60338, 1960, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60339, 1938, '0', 'preview', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60340, 2066, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60341, 2192, '0', 'default', '2024-08-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60342, 2067, '0', 'default', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60343, 5705, '0', 'default', '2024-08-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60344, 5705, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60345, 1967, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60346, 2173, '0', 'default', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60347, 2187, '0', 'default', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60348, 2187, '0', 'preview', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60349, 2086, '0', 'default', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60350, 2169, '0', 'default', '2024-08-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60351, 1930, '0', 'preview', '2024-08-08', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60352, 1935, '0', 'preview', '2024-08-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60353, 2112, '0', 'preview', '2024-08-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60354, 2190, '0', 'default', '2024-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60355, 2093, '0', 'preview', '2024-08-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60356, 5705, '0', 'default', '2024-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60357, 1950, '0', 'preview', '2024-08-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60358, 2182, '0', 'preview', '2024-08-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60359, 2086, '0', 'preview', '2024-08-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60360, 2067, '0', 'preview', '2024-08-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60361, 5624, '0', 'preview', '2024-08-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60362, 2169, '0', 'preview', '2024-08-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60363, 2174, '0', 'preview', '2024-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60364, 2113, '0', 'preview', '2024-08-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60365, 2181, '0', 'default', '2024-08-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60366, 2189, '0', 'default', '2024-08-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60367, 2189, '0', 'preview', '2024-08-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60368, 2153, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60369, 2048, '0', 'preview', '2024-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60370, 2172, '0', 'preview', '2024-08-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60371, 5628, '0', 'preview', '2024-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60372, 1960, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60373, 2053, '0', 'preview', '2024-08-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60374, 5653, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60375, 2192, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60376, 2158, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60377, 2171, '0', 'default', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60378, 2125, '0', 'preview', '2024-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60379, 2191, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60380, 2016, '0', 'preview', '2024-08-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60381, 2173, '0', 'default', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60382, 2173, '0', 'preview', '2024-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60383, 2024, '0', 'preview', '2024-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60384, 2171, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60385, 2027, '0', 'preview', '2024-08-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60386, 1938, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60387, 2176, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60388, 2200, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60389, 2172, '0', 'default', '2024-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60390, 2125, '0', 'default', '2024-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60391, 5705, '0', 'preview', '2024-08-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60392, 5627, '0', 'default', '2024-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60393, 1886, '0', 'preview', '2024-08-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60394, 2176, '0', 'default', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60395, 2190, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60396, 2065, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60397, 2201, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60398, 2198, '0', 'preview', '2024-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60399, 2054, '0', 'default', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60400, 2197, '0', 'default', '2024-08-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60401, 1925, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60402, 2175, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60403, 2182, '0', 'default', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60404, 5702, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60405, 5702, '0', 'default', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60406, 2181, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60407, 5623, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60408, 2126, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60409, 5625, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60410, 2191, '0', 'default', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60411, 1932, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60412, 6421, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60413, 2201, '0', 'default', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60414, 2169, '0', 'default', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60415, 2170, '0', 'default', '2024-08-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60416, 1915, '0', 'preview', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60417, 2053, '0', 'default', '2024-08-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60418, 2086, '0', 'preview', '2024-08-09', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60419, 2172, '0', 'preview', '2024-08-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60420, 2113, '0', 'preview', '2024-08-09', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60421, 1930, '0', 'preview', '2024-08-09', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60422, 2112, '0', 'preview', '2024-08-09', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60423, 2179, '0', 'preview', '2024-08-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60424, 1967, '0', 'preview', '2024-08-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60425, 2067, '0', 'preview', '2024-08-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60426, 2190, '0', 'preview', '2024-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60427, 2195, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60428, 2189, '0', 'preview', '2024-08-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60429, 2192, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60430, 2174, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60431, 2027, '0', 'preview', '2024-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60432, 2169, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60433, 2182, '0', 'preview', '2024-08-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60434, 2049, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60435, 2016, '0', 'preview', '2024-08-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60436, 1938, '0', 'preview', '2024-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60437, 5702, '0', 'default', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60438, 5705, '0', 'default', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60439, 2181, '0', 'default', '2024-08-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60440, 2024, '0', 'preview', '2024-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60441, 1917, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60442, 2182, '0', 'default', '2024-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60443, 2185, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60444, 1912, '0', 'preview', '2024-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60445, 2174, '0', 'default', '2024-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60446, 2197, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60447, 2065, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60448, 2189, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60449, 2199, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60450, 5627, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60451, 2125, '0', 'preview', '2024-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60452, 2169, '0', 'preview', '2024-08-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60453, 1935, '0', 'preview', '2024-08-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60454, 2093, '0', 'preview', '2024-08-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60455, 2198, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60456, 2170, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60457, 2054, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60458, 1960, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60459, 2048, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60460, 2172, '0', 'default', '2024-08-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60461, 2186, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60462, 1886, '0', 'preview', '2024-08-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60463, 5628, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60464, 2171, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60465, 2192, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60466, 5626, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60467, 2195, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60468, 5701, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60469, 2196, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60470, 2200, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60471, 2051, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60472, 5653, '0', 'preview', '2024-08-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60473, 1950, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60474, 5624, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60475, 2015, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60476, 2023, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60477, 2028, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60478, 1913, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60479, 1911, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60480, 2179, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60481, 1964, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60482, 2053, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60483, 1925, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60484, 5705, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60485, 2158, '0', 'default', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60486, 2176, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60487, 1932, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60488, 2181, '0', 'preview', '2024-08-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60489, 5702, '0', 'preview', '2024-08-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60490, 2200, '0', 'preview', '2024-08-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60491, 5653, '0', 'preview', '2024-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60492, 1886, '0', 'preview', '2024-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60493, 1950, '0', 'preview', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60494, 2112, '0', 'preview', '2024-08-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60495, 2113, '0', 'preview', '2024-08-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60496, 1930, '0', 'preview', '2024-08-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60497, 2142, '0', 'default', '2024-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60498, 2190, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60499, 2182, '0', 'preview', '2024-08-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60500, 2172, '0', 'preview', '2024-08-10', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60501, 5705, '0', 'default', '2024-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60502, 1917, '0', 'preview', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60503, 2150, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60504, 2086, '0', 'preview', '2024-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60505, 2169, '0', 'preview', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60506, 2024, '0', 'preview', '2024-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60507, 2087, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60508, 2126, '0', 'preview', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60509, 2126, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60510, 2088, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60511, 2088, '0', 'preview', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60512, 2112, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60513, 2015, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60514, 1935, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60515, 1935, '0', 'preview', '2024-08-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60516, 2027, '0', 'default', '2024-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60517, 5624, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60518, 5624, '0', 'preview', '2024-08-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60519, 2142, '0', 'preview', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60520, 1967, '0', 'preview', '2024-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60521, 2179, '0', 'preview', '2024-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60522, 2170, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60523, 2181, '0', 'preview', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60524, 2093, '0', 'default', '2024-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60525, 2016, '0', 'preview', '2024-08-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60526, 2024, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60527, 2027, '0', 'preview', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60528, 2182, '0', 'default', '2024-08-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60529, 2182, '0', 'preview', '2024-08-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60530, 2053, '0', 'default', '2024-08-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60531, 2151, '0', 'preview', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60532, 2172, '0', 'preview', '2024-08-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60533, 1950, '0', 'preview', '2024-08-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60534, 2189, '0', 'preview', '2024-08-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60535, 2200, '0', 'preview', '2024-08-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60536, 2197, '0', 'preview', '2024-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60537, 5626, '0', 'preview', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60538, 2191, '0', 'preview', '2024-08-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60539, 2016, '0', 'preview', '2024-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60540, 2192, '0', 'preview', '2024-08-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60541, 2171, '0', 'preview', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60542, 2169, '0', 'default', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60543, 2086, '0', 'preview', '2024-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60544, 2112, '0', 'preview', '2024-08-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60545, 2169, '0', 'preview', '2024-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60546, 2190, '0', 'default', '2024-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60547, 2125, '0', 'default', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60548, 2190, '0', 'preview', '2024-08-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60549, 5653, '0', 'preview', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60550, 5624, '0', 'preview', '2024-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60551, 1935, '0', 'preview', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60552, 2189, '0', 'default', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60553, 2172, '0', 'default', '2024-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60554, 2179, '0', 'preview', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60555, 1930, '0', 'preview', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60556, 5627, '0', 'preview', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60557, 2199, '0', 'preview', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60558, 2201, '0', 'preview', '2024-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60559, 2188, '0', 'preview', '2024-08-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60560, 2173, '0', 'preview', '2024-08-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60561, 2086, '0', 'preview', '2024-08-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60562, 5705, '0', 'default', '2024-08-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60563, 2182, '0', 'preview', '2024-08-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60564, 2179, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60565, 1930, '0', 'preview', '2024-08-12', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60566, 2113, '0', 'preview', '2024-08-12', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60567, 1930, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60568, 2176, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60569, 2023, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60570, 2129, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60571, 2129, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60572, 2153, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60573, 2153, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60574, 2172, '0', 'default', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60575, 5622, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60576, 5622, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60577, 2154, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60578, 2154, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60579, 2182, '0', 'default', '2024-08-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60580, 2024, '0', 'preview', '2024-08-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60581, 2173, '0', 'default', '2024-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60582, 2027, '0', 'preview', '2024-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60583, 2189, '0', 'preview', '2024-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60584, 2131, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60585, 2185, '0', 'preview', '2024-08-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60586, 2174, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60587, 2172, '0', 'preview', '2024-08-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60588, 1916, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60589, 2169, '0', 'preview', '2024-08-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60590, 2125, '0', 'default', '2024-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60591, 1886, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60592, 2125, '0', 'preview', '2024-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60593, 5702, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60594, 2093, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60595, 2051, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60596, 2190, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60597, 2192, '0', 'preview', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60598, 2065, '0', 'preview', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60599, 2016, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60600, 1938, '0', 'preview', '2024-08-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60601, 2048, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60602, 2169, '0', 'default', '2024-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60603, 1935, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60604, 2201, '0', 'preview', '2024-08-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60605, 2179, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60606, 2112, '0', 'preview', '2024-08-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60607, 5624, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60608, 2170, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60609, 2173, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60610, 2188, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60611, 1935, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60612, 2112, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60613, 2027, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60614, 2088, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60615, 5624, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60616, 2053, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60617, 1886, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60618, 1908, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60619, 1911, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60620, 1912, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60621, 1914, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60622, 1915, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60623, 1916, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60624, 1917, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60625, 1918, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60626, 1920, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60627, 1924, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60628, 1925, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60629, 1931, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60630, 1932, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60631, 1933, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60632, 1937, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60633, 1938, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60634, 1950, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60635, 1952, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60636, 1955, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60637, 1957, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60638, 1960, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60639, 1964, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60640, 1966, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60641, 1967, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60642, 2012, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60643, 2015, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60644, 2016, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60645, 2024, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60646, 2028, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60647, 2048, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60648, 2049, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60649, 2051, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60650, 2054, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60651, 2065, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60652, 2066, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60653, 2067, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60654, 2086, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60655, 2087, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60656, 2093, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60657, 2113, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60658, 2126, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60659, 2131, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60660, 2141, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60661, 2142, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60662, 2146, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60663, 2147, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60664, 2148, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60665, 2149, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60666, 2150, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60667, 2151, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60668, 2152, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60669, 2158, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60670, 2165, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60671, 2166, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60672, 2171, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60673, 2174, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60674, 2175, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60675, 2177, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60676, 2178, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60677, 2181, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60678, 2183, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60679, 2184, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60680, 2185, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60681, 2186, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60682, 2187, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60683, 2188, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60684, 2189, '0', 'default', '2024-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60685, 2190, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60686, 2191, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60687, 2192, '0', 'default', '2024-08-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60688, 2195, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60689, 2196, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60690, 2197, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60691, 2198, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60692, 2199, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60693, 2200, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60694, 2201, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60695, 2203, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60696, 5621, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60697, 5623, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60698, 5625, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60699, 5626, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60700, 5627, '0', 'default', '2024-08-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60701, 5628, '0', 'default', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60702, 5653, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60703, 2067, '0', 'preview', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60704, 5701, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60705, 6421, '0', 'default', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60706, 5621, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60707, 2170, '0', 'preview', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60708, 2186, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60709, 5626, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60710, 5653, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60711, 1950, '0', 'preview', '2024-08-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60712, 5705, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60713, 2176, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60714, 2158, '0', 'preview', '2024-08-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60715, 2181, '0', 'preview', '2024-08-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60716, 2141, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60717, 1952, '0', 'preview', '2024-08-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60718, 2053, '0', 'preview', '2024-08-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60719, 5624, '0', 'preview', '2024-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60720, 2112, '0', 'preview', '2024-08-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60721, 5653, '0', 'preview', '2024-08-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60722, 1938, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60723, 2176, '0', 'default', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60724, 2176, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60725, 2190, '0', 'default', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60726, 2093, '0', 'preview', '2024-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60727, 2113, '0', 'preview', '2024-08-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60728, 1935, '0', 'preview', '2024-08-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60729, 2190, '0', 'preview', '2024-08-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60730, 2172, '0', 'default', '2024-08-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60731, 2169, '0', 'default', '2024-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60732, 2182, '0', 'preview', '2024-08-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60733, 1930, '0', 'preview', '2024-08-13', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60734, 2197, '0', 'preview', '2024-08-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60735, 2191, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60736, 1964, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60737, 2153, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60738, 2016, '0', 'preview', '2024-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60739, 2027, '0', 'preview', '2024-08-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60740, 2024, '0', 'preview', '2024-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60741, 2172, '0', 'preview', '2024-08-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60742, 2170, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60743, 5705, '0', 'preview', '2024-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60744, 2049, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60745, 2182, '0', 'default', '2024-08-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60746, 2173, '0', 'default', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60747, 2173, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60748, 2174, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60749, 2141, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60750, 2187, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60751, 2183, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60752, 2088, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60753, 1967, '0', 'preview', '2024-08-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60754, 2179, '0', 'preview', '2024-08-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60755, 5653, '0', 'default', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60756, 2086, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60757, 5628, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60758, 5626, '0', 'default', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60759, 1950, '0', 'preview', '2024-08-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60760, 1886, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60761, 2169, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60762, 2192, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60763, 2189, '0', 'preview', '2024-08-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60764, 1957, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60765, 5702, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60766, 2181, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60767, 2065, '0', 'default', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60768, 2067, '0', 'preview', '2024-08-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60769, 1925, '0', 'default', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60770, 2186, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60771, 2016, '0', 'default', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60772, 2024, '0', 'default', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60773, 2027, '0', 'default', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60774, 1925, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60775, 2053, '0', 'default', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60776, 2125, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60777, 2179, '0', 'default', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60778, 5701, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60779, 2175, '0', 'default', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60780, 2146, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60781, 2198, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60782, 2129, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60783, 1918, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60784, 5621, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60785, 2142, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60786, 5623, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60787, 2112, '0', 'default', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60788, 2200, '0', 'preview', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60789, 2093, '0', 'default', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60790, 2185, '0', 'preview', '2024-08-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60791, 2185, '0', 'default', '2024-08-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60792, 2023, '0', 'preview', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60793, 2024, '0', 'preview', '2024-08-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60794, 2113, '0', 'preview', '2024-08-14', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60795, 1930, '0', 'preview', '2024-08-14', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60796, 2182, '0', 'default', '2024-08-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60797, 2112, '0', 'preview', '2024-08-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60798, 2172, '0', 'preview', '2024-08-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60799, 1935, '0', 'preview', '2024-08-14', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60800, 2027, '0', 'default', '2024-08-14', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60801, 1950, '0', 'preview', '2024-08-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60802, 2093, '0', 'preview', '2024-08-14', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60803, 2170, '0', 'default', '2024-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60804, 2170, '0', 'preview', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60805, 5622, '0', 'preview', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60806, 5625, '0', 'preview', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60807, 5623, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60808, 5624, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60809, 5653, '0', 'preview', '2024-08-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60810, 2178, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60811, 1957, '0', 'preview', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60812, 1952, '0', 'preview', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60813, 1967, '0', 'preview', '2024-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60814, 2188, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60815, 2184, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60816, 1925, '0', 'preview', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60817, 2141, '0', 'preview', '2024-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60818, 2186, '0', 'preview', '2024-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60819, 2173, '0', 'preview', '2024-08-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60820, 2174, '0', 'preview', '2024-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60821, 2175, '0', 'preview', '2024-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60822, 2185, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60823, 2027, '0', 'preview', '2024-08-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60824, 2125, '0', 'preview', '2024-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60825, 2176, '0', 'preview', '2024-08-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60826, 2176, '0', 'default', '2024-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60827, 2086, '0', 'preview', '2024-08-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60828, 2189, '0', 'preview', '2024-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60829, 5628, '0', 'preview', '2024-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60830, 2182, '0', 'preview', '2024-08-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60831, 2179, '0', 'preview', '2024-08-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60832, 2172, '0', 'default', '2024-08-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60833, 2169, '0', 'preview', '2024-08-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60834, 1886, '0', 'preview', '2024-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60835, 2192, '0', 'preview', '2024-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60836, 2148, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60837, 2190, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60838, 2198, '0', 'preview', '2024-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60839, 1918, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60840, 2067, '0', 'preview', '2024-08-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60841, 2192, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60842, 2190, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60843, 2191, '0', 'preview', '2024-08-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60844, 5701, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60845, 2053, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60846, 2054, '0', 'default', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60847, 1886, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60848, 2016, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60849, 2024, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60850, 2066, '0', 'preview', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60851, 2198, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60852, 2169, '0', 'default', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60853, 5621, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60854, 5705, '0', 'default', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60855, 2112, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60856, 2158, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60857, 2189, '0', 'default', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60858, 2048, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60859, 2179, '0', 'default', '2024-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60860, 2181, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60861, 5705, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60862, 2093, '0', 'default', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60863, 1930, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60864, 2188, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60865, 2191, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60866, 2016, '0', 'preview', '2024-08-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60867, 1964, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60868, 2051, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60869, 2048, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60870, 6421, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60871, 2187, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60872, 2197, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60873, 2158, '0', 'preview', '2024-08-14', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60874, 5627, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60875, 2067, '0', 'default', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60876, 1912, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60877, 2181, '0', 'preview', '2024-08-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60878, 1911, '0', 'preview', '2024-08-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60879, 2016, '0', 'preview', '2024-08-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60880, 2024, '0', 'preview', '2024-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60881, 5702, '0', 'default', '2024-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60882, 2171, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60883, 2027, '0', 'preview', '2024-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60884, 2112, '0', 'preview', '2024-08-15', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60885, 2113, '0', 'preview', '2024-08-15', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60886, 1930, '0', 'preview', '2024-08-15', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60887, 2158, '0', 'preview', '2024-08-15', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60888, 2086, '0', 'preview', '2024-08-15', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60889, 1935, '0', 'preview', '2024-08-15', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60890, 2172, '0', 'default', '2024-08-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60891, 2182, '0', 'default', '2024-08-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60892, 2189, '0', 'default', '2024-08-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60893, 2191, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60894, 2192, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60895, 2067, '0', 'preview', '2024-08-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60896, 2197, '0', 'default', '2024-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60897, 2190, '0', 'preview', '2024-08-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60898, 5627, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60899, 2199, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60900, 2182, '0', 'preview', '2024-08-15', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60901, 2201, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60902, 2169, '0', 'default', '2024-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60903, 2048, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60904, 2179, '0', 'default', '2024-08-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60905, 2170, '0', 'preview', '2024-08-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60906, 2093, '0', 'preview', '2024-08-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60907, 1964, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60908, 1964, '0', 'preview', '2024-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60909, 2169, '0', 'preview', '2024-08-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60910, 1912, '0', 'preview', '2024-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60911, 2172, '0', 'preview', '2024-08-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60912, 5705, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60913, 2203, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60914, 5653, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60915, 2125, '0', 'preview', '2024-08-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60916, 2190, '0', 'default', '2024-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60917, 1938, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60918, 1952, '0', 'preview', '2024-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60919, 1930, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60920, 2165, '0', 'default', '2024-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60921, 2189, '0', 'preview', '2024-08-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60922, 5628, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60923, 5628, '0', 'preview', '2024-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60924, 2174, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60925, 6421, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60926, 1950, '0', 'preview', '2024-08-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60927, 2173, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60928, 2176, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60929, 5653, '0', 'preview', '2024-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60930, 2181, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60931, 2181, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60932, 2125, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60933, 2049, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60934, 2203, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60935, 2197, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60936, 2199, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60937, 1886, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60938, 2170, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60939, 5705, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60940, 2174, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60941, 5627, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60942, 2198, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60943, 5624, '0', 'preview', '2024-08-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60944, 2192, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60945, 2112, '0', 'default', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60946, 2051, '0', 'preview', '2024-08-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60947, 2086, '0', 'preview', '2024-08-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60948, 2189, '0', 'preview', '2024-08-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60949, 2192, '0', 'preview', '2024-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60950, 5653, '0', 'default', '2024-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60951, 2179, '0', 'preview', '2024-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60952, 2200, '0', 'preview', '2024-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60953, 1930, '0', 'preview', '2024-08-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60954, 2113, '0', 'preview', '2024-08-16', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60955, 1935, '0', 'preview', '2024-08-16', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60956, 1886, '0', 'preview', '2024-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60957, 5621, '0', 'default', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60958, 2142, '0', 'default', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60959, 2125, '0', 'default', '2024-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60960, 2182, '0', 'default', '2024-08-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60961, 2182, '0', 'preview', '2024-08-16', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60962, 5653, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60963, 1950, '0', 'preview', '2024-08-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60964, 2112, '0', 'preview', '2024-08-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60965, 2024, '0', 'preview', '2024-08-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60966, 5625, '0', 'default', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60967, 2016, '0', 'preview', '2024-08-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60968, 2201, '0', 'preview', '2024-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60969, 1914, '0', 'default', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60970, 5621, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60971, 1938, '0', 'preview', '2024-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60972, 5701, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60973, 2198, '0', 'preview', '2024-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60974, 2125, '0', 'preview', '2024-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60975, 5628, '0', 'default', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60976, 2198, '0', 'default', '2024-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60977, 2200, '0', 'default', '2024-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60978, 2201, '0', 'default', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60979, 5705, '0', 'default', '2024-08-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60980, 2170, '0', 'default', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60981, 2174, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60982, 1925, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60983, 2188, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60984, 2173, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60985, 2172, '0', 'preview', '2024-08-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60986, 2190, '0', 'preview', '2024-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60987, 2027, '0', 'preview', '2024-08-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60988, 2190, '0', 'default', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60989, 2093, '0', 'preview', '2024-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60990, 2171, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60991, 2067, '0', 'preview', '2024-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60992, 2203, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60993, 2197, '0', 'preview', '2024-08-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60994, 1931, '0', 'default', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60995, 5705, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60996, 5624, '0', 'preview', '2024-08-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60997, 2185, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60998, 2172, '0', 'default', '2024-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60999, 5702, '0', 'preview', '2024-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61000, 2171, '0', 'default', '2024-08-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61001, 2028, '0', 'preview', '2024-08-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61002, 2023, '0', 'preview', '2024-08-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61003, 2015, '0', 'preview', '2024-08-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61004, 2169, '0', 'preview', '2024-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61005, 2195, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61006, 2199, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61007, 5625, '0', 'preview', '2024-08-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61008, 2129, '0', 'preview', '2024-08-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61009, 2129, '0', 'default', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61010, 2191, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61011, 5628, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61012, 5622, '0', 'preview', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61013, 2067, '0', 'default', '2024-08-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61014, 2016, '0', 'preview', '2024-08-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61015, 1967, '0', 'preview', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61016, 2179, '0', 'preview', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61017, 2189, '0', 'default', '2024-08-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61018, 2016, '0', 'default', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61019, 2190, '0', 'preview', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61020, 5627, '0', 'preview', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61021, 2027, '0', 'preview', '2024-08-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61022, 2024, '0', 'preview', '2024-08-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61023, 2113, '0', 'preview', '2024-08-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61024, 1930, '0', 'preview', '2024-08-17', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61025, 1935, '0', 'preview', '2024-08-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61026, 1886, '0', 'preview', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61027, 2086, '0', 'preview', '2024-08-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61028, 2112, '0', 'preview', '2024-08-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61029, 5705, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61030, 2172, '0', 'preview', '2024-08-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61031, 1950, '0', 'preview', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61032, 1932, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61033, 1964, '0', 'default', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61034, 1964, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61035, 1937, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61036, 2158, '0', 'preview', '2024-08-17', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61037, 2182, '0', 'preview', '2024-08-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61038, 1957, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61039, 2125, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61040, 2198, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61041, 2024, '0', 'default', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61042, 2027, '0', 'default', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61043, 1938, '0', 'preview', '2024-08-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61044, 2165, '0', 'default', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61045, 2172, '0', 'default', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61046, 2182, '0', 'default', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61047, 2053, '0', 'default', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61048, 2093, '0', 'preview', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61049, 1967, '0', 'default', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61050, 2179, '0', 'default', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61051, 2169, '0', 'default', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61052, 1912, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61053, 2170, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61054, 2169, '0', 'preview', '2024-08-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61055, 1960, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61056, 2053, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61057, 5624, '0', 'preview', '2024-08-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61058, 5705, '0', 'default', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61059, 1935, '0', 'preview', '2024-08-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61060, 1930, '0', 'preview', '2024-08-18', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61061, 2113, '0', 'preview', '2024-08-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61062, 2112, '0', 'preview', '2024-08-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61063, 1950, '0', 'preview', '2024-08-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61064, 2173, '0', 'default', '2024-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61065, 2192, '0', 'default', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61066, 2189, '0', 'default', '2024-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61067, 2190, '0', 'default', '2024-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61068, 2023, '0', 'preview', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61069, 2169, '0', 'preview', '2024-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61070, 2027, '0', 'preview', '2024-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61071, 2024, '0', 'preview', '2024-08-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61072, 2192, '0', 'preview', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61073, 2196, '0', 'preview', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61074, 5626, '0', 'preview', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61075, 2182, '0', 'preview', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61076, 2142, '0', 'default', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61077, 2112, '0', 'default', '2024-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61078, 2172, '0', 'default', '2024-08-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61079, 1966, '0', 'default', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61080, 2179, '0', 'default', '2024-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61081, 2179, '0', 'preview', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61082, 1967, '0', 'preview', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61083, 2172, '0', 'preview', '2024-08-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61084, 2174, '0', 'preview', '2024-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61085, 1911, '0', 'default', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61086, 1957, '0', 'preview', '2024-08-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61087, 2170, '0', 'preview', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61088, 1967, '0', 'default', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61089, 2158, '0', 'preview', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61090, 2053, '0', 'default', '2024-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61091, 2182, '0', 'default', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61092, 2053, '0', 'preview', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61093, 2086, '0', 'preview', '2024-08-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61094, 2169, '0', 'default', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61095, 2054, '0', 'preview', '2024-08-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61096, 1960, '0', 'preview', '2024-08-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61097, 1957, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61098, 2112, '0', 'preview', '2024-08-19', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61099, 1938, '0', 'preview', '2024-08-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61100, 2169, '0', 'preview', '2024-08-19', 10);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61101, 2172, '0', 'preview', '2024-08-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61102, 2113, '0', 'preview', '2024-08-19', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61103, 1930, '0', 'preview', '2024-08-19', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61104, 1935, '0', 'preview', '2024-08-19', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61105, 2125, '0', 'preview', '2024-08-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61106, 2189, '0', 'default', '2024-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61107, 2086, '0', 'preview', '2024-08-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61108, 2181, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61109, 1886, '0', 'preview', '2024-08-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61110, 2015, '0', 'preview', '2024-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61111, 2023, '0', 'preview', '2024-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61112, 2024, '0', 'preview', '2024-08-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61113, 2028, '0', 'preview', '2024-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61114, 2027, '0', 'preview', '2024-08-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61115, 2016, '0', 'preview', '2024-08-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61116, 2172, '0', 'default', '2024-08-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61117, 2171, '0', 'default', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61118, 2182, '0', 'default', '2024-08-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61119, 2170, '0', 'default', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61120, 2067, '0', 'default', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61121, 2048, '0', 'preview', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61122, 2192, '0', 'default', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61123, 2182, '0', 'preview', '2024-08-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61124, 5702, '0', 'preview', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61125, 1950, '0', 'preview', '2024-08-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61126, 5624, '0', 'preview', '2024-08-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61127, 2067, '0', 'preview', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61128, 5705, '0', 'default', '2024-08-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61129, 2179, '0', 'preview', '2024-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61130, 2192, '0', 'preview', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61131, 5705, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61132, 2169, '0', 'default', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61133, 2190, '0', 'preview', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61134, 2027, '0', 'default', '2024-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61135, 2016, '0', 'default', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61136, 2024, '0', 'default', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61137, 2093, '0', 'preview', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61138, 2048, '0', 'default', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61139, 1930, '0', 'default', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61140, 2195, '0', 'preview', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61141, 2197, '0', 'preview', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61142, 1925, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61143, 5653, '0', 'preview', '2024-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61144, 2189, '0', 'preview', '2024-08-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61145, 2198, '0', 'preview', '2024-08-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61146, 2191, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61147, 1964, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61148, 2200, '0', 'preview', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61149, 2053, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61150, 2053, '0', 'default', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61151, 5627, '0', 'default', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61152, 2199, '0', 'default', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61153, 1967, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61154, 1960, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61155, 2176, '0', 'default', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61156, 2174, '0', 'default', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61157, 2179, '0', 'default', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61158, 2195, '0', 'default', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61159, 2170, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61160, 2186, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61161, 2174, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61162, 2176, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61163, 2173, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61164, 2146, '0', 'preview', '2024-08-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61165, 2147, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61166, 2177, '0', 'preview', '2024-08-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61167, 2016, '0', 'preview', '2024-08-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61168, 2024, '0', 'preview', '2024-08-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61169, 2086, '0', 'preview', '2024-08-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61170, 2112, '0', 'preview', '2024-08-20', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61171, 2182, '0', 'default', '2024-08-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61172, 1950, '0', 'preview', '2024-08-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61173, 2182, '0', 'preview', '2024-08-20', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61174, 2172, '0', 'preview', '2024-08-20', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61175, 5628, '0', 'preview', '2024-08-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61176, 2093, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61177, 2201, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61178, 2190, '0', 'preview', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61179, 2190, '0', 'default', '2024-08-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61180, 2192, '0', 'default', '2024-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61181, 2172, '0', 'default', '2024-08-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61182, 1960, '0', 'default', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61183, 1964, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61184, 2189, '0', 'preview', '2024-08-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61185, 2191, '0', 'preview', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61186, 2125, '0', 'preview', '2024-08-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61187, 2088, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61188, 2088, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61189, 1935, '0', 'preview', '2024-08-20', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61190, 1935, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61191, 2048, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61192, 2158, '0', 'preview', '2024-08-20', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61193, 1930, '0', 'preview', '2024-08-20', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61194, 2189, '0', 'default', '2024-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61195, 2185, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61196, 2179, '0', 'preview', '2024-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61197, 2113, '0', 'preview', '2024-08-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61198, 2053, '0', 'preview', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61199, 5628, '0', 'default', '2024-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61200, 2174, '0', 'preview', '2024-08-20', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61201, 1886, '0', 'preview', '2024-08-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61202, 2067, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61203, 2179, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61204, 2093, '0', 'preview', '2024-08-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61205, 2192, '0', 'preview', '2024-08-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61206, 2141, '0', 'preview', '2024-08-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61207, 2173, '0', 'preview', '2024-08-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61208, 1952, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61209, 5624, '0', 'default', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61210, 2188, '0', 'preview', '2024-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61211, 2186, '0', 'preview', '2024-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61212, 2187, '0', 'preview', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61213, 1925, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61214, 2027, '0', 'preview', '2024-08-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61215, 2169, '0', 'preview', '2024-08-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61216, 2158, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61217, 5653, '0', 'default', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61218, 2198, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61219, 2176, '0', 'preview', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61220, 2176, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61221, 5705, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61222, 5705, '0', 'default', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61223, 1938, '0', 'preview', '2024-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61224, 5625, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61225, 5623, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61226, 5622, '0', 'default', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61227, 2178, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61228, 1957, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61229, 1933, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61230, 6421, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61231, 6422, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61232, 2188, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61233, 2197, '0', 'preview', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61234, 2112, '0', 'default', '2024-08-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61235, 2181, '0', 'default', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61236, 2181, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61237, 5624, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61238, 1930, '0', 'default', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61239, 2015, '0', 'preview', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61240, 2023, '0', 'preview', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61241, 2028, '0', 'preview', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61242, 2054, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61243, 1913, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61244, 2203, '0', 'default', '2024-08-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61245, 2203, '0', 'preview', '2024-08-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61246, 2027, '0', 'preview', '2024-08-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61247, 2113, '0', 'preview', '2024-08-21', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61248, 1930, '0', 'preview', '2024-08-21', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61249, 1935, '0', 'preview', '2024-08-21', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61250, 2173, '0', 'preview', '2024-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61251, 2174, '0', 'preview', '2024-08-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61252, 2053, '0', 'preview', '2024-08-21', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61253, 2016, '0', 'preview', '2024-08-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61254, 2086, '0', 'preview', '2024-08-21', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61255, 2048, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61256, 2169, '0', 'preview', '2024-08-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61257, 5628, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61258, 2112, '0', 'preview', '2024-08-21', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61259, 2024, '0', 'preview', '2024-08-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61260, 2172, '0', 'preview', '2024-08-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61261, 2189, '0', 'preview', '2024-08-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61262, 2192, '0', 'preview', '2024-08-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61263, 2172, '0', 'default', '2024-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61264, 1950, '0', 'preview', '2024-08-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61265, 2179, '0', 'preview', '2024-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61266, 2170, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61267, 2181, '0', 'default', '2024-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61268, 2182, '0', 'default', '2024-08-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61269, 2182, '0', 'preview', '2024-08-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61270, 2112, '0', 'default', '2024-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61271, 2067, '0', 'preview', '2024-08-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61272, 2153, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61273, 2027, '0', 'default', '2024-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61274, 2153, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61275, 5624, '0', 'preview', '2024-08-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61276, 5624, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61277, 2016, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61278, 2023, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61279, 2129, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61280, 2129, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61281, 2126, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61282, 2126, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61283, 2141, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61284, 2188, '0', 'preview', '2024-08-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61285, 2125, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61286, 2125, '0', 'preview', '2024-08-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61287, 2192, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61288, 1925, '0', 'preview', '2024-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61289, 2190, '0', 'preview', '2024-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61290, 2066, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61291, 2179, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61292, 2185, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61293, 2141, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61294, 5705, '0', 'default', '2024-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61295, 2175, '0', 'preview', '2024-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61296, 2198, '0', 'preview', '2024-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61297, 1967, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61298, 2201, '0', 'preview', '2024-08-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61299, 2131, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61300, 1920, '0', 'preview', '2024-08-21', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61301, 1924, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61302, 1960, '0', 'preview', '2024-08-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61303, 2184, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61304, 1930, '0', 'default', '2024-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61305, 2065, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61306, 2093, '0', 'preview', '2024-08-21', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61307, 2170, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61308, 1912, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61309, 5653, '0', 'preview', '2024-08-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61310, 2173, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61311, 2174, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61312, 5705, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61313, 2053, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61314, 1916, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61315, 1960, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61316, 2203, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61317, 2197, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61318, 2191, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61319, 2086, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61320, 1886, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61321, 5627, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61322, 1912, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61323, 2195, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61324, 1931, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61325, 2166, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61326, 2093, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61327, 2024, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61328, 1938, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61329, 2065, '0', 'default', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61330, 2200, '0', 'preview', '2024-08-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61331, 1935, '0', 'preview', '2024-08-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61332, 2112, '0', 'preview', '2024-08-22', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61333, 2048, '0', 'preview', '2024-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61334, 2172, '0', 'default', '2024-08-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61335, 2192, '0', 'preview', '2024-08-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61336, 2142, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61337, 2189, '0', 'preview', '2024-08-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61338, 2188, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61339, 2182, '0', 'preview', '2024-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61340, 2182, '0', 'default', '2024-08-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61341, 1964, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61342, 2053, '0', 'default', '2024-08-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61343, 1930, '0', 'preview', '2024-08-22', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61344, 2113, '0', 'preview', '2024-08-22', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61345, 1960, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61346, 2086, '0', 'default', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61347, 2172, '0', 'preview', '2024-08-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61348, 2179, '0', 'preview', '2024-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61349, 1967, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61350, 2171, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61351, 2191, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61352, 5626, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61353, 2190, '0', 'preview', '2024-08-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61354, 2176, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61355, 2112, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61356, 2198, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61357, 1950, '0', 'preview', '2024-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61358, 2086, '0', 'preview', '2024-08-22', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61359, 5705, '0', 'default', '2024-08-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61360, 2158, '0', 'default', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61361, 5627, '0', 'default', '2024-08-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61362, 2093, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61363, 2093, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61364, 2024, '0', 'preview', '2024-08-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61365, 2067, '0', 'preview', '2024-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61366, 2179, '0', 'default', '2024-08-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61367, 1967, '0', 'default', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61368, 1957, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61369, 2185, '0', 'preview', '2024-08-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61370, 2125, '0', 'preview', '2024-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61371, 2027, '0', 'preview', '2024-08-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61372, 2170, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61373, 2066, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61374, 2016, '0', 'preview', '2024-08-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61375, 2197, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61376, 2189, '0', 'default', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61377, 2158, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61378, 5628, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61379, 2065, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61380, 1886, '0', 'preview', '2024-08-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61381, 2169, '0', 'preview', '2024-08-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61382, 2170, '0', 'default', '2024-08-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61383, 1930, '0', 'default', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61384, 5705, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61385, 2185, '0', 'default', '2024-08-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61386, 2174, '0', 'default', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61387, 2169, '0', 'default', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61388, 5621, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61389, 2016, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61390, 2174, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61391, 2125, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61392, 5653, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61393, 5624, '0', 'default', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61394, 2176, '0', 'default', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61395, 2201, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61396, 5624, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61397, 5625, '0', 'default', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61398, 2192, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61399, 2151, '0', 'default', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61400, 2141, '0', 'preview', '2024-08-22', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61401, 1925, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61402, 2173, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61403, 2186, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61404, 2131, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61405, 2188, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61406, 2171, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61407, 5625, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61408, 2181, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61409, 2181, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61410, 5627, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61411, 2177, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61412, 2177, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61413, 5622, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61414, 5622, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61415, 2088, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61416, 2088, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61417, 2049, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61418, 2049, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61419, 2065, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61420, 1912, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61421, 1912, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61422, 2051, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61423, 2051, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61424, 1920, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61425, 1920, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61426, 2151, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61427, 2053, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61428, 2199, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61429, 2199, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61430, 2203, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61431, 2203, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61432, 1957, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61433, 2201, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61434, 2166, '0', 'preview', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61435, 2166, '0', 'default', '2024-08-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61436, 1938, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61437, 2015, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61438, 2023, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61439, 2028, '0', 'preview', '2024-08-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61440, 2187, '0', 'preview', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61441, 2174, '0', 'preview', '2024-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61442, 2182, '0', 'preview', '2024-08-23', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61443, 2112, '0', 'preview', '2024-08-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61444, 1950, '0', 'preview', '2024-08-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61445, 5653, '0', 'preview', '2024-08-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61446, 2172, '0', 'preview', '2024-08-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61447, 2179, '0', 'preview', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61448, 1930, '0', 'preview', '2024-08-23', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61449, 2086, '0', 'preview', '2024-08-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61450, 2024, '0', 'preview', '2024-08-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61451, 2027, '0', 'preview', '2024-08-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61452, 2016, '0', 'preview', '2024-08-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61453, 5705, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61454, 1960, '0', 'default', '2024-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61455, 5702, '0', 'preview', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61456, 2174, '0', 'default', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61457, 2175, '0', 'default', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61458, 2173, '0', 'default', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61459, 2179, '0', 'default', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61460, 2113, '0', 'preview', '2024-08-23', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61461, 1935, '0', 'preview', '2024-08-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61462, 2182, '0', 'default', '2024-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61463, 2053, '0', 'default', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61464, 5628, '0', 'default', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61465, 2198, '0', 'default', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61466, 2185, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61467, 2054, '0', 'preview', '2024-08-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61468, 2141, '0', 'preview', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61469, 1964, '0', 'preview', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61470, 2051, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61471, 2048, '0', 'preview', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61472, 2165, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61473, 2165, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61474, 2198, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61475, 2196, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61476, 2196, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61477, 1933, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61478, 1933, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61479, 2178, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61480, 2178, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61481, 2141, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61482, 2126, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61483, 2126, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61484, 2195, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61485, 2195, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61486, 2153, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61487, 2153, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61488, 2197, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61489, 2197, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61490, 2200, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61491, 2200, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61492, 2066, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61493, 2066, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61494, 1937, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61495, 1937, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61496, 1886, '0', 'preview', '2024-08-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61497, 2142, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61498, 2142, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61499, 2173, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61500, 2191, '0', 'default', '2024-08-23', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61501, 2191, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61502, 2189, '0', 'preview', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61503, 2189, '0', 'default', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61504, 2149, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61505, 2149, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61506, 1886, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61507, 1917, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61508, 1917, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61509, 1950, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61510, 2154, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61511, 2087, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61512, 2087, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61513, 2154, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61514, 2146, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61515, 2146, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61516, 1914, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61517, 1914, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61518, 2148, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61519, 2148, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61520, 1932, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61521, 1932, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61522, 2152, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61523, 2152, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61524, 1931, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61525, 1931, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61526, 1924, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61527, 1924, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61528, 1913, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61529, 1913, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61530, 1915, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61531, 1915, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61532, 2093, '0', 'preview', '2024-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61533, 2093, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61534, 1966, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61535, 1966, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61536, 2150, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61537, 2150, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61538, 2131, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61539, 2131, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61540, 2113, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61541, 1955, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61542, 1955, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61543, 1916, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61544, 1916, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61545, 1918, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61546, 1918, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61547, 1925, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61548, 1925, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61549, 2125, '0', 'default', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61550, 2125, '0', 'preview', '2024-08-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61551, 1960, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61552, 1952, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61553, 1952, '0', 'default', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61554, 1911, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61555, 1911, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61556, 1908, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61557, 1908, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61558, 2147, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61559, 2147, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61560, 1964, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61561, 1967, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61562, 1967, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61563, 2054, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61564, 1935, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61565, 1930, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61566, 2129, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61567, 2129, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61568, 2023, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61569, 2023, '0', 'preview', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61570, 2016, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61571, 2048, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61572, 2015, '0', 'preview', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61573, 2015, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61574, 2028, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61575, 2028, '0', 'preview', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61576, 5701, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61577, 5701, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61578, 2027, '0', 'default', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61579, 5702, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61580, 2024, '0', 'default', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61581, 5626, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61582, 5626, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61583, 2169, '0', 'preview', '2024-08-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61584, 2169, '0', 'default', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61585, 2183, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61586, 2183, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61587, 2190, '0', 'preview', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61588, 2190, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61589, 2012, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61590, 2012, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61591, 2184, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61592, 2184, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61593, 2175, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61594, 5628, '0', 'preview', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61595, 5621, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61596, 5621, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61597, 2176, '0', 'default', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61598, 2176, '0', 'preview', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61599, 5624, '0', 'preview', '2024-08-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61600, 5624, '0', 'default', '2024-08-23', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61601, 5623, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61602, 5623, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61603, 5653, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61604, 2192, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61605, 2192, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61606, 2187, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61607, 2186, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61608, 2186, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61609, 2172, '0', 'default', '2024-08-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61610, 2112, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61611, 1938, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61612, 1938, '0', 'preview', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61613, 2086, '0', 'default', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61614, 6422, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61615, 6422, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61616, 6421, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61617, 6421, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61618, 5705, '0', 'preview', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61619, 2170, '0', 'default', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61620, 2181, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61621, 5627, '0', 'preview', '2024-08-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61622, 2053, '0', 'preview', '2024-08-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61623, 1935, '0', 'preview', '2024-08-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61624, 1930, '0', 'preview', '2024-08-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61625, 2113, '0', 'preview', '2024-08-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61626, 2171, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61627, 2179, '0', 'default', '2024-08-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61628, 2125, '0', 'default', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61629, 2054, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61630, 2189, '0', 'preview', '2024-08-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61631, 2027, '0', 'preview', '2024-08-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61632, 2024, '0', 'preview', '2024-08-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61633, 2192, '0', 'preview', '2024-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61634, 1950, '0', 'preview', '2024-08-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61635, 5653, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61636, 2169, '0', 'preview', '2024-08-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61637, 2112, '0', 'preview', '2024-08-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61638, 2182, '0', 'default', '2024-08-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61639, 5705, '0', 'default', '2024-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61640, 2158, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61641, 2173, '0', 'preview', '2024-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61642, 2174, '0', 'preview', '2024-08-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61643, 2175, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61644, 2016, '0', 'preview', '2024-08-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61645, 1913, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61646, 1967, '0', 'default', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61647, 2182, '0', 'preview', '2024-08-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61648, 1960, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61649, 2053, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61650, 2181, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61651, 2015, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61652, 2190, '0', 'default', '2024-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61653, 2172, '0', 'default', '2024-08-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61654, 2172, '0', 'preview', '2024-08-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61655, 2179, '0', 'preview', '2024-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61656, 1957, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61657, 2190, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61658, 2048, '0', 'default', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61659, 2048, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61660, 2201, '0', 'default', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61661, 2174, '0', 'default', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61662, 2189, '0', 'default', '2024-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61663, 2192, '0', 'default', '2024-08-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61664, 2185, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61665, 2093, '0', 'preview', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61666, 2166, '0', 'default', '2024-08-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61667, 2113, '0', 'preview', '2024-08-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61668, 1930, '0', 'preview', '2024-08-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61669, 1935, '0', 'preview', '2024-08-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61670, 1964, '0', 'default', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61671, 2182, '0', 'preview', '2024-08-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61672, 2198, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61673, 5653, '0', 'preview', '2024-08-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61674, 1950, '0', 'preview', '2024-08-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61675, 2125, '0', 'preview', '2024-08-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61676, 5624, '0', 'preview', '2024-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61677, 2016, '0', 'preview', '2024-08-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61678, 1960, '0', 'default', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61679, 2172, '0', 'default', '2024-08-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61680, 5705, '0', 'default', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61681, 2112, '0', 'preview', '2024-08-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61682, 2158, '0', 'preview', '2024-08-25', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61683, 2086, '0', 'default', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61684, 5627, '0', 'default', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61685, 2190, '0', 'default', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61686, 2182, '0', 'default', '2024-08-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61687, 2179, '0', 'preview', '2024-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61688, 2012, '0', 'default', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61689, 2086, '0', 'preview', '2024-08-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61690, 1960, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61691, 2027, '0', 'preview', '2024-08-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61692, 2024, '0', 'preview', '2024-08-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61693, 2067, '0', 'preview', '2024-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61694, 2093, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61695, 2189, '0', 'preview', '2024-08-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61696, 2192, '0', 'default', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61697, 2154, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61698, 2175, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61699, 2169, '0', 'preview', '2024-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61700, 2181, '0', 'default', '2024-08-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61701, 2015, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61702, 2028, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61703, 2023, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61704, 2172, '0', 'preview', '2024-08-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61705, 2176, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61706, 1957, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61707, 2048, '0', 'preview', '2024-08-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61708, 2181, '0', 'preview', '2024-08-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61709, 2169, '0', 'default', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61710, 2200, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61711, 2201, '0', 'preview', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61712, 2053, '0', 'default', '2024-08-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61713, 2172, '0', 'preview', '2024-08-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61714, 2053, '0', 'default', '2024-08-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61715, 2182, '0', 'default', '2024-08-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61716, 2141, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61717, 2131, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61718, 2112, '0', 'preview', '2024-08-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61719, 2112, '0', 'preview', '2024-08-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61720, 2173, '0', 'default', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61721, 2175, '0', 'default', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61722, 2176, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61723, 2158, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61724, 1886, '0', 'default', '2024-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61725, 2048, '0', 'default', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61726, 2169, '0', 'preview', '2024-08-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61727, 2093, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61728, 1935, '0', 'preview', '2024-08-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61729, 2201, '0', 'preview', '2024-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61730, 2027, '0', 'preview', '2024-08-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61731, 2048, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61732, 1930, '0', 'preview', '2024-08-26', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61733, 2024, '0', 'preview', '2024-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61734, 2087, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61735, 2113, '0', 'preview', '2024-08-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61736, 2182, '0', 'preview', '2024-08-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61737, 2086, '0', 'preview', '2024-08-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61738, 2067, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61739, 5653, '0', 'preview', '2024-08-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61740, 2190, '0', 'default', '2024-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61741, 2016, '0', 'preview', '2024-08-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61742, 5705, '0', 'default', '2024-08-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61743, 2179, '0', 'default', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61744, 2198, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61745, 2189, '0', 'preview', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61746, 1952, '0', 'preview', '2024-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61747, 5621, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61748, 2179, '0', 'preview', '2024-08-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61749, 2186, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61750, 1967, '0', 'preview', '2024-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61751, 2170, '0', 'default', '2024-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61752, 5705, '0', 'preview', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61753, 5628, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61754, 5626, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61755, 1960, '0', 'preview', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61756, 2174, '0', 'preview', '2024-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61757, 2195, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61758, 2192, '0', 'preview', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61759, 2170, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61760, 2125, '0', 'preview', '2024-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61761, 2172, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61762, 2125, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61763, 2158, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61764, 2200, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61765, 1950, '0', 'preview', '2024-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61766, 5624, '0', 'preview', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61767, 2053, '0', 'preview', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61768, 2174, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61769, 2027, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61770, 5701, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61771, 2191, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61772, 2186, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61773, 6421, '0', 'preview', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61774, 1964, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61775, 1967, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61776, 2189, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61777, 2192, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61778, 2185, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61779, 2190, '0', 'preview', '2024-08-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61780, 2051, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61781, 5627, '0', 'preview', '2024-08-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61782, 2016, '0', 'default', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61783, 2197, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61784, 2199, '0', 'preview', '2024-08-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61785, 2170, '0', 'default', '2024-08-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61786, 2016, '0', 'preview', '2024-08-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61787, 2027, '0', 'preview', '2024-08-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61788, 2172, '0', 'default', '2024-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61789, 2182, '0', 'preview', '2024-08-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61790, 2024, '0', 'preview', '2024-08-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61791, 2189, '0', 'preview', '2024-08-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61792, 2067, '0', 'default', '2024-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61793, 5628, '0', 'preview', '2024-08-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61794, 2197, '0', 'preview', '2024-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61795, 2053, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61796, 2199, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61797, 1960, '0', 'default', '2024-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61798, 1957, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61799, 2190, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61800, 2192, '0', 'default', '2024-08-27', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61801, 2182, '0', 'default', '2024-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61802, 2189, '0', 'default', '2024-08-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61803, 2186, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61804, 1935, '0', 'preview', '2024-08-27', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61805, 1930, '0', 'preview', '2024-08-27', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61806, 2113, '0', 'preview', '2024-08-27', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61807, 2188, '0', 'default', '2024-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61808, 2185, '0', 'preview', '2024-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61809, 2141, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61810, 2179, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61811, 1930, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61812, 1950, '0', 'preview', '2024-08-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61813, 2112, '0', 'preview', '2024-08-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61814, 2170, '0', 'preview', '2024-08-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61815, 2172, '0', 'preview', '2024-08-27', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61816, 2174, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61817, 2169, '0', 'default', '2024-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61818, 5653, '0', 'preview', '2024-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61819, 2173, '0', 'preview', '2024-08-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61820, 2086, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61821, 2086, '0', 'preview', '2024-08-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61822, 2169, '0', 'preview', '2024-08-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61823, 2192, '0', 'preview', '2024-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61824, 2190, '0', 'preview', '2024-08-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61825, 2174, '0', 'preview', '2024-08-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61826, 2188, '0', 'preview', '2024-08-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61827, 5621, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61828, 2093, '0', 'preview', '2024-08-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61829, 5626, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61830, 2158, '0', 'preview', '2024-08-27', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61831, 2179, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61832, 2175, '0', 'default', '2024-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61833, 5705, '0', 'default', '2024-08-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61834, 2093, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61835, 2198, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61836, 5626, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61837, 2171, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61838, 1886, '0', 'preview', '2024-08-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61839, 2125, '0', 'preview', '2024-08-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61840, 1938, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61841, 5627, '0', 'preview', '2024-08-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61842, 2201, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61843, 1964, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61844, 2165, '0', 'default', '2024-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61845, 2048, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61846, 2181, '0', 'preview', '2024-08-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61847, 2195, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61848, 1925, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61849, 5702, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61850, 1917, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61851, 5624, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61852, 1913, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61853, 5701, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61854, 2187, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61855, 2016, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61856, 2112, '0', 'default', '2024-08-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61857, 2067, '0', 'preview', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61858, 1955, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61859, 2048, '0', 'default', '2024-08-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61860, 2182, '0', 'preview', '2024-08-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61861, 2016, '0', 'preview', '2024-08-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61862, 2024, '0', 'preview', '2024-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61863, 2053, '0', 'default', '2024-08-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61864, 1930, '0', 'preview', '2024-08-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61865, 2113, '0', 'preview', '2024-08-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61866, 1935, '0', 'preview', '2024-08-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61867, 2190, '0', 'preview', '2024-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61868, 2192, '0', 'preview', '2024-08-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61869, 2189, '0', 'preview', '2024-08-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61870, 2051, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61871, 2181, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61872, 2093, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61873, 1886, '0', 'preview', '2024-08-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61874, 2172, '0', 'preview', '2024-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61875, 2189, '0', 'default', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61876, 2174, '0', 'default', '2024-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61877, 2179, '0', 'default', '2024-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61878, 2171, '0', 'default', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61879, 5626, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61880, 2175, '0', 'default', '2024-08-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61881, 2182, '0', 'default', '2024-08-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61882, 1950, '0', 'preview', '2024-08-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61883, 5624, '0', 'preview', '2024-08-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61884, 2173, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61885, 5653, '0', 'preview', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61886, 2112, '0', 'preview', '2024-08-28', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61887, 2172, '0', 'default', '2024-08-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61888, 2198, '0', 'preview', '2024-08-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61889, 2126, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61890, 2174, '0', 'preview', '2024-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61891, 2186, '0', 'preview', '2024-08-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61892, 1967, '0', 'preview', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61893, 2175, '0', 'preview', '2024-08-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61894, 2125, '0', 'preview', '2024-08-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61895, 5705, '0', 'default', '2024-08-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61896, 2048, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61897, 2169, '0', 'preview', '2024-08-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61898, 2190, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61899, 2191, '0', 'preview', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61900, 1931, '0', 'preview', '2024-08-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61901, 2093, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61902, 2179, '0', 'preview', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61903, 2176, '0', 'preview', '2024-08-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61904, 2173, '0', 'preview', '2024-08-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61905, 1925, '0', 'preview', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61906, 5705, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61907, 2086, '0', 'preview', '2024-08-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61908, 2170, '0', 'preview', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61909, 2129, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61910, 1938, '0', 'preview', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61911, 2146, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61912, 2177, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61913, 1957, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61914, 2053, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61915, 2185, '0', 'preview', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61916, 2088, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61917, 2169, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61918, 1913, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61919, 1930, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61920, 2201, '0', 'preview', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61921, 2200, '0', 'preview', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61922, 2203, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61923, 2197, '0', 'preview', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61924, 2027, '0', 'preview', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61925, 2016, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61926, 2066, '0', 'default', '2024-08-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61927, 2065, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61928, 5621, '0', 'default', '2024-08-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61929, 2198, '0', 'preview', '2024-08-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61930, 1950, '0', 'preview', '2024-08-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61931, 5653, '0', 'preview', '2024-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61932, 5705, '0', 'default', '2024-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61933, 2053, '0', 'default', '2024-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61934, 2182, '0', 'default', '2024-08-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61935, 2027, '0', 'preview', '2024-08-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61936, 5625, '0', 'default', '2024-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61937, 2189, '0', 'default', '2024-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61938, 2198, '0', 'default', '2024-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61939, 2197, '0', 'default', '2024-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61940, 2192, '0', 'preview', '2024-08-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61941, 5628, '0', 'default', '2024-08-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61942, 2181, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61943, 5653, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61944, 2182, '0', 'preview', '2024-08-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61945, 5624, '0', 'preview', '2024-08-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61946, 1930, '0', 'default', '2024-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61947, 1935, '0', 'default', '2024-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61948, 2016, '0', 'preview', '2024-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61949, 2113, '0', 'preview', '2024-08-29', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61950, 1930, '0', 'preview', '2024-08-29', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61951, 1935, '0', 'preview', '2024-08-29', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61952, 2112, '0', 'preview', '2024-08-29', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61953, 2086, '0', 'preview', '2024-08-29', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61954, 2175, '0', 'default', '2024-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61955, 2176, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61956, 2146, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61957, 2174, '0', 'default', '2024-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61958, 2172, '0', 'default', '2024-08-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61959, 2192, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61960, 2190, '0', 'preview', '2024-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61961, 2172, '0', 'preview', '2024-08-29', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61962, 5702, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61963, 2171, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61964, 2174, '0', 'preview', '2024-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61965, 2189, '0', 'preview', '2024-08-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61966, 2185, '0', 'preview', '2024-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61967, 2186, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61968, 2179, '0', 'preview', '2024-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61969, 2183, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61970, 1938, '0', 'preview', '2024-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61971, 2125, '0', 'preview', '2024-08-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61972, 2024, '0', 'preview', '2024-08-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61973, 2190, '0', 'default', '2024-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61974, 1931, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61975, 2170, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61976, 2191, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61977, 2191, '0', 'preview', '2024-08-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61978, 2093, '0', 'preview', '2024-08-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61979, 2170, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61980, 2158, '0', 'preview', '2024-08-29', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61981, 2179, '0', 'default', '2024-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61982, 2176, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61983, 2169, '0', 'preview', '2024-08-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61984, 5702, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61985, 2051, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61986, 5701, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61987, 2197, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61988, 1932, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61989, 1925, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61990, 5705, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61991, 2201, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61992, 1964, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61993, 2113, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61994, 2093, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61995, 1931, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61996, 1937, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61997, 1967, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61998, 2158, '0', 'default', '2024-08-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61999, 1967, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62000, 5624, '0', 'default', '2024-08-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62001, 2131, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62002, 2024, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62003, 2023, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62004, 2048, '0', 'preview', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62005, 2048, '0', 'default', '2024-08-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62006, 2182, '0', 'default', '2024-08-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62007, 2182, '0', 'preview', '2024-08-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62008, 2179, '0', 'preview', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62009, 2113, '0', 'preview', '2024-08-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62010, 2188, '0', 'preview', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62011, 1930, '0', 'preview', '2024-08-30', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62012, 1935, '0', 'preview', '2024-08-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62013, 2112, '0', 'preview', '2024-08-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62014, 2093, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62015, 2188, '0', 'default', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62016, 2053, '0', 'default', '2024-08-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62017, 2173, '0', 'default', '2024-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62018, 2141, '0', 'preview', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62019, 2174, '0', 'default', '2024-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62020, 2189, '0', 'default', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62021, 2016, '0', 'default', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62022, 2048, '0', 'default', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62023, 2169, '0', 'preview', '2024-08-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62024, 2016, '0', 'preview', '2024-08-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62025, 1950, '0', 'preview', '2024-08-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62026, 5653, '0', 'preview', '2024-08-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62027, 1950, '0', 'default', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62028, 2175, '0', 'preview', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62029, 2023, '0', 'default', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62030, 2174, '0', 'preview', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62031, 2173, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62032, 1967, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62033, 2027, '0', 'preview', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62034, 2024, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62035, 2175, '0', 'default', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62036, 2172, '0', 'preview', '2024-08-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62037, 2181, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62038, 2125, '0', 'preview', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62039, 2125, '0', 'default', '2024-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62040, 1931, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62041, 2067, '0', 'default', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62042, 2067, '0', 'preview', '2024-08-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62043, 2170, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62044, 1918, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62045, 2181, '0', 'default', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62046, 5705, '0', 'default', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62047, 2086, '0', 'preview', '2024-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62048, 5624, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62049, 2200, '0', 'preview', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62050, 2153, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62051, 2189, '0', 'preview', '2024-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62052, 1957, '0', 'preview', '2024-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62053, 5625, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62054, 2198, '0', 'preview', '2024-08-30', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62055, 5628, '0', 'default', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62056, 6421, '0', 'preview', '2024-08-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62057, 1952, '0', 'preview', '2024-08-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62058, 2049, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62059, 2087, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62060, 5626, '0', 'default', '2024-08-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62061, 1912, '0', 'default', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62062, 1930, '0', 'default', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62063, 2148, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62064, 2012, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62065, 6422, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62066, 5623, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62067, 2201, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62068, 5627, '0', 'default', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62069, 1925, '0', 'default', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62070, 2191, '0', 'preview', '2024-08-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62071, 5625, '0', 'default', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62072, 5625, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62073, 2113, '0', 'preview', '2024-08-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62074, 1930, '0', 'preview', '2024-08-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62075, 1935, '0', 'preview', '2024-08-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62076, 2112, '0', 'preview', '2024-08-31', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62077, 2179, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62078, 2198, '0', 'preview', '2024-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62079, 2201, '0', 'preview', '2024-08-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62080, 1957, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62081, 1950, '0', 'preview', '2024-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62082, 5624, '0', 'preview', '2024-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62083, 2086, '0', 'preview', '2024-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62084, 2048, '0', 'default', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62085, 2016, '0', 'preview', '2024-08-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62086, 2024, '0', 'preview', '2024-08-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62087, 2171, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62088, 2027, '0', 'preview', '2024-08-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62089, 5626, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62090, 2182, '0', 'preview', '2024-08-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62091, 5705, '0', 'default', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62092, 2172, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62093, 1938, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62094, 1960, '0', 'default', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62095, 5653, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62096, 6421, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62097, 2172, '0', 'default', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62098, 2182, '0', 'default', '2024-08-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62099, 2186, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62100, 5705, '0', 'preview', '2024-08-31', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62101, 2169, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62102, 2175, '0', 'default', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62103, 2053, '0', 'default', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62104, 2086, '0', 'default', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62105, 2188, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62106, 2181, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62107, 5702, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62108, 2189, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62109, 2053, '0', 'preview', '2024-08-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62110, 1957, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62111, 2158, '0', 'preview', '2024-09-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62112, 1886, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62113, 2175, '0', 'default', '2024-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62114, 2174, '0', 'default', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62115, 2053, '0', 'default', '2024-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62116, 2189, '0', 'preview', '2024-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62117, 2169, '0', 'preview', '2024-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62118, 1930, '0', 'preview', '2024-09-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62119, 2198, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62120, 2201, '0', 'preview', '2024-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62121, 2200, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62122, 2185, '0', 'default', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62123, 1950, '0', 'preview', '2024-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62124, 2176, '0', 'default', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62125, 1938, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62126, 2086, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62127, 2112, '0', 'preview', '2024-09-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62128, 1935, '0', 'preview', '2024-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62129, 2113, '0', 'preview', '2024-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62130, 2016, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62131, 2197, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62132, 5628, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62133, 2190, '0', 'default', '2024-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62134, 2190, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62135, 5627, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62136, 2199, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62137, 2172, '0', 'preview', '2024-09-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62138, 5626, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62139, 2142, '0', 'preview', '2024-09-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62140, 2174, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62141, 5653, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62142, 5625, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62143, 1955, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62144, 2126, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62145, 2192, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62146, 2172, '0', 'default', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62147, 2182, '0', 'preview', '2024-09-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62148, 2112, '0', 'preview', '2024-09-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62149, 1930, '0', 'preview', '2024-09-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62150, 2113, '0', 'preview', '2024-09-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62151, 1935, '0', 'preview', '2024-09-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62152, 1955, '0', 'preview', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62153, 2129, '0', 'preview', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62154, 2024, '0', 'preview', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62155, 2027, '0', 'preview', '2024-09-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62156, 2016, '0', 'preview', '2024-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62157, 2179, '0', 'default', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62158, 2182, '0', 'default', '2024-09-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62159, 2172, '0', 'preview', '2024-09-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62160, 2182, '0', 'preview', '2024-09-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62161, 2190, '0', 'preview', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62162, 5705, '0', 'default', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62163, 2174, '0', 'default', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62164, 2172, '0', 'default', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62165, 2169, '0', 'preview', '2024-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62166, 5626, '0', 'preview', '2024-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62167, 2053, '0', 'default', '2024-09-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62168, 2048, '0', 'default', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62169, 2086, '0', 'default', '2024-09-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62170, 2173, '0', 'preview', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62171, 2174, '0', 'preview', '2024-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62172, 2175, '0', 'default', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62173, 2086, '0', 'preview', '2024-09-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62174, 1960, '0', 'default', '2024-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62175, 2048, '0', 'preview', '2024-09-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62176, 2171, '0', 'preview', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62177, 1935, '0', 'default', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62178, 1957, '0', 'preview', '2024-09-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62179, 2053, '0', 'default', '2024-09-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62180, 5705, '0', 'default', '2024-09-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62181, 2067, '0', 'preview', '2024-09-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62182, 2172, '0', 'preview', '2024-09-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62183, 5653, '0', 'preview', '2024-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62184, 2190, '0', 'preview', '2024-09-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62185, 5627, '0', 'preview', '2024-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62186, 2179, '0', 'preview', '2024-09-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62187, 1966, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62188, 2192, '0', 'preview', '2024-09-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62189, 2176, '0', 'preview', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62190, 2112, '0', 'preview', '2024-09-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62191, 2182, '0', 'preview', '2024-09-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62192, 2093, '0', 'preview', '2024-09-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62193, 2182, '0', 'default', '2024-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62194, 2181, '0', 'default', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62195, 2170, '0', 'default', '2024-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62196, 2027, '0', 'default', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62197, 2027, '0', 'preview', '2024-09-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62198, 2169, '0', 'preview', '2024-09-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62199, 1913, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62200, 1935, '0', 'preview', '2024-09-03', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62201, 2113, '0', 'preview', '2024-09-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62202, 1930, '0', 'preview', '2024-09-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62203, 2198, '0', 'preview', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62204, 2152, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62205, 2175, '0', 'default', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62206, 2179, '0', 'default', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62207, 2086, '0', 'preview', '2024-09-03', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62208, 2174, '0', 'default', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62209, 2173, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62210, 1950, '0', 'preview', '2024-09-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62211, 1912, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62212, 2201, '0', 'preview', '2024-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62213, 2170, '0', 'preview', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62214, 2189, '0', 'preview', '2024-09-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62215, 5624, '0', 'default', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62216, 1950, '0', 'default', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62217, 1886, '0', 'preview', '2024-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62218, 2015, '0', 'preview', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62219, 2023, '0', 'preview', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62220, 2028, '0', 'preview', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62221, 2024, '0', 'preview', '2024-09-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62222, 2125, '0', 'preview', '2024-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62223, 2016, '0', 'preview', '2024-09-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62224, 1938, '0', 'preview', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62225, 2141, '0', 'preview', '2024-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62226, 2174, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62227, 2172, '0', 'default', '2024-09-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62228, 2065, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62229, 1918, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62230, 2054, '0', 'default', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62231, 2086, '0', 'default', '2024-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62232, 2024, '0', 'default', '2024-09-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62233, 2185, '0', 'preview', '2024-09-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62234, 1967, '0', 'preview', '2024-09-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62235, 2012, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62236, 2189, '0', 'default', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62237, 1964, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62238, 1925, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62239, 1952, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62240, 2048, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62241, 2186, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62242, 2131, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62243, 5624, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62244, 2195, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62245, 2191, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62246, 2191, '0', 'default', '2024-09-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62247, 5625, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62248, 2178, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62249, 5621, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62250, 2176, '0', 'default', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62251, 2165, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62252, 1931, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62253, 5626, '0', 'preview', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62254, 1930, '0', 'default', '2024-09-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62255, 2172, '0', 'default', '2024-09-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62256, 2189, '0', 'default', '2024-09-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62257, 1930, '0', 'preview', '2024-09-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62258, 2200, '0', 'preview', '2024-09-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62259, 1950, '0', 'preview', '2024-09-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62260, 5624, '0', 'preview', '2024-09-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62261, 2174, '0', 'default', '2024-09-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62262, 2198, '0', 'preview', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62263, 5653, '0', 'preview', '2024-09-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62264, 2093, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62265, 1935, '0', 'preview', '2024-09-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62266, 2113, '0', 'preview', '2024-09-04', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62267, 2179, '0', 'preview', '2024-09-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62268, 1935, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62269, 1931, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62270, 2125, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62271, 2170, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62272, 2190, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62273, 2175, '0', 'default', '2024-09-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62274, 2192, '0', 'preview', '2024-09-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62275, 2189, '0', 'preview', '2024-09-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62276, 2086, '0', 'preview', '2024-09-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62277, 2190, '0', 'preview', '2024-09-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62278, 2024, '0', 'preview', '2024-09-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62279, 2093, '0', 'preview', '2024-09-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62280, 2016, '0', 'preview', '2024-09-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62281, 2172, '0', 'preview', '2024-09-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62282, 2112, '0', 'preview', '2024-09-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62283, 2186, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62284, 2141, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62285, 2182, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62286, 2182, '0', 'preview', '2024-09-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62287, 2201, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62288, 5627, '0', 'preview', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62289, 2191, '0', 'preview', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62290, 1886, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62291, 2053, '0', 'default', '2024-09-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62292, 2176, '0', 'preview', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62293, 2125, '0', 'preview', '2024-09-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62294, 2053, '0', 'preview', '2024-09-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62295, 2129, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62296, 2054, '0', 'preview', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62297, 1967, '0', 'preview', '2024-09-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62298, 2051, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62299, 2173, '0', 'preview', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62300, 2183, '0', 'preview', '2024-09-04', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62301, 1925, '0', 'preview', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62302, 2141, '0', 'preview', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62303, 2181, '0', 'preview', '2024-09-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62304, 2067, '0', 'preview', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62305, 2181, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62306, 2027, '0', 'preview', '2024-09-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62307, 2048, '0', 'preview', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62308, 5705, '0', 'preview', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62309, 2169, '0', 'preview', '2024-09-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62310, 1930, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62311, 5623, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62312, 2197, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62313, 5628, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62314, 2174, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62315, 1886, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62316, 2015, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62317, 2179, '0', 'default', '2024-09-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62318, 1967, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62319, 2169, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62320, 2066, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62321, 2066, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62322, 1938, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62323, 1913, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62324, 5621, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62325, 2171, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62326, 5626, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62327, 2112, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62328, 1914, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62329, 2131, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62330, 2185, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62331, 2187, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62332, 2183, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62333, 2173, '0', 'default', '2024-09-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62334, 2184, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62335, 2188, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62336, 1920, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62337, 1924, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62338, 1925, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62339, 2165, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62340, 2166, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62341, 1932, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62342, 1933, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62343, 2197, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62344, 2203, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62345, 2198, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62346, 2192, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62347, 2196, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62348, 2200, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62349, 5627, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62350, 2199, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62351, 2201, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62352, 2185, '0', 'preview', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62353, 2176, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62354, 2146, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62355, 2147, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62356, 2177, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62357, 1955, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62358, 1950, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62359, 2142, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62360, 2126, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62361, 5625, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62362, 5623, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62363, 5624, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62364, 5653, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62365, 2178, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62366, 1957, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62367, 1964, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62368, 2051, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62369, 2016, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62370, 2024, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62371, 2027, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62372, 2158, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62373, 5621, '0', 'default', '2024-09-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62374, 2169, '0', 'preview', '2024-09-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62375, 1935, '0', 'preview', '2024-09-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62376, 2086, '0', 'preview', '2024-09-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62377, 2182, '0', 'preview', '2024-09-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62378, 2192, '0', 'preview', '2024-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62379, 2189, '0', 'preview', '2024-09-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62380, 2141, '0', 'preview', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62381, 5705, '0', 'default', '2024-09-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62382, 5705, '0', 'preview', '2024-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62383, 2016, '0', 'preview', '2024-09-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62384, 2024, '0', 'preview', '2024-09-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62385, 2027, '0', 'preview', '2024-09-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62386, 2053, '0', 'default', '2024-09-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62387, 1886, '0', 'preview', '2024-09-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62388, 1917, '0', 'preview', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62389, 1930, '0', 'preview', '2024-09-05', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62390, 2113, '0', 'preview', '2024-09-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62391, 2172, '0', 'preview', '2024-09-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62392, 2190, '0', 'preview', '2024-09-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62393, 2175, '0', 'default', '2024-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62394, 2186, '0', 'default', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62395, 2112, '0', 'preview', '2024-09-05', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62396, 2125, '0', 'preview', '2024-09-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62397, 5621, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62398, 2173, '0', 'default', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62399, 2174, '0', 'default', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62400, 2189, '0', 'default', '2024-09-05', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62401, 2171, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62402, 2192, '0', 'default', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62403, 2182, '0', 'default', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62404, 2172, '0', 'default', '2024-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62405, 2048, '0', 'default', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62406, 2179, '0', 'default', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62407, 2051, '0', 'default', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62408, 1960, '0', 'default', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62409, 1950, '0', 'preview', '2024-09-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62410, 2028, '0', 'default', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62411, 2197, '0', 'preview', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62412, 2195, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62413, 5627, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62414, 5628, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62415, 1967, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62416, 2179, '0', 'preview', '2024-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62417, 2188, '0', 'preview', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62418, 2048, '0', 'preview', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62419, 2177, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62420, 1938, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62421, 2176, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62422, 2198, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62423, 7311, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62424, 7311, '0', 'default', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62425, 2170, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62426, 2067, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62427, 7312, '0', 'preview', '2024-09-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62428, 2200, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62429, 5624, '0', 'preview', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62430, 5653, '0', 'preview', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62431, 2093, '0', 'preview', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62432, 2185, '0', 'default', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62433, 2170, '0', 'default', '2024-09-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62434, 2185, '0', 'preview', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62435, 2024, '0', 'default', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62436, 2067, '0', 'default', '2024-09-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62437, 1912, '0', 'default', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62438, 7312, '0', 'default', '2024-09-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62439, 2192, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62440, 2086, '0', 'preview', '2024-09-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62441, 7312, '0', 'default', '2024-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62442, 7313, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62443, 7311, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62444, 7311, '0', 'preview', '2024-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62445, 7313, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62446, 2181, '0', 'preview', '2024-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62447, 2048, '0', 'preview', '2024-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62448, 2053, '0', 'default', '2024-09-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62449, 2067, '0', 'preview', '2024-09-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62450, 2125, '0', 'preview', '2024-09-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62451, 5621, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62452, 2190, '0', 'default', '2024-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62453, 1950, '0', 'preview', '2024-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62454, 2016, '0', 'preview', '2024-09-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62455, 2198, '0', 'preview', '2024-09-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62456, 2200, '0', 'preview', '2024-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62457, 2179, '0', 'preview', '2024-09-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62458, 1967, '0', 'preview', '2024-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62459, 2182, '0', 'preview', '2024-09-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62460, 2182, '0', 'default', '2024-09-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62461, 2181, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62462, 2172, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62463, 2027, '0', 'preview', '2024-09-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62464, 2113, '0', 'preview', '2024-09-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62465, 2093, '0', 'preview', '2024-09-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62466, 1935, '0', 'preview', '2024-09-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62467, 1930, '0', 'preview', '2024-09-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62468, 2174, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62469, 2172, '0', 'preview', '2024-09-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62470, 2066, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62471, 2024, '0', 'preview', '2024-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62472, 2093, '0', 'default', '2024-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62473, 1930, '0', 'default', '2024-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62474, 1935, '0', 'default', '2024-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62475, 2086, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62476, 2154, '0', 'default', '2024-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62477, 1938, '0', 'preview', '2024-09-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62478, 2176, '0', 'preview', '2024-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62479, 2146, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62480, 2189, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62481, 2169, '0', 'preview', '2024-09-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62482, 2174, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62483, 2173, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62484, 5625, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62485, 2016, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62486, 2175, '0', 'default', '2024-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62487, 2189, '0', 'preview', '2024-09-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62488, 7312, '0', 'preview', '2024-09-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62489, 2192, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62490, 2190, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62491, 1952, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62492, 5705, '0', 'default', '2024-09-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62493, 1886, '0', 'preview', '2024-09-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62494, 1925, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62495, 2188, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62496, 2186, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62497, 2112, '0', 'preview', '2024-09-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62498, 2112, '0', 'preview', '2024-09-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62499, 2170, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62500, 5624, '0', 'preview', '2024-09-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62501, 2197, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62502, 1964, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62503, 5653, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62504, 2185, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62505, 5628, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62506, 2053, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62507, 2175, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62508, 2186, '0', 'preview', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62509, 2048, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62510, 2112, '0', 'default', '2024-09-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62511, 1935, '0', 'preview', '2024-09-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62512, 2113, '0', 'preview', '2024-09-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62513, 1930, '0', 'preview', '2024-09-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62514, 2179, '0', 'default', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62515, 1967, '0', 'default', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62516, 7312, '0', 'preview', '2024-09-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62517, 2172, '0', 'preview', '2024-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62518, 2174, '0', 'default', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62519, 2112, '0', 'default', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62520, 7312, '0', 'default', '2024-09-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62521, 2199, '0', 'preview', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62522, 5625, '0', 'preview', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62523, 2182, '0', 'preview', '2024-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62524, 1930, '0', 'default', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62525, 2182, '0', 'default', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62526, 2027, '0', 'default', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62527, 2169, '0', 'default', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62528, 2112, '0', 'preview', '2024-09-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62529, 2112, '0', 'preview', '2024-09-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62530, 2067, '0', 'preview', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62531, 2067, '0', 'default', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62532, 5624, '0', 'preview', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62533, 2048, '0', 'preview', '2024-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62534, 2169, '0', 'preview', '2024-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62535, 5702, '0', 'preview', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62536, 7313, '0', 'preview', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62537, 7313, '0', 'default', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62538, 7311, '0', 'default', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62539, 7311, '0', 'preview', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62540, 2012, '0', 'default', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62541, 2179, '0', 'preview', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62542, 1967, '0', 'preview', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62543, 2024, '0', 'preview', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62544, 2016, '0', 'preview', '2024-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62545, 2172, '0', 'default', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62546, 2027, '0', 'preview', '2024-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62547, 2125, '0', 'preview', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62548, 2125, '0', 'default', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62549, 2053, '0', 'preview', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62550, 5653, '0', 'preview', '2024-09-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62551, 2175, '0', 'default', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62552, 2053, '0', 'default', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62553, 1933, '0', 'default', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62554, 2093, '0', 'preview', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62555, 2086, '0', 'preview', '2024-09-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62556, 2151, '0', 'default', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62557, 5622, '0', 'preview', '2024-09-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62558, 2174, '0', 'preview', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62559, 1950, '0', 'preview', '2024-09-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62560, 2112, '0', 'preview', '2024-09-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62561, 2182, '0', 'preview', '2024-09-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62562, 2182, '0', 'default', '2024-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62563, 1935, '0', 'preview', '2024-09-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62564, 1930, '0', 'preview', '2024-09-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62565, 2113, '0', 'preview', '2024-09-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62566, 2125, '0', 'preview', '2024-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62567, 2169, '0', 'default', '2024-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62568, 2169, '0', 'preview', '2024-09-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62569, 2012, '0', 'default', '2024-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62570, 2175, '0', 'default', '2024-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62571, 2086, '0', 'default', '2024-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62572, 5705, '0', 'default', '2024-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62573, 2179, '0', 'preview', '2024-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62574, 2067, '0', 'preview', '2024-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62575, 1930, '0', 'default', '2024-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62576, 2174, '0', 'preview', '2024-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62577, 2024, '0', 'preview', '2024-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62578, 1950, '0', 'preview', '2024-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62579, 1886, '0', 'preview', '2024-09-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62580, 2027, '0', 'preview', '2024-09-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62581, 5625, '0', 'default', '2024-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62582, 2086, '0', 'preview', '2024-09-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62583, 2126, '0', 'default', '2024-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62584, 2016, '0', 'preview', '2024-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62585, 2172, '0', 'preview', '2024-09-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62586, 2182, '0', 'preview', '2024-09-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62587, 5705, '0', 'preview', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62588, 2086, '0', 'preview', '2024-09-09', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62589, 2053, '0', 'default', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62590, 2185, '0', 'preview', '2024-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62591, 2189, '0', 'preview', '2024-09-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62592, 1930, '0', 'preview', '2024-09-09', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62593, 2113, '0', 'preview', '2024-09-09', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62594, 1935, '0', 'preview', '2024-09-09', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62595, 2125, '0', 'preview', '2024-09-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62596, 2175, '0', 'default', '2024-09-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62597, 2112, '0', 'preview', '2024-09-09', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62598, 5705, '0', 'default', '2024-09-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62599, 2190, '0', 'preview', '2024-09-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62600, 2191, '0', 'preview', '2024-09-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62601, 2150, '0', 'preview', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62602, 2182, '0', 'default', '2024-09-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62603, 1935, '0', 'default', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62604, 2154, '0', 'default', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62605, 1925, '0', 'default', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62606, 1960, '0', 'default', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62607, 2200, '0', 'preview', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62608, 2113, '0', 'default', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62609, 2172, '0', 'preview', '2024-09-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62610, 2174, '0', 'default', '2024-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62611, 2158, '0', 'preview', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62612, 1937, '0', 'preview', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62613, 7312, '0', 'preview', '2024-09-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62614, 1886, '0', 'preview', '2024-09-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62615, 2023, '0', 'preview', '2024-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62616, 1950, '0', 'preview', '2024-09-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62617, 1938, '0', 'preview', '2024-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62618, 2015, '0', 'preview', '2024-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62619, 2169, '0', 'preview', '2024-09-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62620, 2024, '0', 'preview', '2024-09-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62621, 2027, '0', 'preview', '2024-09-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62622, 2028, '0', 'preview', '2024-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62623, 2016, '0', 'preview', '2024-09-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62624, 2192, '0', 'preview', '2024-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62625, 7312, '0', 'default', '2024-09-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62626, 5621, '0', 'preview', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62627, 2067, '0', 'preview', '2024-09-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62628, 7311, '0', 'preview', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62629, 2172, '0', 'default', '2024-09-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62630, 1964, '0', 'preview', '2024-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62631, 5653, '0', 'preview', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62632, 1930, '0', 'default', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62633, 2093, '0', 'preview', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62634, 2197, '0', 'preview', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62635, 2200, '0', 'default', '2024-09-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62636, 2176, '0', 'preview', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62637, 2192, '0', 'default', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62638, 2195, '0', 'preview', '2024-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62639, 1960, '0', 'preview', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62640, 2173, '0', 'default', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62641, 2186, '0', 'default', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62642, 2185, '0', 'default', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62643, 2086, '0', 'default', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62644, 2048, '0', 'preview', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62645, 2189, '0', 'default', '2024-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62646, 5628, '0', 'default', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62647, 2197, '0', 'default', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62648, 5624, '0', 'preview', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62649, 5702, '0', 'preview', '2024-09-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62650, 2179, '0', 'default', '2024-09-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62651, 2186, '0', 'preview', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62652, 2051, '0', 'preview', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62653, 1886, '0', 'default', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62654, 7311, '0', 'default', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62655, 2053, '0', 'preview', '2024-09-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62656, 2188, '0', 'default', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62657, 2112, '0', 'default', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62658, 2179, '0', 'preview', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62659, 2201, '0', 'preview', '2024-09-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62660, 2176, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62661, 2172, '0', 'preview', '2024-09-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62662, 2189, '0', 'preview', '2024-09-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62663, 2192, '0', 'preview', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62664, 2190, '0', 'preview', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62665, 2182, '0', 'preview', '2024-09-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62666, 2054, '0', 'preview', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62667, 2054, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62668, 2169, '0', 'preview', '2024-09-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62669, 2086, '0', 'preview', '2024-09-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62670, 2112, '0', 'preview', '2024-09-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62671, 1935, '0', 'preview', '2024-09-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62672, 2169, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62673, 1950, '0', 'preview', '2024-09-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62674, 2165, '0', 'preview', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62675, 2174, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62676, 2173, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62677, 2175, '0', 'default', '2024-09-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62678, 2141, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62679, 2016, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62680, 2027, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62681, 1964, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62682, 2189, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62683, 2093, '0', 'preview', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62684, 2129, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62685, 6421, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62686, 5653, '0', 'default', '2024-09-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62687, 5623, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62688, 5625, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62689, 1957, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62690, 1950, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62691, 2198, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62692, 2182, '0', 'default', '2024-09-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62693, 1930, '0', 'preview', '2024-09-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62694, 2151, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62695, 2027, '0', 'preview', '2024-09-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62696, 2024, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62697, 2053, '0', 'default', '2024-09-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62698, 2149, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62699, 2125, '0', 'preview', '2024-09-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62700, 5624, '0', 'preview', '2024-09-10', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62701, 1938, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62702, 2048, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62703, 2112, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62704, 5628, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62705, 2142, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62706, 2086, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62707, 1913, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62708, 7311, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62709, 2051, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62710, 2172, '0', 'default', '2024-09-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62711, 2113, '0', 'preview', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62712, 2195, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62713, 2186, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62714, 1886, '0', 'preview', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62715, 2170, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62716, 2170, '0', 'default', '2024-09-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62717, 7311, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62718, 1912, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62719, 1918, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62720, 2053, '0', 'preview', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62721, 2067, '0', 'preview', '2024-09-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62722, 2016, '0', 'preview', '2024-09-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62723, 2187, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62724, 5653, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62725, 7312, '0', 'default', '2024-09-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62726, 2185, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62727, 5705, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62728, 1930, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62729, 1931, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62730, 5627, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62731, 2093, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62732, 2131, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62733, 2181, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62734, 2191, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62735, 2181, '0', 'preview', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62736, 2190, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62737, 2131, '0', 'default', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62738, 2185, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62739, 1931, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62740, 2165, '0', 'default', '2024-09-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62741, 2066, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62742, 1912, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62743, 1925, '0', 'preview', '2024-09-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62744, 2175, '0', 'default', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62745, 2113, '0', 'preview', '2024-09-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62746, 2182, '0', 'default', '2024-09-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62747, 1931, '0', 'default', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62748, 1938, '0', 'preview', '2024-09-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62749, 2125, '0', 'preview', '2024-09-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62750, 1886, '0', 'preview', '2024-09-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62751, 2112, '0', 'preview', '2024-09-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62752, 2169, '0', 'preview', '2024-09-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62753, 1950, '0', 'preview', '2024-09-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62754, 2023, '0', 'preview', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62755, 2086, '0', 'preview', '2024-09-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62756, 2015, '0', 'preview', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62757, 2015, '0', 'preview', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62758, 2024, '0', 'preview', '2024-09-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62759, 1930, '0', 'preview', '2024-09-11', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62760, 2016, '0', 'preview', '2024-09-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62761, 2027, '0', 'preview', '2024-09-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62762, 1935, '0', 'preview', '2024-09-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62763, 2028, '0', 'preview', '2024-09-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62764, 2174, '0', 'default', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62765, 1935, '0', 'default', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62766, 2182, '0', 'preview', '2024-09-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62767, 2195, '0', 'preview', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62768, 2181, '0', 'default', '2024-09-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62769, 2172, '0', 'preview', '2024-09-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62770, 2112, '0', 'default', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62771, 2176, '0', 'preview', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62772, 2172, '0', 'default', '2024-09-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62773, 2186, '0', 'preview', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62774, 2141, '0', 'preview', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62775, 2185, '0', 'preview', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62776, 2175, '0', 'preview', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62777, 2173, '0', 'preview', '2024-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62778, 7312, '0', 'default', '2024-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62779, 2158, '0', 'preview', '2024-09-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62780, 5621, '0', 'preview', '2024-09-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62781, 1960, '0', 'default', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62782, 2153, '0', 'default', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62783, 2053, '0', 'default', '2024-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62784, 5628, '0', 'default', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62785, 1925, '0', 'preview', '2024-09-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62786, 2048, '0', 'preview', '2024-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62787, 6421, '0', 'preview', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62788, 7311, '0', 'preview', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62789, 7312, '0', 'preview', '2024-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62790, 2016, '0', 'default', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62791, 1967, '0', 'default', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62792, 2189, '0', 'preview', '2024-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62793, 5705, '0', 'preview', '2024-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62794, 2066, '0', 'preview', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62795, 2179, '0', 'preview', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62796, 2174, '0', 'preview', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62797, 2187, '0', 'preview', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62798, 7313, '0', 'default', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62799, 2170, '0', 'preview', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62800, 2189, '0', 'default', '2024-09-11', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62801, 2179, '0', 'default', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62802, 2067, '0', 'preview', '2024-09-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62803, 5621, '0', 'default', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62804, 1964, '0', 'default', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62805, 2093, '0', 'preview', '2024-09-11', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62806, 5653, '0', 'preview', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62807, 2176, '0', 'default', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62808, 2086, '0', 'default', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62809, 5705, '0', 'default', '2024-09-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62810, 2198, '0', 'preview', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62811, 5624, '0', 'preview', '2024-09-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62812, 1935, '0', 'preview', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62813, 2175, '0', 'default', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62814, 2200, '0', 'preview', '2024-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62815, 2172, '0', 'preview', '2024-09-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62816, 7312, '0', 'preview', '2024-09-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62817, 2182, '0', 'preview', '2024-09-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62818, 5624, '0', 'preview', '2024-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62819, 1950, '0', 'preview', '2024-09-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62820, 5653, '0', 'preview', '2024-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62821, 2113, '0', 'preview', '2024-09-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62822, 2027, '0', 'preview', '2024-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62823, 1930, '0', 'preview', '2024-09-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62824, 5622, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62825, 2158, '0', 'preview', '2024-09-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62826, 1935, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62827, 2027, '0', 'default', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62828, 2185, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62829, 2176, '0', 'preview', '2024-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62830, 2049, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62831, 2053, '0', 'default', '2024-09-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62832, 5626, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62833, 2086, '0', 'preview', '2024-09-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62834, 2169, '0', 'preview', '2024-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62835, 2048, '0', 'preview', '2024-09-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62836, 2112, '0', 'preview', '2024-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62837, 5621, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62838, 2181, '0', 'preview', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62839, 5705, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62840, 2158, '0', 'default', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62841, 2093, '0', 'preview', '2024-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62842, 2182, '0', 'default', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62843, 1886, '0', 'preview', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62844, 1938, '0', 'preview', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62845, 2125, '0', 'preview', '2024-09-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62846, 2170, '0', 'preview', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62847, 2201, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62848, 2125, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62849, 2016, '0', 'default', '2024-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62850, 2146, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62851, 2172, '0', 'default', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62852, 7312, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62853, 2067, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62854, 2016, '0', 'preview', '2024-09-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62855, 2192, '0', 'preview', '2024-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62856, 2195, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62857, 2190, '0', 'preview', '2024-09-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62858, 2173, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62859, 1925, '0', 'preview', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62860, 2179, '0', 'preview', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62861, 2024, '0', 'preview', '2024-09-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62862, 2198, '0', 'preview', '2024-09-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62863, 2141, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62864, 2188, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62865, 2186, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62866, 2189, '0', 'preview', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62867, 2067, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62868, 1932, '0', 'default', '2024-09-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62869, 5628, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62870, 5626, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62871, 5627, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62872, 2174, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62873, 2188, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62874, 2141, '0', 'default', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62875, 5627, '0', 'preview', '2024-09-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62876, 5624, '0', 'preview', '2024-09-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62877, 5653, '0', 'preview', '2024-09-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62878, 2186, '0', 'preview', '2024-09-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62879, 1950, '0', 'preview', '2024-09-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62880, 1930, '0', 'preview', '2024-09-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62881, 2016, '0', 'preview', '2024-09-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62882, 2053, '0', 'default', '2024-09-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62883, 2027, '0', 'preview', '2024-09-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62884, 2087, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62885, 2172, '0', 'preview', '2024-09-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62886, 5705, '0', 'default', '2024-09-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62887, 1918, '0', 'default', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62888, 2182, '0', 'default', '2024-09-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62889, 2190, '0', 'preview', '2024-09-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62890, 2126, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62891, 2178, '0', 'preview', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62892, 2189, '0', 'preview', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62893, 2203, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62894, 2086, '0', 'preview', '2024-09-13', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62895, 2201, '0', 'preview', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62896, 7312, '0', 'default', '2024-09-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62897, 2172, '0', 'default', '2024-09-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62898, 2067, '0', 'preview', '2024-09-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62899, 2048, '0', 'preview', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62900, 2048, '0', 'default', '2024-09-13', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62901, 2182, '0', 'preview', '2024-09-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62902, 2112, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62903, 1960, '0', 'default', '2024-09-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62904, 2113, '0', 'preview', '2024-09-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62905, 2173, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62906, 2179, '0', 'default', '2024-09-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62907, 2179, '0', 'preview', '2024-09-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62908, 2190, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62909, 2175, '0', 'default', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62910, 2170, '0', 'preview', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62911, 1938, '0', 'preview', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62912, 2176, '0', 'default', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62913, 1938, '0', 'default', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62914, 2146, '0', 'default', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62915, 2147, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62916, 2177, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62917, 1967, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62918, 2169, '0', 'preview', '2024-09-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62919, 2192, '0', 'preview', '2024-09-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62920, 2191, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62921, 5626, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62922, 7312, '0', 'preview', '2024-09-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62923, 2176, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62924, 2067, '0', 'default', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62925, 1886, '0', 'preview', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62926, 2169, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62927, 2181, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62928, 5702, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62929, 2086, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62930, 1952, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62931, 5625, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62932, 5623, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62933, 5628, '0', 'preview', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62934, 2198, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62935, 2053, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62936, 2016, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62937, 2027, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62938, 2024, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62939, 2197, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62940, 2024, '0', 'preview', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62941, 2185, '0', 'preview', '2024-09-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62942, 2066, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62943, 2051, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62944, 1964, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62945, 2174, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62946, 1935, '0', 'preview', '2024-09-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62947, 2174, '0', 'default', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62948, 5705, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62949, 5627, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62950, 2125, '0', 'preview', '2024-09-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62951, 2112, '0', 'default', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62952, 2179, '0', 'preview', '2024-09-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62953, 2182, '0', 'default', '2024-09-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62954, 2182, '0', 'preview', '2024-09-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62955, 1930, '0', 'preview', '2024-09-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62956, 1935, '0', 'preview', '2024-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62957, 5624, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62958, 1950, '0', 'preview', '2024-09-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62959, 2113, '0', 'preview', '2024-09-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62960, 2112, '0', 'preview', '2024-09-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62961, 2086, '0', 'preview', '2024-09-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62962, 7312, '0', 'preview', '2024-09-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62963, 7311, '0', 'preview', '2024-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62964, 5625, '0', 'default', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62965, 5625, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62966, 1930, '0', 'default', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62967, 2012, '0', 'preview', '2024-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62968, 1925, '0', 'preview', '2024-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62969, 2175, '0', 'preview', '2024-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62970, 2141, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62971, 2131, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62972, 2185, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62973, 2170, '0', 'preview', '2024-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62974, 2016, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62975, 7312, '0', 'default', '2024-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62976, 2172, '0', 'default', '2024-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62977, 2172, '0', 'preview', '2024-09-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62978, 2174, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62979, 7313, '0', 'preview', '2024-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62980, 2190, '0', 'preview', '2024-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62981, 2189, '0', 'preview', '2024-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62982, 5628, '0', 'preview', '2024-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62983, 2171, '0', 'preview', '2024-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62984, 5622, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62985, 2048, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62986, 2169, '0', 'preview', '2024-09-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62987, 5621, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62988, 1913, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62989, 2190, '0', 'default', '2024-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62990, 5705, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62991, 2175, '0', 'default', '2024-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62992, 2125, '0', 'preview', '2024-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62993, 1917, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62994, 2158, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62995, 2093, '0', 'preview', '2024-09-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62996, 2181, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62997, 2053, '0', 'default', '2024-09-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62998, 2200, '0', 'default', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62999, 1931, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63000, 2169, '0', 'default', '2024-09-14', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63001, 2186, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63002, 2189, '0', 'default', '2024-09-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63003, 2174, '0', 'default', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63004, 2188, '0', 'default', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63005, 2027, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63006, 5627, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63007, 2191, '0', 'preview', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63008, 2067, '0', 'default', '2024-09-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63009, 2182, '0', 'default', '2024-09-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63010, 1935, '0', 'default', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63011, 2112, '0', 'preview', '2024-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63012, 1930, '0', 'preview', '2024-09-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63013, 2175, '0', 'default', '2024-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63014, 2179, '0', 'preview', '2024-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63015, 1950, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63016, 2027, '0', 'preview', '2024-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63017, 2024, '0', 'preview', '2024-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63018, 2012, '0', 'preview', '2024-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63019, 2048, '0', 'preview', '2024-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63020, 7312, '0', 'preview', '2024-09-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63021, 5705, '0', 'default', '2024-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63022, 2169, '0', 'preview', '2024-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63023, 2190, '0', 'preview', '2024-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63024, 2172, '0', 'default', '2024-09-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63025, 2182, '0', 'preview', '2024-09-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63026, 7312, '0', 'default', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63027, 2172, '0', 'preview', '2024-09-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63028, 2113, '0', 'preview', '2024-09-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63029, 2048, '0', 'default', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63030, 5621, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63031, 2125, '0', 'preview', '2024-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63032, 2086, '0', 'preview', '2024-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63033, 2012, '0', 'default', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63034, 2198, '0', 'preview', '2024-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63035, 1960, '0', 'default', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63036, 1935, '0', 'preview', '2024-09-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63037, 2016, '0', 'preview', '2024-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63038, 2053, '0', 'default', '2024-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63039, 2054, '0', 'default', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63040, 1917, '0', 'default', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63041, 2190, '0', 'default', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63042, 2173, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63043, 2174, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63044, 2175, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63045, 2192, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63046, 2186, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63047, 1925, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63048, 1932, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63049, 2181, '0', 'preview', '2024-09-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63050, 2170, '0', 'default', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63051, 2067, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63052, 2188, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63053, 2185, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63054, 2158, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63055, 2189, '0', 'preview', '2024-09-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63056, 2189, '0', 'preview', '2024-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63057, 2182, '0', 'default', '2024-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63058, 1950, '0', 'preview', '2024-09-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63059, 5653, '0', 'preview', '2024-09-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63060, 5624, '0', 'preview', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63061, 2048, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63062, 2174, '0', 'default', '2024-09-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63063, 1930, '0', 'preview', '2024-09-16', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63064, 2113, '0', 'preview', '2024-09-16', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63065, 1935, '0', 'preview', '2024-09-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63066, 2179, '0', 'preview', '2024-09-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63067, 2049, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63068, 1913, '0', 'preview', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63069, 1918, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63070, 2169, '0', 'preview', '2024-09-16', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63071, 2181, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63072, 2182, '0', 'preview', '2024-09-16', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63073, 7312, '0', 'preview', '2024-09-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63074, 2112, '0', 'preview', '2024-09-16', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63075, 2027, '0', 'preview', '2024-09-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63076, 2197, '0', 'default', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63077, 5653, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63078, 2170, '0', 'preview', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63079, 2172, '0', 'preview', '2024-09-16', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63080, 7313, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63081, 2173, '0', 'preview', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63082, 2174, '0', 'preview', '2024-09-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63083, 2188, '0', 'preview', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63084, 7312, '0', 'default', '2024-09-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63085, 7311, '0', 'preview', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63086, 2027, '0', 'default', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63087, 1957, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63088, 2172, '0', 'default', '2024-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63089, 2012, '0', 'preview', '2024-09-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63090, 2190, '0', 'preview', '2024-09-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63091, 2012, '0', 'default', '2024-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63092, 2141, '0', 'default', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63093, 2173, '0', 'default', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63094, 2175, '0', 'default', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63095, 2189, '0', 'default', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63096, 2053, '0', 'default', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63097, 2125, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63098, 2087, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63099, 5705, '0', 'preview', '2024-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63100, 2141, '0', 'preview', '2024-09-16', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63101, 2195, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63102, 2125, '0', 'preview', '2024-09-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63103, 2192, '0', 'preview', '2024-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63104, 2016, '0', 'preview', '2024-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63105, 2086, '0', 'preview', '2024-09-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63106, 2199, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63107, 2191, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63108, 2192, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63109, 5621, '0', 'default', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63110, 1932, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63111, 2093, '0', 'preview', '2024-09-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63112, 2186, '0', 'preview', '2024-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63113, 2067, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63114, 1935, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63115, 1966, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63116, 2066, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63117, 2024, '0', 'preview', '2024-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63118, 1967, '0', 'preview', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63119, 2170, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63120, 2187, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63121, 5625, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63122, 2176, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63123, 1930, '0', 'default', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63124, 2053, '0', 'preview', '2024-09-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63125, 1886, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63126, 2201, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63127, 2176, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63128, 2131, '0', 'preview', '2024-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63129, 2185, '0', 'preview', '2024-09-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63130, 2179, '0', 'default', '2024-09-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63131, 2186, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63132, 1967, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63133, 2188, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63134, 2016, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63135, 2067, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63136, 1960, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63137, 1964, '0', 'preview', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63138, 1960, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63139, 2200, '0', 'preview', '2024-09-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63140, 2086, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63141, 5623, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63142, 5705, '0', 'default', '2024-09-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63143, 2172, '0', 'preview', '2024-09-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63144, 2086, '0', 'preview', '2024-09-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63145, 2190, '0', 'preview', '2024-09-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63146, 2112, '0', 'preview', '2024-09-17', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63147, 2024, '0', 'preview', '2024-09-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63148, 2016, '0', 'preview', '2024-09-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63149, 1930, '0', 'preview', '2024-09-17', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63150, 2113, '0', 'preview', '2024-09-17', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63151, 2053, '0', 'default', '2024-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63152, 2190, '0', 'default', '2024-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63153, 2051, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63154, 1964, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63155, 1930, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63156, 2131, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63157, 1886, '0', 'preview', '2024-09-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63158, 2169, '0', 'preview', '2024-09-17', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63159, 2175, '0', 'default', '2024-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63160, 2189, '0', 'preview', '2024-09-17', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63161, 2113, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63162, 2182, '0', 'preview', '2024-09-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63163, 1935, '0', 'preview', '2024-09-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63164, 2192, '0', 'preview', '2024-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63165, 2174, '0', 'preview', '2024-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63166, 2173, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63167, 2053, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63168, 2174, '0', 'default', '2024-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63169, 2027, '0', 'preview', '2024-09-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63170, 1950, '0', 'preview', '2024-09-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63171, 2182, '0', 'default', '2024-09-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63172, 2185, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63173, 1960, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63174, 2170, '0', 'default', '2024-09-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63175, 2185, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63176, 2023, '0', 'preview', '2024-09-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63177, 2125, '0', 'preview', '2024-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63178, 2015, '0', 'preview', '2024-09-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63179, 2028, '0', 'preview', '2024-09-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63180, 1938, '0', 'preview', '2024-09-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63181, 2166, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63182, 2172, '0', 'default', '2024-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63183, 7312, '0', 'preview', '2024-09-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63184, 1925, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63185, 2048, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63186, 2169, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63187, 2158, '0', 'preview', '2024-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63188, 2189, '0', 'default', '2024-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63189, 2171, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63190, 2048, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63191, 2201, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63192, 2179, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63193, 2012, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63194, 5624, '0', 'preview', '2024-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63195, 5653, '0', 'preview', '2024-09-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63196, 2191, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63197, 7475, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63198, 7472, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63199, 7474, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63200, 7473, '0', 'preview', '2024-09-17', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63201, 7471, '0', 'preview', '2024-09-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63202, 7472, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63203, 7474, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63204, 2027, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63205, 7473, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63206, 7475, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63207, 7471, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63208, 2093, '0', 'preview', '2024-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63209, 2016, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63210, 5705, '0', 'preview', '2024-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63211, 7312, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63212, 5705, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63213, 7311, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63214, 5628, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63215, 1913, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63216, 2066, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63217, 1931, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63218, 2188, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63219, 2200, '0', 'preview', '2024-09-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63220, 7467, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63221, 7465, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63222, 7464, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63223, 7460, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63224, 7470, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63225, 1925, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63226, 7466, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63227, 7468, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63228, 7469, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63229, 7461, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63230, 2141, '0', 'default', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63231, 2176, '0', 'preview', '2024-09-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63232, 2169, '0', 'preview', '2024-09-18', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63233, 1950, '0', 'preview', '2024-09-18', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63234, 1950, '0', 'preview', '2024-09-18', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63235, 2113, '0', 'preview', '2024-09-18', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63236, 1930, '0', 'preview', '2024-09-18', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63237, 7312, '0', 'default', '2024-09-18', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63238, 7471, '0', 'default', '2024-09-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63239, 7471, '0', 'preview', '2024-09-18', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63240, 2170, '0', 'default', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63241, 2170, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63242, 1935, '0', 'preview', '2024-09-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63243, 2112, '0', 'preview', '2024-09-18', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63244, 2086, '0', 'preview', '2024-09-18', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63245, 2027, '0', 'preview', '2024-09-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63246, 2169, '0', 'default', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63247, 2172, '0', 'preview', '2024-09-18', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63248, 2093, '0', 'preview', '2024-09-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63249, 2016, '0', 'preview', '2024-09-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63250, 2189, '0', 'preview', '2024-09-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63251, 2182, '0', 'preview', '2024-09-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63252, 1918, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63253, 2175, '0', 'default', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63254, 2190, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63255, 7475, '0', 'default', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63256, 7475, '0', 'preview', '2024-09-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63257, 5653, '0', 'preview', '2024-09-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63258, 5624, '0', 'preview', '2024-09-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63259, 7312, '0', 'preview', '2024-09-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63260, 2192, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63261, 2190, '0', 'preview', '2024-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63262, 2172, '0', 'default', '2024-09-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63263, 1925, '0', 'preview', '2024-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63264, 1930, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63265, 2189, '0', 'default', '2024-09-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63266, 2191, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63267, 1886, '0', 'preview', '2024-09-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63268, 2023, '0', 'preview', '2024-09-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63269, 2015, '0', 'preview', '2024-09-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63270, 2024, '0', 'preview', '2024-09-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63271, 1938, '0', 'preview', '2024-09-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63272, 2028, '0', 'preview', '2024-09-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63273, 5702, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63274, 5702, '0', 'default', '2024-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63275, 2176, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63276, 2012, '0', 'preview', '2024-09-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63277, 2012, '0', 'default', '2024-09-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63278, 2196, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63279, 2048, '0', 'preview', '2024-09-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63280, 2067, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63281, 7311, '0', 'preview', '2024-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63282, 5628, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63283, 2158, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63284, 1960, '0', 'default', '2024-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63285, 2054, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63286, 2165, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63287, 7311, '0', 'default', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63288, 2048, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63289, 2182, '0', 'default', '2024-09-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63290, 5653, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63291, 2049, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63292, 2087, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63293, 2088, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63294, 2178, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63295, 7461, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63296, 5625, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63297, 2195, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63298, 5622, '0', 'preview', '2024-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63299, 2191, '0', 'default', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63300, 2192, '0', 'default', '2024-09-18', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63301, 1917, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63302, 2176, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63303, 2179, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63304, 7460, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63305, 7460, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63306, 7464, '0', 'preview', '2024-09-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63307, 2174, '0', 'default', '2024-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63308, 2173, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63309, 7463, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63310, 7464, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63311, 2131, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63312, 2201, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63313, 2200, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63314, 5705, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63315, 7466, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63316, 2086, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63317, 7467, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63318, 7466, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63319, 7465, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63320, 2053, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63321, 2141, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63322, 7313, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63323, 7468, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63324, 2185, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63325, 1952, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63326, 5626, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63327, 7469, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63328, 2197, '0', 'preview', '2024-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63329, 2027, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63330, 1966, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63331, 7473, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63332, 7472, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63333, 2203, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63334, 7474, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63335, 2024, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63336, 2198, '0', 'preview', '2024-09-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63337, 2188, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63338, 5623, '0', 'preview', '2024-09-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63339, 6421, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63340, 7467, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63341, 2142, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63342, 2173, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63343, 1935, '0', 'default', '2024-09-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63344, 2171, '0', 'preview', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63345, 2181, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63346, 1931, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63347, 2067, '0', 'default', '2024-09-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63348, 2158, '0', 'preview', '2024-09-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63349, 7312, '0', 'preview', '2024-09-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63350, 7311, '0', 'preview', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63351, 5624, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63352, 2170, '0', 'preview', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63353, 1955, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63354, 2129, '0', 'default', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63355, 2024, '0', 'preview', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63356, 2190, '0', 'default', '2024-09-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63357, 2182, '0', 'default', '2024-09-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63358, 5627, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63359, 2176, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63360, 2027, '0', 'preview', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63361, 7465, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63362, 2086, '0', 'preview', '2024-09-19', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63363, 2112, '0', 'preview', '2024-09-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63364, 2113, '0', 'preview', '2024-09-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63365, 1930, '0', 'preview', '2024-09-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63366, 2016, '0', 'preview', '2024-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63367, 2189, '0', 'preview', '2024-09-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63368, 5628, '0', 'preview', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63369, 2182, '0', 'preview', '2024-09-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63370, 2175, '0', 'default', '2024-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63371, 2067, '0', 'default', '2024-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63372, 2189, '0', 'default', '2024-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63373, 2172, '0', 'preview', '2024-09-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63374, 2172, '0', 'default', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63375, 2170, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63376, 7471, '0', 'preview', '2024-09-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63377, 2048, '0', 'default', '2024-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63378, 5702, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63379, 7474, '0', 'preview', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63380, 7474, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63381, 7470, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63382, 2053, '0', 'default', '2024-09-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63383, 7464, '0', 'preview', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63384, 7461, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63385, 2049, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63386, 2179, '0', 'preview', '2024-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63387, 2190, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63388, 2192, '0', 'preview', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63389, 1938, '0', 'preview', '2024-09-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63390, 7462, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63391, 7462, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63392, 1950, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63393, 2012, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63394, 2012, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63395, 2053, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63396, 7312, '0', 'default', '2024-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63397, 1930, '0', 'default', '2024-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63398, 2199, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63399, 2197, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63400, 2173, '0', 'preview', '2024-09-19', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63401, 2174, '0', 'preview', '2024-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63402, 2086, '0', 'default', '2024-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63403, 2191, '0', 'default', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63404, 7471, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63405, 2152, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63406, 2093, '0', 'preview', '2024-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63407, 2171, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63408, 1935, '0', 'preview', '2024-09-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63409, 2067, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63410, 1886, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63411, 5624, '0', 'preview', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63412, 1950, '0', 'preview', '2024-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63413, 5653, '0', 'preview', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63414, 5705, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63415, 2174, '0', 'default', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63416, 5705, '0', 'default', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63417, 1925, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63418, 7460, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63419, 2179, '0', 'default', '2024-09-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63420, 1967, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63421, 1916, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63422, 2169, '0', 'preview', '2024-09-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63423, 2198, '0', 'preview', '2024-09-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63424, 2192, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63425, 1913, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63426, 1931, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63427, 1886, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63428, 2173, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63429, 7475, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63430, 2186, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63431, 7313, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63432, 2200, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63433, 2185, '0', 'preview', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63434, 1960, '0', 'default', '2024-09-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63435, 1957, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63436, 1952, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63437, 5623, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63438, 5622, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63439, 2190, '0', 'preview', '2024-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63440, 5627, '0', 'preview', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63441, 2172, '0', 'preview', '2024-09-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63442, 2201, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63443, 2199, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63444, 2182, '0', 'preview', '2024-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63445, 2054, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63446, 2086, '0', 'preview', '2024-09-20', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63447, 2054, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63448, 1960, '0', 'preview', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63449, 2113, '0', 'preview', '2024-09-20', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63450, 1930, '0', 'preview', '2024-09-20', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63451, 2174, '0', 'default', '2024-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63452, 2172, '0', 'default', '2024-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63453, 1935, '0', 'preview', '2024-09-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63454, 1935, '0', 'default', '2024-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63455, 7312, '0', 'preview', '2024-09-20', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63456, 2158, '0', 'preview', '2024-09-20', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63457, 2016, '0', 'preview', '2024-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63458, 2112, '0', 'preview', '2024-09-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63459, 2190, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63460, 7471, '0', 'preview', '2024-09-20', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63461, 2175, '0', 'default', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63462, 7462, '0', 'preview', '2024-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63463, 2024, '0', 'preview', '2024-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63464, 2053, '0', 'default', '2024-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63465, 2198, '0', 'preview', '2024-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63466, 2179, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63467, 2169, '0', 'preview', '2024-09-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63468, 1950, '0', 'preview', '2024-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63469, 2015, '0', 'preview', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63470, 1886, '0', 'preview', '2024-09-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63471, 2023, '0', 'preview', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63472, 2027, '0', 'preview', '2024-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63473, 2028, '0', 'preview', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63474, 1938, '0', 'preview', '2024-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63475, 7312, '0', 'default', '2024-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63476, 2093, '0', 'preview', '2024-09-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63477, 7465, '0', 'preview', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63478, 5653, '0', 'preview', '2024-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63479, 7471, '0', 'default', '2024-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63480, 2182, '0', 'default', '2024-09-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63481, 7313, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63482, 2067, '0', 'preview', '2024-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63483, 2048, '0', 'preview', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63484, 7460, '0', 'default', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63485, 7461, '0', 'default', '2024-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63486, 7464, '0', 'default', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63487, 1960, '0', 'default', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63488, 2179, '0', 'default', '2024-09-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63489, 7311, '0', 'preview', '2024-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63490, 7475, '0', 'preview', '2024-09-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63491, 5628, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63492, 2181, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63493, 1964, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63494, 7475, '0', 'default', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63495, 2195, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63496, 2174, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63497, 2189, '0', 'default', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63498, 5705, '0', 'default', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63499, 5628, '0', 'default', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63500, 2197, '0', 'default', '2024-09-20', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63501, 2067, '0', 'default', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63502, 2200, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63503, 5702, '0', 'preview', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63504, 2176, '0', 'preview', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63505, 2053, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63506, 5705, '0', 'preview', '2024-09-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63507, 2196, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63508, 2189, '0', 'preview', '2024-09-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63509, 2027, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63510, 2170, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63511, 1925, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63512, 7474, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63513, 7474, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63514, 7470, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63515, 7470, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63516, 1950, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63517, 7461, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63518, 7462, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63519, 2141, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63520, 7463, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63521, 7463, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63522, 7468, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63523, 7468, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63524, 7473, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63525, 7473, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63526, 7460, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63527, 7472, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63528, 7472, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63529, 7465, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63530, 7466, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63531, 7466, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63532, 7469, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63533, 7469, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63534, 7464, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63535, 7467, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63536, 7467, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63537, 2192, '0', 'default', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63538, 1931, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63539, 2203, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63540, 2192, '0', 'preview', '2024-09-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63541, 2189, '0', 'default', '2024-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63542, 7471, '0', 'preview', '2024-09-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63543, 2048, '0', 'preview', '2024-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63544, 2067, '0', 'preview', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63545, 2182, '0', 'default', '2024-09-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63546, 7312, '0', 'default', '2024-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63547, 2201, '0', 'preview', '2024-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63548, 2201, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63549, 2190, '0', 'default', '2024-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63550, 2053, '0', 'default', '2024-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63551, 2175, '0', 'default', '2024-09-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63552, 2158, '0', 'preview', '2024-09-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63553, 7312, '0', 'preview', '2024-09-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63554, 2023, '0', 'preview', '2024-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63555, 1930, '0', 'preview', '2024-09-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63556, 1935, '0', 'preview', '2024-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63557, 2113, '0', 'preview', '2024-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63558, 5628, '0', 'preview', '2024-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63559, 2197, '0', 'preview', '2024-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63560, 2189, '0', 'preview', '2024-09-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63561, 2172, '0', 'default', '2024-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63562, 2192, '0', 'preview', '2024-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63563, 1913, '0', 'preview', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63564, 5702, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63565, 2190, '0', 'preview', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63566, 2016, '0', 'default', '2024-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63567, 2191, '0', 'preview', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63568, 2169, '0', 'preview', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63569, 2172, '0', 'preview', '2024-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63570, 2179, '0', 'preview', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63571, 1967, '0', 'preview', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63572, 7461, '0', 'preview', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63573, 1950, '0', 'preview', '2024-09-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63574, 7471, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63575, 2016, '0', 'preview', '2024-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63576, 2027, '0', 'preview', '2024-09-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63577, 2182, '0', 'preview', '2024-09-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63578, 2024, '0', 'preview', '2024-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63579, 2027, '0', 'default', '2024-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63580, 5628, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63581, 2197, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63582, 2086, '0', 'preview', '2024-09-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63583, 5621, '0', 'preview', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63584, 2093, '0', 'preview', '2024-09-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63585, 2112, '0', 'preview', '2024-09-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63586, 7311, '0', 'preview', '2024-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63587, 7474, '0', 'preview', '2024-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63588, 2086, '0', 'default', '2024-09-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63589, 2191, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63590, 2131, '0', 'preview', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63591, 7474, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63592, 2012, '0', 'preview', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63593, 2173, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63594, 2186, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63595, 1967, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63596, 5625, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63597, 2174, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63598, 5627, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63599, 1930, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63600, 7475, '0', 'preview', '2024-09-21', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63601, 1960, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63602, 2181, '0', 'default', '2024-09-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63603, 2053, '0', 'default', '2024-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63604, 2027, '0', 'preview', '2024-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63605, 1930, '0', 'preview', '2024-09-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63606, 2113, '0', 'preview', '2024-09-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63607, 1960, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63608, 2182, '0', 'default', '2024-09-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63609, 7474, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63610, 2016, '0', 'preview', '2024-09-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63611, 2024, '0', 'preview', '2024-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63612, 7312, '0', 'preview', '2024-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63613, 7462, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63614, 1930, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63615, 1935, '0', 'default', '2024-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63616, 2169, '0', 'preview', '2024-09-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63617, 2182, '0', 'preview', '2024-09-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63618, 1935, '0', 'preview', '2024-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63619, 2067, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63620, 2067, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63621, 2093, '0', 'default', '2024-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63622, 1967, '0', 'preview', '2024-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63623, 2179, '0', 'preview', '2024-09-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63624, 2188, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63625, 2141, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63626, 7464, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63627, 2189, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63628, 2198, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63629, 2048, '0', 'preview', '2024-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63630, 7473, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63631, 2190, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63632, 7472, '0', 'preview', '2024-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63633, 7475, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63634, 7471, '0', 'preview', '2024-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63635, 2172, '0', 'preview', '2024-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63636, 2186, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63637, 2174, '0', 'preview', '2024-09-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63638, 2175, '0', 'default', '2024-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63639, 5628, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63640, 7313, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63641, 1950, '0', 'preview', '2024-09-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63642, 2173, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63643, 2185, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63644, 1924, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63645, 2112, '0', 'preview', '2024-09-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63646, 7312, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63647, 1917, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63648, 2174, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63649, 2181, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63650, 2170, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63651, 7311, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63652, 5653, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63653, 2191, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63654, 5626, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63655, 2169, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63656, 2016, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63657, 7465, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63658, 2172, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63659, 2093, '0', 'preview', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63660, 2176, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63661, 7466, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63662, 2158, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63663, 2146, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63664, 2051, '0', 'default', '2024-09-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63665, 7472, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63666, 2093, '0', 'preview', '2024-09-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63667, 2150, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63668, 2169, '0', 'preview', '2024-09-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63669, 2172, '0', 'default', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63670, 2174, '0', 'default', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63671, 7312, '0', 'default', '2024-09-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63672, 2189, '0', 'default', '2024-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63673, 5628, '0', 'default', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63674, 2192, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63675, 5626, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63676, 2113, '0', 'preview', '2024-09-23', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63677, 1935, '0', 'preview', '2024-09-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63678, 2182, '0', 'preview', '2024-09-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63679, 2182, '0', 'default', '2024-09-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63680, 2112, '0', 'preview', '2024-09-23', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63681, 1930, '0', 'preview', '2024-09-23', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63682, 1960, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63683, 1960, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63684, 2086, '0', 'preview', '2024-09-23', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63685, 2053, '0', 'preview', '2024-09-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63686, 2179, '0', 'preview', '2024-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63687, 2189, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63688, 2188, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63689, 7464, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63690, 7464, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63691, 7474, '0', 'preview', '2024-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63692, 2175, '0', 'default', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63693, 7312, '0', 'preview', '2024-09-23', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63694, 5624, '0', 'preview', '2024-09-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63695, 2197, '0', 'preview', '2024-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63696, 5621, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63697, 7471, '0', 'default', '2024-09-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63698, 2172, '0', 'preview', '2024-09-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63699, 2190, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63700, 2054, '0', 'preview', '2024-09-23', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63701, 2131, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63702, 2185, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63703, 2183, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63704, 2174, '0', 'preview', '2024-09-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63705, 2175, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63706, 2173, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63707, 2184, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63708, 2186, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63709, 2141, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63710, 2067, '0', 'preview', '2024-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63711, 7461, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63712, 7463, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63713, 7462, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63714, 7460, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63715, 1920, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63716, 1924, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63717, 2165, '0', 'preview', '2024-09-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63718, 2166, '0', 'preview', '2024-09-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63719, 1931, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63720, 1932, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63721, 1933, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63722, 1937, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63723, 1950, '0', 'preview', '2024-09-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63724, 2151, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63725, 2152, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63726, 2149, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63727, 2150, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63728, 2153, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63729, 2154, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63730, 5628, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63731, 2203, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63732, 2024, '0', 'preview', '2024-09-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63733, 2198, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63734, 2191, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63735, 2192, '0', 'preview', '2024-09-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63736, 5701, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63737, 2195, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63738, 2196, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63739, 5626, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63740, 2200, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63741, 2190, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63742, 5627, '0', 'preview', '2024-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63743, 2199, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63744, 2201, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63745, 2053, '0', 'default', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63746, 2176, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63747, 1938, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63748, 2146, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63749, 2147, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63750, 2177, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63751, 1955, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63752, 2129, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63753, 2142, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63754, 7311, '0', 'preview', '2024-09-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63755, 2126, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63756, 5625, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63757, 5623, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63758, 5622, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63759, 5653, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63760, 2169, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63761, 2178, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63762, 1957, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63763, 6421, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63764, 6422, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63765, 1952, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63766, 2051, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63767, 1964, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63768, 2016, '0', 'preview', '2024-09-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63769, 2015, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63770, 2023, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63771, 2027, '0', 'preview', '2024-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63772, 2028, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63773, 7467, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63774, 7468, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63775, 7466, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63776, 7469, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63777, 7465, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63778, 7470, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63779, 1966, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63780, 2066, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63781, 2065, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63782, 1967, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63783, 2181, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63784, 5702, '0', 'preview', '2024-09-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63785, 7471, '0', 'preview', '2024-09-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63786, 7472, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63787, 7473, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63788, 2171, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63789, 2170, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63790, 7475, '0', 'default', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63791, 7313, '0', 'preview', '2024-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63792, 2048, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63793, 7475, '0', 'preview', '2024-09-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63794, 5705, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63795, 1886, '0', 'preview', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63796, 2158, '0', 'preview', '2024-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63797, 2112, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63798, 2148, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63799, 2012, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63800, 2088, '0', 'preview', '2024-09-23', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63801, 2049, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63802, 2087, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63803, 1917, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63804, 1912, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63805, 1908, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63806, 1911, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63807, 1918, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63808, 1915, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63809, 1914, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63810, 1916, '0', 'preview', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63811, 1913, '0', 'preview', '2024-09-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63812, 2049, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63813, 2087, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63814, 2086, '0', 'default', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63815, 2158, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63816, 2197, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63817, 2067, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63818, 5621, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63819, 5705, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63820, 2179, '0', 'default', '2024-09-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63821, 2173, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63822, 1967, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63823, 2024, '0', 'default', '2024-09-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63824, 2177, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63825, 2181, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63826, 1964, '0', 'default', '2024-09-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63827, 2086, '0', 'preview', '2024-09-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63828, 1950, '0', 'preview', '2024-09-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63829, 7312, '0', 'preview', '2024-09-24', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63830, 1930, '0', 'preview', '2024-09-24', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63831, 2113, '0', 'preview', '2024-09-24', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63832, 1935, '0', 'preview', '2024-09-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63833, 7311, '0', 'preview', '2024-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63834, 1886, '0', 'preview', '2024-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63835, 2169, '0', 'preview', '2024-09-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63836, 2172, '0', 'default', '2024-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63837, 2016, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63838, 7312, '0', 'default', '2024-09-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63839, 7472, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63840, 2112, '0', 'preview', '2024-09-24', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63841, 7471, '0', 'default', '2024-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63842, 5628, '0', 'preview', '2024-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63843, 2182, '0', 'preview', '2024-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63844, 2179, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63845, 2016, '0', 'preview', '2024-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63846, 1967, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63847, 1960, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63848, 7471, '0', 'preview', '2024-09-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63849, 2189, '0', 'preview', '2024-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63850, 5624, '0', 'preview', '2024-09-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63851, 7473, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63852, 2086, '0', 'default', '2024-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63853, 7474, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63854, 7462, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63855, 2048, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63856, 1938, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63857, 2176, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63858, 5653, '0', 'preview', '2024-09-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63859, 5705, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63860, 7475, '0', 'preview', '2024-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63861, 2188, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63862, 2187, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63863, 2175, '0', 'default', '2024-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63864, 2093, '0', 'preview', '2024-09-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63865, 2172, '0', 'preview', '2024-09-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63866, 2198, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63867, 2192, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63868, 2181, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63869, 2201, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63870, 1960, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63871, 2174, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63872, 2067, '0', 'preview', '2024-09-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63873, 2200, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63874, 2182, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63875, 2054, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63876, 7472, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63877, 2131, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63878, 2053, '0', 'default', '2024-09-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63879, 1931, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63880, 2158, '0', 'preview', '2024-09-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63881, 5625, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63882, 5623, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63883, 5622, '0', 'preview', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63884, 1933, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63885, 2093, '0', 'default', '2024-09-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63886, 2067, '0', 'preview', '2024-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63887, 1950, '0', 'preview', '2024-09-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63888, 1930, '0', 'preview', '2024-09-25', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63889, 2182, '0', 'preview', '2024-09-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63890, 2093, '0', 'preview', '2024-09-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63891, 2113, '0', 'preview', '2024-09-25', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63892, 2027, '0', 'preview', '2024-09-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63893, 2174, '0', 'default', '2024-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63894, 1935, '0', 'preview', '2024-09-25', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63895, 2158, '0', 'preview', '2024-09-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63896, 2175, '0', 'default', '2024-09-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63897, 1886, '0', 'preview', '2024-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63898, 7472, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63899, 7312, '0', 'preview', '2024-09-25', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63900, 2176, '0', 'preview', '2024-09-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63901, 7311, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63902, 7463, '0', 'default', '2024-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63903, 7463, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63904, 1950, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63905, 2169, '0', 'preview', '2024-09-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63906, 5705, '0', 'default', '2024-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63907, 2086, '0', 'preview', '2024-09-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63908, 7313, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63909, 7313, '0', 'default', '2024-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63910, 1935, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63911, 7475, '0', 'preview', '2024-09-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63912, 7474, '0', 'preview', '2024-09-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63913, 2172, '0', 'preview', '2024-09-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63914, 7471, '0', 'preview', '2024-09-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63915, 7471, '0', 'default', '2024-09-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63916, 2015, '0', 'preview', '2024-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63917, 2023, '0', 'preview', '2024-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63918, 2112, '0', 'preview', '2024-09-25', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63919, 1938, '0', 'preview', '2024-09-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63920, 2016, '0', 'preview', '2024-09-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63921, 2028, '0', 'preview', '2024-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63922, 2024, '0', 'preview', '2024-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63923, 2182, '0', 'default', '2024-09-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63924, 1932, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63925, 2198, '0', 'preview', '2024-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63926, 7311, '0', 'preview', '2024-09-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63927, 2190, '0', 'preview', '2024-09-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63928, 2192, '0', 'preview', '2024-09-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63929, 2189, '0', 'preview', '2024-09-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63930, 5653, '0', 'preview', '2024-09-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63931, 5624, '0', 'preview', '2024-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63932, 7472, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63933, 2048, '0', 'preview', '2024-09-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63934, 5702, '0', 'preview', '2024-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63935, 2176, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63936, 7312, '0', 'default', '2024-09-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63937, 7475, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63938, 2146, '0', 'preview', '2024-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63939, 2173, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63940, 2173, '0', 'preview', '2024-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63941, 7474, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63942, 2048, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63943, 1967, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63944, 2179, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63945, 2066, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63946, 1964, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63947, 2067, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63948, 2187, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63949, 2186, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63950, 2195, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63951, 2016, '0', 'default', '2024-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63952, 1960, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63953, 2188, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63954, 7461, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63955, 7462, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63956, 7464, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63957, 7464, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63958, 2172, '0', 'default', '2024-09-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63959, 2049, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63960, 2191, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63961, 2086, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63962, 2197, '0', 'preview', '2024-09-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63963, 2200, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63964, 2171, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63965, 2195, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63966, 2201, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63967, 2199, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63968, 2024, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63969, 2027, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63970, 7465, '0', 'default', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63971, 5626, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63972, 2141, '0', 'preview', '2024-09-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63973, 5705, '0', 'default', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63974, 2112, '0', 'preview', '2024-09-26', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63975, 2198, '0', 'preview', '2024-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63976, 1930, '0', 'preview', '2024-09-26', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63977, 2113, '0', 'preview', '2024-09-26', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63978, 7471, '0', 'default', '2024-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63979, 1935, '0', 'preview', '2024-09-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63980, 5653, '0', 'preview', '2024-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63981, 1950, '0', 'preview', '2024-09-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63982, 2093, '0', 'preview', '2024-09-26', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63983, 1938, '0', 'preview', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63984, 7312, '0', 'preview', '2024-09-26', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63985, 1886, '0', 'preview', '2024-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63986, 2169, '0', 'preview', '2024-09-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63987, 2086, '0', 'preview', '2024-09-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63988, 2200, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63989, 2024, '0', 'preview', '2024-09-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63990, 5624, '0', 'preview', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63991, 1935, '0', 'default', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63992, 7462, '0', 'default', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63993, 1925, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63994, 2172, '0', 'preview', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63995, 2173, '0', 'preview', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63996, 7463, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63997, 7464, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63998, 7461, '0', 'preview', '2024-09-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63999, 7471, '0', 'preview', '2024-09-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64000, 5702, '0', 'preview', '2024-09-26', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64001, 7312, '0', 'default', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64002, 2172, '0', 'default', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64003, 2203, '0', 'default', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64004, 7313, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64005, 2027, '0', 'preview', '2024-09-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64006, 2016, '0', 'preview', '2024-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64007, 2174, '0', 'preview', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64008, 7311, '0', 'preview', '2024-09-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64009, 2048, '0', 'preview', '2024-09-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64010, 2182, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64011, 7465, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64012, 2189, '0', 'preview', '2024-09-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64013, 5628, '0', 'preview', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64014, 2197, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64015, 7474, '0', 'default', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64016, 5625, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64017, 1918, '0', 'default', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64018, 1966, '0', 'preview', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64019, 2066, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64020, 7466, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64021, 7474, '0', 'preview', '2024-09-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64022, 2195, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64023, 5701, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64024, 2196, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64025, 2191, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64026, 2199, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64027, 2158, '0', 'preview', '2024-09-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64028, 5627, '0', 'default', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64029, 2192, '0', 'default', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64030, 2195, '0', 'default', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64031, 2181, '0', 'preview', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64032, 7475, '0', 'default', '2024-09-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64033, 7311, '0', 'preview', '2024-09-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64034, 7471, '0', 'preview', '2024-09-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64035, 2086, '0', 'preview', '2024-09-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64036, 7312, '0', 'preview', '2024-09-27', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64037, 2113, '0', 'preview', '2024-09-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64038, 2093, '0', 'preview', '2024-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64039, 2112, '0', 'preview', '2024-09-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64040, 1930, '0', 'preview', '2024-09-27', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64041, 1935, '0', 'preview', '2024-09-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64042, 2190, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64043, 2016, '0', 'preview', '2024-09-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64044, 2172, '0', 'default', '2024-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64045, 2172, '0', 'preview', '2024-09-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64046, 1950, '0', 'preview', '2024-09-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64047, 7471, '0', 'default', '2024-09-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64048, 2192, '0', 'default', '2024-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64049, 5626, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64050, 2200, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64051, 2189, '0', 'default', '2024-09-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64052, 5705, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64053, 1932, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64054, 1931, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64055, 2024, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64056, 7312, '0', 'default', '2024-09-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64057, 7311, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64058, 1930, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64059, 1931, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64060, 2113, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64061, 1935, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64062, 2176, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64063, 2146, '0', 'preview', '2024-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64064, 2177, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64065, 2067, '0', 'preview', '2024-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64066, 2192, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64067, 7474, '0', 'preview', '2024-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64068, 2170, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64069, 5624, '0', 'preview', '2024-09-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64070, 5653, '0', 'preview', '2024-09-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64071, 2086, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64072, 7463, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64073, 2174, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64074, 2051, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64075, 1964, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64076, 1886, '0', 'preview', '2024-09-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64077, 2027, '0', 'preview', '2024-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64078, 2182, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64079, 2182, '0', 'preview', '2024-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64080, 7463, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64081, 7464, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64082, 7461, '0', 'preview', '2024-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64083, 7462, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64084, 7460, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64085, 7313, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64086, 2169, '0', 'preview', '2024-09-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64087, 1918, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64088, 2170, '0', 'default', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64089, 7475, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64090, 7472, '0', 'preview', '2024-09-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64091, 2016, '0', 'preview', '2024-09-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64092, 1916, '0', 'preview', '2024-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64093, 7471, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64094, 7311, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64095, 7312, '0', 'preview', '2024-09-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64096, 2093, '0', 'preview', '2024-09-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64097, 1950, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64098, 2189, '0', 'preview', '2024-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64099, 2192, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64100, 2190, '0', 'preview', '2024-09-28', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64101, 2113, '0', 'preview', '2024-09-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64102, 1930, '0', 'preview', '2024-09-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64103, 2131, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64104, 2182, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64105, 2086, '0', 'preview', '2024-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64106, 2176, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64107, 2027, '0', 'preview', '2024-09-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64108, 2172, '0', 'default', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64109, 7473, '0', 'preview', '2024-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64110, 1931, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64111, 7475, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64112, 7313, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64113, 2086, '0', 'default', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64114, 2198, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64115, 2066, '0', 'default', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64116, 7466, '0', 'default', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64117, 1967, '0', 'default', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64118, 7312, '0', 'default', '2024-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64119, 2169, '0', 'default', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64120, 7475, '0', 'default', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64121, 2112, '0', 'default', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64122, 7474, '0', 'default', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64123, 7462, '0', 'default', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64124, 2169, '0', 'preview', '2024-09-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64125, 2067, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64126, 2024, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64127, 2028, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64128, 2112, '0', 'preview', '2024-09-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64129, 1960, '0', 'default', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64130, 5627, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64131, 2201, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64132, 1935, '0', 'preview', '2024-09-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64133, 7311, '0', 'preview', '2024-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64134, 7312, '0', 'preview', '2024-09-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64135, 2112, '0', 'preview', '2024-09-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64136, 1930, '0', 'preview', '2024-09-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64137, 2113, '0', 'preview', '2024-09-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64138, 1935, '0', 'preview', '2024-09-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64139, 2151, '0', 'preview', '2024-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64140, 2152, '0', 'preview', '2024-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64141, 2169, '0', 'preview', '2024-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64142, 5624, '0', 'preview', '2024-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64143, 1950, '0', 'preview', '2024-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64144, 5653, '0', 'preview', '2024-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64145, 7474, '0', 'preview', '2024-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64146, 2024, '0', 'preview', '2024-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64147, 2027, '0', 'preview', '2024-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64148, 2201, '0', 'preview', '2024-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64149, 2184, '0', 'default', '2024-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64150, 2086, '0', 'preview', '2024-09-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64151, 2093, '0', 'preview', '2024-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64152, 7312, '0', 'default', '2024-09-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64153, 1886, '0', 'preview', '2024-09-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64154, 1950, '0', 'preview', '2024-09-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64155, 5653, '0', 'preview', '2024-09-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64156, 2112, '0', 'preview', '2024-09-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64157, 5624, '0', 'preview', '2024-09-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64158, 7312, '0', 'preview', '2024-09-30', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64159, 2086, '0', 'preview', '2024-09-30', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64160, 6422, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64161, 2027, '0', 'preview', '2024-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64162, 2113, '0', 'preview', '2024-09-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64163, 1930, '0', 'preview', '2024-09-30', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64164, 1935, '0', 'preview', '2024-09-30', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64165, 2182, '0', 'default', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64166, 2088, '0', 'default', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64167, 7471, '0', 'preview', '2024-09-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64168, 2024, '0', 'preview', '2024-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64169, 7471, '0', 'default', '2024-09-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64170, 2169, '0', 'preview', '2024-09-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64171, 2172, '0', 'preview', '2024-09-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64172, 7474, '0', 'default', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64173, 2048, '0', 'preview', '2024-09-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64174, 7312, '0', 'default', '2024-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64175, 2088, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64176, 2176, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64177, 2093, '0', 'preview', '2024-09-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64178, 2053, '0', 'preview', '2024-09-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64179, 2201, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64180, 2182, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64181, 7475, '0', 'preview', '2024-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64182, 7463, '0', 'default', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64183, 7311, '0', 'preview', '2024-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64184, 7475, '0', 'default', '2024-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64185, 5621, '0', 'preview', '2024-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64186, 1886, '0', 'preview', '2024-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64187, 2067, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64188, 5702, '0', 'preview', '2024-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64189, 7474, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64190, 2053, '0', 'default', '2024-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64191, 2198, '0', 'preview', '2024-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64192, 2016, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64193, 1960, '0', 'default', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64194, 2200, '0', 'preview', '2024-09-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64195, 7313, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64196, 7473, '0', 'preview', '2024-09-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64197, 7621, '0', 'preview', '2024-09-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64198, 7622, '0', 'preview', '2024-09-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64199, 7624, '0', 'preview', '2024-09-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64200, 7623, '0', 'preview', '2024-09-30', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64201, 2192, '0', 'preview', '2024-09-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64202, 5628, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64203, 2158, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64204, 2054, '0', 'default', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64205, 2012, '0', 'default', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64206, 2190, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64207, 2189, '0', 'preview', '2024-09-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64208, 1930, '0', 'preview', '2024-10-01', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64209, 7312, '0', 'preview', '2024-10-01', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64210, 2113, '0', 'preview', '2024-10-01', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64211, 2086, '0', 'preview', '2024-10-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64212, 1935, '0', 'preview', '2024-10-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64213, 7621, '0', 'preview', '2024-10-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64214, 2016, '0', 'preview', '2024-10-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64215, 2024, '0', 'preview', '2024-10-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64216, 2027, '0', 'preview', '2024-10-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64217, 2169, '0', 'preview', '2024-10-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64218, 2067, '0', 'preview', '2024-10-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64219, 2112, '0', 'preview', '2024-10-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64220, 7471, '0', 'preview', '2024-10-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64221, 5624, '0', 'preview', '2024-10-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64222, 5653, '0', 'preview', '2024-10-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64223, 1950, '0', 'preview', '2024-10-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64224, 5628, '0', 'preview', '2024-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64225, 2203, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64226, 2198, '0', 'preview', '2024-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64227, 2093, '0', 'preview', '2024-10-01', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64228, 2048, '0', 'preview', '2024-10-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64229, 7474, '0', 'preview', '2024-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64230, 1938, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64231, 7475, '0', 'preview', '2024-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64232, 7461, '0', 'default', '2024-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64233, 7312, '0', 'default', '2024-10-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64234, 7624, '0', 'preview', '2024-10-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64235, 2176, '0', 'preview', '2024-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64236, 7623, '0', 'preview', '2024-10-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64237, 7473, '0', 'preview', '2024-10-01', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64238, 1931, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64239, 7467, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64240, 2053, '0', 'preview', '2024-10-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64241, 2088, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64242, 7311, '0', 'preview', '2024-10-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64243, 7622, '0', 'preview', '2024-10-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64244, 1886, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64245, 2158, '0', 'preview', '2024-10-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64246, 5702, '0', 'preview', '2024-10-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64247, 2088, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64248, 7461, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64249, 7702, '0', 'preview', '2024-10-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64250, 7463, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64251, 7464, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64252, 7460, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64253, 5622, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64254, 6421, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64255, 1957, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64256, 2178, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64257, 2189, '0', 'preview', '2024-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64258, 7702, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64259, 5626, '0', 'preview', '2024-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64260, 7313, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64261, 2172, '0', 'preview', '2024-10-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64262, 7621, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64263, 2182, '0', 'preview', '2024-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64264, 2192, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64265, 1964, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64266, 2190, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64267, 5621, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64268, 2176, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64269, 2012, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64270, 7625, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64271, 7623, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64272, 7625, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64273, 7624, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64274, 7622, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64275, 2181, '0', 'preview', '2024-10-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64276, 2172, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64277, 5621, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64278, 7471, '0', 'default', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64279, 1932, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64280, 2086, '0', 'preview', '2024-10-02', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64281, 1930, '0', 'preview', '2024-10-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64282, 2053, '0', 'default', '2024-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64283, 7702, '0', 'preview', '2024-10-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64284, 7621, '0', 'default', '2024-10-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64285, 7621, '0', 'preview', '2024-10-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64286, 2093, '0', 'preview', '2024-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64287, 2112, '0', 'preview', '2024-10-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64288, 7475, '0', 'preview', '2024-10-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64289, 1950, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64290, 5653, '0', 'preview', '2024-10-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64291, 5624, '0', 'preview', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64292, 2113, '0', 'preview', '2024-10-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64293, 7312, '0', 'preview', '2024-10-02', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64294, 7473, '0', 'preview', '2024-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64295, 2182, '0', 'default', '2024-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64296, 2182, '0', 'preview', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64297, 1935, '0', 'preview', '2024-10-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64298, 2198, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64299, 2027, '0', 'preview', '2024-10-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64300, 7622, '0', 'preview', '2024-10-02', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64301, 2172, '0', 'preview', '2024-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64302, 7466, '0', 'preview', '2024-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64303, 1966, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64304, 1966, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64305, 2024, '0', 'preview', '2024-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64306, 2016, '0', 'preview', '2024-10-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64307, 7624, '0', 'default', '2024-10-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64308, 7471, '0', 'preview', '2024-10-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64309, 7312, '0', 'default', '2024-10-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64310, 2169, '0', 'preview', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64311, 5628, '0', 'preview', '2024-10-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64312, 7623, '0', 'default', '2024-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64313, 7623, '0', 'preview', '2024-10-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64314, 7464, '0', 'preview', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64315, 7463, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64316, 1967, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64317, 2179, '0', 'preview', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64318, 2086, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64319, 1913, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64320, 7461, '0', 'default', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64321, 7462, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64322, 5628, '0', 'default', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64323, 2170, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64324, 7474, '0', 'default', '2024-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64325, 5626, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64326, 5627, '0', 'default', '2024-10-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64327, 2201, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64328, 7467, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64329, 7466, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64330, 7471, '0', 'default', '2024-10-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64331, 2169, '0', 'default', '2024-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64332, 7624, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64333, 7474, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64334, 7463, '0', 'default', '2024-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64335, 7460, '0', 'default', '2024-10-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64336, 2172, '0', 'default', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64337, 2198, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64338, 5653, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64339, 6421, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64340, 1952, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64341, 2051, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64342, 1964, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64343, 1967, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64344, 2179, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64345, 2176, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64346, 1938, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64347, 2177, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64348, 7706, '0', 'preview', '2024-10-02', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64349, 2158, '0', 'preview', '2024-10-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64350, 2176, '0', 'preview', '2024-10-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64351, 2066, '0', 'default', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64352, 1938, '0', 'preview', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64353, 2053, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64354, 2177, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64355, 2190, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64356, 1886, '0', 'preview', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64357, 7311, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64358, 5627, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64359, 7465, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64360, 7706, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64361, 2181, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64362, 7475, '0', 'default', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64363, 2158, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64364, 7464, '0', 'default', '2024-10-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64365, 5705, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64366, 2027, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64367, 2201, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64368, 2112, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64369, 2174, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64370, 1935, '0', 'default', '2024-10-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64371, 7312, '0', 'preview', '2024-10-03', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64372, 2086, '0', 'preview', '2024-10-03', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64373, 2016, '0', 'preview', '2024-10-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64374, 7621, '0', 'preview', '2024-10-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64375, 2027, '0', 'preview', '2024-10-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64376, 1930, '0', 'preview', '2024-10-03', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64377, 2024, '0', 'preview', '2024-10-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64378, 7706, '0', 'preview', '2024-10-03', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64379, 2053, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64380, 1915, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64381, 1935, '0', 'preview', '2024-10-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64382, 2113, '0', 'preview', '2024-10-03', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64383, 7706, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64384, 2169, '0', 'preview', '2024-10-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64385, 2112, '0', 'preview', '2024-10-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64386, 1935, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64387, 7474, '0', 'preview', '2024-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64388, 2190, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64389, 7624, '0', 'preview', '2024-10-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64390, 2170, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64391, 7311, '0', 'preview', '2024-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64392, 7473, '0', 'preview', '2024-10-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64393, 2189, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64394, 7623, '0', 'preview', '2024-10-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64395, 7622, '0', 'preview', '2024-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64396, 5653, '0', 'preview', '2024-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64397, 7471, '0', 'default', '2024-10-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64398, 2172, '0', 'preview', '2024-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64399, 2179, '0', 'preview', '2024-10-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64400, 1967, '0', 'preview', '2024-10-03', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64401, 1950, '0', 'preview', '2024-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64402, 7621, '0', 'default', '2024-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64403, 2189, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64404, 7471, '0', 'preview', '2024-10-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64405, 5624, '0', 'preview', '2024-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64406, 2048, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64407, 2182, '0', 'default', '2024-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64408, 5705, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64409, 7312, '0', 'default', '2024-10-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64410, 5628, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64411, 2093, '0', 'preview', '2024-10-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64412, 7465, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64413, 2015, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64414, 7463, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64415, 7463, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64416, 7462, '0', 'preview', '2024-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64417, 7464, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64418, 7475, '0', 'preview', '2024-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64419, 7473, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64420, 7475, '0', 'default', '2024-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64421, 5624, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64422, 2065, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64423, 1950, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64424, 2182, '0', 'preview', '2024-10-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64425, 7313, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64426, 2048, '0', 'preview', '2024-10-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64427, 2158, '0', 'preview', '2024-10-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64428, 2172, '0', 'default', '2024-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64429, 2200, '0', 'preview', '2024-10-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64430, 2142, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64431, 7474, '0', 'default', '2024-10-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64432, 2169, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64433, 2150, '0', 'default', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64434, 1886, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64435, 2192, '0', 'preview', '2024-10-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64436, 7706, '0', 'preview', '2024-10-04', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64437, 7471, '0', 'preview', '2024-10-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64438, 7471, '0', 'default', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64439, 7475, '0', 'preview', '2024-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64440, 7312, '0', 'preview', '2024-10-04', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64441, 1938, '0', 'preview', '2024-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64442, 1935, '0', 'preview', '2024-10-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64443, 2113, '0', 'preview', '2024-10-04', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64444, 2169, '0', 'preview', '2024-10-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64445, 1930, '0', 'preview', '2024-10-04', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64446, 2093, '0', 'preview', '2024-10-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64447, 2086, '0', 'preview', '2024-10-04', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64448, 2178, '0', 'default', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64449, 1950, '0', 'preview', '2024-10-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64450, 2016, '0', 'preview', '2024-10-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64451, 2027, '0', 'preview', '2024-10-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64452, 2024, '0', 'preview', '2024-10-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64453, 7621, '0', 'preview', '2024-10-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64454, 2181, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64455, 2048, '0', 'default', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64456, 5653, '0', 'preview', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64457, 7624, '0', 'preview', '2024-10-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64458, 5627, '0', 'preview', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64459, 7623, '0', 'preview', '2024-10-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64460, 1917, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64461, 7473, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64462, 2112, '0', 'preview', '2024-10-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64463, 2200, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64464, 2169, '0', 'default', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64465, 2048, '0', 'preview', '2024-10-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64466, 2172, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64467, 2179, '0', 'default', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64468, 2179, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64469, 1967, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64470, 5624, '0', 'preview', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64471, 7621, '0', 'default', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64472, 7623, '0', 'default', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64473, 7624, '0', 'default', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64474, 2053, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64475, 2176, '0', 'default', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64476, 2182, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64477, 2053, '0', 'default', '2024-10-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64478, 2182, '0', 'default', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64479, 2054, '0', 'default', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64480, 2141, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64481, 2189, '0', 'default', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64482, 5628, '0', 'default', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64483, 2198, '0', 'preview', '2024-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64484, 2172, '0', 'default', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64485, 2067, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64486, 2170, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64487, 7311, '0', 'preview', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64488, 2189, '0', 'preview', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64489, 7474, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64490, 1886, '0', 'preview', '2024-10-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64491, 2023, '0', 'preview', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64492, 2015, '0', 'preview', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64493, 2028, '0', 'preview', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64494, 7464, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64495, 2187, '0', 'preview', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64496, 7706, '0', 'default', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64497, 7312, '0', 'default', '2024-10-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64498, 2190, '0', 'default', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64499, 2192, '0', 'default', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64500, 2192, '0', 'preview', '2024-10-04', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64501, 1925, '0', 'preview', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64502, 2086, '0', 'default', '2024-10-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64503, 7706, '0', 'preview', '2024-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64504, 7473, '0', 'preview', '2024-10-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64505, 7312, '0', 'preview', '2024-10-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64506, 2086, '0', 'preview', '2024-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64507, 2112, '0', 'preview', '2024-10-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64508, 2113, '0', 'preview', '2024-10-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64509, 1930, '0', 'preview', '2024-10-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64510, 2093, '0', 'preview', '2024-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64511, 2176, '0', 'preview', '2024-10-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64512, 1938, '0', 'preview', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64513, 2177, '0', 'preview', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64514, 2048, '0', 'preview', '2024-10-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64515, 2169, '0', 'preview', '2024-10-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64516, 1950, '0', 'preview', '2024-10-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64517, 1935, '0', 'preview', '2024-10-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64518, 2200, '0', 'preview', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64519, 2172, '0', 'preview', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64520, 2182, '0', 'preview', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64521, 7464, '0', 'preview', '2024-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64522, 7464, '0', 'default', '2024-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64523, 7463, '0', 'default', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64524, 2016, '0', 'preview', '2024-10-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64525, 7465, '0', 'preview', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64526, 2198, '0', 'preview', '2024-10-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64527, 2141, '0', 'default', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64528, 2027, '0', 'preview', '2024-10-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64529, 7621, '0', 'preview', '2024-10-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64530, 2024, '0', 'preview', '2024-10-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64531, 2182, '0', 'default', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64532, 2027, '0', 'default', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64533, 7624, '0', 'preview', '2024-10-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64534, 5622, '0', 'preview', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64535, 5653, '0', 'preview', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64536, 6421, '0', 'preview', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64537, 7623, '0', 'preview', '2024-10-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64538, 7622, '0', 'preview', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64539, 7311, '0', 'preview', '2024-10-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64540, 2182, '0', 'preview', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64541, 7623, '0', 'preview', '2024-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64542, 2201, '0', 'preview', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64543, 1930, '0', 'preview', '2024-10-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64544, 2172, '0', 'preview', '2024-10-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64545, 2113, '0', 'preview', '2024-10-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64546, 7312, '0', 'preview', '2024-10-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64547, 1935, '0', 'preview', '2024-10-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64548, 2027, '0', 'preview', '2024-10-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64549, 2024, '0', 'preview', '2024-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64550, 1950, '0', 'preview', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64551, 2012, '0', 'default', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64552, 2189, '0', 'preview', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64553, 7621, '0', 'preview', '2024-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64554, 7471, '0', 'preview', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64555, 1918, '0', 'preview', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64556, 2112, '0', 'preview', '2024-10-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64557, 2176, '0', 'preview', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64558, 7706, '0', 'preview', '2024-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64559, 2086, '0', 'preview', '2024-10-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64560, 2016, '0', 'preview', '2024-10-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64561, 7622, '0', 'preview', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64562, 2169, '0', 'preview', '2024-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64563, 7473, '0', 'preview', '2024-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64564, 2093, '0', 'preview', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64565, 7624, '0', 'preview', '2024-10-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64566, 7312, '0', 'default', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64567, 2172, '0', 'default', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64568, 2016, '0', 'default', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64569, 7311, '0', 'preview', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64570, 2198, '0', 'preview', '2024-10-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64571, 7312, '0', 'preview', '2024-10-07', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64572, 1930, '0', 'preview', '2024-10-07', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64573, 2113, '0', 'preview', '2024-10-07', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64574, 2086, '0', 'preview', '2024-10-07', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64575, 2112, '0', 'preview', '2024-10-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64576, 2027, '0', 'preview', '2024-10-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64577, 7311, '0', 'preview', '2024-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64578, 7473, '0', 'preview', '2024-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64579, 2182, '0', 'preview', '2024-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64580, 7621, '0', 'preview', '2024-10-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64581, 2016, '0', 'preview', '2024-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64582, 2024, '0', 'preview', '2024-10-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64583, 7471, '0', 'preview', '2024-10-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64584, 1950, '0', 'preview', '2024-10-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64585, 1935, '0', 'preview', '2024-10-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64586, 5653, '0', 'default', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64587, 7706, '0', 'preview', '2024-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64588, 7471, '0', 'default', '2024-10-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64589, 7463, '0', 'default', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64590, 7623, '0', 'preview', '2024-10-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64591, 7475, '0', 'preview', '2024-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64592, 7461, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64593, 2093, '0', 'preview', '2024-10-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64594, 2192, '0', 'preview', '2024-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64595, 2189, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64596, 7622, '0', 'preview', '2024-10-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64597, 7463, '0', 'preview', '2024-10-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64598, 2185, '0', 'preview', '2024-10-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64599, 7462, '0', 'preview', '2024-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64600, 2172, '0', 'default', '2024-10-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64601, 2172, '0', 'preview', '2024-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64602, 2048, '0', 'preview', '2024-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64603, 7312, '0', 'default', '2024-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64604, 2067, '0', 'default', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64605, 7474, '0', 'default', '2024-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64606, 2200, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64607, 7624, '0', 'preview', '2024-10-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64608, 2169, '0', 'preview', '2024-10-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64609, 2067, '0', 'preview', '2024-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64610, 2174, '0', 'preview', '2024-10-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64611, 7464, '0', 'preview', '2024-10-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64612, 2141, '0', 'default', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64613, 2185, '0', 'default', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64614, 2053, '0', 'default', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64615, 2183, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64616, 2189, '0', 'default', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64617, 7460, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64618, 7467, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64619, 7466, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64620, 1966, '0', 'preview', '2024-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64621, 2066, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64622, 7465, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64623, 7474, '0', 'preview', '2024-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64624, 2141, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64625, 1952, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64626, 2182, '0', 'default', '2024-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64627, 5624, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64628, 5653, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64629, 7475, '0', 'default', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64630, 2169, '0', 'default', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64631, 1886, '0', 'preview', '2024-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64632, 2186, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64633, 2201, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64634, 5628, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64635, 1967, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64636, 2087, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64637, 2012, '0', 'preview', '2024-10-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64638, 2049, '0', 'preview', '2024-10-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64639, 2086, '0', 'preview', '2024-10-08', 74);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64640, 2113, '0', 'preview', '2024-10-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64641, 2023, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64642, 7312, '0', 'default', '2024-10-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64643, 5653, '0', 'preview', '2024-10-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64644, 5624, '0', 'preview', '2024-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64645, 1935, '0', 'preview', '2024-10-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64646, 1913, '0', 'preview', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64647, 2112, '0', 'preview', '2024-10-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64648, 2112, '0', 'default', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64649, 2169, '0', 'preview', '2024-10-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64650, 2053, '0', 'preview', '2024-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64651, 1918, '0', 'default', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64652, 7312, '0', 'preview', '2024-10-08', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64653, 1930, '0', 'preview', '2024-10-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64654, 1911, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64655, 7624, '0', 'preview', '2024-10-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64656, 2027, '0', 'preview', '2024-10-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64657, 2024, '0', 'preview', '2024-10-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64658, 2016, '0', 'preview', '2024-10-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64659, 2198, '0', 'preview', '2024-10-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64660, 2182, '0', 'default', '2024-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64661, 7313, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64662, 2048, '0', 'preview', '2024-10-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64663, 2067, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64664, 2189, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64665, 1935, '0', 'default', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64666, 2189, '0', 'default', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64667, 7473, '0', 'preview', '2024-10-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64668, 7311, '0', 'preview', '2024-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64669, 7621, '0', 'preview', '2024-10-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64670, 7621, '0', 'default', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64671, 7623, '0', 'default', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64672, 7624, '0', 'default', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64673, 2200, '0', 'preview', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64674, 1964, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64675, 2192, '0', 'preview', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64676, 7471, '0', 'preview', '2024-10-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64677, 7465, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64678, 2190, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64679, 2158, '0', 'preview', '2024-10-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64680, 7623, '0', 'preview', '2024-10-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64681, 2172, '0', 'preview', '2024-10-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64682, 1967, '0', 'preview', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64683, 7461, '0', 'preview', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64684, 7463, '0', 'preview', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64685, 1950, '0', 'preview', '2024-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64686, 2093, '0', 'preview', '2024-10-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64687, 2086, '0', 'default', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64688, 2172, '0', 'default', '2024-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64689, 5621, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64690, 2176, '0', 'preview', '2024-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64691, 1938, '0', 'preview', '2024-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64692, 2169, '0', 'default', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64693, 2048, '0', 'default', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64694, 1967, '0', 'default', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64695, 7471, '0', 'default', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64696, 7475, '0', 'preview', '2024-10-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64697, 2182, '0', 'preview', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64698, 2053, '0', 'default', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64699, 7474, '0', 'preview', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64700, 2197, '0', 'default', '2024-10-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64701, 1957, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64702, 5625, '0', 'preview', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64703, 2178, '0', 'preview', '2024-10-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64704, 5622, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64705, 1960, '0', 'default', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64706, 1960, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64707, 7706, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64708, 7466, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64709, 1966, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64710, 2173, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64711, 2188, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64712, 2141, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64713, 2086, '0', 'preview', '2024-10-09', 111);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64714, 2053, '0', 'default', '2024-10-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64715, 1950, '0', 'preview', '2024-10-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64716, 2113, '0', 'preview', '2024-10-09', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64717, 1930, '0', 'preview', '2024-10-09', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64718, 5702, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64719, 2189, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64720, 2182, '0', 'preview', '2024-10-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64721, 2067, '0', 'default', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64722, 2067, '0', 'preview', '2024-10-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64723, 7462, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64724, 7462, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64725, 7621, '0', 'default', '2024-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64726, 7621, '0', 'preview', '2024-10-09', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64727, 1935, '0', 'default', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64728, 1925, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64729, 1925, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64730, 7472, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64731, 7312, '0', 'default', '2024-10-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64732, 7471, '0', 'default', '2024-10-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64733, 1952, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64734, 7624, '0', 'default', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64735, 7475, '0', 'default', '2024-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64736, 7475, '0', 'preview', '2024-10-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64737, 7471, '0', 'preview', '2024-10-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64738, 7461, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64739, 7623, '0', 'default', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64740, 5626, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64741, 7623, '0', 'preview', '2024-10-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64742, 7624, '0', 'preview', '2024-10-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64743, 7312, '0', 'preview', '2024-10-09', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64744, 2112, '0', 'preview', '2024-10-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64745, 1935, '0', 'preview', '2024-10-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64746, 7311, '0', 'preview', '2024-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64747, 7622, '0', 'preview', '2024-10-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64748, 5624, '0', 'preview', '2024-10-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64749, 5653, '0', 'preview', '2024-10-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64750, 2158, '0', 'preview', '2024-10-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64751, 2169, '0', 'preview', '2024-10-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64752, 7473, '0', 'preview', '2024-10-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64753, 2048, '0', 'preview', '2024-10-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64754, 1960, '0', 'preview', '2024-10-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64755, 2186, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64756, 7311, '0', 'default', '2024-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64757, 7464, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64758, 7463, '0', 'preview', '2024-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64759, 2200, '0', 'preview', '2024-10-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64760, 2024, '0', 'preview', '2024-10-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64761, 2158, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64762, 2093, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64763, 7466, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64764, 1957, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64765, 1950, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64766, 2197, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64767, 1967, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64768, 5627, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64769, 2199, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64770, 2198, '0', 'preview', '2024-10-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64771, 5628, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64772, 7474, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64773, 2054, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64774, 5628, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64775, 2197, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64776, 2198, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64777, 2016, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64778, 7313, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64779, 7463, '0', 'default', '2024-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64780, 7464, '0', 'default', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64781, 2203, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64782, 2049, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64783, 2016, '0', 'preview', '2024-10-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64784, 2172, '0', 'preview', '2024-10-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64785, 2179, '0', 'preview', '2024-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64786, 2027, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64787, 2027, '0', 'preview', '2024-10-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64788, 2024, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64789, 2182, '0', 'default', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64790, 2176, '0', 'default', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64791, 2192, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64792, 2185, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64793, 2201, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64794, 1886, '0', 'preview', '2024-10-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64795, 1938, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64796, 2176, '0', 'preview', '2024-10-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64797, 2015, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64798, 2023, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64799, 2028, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64800, 2053, '0', 'preview', '2024-10-09', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64801, 1960, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64802, 1930, '0', 'default', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64803, 2174, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64804, 2175, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64805, 2173, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64806, 2177, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64807, 1967, '0', 'preview', '2024-10-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64808, 2086, '0', 'preview', '2024-10-10', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64809, 7312, '0', 'preview', '2024-10-10', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64810, 2169, '0', 'preview', '2024-10-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64811, 7623, '0', 'preview', '2024-10-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64812, 2179, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64813, 2112, '0', 'preview', '2024-10-10', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64814, 1935, '0', 'preview', '2024-10-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64815, 1930, '0', 'preview', '2024-10-10', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64816, 2113, '0', 'preview', '2024-10-10', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64817, 1950, '0', 'preview', '2024-10-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64818, 2048, '0', 'preview', '2024-10-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64819, 1938, '0', 'preview', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64820, 2027, '0', 'preview', '2024-10-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64821, 7474, '0', 'preview', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64822, 7465, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64823, 7471, '0', 'default', '2024-10-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64824, 7621, '0', 'preview', '2024-10-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64825, 7471, '0', 'preview', '2024-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64826, 2176, '0', 'preview', '2024-10-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64827, 7312, '0', 'default', '2024-10-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64828, 7475, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64829, 2172, '0', 'preview', '2024-10-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64830, 5653, '0', 'preview', '2024-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64831, 2182, '0', 'preview', '2024-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64832, 2158, '0', 'preview', '2024-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64833, 7475, '0', 'preview', '2024-10-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64834, 2053, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64835, 5624, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64836, 5628, '0', 'preview', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64837, 2203, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64838, 2197, '0', 'preview', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64839, 2016, '0', 'preview', '2024-10-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64840, 2200, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64841, 2198, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64842, 7622, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64843, 5621, '0', 'preview', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64844, 2086, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64845, 7463, '0', 'preview', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64846, 2048, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64847, 7311, '0', 'preview', '2024-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64848, 7473, '0', 'preview', '2024-10-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64849, 2053, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64850, 2093, '0', 'preview', '2024-10-10', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64851, 2067, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64852, 5626, '0', 'preview', '2024-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64853, 5701, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64854, 7624, '0', 'preview', '2024-10-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64855, 2177, '0', 'preview', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64856, 7465, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64857, 1912, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64858, 7706, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64859, 1886, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64860, 2024, '0', 'preview', '2024-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64861, 2172, '0', 'default', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64862, 2190, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64863, 5627, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64864, 7624, '0', 'default', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64865, 7623, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64866, 7621, '0', 'default', '2024-10-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64867, 7460, '0', 'preview', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64868, 2192, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64869, 7464, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64870, 7462, '0', 'preview', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64871, 7461, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64872, 2201, '0', 'preview', '2024-10-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64873, 7625, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64874, 7472, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64875, 7472, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64876, 7311, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64877, 7474, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64878, 7461, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64879, 7460, '0', 'default', '2024-10-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64880, 7623, '0', 'preview', '2024-10-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64881, 7621, '0', 'preview', '2024-10-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64882, 7624, '0', 'preview', '2024-10-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64883, 2086, '0', 'preview', '2024-10-11', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64884, 1950, '0', 'preview', '2024-10-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64885, 5653, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64886, 5624, '0', 'preview', '2024-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64887, 2093, '0', 'preview', '2024-10-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64888, 7312, '0', 'preview', '2024-10-11', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64889, 2169, '0', 'preview', '2024-10-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64890, 7462, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64891, 2174, '0', 'preview', '2024-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64892, 2113, '0', 'preview', '2024-10-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64893, 1930, '0', 'preview', '2024-10-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64894, 7471, '0', 'preview', '2024-10-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64895, 7473, '0', 'preview', '2024-10-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64896, 7311, '0', 'preview', '2024-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64897, 2112, '0', 'preview', '2024-10-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64898, 2024, '0', 'preview', '2024-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64899, 2172, '0', 'default', '2024-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64900, 7474, '0', 'preview', '2024-10-11', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64901, 1886, '0', 'preview', '2024-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64902, 7472, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64903, 7312, '0', 'default', '2024-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64904, 2053, '0', 'default', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64905, 2172, '0', 'preview', '2024-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64906, 2173, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64907, 2067, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64908, 7311, '0', 'default', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64909, 2170, '0', 'default', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64910, 1935, '0', 'preview', '2024-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64911, 2016, '0', 'preview', '2024-10-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64912, 2197, '0', 'preview', '2024-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64913, 7622, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64914, 7461, '0', 'preview', '2024-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64915, 2178, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64916, 2196, '0', 'default', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64917, 2196, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64918, 2195, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64919, 7475, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64920, 7474, '0', 'default', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64921, 2048, '0', 'preview', '2024-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64922, 2189, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64923, 2182, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64924, 5628, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64925, 2027, '0', 'preview', '2024-10-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64926, 2028, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64927, 7625, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64928, 7470, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64929, 7465, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64930, 7623, '0', 'default', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64931, 7471, '0', 'default', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64932, 1913, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64933, 1960, '0', 'preview', '2024-10-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64934, 2086, '0', 'preview', '2024-10-12', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64935, 1950, '0', 'preview', '2024-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64936, 2065, '0', 'default', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64937, 2027, '0', 'preview', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64938, 2024, '0', 'preview', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64939, 2016, '0', 'preview', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64940, 2113, '0', 'preview', '2024-10-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64941, 1930, '0', 'preview', '2024-10-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64942, 7312, '0', 'preview', '2024-10-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64943, 7624, '0', 'preview', '2024-10-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64944, 7471, '0', 'default', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64945, 1938, '0', 'preview', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64946, 2172, '0', 'default', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64947, 7473, '0', 'preview', '2024-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64948, 7621, '0', 'preview', '2024-10-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64949, 2182, '0', 'preview', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64950, 1935, '0', 'preview', '2024-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64951, 2093, '0', 'preview', '2024-10-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64952, 7623, '0', 'preview', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64953, 1886, '0', 'preview', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64954, 2053, '0', 'preview', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64955, 6422, '0', 'default', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64956, 2112, '0', 'preview', '2024-10-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64957, 2182, '0', 'default', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64958, 2175, '0', 'preview', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64959, 2169, '0', 'preview', '2024-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64960, 7474, '0', 'preview', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64961, 2190, '0', 'preview', '2024-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64962, 2198, '0', 'preview', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64963, 7312, '0', 'default', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64964, 7475, '0', 'default', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64965, 7311, '0', 'default', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64966, 2012, '0', 'preview', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64967, 7311, '0', 'preview', '2024-10-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64968, 7461, '0', 'preview', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64969, 5653, '0', 'preview', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64970, 2176, '0', 'preview', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64971, 2174, '0', 'preview', '2024-10-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64972, 2173, '0', 'preview', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64973, 1925, '0', 'preview', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64974, 7471, '0', 'preview', '2024-10-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64975, 2169, '0', 'preview', '2024-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64976, 2086, '0', 'preview', '2024-10-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64977, 1950, '0', 'preview', '2024-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64978, 7465, '0', 'preview', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64979, 7311, '0', 'preview', '2024-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64980, 7471, '0', 'default', '2024-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64981, 2182, '0', 'default', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64982, 2027, '0', 'preview', '2024-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64983, 7312, '0', 'preview', '2024-10-13', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64984, 7621, '0', 'preview', '2024-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64985, 1930, '0', 'preview', '2024-10-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64986, 7473, '0', 'preview', '2024-10-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64987, 2179, '0', 'preview', '2024-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64988, 1967, '0', 'preview', '2024-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64989, 2113, '0', 'preview', '2024-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64990, 1935, '0', 'preview', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64991, 2112, '0', 'preview', '2024-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64992, 7471, '0', 'preview', '2024-10-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64993, 7622, '0', 'default', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64994, 2197, '0', 'default', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64995, 7621, '0', 'default', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64996, 7623, '0', 'preview', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64997, 7472, '0', 'preview', '2024-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64998, 7462, '0', 'preview', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64999, 2093, '0', 'preview', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65000, 1924, '0', 'preview', '2024-10-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65001, 7312, '0', 'default', '2024-10-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65002, 2024, '0', 'preview', '2024-10-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65003, 7313, '0', 'preview', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65004, 7624, '0', 'preview', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65005, 1931, '0', 'default', '2024-10-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65006, 2169, '0', 'preview', '2024-10-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65007, 7473, '0', 'preview', '2024-10-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65008, 7624, '0', 'preview', '2024-10-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65009, 7471, '0', 'preview', '2024-10-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65010, 2172, '0', 'preview', '2024-10-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65011, 7312, '0', 'preview', '2024-10-14', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65012, 5627, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65013, 2201, '0', 'preview', '2024-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65014, 2086, '0', 'preview', '2024-10-14', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65015, 7621, '0', 'preview', '2024-10-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65016, 7623, '0', 'preview', '2024-10-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65017, 1930, '0', 'preview', '2024-10-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65018, 2113, '0', 'preview', '2024-10-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65019, 2182, '0', 'default', '2024-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65020, 2112, '0', 'preview', '2024-10-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65021, 2093, '0', 'preview', '2024-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65022, 7474, '0', 'preview', '2024-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65023, 1950, '0', 'preview', '2024-10-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65024, 1886, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65025, 2024, '0', 'preview', '2024-10-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65026, 2027, '0', 'preview', '2024-10-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65027, 2016, '0', 'preview', '2024-10-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65028, 2184, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65029, 1912, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65030, 1935, '0', 'preview', '2024-10-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65031, 1931, '0', 'default', '2024-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65032, 2053, '0', 'default', '2024-10-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65033, 2198, '0', 'preview', '2024-10-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65034, 1938, '0', 'preview', '2024-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65035, 2170, '0', 'default', '2024-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65036, 1912, '0', 'default', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65037, 7311, '0', 'preview', '2024-10-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65038, 2189, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65039, 7312, '0', 'default', '2024-10-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65040, 2053, '0', 'preview', '2024-10-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65041, 2182, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65042, 2172, '0', 'default', '2024-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65043, 7471, '0', 'default', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65044, 2170, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65045, 5653, '0', 'preview', '2024-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65046, 7622, '0', 'preview', '2024-10-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65047, 2054, '0', 'preview', '2024-10-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65048, 5624, '0', 'preview', '2024-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65049, 2067, '0', 'preview', '2024-10-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65050, 1933, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65051, 7463, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65052, 7464, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65053, 1964, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65054, 2049, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65055, 2087, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65056, 5621, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65057, 1930, '0', 'default', '2024-10-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65058, 1960, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65059, 7475, '0', 'default', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65060, 2054, '0', 'default', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65061, 7313, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65062, 7472, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65063, 7463, '0', 'default', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65064, 7464, '0', 'default', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65065, 7461, '0', 'default', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65066, 7460, '0', 'default', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65067, 1967, '0', 'default', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65068, 2179, '0', 'preview', '2024-10-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65069, 2176, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65070, 2182, '0', 'default', '2024-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65071, 2086, '0', 'preview', '2024-10-15', 347);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65072, 1930, '0', 'preview', '2024-10-15', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65073, 2113, '0', 'preview', '2024-10-15', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65074, 2201, '0', 'preview', '2024-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65075, 2048, '0', 'preview', '2024-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65076, 2198, '0', 'preview', '2024-10-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65077, 2027, '0', 'preview', '2024-10-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65078, 7623, '0', 'preview', '2024-10-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65079, 7624, '0', 'preview', '2024-10-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65080, 7621, '0', 'preview', '2024-10-15', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65081, 2016, '0', 'preview', '2024-10-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65082, 7471, '0', 'default', '2024-10-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65083, 2086, '0', 'default', '2024-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65084, 7471, '0', 'preview', '2024-10-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65085, 7312, '0', 'preview', '2024-10-15', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65086, 7474, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65087, 1950, '0', 'preview', '2024-10-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65088, 2112, '0', 'preview', '2024-10-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65089, 2189, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65090, 5628, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65091, 2054, '0', 'preview', '2024-10-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65092, 2197, '0', 'default', '2024-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65093, 2198, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65094, 7473, '0', 'preview', '2024-10-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65095, 2169, '0', 'preview', '2024-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65096, 1935, '0', 'preview', '2024-10-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65097, 7312, '0', 'default', '2024-10-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65098, 7622, '0', 'preview', '2024-10-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65099, 2158, '0', 'preview', '2024-10-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65100, 2053, '0', 'preview', '2024-10-15', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65101, 1960, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65102, 2024, '0', 'preview', '2024-10-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65103, 2172, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65104, 2189, '0', 'preview', '2024-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65105, 7474, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65106, 7311, '0', 'preview', '2024-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65107, 2179, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65108, 1967, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65109, 2172, '0', 'preview', '2024-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65110, 5628, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65111, 2067, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65112, 2197, '0', 'preview', '2024-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65113, 7472, '0', 'default', '2024-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65114, 2093, '0', 'preview', '2024-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65115, 2053, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65116, 7624, '0', 'default', '2024-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65117, 7621, '0', 'default', '2024-10-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65118, 7463, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65119, 2015, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65120, 7623, '0', 'default', '2024-10-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65121, 1930, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65122, 1932, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65123, 2054, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65124, 2199, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65125, 2192, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65126, 1964, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65127, 2190, '0', 'preview', '2024-10-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65128, 5624, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65129, 2066, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65130, 7467, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65131, 2051, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65132, 1938, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65133, 1964, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65134, 7313, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65135, 1935, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65136, 7622, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65137, 2182, '0', 'preview', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65138, 7475, '0', 'default', '2024-10-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65139, 2086, '0', 'preview', '2024-10-16', 80);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65140, 7622, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65141, 2169, '0', 'preview', '2024-10-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65142, 7471, '0', 'default', '2024-10-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65143, 1930, '0', 'preview', '2024-10-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65144, 2053, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65145, 2176, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65146, 1935, '0', 'preview', '2024-10-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65147, 2093, '0', 'preview', '2024-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65148, 7621, '0', 'preview', '2024-10-16', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65149, 7623, '0', 'preview', '2024-10-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65150, 7312, '0', 'preview', '2024-10-16', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65151, 2048, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65152, 7624, '0', 'preview', '2024-10-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65153, 7311, '0', 'preview', '2024-10-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65154, 7473, '0', 'preview', '2024-10-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65155, 7312, '0', 'default', '2024-10-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65156, 2067, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65157, 2067, '0', 'preview', '2024-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65158, 7475, '0', 'default', '2024-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65159, 7472, '0', 'default', '2024-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65160, 2113, '0', 'preview', '2024-10-16', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65161, 2016, '0', 'preview', '2024-10-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65162, 2024, '0', 'preview', '2024-10-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65163, 2174, '0', 'preview', '2024-10-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65164, 2149, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65165, 2182, '0', 'preview', '2024-10-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65166, 2112, '0', 'preview', '2024-10-16', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65167, 1918, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65168, 2027, '0', 'preview', '2024-10-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65169, 7474, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65170, 7471, '0', 'preview', '2024-10-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65171, 2158, '0', 'preview', '2024-10-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65172, 1950, '0', 'preview', '2024-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65173, 2200, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65174, 2172, '0', 'preview', '2024-10-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65175, 2053, '0', 'default', '2024-10-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65176, 2166, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65177, 7465, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65178, 7475, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65179, 2198, '0', 'preview', '2024-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65180, 2176, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65181, 2174, '0', 'default', '2024-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65182, 7463, '0', 'preview', '2024-10-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65183, 2131, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65184, 7461, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65185, 7467, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65186, 7621, '0', 'default', '2024-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65187, 1930, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65188, 1935, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65189, 2113, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65190, 2183, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65191, 7623, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65192, 2195, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65193, 7313, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65194, 5653, '0', 'preview', '2024-10-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65195, 5624, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65196, 2172, '0', 'default', '2024-10-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65197, 2179, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65198, 2201, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65199, 1960, '0', 'preview', '2024-10-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65200, 2054, '0', 'default', '2024-10-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65201, 1960, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65202, 2086, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65203, 2165, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65204, 7462, '0', 'preview', '2024-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65205, 1925, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65206, 2173, '0', 'preview', '2024-10-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65207, 2179, '0', 'default', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65208, 7313, '0', 'preview', '2024-10-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65209, 7312, '0', 'preview', '2024-10-17', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65210, 2086, '0', 'preview', '2024-10-17', 76);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65211, 2113, '0', 'preview', '2024-10-17', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65212, 1930, '0', 'preview', '2024-10-17', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65213, 2053, '0', 'default', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65214, 2112, '0', 'preview', '2024-10-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65215, 1935, '0', 'preview', '2024-10-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65216, 5653, '0', 'preview', '2024-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65217, 2172, '0', 'default', '2024-10-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65218, 2067, '0', 'preview', '2024-10-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65219, 7471, '0', 'preview', '2024-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65220, 5702, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65221, 1950, '0', 'preview', '2024-10-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65222, 7623, '0', 'preview', '2024-10-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65223, 2028, '0', 'preview', '2024-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65224, 2027, '0', 'preview', '2024-10-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65225, 1932, '0', 'default', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65226, 7624, '0', 'preview', '2024-10-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65227, 7621, '0', 'preview', '2024-10-17', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65228, 2190, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65229, 2182, '0', 'default', '2024-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65230, 2189, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65231, 7475, '0', 'default', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65232, 7475, '0', 'preview', '2024-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65233, 7474, '0', 'default', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65234, 2093, '0', 'preview', '2024-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65235, 2181, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65236, 7472, '0', 'preview', '2024-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65237, 2024, '0', 'preview', '2024-10-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65238, 7706, '0', 'preview', '2024-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65239, 7706, '0', 'default', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65240, 2189, '0', 'default', '2024-10-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65241, 7474, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65242, 7311, '0', 'preview', '2024-10-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65243, 1938, '0', 'preview', '2024-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65244, 2169, '0', 'preview', '2024-10-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65245, 7312, '0', 'default', '2024-10-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65246, 2172, '0', 'preview', '2024-10-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65247, 7313, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65248, 2179, '0', 'default', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65249, 2182, '0', 'preview', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65250, 2176, '0', 'preview', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65251, 7622, '0', 'preview', '2024-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65252, 7621, '0', 'default', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65253, 5628, '0', 'default', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65254, 2203, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65255, 5624, '0', 'preview', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65256, 2197, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65257, 1886, '0', 'preview', '2024-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65258, 2192, '0', 'preview', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65259, 2158, '0', 'default', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65260, 6421, '0', 'preview', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65261, 5623, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65262, 2048, '0', 'preview', '2024-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65263, 7471, '0', 'default', '2024-10-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65264, 2016, '0', 'preview', '2024-10-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65265, 2023, '0', 'preview', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65266, 2015, '0', 'preview', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65267, 7473, '0', 'preview', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65268, 1960, '0', 'preview', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65269, 1967, '0', 'default', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65270, 2086, '0', 'default', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65271, 7463, '0', 'preview', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65272, 7464, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65273, 1931, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65274, 1964, '0', 'preview', '2024-10-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65275, 2158, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65276, 1952, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65277, 2053, '0', 'preview', '2024-10-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65278, 2174, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65279, 1967, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65280, 2179, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65281, 7623, '0', 'preview', '2024-10-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65282, 7312, '0', 'preview', '2024-10-18', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65283, 1935, '0', 'preview', '2024-10-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65284, 2086, '0', 'preview', '2024-10-18', 72);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65285, 1950, '0', 'preview', '2024-10-18', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65286, 2015, '0', 'preview', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65287, 2112, '0', 'preview', '2024-10-18', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65288, 2023, '0', 'preview', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65289, 1886, '0', 'preview', '2024-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65290, 1930, '0', 'preview', '2024-10-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65291, 2027, '0', 'preview', '2024-10-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65292, 2024, '0', 'preview', '2024-10-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65293, 1938, '0', 'preview', '2024-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65294, 2113, '0', 'preview', '2024-10-18', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65295, 2169, '0', 'preview', '2024-10-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65296, 2016, '0', 'preview', '2024-10-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65297, 2028, '0', 'preview', '2024-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65298, 7621, '0', 'preview', '2024-10-18', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65299, 2172, '0', 'preview', '2024-10-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65300, 2172, '0', 'default', '2024-10-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65301, 7311, '0', 'preview', '2024-10-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65302, 7473, '0', 'preview', '2024-10-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65303, 7624, '0', 'preview', '2024-10-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65304, 2048, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65305, 1935, '0', 'default', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65306, 2113, '0', 'default', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65307, 2152, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65308, 2182, '0', 'preview', '2024-10-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65309, 5701, '0', 'preview', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65310, 7312, '0', 'default', '2024-10-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65311, 7471, '0', 'preview', '2024-10-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65312, 7463, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65313, 7464, '0', 'preview', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65314, 2066, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65315, 2066, '0', 'default', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65316, 2190, '0', 'preview', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65317, 2192, '0', 'preview', '2024-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65318, 2192, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65319, 7475, '0', 'preview', '2024-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65320, 7313, '0', 'preview', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65321, 7471, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65322, 2112, '0', 'default', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65323, 2179, '0', 'preview', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65324, 2179, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65325, 2178, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65326, 2150, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65327, 2150, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65328, 2129, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65329, 2166, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65330, 1957, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65331, 2166, '0', 'default', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65332, 1938, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65333, 2175, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65334, 2151, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65335, 2175, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65336, 1924, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65337, 1931, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65338, 2131, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65339, 2065, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65340, 2174, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65341, 2174, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65342, 2170, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65343, 2152, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65344, 2154, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65345, 1916, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65346, 2153, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65347, 2126, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65348, 1966, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65349, 7621, '0', 'default', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65350, 1911, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65351, 1911, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65352, 1913, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65353, 7461, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65354, 5628, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65355, 7623, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65356, 7466, '0', 'default', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65357, 7463, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65358, 7464, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65359, 2198, '0', 'preview', '2024-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65360, 5653, '0', 'preview', '2024-10-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65361, 5624, '0', 'preview', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65362, 2189, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65363, 2093, '0', 'preview', '2024-10-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65364, 1915, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65365, 2199, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65366, 2053, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65367, 2176, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65368, 5621, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65369, 2177, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65370, 2173, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65371, 2051, '0', 'preview', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65372, 1964, '0', 'preview', '2024-10-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65373, 1918, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65374, 1967, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65375, 2189, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65376, 2176, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65377, 7706, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65378, 2158, '0', 'preview', '2024-10-18', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65379, 7462, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65380, 2141, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65381, 2067, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65382, 2200, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65383, 5626, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65384, 2195, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65385, 2028, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65386, 2182, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65387, 2024, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65388, 7465, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65389, 7622, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65390, 2196, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65391, 5701, '0', 'default', '2024-10-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65392, 2086, '0', 'preview', '2024-10-19', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65393, 1908, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65394, 1930, '0', 'preview', '2024-10-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65395, 2113, '0', 'preview', '2024-10-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65396, 1935, '0', 'preview', '2024-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65397, 5624, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65398, 2182, '0', 'preview', '2024-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65399, 7621, '0', 'preview', '2024-10-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65400, 7312, '0', 'preview', '2024-10-19', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65401, 2172, '0', 'preview', '2024-10-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65402, 7312, '0', 'default', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65403, 2192, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65404, 7473, '0', 'preview', '2024-10-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65405, 2016, '0', 'preview', '2024-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65406, 2027, '0', 'preview', '2024-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65407, 7311, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65408, 7313, '0', 'preview', '2024-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65409, 7472, '0', 'preview', '2024-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65410, 7471, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65411, 7624, '0', 'preview', '2024-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65412, 2190, '0', 'preview', '2024-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65413, 7465, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65414, 2169, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65415, 2158, '0', 'preview', '2024-10-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65416, 1931, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65417, 7460, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65418, 2177, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65419, 2176, '0', 'preview', '2024-10-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65420, 7461, '0', 'default', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65421, 7464, '0', 'default', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65422, 2112, '0', 'preview', '2024-10-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65423, 1938, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65424, 7623, '0', 'preview', '2024-10-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65425, 2053, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65426, 2024, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65427, 2173, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65428, 2187, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65429, 7474, '0', 'preview', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65430, 2196, '0', 'default', '2024-10-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65431, 2113, '0', 'preview', '2024-10-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65432, 1930, '0', 'preview', '2024-10-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65433, 2086, '0', 'preview', '2024-10-20', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65434, 2112, '0', 'preview', '2024-10-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65435, 7621, '0', 'preview', '2024-10-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65436, 5624, '0', 'preview', '2024-10-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65437, 2053, '0', 'default', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65438, 7312, '0', 'preview', '2024-10-20', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65439, 5653, '0', 'preview', '2024-10-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65440, 2048, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65441, 1950, '0', 'preview', '2024-10-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65442, 7475, '0', 'preview', '2024-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65443, 2016, '0', 'preview', '2024-10-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65444, 1935, '0', 'preview', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65445, 7471, '0', 'preview', '2024-10-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65446, 7473, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65447, 2179, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65448, 2189, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65449, 2197, '0', 'preview', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65450, 2176, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65451, 2172, '0', 'preview', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65452, 1967, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65453, 7463, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65454, 5621, '0', 'preview', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65455, 2067, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65456, 2169, '0', 'preview', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65457, 2198, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65458, 2192, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65459, 7624, '0', 'preview', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65460, 7467, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65461, 7465, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65462, 2027, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65463, 2093, '0', 'preview', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65464, 2024, '0', 'preview', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65465, 1960, '0', 'default', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65466, 2196, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65467, 7622, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65468, 7623, '0', 'preview', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65469, 2182, '0', 'default', '2024-10-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65470, 1938, '0', 'preview', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65471, 7471, '0', 'default', '2024-10-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65472, 2169, '0', 'preview', '2024-10-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65473, 7621, '0', 'preview', '2024-10-21', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65474, 7312, '0', 'preview', '2024-10-21', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65475, 7623, '0', 'preview', '2024-10-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65476, 2086, '0', 'preview', '2024-10-21', 85);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65477, 1917, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65478, 7625, '0', 'preview', '2024-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65479, 2053, '0', 'preview', '2024-10-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65480, 7624, '0', 'preview', '2024-10-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65481, 7471, '0', 'preview', '2024-10-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65482, 1930, '0', 'preview', '2024-10-21', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65483, 2113, '0', 'preview', '2024-10-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65484, 7706, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65485, 2093, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65486, 2093, '0', 'preview', '2024-10-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65487, 2112, '0', 'preview', '2024-10-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65488, 2016, '0', 'preview', '2024-10-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65489, 5653, '0', 'preview', '2024-10-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65490, 1950, '0', 'preview', '2024-10-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65491, 2066, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65492, 2024, '0', 'preview', '2024-10-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65493, 7473, '0', 'preview', '2024-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65494, 7471, '0', 'default', '2024-10-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65495, 7312, '0', 'default', '2024-10-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65496, 2172, '0', 'default', '2024-10-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65497, 7475, '0', 'default', '2024-10-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65498, 7622, '0', 'preview', '2024-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65499, 2027, '0', 'preview', '2024-10-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65500, 2182, '0', 'preview', '2024-10-21', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65501, 1935, '0', 'preview', '2024-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65502, 7463, '0', 'preview', '2024-10-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65503, 7464, '0', 'preview', '2024-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65504, 2179, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65505, 1960, '0', 'preview', '2024-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65506, 6421, '0', 'default', '2024-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65507, 5623, '0', 'default', '2024-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65508, 2158, '0', 'preview', '2024-10-21', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65509, 2172, '0', 'preview', '2024-10-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65510, 2185, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65511, 2170, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65512, 2016, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65513, 2174, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65514, 2174, '0', 'preview', '2024-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65515, 7462, '0', 'preview', '2024-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65516, 7460, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65517, 7461, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65518, 1925, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65519, 7474, '0', 'default', '2024-10-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65520, 2048, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65521, 2198, '0', 'preview', '2024-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65522, 2053, '0', 'default', '2024-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65523, 5624, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65524, 2067, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65525, 2201, '0', 'preview', '2024-10-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65526, 2200, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65527, 7621, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65528, 7311, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65529, 7623, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65530, 5627, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65531, 7624, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65532, 2179, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65533, 1967, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65534, 7475, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65535, 2054, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65536, 1938, '0', 'preview', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65537, 7461, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65538, 1950, '0', 'preview', '2024-10-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65539, 2113, '0', 'preview', '2024-10-22', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65540, 2172, '0', 'preview', '2024-10-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65541, 1930, '0', 'preview', '2024-10-22', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65542, 7312, '0', 'preview', '2024-10-22', 94);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65543, 2086, '0', 'preview', '2024-10-22', 72);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65544, 2201, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65545, 7471, '0', 'preview', '2024-10-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65546, 2112, '0', 'preview', '2024-10-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65547, 7621, '0', 'preview', '2024-10-22', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65548, 1935, '0', 'preview', '2024-10-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65549, 7312, '0', 'default', '2024-10-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65550, 7624, '0', 'preview', '2024-10-22', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65551, 7623, '0', 'preview', '2024-10-22', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65552, 2053, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65553, 7473, '0', 'preview', '2024-10-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65554, 2198, '0', 'preview', '2024-10-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65555, 2176, '0', 'preview', '2024-10-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65556, 2053, '0', 'default', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65557, 7463, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65558, 2016, '0', 'preview', '2024-10-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65559, 2169, '0', 'preview', '2024-10-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65560, 7461, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65561, 7462, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65562, 2200, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65563, 7311, '0', 'preview', '2024-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65564, 5653, '0', 'preview', '2024-10-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65565, 2182, '0', 'preview', '2024-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65566, 7475, '0', 'preview', '2024-10-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65567, 2190, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65568, 2188, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65569, 2187, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65570, 2186, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65571, 7463, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65572, 7474, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65573, 2172, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65574, 2182, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65575, 7621, '0', 'default', '2024-10-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65576, 7623, '0', 'default', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65577, 2200, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65578, 7624, '0', 'default', '2024-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65579, 2189, '0', 'default', '2024-10-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65580, 2027, '0', 'preview', '2024-10-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65581, 2158, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65582, 2169, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65583, 7471, '0', 'default', '2024-10-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65584, 2197, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65585, 2198, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65586, 2195, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65587, 2191, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65588, 7313, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65589, 7622, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65590, 1938, '0', 'preview', '2024-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65591, 1886, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65592, 2015, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65593, 2023, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65594, 2024, '0', 'preview', '2024-10-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65595, 2028, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65596, 2067, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65597, 2051, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65598, 1964, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65599, 2093, '0', 'preview', '2024-10-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65600, 2158, '0', 'preview', '2024-10-22', 29);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65601, 1930, '0', 'default', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65602, 1912, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65603, 5624, '0', 'preview', '2024-10-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65604, 1960, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65605, 7464, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65606, 2174, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65607, 2179, '0', 'preview', '2024-10-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65608, 5621, '0', 'preview', '2024-10-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65609, 7465, '0', 'preview', '2024-10-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65610, 2067, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65611, 1967, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65612, 7474, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65613, 2190, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65614, 2201, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65615, 5624, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65616, 7625, '0', 'preview', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65617, 2112, '0', 'default', '2024-10-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65618, 2169, '0', 'preview', '2024-10-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65619, 1886, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65620, 7312, '0', 'preview', '2024-10-23', 127);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65621, 7473, '0', 'preview', '2024-10-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65622, 7621, '0', 'preview', '2024-10-23', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65623, 7623, '0', 'preview', '2024-10-23', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65624, 7622, '0', 'preview', '2024-10-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65625, 2093, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65626, 2172, '0', 'preview', '2024-10-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65627, 2182, '0', 'preview', '2024-10-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65628, 2086, '0', 'preview', '2024-10-23', 115);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65629, 7624, '0', 'preview', '2024-10-23', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65630, 5624, '0', 'preview', '2024-10-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65631, 1930, '0', 'preview', '2024-10-23', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65632, 1950, '0', 'preview', '2024-10-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65633, 5653, '0', 'preview', '2024-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65634, 2016, '0', 'preview', '2024-10-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65635, 2027, '0', 'preview', '2024-10-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65636, 2112, '0', 'preview', '2024-10-23', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65637, 2053, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65638, 7471, '0', 'preview', '2024-10-23', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65639, 2179, '0', 'preview', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65640, 5628, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65641, 2197, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65642, 2048, '0', 'preview', '2024-10-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65643, 2024, '0', 'preview', '2024-10-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65644, 7311, '0', 'preview', '2024-10-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65645, 1935, '0', 'preview', '2024-10-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65646, 2113, '0', 'preview', '2024-10-23', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65647, 7465, '0', 'preview', '2024-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65648, 7463, '0', 'default', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65649, 7475, '0', 'preview', '2024-10-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65650, 2192, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65651, 2067, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65652, 7312, '0', 'default', '2024-10-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65653, 2200, '0', 'preview', '2024-10-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65654, 2172, '0', 'default', '2024-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65655, 2191, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65656, 2192, '0', 'default', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65657, 7471, '0', 'default', '2024-10-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65658, 2053, '0', 'default', '2024-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65659, 2181, '0', 'default', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65660, 7472, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65661, 7313, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65662, 7464, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65663, 5626, '0', 'default', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65664, 2197, '0', 'default', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65665, 1967, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65666, 5621, '0', 'default', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65667, 7623, '0', 'default', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65668, 7621, '0', 'default', '2024-10-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65669, 2203, '0', 'default', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65670, 1938, '0', 'preview', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65671, 2195, '0', 'default', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65672, 2196, '0', 'default', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65673, 7460, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65674, 7463, '0', 'preview', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65675, 2188, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65676, 7467, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65677, 7461, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65678, 1964, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65679, 5626, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65680, 2093, '0', 'default', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65681, 1964, '0', 'default', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65682, 7465, '0', 'default', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65683, 7466, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65684, 1930, '0', 'default', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65685, 2165, '0', 'default', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65686, 1931, '0', 'default', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65687, 7474, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65688, 2185, '0', 'preview', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65689, 2158, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65690, 1913, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65691, 7625, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65692, 7470, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65693, 2066, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65694, 7475, '0', 'default', '2024-10-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65695, 2177, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65696, 2176, '0', 'preview', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65697, 2170, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65698, 7466, '0', 'default', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65699, 7462, '0', 'default', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65700, 7464, '0', 'default', '2024-10-23', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65701, 7460, '0', 'default', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65702, 2182, '0', 'default', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65703, 1886, '0', 'default', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65704, 2189, '0', 'default', '2024-10-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65705, 1917, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65706, 2198, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65707, 1967, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65708, 2179, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65709, 2112, '0', 'preview', '2024-10-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65710, 1930, '0', 'preview', '2024-10-24', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65711, 2086, '0', 'preview', '2024-10-24', 94);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65712, 2113, '0', 'preview', '2024-10-24', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65713, 1935, '0', 'preview', '2024-10-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65714, 2172, '0', 'preview', '2024-10-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65715, 7471, '0', 'preview', '2024-10-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65716, 2169, '0', 'preview', '2024-10-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65717, 2053, '0', 'default', '2024-10-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65718, 7312, '0', 'preview', '2024-10-24', 94);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65719, 2201, '0', 'preview', '2024-10-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65720, 2198, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65721, 7623, '0', 'preview', '2024-10-24', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65722, 7624, '0', 'preview', '2024-10-24', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65723, 7621, '0', 'preview', '2024-10-24', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65724, 7473, '0', 'preview', '2024-10-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65725, 2067, '0', 'preview', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65726, 2053, '0', 'preview', '2024-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65727, 7475, '0', 'preview', '2024-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65728, 2027, '0', 'preview', '2024-10-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65729, 7463, '0', 'preview', '2024-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65730, 7312, '0', 'default', '2024-10-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65731, 1886, '0', 'preview', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65732, 2027, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65733, 2181, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65734, 2016, '0', 'preview', '2024-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65735, 2015, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65736, 7311, '0', 'preview', '2024-10-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65737, 1950, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65738, 7471, '0', 'default', '2024-10-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65739, 2113, '0', 'default', '2024-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65740, 2182, '0', 'preview', '2024-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65741, 2170, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65742, 5628, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65743, 2189, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65744, 7624, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65745, 7623, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65746, 7622, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65747, 7621, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65748, 1938, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65749, 2177, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65750, 2186, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65751, 7463, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65752, 2024, '0', 'preview', '2024-10-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65753, 1967, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65754, 7622, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65755, 7465, '0', 'preview', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65756, 2172, '0', 'default', '2024-10-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65757, 2048, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65758, 2203, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65759, 2174, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65760, 2174, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65761, 1960, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65762, 7467, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65763, 2179, '0', 'default', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65764, 7464, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65765, 2197, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65766, 7474, '0', 'preview', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65767, 6421, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65768, 5623, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65769, 5622, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65770, 2188, '0', 'preview', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65771, 7461, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65772, 7461, '0', 'preview', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65773, 7460, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65774, 7462, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65775, 2176, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65776, 5627, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65777, 7466, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65778, 7465, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65779, 1966, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65780, 2066, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65781, 7625, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65782, 2065, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65783, 5628, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65784, 2197, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65785, 1960, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65786, 2198, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65787, 2190, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65788, 2192, '0', 'preview', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65789, 2054, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65790, 7462, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65791, 1930, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65792, 1937, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65793, 2182, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65794, 2170, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65795, 7311, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65796, 1935, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65797, 2112, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65798, 2093, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65799, 7466, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65800, 5624, '0', 'preview', '2024-10-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65801, 5702, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65802, 2182, '0', 'preview', '2024-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65803, 1935, '0', 'preview', '2024-10-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65804, 7622, '0', 'preview', '2024-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65805, 7621, '0', 'preview', '2024-10-25', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65806, 2113, '0', 'preview', '2024-10-25', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65807, 7312, '0', 'preview', '2024-10-25', 96);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65808, 1966, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65809, 7466, '0', 'preview', '2024-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65810, 7625, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65811, 2027, '0', 'preview', '2024-10-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65812, 7311, '0', 'preview', '2024-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65813, 2158, '0', 'preview', '2024-10-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65814, 7623, '0', 'preview', '2024-10-25', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65815, 2172, '0', 'default', '2024-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65816, 7473, '0', 'preview', '2024-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65817, 7471, '0', 'preview', '2024-10-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65818, 7624, '0', 'preview', '2024-10-25', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65819, 7471, '0', 'default', '2024-10-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65820, 2086, '0', 'preview', '2024-10-25', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65821, 1930, '0', 'preview', '2024-10-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65822, 2151, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65823, 2048, '0', 'preview', '2024-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65824, 5653, '0', 'preview', '2024-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65825, 2177, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65826, 2182, '0', 'default', '2024-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65827, 1950, '0', 'preview', '2024-10-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65828, 2200, '0', 'preview', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65829, 7460, '0', 'preview', '2024-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65830, 2201, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65831, 2024, '0', 'preview', '2024-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65832, 2016, '0', 'preview', '2024-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65833, 1952, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65834, 2053, '0', 'preview', '2024-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65835, 2166, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65836, 2172, '0', 'preview', '2024-10-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65837, 7312, '0', 'default', '2024-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65838, 2169, '0', 'preview', '2024-10-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65839, 7313, '0', 'default', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65840, 2023, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65841, 7461, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65842, 7464, '0', 'preview', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65843, 7461, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65844, 1886, '0', 'preview', '2024-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65845, 2067, '0', 'preview', '2024-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65846, 7475, '0', 'preview', '2024-10-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65847, 5624, '0', 'preview', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65848, 7474, '0', 'preview', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65849, 7467, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65850, 7466, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65851, 2192, '0', 'preview', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65852, 2186, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65853, 2174, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65854, 2093, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65855, 2190, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65856, 1938, '0', 'preview', '2024-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65857, 2176, '0', 'preview', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65858, 1931, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65859, 2165, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65860, 2053, '0', 'default', '2024-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65861, 2086, '0', 'default', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65862, 2189, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65863, 2179, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65864, 1967, '0', 'preview', '2024-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65865, 2093, '0', 'preview', '2024-10-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65866, 2195, '0', 'default', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65867, 2189, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65868, 2197, '0', 'default', '2024-10-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65869, 5623, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65870, 2199, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65871, 6421, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65872, 2185, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65873, 2188, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65874, 2023, '0', 'preview', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65875, 2112, '0', 'preview', '2024-10-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65876, 2015, '0', 'preview', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65877, 1920, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65878, 2028, '0', 'preview', '2024-10-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65879, 1924, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65880, 7472, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65881, 7624, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65882, 2198, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65883, 7475, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65884, 2067, '0', 'default', '2024-10-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65885, 7621, '0', 'preview', '2024-10-26', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65886, 1935, '0', 'preview', '2024-10-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65887, 2113, '0', 'preview', '2024-10-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65888, 1930, '0', 'preview', '2024-10-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65889, 2086, '0', 'preview', '2024-10-26', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65890, 7312, '0', 'preview', '2024-10-26', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65891, 7621, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65892, 7622, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65893, 5701, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65894, 2112, '0', 'preview', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65895, 7471, '0', 'preview', '2024-10-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65896, 1935, '0', 'default', '2024-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65897, 2048, '0', 'preview', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65898, 7471, '0', 'default', '2024-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65899, 1950, '0', 'preview', '2024-10-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65900, 5624, '0', 'preview', '2024-10-26', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65901, 2016, '0', 'preview', '2024-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65902, 7473, '0', 'preview', '2024-10-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65903, 7623, '0', 'preview', '2024-10-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65904, 2027, '0', 'preview', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65905, 2024, '0', 'preview', '2024-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65906, 2169, '0', 'preview', '2024-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65907, 7624, '0', 'preview', '2024-10-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65908, 7311, '0', 'preview', '2024-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65909, 7474, '0', 'preview', '2024-10-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65910, 1912, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65911, 7622, '0', 'preview', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65912, 2182, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65913, 2182, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65914, 1918, '0', 'preview', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65915, 2093, '0', 'preview', '2024-10-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65916, 2093, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65917, 2028, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65918, 7465, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65919, 1918, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65920, 2087, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65921, 2049, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65922, 2191, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65923, 2189, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65924, 7464, '0', 'preview', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65925, 7463, '0', 'preview', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65926, 7460, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65927, 1931, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65928, 1937, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65929, 5628, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65930, 2197, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65931, 2198, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65932, 5626, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65933, 2195, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65934, 2172, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65935, 2172, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65936, 7475, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65937, 2158, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65938, 5621, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65939, 7461, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65940, 7312, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65941, 1964, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65942, 2067, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65943, 7461, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65944, 2141, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65945, 7464, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65946, 7467, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65947, 7466, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65948, 1964, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65949, 2170, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65950, 1917, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65951, 2189, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65952, 2192, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65953, 2179, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65954, 2169, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65955, 1908, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65956, 2113, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65957, 2112, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65958, 7475, '0', 'preview', '2024-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65959, 7621, '0', 'default', '2024-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65960, 7621, '0', 'preview', '2024-10-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65961, 7471, '0', 'default', '2024-10-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65962, 2086, '0', 'preview', '2024-10-27', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65963, 2086, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65964, 7473, '0', 'preview', '2024-10-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65965, 7311, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65966, 7312, '0', 'preview', '2024-10-27', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65967, 1950, '0', 'preview', '2024-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65968, 5624, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65969, 5653, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65970, 2169, '0', 'preview', '2024-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65971, 2048, '0', 'preview', '2024-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65972, 2112, '0', 'preview', '2024-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65973, 2172, '0', 'preview', '2024-10-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65974, 7471, '0', 'preview', '2024-10-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65975, 7312, '0', 'default', '2024-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65976, 2113, '0', 'preview', '2024-10-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65977, 7624, '0', 'preview', '2024-10-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65978, 7623, '0', 'preview', '2024-10-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65979, 7474, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65980, 5621, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65981, 1930, '0', 'preview', '2024-10-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65982, 2024, '0', 'preview', '2024-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65983, 2027, '0', 'preview', '2024-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65984, 2016, '0', 'preview', '2024-10-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65985, 1966, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65986, 2152, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65987, 2172, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65988, 7623, '0', 'default', '2024-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65989, 1957, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65990, 2176, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65991, 1938, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65992, 2177, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65993, 2016, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65994, 2087, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65995, 2049, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65996, 7472, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65997, 7474, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65998, 5628, '0', 'preview', '2024-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65999, 2067, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66000, 7624, '0', 'default', '2024-10-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66001, 7461, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66002, 7463, '0', 'default', '2024-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66003, 7462, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66004, 7464, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66005, 1967, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66006, 2179, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66007, 2179, '0', 'preview', '2024-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66008, 7464, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66009, 7463, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66010, 7461, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66011, 2170, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66012, 1935, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66013, 2190, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66014, 2189, '0', 'preview', '2024-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66015, 2189, '0', 'default', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66016, 2053, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66017, 1960, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66018, 2067, '0', 'default', '2024-10-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66019, 7623, '0', 'preview', '2024-10-28', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66020, 7621, '0', 'preview', '2024-10-28', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66021, 2169, '0', 'preview', '2024-10-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66022, 7473, '0', 'preview', '2024-10-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66023, 7312, '0', 'preview', '2024-10-28', 144);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66024, 1935, '0', 'preview', '2024-10-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66025, 2086, '0', 'preview', '2024-10-28', 110);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66026, 2024, '0', 'preview', '2024-10-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66027, 2027, '0', 'preview', '2024-10-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66028, 2016, '0', 'preview', '2024-10-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66029, 7471, '0', 'preview', '2024-10-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66030, 7312, '0', 'default', '2024-10-28', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66031, 7624, '0', 'preview', '2024-10-28', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66032, 5624, '0', 'preview', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66033, 1950, '0', 'preview', '2024-10-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66034, 5627, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66035, 2065, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66036, 2112, '0', 'preview', '2024-10-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66037, 7465, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66038, 7466, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66039, 2051, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66040, 1964, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66041, 7623, '0', 'default', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66042, 5628, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66043, 7621, '0', 'default', '2024-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66044, 1930, '0', 'preview', '2024-10-28', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66045, 7311, '0', 'preview', '2024-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66046, 2113, '0', 'preview', '2024-10-28', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66047, 2172, '0', 'default', '2024-10-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66048, 7471, '0', 'default', '2024-10-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66049, 2182, '0', 'default', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66050, 2158, '0', 'preview', '2024-10-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66051, 2166, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66052, 7463, '0', 'preview', '2024-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66053, 2053, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66054, 2016, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66055, 2172, '0', 'preview', '2024-10-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66056, 7467, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66057, 7464, '0', 'preview', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66058, 2141, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66059, 2174, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66060, 7461, '0', 'default', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66061, 7463, '0', 'default', '2024-10-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66062, 2200, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66063, 7462, '0', 'default', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66064, 7464, '0', 'default', '2024-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66065, 7460, '0', 'default', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66066, 7475, '0', 'preview', '2024-10-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66067, 1920, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66068, 2179, '0', 'preview', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66069, 7460, '0', 'preview', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66070, 2053, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66071, 2179, '0', 'default', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66072, 7461, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66073, 7622, '0', 'preview', '2024-10-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66074, 1966, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66075, 1931, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66076, 2169, '0', 'default', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66077, 5653, '0', 'preview', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66078, 2067, '0', 'preview', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66079, 1886, '0', 'preview', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66080, 2176, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66081, 2187, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66082, 2183, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66083, 2177, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66084, 1938, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66085, 1913, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66086, 2093, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66087, 2065, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66088, 2173, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66089, 1935, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66090, 2170, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66091, 7624, '0', 'default', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66092, 1967, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66093, 2201, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66094, 2198, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66095, 2188, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66096, 7462, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66097, 2048, '0', 'preview', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66098, 5621, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66099, 1925, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66100, 7474, '0', 'default', '2024-10-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66101, 7475, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66102, 2158, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66103, 7472, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66104, 1967, '0', 'default', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66105, 2190, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66106, 5621, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66107, 2093, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66108, 2182, '0', 'preview', '2024-10-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66109, 5625, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66110, 7706, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66111, 7313, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66112, 2129, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66113, 2154, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66114, 1930, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66115, 1950, '0', 'default', '2024-10-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66116, 7311, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66117, 7623, '0', 'preview', '2024-10-29', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66118, 2086, '0', 'preview', '2024-10-29', 91);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66119, 7621, '0', 'preview', '2024-10-29', 70);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66120, 7312, '0', 'preview', '2024-10-29', 154);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66121, 7624, '0', 'preview', '2024-10-29', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66122, 2093, '0', 'preview', '2024-10-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66123, 5628, '0', 'preview', '2024-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66124, 7475, '0', 'preview', '2024-10-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66125, 1930, '0', 'preview', '2024-10-29', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66126, 7311, '0', 'preview', '2024-10-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66127, 7471, '0', 'preview', '2024-10-29', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66128, 7313, '0', 'preview', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66129, 2197, '0', 'preview', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66130, 2112, '0', 'preview', '2024-10-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66131, 2198, '0', 'preview', '2024-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66132, 2113, '0', 'preview', '2024-10-29', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66133, 2169, '0', 'preview', '2024-10-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66134, 7463, '0', 'default', '2024-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66135, 7464, '0', 'default', '2024-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66136, 2027, '0', 'preview', '2024-10-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66137, 2016, '0', 'preview', '2024-10-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66138, 7471, '0', 'default', '2024-10-29', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66139, 2203, '0', 'preview', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66140, 7622, '0', 'preview', '2024-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66141, 7474, '0', 'default', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66142, 7475, '0', 'default', '2024-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66143, 2172, '0', 'preview', '2024-10-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66144, 7461, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66145, 7462, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66146, 2093, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66147, 1930, '0', 'default', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66148, 1931, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66149, 1935, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66150, 1937, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66151, 2113, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66152, 5628, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66153, 7621, '0', 'default', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66154, 2189, '0', 'default', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66155, 2197, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66156, 2198, '0', 'default', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66157, 2191, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66158, 7622, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66159, 2192, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66160, 1914, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66161, 1935, '0', 'preview', '2024-10-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66162, 7623, '0', 'default', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66163, 2190, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66164, 7624, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66165, 2023, '0', 'preview', '2024-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66166, 2028, '0', 'preview', '2024-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66167, 2015, '0', 'preview', '2024-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66168, 2067, '0', 'preview', '2024-10-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66169, 2203, '0', 'default', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66170, 1964, '0', 'preview', '2024-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66171, 7473, '0', 'preview', '2024-10-29', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66172, 1964, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66173, 7467, '0', 'preview', '2024-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66174, 2024, '0', 'preview', '2024-10-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66175, 7465, '0', 'preview', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66176, 2066, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66177, 2065, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66178, 7625, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66179, 2189, '0', 'preview', '2024-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66180, 5702, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66181, 2172, '0', 'default', '2024-10-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66182, 7312, '0', 'default', '2024-10-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66183, 1912, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66184, 2053, '0', 'preview', '2024-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66185, 5626, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66186, 2190, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66187, 2191, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66188, 5621, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66189, 2173, '0', 'preview', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66190, 1960, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66191, 7463, '0', 'preview', '2024-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66192, 2053, '0', 'default', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66193, 2048, '0', 'preview', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66194, 1950, '0', 'preview', '2024-10-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66195, 7474, '0', 'preview', '2024-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66196, 5624, '0', 'preview', '2024-10-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66197, 2086, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66198, 1960, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66199, 1938, '0', 'preview', '2024-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66200, 2176, '0', 'preview', '2024-10-29', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66201, 7464, '0', 'preview', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66202, 2188, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66203, 2185, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66204, 2185, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66205, 5653, '0', 'preview', '2024-10-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66206, 2192, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66207, 2182, '0', 'default', '2024-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66208, 2048, '0', 'default', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66209, 1950, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66210, 5625, '0', 'default', '2024-10-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66211, 1886, '0', 'preview', '2024-10-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66212, 7469, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66213, 7466, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66214, 5623, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66215, 2182, '0', 'preview', '2024-10-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66216, 1911, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66217, 1908, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66218, 1912, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66219, 2158, '0', 'preview', '2024-10-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66220, 1967, '0', 'preview', '2024-10-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66221, 2179, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66222, 7460, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66223, 1886, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66224, 1931, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66225, 2028, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66226, 7312, '0', 'preview', '2024-10-30', 189);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66227, 7471, '0', 'preview', '2024-10-30', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66228, 7621, '0', 'preview', '2024-10-30', 83);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66229, 1930, '0', 'preview', '2024-10-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66230, 2113, '0', 'preview', '2024-10-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66231, 7311, '0', 'preview', '2024-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66232, 2086, '0', 'preview', '2024-10-30', 100);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66233, 7475, '0', 'preview', '2024-10-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66234, 7471, '0', 'default', '2024-10-30', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66235, 2067, '0', 'preview', '2024-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66236, 5653, '0', 'preview', '2024-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66237, 1935, '0', 'preview', '2024-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66238, 7473, '0', 'preview', '2024-10-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66239, 2179, '0', 'preview', '2024-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66240, 5702, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66241, 2184, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66242, 7624, '0', 'preview', '2024-10-30', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66243, 7623, '0', 'preview', '2024-10-30', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66244, 2172, '0', 'preview', '2024-10-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66245, 2188, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66246, 2182, '0', 'default', '2024-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66247, 7312, '0', 'default', '2024-10-30', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66248, 2024, '0', 'preview', '2024-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66249, 2027, '0', 'preview', '2024-10-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66250, 7625, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66251, 2197, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66252, 5628, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66253, 2203, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66254, 2198, '0', 'preview', '2024-10-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66255, 2112, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66256, 2028, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66257, 2169, '0', 'preview', '2024-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66258, 1950, '0', 'preview', '2024-10-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66259, 2172, '0', 'default', '2024-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66260, 7624, '0', 'default', '2024-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66261, 7621, '0', 'default', '2024-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66262, 2189, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66263, 7475, '0', 'default', '2024-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66264, 2048, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66265, 5621, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66266, 5621, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66267, 1960, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66268, 2053, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66269, 2158, '0', 'preview', '2024-10-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66270, 7474, '0', 'preview', '2024-10-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66271, 7622, '0', 'preview', '2024-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66272, 5624, '0', 'preview', '2024-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66273, 2016, '0', 'preview', '2024-10-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66274, 1886, '0', 'preview', '2024-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66275, 2182, '0', 'preview', '2024-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66276, 6421, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66277, 5623, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66278, 1967, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66279, 7313, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66280, 7623, '0', 'default', '2024-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66281, 7461, '0', 'preview', '2024-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66282, 7463, '0', 'preview', '2024-10-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66283, 7462, '0', 'preview', '2024-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66284, 1920, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66285, 1924, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66286, 1950, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66287, 7464, '0', 'preview', '2024-10-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66288, 7460, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66289, 1886, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66290, 5626, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66291, 2196, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66292, 2195, '0', 'preview', '2024-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66293, 2189, '0', 'preview', '2024-10-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66294, 5627, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66295, 2192, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66296, 2093, '0', 'preview', '2024-10-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66297, 7465, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66298, 2200, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66299, 2065, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66300, 2169, '0', 'default', '2024-10-30', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66301, 2148, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66302, 7622, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66303, 7463, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66304, 7464, '0', 'default', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66305, 2173, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66306, 7460, '0', 'default', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66307, 5626, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66308, 1925, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66309, 7467, '0', 'preview', '2024-10-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66310, 2197, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66311, 1925, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66312, 2053, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66313, 1964, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66314, 5625, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66315, 1952, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66316, 1957, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66317, 2067, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66318, 6422, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66319, 2112, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66320, 2051, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66321, 2051, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66322, 7462, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66323, 1967, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66324, 7312, '0', 'preview', '2024-10-31', 333);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66325, 7624, '0', 'preview', '2024-10-31', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66326, 7466, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66327, 7467, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66328, 7473, '0', 'preview', '2024-10-31', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66329, 2027, '0', 'preview', '2024-10-31', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66330, 2024, '0', 'preview', '2024-10-31', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66331, 2086, '0', 'preview', '2024-10-31', 99);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66332, 2016, '0', 'preview', '2024-10-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66333, 7621, '0', 'preview', '2024-10-31', 141);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66334, 2198, '0', 'default', '2024-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66335, 2113, '0', 'preview', '2024-10-31', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66336, 1930, '0', 'preview', '2024-10-31', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66337, 1935, '0', 'preview', '2024-10-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66338, 7312, '0', 'default', '2024-10-31', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66339, 2199, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66340, 2172, '0', 'default', '2024-10-31', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66341, 7464, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66342, 7463, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66343, 5625, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66344, 7623, '0', 'preview', '2024-10-31', 102);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66345, 1886, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66346, 7622, '0', 'preview', '2024-10-31', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66347, 1886, '0', 'preview', '2024-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66348, 2169, '0', 'preview', '2024-10-31', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66349, 7311, '0', 'preview', '2024-10-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66350, 2158, '0', 'preview', '2024-10-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66351, 7471, '0', 'default', '2024-10-31', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66352, 7621, '0', 'default', '2024-10-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66353, 7460, '0', 'preview', '2024-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66354, 7464, '0', 'preview', '2024-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66355, 7463, '0', 'preview', '2024-10-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66356, 2112, '0', 'preview', '2024-10-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66357, 7461, '0', 'preview', '2024-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66358, 5653, '0', 'preview', '2024-10-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66359, 1950, '0', 'preview', '2024-10-31', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66360, 5624, '0', 'preview', '2024-10-31', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66361, 2086, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66362, 7475, '0', 'preview', '2024-10-31', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66363, 2093, '0', 'preview', '2024-10-31', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66364, 2192, '0', 'preview', '2024-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66365, 2182, '0', 'preview', '2024-10-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66366, 2195, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66367, 2200, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66368, 7471, '0', 'preview', '2024-10-31', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66369, 2172, '0', 'preview', '2024-10-31', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66370, 7472, '0', 'preview', '2024-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66371, 7625, '0', 'preview', '2024-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66372, 2198, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66373, 2158, '0', 'default', '2024-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66374, 2182, '0', 'default', '2024-10-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66375, 1931, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66376, 7313, '0', 'preview', '2024-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66377, 2067, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66378, 2053, '0', 'default', '2024-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66379, 2066, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66380, 2201, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66381, 7624, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66382, 5627, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66383, 2192, '0', 'default', '2024-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66384, 2181, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66385, 7623, '0', 'default', '2024-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66386, 2015, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66387, 2023, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66388, 1938, '0', 'preview', '2024-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66389, 2028, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66390, 1960, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66391, 2189, '0', 'preview', '2024-10-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66392, 2053, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66393, 7474, '0', 'preview', '2024-10-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66394, 1912, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66395, 2054, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66396, 2179, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66397, 1933, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66398, 7475, '0', 'default', '2024-10-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66399, 2179, '0', 'preview', '2024-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66400, 7474, '0', 'default', '2024-10-31', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66401, 2049, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66402, 5628, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66403, 2197, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66404, 5628, '0', 'default', '2024-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66405, 2197, '0', 'default', '2024-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66406, 2203, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66407, 2169, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66408, 1913, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66409, 2173, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66410, 7466, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66411, 7467, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66412, 7465, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66413, 7465, '0', 'preview', '2024-10-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66414, 1967, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66415, 2170, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66416, 1967, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66417, 7706, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66418, 2093, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66419, 2067, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66420, 2048, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66421, 7311, '0', 'default', '2024-10-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66422, 1930, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66423, 2051, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66424, 7472, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66425, 1938, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66426, 2012, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66427, 7460, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66428, 2174, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66429, 2173, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66430, 1914, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66431, 7462, '0', 'preview', '2024-10-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66432, 5625, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66433, 5622, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66434, 5653, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66435, 1950, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66436, 2065, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66437, 5624, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66438, 5621, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66439, 2181, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66440, 1925, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66441, 1925, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66442, 2188, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66443, 1935, '0', 'preview', '2024-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66444, 7312, '0', 'preview', '2024-11-01', 205);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66445, 1930, '0', 'preview', '2024-11-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66446, 7312, '0', 'default', '2024-11-01', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66447, 7475, '0', 'default', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66448, 7463, '0', 'default', '2024-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66449, 7471, '0', 'default', '2024-11-01', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66450, 7471, '0', 'preview', '2024-11-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66451, 2169, '0', 'preview', '2024-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66452, 7623, '0', 'preview', '2024-11-01', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66453, 7621, '0', 'preview', '2024-11-01', 78);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66454, 2086, '0', 'preview', '2024-11-01', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66455, 2172, '0', 'preview', '2024-11-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66456, 2174, '0', 'preview', '2024-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66457, 2173, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66458, 2179, '0', 'preview', '2024-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66459, 2093, '0', 'preview', '2024-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66460, 7624, '0', 'preview', '2024-11-01', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66461, 6421, '0', 'preview', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66462, 2053, '0', 'preview', '2024-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66463, 2054, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66464, 2024, '0', 'preview', '2024-11-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66465, 2113, '0', 'preview', '2024-11-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66466, 5653, '0', 'preview', '2024-11-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66467, 5702, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66468, 7460, '0', 'preview', '2024-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66469, 2067, '0', 'preview', '2024-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66470, 2172, '0', 'default', '2024-11-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66471, 2016, '0', 'preview', '2024-11-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66472, 2182, '0', 'preview', '2024-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66473, 2048, '0', 'preview', '2024-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66474, 7467, '0', 'preview', '2024-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66475, 7475, '0', 'preview', '2024-11-01', 2911);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66476, 7311, '0', 'preview', '2024-11-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66477, 7313, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66478, 7473, '0', 'preview', '2024-11-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66479, 2027, '0', 'preview', '2024-11-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66480, 7474, '0', 'preview', '2024-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66481, 1950, '0', 'preview', '2024-11-01', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66482, 2201, '0', 'preview', '2024-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66483, 5624, '0', 'preview', '2024-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66484, 2065, '0', 'preview', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66485, 2198, '0', 'preview', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66486, 7622, '0', 'preview', '2024-11-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66487, 7621, '0', 'default', '2024-11-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66488, 7464, '0', 'preview', '2024-11-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66489, 7463, '0', 'preview', '2024-11-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66490, 2053, '0', 'default', '2024-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66491, 2112, '0', 'preview', '2024-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66492, 7460, '0', 'default', '2024-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66493, 2179, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66494, 2198, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66495, 2188, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66496, 2190, '0', 'preview', '2024-11-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66497, 5627, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66498, 7462, '0', 'preview', '2024-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66499, 2158, '0', 'preview', '2024-11-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66500, 1886, '0', 'preview', '2024-11-01', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66501, 7623, '0', 'default', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66502, 7624, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66503, 7464, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66504, 7313, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66505, 2175, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66506, 1964, '0', 'preview', '2024-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66507, 2195, '0', 'preview', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66508, 5621, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66509, 7472, '0', 'default', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66510, 2170, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66511, 2189, '0', 'preview', '2024-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66512, 2191, '0', 'preview', '2024-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66513, 7622, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66514, 5701, '0', 'default', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66515, 7474, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66516, 2189, '0', 'default', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66517, 2192, '0', 'preview', '2024-11-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66518, 5626, '0', 'preview', '2024-11-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66519, 5701, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66520, 1967, '0', 'preview', '2024-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66521, 7465, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66522, 2171, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66523, 2186, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66524, 1925, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66525, 7472, '0', 'preview', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66526, 2181, '0', 'preview', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66527, 2199, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66528, 2196, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66529, 2192, '0', 'default', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66530, 7461, '0', 'preview', '2024-11-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66531, 5626, '0', 'default', '2024-11-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66532, 2195, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66533, 2177, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66534, 2176, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66535, 1938, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66536, 5628, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66537, 2200, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66538, 2051, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66539, 2191, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66540, 2196, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66541, 2203, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66542, 7475, '0', 'preview', '2024-11-02', 1463);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66543, 7623, '0', 'preview', '2024-11-02', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66544, 1930, '0', 'preview', '2024-11-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66545, 2113, '0', 'preview', '2024-11-02', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66546, 7621, '0', 'preview', '2024-11-02', 69);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66547, 7312, '0', 'preview', '2024-11-02', 137);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66548, 2086, '0', 'preview', '2024-11-02', 75);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66549, 7624, '0', 'preview', '2024-11-02', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66550, 7473, '0', 'preview', '2024-11-02', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66551, 2158, '0', 'preview', '2024-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66552, 7463, '0', 'default', '2024-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66553, 7462, '0', 'preview', '2024-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66554, 7460, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66555, 7463, '0', 'preview', '2024-11-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66556, 2169, '0', 'preview', '2024-11-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66557, 1950, '0', 'preview', '2024-11-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66558, 2126, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66559, 2112, '0', 'preview', '2024-11-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66560, 7472, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66561, 1935, '0', 'preview', '2024-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66562, 2198, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66563, 2189, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66564, 7471, '0', 'preview', '2024-11-02', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66565, 2172, '0', 'default', '2024-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66566, 2150, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66567, 5653, '0', 'preview', '2024-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66568, 5624, '0', 'preview', '2024-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66569, 7312, '0', 'default', '2024-11-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66570, 7462, '0', 'default', '2024-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66571, 7464, '0', 'default', '2024-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66572, 1952, '0', 'default', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66573, 2051, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66574, 7470, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66575, 7625, '0', 'preview', '2024-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66576, 7465, '0', 'preview', '2024-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66577, 2065, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66578, 7621, '0', 'default', '2024-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66579, 7623, '0', 'default', '2024-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66580, 7624, '0', 'default', '2024-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66581, 7471, '0', 'default', '2024-11-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66582, 7622, '0', 'preview', '2024-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66583, 2027, '0', 'preview', '2024-11-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66584, 2024, '0', 'preview', '2024-11-02', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66585, 7311, '0', 'preview', '2024-11-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66586, 2016, '0', 'preview', '2024-11-02', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66587, 7464, '0', 'preview', '2024-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66588, 7622, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66589, 2185, '0', 'default', '2024-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66590, 2174, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66591, 7460, '0', 'default', '2024-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66592, 2067, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66593, 2192, '0', 'preview', '2024-11-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66594, 2190, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66595, 1925, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66596, 5621, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66597, 1938, '0', 'preview', '2024-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66598, 2169, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66599, 7467, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66600, 2172, '0', 'preview', '2024-11-02', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66601, 7461, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66602, 1967, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66603, 2195, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66604, 7474, '0', 'preview', '2024-11-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66605, 2086, '0', 'default', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66606, 2190, '0', 'default', '2024-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66607, 2176, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66608, 2182, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66609, 7466, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66610, 1966, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66611, 2182, '0', 'preview', '2024-11-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66612, 2053, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66613, 2181, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66614, 7472, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66615, 7474, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66616, 2053, '0', 'default', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66617, 5626, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66618, 2048, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66619, 1967, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66620, 2179, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66621, 1886, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66622, 1937, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66623, 7313, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66624, 1964, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66625, 7461, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66626, 2188, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66627, 2028, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66628, 2192, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66629, 7475, '0', 'preview', '2024-11-03', 743);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66630, 2086, '0', 'preview', '2024-11-03', 98);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66631, 7621, '0', 'preview', '2024-11-03', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66632, 7312, '0', 'preview', '2024-11-03', 132);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66633, 7623, '0', 'preview', '2024-11-03', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66634, 7624, '0', 'preview', '2024-11-03', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66635, 1950, '0', 'preview', '2024-11-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66636, 5653, '0', 'preview', '2024-11-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66637, 7312, '0', 'default', '2024-11-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66638, 7471, '0', 'default', '2024-11-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66639, 2016, '0', 'preview', '2024-11-03', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66640, 2027, '0', 'preview', '2024-11-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66641, 7311, '0', 'preview', '2024-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66642, 7474, '0', 'default', '2024-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66643, 2182, '0', 'preview', '2024-11-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66644, 7473, '0', 'preview', '2024-11-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66645, 2165, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66646, 2169, '0', 'preview', '2024-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66647, 2093, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66648, 2024, '0', 'preview', '2024-11-03', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66649, 2151, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66650, 7467, '0', 'default', '2024-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66651, 2182, '0', 'default', '2024-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66652, 2048, '0', 'preview', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66653, 2067, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66654, 2112, '0', 'preview', '2024-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66655, 2158, '0', 'preview', '2024-11-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66656, 1967, '0', 'preview', '2024-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66657, 2179, '0', 'preview', '2024-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66658, 5624, '0', 'preview', '2024-11-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66659, 7313, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66660, 2113, '0', 'preview', '2024-11-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66661, 1930, '0', 'preview', '2024-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66662, 1925, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66663, 1938, '0', 'preview', '2024-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66664, 2190, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66665, 2174, '0', 'preview', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66666, 2173, '0', 'preview', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66667, 7466, '0', 'preview', '2024-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66668, 7465, '0', 'preview', '2024-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66669, 2065, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66670, 7467, '0', 'preview', '2024-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66671, 2172, '0', 'preview', '2024-11-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66672, 7471, '0', 'preview', '2024-11-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66673, 7624, '0', 'default', '2024-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66674, 7474, '0', 'preview', '2024-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66675, 7462, '0', 'preview', '2024-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66676, 7463, '0', 'preview', '2024-11-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66677, 7464, '0', 'preview', '2024-11-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66678, 7461, '0', 'preview', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66679, 2200, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66680, 5626, '0', 'preview', '2024-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66681, 2192, '0', 'preview', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66682, 1964, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66683, 1935, '0', 'preview', '2024-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66684, 2149, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66685, 2172, '0', 'default', '2024-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66686, 1967, '0', 'default', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66687, 2171, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66688, 1952, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66689, 1925, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66690, 2174, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66691, 7463, '0', 'default', '2024-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66692, 7462, '0', 'default', '2024-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66693, 2187, '0', 'default', '2024-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66694, 2187, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66695, 1917, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66696, 6421, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66697, 2179, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66698, 2173, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66699, 2053, '0', 'preview', '2024-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66700, 2198, '0', 'preview', '2024-11-03', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66701, 7465, '0', 'default', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66702, 7466, '0', 'default', '2024-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66703, 1913, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66704, 5625, '0', 'preview', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66705, 1952, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66706, 2178, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66707, 1957, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66708, 6421, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66709, 6422, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66710, 2176, '0', 'preview', '2024-11-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66711, 1938, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66712, 7475, '0', 'default', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66713, 7622, '0', 'default', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66714, 7460, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66715, 7464, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66716, 7461, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66717, 5701, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66718, 5626, '0', 'default', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66719, 5628, '0', 'preview', '2024-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66720, 2197, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66721, 2177, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66722, 7621, '0', 'default', '2024-11-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66723, 7623, '0', 'default', '2024-11-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66724, 2185, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66725, 7622, '0', 'preview', '2024-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66726, 2066, '0', 'preview', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66727, 7460, '0', 'preview', '2024-11-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66728, 2053, '0', 'default', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66729, 2189, '0', 'default', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66730, 2169, '0', 'default', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66731, 2195, '0', 'default', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66732, 1920, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66733, 2189, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66734, 1886, '0', 'preview', '2024-11-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66735, 2195, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66736, 2087, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66737, 5628, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66738, 1886, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66739, 2158, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66740, 5621, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66741, 2112, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66742, 2197, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66743, 2198, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66744, 2200, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66745, 5627, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66746, 2201, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66747, 2192, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66748, 7475, '0', 'preview', '2024-11-04', 874);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66749, 7474, '0', 'preview', '2024-11-04', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66750, 2086, '0', 'preview', '2024-11-04', 698);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66751, 2181, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66752, 2174, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66753, 2175, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66754, 7464, '0', 'default', '2024-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66755, 2172, '0', 'default', '2024-11-04', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66756, 2172, '0', 'preview', '2024-11-04', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66757, 7312, '0', 'default', '2024-11-04', 88);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66758, 7475, '0', 'default', '2024-11-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66759, 2024, '0', 'preview', '2024-11-04', 106);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66760, 7624, '0', 'preview', '2024-11-04', 202);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66761, 7623, '0', 'preview', '2024-11-04', 315);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66762, 7312, '0', 'preview', '2024-11-04', 786);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66763, 7621, '0', 'preview', '2024-11-04', 387);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66764, 2027, '0', 'preview', '2024-11-04', 107);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66765, 2182, '0', 'preview', '2024-11-04', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66766, 7473, '0', 'preview', '2024-11-04', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66767, 7622, '0', 'preview', '2024-11-04', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66768, 2028, '0', 'preview', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66769, 2016, '0', 'preview', '2024-11-04', 108);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66770, 1930, '0', 'preview', '2024-11-04', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66771, 2113, '0', 'preview', '2024-11-04', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66772, 2112, '0', 'preview', '2024-11-04', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66773, 2200, '0', 'preview', '2024-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66774, 1950, '0', 'preview', '2024-11-04', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66775, 5624, '0', 'preview', '2024-11-04', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66776, 5653, '0', 'preview', '2024-11-04', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66777, 1886, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66778, 1955, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66779, 7624, '0', 'default', '2024-11-04', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66780, 2179, '0', 'preview', '2024-11-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66781, 5627, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66782, 7622, '0', 'default', '2024-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66783, 7471, '0', 'preview', '2024-11-04', 64);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66784, 7623, '0', 'default', '2024-11-04', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66785, 1935, '0', 'preview', '2024-11-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66786, 7625, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66787, 5702, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66788, 1938, '0', 'preview', '2024-11-04', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66789, 2024, '0', 'default', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66790, 1957, '0', 'preview', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66791, 1955, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66792, 2129, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66793, 1886, '0', 'preview', '2024-11-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66794, 7463, '0', 'preview', '2024-11-04', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66795, 1967, '0', 'preview', '2024-11-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66796, 1964, '0', 'preview', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66797, 2051, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66798, 2169, '0', 'preview', '2024-11-04', 83);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66799, 7466, '0', 'preview', '2024-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66800, 7471, '0', 'default', '2024-11-04', 66);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66801, 7465, '0', 'preview', '2024-11-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66802, 2158, '0', 'preview', '2024-11-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66803, 2197, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66804, 5626, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66805, 2195, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66806, 2153, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66807, 1932, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66808, 2175, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66809, 7472, '0', 'preview', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66810, 6421, '0', 'preview', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66811, 7463, '0', 'default', '2024-11-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66812, 7460, '0', 'preview', '2024-11-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66813, 1964, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66814, 2176, '0', 'preview', '2024-11-04', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66815, 2182, '0', 'default', '2024-11-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66816, 7313, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66817, 7621, '0', 'default', '2024-11-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66818, 2197, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66819, 2190, '0', 'default', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66820, 2067, '0', 'default', '2024-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66821, 7625, '0', 'preview', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66822, 2067, '0', 'preview', '2024-11-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66823, 7466, '0', 'default', '2024-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66824, 2053, '0', 'default', '2024-11-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66825, 7465, '0', 'default', '2024-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66826, 1966, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66827, 2065, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66828, 2066, '0', 'preview', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66829, 7467, '0', 'preview', '2024-11-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66830, 7311, '0', 'default', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66831, 2189, '0', 'default', '2024-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66832, 2198, '0', 'default', '2024-11-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66833, 2201, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66834, 5701, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66835, 2199, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66836, 7474, '0', 'default', '2024-11-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66837, 7311, '0', 'preview', '2024-11-04', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66838, 2054, '0', 'preview', '2024-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66839, 2053, '0', 'preview', '2024-11-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66840, 2198, '0', 'preview', '2024-11-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66841, 5621, '0', 'default', '2024-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66842, 7461, '0', 'default', '2024-11-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66843, 7462, '0', 'default', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66844, 7460, '0', 'default', '2024-11-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66845, 2192, '0', 'default', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66846, 7313, '0', 'preview', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66847, 2093, '0', 'preview', '2024-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66848, 2173, '0', 'preview', '2024-11-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66849, 2054, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66850, 1925, '0', 'preview', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66851, 7464, '0', 'preview', '2024-11-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66852, 7470, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66853, 2016, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66854, 2142, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66855, 2126, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66856, 2086, '0', 'default', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66857, 2129, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66858, 5628, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66859, 7473, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66860, 1931, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66861, 1966, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66862, 6422, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66863, 1952, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66864, 2174, '0', 'preview', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66865, 2142, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66866, 2141, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66867, 2186, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66868, 2169, '0', 'default', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66869, 2112, '0', 'default', '2024-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66870, 5628, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66871, 5626, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66872, 2195, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66873, 2200, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66874, 1967, '0', 'default', '2024-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66875, 2192, '0', 'preview', '2024-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66876, 7472, '0', 'default', '2024-11-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66877, 7462, '0', 'preview', '2024-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66878, 7738, '0', 'preview', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66879, 1960, '0', 'default', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66880, 7737, '0', 'default', '2024-11-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66881, 7737, '0', 'preview', '2024-11-04', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66882, 2048, '0', 'preview', '2024-11-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66883, 2048, '0', 'default', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66884, 2158, '0', 'default', '2024-11-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66885, 1917, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66886, 1918, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66887, 1915, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66888, 1913, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66889, 2141, '0', 'preview', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66890, 2201, '0', 'preview', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66891, 7741, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66892, 7740, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66893, 7740, '0', 'default', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66894, 7739, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66895, 2178, '0', 'preview', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66896, 2185, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66897, 1957, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66898, 6421, '0', 'default', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66899, 7748, '0', 'preview', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66900, 2170, '0', 'default', '2024-11-04', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66901, 2177, '0', 'preview', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66902, 2176, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66903, 7743, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66904, 5623, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66905, 2065, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66906, 1917, '0', 'preview', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66907, 7461, '0', 'preview', '2024-11-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66908, 5622, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66909, 5625, '0', 'preview', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66910, 2015, '0', 'preview', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66911, 1920, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66912, 1924, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66913, 2093, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66914, 1930, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66915, 2165, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66916, 2166, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66917, 1931, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66918, 1933, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66919, 1935, '0', 'default', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66920, 1937, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66921, 2113, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66922, 1938, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66923, 2177, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66924, 7746, '0', 'default', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66925, 7742, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66926, 7744, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66927, 2191, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66928, 7745, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66929, 7747, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66930, 7748, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66931, 7749, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66932, 7750, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66933, 5625, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66934, 1950, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66935, 5623, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66936, 5624, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66937, 5622, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66938, 5653, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66939, 7738, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66940, 2178, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66941, 6422, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66942, 1952, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66943, 2027, '0', 'default', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66944, 7467, '0', 'default', '2024-11-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66945, 2066, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66946, 2179, '0', 'default', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66947, 2185, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66948, 7706, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66949, 2087, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66950, 2189, '0', 'preview', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66951, 5621, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66952, 7746, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66953, 2173, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66954, 2049, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66955, 7741, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66956, 1937, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66957, 1913, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66958, 2023, '0', 'preview', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66959, 2051, '0', 'preview', '2024-11-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66960, 1960, '0', 'preview', '2024-11-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66961, 7745, '0', 'preview', '2024-11-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66962, 7469, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66963, 2171, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66964, 7470, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66965, 2190, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66966, 1950, '0', 'preview', '2024-11-05', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66967, 7312, '0', 'default', '2024-11-05', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66968, 2086, '0', 'preview', '2024-11-05', 428);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66969, 5624, '0', 'preview', '2024-11-05', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66970, 7475, '0', 'preview', '2024-11-05', 753);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66971, 7624, '0', 'preview', '2024-11-05', 181);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66972, 7621, '0', 'preview', '2024-11-05', 313);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66973, 7312, '0', 'preview', '2024-11-05', 506);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66974, 5653, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66975, 7623, '0', 'preview', '2024-11-05', 219);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66976, 1935, '0', 'preview', '2024-11-05', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66977, 7737, '0', 'default', '2024-11-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66978, 2178, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66979, 7746, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66980, 5622, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66981, 7471, '0', 'preview', '2024-11-05', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66982, 2027, '0', 'preview', '2024-11-05', 78);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66983, 7463, '0', 'default', '2024-11-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66984, 5624, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66985, 7622, '0', 'preview', '2024-11-05', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66986, 7474, '0', 'preview', '2024-11-05', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66987, 2024, '0', 'preview', '2024-11-05', 78);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66988, 2172, '0', 'preview', '2024-11-05', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66989, 5623, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66990, 2166, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66991, 1950, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66992, 2016, '0', 'preview', '2024-11-05', 83);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66993, 2053, '0', 'preview', '2024-11-05', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66994, 7738, '0', 'default', '2024-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66995, 2169, '0', 'preview', '2024-11-05', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66996, 2113, '0', 'preview', '2024-11-05', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66997, 1930, '0', 'preview', '2024-11-05', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66998, 7467, '0', 'default', '2024-11-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66999, 2182, '0', 'preview', '2024-11-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67000, 7471, '0', 'default', '2024-11-05', 33);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67001, 2065, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67002, 2066, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67003, 2065, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67004, 5653, '0', 'preview', '2024-11-05', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67005, 7474, '0', 'default', '2024-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67006, 7464, '0', 'preview', '2024-11-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67007, 7462, '0', 'preview', '2024-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67008, 7741, '0', 'preview', '2024-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67009, 2067, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67010, 7473, '0', 'preview', '2024-11-05', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67011, 2185, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67012, 7621, '0', 'default', '2024-11-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67013, 2171, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67014, 2112, '0', 'preview', '2024-11-05', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67015, 7311, '0', 'preview', '2024-11-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67016, 7475, '0', 'default', '2024-11-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67017, 2169, '0', 'default', '2024-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67018, 7467, '0', 'preview', '2024-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67019, 7737, '0', 'preview', '2024-11-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67020, 2198, '0', 'preview', '2024-11-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67021, 7463, '0', 'preview', '2024-11-05', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67022, 7466, '0', 'preview', '2024-11-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67023, 2200, '0', 'preview', '2024-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67024, 2178, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67025, 7465, '0', 'preview', '2024-11-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67026, 2053, '0', 'default', '2024-11-05', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67027, 2189, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67028, 7623, '0', 'default', '2024-11-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67029, 1964, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67030, 7462, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67031, 2158, '0', 'default', '2024-11-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67032, 2182, '0', 'default', '2024-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67033, 7738, '0', 'preview', '2024-11-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67034, 1931, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67035, 2165, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67036, 2165, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67037, 2176, '0', 'preview', '2024-11-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67038, 1908, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67039, 1912, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67040, 5621, '0', 'preview', '2024-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67041, 7313, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67042, 7624, '0', 'default', '2024-11-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67043, 2181, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67044, 2158, '0', 'preview', '2024-11-05', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67045, 7472, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67046, 2188, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67047, 2189, '0', 'preview', '2024-11-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67048, 7740, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67049, 2181, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67050, 7472, '0', 'preview', '2024-11-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67051, 2172, '0', 'default', '2024-11-05', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67052, 7745, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67053, 7741, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67054, 2142, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67055, 7461, '0', 'preview', '2024-11-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67056, 2015, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67057, 1938, '0', 'preview', '2024-11-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67058, 1925, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67059, 2016, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67060, 1964, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67061, 7739, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67062, 2048, '0', 'preview', '2024-11-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67063, 7748, '0', 'default', '2024-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67064, 7742, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67065, 7750, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67066, 7747, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67067, 7749, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67068, 7749, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67069, 7748, '0', 'preview', '2024-11-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67070, 7747, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67071, 7742, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67072, 7750, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67073, 2174, '0', 'preview', '2024-11-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67074, 2148, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67075, 1917, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67076, 7464, '0', 'default', '2024-11-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67077, 2200, '0', 'default', '2024-11-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67078, 7745, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67079, 2179, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67080, 7311, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67081, 1935, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67082, 1930, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67083, 1931, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67084, 1937, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67085, 2113, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67086, 2198, '0', 'default', '2024-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67087, 2201, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67088, 7460, '0', 'preview', '2024-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67089, 6421, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67090, 6422, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67091, 1952, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67092, 1957, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67093, 1967, '0', 'default', '2024-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67094, 7466, '0', 'default', '2024-11-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67095, 7465, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67096, 1966, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67097, 7625, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67098, 2051, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67099, 7460, '0', 'default', '2024-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67100, 7622, '0', 'default', '2024-11-05', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67101, 2190, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67102, 2201, '0', 'preview', '2024-11-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67103, 2188, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67104, 2015, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67105, 2185, '0', 'preview', '2024-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67106, 2173, '0', 'preview', '2024-11-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67107, 2066, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67108, 5625, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67109, 2054, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67110, 2176, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67111, 2051, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67112, 1960, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67113, 6421, '0', 'preview', '2024-11-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67114, 2186, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67115, 1957, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67116, 1932, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67117, 7625, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67118, 1967, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67119, 2028, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67120, 1920, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67121, 1924, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67122, 2187, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67123, 2184, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67124, 5621, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67125, 7743, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67126, 7743, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67127, 2170, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67128, 1918, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67129, 1913, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67130, 2054, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67131, 6422, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67132, 2192, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67133, 1966, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67134, 2048, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67135, 1952, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67136, 2190, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67137, 1960, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67138, 7746, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67139, 7706, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67140, 2174, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67141, 2173, '0', 'default', '2024-11-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67142, 2093, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67143, 2093, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67144, 2179, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67145, 2086, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67146, 2170, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67147, 1925, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67148, 2187, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67149, 2024, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67150, 1955, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67151, 7739, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67152, 2131, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67153, 2175, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67154, 2175, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67155, 7461, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67156, 2067, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67157, 7469, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67158, 7312, '0', 'preview', '2024-11-06', 339);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67159, 2027, '0', 'preview', '2024-11-06', 68);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67160, 7741, '0', 'preview', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67161, 2024, '0', 'preview', '2024-11-06', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67162, 7621, '0', 'preview', '2024-11-06', 182);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67163, 1960, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67164, 2172, '0', 'preview', '2024-11-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67165, 7622, '0', 'preview', '2024-11-06', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67166, 7471, '0', 'preview', '2024-11-06', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67167, 2169, '0', 'preview', '2024-11-06', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67168, 7475, '0', 'preview', '2024-11-06', 546);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67169, 2200, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67170, 7474, '0', 'preview', '2024-11-06', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67171, 7623, '0', 'preview', '2024-11-06', 161);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67172, 2182, '0', 'preview', '2024-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67173, 7738, '0', 'preview', '2024-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67174, 2165, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67175, 1938, '0', 'preview', '2024-11-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67176, 2086, '0', 'preview', '2024-11-06', 364);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67177, 2016, '0', 'preview', '2024-11-06', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67178, 7312, '0', 'default', '2024-11-06', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67179, 2051, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67180, 7737, '0', 'preview', '2024-11-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67181, 7460, '0', 'preview', '2024-11-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67182, 7313, '0', 'default', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67183, 5621, '0', 'preview', '2024-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67184, 7473, '0', 'preview', '2024-11-06', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67185, 7471, '0', 'default', '2024-11-06', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67186, 2112, '0', 'preview', '2024-11-06', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67187, 7624, '0', 'preview', '2024-11-06', 107);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67188, 1964, '0', 'preview', '2024-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67189, 1950, '0', 'preview', '2024-11-06', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67190, 1917, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67191, 5624, '0', 'preview', '2024-11-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67192, 2016, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67193, 2048, '0', 'preview', '2024-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67194, 2113, '0', 'preview', '2024-11-06', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67195, 1930, '0', 'preview', '2024-11-06', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67196, 7467, '0', 'default', '2024-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67197, 7466, '0', 'default', '2024-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67198, 7465, '0', 'default', '2024-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67199, 1966, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67200, 2066, '0', 'default', '2024-11-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67201, 2065, '0', 'default', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67202, 7625, '0', 'default', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67203, 5653, '0', 'preview', '2024-11-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67204, 7623, '0', 'default', '2024-11-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67205, 2200, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67206, 7463, '0', 'default', '2024-11-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67207, 2192, '0', 'default', '2024-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67208, 7621, '0', 'default', '2024-11-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67209, 2053, '0', 'default', '2024-11-06', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67210, 7313, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67211, 7748, '0', 'default', '2024-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67212, 7463, '0', 'preview', '2024-11-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67213, 7475, '0', 'default', '2024-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67214, 1886, '0', 'default', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67215, 2158, '0', 'default', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67216, 1918, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67217, 2113, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67218, 7474, '0', 'default', '2024-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67219, 1935, '0', 'preview', '2024-11-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67220, 2169, '0', 'default', '2024-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67221, 7741, '0', 'default', '2024-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67222, 2054, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67223, 7464, '0', 'default', '2024-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67224, 2198, '0', 'default', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67225, 2051, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67226, 1964, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67227, 1967, '0', 'default', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67228, 7737, '0', 'default', '2024-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67229, 2093, '0', 'preview', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67230, 2176, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67231, 2053, '0', 'preview', '2024-11-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67232, 2158, '0', 'preview', '2024-11-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67233, 7744, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67234, 7744, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67235, 7739, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67236, 2201, '0', 'preview', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67237, 7472, '0', 'default', '2024-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67238, 7311, '0', 'default', '2024-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67239, 7625, '0', 'preview', '2024-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67240, 2015, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67241, 2186, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67242, 2188, '0', 'preview', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67243, 7467, '0', 'preview', '2024-11-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67244, 7311, '0', 'preview', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67245, 1925, '0', 'preview', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67246, 7461, '0', 'preview', '2024-11-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67247, 7748, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67248, 2182, '0', 'default', '2024-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67249, 2065, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67250, 7749, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67251, 7470, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67252, 2027, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67253, 7465, '0', 'preview', '2024-11-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67254, 2067, '0', 'preview', '2024-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67255, 7460, '0', 'default', '2024-11-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67256, 7461, '0', 'default', '2024-11-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67257, 2170, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67258, 7464, '0', 'preview', '2024-11-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67259, 7466, '0', 'preview', '2024-11-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67260, 7473, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67261, 2188, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67262, 7624, '0', 'default', '2024-11-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67263, 2170, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67264, 2172, '0', 'default', '2024-11-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67265, 1930, '0', 'default', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67266, 2141, '0', 'default', '2024-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67267, 2086, '0', 'default', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67268, 2131, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67269, 2198, '0', 'preview', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67270, 1952, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67271, 1967, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67272, 1966, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67273, 2066, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67274, 2176, '0', 'default', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67275, 5621, '0', 'default', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67276, 2173, '0', 'default', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67277, 1931, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67278, 2189, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67279, 2192, '0', 'preview', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67280, 7462, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67281, 1886, '0', 'preview', '2024-11-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67282, 1931, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67283, 7745, '0', 'default', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67284, 7743, '0', 'default', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67285, 2177, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67286, 1938, '0', 'default', '2024-11-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67287, 7468, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67288, 2201, '0', 'default', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67289, 2183, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67290, 2187, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67291, 2187, '0', 'preview', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67292, 5702, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67293, 7738, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67294, 2023, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67295, 2024, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67296, 7462, '0', 'preview', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67297, 2112, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67298, 2190, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67299, 2189, '0', 'default', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67300, 1914, '0', 'default', '2024-11-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67301, 7706, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67302, 1915, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67303, 2173, '0', 'preview', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67304, 2179, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67305, 7749, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67306, 7745, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67307, 2174, '0', 'preview', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67308, 2093, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67309, 2184, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67310, 7470, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67311, 7740, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67312, 7740, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67313, 2048, '0', 'default', '2024-11-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67314, 2185, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67315, 7746, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67316, 2172, '0', 'default', '2024-11-07', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67317, 1938, '0', 'preview', '2024-11-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67318, 7737, '0', 'default', '2024-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67319, 7475, '0', 'preview', '2024-11-07', 528);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67320, 7621, '0', 'default', '2024-11-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67321, 2113, '0', 'preview', '2024-11-07', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67322, 7312, '0', 'preview', '2024-11-07', 311);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67323, 2192, '0', 'default', '2024-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67324, 7624, '0', 'default', '2024-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67325, 2086, '0', 'preview', '2024-11-07', 292);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67326, 2027, '0', 'preview', '2024-11-07', 62);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67327, 7312, '0', 'default', '2024-11-07', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67328, 2093, '0', 'preview', '2024-11-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67329, 2016, '0', 'preview', '2024-11-07', 73);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67330, 2172, '0', 'preview', '2024-11-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67331, 7623, '0', 'default', '2024-11-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67332, 2024, '0', 'preview', '2024-11-07', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67333, 7471, '0', 'preview', '2024-11-07', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67334, 2169, '0', 'preview', '2024-11-07', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67335, 7743, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67336, 7743, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67337, 7622, '0', 'preview', '2024-11-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67338, 7621, '0', 'preview', '2024-11-07', 155);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67339, 1930, '0', 'preview', '2024-11-07', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67340, 1950, '0', 'preview', '2024-11-07', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67341, 1935, '0', 'preview', '2024-11-07', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67342, 7623, '0', 'preview', '2024-11-07', 116);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67343, 7624, '0', 'preview', '2024-11-07', 107);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67344, 2200, '0', 'default', '2024-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67345, 7471, '0', 'default', '2024-11-07', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67346, 5653, '0', 'preview', '2024-11-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67347, 2190, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67348, 1967, '0', 'default', '2024-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67349, 1967, '0', 'preview', '2024-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67350, 7737, '0', 'preview', '2024-11-07', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67351, 5624, '0', 'preview', '2024-11-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67352, 7461, '0', 'preview', '2024-11-07', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67353, 7463, '0', 'preview', '2024-11-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67354, 7462, '0', 'preview', '2024-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67355, 5621, '0', 'preview', '2024-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67356, 7473, '0', 'preview', '2024-11-07', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67357, 2049, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67358, 2015, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67359, 7463, '0', 'default', '2024-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67360, 7464, '0', 'default', '2024-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67361, 5653, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67362, 2027, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67363, 5623, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67364, 1935, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67365, 7464, '0', 'preview', '2024-11-07', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67366, 2129, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67367, 5625, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67368, 7474, '0', 'preview', '2024-11-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67369, 2189, '0', 'default', '2024-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67370, 2174, '0', 'preview', '2024-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67371, 2174, '0', 'default', '2024-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67372, 7740, '0', 'default', '2024-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67373, 2198, '0', 'default', '2024-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67374, 7739, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67375, 7460, '0', 'preview', '2024-11-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67376, 2198, '0', 'preview', '2024-11-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67377, 2112, '0', 'preview', '2024-11-07', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67378, 2053, '0', 'preview', '2024-11-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67379, 2177, '0', 'preview', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67380, 7467, '0', 'preview', '2024-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67381, 7465, '0', 'preview', '2024-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67382, 2182, '0', 'preview', '2024-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67383, 7466, '0', 'preview', '2024-11-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67384, 2048, '0', 'preview', '2024-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67385, 2053, '0', 'default', '2024-11-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67386, 2067, '0', 'preview', '2024-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67387, 7475, '0', 'default', '2024-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67388, 2048, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67389, 7738, '0', 'preview', '2024-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67390, 2182, '0', 'default', '2024-11-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67391, 1925, '0', 'preview', '2024-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67392, 1964, '0', 'preview', '2024-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67393, 2201, '0', 'preview', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67394, 7749, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67395, 2028, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67396, 2176, '0', 'preview', '2024-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67397, 2169, '0', 'default', '2024-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67398, 2192, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67399, 2175, '0', 'default', '2024-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67400, 2185, '0', 'default', '2024-11-07', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67401, 2186, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67402, 2016, '0', 'default', '2024-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67403, 2024, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67404, 7740, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67405, 7467, '0', 'default', '2024-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67406, 2066, '0', 'preview', '2024-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67407, 2191, '0', 'preview', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67408, 2189, '0', 'preview', '2024-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67409, 2190, '0', 'preview', '2024-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67410, 7472, '0', 'preview', '2024-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67411, 7461, '0', 'default', '2024-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67412, 1952, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67413, 6422, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67414, 7625, '0', 'preview', '2024-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67415, 6421, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67416, 1957, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67417, 2178, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67418, 7738, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67419, 2015, '0', 'preview', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67420, 2054, '0', 'preview', '2024-11-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67421, 5623, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67422, 7311, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67423, 2067, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67424, 1960, '0', 'preview', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67425, 7741, '0', 'preview', '2024-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67426, 7470, '0', 'preview', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67427, 2141, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67428, 2200, '0', 'preview', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67429, 7460, '0', 'default', '2024-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67430, 7474, '0', 'default', '2024-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67431, 1925, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67432, 2173, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67433, 2173, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67434, 7466, '0', 'default', '2024-11-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67435, 7465, '0', 'default', '2024-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67436, 7313, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67437, 5621, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67438, 1938, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67439, 2158, '0', 'preview', '2024-11-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67440, 1886, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67441, 2185, '0', 'preview', '2024-11-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67442, 7745, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67443, 7472, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67444, 1886, '0', 'preview', '2024-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67445, 2181, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67446, 1960, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67447, 6421, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67448, 1952, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67449, 1957, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67450, 2066, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67451, 2187, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67452, 7313, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67453, 2201, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67454, 7741, '0', 'default', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67455, 7746, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67456, 2112, '0', 'default', '2024-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67457, 7311, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67458, 2186, '0', 'preview', '2024-11-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67459, 1966, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67460, 2065, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67461, 2179, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67462, 2086, '0', 'default', '2024-11-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67463, 2141, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67464, 2113, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67465, 1937, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67466, 2188, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67467, 2093, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67468, 7748, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67469, 7749, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67470, 1917, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67471, 7750, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67472, 7739, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67473, 7745, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67474, 2178, '0', 'preview', '2024-11-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67475, 5625, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67476, 5702, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67477, 7312, '0', 'preview', '2024-11-08', 256);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67478, 7471, '0', 'preview', '2024-11-08', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67479, 7624, '0', 'preview', '2024-11-08', 79);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67480, 7475, '0', 'preview', '2024-11-08', 442);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67481, 7621, '0', 'preview', '2024-11-08', 153);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67482, 2086, '0', 'preview', '2024-11-08', 225);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67483, 7741, '0', 'preview', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67484, 2189, '0', 'preview', '2024-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67485, 2170, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67486, 7473, '0', 'preview', '2024-11-08', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67487, 2172, '0', 'preview', '2024-11-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67488, 7623, '0', 'preview', '2024-11-08', 116);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67489, 7311, '0', 'preview', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67490, 7474, '0', 'preview', '2024-11-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67491, 2148, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67492, 2169, '0', 'preview', '2024-11-08', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67493, 5621, '0', 'preview', '2024-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67494, 2067, '0', 'preview', '2024-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67495, 2188, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67496, 7464, '0', 'preview', '2024-11-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67497, 7460, '0', 'preview', '2024-11-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67498, 7737, '0', 'default', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67499, 7737, '0', 'preview', '2024-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67500, 7461, '0', 'preview', '2024-11-08', 12);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67501, 1967, '0', 'preview', '2024-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67502, 1886, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67503, 1964, '0', 'preview', '2024-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67504, 7471, '0', 'default', '2024-11-08', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67505, 5653, '0', 'preview', '2024-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67506, 7460, '0', 'default', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67507, 7462, '0', 'preview', '2024-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67508, 2024, '0', 'preview', '2024-11-08', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67509, 7463, '0', 'preview', '2024-11-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67510, 2027, '0', 'preview', '2024-11-08', 62);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67511, 2182, '0', 'default', '2024-11-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67512, 2182, '0', 'preview', '2024-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67513, 7311, '0', 'default', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67514, 2016, '0', 'preview', '2024-11-08', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67515, 1950, '0', 'preview', '2024-11-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67516, 2093, '0', 'preview', '2024-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67517, 7622, '0', 'preview', '2024-11-08', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67518, 2113, '0', 'preview', '2024-11-08', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67519, 2028, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67520, 1918, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67521, 7748, '0', 'preview', '2024-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67522, 2190, '0', 'preview', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67523, 7312, '0', 'default', '2024-11-08', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67524, 1930, '0', 'preview', '2024-11-08', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67525, 2048, '0', 'preview', '2024-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67526, 7738, '0', 'preview', '2024-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67527, 2173, '0', 'preview', '2024-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67528, 1935, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67529, 1930, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67530, 2112, '0', 'preview', '2024-11-08', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67531, 2172, '0', 'default', '2024-11-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67532, 1935, '0', 'preview', '2024-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67533, 2174, '0', 'preview', '2024-11-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67534, 1924, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67535, 7467, '0', 'default', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67536, 7467, '0', 'preview', '2024-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67537, 1938, '0', 'preview', '2024-11-08', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67538, 2113, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67539, 5624, '0', 'preview', '2024-11-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67540, 2158, '0', 'preview', '2024-11-08', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67541, 2198, '0', 'preview', '2024-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67542, 7749, '0', 'preview', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67543, 7739, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67544, 7747, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67545, 2192, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67546, 2185, '0', 'preview', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67547, 2186, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67548, 2175, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67549, 1931, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67550, 2176, '0', 'preview', '2024-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67551, 2177, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67552, 2178, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67553, 1957, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67554, 6421, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67555, 6422, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67556, 2051, '0', 'preview', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67557, 2179, '0', 'preview', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67558, 7474, '0', 'default', '2024-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67559, 2067, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67560, 7740, '0', 'preview', '2024-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67561, 7466, '0', 'preview', '2024-11-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67562, 5621, '0', 'default', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67563, 2053, '0', 'preview', '2024-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67564, 2190, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67565, 7623, '0', 'default', '2024-11-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67566, 1964, '0', 'default', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67567, 2053, '0', 'default', '2024-11-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67568, 2086, '0', 'default', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67569, 2169, '0', 'default', '2024-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67570, 7738, '0', 'default', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67571, 5623, '0', 'preview', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67572, 5625, '0', 'default', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67573, 2015, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67574, 1917, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67575, 7465, '0', 'preview', '2024-11-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67576, 7748, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67577, 7624, '0', 'default', '2024-11-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67578, 7475, '0', 'default', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67579, 1966, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67580, 2066, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67581, 7621, '0', 'default', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67582, 2198, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67583, 2178, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67584, 1957, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67585, 6421, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67586, 6422, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67587, 1952, '0', 'default', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67588, 7461, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67589, 2174, '0', 'default', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67590, 7470, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67591, 7465, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67592, 1886, '0', 'default', '2024-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67593, 7742, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67594, 7464, '0', 'default', '2024-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67595, 2048, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67596, 2192, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67597, 7463, '0', 'default', '2024-11-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67598, 1952, '0', 'preview', '2024-11-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67599, 7313, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67600, 1925, '0', 'preview', '2024-11-08', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67601, 1960, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67602, 5624, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67603, 5622, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67604, 7462, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67605, 7625, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67606, 5625, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67607, 2200, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67608, 1925, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67609, 1960, '0', 'default', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67610, 2054, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67611, 7743, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67612, 7472, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67613, 2201, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67614, 2179, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67615, 1967, '0', 'default', '2024-11-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67616, 2112, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67617, 7464, '0', 'preview', '2024-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67618, 2169, '0', 'preview', '2024-11-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67619, 7475, '0', 'preview', '2024-11-09', 330);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67620, 2086, '0', 'preview', '2024-11-09', 122);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67621, 7460, '0', 'preview', '2024-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67622, 7623, '0', 'preview', '2024-11-09', 64);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67623, 7461, '0', 'preview', '2024-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67624, 7312, '0', 'preview', '2024-11-09', 112);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67625, 7621, '0', 'preview', '2024-11-09', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67626, 1886, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67627, 2027, '0', 'preview', '2024-11-09', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67628, 7474, '0', 'preview', '2024-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67629, 7312, '0', 'default', '2024-11-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67630, 5653, '0', 'preview', '2024-11-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67631, 2174, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67632, 2172, '0', 'preview', '2024-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67633, 2016, '0', 'preview', '2024-11-09', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67634, 7313, '0', 'preview', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67635, 2181, '0', 'preview', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67636, 7471, '0', 'preview', '2024-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67637, 2024, '0', 'preview', '2024-11-09', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67638, 7624, '0', 'preview', '2024-11-09', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67639, 1935, '0', 'preview', '2024-11-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67640, 2053, '0', 'default', '2024-11-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67641, 2113, '0', 'preview', '2024-11-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67642, 1930, '0', 'preview', '2024-11-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67643, 7466, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67644, 7624, '0', 'default', '2024-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67645, 2112, '0', 'preview', '2024-11-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67646, 7311, '0', 'preview', '2024-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67647, '7311\\\'', '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67648, 7621, '0', 'default', '2024-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67649, 5624, '0', 'preview', '2024-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67650, 2051, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67651, 7467, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67652, 7473, '0', 'preview', '2024-11-09', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67653, 2182, '0', 'default', '2024-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67654, 2198, '0', 'preview', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67655, 2048, '0', 'preview', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67656, 2192, '0', 'preview', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67657, 7623, '0', 'default', '2024-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67658, 7313, '0', 'default', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67659, 1964, '0', 'default', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67660, 7471, '0', 'default', '2024-11-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67661, 1950, '0', 'preview', '2024-11-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67662, 1938, '0', 'preview', '2024-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67663, 2182, '0', 'preview', '2024-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67664, 2048, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67665, 2067, '0', 'preview', '2024-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67666, 7750, '0', 'preview', '2024-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67667, 2201, '0', 'preview', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67668, 2023, '0', 'preview', '2024-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67669, 2172, '0', 'default', '2024-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67670, 2174, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67671, 2173, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67672, 7472, '0', 'default', '2024-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67673, 2027, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67674, 2016, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67675, 2024, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67676, 7737, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67677, 2028, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67678, 2015, '0', 'preview', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67679, 7738, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67680, 7474, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67681, 2179, '0', 'default', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67682, 7741, '0', 'preview', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67683, 1912, '0', 'preview', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67684, 1960, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67685, 7741, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67686, 7748, '0', 'default', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67687, 1932, '0', 'default', '2024-11-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67688, 7311, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67689, 2152, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67690, 7737, '0', 'preview', '2024-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67691, 2170, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67692, 1932, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67693, 7622, '0', 'preview', '2024-11-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67694, 2176, '0', 'preview', '2024-11-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67695, 5702, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67696, 7749, '0', 'default', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67697, 7749, '0', 'preview', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67698, 2053, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67699, 2054, '0', 'preview', '2024-11-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67700, 2169, '0', 'default', '2024-11-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67701, 7745, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67702, 7622, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67703, 2191, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67704, 7748, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67705, 7747, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67706, 7744, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67707, 7463, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67708, 7463, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67709, 2165, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67710, 2113, '0', 'default', '2024-11-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67711, 2189, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67712, 2190, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67713, 5621, '0', 'preview', '2024-11-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67714, 5624, '0', 'preview', '2024-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67715, 1950, '0', 'preview', '2024-11-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67716, 7312, '0', 'preview', '2024-11-10', 123);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67717, 7623, '0', 'preview', '2024-11-10', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67718, 2016, '0', 'preview', '2024-11-10', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67719, 7624, '0', 'preview', '2024-11-10', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67720, 7475, '0', 'preview', '2024-11-10', 257);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67721, 2086, '0', 'preview', '2024-11-10', 97);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67722, 2024, '0', 'preview', '2024-11-10', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67723, 7621, '0', 'preview', '2024-11-10', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67724, 2027, '0', 'preview', '2024-11-10', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67725, 7625, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67726, 7471, '0', 'preview', '2024-11-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67727, 2054, '0', 'preview', '2024-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67728, 7741, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67729, 2112, '0', 'preview', '2024-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67730, 7739, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67731, 2182, '0', 'default', '2024-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67732, 7621, '0', 'default', '2024-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67733, 7473, '0', 'preview', '2024-11-10', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67734, 5653, '0', 'preview', '2024-11-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67735, 2172, '0', 'preview', '2024-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67736, 2182, '0', 'preview', '2024-11-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67737, 7474, '0', 'preview', '2024-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67738, 1938, '0', 'preview', '2024-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67739, 2176, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67740, 2172, '0', 'default', '2024-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67741, 7312, '0', 'default', '2024-11-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67742, 7460, '0', 'default', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67743, 7464, '0', 'default', '2024-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67744, 2053, '0', 'default', '2024-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67745, 1960, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67746, 7463, '0', 'default', '2024-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67747, 7461, '0', 'default', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67748, 7471, '0', 'default', '2024-11-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67749, 2170, '0', 'preview', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67750, 2169, '0', 'preview', '2024-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67751, 1935, '0', 'preview', '2024-11-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67752, 1930, '0', 'preview', '2024-11-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67753, 2113, '0', 'preview', '2024-11-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67754, 7462, '0', 'default', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67755, 1925, '0', 'default', '2024-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67756, 7461, '0', 'preview', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67757, 7622, '0', 'preview', '2024-11-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67758, 7460, '0', 'preview', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67759, 7463, '0', 'preview', '2024-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67760, 7464, '0', 'preview', '2024-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67761, 1964, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67762, '7312\\\'', '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67763, 2165, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67764, 7313, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67765, 2171, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67766, 7624, '0', 'default', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67767, 2169, '0', 'default', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67768, 2158, '0', 'preview', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67769, 7623, '0', 'default', '2024-11-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67770, 2086, '0', 'default', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67771, 1931, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67772, 2174, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67773, 2173, '0', 'preview', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67774, 2173, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67775, 2141, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67776, 2016, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67777, 7311, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67778, 2170, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67779, 5625, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67780, 7466, '0', 'preview', '2024-11-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67781, 7738, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67782, 1917, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67783, 7474, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67784, 7313, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67785, 7465, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67786, 2023, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67787, 7472, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67788, 7737, '0', 'preview', '2024-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67789, 1967, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67790, 2053, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67791, 7741, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67792, 7740, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67793, 7745, '0', 'preview', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67794, 7747, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67795, 5621, '0', 'preview', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67796, 2049, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67797, 2048, '0', 'preview', '2024-11-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67798, 7465, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67799, 2200, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67800, 7738, '0', 'preview', '2024-11-10', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67801, 2015, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67802, 2200, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67803, 7737, '0', 'default', '2024-11-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67804, 2028, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67805, 7467, '0', 'preview', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67806, 7472, '0', 'default', '2024-11-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67807, 7621, '0', 'preview', '2024-11-11', 206);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67808, 7312, '0', 'preview', '2024-11-11', 394);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67809, 7624, '0', 'preview', '2024-11-11', 126);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67810, 2016, '0', 'preview', '2024-11-11', 98);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67811, 7623, '0', 'preview', '2024-11-11', 162);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67812, 7475, '0', 'preview', '2024-11-11', 400);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67813, 2024, '0', 'preview', '2024-11-11', 77);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67814, 2086, '0', 'preview', '2024-11-11', 376);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67815, 2027, '0', 'preview', '2024-11-11', 86);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67816, 2169, '0', 'preview', '2024-11-11', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67817, 7471, '0', 'preview', '2024-11-11', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67818, 7623, '0', 'default', '2024-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67819, 2048, '0', 'default', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67820, 7472, '0', 'preview', '2024-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67821, 1886, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67822, 2067, '0', 'preview', '2024-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67823, 2053, '0', 'preview', '2024-11-11', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67824, 7473, '0', 'preview', '2024-11-11', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67825, 7622, '0', 'preview', '2024-11-11', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67826, 7312, '0', 'default', '2024-11-11', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67827, 2051, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67828, 1964, '0', 'preview', '2024-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67829, 2048, '0', 'preview', '2024-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67830, 1957, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67831, 5624, '0', 'preview', '2024-11-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67832, 1950, '0', 'preview', '2024-11-11', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67833, 7466, '0', 'preview', '2024-11-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67834, 1938, '0', 'preview', '2024-11-11', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67835, 2172, '0', 'default', '2024-11-11', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67836, 1930, '0', 'preview', '2024-11-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67837, 2113, '0', 'preview', '2024-11-11', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67838, 1935, '0', 'preview', '2024-11-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67839, 2112, '0', 'preview', '2024-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67840, 7460, '0', 'preview', '2024-11-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67841, 7464, '0', 'preview', '2024-11-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67842, 5653, '0', 'preview', '2024-11-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67843, 7463, '0', 'preview', '2024-11-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67844, 7474, '0', 'default', '2024-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67845, 2198, '0', 'preview', '2024-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67846, 7467, '0', 'preview', '2024-11-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67847, 7465, '0', 'preview', '2024-11-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67848, 7737, '0', 'preview', '2024-11-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67849, 7474, '0', 'preview', '2024-11-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67850, 7471, '0', 'default', '2024-11-11', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67851, 2053, '0', 'default', '2024-11-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67852, 2176, '0', 'preview', '2024-11-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67853, 2172, '0', 'preview', '2024-11-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67854, 2182, '0', 'preview', '2024-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67855, 2171, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67856, 7741, '0', 'preview', '2024-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67857, 7748, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67858, 7745, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67859, 5702, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67860, 7311, '0', 'preview', '2024-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67861, 7750, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67862, 7745, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67863, 7742, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67864, 5621, '0', 'preview', '2024-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67865, 7749, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67866, 2113, '0', 'default', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67867, 7747, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67868, 5621, '0', 'default', '2024-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67869, 7744, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67870, 2158, '0', 'default', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67871, 2179, '0', 'default', '2024-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67872, 7738, '0', 'default', '2024-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67873, 2093, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67874, 7313, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67875, 2054, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67876, 7624, '0', 'default', '2024-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67877, 2190, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67878, 7621, '0', 'default', '2024-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67879, 2165, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67880, 5623, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67881, 7463, '0', 'default', '2024-11-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67882, 2181, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67883, 7748, '0', 'default', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67884, 7737, '0', 'default', '2024-11-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67885, 6421, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67886, 2185, '0', 'preview', '2024-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67887, 2188, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67888, 7461, '0', 'preview', '2024-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67889, 2174, '0', 'default', '2024-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67890, 2173, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67891, 7475, '0', 'default', '2024-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67892, 7313, '0', 'default', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67893, 7739, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67894, 2170, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67895, 2170, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67896, 2174, '0', 'preview', '2024-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67897, 2184, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67898, 2184, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67899, 7741, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67900, 7740, '0', 'default', '2024-11-11', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67901, 1967, '0', 'default', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67902, 2129, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67903, 7462, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67904, 2141, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67905, 2173, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67906, 7464, '0', 'default', '2024-11-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67907, 7467, '0', 'default', '2024-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67908, 2023, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67909, 7738, '0', 'preview', '2024-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67910, 1925, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67911, 1967, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67912, 2158, '0', 'preview', '2024-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67913, 2066, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67914, 1952, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67915, 1966, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67916, 7466, '0', 'default', '2024-11-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67917, 7465, '0', 'default', '2024-11-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67918, 1931, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67919, 2192, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67920, 1964, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67921, 7622, '0', 'default', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67922, 2189, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67923, 2027, '0', 'default', '2024-11-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67924, 7461, '0', 'default', '2024-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67925, 2086, '0', 'default', '2024-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67926, 2024, '0', 'default', '2024-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67927, 7472, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67928, 7625, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67929, 7470, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67930, 7746, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67931, 2028, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67932, 2049, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67933, 2093, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67934, 2189, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67935, 2201, '0', 'default', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67936, 7740, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67937, 2188, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67938, 2054, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67939, 2169, '0', 'default', '2024-11-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67940, 2176, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67941, 7706, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67942, 2016, '0', 'default', '2024-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67943, 2185, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67944, 7462, '0', 'default', '2024-11-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67945, 7311, '0', 'default', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67946, 2200, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67947, 2201, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67948, 2200, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67949, 2067, '0', 'default', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67950, 7743, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67951, 1886, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67952, 2182, '0', 'default', '2024-11-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67953, 2198, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67954, 2192, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67955, 2190, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67956, 7473, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67957, 7460, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67958, 1938, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67959, 2177, '0', 'default', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67960, 2178, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67961, 1957, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67962, 6421, '0', 'preview', '2024-11-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67963, 6422, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67964, 2049, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67965, 2087, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67966, 2066, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67967, 1966, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67968, 2065, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67969, 7625, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67970, 6422, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67971, 1930, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67972, 1931, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67973, 1935, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67974, 1937, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67975, 2165, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67976, 1913, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67977, 5623, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67978, 5622, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67979, 5625, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67980, 2126, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67981, 2177, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67982, 1925, '0', 'default', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67983, 1912, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67984, 2065, '0', 'preview', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67985, 7746, '0', 'default', '2024-11-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67986, 1960, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67987, 7471, '0', 'default', '2024-11-12', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67988, 7624, '0', 'preview', '2024-11-12', 171);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67989, 2169, '0', 'preview', '2024-11-12', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67990, 2086, '0', 'preview', '2024-11-12', 432);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67991, 7621, '0', 'preview', '2024-11-12', 278);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67992, 7461, '0', 'default', '2024-11-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67993, 2016, '0', 'preview', '2024-11-12', 111);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67994, 7463, '0', 'default', '2024-11-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67995, 1930, '0', 'preview', '2024-11-12', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67996, 7464, '0', 'default', '2024-11-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67997, 7312, '0', 'preview', '2024-11-12', 500);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67998, 7623, '0', 'preview', '2024-11-12', 276);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67999, 7738, '0', 'default', '2024-11-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68000, 2027, '0', 'preview', '2024-11-12', 121);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68001, 2172, '0', 'preview', '2024-11-12', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68002, 7465, '0', 'default', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68003, 7471, '0', 'preview', '2024-11-12', 66);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68004, 7466, '0', 'default', '2024-11-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68005, 2024, '0', 'preview', '2024-11-12', 108);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68006, 7467, '0', 'default', '2024-11-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68007, 2066, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68008, 7466, '0', 'preview', '2024-11-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68009, 1966, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68010, 7475, '0', 'preview', '2024-11-12', 525);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68011, 1967, '0', 'default', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68012, 7737, '0', 'default', '2024-11-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68013, 7474, '0', 'preview', '2024-11-12', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68014, 5653, '0', 'preview', '2024-11-12', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68015, 6421, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68016, 7625, '0', 'preview', '2024-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68017, 7474, '0', 'default', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68018, 5624, '0', 'preview', '2024-11-12', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68019, 7312, '0', 'default', '2024-11-12', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68020, 5621, '0', 'preview', '2024-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68021, 7623, '0', 'default', '2024-11-12', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68022, 1950, '0', 'preview', '2024-11-12', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68023, 7463, '0', 'preview', '2024-11-12', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68024, 2015, '0', 'preview', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68025, 7473, '0', 'preview', '2024-11-12', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68026, 2172, '0', 'default', '2024-11-12', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68027, 2170, '0', 'default', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68028, 2170, '0', 'preview', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68029, 2093, '0', 'preview', '2024-11-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68030, 2200, '0', 'preview', '2024-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68031, 2113, '0', 'preview', '2024-11-12', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68032, 1938, '0', 'preview', '2024-11-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68033, 7741, '0', 'preview', '2024-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68034, 2182, '0', 'preview', '2024-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68035, 1935, '0', 'preview', '2024-11-12', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68036, 7621, '0', 'default', '2024-11-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68037, 2198, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68038, 7472, '0', 'preview', '2024-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68039, 7737, '0', 'preview', '2024-11-12', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68040, 7313, '0', 'preview', '2024-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68041, 7622, '0', 'preview', '2024-11-12', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68042, 2169, '0', 'default', '2024-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68043, 7740, '0', 'preview', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68044, 1925, '0', 'preview', '2024-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68045, 7464, '0', 'preview', '2024-11-12', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68046, 2028, '0', 'preview', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68047, 7311, '0', 'preview', '2024-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68048, 7470, '0', 'preview', '2024-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68049, 7465, '0', 'preview', '2024-11-12', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68050, 1967, '0', 'preview', '2024-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68051, 2053, '0', 'preview', '2024-11-12', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68052, 2053, '0', 'default', '2024-11-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68053, 1960, '0', 'preview', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68054, 2048, '0', 'preview', '2024-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68055, 7738, '0', 'preview', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68056, 2112, '0', 'preview', '2024-11-12', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68057, 7461, '0', 'preview', '2024-11-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68058, 7460, '0', 'preview', '2024-11-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68059, 2181, '0', 'preview', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68060, 2189, '0', 'preview', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68061, 7745, '0', 'preview', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68062, 1964, '0', 'preview', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68063, 7624, '0', 'default', '2024-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68064, 2198, '0', 'preview', '2024-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68065, 7462, '0', 'preview', '2024-11-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68066, 2201, '0', 'preview', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68067, 2141, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68068, 2185, '0', 'preview', '2024-11-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68069, 2188, '0', 'preview', '2024-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68070, 1964, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68071, 2178, '0', 'default', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68072, 7748, '0', 'preview', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68073, 7750, '0', 'preview', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68074, 2200, '0', 'default', '2024-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68075, 1931, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68076, 1938, '0', 'default', '2024-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68077, 2051, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68078, 2176, '0', 'preview', '2024-11-12', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68079, 7460, '0', 'default', '2024-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68080, 7462, '0', 'default', '2024-11-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68081, 5625, '0', 'preview', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68082, 7622, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68083, 2067, '0', 'preview', '2024-11-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68084, 2165, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68085, 7472, '0', 'default', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68086, 2187, '0', 'preview', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68087, 2183, '0', 'preview', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68088, 2112, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68089, 1886, '0', 'preview', '2024-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68090, 7467, '0', 'preview', '2024-11-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68091, 2048, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68092, 2158, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68093, 2174, '0', 'preview', '2024-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68094, 7468, '0', 'preview', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68095, 7750, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68096, 2173, '0', 'preview', '2024-11-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68097, 2066, '0', 'preview', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68098, 2024, '0', 'default', '2024-11-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68099, 2067, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68100, 2054, '0', 'default', '2024-11-12', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68101, 1913, '0', 'preview', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68102, 7741, '0', 'default', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68103, 7625, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68104, 7475, '0', 'default', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68105, 2113, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68106, 2186, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68107, 2190, '0', 'preview', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68108, 2192, '0', 'preview', '2024-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68109, 2141, '0', 'preview', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68110, 2177, '0', 'preview', '2024-11-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68111, 2177, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68112, 2158, '0', 'preview', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68113, 2179, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68114, 2176, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68115, 1925, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68116, 2179, '0', 'preview', '2024-11-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68117, 2049, '0', 'preview', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68118, 2065, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68119, 2016, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68120, 1957, '0', 'preview', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68121, 2182, '0', 'default', '2024-11-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68122, 1960, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68123, 7311, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68124, 7749, '0', 'preview', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68125, 7469, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68126, 2201, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68127, 2185, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68128, 7748, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68129, 7746, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68130, 2181, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68131, 2189, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68132, 7745, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68133, 2192, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68134, 2051, '0', 'preview', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68135, 2174, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68136, 2173, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68137, 5621, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68138, 2175, '0', 'preview', '2024-11-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68139, 2086, '0', 'preview', '2024-11-13', 419);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68140, 7460, '0', 'preview', '2024-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68141, 7621, '0', 'preview', '2024-11-13', 202);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68142, 7624, '0', 'preview', '2024-11-13', 136);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68143, 7471, '0', 'default', '2024-11-13', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68144, 1960, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68145, 7312, '0', 'preview', '2024-11-13', 360);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68146, 7464, '0', 'preview', '2024-11-13', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68147, 7475, '0', 'preview', '2024-11-13', 438);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68148, 7623, '0', 'preview', '2024-11-13', 157);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68149, 1930, '0', 'preview', '2024-11-13', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68150, 2113, '0', 'preview', '2024-11-13', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68151, 1935, '0', 'preview', '2024-11-13', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68152, 2169, '0', 'default', '2024-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68153, 1950, '0', 'preview', '2024-11-13', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68154, 1938, '0', 'preview', '2024-11-13', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68155, 7469, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68156, 5625, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68157, 7466, '0', 'default', '2024-11-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68158, 2172, '0', 'default', '2024-11-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68159, 7623, '0', 'default', '2024-11-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68160, 7624, '0', 'default', '2024-11-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68161, 7621, '0', 'default', '2024-11-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68162, 7471, '0', 'preview', '2024-11-13', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68163, 7311, '0', 'preview', '2024-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68164, 2048, '0', 'default', '2024-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68165, 7312, '0', 'default', '2024-11-13', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68166, 2169, '0', 'preview', '2024-11-13', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68167, 2066, '0', 'default', '2024-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68168, 2113, '0', 'default', '2024-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68169, 2016, '0', 'preview', '2024-11-13', 88);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68170, 2024, '0', 'preview', '2024-11-13', 64);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68171, 7473, '0', 'preview', '2024-11-13', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68172, 5624, '0', 'preview', '2024-11-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68173, 7474, '0', 'preview', '2024-11-13', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68174, 2093, '0', 'preview', '2024-11-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68175, 2048, '0', 'preview', '2024-11-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68176, 2141, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68177, 7467, '0', 'preview', '2024-11-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68178, 7622, '0', 'preview', '2024-11-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68179, 2053, '0', 'default', '2024-11-13', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68180, 5621, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68181, 7465, '0', 'default', '2024-11-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68182, 7465, '0', 'preview', '2024-11-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68183, 7466, '0', 'preview', '2024-11-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68184, 2027, '0', 'preview', '2024-11-13', 70);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68185, 5653, '0', 'preview', '2024-11-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68186, 2067, '0', 'preview', '2024-11-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68187, 7475, '0', 'default', '2024-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68188, 2112, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68189, 7474, '0', 'default', '2024-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68190, 5621, '0', 'default', '2024-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68191, 7748, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68192, 2201, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68193, 7738, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68194, 7737, '0', 'default', '2024-11-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68195, 1967, '0', 'default', '2024-11-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68196, 2182, '0', 'default', '2024-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68197, 7464, '0', 'default', '2024-11-13', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68198, 7463, '0', 'default', '2024-11-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68199, 7461, '0', 'default', '2024-11-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68200, 2182, '0', 'preview', '2024-11-13', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68201, 7462, '0', 'preview', '2024-11-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68202, 2053, '0', 'preview', '2024-11-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68203, 7461, '0', 'preview', '2024-11-13', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68204, 7748, '0', 'preview', '2024-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68205, 2112, '0', 'preview', '2024-11-13', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68206, 7741, '0', 'preview', '2024-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68207, 2172, '0', 'preview', '2024-11-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68208, 7745, '0', 'preview', '2024-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68209, 1886, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68210, 2024, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68211, 7625, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68212, 7470, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68213, 2176, '0', 'preview', '2024-11-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68214, 7746, '0', 'preview', '2024-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68215, 2173, '0', 'preview', '2024-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68216, 7463, '0', 'preview', '2024-11-13', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68217, 7462, '0', 'default', '2024-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68218, 2093, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68219, 7743, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68220, 2015, '0', 'preview', '2024-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68221, 2198, '0', 'preview', '2024-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68222, 1952, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68223, 1950, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68224, 5624, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68225, 5623, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68226, 2179, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68227, 2131, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68228, 2174, '0', 'preview', '2024-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68229, 2067, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68230, 2016, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68231, 7737, '0', 'preview', '2024-11-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68232, 2200, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68233, 2171, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68234, 1964, '0', 'preview', '2024-11-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68235, 2051, '0', 'preview', '2024-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68236, 7472, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68237, 7467, '0', 'default', '2024-11-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68238, 1967, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68239, 7738, '0', 'preview', '2024-11-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68240, 5653, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68241, 5622, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68242, 2178, '0', 'preview', '2024-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68243, 2178, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68244, 2192, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68245, 6422, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68246, 6421, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68247, 1957, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68248, 1952, '0', 'preview', '2024-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68249, 7311, '0', 'default', '2024-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68250, 1931, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68251, 7460, '0', 'default', '2024-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68252, 2186, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68253, 2158, '0', 'preview', '2024-11-13', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68254, 7625, '0', 'default', '2024-11-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68255, 7749, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68256, 2201, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68257, 2051, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68258, 2190, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68259, 2028, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68260, 1925, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68261, 2086, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68262, 1925, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68263, 2142, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68264, 2200, '0', 'default', '2024-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68265, 2190, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68266, 2179, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68267, 7469, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68268, 1932, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68269, 2181, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68270, 2176, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68271, 2181, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68272, 1938, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68273, 1935, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68274, 2170, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68275, 7746, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68276, 7742, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68277, 7742, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68278, 7472, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68279, 7473, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68280, 2054, '0', 'preview', '2024-11-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68281, 2177, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68282, 1930, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68283, 2066, '0', 'preview', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68284, 1931, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68285, 2158, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68286, 1964, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68287, 2065, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68288, 2187, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68289, 2183, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68290, 7741, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68291, 2189, '0', 'default', '2024-11-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68292, 2198, '0', 'default', '2024-11-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68293, 2189, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68294, 1924, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68295, 7740, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68296, 7622, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68297, 1912, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68298, 2174, '0', 'default', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68299, 7313, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68300, 5623, '0', 'preview', '2024-11-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68301, 2188, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68302, 1913, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68303, 5624, '0', 'preview', '2024-11-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68304, 5653, '0', 'preview', '2024-11-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68305, 7621, '0', 'preview', '2024-11-14', 241);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68306, 7312, '0', 'default', '2024-11-14', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68307, 7312, '0', 'preview', '2024-11-14', 343);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68308, 2086, '0', 'preview', '2024-11-14', 568);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68309, 2048, '0', 'default', '2024-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68310, 7622, '0', 'preview', '2024-11-14', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68311, 2169, '0', 'preview', '2024-11-14', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68312, 7313, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68313, 1967, '0', 'preview', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68314, 7741, '0', 'preview', '2024-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68315, 7474, '0', 'preview', '2024-11-14', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68316, 2024, '0', 'preview', '2024-11-14', 107);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68317, 7624, '0', 'preview', '2024-11-14', 149);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68318, 7623, '0', 'preview', '2024-11-14', 203);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68319, 7463, '0', 'preview', '2024-11-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68320, 5623, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68321, 7475, '0', 'preview', '2024-11-14', 379);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68322, 2067, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68323, 2053, '0', 'default', '2024-11-14', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68324, 2027, '0', 'preview', '2024-11-14', 119);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68325, 2112, '0', 'preview', '2024-11-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68326, 2016, '0', 'preview', '2024-11-14', 134);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68327, 2173, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68328, 7741, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68329, 1925, '0', 'preview', '2024-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68330, 7471, '0', 'default', '2024-11-14', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68331, 2172, '0', 'preview', '2024-11-14', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68332, 2177, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68333, 1938, '0', 'default', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68334, 7473, '0', 'preview', '2024-11-14', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68335, 1960, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68336, 2053, '0', 'preview', '2024-11-14', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68337, 1950, '0', 'preview', '2024-11-14', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68338, 2066, '0', 'preview', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68339, 7471, '0', 'preview', '2024-11-14', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68340, 7311, '0', 'default', '2024-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68341, 7472, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68342, 2016, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68343, 7465, '0', 'preview', '2024-11-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68344, 7470, '0', 'preview', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68345, 7625, '0', 'preview', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68346, 2182, '0', 'preview', '2024-11-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68347, 2158, '0', 'preview', '2024-11-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68348, 7461, '0', 'preview', '2024-11-14', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68349, 7464, '0', 'preview', '2024-11-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68350, 7460, '0', 'preview', '2024-11-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68351, 2188, '0', 'preview', '2024-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68352, 2182, '0', 'default', '2024-11-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68353, 7313, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68354, 7737, '0', 'preview', '2024-11-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68355, 1931, '0', 'preview', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68356, 7745, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68357, 7466, '0', 'preview', '2024-11-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68358, 7467, '0', 'preview', '2024-11-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68359, 2186, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68360, 2141, '0', 'preview', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68361, 2174, '0', 'preview', '2024-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68362, 2166, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68363, 2173, '0', 'preview', '2024-11-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68364, 2113, '0', 'preview', '2024-11-14', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68365, 7747, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68366, 7737, '0', 'default', '2024-11-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68367, 7464, '0', 'default', '2024-11-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68368, 7463, '0', 'default', '2024-11-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68369, 2158, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68370, 2172, '0', 'default', '2024-11-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68371, 7474, '0', 'default', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68372, 1886, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68373, 7623, '0', 'default', '2024-11-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68374, 7624, '0', 'default', '2024-11-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68375, 2067, '0', 'preview', '2024-11-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68376, 1886, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68377, 1935, '0', 'preview', '2024-11-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68378, 5702, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68379, 7621, '0', 'default', '2024-11-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68380, 1930, '0', 'preview', '2024-11-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68381, 7461, '0', 'default', '2024-11-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68382, 2086, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68383, 7467, '0', 'default', '2024-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68384, 2176, '0', 'preview', '2024-11-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68385, 7466, '0', 'default', '2024-11-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68386, 2198, '0', 'default', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68387, 7462, '0', 'preview', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68388, 2093, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68389, 7311, '0', 'preview', '2024-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68390, 1932, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68391, 1935, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68392, 7738, '0', 'default', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68393, 2198, '0', 'preview', '2024-11-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68394, 7472, '0', 'preview', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68395, 2048, '0', 'preview', '2024-11-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68396, 5621, '0', 'preview', '2024-11-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68397, 2027, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68398, 1938, '0', 'preview', '2024-11-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68399, 2170, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68400, 2201, '0', 'preview', '2024-11-14', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68401, 2185, '0', 'preview', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68402, 7460, '0', 'default', '2024-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68403, 2188, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68404, 1967, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68405, 2175, '0', 'preview', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68406, 2175, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68407, 7465, '0', 'default', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68408, 2179, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68409, 2178, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68410, 1957, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68411, 7738, '0', 'preview', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68412, 1918, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68413, 2049, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68414, 7746, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68415, 2191, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68416, 7748, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68417, 2200, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68418, 2190, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68419, 1925, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68420, 1964, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68421, 2187, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68422, 2093, '0', 'preview', '2024-11-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68423, 2174, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68424, 2142, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68425, 5622, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68426, 6421, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68427, 2165, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68428, 2028, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68429, 7462, '0', 'default', '2024-11-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68430, 2112, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68431, 2179, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68432, 2054, '0', 'preview', '2024-11-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68433, 7748, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68434, 7469, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68435, 1913, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68436, 7745, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68437, 2192, '0', 'preview', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68438, 2189, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68439, 2148, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68440, 2181, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68441, 2051, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68442, 1964, '0', 'preview', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68443, 1966, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68444, 2065, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68445, 5621, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68446, 2169, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68447, 1931, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68448, 2024, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68449, 1966, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68450, 2066, '0', 'default', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68451, 7625, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68452, 5625, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68453, 1960, '0', 'preview', '2024-11-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68454, 2200, '0', 'preview', '2024-11-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68455, 2054, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68456, 1913, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68457, 1914, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68458, 7743, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68459, 2181, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68460, 2141, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68461, 2189, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68462, 1920, '0', 'preview', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68463, 2186, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68464, 2178, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68465, 7475, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68466, 1957, '0', 'default', '2024-11-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68467, 2169, '0', 'preview', '2024-11-15', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68468, 2086, '0', 'preview', '2024-11-15', 636);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68469, 2024, '0', 'default', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68470, 5653, '0', 'preview', '2024-11-15', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68471, 7312, '0', 'preview', '2024-11-15', 450);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68472, 7623, '0', 'preview', '2024-11-15', 236);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68473, 2053, '0', 'default', '2024-11-15', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68474, 2172, '0', 'default', '2024-11-15', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68475, 2027, '0', 'preview', '2024-11-15', 117);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68476, 2024, '0', 'preview', '2024-11-15', 114);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68477, 1935, '0', 'preview', '2024-11-15', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68478, 1930, '0', 'preview', '2024-11-15', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68479, 2113, '0', 'preview', '2024-11-15', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68480, 2016, '0', 'preview', '2024-11-15', 118);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68481, 7312, '0', 'default', '2024-11-15', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68482, 7475, '0', 'preview', '2024-11-15', 307);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68483, 2027, '0', 'default', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68484, 7621, '0', 'preview', '2024-11-15', 241);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68485, 1952, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68486, 1952, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68487, 7624, '0', 'preview', '2024-11-15', 151);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68488, 2015, '0', 'preview', '2024-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68489, 2172, '0', 'preview', '2024-11-15', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68490, 7311, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68491, 2028, '0', 'preview', '2024-11-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68492, 2023, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68493, 1950, '0', 'preview', '2024-11-15', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68494, 7471, '0', 'default', '2024-11-15', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68495, 7473, '0', 'preview', '2024-11-15', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68496, 7737, '0', 'default', '2024-11-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68497, 7622, '0', 'preview', '2024-11-15', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68498, 7464, '0', 'preview', '2024-11-15', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68499, 7461, '0', 'preview', '2024-11-15', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68500, 7737, '0', 'preview', '2024-11-15', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68501, 7474, '0', 'preview', '2024-11-15', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68502, 2067, '0', 'preview', '2024-11-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68503, 7471, '0', 'preview', '2024-11-15', 62);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68504, 2016, '0', 'default', '2024-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68505, 2053, '0', 'preview', '2024-11-15', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68506, 7624, '0', 'default', '2024-11-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68507, 2176, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68508, 7466, '0', 'default', '2024-11-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68509, 7467, '0', 'default', '2024-11-15', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68510, 7465, '0', 'default', '2024-11-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68511, 5624, '0', 'preview', '2024-11-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68512, 7461, '0', 'default', '2024-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68513, 7474, '0', 'default', '2024-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68514, 7475, '0', 'default', '2024-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68515, 2182, '0', 'default', '2024-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68516, 1886, '0', 'preview', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68517, 2169, '0', 'default', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68518, 2198, '0', 'preview', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68519, 7625, '0', 'preview', '2024-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68520, 7465, '0', 'preview', '2024-11-15', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68521, 7462, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68522, 7463, '0', 'default', '2024-11-15', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68523, 7741, '0', 'preview', '2024-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68524, 7740, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68525, 2189, '0', 'preview', '2024-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68526, 7741, '0', 'default', '2024-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68527, 7740, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68528, 7739, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68529, 2189, '0', 'default', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68530, 7621, '0', 'default', '2024-11-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68531, 2198, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68532, 2186, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68533, 7749, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68534, 7739, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68535, 1938, '0', 'preview', '2024-11-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68536, 7743, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68537, 2112, '0', 'preview', '2024-11-15', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68538, 1960, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68539, 7623, '0', 'default', '2024-11-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68540, 7464, '0', 'default', '2024-11-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68541, 1964, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68542, 2051, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68543, 1966, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68544, 2066, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68545, 1967, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68546, 5625, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68547, 7738, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68548, 7311, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68549, 1913, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68550, 1912, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68551, 2176, '0', 'preview', '2024-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68552, 7738, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68553, 7745, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68554, 2173, '0', 'preview', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68555, 7463, '0', 'preview', '2024-11-15', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68556, 2192, '0', 'preview', '2024-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68557, 7466, '0', 'preview', '2024-11-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68558, 2158, '0', 'preview', '2024-11-15', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68559, 7462, '0', 'preview', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68560, 7460, '0', 'preview', '2024-11-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68561, 2054, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68562, 2051, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68563, 1964, '0', 'preview', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68564, 2174, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68565, 1931, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68566, 2175, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68567, 2173, '0', 'default', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68568, 2048, '0', 'preview', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68569, 7625, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68570, 2065, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68571, 2174, '0', 'preview', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68572, 2175, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68573, 7467, '0', 'preview', '2024-11-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68574, 2154, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68575, 7470, '0', 'preview', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68576, 1966, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68577, 2187, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68578, 7472, '0', 'preview', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68579, 2182, '0', 'preview', '2024-11-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68580, 2112, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68581, 5621, '0', 'preview', '2024-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68582, 7460, '0', 'default', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68583, 2141, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68584, 2200, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68585, 2192, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68586, 7470, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68587, 1967, '0', 'preview', '2024-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68588, 7748, '0', 'preview', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68589, 2190, '0', 'preview', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68590, 2186, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68591, 2179, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68592, 2188, '0', 'preview', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68593, 7745, '0', 'preview', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68594, 2065, '0', 'preview', '2024-11-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68595, 2171, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68596, 2170, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68597, 7313, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68598, 2048, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68599, 2067, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68600, 2158, '0', 'default', '2024-11-15', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68601, 5621, '0', 'default', '2024-11-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68602, 7472, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68603, 2141, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68604, 1925, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68605, 2200, '0', 'preview', '2024-11-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68606, 2066, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68607, 2185, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68608, 2054, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68609, 2179, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68610, 2166, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68611, 2165, '0', 'default', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68612, 7748, '0', 'default', '2024-11-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68613, 1960, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68614, 1932, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68615, 1937, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68616, 1930, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68617, 1938, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68618, 2187, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68619, 6422, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68620, 2177, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68621, 1957, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68622, 7742, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68623, 7747, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68624, 2165, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68625, 1917, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68626, 2201, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68627, 1957, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68628, 2183, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68629, 7469, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68630, 7746, '0', 'preview', '2024-11-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68631, 2191, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68632, 2170, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68633, 7749, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68634, 2087, '0', 'preview', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68635, 1950, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68636, 1932, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68637, 5621, '0', 'preview', '2024-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68638, 7473, '0', 'preview', '2024-11-16', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68639, 2016, '0', 'preview', '2024-11-16', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68640, 2027, '0', 'preview', '2024-11-16', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68641, 7462, '0', 'preview', '2024-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68642, 7467, '0', 'preview', '2024-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68643, 2086, '0', 'preview', '2024-11-16', 127);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68644, 2113, '0', 'preview', '2024-11-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68645, 7312, '0', 'preview', '2024-11-16', 91);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68646, 7475, '0', 'preview', '2024-11-16', 146);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68647, 2024, '0', 'preview', '2024-11-16', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68648, 7622, '0', 'preview', '2024-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68649, 2048, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68650, 2172, '0', 'default', '2024-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68651, 7624, '0', 'preview', '2024-11-16', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68652, 5653, '0', 'preview', '2024-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68653, 2182, '0', 'preview', '2024-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68654, 1938, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68655, 2053, '0', 'default', '2024-11-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68656, 7471, '0', 'default', '2024-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68657, 7474, '0', 'preview', '2024-11-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68658, 5624, '0', 'preview', '2024-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68659, 2172, '0', 'preview', '2024-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68660, 7623, '0', 'preview', '2024-11-16', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68661, 7463, '0', 'default', '2024-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68662, 7621, '0', 'preview', '2024-11-16', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68663, 2169, '0', 'preview', '2024-11-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68664, 7470, '0', 'preview', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68665, 7625, '0', 'preview', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68666, 7465, '0', 'preview', '2024-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68667, 2054, '0', 'default', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68668, 7471, '0', 'preview', '2024-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68669, 1964, '0', 'preview', '2024-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68670, 2049, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68671, 1935, '0', 'preview', '2024-11-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68672, 1930, '0', 'preview', '2024-11-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68673, 1950, '0', 'preview', '2024-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68674, 2174, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68675, 7464, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68676, 2112, '0', 'preview', '2024-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68677, 7472, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68678, 2192, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68679, 7623, '0', 'default', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68680, 2179, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68681, 5621, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68682, 2169, '0', 'default', '2024-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68683, 7460, '0', 'preview', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68684, 2176, '0', 'preview', '2024-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68685, 7474, '0', 'default', '2024-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68686, 2158, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68687, 2158, '0', 'preview', '2024-11-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68688, 1938, '0', 'preview', '2024-11-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68689, 2182, '0', 'default', '2024-11-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68690, 7621, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68691, 7624, '0', 'default', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68692, 2066, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68693, 7737, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68694, 7312, '0', 'default', '2024-11-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68695, 7472, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68696, 7473, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68697, 7464, '0', 'default', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68698, 7460, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68699, 7461, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68700, 7462, '0', 'default', '2024-11-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68701, 7738, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68702, 2178, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68703, 1957, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68704, 6421, '0', 'default', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68705, 6422, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68706, 1952, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68707, 7622, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68708, 2200, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68709, 2067, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68710, 2192, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68711, 2048, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68712, 1917, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68713, 7475, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68714, 7467, '0', 'default', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68715, 2177, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68716, 7313, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68717, 7466, '0', 'preview', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68718, 7747, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68719, 1925, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68720, 2198, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68721, 7311, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68722, 1955, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68723, 2200, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68724, 2151, '0', 'default', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68725, 2051, '0', 'default', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68726, 2093, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68727, 7737, '0', 'preview', '2024-11-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68728, 2067, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68729, 1886, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68730, 1960, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68731, 7621, '0', 'preview', '2024-11-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68732, 7475, '0', 'preview', '2024-11-17', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68733, 7312, '0', 'default', '2024-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68734, 7747, '0', 'preview', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68735, 1930, '0', 'preview', '2024-11-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68736, 2113, '0', 'preview', '2024-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68737, 1935, '0', 'preview', '2024-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68738, 7312, '0', 'preview', '2024-11-17', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68739, 2086, '0', 'preview', '2024-11-17', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68740, 2016, '0', 'preview', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68741, 2182, '0', 'default', '2024-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68742, 2053, '0', 'preview', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68743, 2169, '0', 'preview', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68744, 7623, '0', 'preview', '2024-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68745, 7473, '0', 'preview', '2024-11-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68746, 7471, '0', 'default', '2024-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68747, 1930, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68748, 7740, '0', 'default', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68749, 2198, '0', 'default', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68750, 2191, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68751, 2182, '0', 'preview', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68752, 1964, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68753, 7621, '0', 'default', '2024-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68754, 7739, '0', 'default', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68755, 7741, '0', 'default', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68756, 2189, '0', 'default', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68757, 2172, '0', 'default', '2024-11-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68758, 7737, '0', 'preview', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68759, 2172, '0', 'preview', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68760, 7471, '0', 'preview', '2024-11-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68761, 7622, '0', 'preview', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68762, 7311, '0', 'preview', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68763, 7311, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68764, 7475, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68765, 7460, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68766, 7461, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68767, 7464, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68768, 7738, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68769, 7468, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68770, 7467, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68771, 7466, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68772, 7465, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68773, 7737, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68774, 1967, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68775, 1938, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68776, 2176, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68777, 2177, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68778, 2198, '0', 'preview', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68779, 7624, '0', 'preview', '2024-11-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68780, 2183, '0', 'preview', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68781, 2175, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68782, 2048, '0', 'preview', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68783, 2016, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68784, 7738, '0', 'preview', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68785, 6421, '0', 'preview', '2024-11-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68786, 6422, '0', 'preview', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68787, 1967, '0', 'preview', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68788, 7463, '0', 'default', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68789, 7466, '0', 'preview', '2024-11-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68790, 7475, '0', 'preview', '2024-11-18', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68791, 7470, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68792, 7465, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68793, 7466, '0', 'default', '2024-11-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68794, 7467, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68795, 2175, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68796, 2086, '0', 'preview', '2024-11-18', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68797, 1950, '0', 'preview', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68798, 2112, '0', 'preview', '2024-11-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68799, 2112, '0', 'preview', '2024-11-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68800, 1930, '0', 'preview', '2024-11-18', 18);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68801, 2113, '0', 'preview', '2024-11-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68802, 1935, '0', 'preview', '2024-11-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68803, 2093, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68804, 7312, '0', 'preview', '2024-11-18', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68805, 7624, '0', 'preview', '2024-11-18', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68806, 7621, '0', 'preview', '2024-11-18', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68807, 7473, '0', 'preview', '2024-11-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68808, 5624, '0', 'preview', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68809, 7622, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68810, 7621, '0', 'default', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68811, 7471, '0', 'default', '2024-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68812, 2024, '0', 'preview', '2024-11-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68813, 2016, '0', 'preview', '2024-11-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68814, 2027, '0', 'preview', '2024-11-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68815, 7747, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68816, 7741, '0', 'preview', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68817, 2189, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68818, 2198, '0', 'preview', '2024-11-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68819, 7623, '0', 'preview', '2024-11-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68820, 7474, '0', 'preview', '2024-11-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68821, 2066, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68822, 2093, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68823, 7625, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68824, 2172, '0', 'preview', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68825, 2200, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68826, 2169, '0', 'preview', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68827, 5624, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68828, 1950, '0', 'default', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68829, 5653, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68830, 2178, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68831, 7738, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68832, 7740, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68833, 2051, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68834, 7474, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68835, 5702, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68836, 2182, '0', 'default', '2024-11-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68837, 7312, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68838, 2198, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68839, 2189, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68840, 2190, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68841, 7748, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68842, 7741, '0', 'default', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68843, 2048, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68844, 5653, '0', 'preview', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68845, 2176, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68846, 2177, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68847, 1938, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68848, 2172, '0', 'default', '2024-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68849, 5621, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68850, 7475, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68851, 2066, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68852, 2176, '0', 'default', '2024-11-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68853, 1938, '0', 'default', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68854, 2177, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68855, 2187, '0', 'preview', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68856, 2174, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68857, 7467, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68858, 1931, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68859, 7622, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68860, 7471, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68861, 1935, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68862, 7737, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68863, 2053, '0', 'preview', '2024-11-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68864, 2182, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68865, 2067, '0', 'preview', '2024-11-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68866, 2024, '0', 'default', '2024-11-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68867, 2185, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68868, 7464, '0', 'default', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68869, 7464, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68870, 7463, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68871, 7737, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68872, 1967, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68873, 7738, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68874, 7624, '0', 'preview', '2024-11-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68875, 7623, '0', 'preview', '2024-11-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68876, 7312, '0', 'preview', '2024-11-19', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68877, 2027, '0', 'preview', '2024-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68878, 7475, '0', 'preview', '2024-11-19', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68879, 2086, '0', 'preview', '2024-11-19', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68880, 2024, '0', 'preview', '2024-11-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68881, 1930, '0', 'preview', '2024-11-19', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68882, 7621, '0', 'preview', '2024-11-19', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68883, 2048, '0', 'preview', '2024-11-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68884, 7473, '0', 'preview', '2024-11-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68885, 5653, '0', 'preview', '2024-11-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68886, 1950, '0', 'preview', '2024-11-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68887, 2067, '0', 'preview', '2024-11-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68888, 2053, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68889, 1935, '0', 'preview', '2024-11-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68890, 2113, '0', 'preview', '2024-11-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68891, 7466, '0', 'default', '2024-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68892, 2093, '0', 'preview', '2024-11-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68893, 2016, '0', 'preview', '2024-11-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68894, 2112, '0', 'preview', '2024-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68895, 2182, '0', 'default', '2024-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68896, 2172, '0', 'default', '2024-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68897, 7622, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68898, 2086, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68899, 7471, '0', 'preview', '2024-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68900, 7474, '0', 'preview', '2024-11-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68901, 7625, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68902, 7470, '0', 'default', '2024-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68903, 7465, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68904, 2182, '0', 'preview', '2024-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68905, 7311, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68906, 7471, '0', 'default', '2024-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68907, 2185, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68908, 7465, '0', 'preview', '2024-11-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68909, 2176, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68910, 2201, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68911, 7312, '0', 'default', '2024-11-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68912, 7463, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68913, 7311, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68914, 2169, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68915, 2198, '0', 'preview', '2024-11-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68916, 2012, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68917, 2198, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68918, 7739, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68919, 1950, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68920, 5624, '0', 'preview', '2024-11-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68921, 1931, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68922, 2169, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68923, 5621, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68924, 7474, '0', 'default', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68925, 2192, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68926, 2051, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68927, 1964, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68928, 2171, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68929, 2066, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68930, 7475, '0', 'preview', '2024-11-20', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68931, 2024, '0', 'preview', '2024-11-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68932, 7473, '0', 'preview', '2024-11-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68933, 2179, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68934, 2113, '0', 'preview', '2024-11-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68935, 1935, '0', 'preview', '2024-11-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68936, 2169, '0', 'preview', '2024-11-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68937, 7621, '0', 'default', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68938, 7623, '0', 'default', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68939, 7624, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68940, 7312, '0', 'default', '2024-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68941, 7312, '0', 'preview', '2024-11-20', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68942, 2093, '0', 'preview', '2024-11-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68943, 7623, '0', 'preview', '2024-11-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68944, 2182, '0', 'preview', '2024-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68945, 7741, '0', 'preview', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68946, 2172, '0', 'preview', '2024-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68947, 7745, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68948, 2200, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68949, 7747, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68950, 7464, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68951, 2086, '0', 'preview', '2024-11-20', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68952, 7624, '0', 'preview', '2024-11-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68953, 2016, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68954, 7621, '0', 'preview', '2024-11-20', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68955, 7466, '0', 'default', '2024-11-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68956, 7737, '0', 'default', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68957, 2176, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68958, 2177, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68959, 2129, '0', 'default', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68960, 7625, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68961, 7622, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68962, 7471, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68963, 2027, '0', 'preview', '2024-11-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68964, 2112, '0', 'preview', '2024-11-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68965, 2192, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68966, 7471, '0', 'preview', '2024-11-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68967, 2198, '0', 'preview', '2024-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68968, 2048, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68969, 1950, '0', 'preview', '2024-11-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68970, 1930, '0', 'preview', '2024-11-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68971, 2172, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68972, 1886, '0', 'preview', '2024-11-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68973, 2012, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68974, 2053, '0', 'preview', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68975, 2016, '0', 'preview', '2024-11-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68976, 2179, '0', 'preview', '2024-11-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68977, 1938, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68978, 2176, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68979, 7313, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68980, 5621, '0', 'preview', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68981, 2189, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68982, 2049, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68983, 5624, '0', 'preview', '2024-11-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68984, 5653, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68985, 7475, '0', 'default', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68986, 7463, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68987, 7311, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68988, 2170, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68989, 1912, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68990, 1931, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68991, 2113, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68992, 1935, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68993, 7750, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68994, 2173, '0', 'preview', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68995, 2053, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68996, 7737, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68997, 2023, '0', 'preview', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68998, 2015, '0', 'preview', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68999, 1938, '0', 'preview', '2024-11-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69000, 2028, '0', 'preview', '2024-11-20', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69001, 2086, '0', 'preview', '2024-11-21', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69002, 2065, '0', 'preview', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69003, 7747, '0', 'preview', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69004, 7312, '0', 'preview', '2024-11-21', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69005, 2201, '0', 'preview', '2024-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69006, 2093, '0', 'preview', '2024-11-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69007, 7475, '0', 'preview', '2024-11-21', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69008, 2048, '0', 'preview', '2024-11-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69009, 2189, '0', 'preview', '2024-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69010, 1964, '0', 'default', '2024-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69011, 2182, '0', 'preview', '2024-11-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69012, 2187, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69013, 2174, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69014, 7623, '0', 'preview', '2024-11-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69015, 1930, '0', 'preview', '2024-11-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69016, 1935, '0', 'preview', '2024-11-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69017, 2113, '0', 'preview', '2024-11-21', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69018, 7745, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69019, 5624, '0', 'preview', '2024-11-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69020, 7473, '0', 'preview', '2024-11-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69021, 7463, '0', 'preview', '2024-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69022, 7471, '0', 'preview', '2024-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69023, 2112, '0', 'preview', '2024-11-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69024, 7464, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69025, 7464, '0', 'preview', '2024-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69026, 7474, '0', 'preview', '2024-11-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69027, 7460, '0', 'preview', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69028, 7472, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69029, 2093, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69030, 7738, '0', 'preview', '2024-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69031, 2172, '0', 'preview', '2024-11-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69032, 2169, '0', 'preview', '2024-11-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69033, 7621, '0', 'preview', '2024-11-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69034, 7624, '0', 'preview', '2024-11-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69035, 2067, '0', 'preview', '2024-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69036, 1886, '0', 'preview', '2024-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69037, 2027, '0', 'preview', '2024-11-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69038, 2024, '0', 'preview', '2024-11-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69039, 2016, '0', 'preview', '2024-11-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69040, 7466, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69041, 7312, '0', 'default', '2024-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69042, 7471, '0', 'default', '2024-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69043, 2198, '0', 'preview', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69044, 7624, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69045, 7621, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69046, 7623, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69047, 2158, '0', 'preview', '2024-11-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69048, 1950, '0', 'preview', '2024-11-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69049, 1938, '0', 'preview', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69050, 5653, '0', 'preview', '2024-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69051, 7461, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69052, 7463, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69053, 2182, '0', 'default', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69054, 1932, '0', 'preview', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69055, 2172, '0', 'default', '2024-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69056, 1925, '0', 'preview', '2024-11-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69057, 2174, '0', 'preview', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69058, 7622, '0', 'preview', '2024-11-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69059, 2170, '0', 'preview', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69060, 2053, '0', 'preview', '2024-11-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69061, 7475, '0', 'preview', '2024-11-22', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69062, 7466, '0', 'default', '2024-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69063, 2027, '0', 'preview', '2024-11-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69064, 7312, '0', 'preview', '2024-11-22', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69065, 7474, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69066, 7624, '0', 'preview', '2024-11-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69067, 2173, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69068, 7464, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69069, 7460, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69070, 7471, '0', 'preview', '2024-11-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69071, 7463, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69072, 2172, '0', 'default', '2024-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69073, 2086, '0', 'preview', '2024-11-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69074, 5624, '0', 'preview', '2024-11-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69075, 7621, '0', 'preview', '2024-11-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69076, 2024, '0', 'preview', '2024-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69077, 5653, '0', 'preview', '2024-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69078, 1950, '0', 'preview', '2024-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69079, 2200, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69080, 2113, '0', 'preview', '2024-11-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69081, 7473, '0', 'preview', '2024-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69082, 1930, '0', 'default', '2024-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69083, 1931, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69084, 1932, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69085, 2113, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69086, 2151, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69087, 2152, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69088, 2149, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69089, 2150, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69090, 2153, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69091, 7623, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69092, 7622, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69093, 1912, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69094, 1918, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69095, 7472, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69096, 5702, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69097, 2182, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69098, 7463, '0', 'default', '2024-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69099, 2192, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69100, 7462, '0', 'default', '2024-11-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69101, 2015, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69102, 5653, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69103, 2027, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69104, 5623, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69105, 1935, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69106, 2129, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69107, 5625, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69108, 1930, '0', 'preview', '2024-11-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69109, 2189, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69110, 2112, '0', 'preview', '2024-11-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69111, 1935, '0', 'preview', '2024-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69112, 1938, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69113, 7623, '0', 'preview', '2024-11-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69114, 7749, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69115, 7624, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69116, 2201, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69117, 1886, '0', 'preview', '2024-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69118, 2093, '0', 'preview', '2024-11-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69119, 2131, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69120, 5621, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69121, 5621, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69122, 2048, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69123, 2172, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69124, 7312, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69125, 7737, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69126, 7748, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69127, 7737, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69128, 2016, '0', 'preview', '2024-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69129, 2198, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69130, 7311, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69131, 1957, '0', 'preview', '2024-11-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69132, 7738, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69133, 2178, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69134, 7745, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69135, 2169, '0', 'preview', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69136, 7474, '0', 'default', '2024-11-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69137, 1935, '0', 'preview', '2024-11-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69138, 7475, '0', 'preview', '2024-11-23', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69139, 5624, '0', 'preview', '2024-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69140, 2048, '0', 'preview', '2024-11-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69141, 2086, '0', 'preview', '2024-11-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69142, 7621, '0', 'preview', '2024-11-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69143, 7312, '0', 'preview', '2024-11-23', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69144, 7471, '0', 'preview', '2024-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69145, 1950, '0', 'preview', '2024-11-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69146, 7473, '0', 'preview', '2024-11-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69147, 5653, '0', 'preview', '2024-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69148, 2113, '0', 'preview', '2024-11-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69149, 2172, '0', 'default', '2024-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69150, 1930, '0', 'preview', '2024-11-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69151, 2027, '0', 'preview', '2024-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69152, 2112, '0', 'preview', '2024-11-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69153, 7623, '0', 'preview', '2024-11-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69154, 2182, '0', 'preview', '2024-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69155, 2169, '0', 'preview', '2024-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69156, 2067, '0', 'preview', '2024-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69157, 7624, '0', 'preview', '2024-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69158, 7466, '0', 'default', '2024-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69159, 2200, '0', 'preview', '2024-11-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69160, 2024, '0', 'preview', '2024-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69161, 1935, '0', 'default', '2024-11-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69162, 2182, '0', 'preview', '2024-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69163, 7312, '0', 'default', '2024-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69164, 7621, '0', 'default', '2024-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69165, 2176, '0', 'default', '2024-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69166, 2024, '0', 'preview', '2024-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69167, 7312, '0', 'preview', '2024-11-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69168, 7475, '0', 'preview', '2024-11-24', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69169, 7621, '0', 'preview', '2024-11-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69170, 7624, '0', 'preview', '2024-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69171, 2027, '0', 'preview', '2024-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69172, 2016, '0', 'preview', '2024-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69173, 1930, '0', 'preview', '2024-11-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69174, 2113, '0', 'preview', '2024-11-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69175, 2054, '0', 'default', '2024-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69176, 2172, '0', 'default', '2024-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69177, 2086, '0', 'preview', '2024-11-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69178, 7473, '0', 'preview', '2024-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69179, 1950, '0', 'preview', '2024-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69180, 5653, '0', 'preview', '2024-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69181, 5624, '0', 'preview', '2024-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69182, 2112, '0', 'preview', '2024-11-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69183, 7311, '0', 'preview', '2024-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69184, 7474, '0', 'preview', '2024-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69185, 7625, '0', 'preview', '2024-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69186, 7471, '0', 'preview', '2024-11-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69187, 7624, '0', 'default', '2024-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69188, 7623, '0', 'preview', '2024-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69189, 2093, '0', 'preview', '2024-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69190, 2189, '0', 'default', '2024-11-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69191, 7312, '0', 'preview', '2024-11-25', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69192, 7475, '0', 'preview', '2024-11-25', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69193, 7463, '0', 'default', '2024-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69194, 2024, '0', 'preview', '2024-11-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69195, 7466, '0', 'default', '2024-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69196, 7624, '0', 'preview', '2024-11-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69197, 1950, '0', 'preview', '2024-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69198, 2086, '0', 'preview', '2024-11-25', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69199, 2169, '0', 'preview', '2024-11-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69200, 7623, '0', 'preview', '2024-11-25', 19);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69201, 2113, '0', 'preview', '2024-11-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69202, 5624, '0', 'preview', '2024-11-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69203, 2093, '0', 'preview', '2024-11-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69204, 2027, '0', 'preview', '2024-11-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69205, 1930, '0', 'preview', '2024-11-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69206, 7621, '0', 'preview', '2024-11-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69207, 7471, '0', 'default', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69208, 2016, '0', 'preview', '2024-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69209, 7747, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69210, 2093, '0', 'default', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69211, 2053, '0', 'default', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69212, 7312, '0', 'default', '2024-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69213, 2170, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69214, 2172, '0', 'preview', '2024-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69215, 2174, '0', 'default', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69216, 2179, '0', 'default', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69217, 7622, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69218, 2172, '0', 'default', '2024-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69219, 5621, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69220, 7473, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69221, 2053, '0', 'preview', '2024-11-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69222, 5653, '0', 'preview', '2024-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69223, 2182, '0', 'preview', '2024-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69224, 1960, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69225, 2048, '0', 'preview', '2024-11-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69226, 7467, '0', 'default', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69227, 2024, '0', 'default', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69228, 2016, '0', 'default', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69229, 7465, '0', 'default', '2024-11-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69230, 7465, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69231, 7462, '0', 'default', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69232, 7474, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69233, 2198, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69234, 2182, '0', 'default', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69235, 1952, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69236, 7471, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69237, 2112, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69238, 2012, '0', 'preview', '2024-11-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69239, 1950, '0', 'preview', '2024-11-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69240, 2086, '0', 'preview', '2024-11-26', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69241, 1935, '0', 'preview', '2024-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69242, 1886, '0', 'preview', '2024-11-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69243, 2023, '0', 'preview', '2024-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69244, 2015, '0', 'preview', '2024-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69245, 2112, '0', 'preview', '2024-11-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69246, 2028, '0', 'preview', '2024-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69247, 2027, '0', 'preview', '2024-11-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69248, 2024, '0', 'preview', '2024-11-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69249, 1938, '0', 'preview', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69250, 2113, '0', 'preview', '2024-11-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69251, 2169, '0', 'preview', '2024-11-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69252, 2016, '0', 'preview', '2024-11-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69253, 1930, '0', 'preview', '2024-11-26', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69254, 2182, '0', 'default', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69255, 7473, '0', 'preview', '2024-11-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69256, 7624, '0', 'preview', '2024-11-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69257, 2198, '0', 'preview', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69258, 2176, '0', 'preview', '2024-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69259, 7312, '0', 'preview', '2024-11-26', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69260, 7621, '0', 'preview', '2024-11-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69261, 7749, '0', 'default', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69262, 2172, '0', 'default', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69263, 7463, '0', 'default', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69264, 7624, '0', 'default', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69265, 2198, '0', 'default', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69266, 7621, '0', 'default', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69267, 7471, '0', 'preview', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69268, 7475, '0', 'preview', '2024-11-26', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69269, 7471, '0', 'default', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69270, 7623, '0', 'preview', '2024-11-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69271, 2093, '0', 'preview', '2024-11-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69272, 7468, '0', 'default', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69273, 7465, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69274, 2048, '0', 'preview', '2024-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69275, 5624, '0', 'preview', '2024-11-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69276, 5653, '0', 'preview', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69277, 1886, '0', 'default', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69278, 1908, '0', 'default', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69279, 7466, '0', 'default', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69280, 2201, '0', 'preview', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69281, 2172, '0', 'preview', '2024-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69282, 2053, '0', 'default', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69283, 2053, '0', 'preview', '2024-11-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69284, 2182, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69285, 7745, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69286, 7743, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69287, 7737, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69288, 7474, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69289, 1935, '0', 'default', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69290, 1937, '0', 'default', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69291, 7464, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69292, 7463, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69293, 1925, '0', 'preview', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69294, 7747, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69295, 7741, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69296, 7622, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69297, 1932, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69298, 2067, '0', 'preview', '2024-11-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69299, 7312, '0', 'default', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69300, 7474, '0', 'default', '2024-11-26', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69301, 7472, '0', 'default', '2024-11-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69302, 2093, '0', 'preview', '2024-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69303, 7471, '0', 'default', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69304, 2182, '0', 'preview', '2024-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69305, 2172, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69306, 7312, '0', 'preview', '2024-11-27', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69307, 2086, '0', 'preview', '2024-11-27', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69308, 2201, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69309, 2198, '0', 'preview', '2024-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69310, 7621, '0', 'preview', '2024-11-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69311, 7475, '0', 'preview', '2024-11-27', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69312, 2051, '0', 'default', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69313, 1964, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69314, 2067, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69315, 2172, '0', 'preview', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69316, 2024, '0', 'preview', '2024-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69317, 2113, '0', 'preview', '2024-11-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69318, 1930, '0', 'preview', '2024-11-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69319, 2016, '0', 'preview', '2024-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69320, 1938, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69321, 2027, '0', 'preview', '2024-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69322, 7740, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69323, 2189, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69324, 7623, '0', 'preview', '2024-11-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69325, 7474, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69326, 1935, '0', 'preview', '2024-11-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69327, 7461, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69328, 7471, '0', 'preview', '2024-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69329, 7622, '0', 'preview', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69330, 2200, '0', 'preview', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69331, 7624, '0', 'preview', '2024-11-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69332, 2150, '0', 'default', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69333, 7466, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69334, 2182, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69335, 2093, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69336, 7741, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69337, 7472, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69338, 2188, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69339, 2173, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69340, 2173, '0', 'preview', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69341, 2141, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69342, 2174, '0', 'preview', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69343, 1950, '0', 'preview', '2024-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69344, 7311, '0', 'default', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69345, 7312, '0', 'default', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69346, 2054, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69347, 1912, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69348, 7473, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69349, 7466, '0', 'default', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69350, 7748, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69351, 2169, '0', 'preview', '2024-11-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69352, 7311, '0', 'preview', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69353, 5621, '0', 'preview', '2024-11-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69354, 2054, '0', 'preview', '2024-11-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69355, 7462, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69356, 2053, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69357, 1960, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69358, 2048, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69359, 2171, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69360, 7313, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69361, 2158, '0', 'preview', '2024-11-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69362, 2177, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69363, 1938, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69364, 2176, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69365, 2178, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69366, 2016, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69367, 2027, '0', 'default', '2024-11-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69368, 2086, '0', 'preview', '2024-11-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69369, 1950, '0', 'preview', '2024-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69370, 5624, '0', 'preview', '2024-11-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69371, 5653, '0', 'preview', '2024-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69372, 2112, '0', 'preview', '2024-11-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69373, 7312, '0', 'preview', '2024-11-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69374, 7621, '0', 'preview', '2024-11-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69375, 7471, '0', 'preview', '2024-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69376, 2113, '0', 'preview', '2024-11-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69377, 7475, '0', 'preview', '2024-11-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69378, 2189, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69379, 1930, '0', 'preview', '2024-11-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69380, 2113, '0', 'default', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69381, 7624, '0', 'preview', '2024-11-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69382, 7623, '0', 'preview', '2024-11-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69383, 2027, '0', 'preview', '2024-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69384, 2024, '0', 'preview', '2024-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69385, 2016, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69386, 1935, '0', 'preview', '2024-11-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69387, 1938, '0', 'preview', '2024-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69388, 2176, '0', 'preview', '2024-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69389, 1886, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69390, 2169, '0', 'preview', '2024-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69391, 7474, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69392, 2048, '0', 'preview', '2024-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69393, 2067, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69394, 2049, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69395, 2087, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69396, 7466, '0', 'default', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69397, 2093, '0', 'default', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69398, 7747, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69399, 7473, '0', 'preview', '2024-11-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69400, 2182, '0', 'default', '2024-11-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69401, 7463, '0', 'default', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69402, 1938, '0', 'default', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69403, 2177, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69404, 7463, '0', 'preview', '2024-11-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69405, 7460, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69406, 7464, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69407, 7462, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69408, 2172, '0', 'default', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69409, 2093, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69410, 7738, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69411, 5623, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69412, 1957, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69413, 2129, '0', 'preview', '2024-11-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69414, 7475, '0', 'preview', '2024-11-29', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69415, 1930, '0', 'preview', '2024-11-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69416, 7473, '0', 'preview', '2024-11-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69417, 2182, '0', 'default', '2024-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69418, 7312, '0', 'preview', '2024-11-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69419, 7621, '0', 'preview', '2024-11-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69420, 7466, '0', 'default', '2024-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69421, 2015, '0', 'default', '2024-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69422, 2086, '0', 'preview', '2024-11-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69423, 2027, '0', 'preview', '2024-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69424, 1935, '0', 'preview', '2024-11-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69425, 1950, '0', 'preview', '2024-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69426, 2024, '0', 'preview', '2024-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69427, 2182, '0', 'preview', '2024-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69428, 2048, '0', 'preview', '2024-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69429, 7623, '0', 'preview', '2024-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69430, 2113, '0', 'preview', '2024-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69431, 2179, '0', 'default', '2024-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69432, 2112, '0', 'preview', '2024-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69433, 2158, '0', 'preview', '2024-11-29', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69434, 5624, '0', 'preview', '2024-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69435, 7471, '0', 'preview', '2024-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69436, 2179, '0', 'preview', '2024-11-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69437, 2048, '0', 'default', '2024-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69438, 7474, '0', 'preview', '2024-11-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69439, 7741, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69440, 7745, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69441, 1935, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69442, 2086, '0', 'preview', '2024-11-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69443, 2067, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69444, 7475, '0', 'preview', '2024-11-30', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69445, 7471, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69446, 5624, '0', 'preview', '2024-11-30', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69447, 1950, '0', 'preview', '2024-11-30', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69448, 5653, '0', 'preview', '2024-11-30', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69449, 7621, '0', 'preview', '2024-11-30', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69450, 7623, '0', 'preview', '2024-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69451, 5623, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69452, 2053, '0', 'default', '2024-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69453, 7474, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69454, 7624, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69455, 7462, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69456, 7747, '0', 'preview', '2024-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69457, 7737, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69458, 7466, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69459, 7750, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69460, 2176, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69461, 7745, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69462, 2172, '0', 'default', '2024-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69463, 2024, '0', 'preview', '2024-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69464, 2016, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69465, 2027, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69466, 7738, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69467, 1938, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69468, 2158, '0', 'preview', '2024-11-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69469, 2179, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69470, 7748, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69471, 7749, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69472, 2172, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69473, 2182, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69474, 7312, '0', 'preview', '2024-11-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69475, 7744, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69476, 2177, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69477, 7473, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69478, 2012, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69479, 2112, '0', 'preview', '2024-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69480, 2131, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69481, 7622, '0', 'preview', '2024-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69482, 1930, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69483, 2113, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69484, 1935, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69485, 2169, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69486, 5621, '0', 'preview', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69487, 7470, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69488, 1912, '0', 'preview', '2024-11-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69489, 5621, '0', 'default', '2024-11-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69490, 7471, '0', 'default', '2024-11-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69491, 2182, '0', 'preview', '2024-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69492, 7475, '0', 'preview', '2024-12-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69493, 7464, '0', 'preview', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69494, 7311, '0', 'preview', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69495, 7463, '0', 'preview', '2024-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69496, 2113, '0', 'preview', '2024-12-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69497, 7621, '0', 'preview', '2024-12-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69498, 7312, '0', 'preview', '2024-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69499, 1950, '0', 'preview', '2024-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69500, 5653, '0', 'preview', '2024-12-01', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69501, 5624, '0', 'preview', '2024-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69502, 2086, '0', 'preview', '2024-12-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69503, 7474, '0', 'preview', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69504, 2016, '0', 'preview', '2024-12-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69505, 1952, '0', 'default', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69506, 2024, '0', 'preview', '2024-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69507, 7471, '0', 'preview', '2024-12-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69508, 7624, '0', 'preview', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69509, 7623, '0', 'preview', '2024-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69510, 1931, '0', 'preview', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69511, 2027, '0', 'preview', '2024-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69512, 1935, '0', 'preview', '2024-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69513, 1930, '0', 'preview', '2024-12-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69514, 7473, '0', 'preview', '2024-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69515, 1960, '0', 'default', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69516, 1960, '0', 'preview', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69517, 2172, '0', 'preview', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69518, 2172, '0', 'default', '2024-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69519, 2112, '0', 'preview', '2024-12-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69520, 7466, '0', 'default', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69521, 7471, '0', 'default', '2024-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69522, 2169, '0', 'preview', '2024-12-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69523, 2023, '0', 'preview', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69524, 1938, '0', 'preview', '2024-12-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69525, 7745, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69526, 1935, '0', 'default', '2024-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69527, 7475, '0', 'preview', '2024-12-02', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69528, 7312, '0', 'preview', '2024-12-02', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69529, 1930, '0', 'default', '2024-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69530, 7624, '0', 'preview', '2024-12-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69531, 2016, '0', 'preview', '2024-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69532, 1935, '0', 'preview', '2024-12-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69533, 2024, '0', 'preview', '2024-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69534, 2027, '0', 'preview', '2024-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69535, 2086, '0', 'preview', '2024-12-02', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69536, 7741, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69537, 7471, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69538, 2113, '0', 'preview', '2024-12-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69539, 1930, '0', 'preview', '2024-12-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69540, 2169, '0', 'preview', '2024-12-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69541, 2048, '0', 'preview', '2024-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69542, 2188, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69543, 2093, '0', 'preview', '2024-12-02', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69544, 2182, '0', 'default', '2024-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69545, 7463, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69546, 7742, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69547, 2198, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69548, 7621, '0', 'preview', '2024-12-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69549, 7706, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69550, 7474, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69551, 1950, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69552, 7473, '0', 'preview', '2024-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69553, 7623, '0', 'preview', '2024-12-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69554, 5621, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69555, 2053, '0', 'default', '2024-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69556, 1960, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69557, 2185, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69558, 7463, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69559, 2112, '0', 'preview', '2024-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69560, 2172, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69561, 7312, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69562, 7311, '0', 'preview', '2024-12-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69563, 2170, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69564, 2179, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69565, 2179, '0', 'preview', '2024-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69566, 2173, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69567, 2181, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69568, 2174, '0', 'preview', '2024-12-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69569, 7472, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69570, 7466, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69571, 1964, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69572, 1964, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69573, 1967, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69574, 7748, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69575, 7621, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69576, 2182, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69577, 2185, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69578, 2067, '0', 'default', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69579, 2067, '0', 'preview', '2024-12-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69580, 1950, '0', 'preview', '2024-12-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69581, 2027, '0', 'preview', '2024-12-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69582, 7475, '0', 'preview', '2024-12-03', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69583, 7466, '0', 'default', '2024-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69584, 2176, '0', 'preview', '2024-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69585, 5702, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69586, 7474, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69587, 2086, '0', 'preview', '2024-12-03', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69588, 7624, '0', 'preview', '2024-12-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69589, 2169, '0', 'preview', '2024-12-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69590, 7621, '0', 'preview', '2024-12-03', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69591, 7473, '0', 'preview', '2024-12-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69592, 2172, '0', 'default', '2024-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69593, 7312, '0', 'preview', '2024-12-03', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69594, 7312, '0', 'default', '2024-12-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69595, 2016, '0', 'preview', '2024-12-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69596, 2024, '0', 'preview', '2024-12-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69597, 2187, '0', 'preview', '2024-12-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69598, 1925, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69599, 7741, '0', 'default', '2024-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69600, 2182, '0', 'preview', '2024-12-03', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69601, 2053, '0', 'default', '2024-12-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69602, 7744, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69603, 7622, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69604, 2113, '0', 'preview', '2024-12-03', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69605, 1935, '0', 'preview', '2024-12-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69606, 1930, '0', 'preview', '2024-12-03', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69607, 7474, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69608, 2112, '0', 'preview', '2024-12-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69609, 2053, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69610, 7623, '0', 'preview', '2024-12-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69611, 1931, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69612, 1931, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69613, 2170, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69614, 2190, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69615, 7748, '0', 'preview', '2024-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69616, 7740, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69617, 2200, '0', 'preview', '2024-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69618, 2189, '0', 'preview', '2024-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69619, 1932, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69620, 1914, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69621, 7623, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69622, 7472, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69623, 7463, '0', 'preview', '2024-12-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69624, 2179, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69625, 7471, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69626, 2172, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69627, 7741, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69628, 7471, '0', 'preview', '2024-12-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69629, 7740, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69630, 5624, '0', 'preview', '2024-12-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69631, 7738, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69632, 2198, '0', 'preview', '2024-12-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69633, 7313, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69634, 2182, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69635, 1886, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69636, 2186, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69637, 2093, '0', 'preview', '2024-12-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69638, 1938, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69639, 2201, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69640, 1967, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69641, 7737, '0', 'preview', '2024-12-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69642, 7312, '0', 'preview', '2024-12-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69643, 7623, '0', 'preview', '2024-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69644, 7621, '0', 'preview', '2024-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69645, 1930, '0', 'preview', '2024-12-04', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69646, 2016, '0', 'preview', '2024-12-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69647, 2028, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69648, 7475, '0', 'preview', '2024-12-04', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69649, 2027, '0', 'preview', '2024-12-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69650, 7471, '0', 'default', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69651, 2169, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69652, 2086, '0', 'preview', '2024-12-04', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69653, 7624, '0', 'preview', '2024-12-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69654, 2179, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69655, 7470, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69656, 7625, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69657, 2173, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69658, 2093, '0', 'preview', '2024-12-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69659, 1930, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69660, 1935, '0', 'preview', '2024-12-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69661, 7738, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69662, 7471, '0', 'preview', '2024-12-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69663, 5624, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69664, 5653, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69665, 1950, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69666, 2024, '0', 'preview', '2024-12-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69667, 2113, '0', 'preview', '2024-12-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69668, 2154, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69669, 2182, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69670, 7463, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69671, 2172, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69672, 7473, '0', 'preview', '2024-12-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69673, 7623, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69674, 2176, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69675, 2093, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69676, 7737, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69677, 7472, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69678, 2170, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69679, 2181, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69680, 2174, '0', 'preview', '2024-12-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69681, 2186, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69682, 7622, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69683, 1935, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69684, 2200, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69685, 2198, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69686, 1966, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69687, 2192, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69688, 7745, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69689, 7747, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69690, 2053, '0', 'default', '2024-12-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69691, 2188, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69692, 7466, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69693, 2175, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69694, 2185, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69695, 1920, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69696, 7461, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69697, 7621, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69698, 2198, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69699, 2112, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69700, 5623, '0', 'preview', '2024-12-04', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69701, 2181, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69702, 2172, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69703, 2153, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69704, 2154, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69705, 7464, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69706, 7463, '0', 'preview', '2024-12-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69707, 7741, '0', 'preview', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69708, 2054, '0', 'preview', '2024-12-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69709, 7745, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69710, 7312, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69711, 2086, '0', 'default', '2024-12-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69712, 7475, '0', 'preview', '2024-12-05', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69713, 7471, '0', 'preview', '2024-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69714, 7474, '0', 'preview', '2024-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69715, 7461, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69716, 7312, '0', 'preview', '2024-12-05', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69717, 2198, '0', 'preview', '2024-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69718, 5624, '0', 'preview', '2024-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69719, 1950, '0', 'preview', '2024-12-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69720, 7624, '0', 'preview', '2024-12-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69721, 7622, '0', 'preview', '2024-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69722, 7623, '0', 'preview', '2024-12-05', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69723, 2093, '0', 'preview', '2024-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69724, 2086, '0', 'preview', '2024-12-05', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69725, 7461, '0', 'default', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69726, 7737, '0', 'default', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69727, 1930, '0', 'preview', '2024-12-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69728, 7473, '0', 'preview', '2024-12-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69729, 7466, '0', 'default', '2024-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69730, 2172, '0', 'preview', '2024-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69731, 2182, '0', 'preview', '2024-12-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69732, 7621, '0', 'preview', '2024-12-05', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69733, 2016, '0', 'preview', '2024-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69734, 2113, '0', 'preview', '2024-12-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69735, 1935, '0', 'preview', '2024-12-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69736, 5653, '0', 'preview', '2024-12-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69737, 2112, '0', 'preview', '2024-12-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69738, 7462, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69739, 7738, '0', 'default', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69740, 2177, '0', 'default', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69741, 7742, '0', 'preview', '2024-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69742, 2179, '0', 'default', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69743, 7745, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69744, 2172, '0', 'default', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69745, 2024, '0', 'preview', '2024-12-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69746, 2067, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69747, 1950, '0', 'default', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69748, 7465, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69749, 7750, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69750, 1920, '0', 'preview', '2024-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69751, 1924, '0', 'preview', '2024-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69752, 2187, '0', 'preview', '2024-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69753, 2183, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69754, 2189, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69755, 2048, '0', 'preview', '2024-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69756, 7741, '0', 'default', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69757, 2189, '0', 'default', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69758, 2027, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69759, 5622, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69760, 7738, '0', 'preview', '2024-12-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69761, 1952, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69762, 2048, '0', 'default', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69763, 6421, '0', 'default', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69764, 2169, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69765, 2053, '0', 'preview', '2024-12-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69766, 7312, '0', 'preview', '2024-12-06', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69767, 7475, '0', 'preview', '2024-12-06', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69768, 2086, '0', 'preview', '2024-12-06', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69769, 7474, '0', 'preview', '2024-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69770, 2016, '0', 'default', '2024-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69771, 7624, '0', 'preview', '2024-12-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69772, 1950, '0', 'preview', '2024-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69773, 1930, '0', 'preview', '2024-12-06', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69774, 1935, '0', 'preview', '2024-12-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69775, 2113, '0', 'preview', '2024-12-06', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69776, 5624, '0', 'preview', '2024-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69777, 7623, '0', 'preview', '2024-12-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69778, 7621, '0', 'preview', '2024-12-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69779, 5653, '0', 'preview', '2024-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69780, 1886, '0', 'preview', '2024-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69781, 7473, '0', 'preview', '2024-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69782, 7747, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69783, 2169, '0', 'preview', '2024-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69784, 7461, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69785, 7471, '0', 'preview', '2024-12-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69786, 2065, '0', 'default', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69787, 2181, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69788, 2112, '0', 'preview', '2024-12-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69789, 7462, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69790, 2172, '0', 'preview', '2024-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69791, 2182, '0', 'preview', '2024-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69792, 1937, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69793, 7738, '0', 'default', '2024-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69794, 7748, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69795, 7737, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69796, 2179, '0', 'default', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69797, 2024, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69798, 2016, '0', 'preview', '2024-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69799, 7313, '0', 'default', '2024-12-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69800, 7472, '0', 'default', '2024-12-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69801, 7473, '0', 'default', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69802, 2027, '0', 'preview', '2024-12-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69803, 2176, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69804, 7471, '0', 'default', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69805, 2198, '0', 'preview', '2024-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69806, 2053, '0', 'default', '2024-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69807, 7466, '0', 'default', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69808, 2177, '0', 'default', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69809, 7312, '0', 'default', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69810, 2178, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69811, 1957, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69812, 1912, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69813, 6421, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69814, 6422, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69815, 2170, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69816, 7311, '0', 'preview', '2024-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69817, 1952, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69818, 2172, '0', 'default', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69819, 2182, '0', 'default', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69820, 7311, '0', 'default', '2024-12-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69821, 2028, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69822, 7465, '0', 'preview', '2024-12-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69823, 5623, '0', 'preview', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69824, 2086, '0', 'preview', '2024-12-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69825, 1930, '0', 'preview', '2024-12-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69826, 7750, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69827, 7621, '0', 'preview', '2024-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69828, 7471, '0', 'default', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69829, 7312, '0', 'default', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69830, 7475, '0', 'preview', '2024-12-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69831, 7312, '0', 'preview', '2024-12-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69832, 7623, '0', 'preview', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69833, 1938, '0', 'preview', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69834, 7467, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69835, 2172, '0', 'default', '2024-12-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69836, 7466, '0', 'default', '2024-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69837, 2053, '0', 'default', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69838, 1950, '0', 'preview', '2024-12-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69839, 7471, '0', 'preview', '2024-12-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69840, 2027, '0', 'preview', '2024-12-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69841, 7622, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69842, 7749, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69843, 2169, '0', 'preview', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69844, 7621, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69845, 2198, '0', 'default', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69846, 2112, '0', 'preview', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69847, 2112, '0', 'preview', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69848, 7624, '0', 'preview', '2024-12-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69849, 2023, '0', 'default', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69850, 2093, '0', 'default', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69851, 2113, '0', 'preview', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69852, 1935, '0', 'preview', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69853, 1917, '0', 'preview', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69854, 2028, '0', 'default', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69855, 2024, '0', 'preview', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69856, 2016, '0', 'preview', '2024-12-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69857, 2028, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69858, 7741, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69859, 5624, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69860, 5653, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69861, 2182, '0', 'default', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69862, 2067, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69863, 2171, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69864, 2049, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69865, 2049, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69866, 2065, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69867, 2065, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69868, 1912, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69869, 1912, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69870, 2051, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69871, 2051, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69872, 1920, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69873, 1920, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69874, 2158, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69875, 2158, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69876, 2151, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69877, 2151, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69878, 2053, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69879, 2170, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69880, 2170, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69881, 2188, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69882, 2188, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69883, 5625, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69884, 5625, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69885, 2181, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69886, 2181, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69887, 2171, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69888, 2177, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69889, 2177, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69890, 5622, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69891, 5622, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69892, 2179, '0', 'default', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69893, 2179, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69894, 2201, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69895, 2201, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69896, 2166, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69897, 2166, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69898, 1911, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69899, 1952, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69900, 1952, '0', 'default', '2024-12-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69901, 1960, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69902, 1960, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69903, 1918, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69904, 1918, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69905, 1916, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69906, 1916, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69907, 1955, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69908, 1955, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69909, 2113, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69910, 2131, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69911, 2131, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69912, 2150, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69913, 2150, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69914, 1966, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69915, 1966, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69916, 2093, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69917, 1915, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69918, 1915, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69919, 1913, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69920, 1913, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69921, 1924, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69922, 1924, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69923, 1931, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69924, 1931, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69925, 2152, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69926, 2152, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69927, 1932, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69928, 1932, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69929, 1914, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69930, 1914, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69931, 2087, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69932, 2087, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69933, 2154, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69934, 2154, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69935, 1917, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69936, 2149, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69937, 2149, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69938, 2182, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69939, 2174, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69940, 2174, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69941, 2173, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69942, 2173, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69943, 2189, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69944, 2189, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69945, 2200, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69946, 2200, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69947, 2178, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69948, 2178, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69949, 2191, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69950, 2191, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69951, 1933, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69952, 1933, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69953, 2198, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69954, 2165, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69955, 2165, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69956, 2148, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69957, 2148, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69958, 2142, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69959, 2142, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69960, 5702, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69961, 5702, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69962, 2048, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69963, 2048, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69964, 2112, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69965, 5653, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69966, 5623, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69967, 5624, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69968, 2172, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69969, 2186, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69970, 2186, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69971, 2187, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69972, 2187, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69973, 2192, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69974, 2192, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69975, 5621, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69976, 5621, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69977, 2024, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69978, 2175, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69979, 2175, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69980, 2184, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69981, 2184, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69982, 2176, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69983, 2176, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69984, 2027, '0', 'default', '2024-12-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69985, 2015, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69986, 2190, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69987, 2190, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69988, 2183, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69989, 2183, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69990, 2016, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69991, 2169, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69992, 2129, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69993, 2129, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69994, 1930, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69995, 1935, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69996, 2054, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69997, 2054, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69998, 1967, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69999, 1967, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70000, 1964, '0', 'preview', '2024-12-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70001, 1964, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70002, 1908, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70003, 1908, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70004, 1911, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70005, 6421, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70006, 6421, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70007, 6422, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70008, 6422, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70009, 1938, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70010, 7311, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70011, 2067, '0', 'default', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70012, 7744, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70013, 7745, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70014, 7474, '0', 'preview', '2024-12-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70015, 7475, '0', 'preview', '2024-12-08', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70016, 1950, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70017, 1935, '0', 'preview', '2024-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70018, 7312, '0', 'preview', '2024-12-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70019, 2024, '0', 'preview', '2024-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70020, 7624, '0', 'preview', '2024-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70021, 2067, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70022, 2016, '0', 'preview', '2024-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70023, 2086, '0', 'preview', '2024-12-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70024, 2179, '0', 'default', '2024-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70025, 7737, '0', 'default', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70026, 1967, '0', 'default', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70027, 2093, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70028, 2113, '0', 'preview', '2024-12-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70029, 2172, '0', 'default', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70030, 7621, '0', 'preview', '2024-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70031, 7623, '0', 'preview', '2024-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70032, 2027, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70033, 2028, '0', 'default', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70034, 7462, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70035, 7738, '0', 'default', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70036, 7748, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70037, 7737, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70038, 5653, '0', 'default', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70039, 7466, '0', 'default', '2024-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70040, 2176, '0', 'preview', '2024-12-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70041, 2169, '0', 'preview', '2024-12-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70042, 1930, '0', 'preview', '2024-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70043, 2182, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70044, 7471, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70045, 2172, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70046, 1938, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70047, 2158, '0', 'preview', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70048, 2054, '0', 'preview', '2024-12-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70049, 2177, '0', 'default', '2024-12-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70050, 2182, '0', 'preview', '2024-12-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70051, 7621, '0', 'preview', '2024-12-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70052, 1912, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70053, 7312, '0', 'preview', '2024-12-09', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70054, 2169, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70055, 2152, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70056, 7475, '0', 'preview', '2024-12-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70057, 7471, '0', 'preview', '2024-12-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70058, 2189, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70059, 7741, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70060, 7623, '0', 'preview', '2024-12-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70061, 1930, '0', 'preview', '2024-12-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70062, 1950, '0', 'preview', '2024-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70063, 2172, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70064, 5623, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70065, 7750, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70066, 2086, '0', 'preview', '2024-12-09', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70067, 2173, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70068, 2174, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70069, 2053, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70070, 7473, '0', 'preview', '2024-12-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70071, 2027, '0', 'preview', '2024-12-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70072, 7749, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70073, 2158, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70074, 7624, '0', 'preview', '2024-12-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70075, 2024, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70076, 2024, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70077, 2093, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70078, 2048, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70079, 7622, '0', 'preview', '2024-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70080, 2016, '0', 'preview', '2024-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70081, 2086, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70082, 2172, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70083, 5624, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70084, 2093, '0', 'preview', '2024-12-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70085, 1935, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70086, 2158, '0', 'preview', '2024-12-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70087, 7464, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70088, 7462, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70089, 2151, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70090, 7312, '0', 'default', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70091, 2113, '0', 'preview', '2024-12-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70092, 5624, '0', 'preview', '2024-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70093, 1938, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70094, 2179, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70095, 2067, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70096, 2174, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70097, 7463, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70098, 7460, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70099, 1886, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70100, 7471, '0', 'default', '2024-12-09', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70101, 2176, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70102, 1935, '0', 'preview', '2024-12-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70103, 7474, '0', 'preview', '2024-12-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70104, 1964, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70105, 2051, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70106, 7466, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70107, 2112, '0', 'preview', '2024-12-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70108, 7741, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70109, 7311, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70110, 2176, '0', 'preview', '2024-12-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70111, 7742, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70112, 2182, '0', 'default', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70113, 7706, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70114, 7737, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70115, 1960, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70116, 7744, '0', 'preview', '2024-12-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70117, 2093, '0', 'preview', '2024-12-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70118, 2170, '0', 'preview', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70119, 7311, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70120, 7471, '0', 'preview', '2024-12-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70121, 7745, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70122, 7624, '0', 'preview', '2024-12-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70123, 5624, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70124, 7621, '0', 'preview', '2024-12-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70125, 7312, '0', 'preview', '2024-12-10', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70126, 2086, '0', 'preview', '2024-12-10', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70127, 7623, '0', 'preview', '2024-12-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70128, 7475, '0', 'preview', '2024-12-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70129, 2112, '0', 'preview', '2024-12-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70130, 2179, '0', 'default', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70131, 1930, '0', 'preview', '2024-12-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70132, 1950, '0', 'preview', '2024-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70133, 5653, '0', 'default', '2024-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70134, 2182, '0', 'default', '2024-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70135, 7473, '0', 'preview', '2024-12-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70136, 7461, '0', 'default', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70137, 7464, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70138, 7471, '0', 'default', '2024-12-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70139, 2016, '0', 'preview', '2024-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70140, 2179, '0', 'preview', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70141, 7747, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70142, 1938, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70143, 7742, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70144, 2183, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70145, 2189, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70146, 2172, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70147, 5653, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70148, 7462, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70149, 2015, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70150, 7738, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70151, 7748, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70152, 2024, '0', 'preview', '2024-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70153, 1930, '0', 'default', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70154, 1935, '0', 'preview', '2024-12-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70155, 5702, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70156, 7737, '0', 'preview', '2024-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70157, 7737, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70158, 7461, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70159, 2169, '0', 'preview', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70160, 7738, '0', 'preview', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70161, 2027, '0', 'preview', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70162, 2176, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70163, 2113, '0', 'preview', '2024-12-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70164, 7466, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70165, 7475, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70166, 7312, '0', 'default', '2024-12-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70167, 1918, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70168, 2198, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70169, 2189, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70170, 7622, '0', 'preview', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70171, 7741, '0', 'preview', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70172, 7740, '0', 'preview', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70173, 2177, '0', 'default', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70174, 2176, '0', 'default', '2024-12-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70175, 2172, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70176, 7463, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70177, 7621, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70178, 1931, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70179, 7460, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70180, 2086, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70181, 2067, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70182, 7621, '0', 'default', '2024-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70183, 7471, '0', 'default', '2024-12-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70184, 2177, '0', 'default', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70185, 5624, '0', 'preview', '2024-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70186, 7621, '0', 'preview', '2024-12-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70187, 7312, '0', 'preview', '2024-12-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70188, 1950, '0', 'preview', '2024-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70189, 2086, '0', 'preview', '2024-12-11', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70190, 1930, '0', 'preview', '2024-12-11', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70191, 7475, '0', 'preview', '2024-12-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70192, 7623, '0', 'preview', '2024-12-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70193, 7747, '0', 'preview', '2024-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70194, 2192, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70195, 2200, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70196, 7745, '0', 'preview', '2024-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70197, 2172, '0', 'default', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70198, 5653, '0', 'preview', '2024-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70199, 6421, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70200, 5623, '0', 'preview', '2024-12-11', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70201, 2142, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70202, 7738, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70203, 1935, '0', 'preview', '2024-12-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70204, 2024, '0', 'preview', '2024-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70205, 7624, '0', 'preview', '2024-12-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70206, 7471, '0', 'preview', '2024-12-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70207, 2113, '0', 'preview', '2024-12-11', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70208, 2053, '0', 'default', '2024-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70209, 7466, '0', 'default', '2024-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70210, 7749, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70211, 2027, '0', 'preview', '2024-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70212, 2016, '0', 'preview', '2024-12-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70213, 2048, '0', 'preview', '2024-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70214, 2093, '0', 'preview', '2024-12-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70215, 2151, '0', 'default', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70216, 2185, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70217, 2093, '0', 'default', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70218, 2198, '0', 'default', '2024-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70219, 7461, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70220, 7748, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70221, 7473, '0', 'preview', '2024-12-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70222, 2169, '0', 'preview', '2024-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70223, 7312, '0', 'default', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70224, 1938, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70225, 7475, '0', 'default', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70226, 1938, '0', 'default', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70227, 2054, '0', 'preview', '2024-12-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70228, 2112, '0', 'preview', '2024-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70229, 7740, '0', 'default', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70230, 7741, '0', 'default', '2024-12-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70231, 2189, '0', 'default', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70232, 2053, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70233, 7464, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70234, 2182, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70235, 7622, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70236, 1925, '0', 'default', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70237, 2173, '0', 'default', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70238, 7474, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70239, 2198, '0', 'preview', '2024-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70240, 2182, '0', 'default', '2024-12-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70241, 7472, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70242, 2189, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70243, 7740, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70244, 2201, '0', 'preview', '2024-12-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70245, 7471, '0', 'default', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70246, 7473, '0', 'preview', '2024-12-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70247, 7462, '0', 'preview', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70248, 7463, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70249, 7461, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70250, 7748, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70251, 7624, '0', 'default', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70252, 7475, '0', 'preview', '2024-12-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70253, 1930, '0', 'preview', '2024-12-12', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70254, 7312, '0', 'preview', '2024-12-12', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70255, 2113, '0', 'preview', '2024-12-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70256, 7744, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70257, 7624, '0', 'preview', '2024-12-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70258, 2129, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70259, 7474, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70260, 7745, '0', 'preview', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70261, 2086, '0', 'preview', '2024-12-12', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70262, 7621, '0', 'preview', '2024-12-12', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70263, 2112, '0', 'preview', '2024-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70264, 2086, '0', 'default', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70265, 2053, '0', 'default', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70266, 1960, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70267, 2048, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70268, 7471, '0', 'preview', '2024-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70269, 1935, '0', 'preview', '2024-12-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70270, 7623, '0', 'preview', '2024-12-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70271, 2172, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70272, 2049, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70273, 2087, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70274, 7706, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70275, 1913, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70276, 1908, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70277, 1911, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70278, 6421, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70279, 1930, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70280, 2016, '0', 'preview', '2024-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70281, 2027, '0', 'preview', '2024-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70282, 2024, '0', 'preview', '2024-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70283, 7738, '0', 'default', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70284, 7622, '0', 'preview', '2024-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70285, 7748, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70286, 2182, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70287, 7621, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70288, 7623, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70289, 7737, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70290, 1950, '0', 'preview', '2024-12-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70291, 1938, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70292, 2179, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70293, 5624, '0', 'preview', '2024-12-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70294, 5653, '0', 'preview', '2024-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70295, 2169, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70296, 2170, '0', 'default', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70297, 2051, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70298, 2051, '0', 'default', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70299, 7738, '0', 'preview', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70300, 2189, '0', 'preview', '2024-12-12', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70301, 2176, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70302, 7461, '0', 'default', '2024-12-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70303, 7466, '0', 'default', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70304, 2182, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70305, 2048, '0', 'preview', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70306, 7311, '0', 'default', '2024-12-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70307, 7745, '0', 'default', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70308, 2093, '0', 'preview', '2024-12-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70309, 2053, '0', 'preview', '2024-12-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70310, 7471, '0', 'preview', '2024-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70311, 7312, '0', 'preview', '2024-12-13', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70312, 7624, '0', 'preview', '2024-12-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70313, 7623, '0', 'preview', '2024-12-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70314, 7621, '0', 'preview', '2024-12-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70315, 7464, '0', 'preview', '2024-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70316, 1935, '0', 'preview', '2024-12-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70317, 2177, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70318, 2027, '0', 'preview', '2024-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70319, 1930, '0', 'preview', '2024-12-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70320, 2086, '0', 'preview', '2024-12-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70321, 7738, '0', 'preview', '2024-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70322, 7745, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70323, 2192, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70324, 7475, '0', 'preview', '2024-12-13', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70325, 2113, '0', 'preview', '2024-12-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70326, 7466, '0', 'default', '2024-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70327, 2024, '0', 'preview', '2024-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70328, 1938, '0', 'preview', '2024-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70329, 2185, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70330, 5623, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70331, 7312, '0', 'default', '2024-12-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70332, 7471, '0', 'default', '2024-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70333, 5653, '0', 'preview', '2024-12-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70334, 2179, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70335, 7750, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70336, 2053, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70337, 2053, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70338, 7621, '0', 'default', '2024-12-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70339, 2048, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70340, 2201, '0', 'preview', '2024-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70341, 2198, '0', 'preview', '2024-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70342, 7741, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70343, 2016, '0', 'preview', '2024-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70344, 5625, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70345, 7749, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70346, 2198, '0', 'default', '2024-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70347, 7623, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70348, 7622, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70349, 7624, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70350, 7750, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70351, 7749, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70352, 7748, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70353, 1964, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70354, 2051, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70355, 2066, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70356, 2186, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70357, 7475, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70358, 7473, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70359, 2182, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70360, 5624, '0', 'preview', '2024-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70361, 1950, '0', 'preview', '2024-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70362, 2182, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70363, 2093, '0', 'preview', '2024-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70364, 2093, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70365, 2169, '0', 'preview', '2024-12-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70366, 2176, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70367, 2172, '0', 'preview', '2024-12-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70368, 1916, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70369, 7472, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70370, 7311, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70371, 1912, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70372, 2170, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70373, 2179, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70374, 7311, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70375, 1912, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70376, 7467, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70377, 7625, '0', 'preview', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70378, 1930, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70379, 7464, '0', 'default', '2024-12-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70380, 7475, '0', 'preview', '2024-12-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70381, 2051, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70382, 2086, '0', 'preview', '2024-12-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70383, 2182, '0', 'default', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70384, 2169, '0', 'preview', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70385, 7621, '0', 'preview', '2024-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70386, 7623, '0', 'preview', '2024-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70387, 1930, '0', 'preview', '2024-12-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70388, 7473, '0', 'preview', '2024-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70389, 2149, '0', 'default', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70390, 7744, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70391, 2053, '0', 'default', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70392, 7745, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70393, 7747, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70394, 7474, '0', 'preview', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70395, 2113, '0', 'preview', '2024-12-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70396, 7466, '0', 'default', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70397, 7471, '0', 'default', '2024-12-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70398, 7621, '0', 'default', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70399, 7461, '0', 'default', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70400, 7312, '0', 'default', '2024-12-14', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70401, 7463, '0', 'default', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70402, 7738, '0', 'default', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70403, 2198, '0', 'default', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70404, 7623, '0', 'default', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70405, 7624, '0', 'default', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70406, 7737, '0', 'default', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70407, 2176, '0', 'preview', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70408, 2049, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70409, 1913, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70410, 7312, '0', 'preview', '2024-12-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70411, 2024, '0', 'preview', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70412, 1935, '0', 'preview', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70413, 7462, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70414, 2112, '0', 'preview', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70415, 7460, '0', 'default', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70416, 7748, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70417, 5624, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70418, 1950, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70419, 5653, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70420, 7624, '0', 'preview', '2024-12-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70421, 7737, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70422, 5623, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70423, 2179, '0', 'default', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70424, 2093, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70425, 7471, '0', 'preview', '2024-12-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70426, 7475, '0', 'preview', '2024-12-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70427, 7737, '0', 'default', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70428, 2086, '0', 'preview', '2024-12-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70429, 2051, '0', 'default', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70430, 1964, '0', 'default', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70431, 7475, '0', 'default', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70432, 2067, '0', 'default', '2024-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70433, 2053, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70434, 2177, '0', 'default', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70435, 2016, '0', 'preview', '2024-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70436, 7737, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70437, 7474, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70438, 7466, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70439, 7465, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70440, 1964, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70441, 7471, '0', 'preview', '2024-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70442, 7460, '0', 'preview', '2024-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70443, 7463, '0', 'preview', '2024-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70444, 7464, '0', 'preview', '2024-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70445, 2188, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70446, 7462, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70447, 6422, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70448, 6421, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70449, 2178, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70450, 7738, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70451, 5623, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70452, 1930, '0', 'preview', '2024-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70453, 2113, '0', 'preview', '2024-12-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70454, 7750, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70455, 7312, '0', 'preview', '2024-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70456, 2053, '0', 'default', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70457, 7745, '0', 'default', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70458, 7749, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70459, 2024, '0', 'preview', '2024-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70460, 7474, '0', 'default', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70461, 7621, '0', 'preview', '2024-12-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70462, 2015, '0', 'preview', '2024-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70463, 2172, '0', 'default', '2024-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70464, 7471, '0', 'default', '2024-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70465, 2093, '0', 'default', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70466, 1935, '0', 'preview', '2024-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70467, 7623, '0', 'preview', '2024-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70468, 2176, '0', 'preview', '2024-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70469, 7473, '0', 'preview', '2024-12-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70470, 1938, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70471, 5653, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70472, 1950, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70473, 5624, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70474, 2048, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70475, 2182, '0', 'preview', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70476, 7624, '0', 'preview', '2024-12-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70477, 2179, '0', 'default', '2024-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70478, 1967, '0', 'default', '2024-12-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70479, 2201, '0', 'preview', '2024-12-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70480, 2086, '0', 'preview', '2024-12-16', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70481, 7624, '0', 'preview', '2024-12-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70482, 7312, '0', 'preview', '2024-12-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70483, 2182, '0', 'default', '2024-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70484, 7473, '0', 'preview', '2024-12-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70485, 7744, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70486, 7621, '0', 'default', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70487, 7621, '0', 'preview', '2024-12-16', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70488, 7623, '0', 'preview', '2024-12-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70489, 7471, '0', 'default', '2024-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70490, 7312, '0', 'default', '2024-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70491, 7737, '0', 'default', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70492, 7461, '0', 'default', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70493, 7745, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70494, 7463, '0', 'default', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70495, 7464, '0', 'default', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70496, 2024, '0', 'preview', '2024-12-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70497, 2027, '0', 'preview', '2024-12-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70498, 2016, '0', 'preview', '2024-12-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70499, 2048, '0', 'preview', '2024-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70500, 2176, '0', 'preview', '2024-12-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70501, 1938, '0', 'preview', '2024-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70502, 2177, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70503, 1930, '0', 'preview', '2024-12-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70504, 5624, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70505, 1950, '0', 'preview', '2024-12-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70506, 5625, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70507, 1957, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70508, 2112, '0', 'preview', '2024-12-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70509, 7471, '0', 'preview', '2024-12-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70510, 2172, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70511, 2170, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70512, 2093, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70513, 2113, '0', 'preview', '2024-12-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70514, 1935, '0', 'preview', '2024-12-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70515, 7475, '0', 'preview', '2024-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70516, 2200, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70517, 2201, '0', 'preview', '2024-12-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70518, 7738, '0', 'preview', '2024-12-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70519, 2181, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70520, 7741, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70521, 2198, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70522, 2169, '0', 'preview', '2024-12-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70523, 7622, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70524, 5653, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70525, 2179, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70526, 7750, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70527, 2053, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70528, 1960, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70529, 7474, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70530, 2172, '0', 'default', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70531, 7463, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70532, 7740, '0', 'default', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70533, 7737, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70534, 7472, '0', 'default', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70535, 2192, '0', 'preview', '2024-12-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70536, 1886, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70537, 2023, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70538, 2015, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70539, 2028, '0', 'preview', '2024-12-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70540, 2086, '0', 'preview', '2024-12-17', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70541, 7471, '0', 'default', '2024-12-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70542, 2093, '0', 'preview', '2024-12-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70543, 7745, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70544, 7623, '0', 'preview', '2024-12-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70545, 7312, '0', 'preview', '2024-12-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70546, 7473, '0', 'preview', '2024-12-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70547, 7624, '0', 'preview', '2024-12-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70548, 7471, '0', 'preview', '2024-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70549, 2177, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70550, 2016, '0', 'preview', '2024-12-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70551, 2182, '0', 'preview', '2024-12-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70552, 2024, '0', 'preview', '2024-12-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70553, 2048, '0', 'default', '2024-12-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70554, 2027, '0', 'preview', '2024-12-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70555, 2067, '0', 'preview', '2024-12-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70556, 2113, '0', 'preview', '2024-12-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70557, 1935, '0', 'preview', '2024-12-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70558, 7475, '0', 'preview', '2024-12-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70559, 1967, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70560, 2179, '0', 'preview', '2024-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70561, 1950, '0', 'preview', '2024-12-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70562, 7737, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70563, 1938, '0', 'preview', '2024-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70564, 7741, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70565, 2169, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70566, 2023, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70567, 2048, '0', 'preview', '2024-12-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70568, 2112, '0', 'preview', '2024-12-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70569, 1932, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70570, 7745, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70571, 7472, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70572, 2086, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70573, 2172, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70574, 1930, '0', 'preview', '2024-12-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70575, 2027, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70576, 7466, '0', 'default', '2024-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70577, 2016, '0', 'default', '2024-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70578, 7465, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70579, 7467, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70580, 7621, '0', 'preview', '2024-12-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70581, 7463, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70582, 5624, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70583, 1886, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70584, 2172, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70585, 2191, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70586, 2189, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70587, 5623, '0', 'default', '2024-12-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70588, 7312, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70589, 7475, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70590, 7739, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70591, 7470, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70592, 7465, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70593, 1964, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70594, 7474, '0', 'default', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70595, 7474, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70596, 7622, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70597, 2066, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70598, 5621, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70599, 7462, '0', 'preview', '2024-12-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70600, 2054, '0', 'preview', '2024-12-17', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70601, 2086, '0', 'preview', '2024-12-18', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70602, 7621, '0', 'preview', '2024-12-18', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70603, 2016, '0', 'preview', '2024-12-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70604, 2024, '0', 'preview', '2024-12-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70605, 2027, '0', 'preview', '2024-12-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70606, 2172, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70607, 7623, '0', 'preview', '2024-12-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70608, 7473, '0', 'preview', '2024-12-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70609, 1935, '0', 'preview', '2024-12-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70610, 1930, '0', 'preview', '2024-12-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70611, 7737, '0', 'preview', '2024-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70612, 2185, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70613, 7471, '0', 'preview', '2024-12-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70614, 7312, '0', 'preview', '2024-12-18', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70615, 7475, '0', 'preview', '2024-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70616, 7624, '0', 'preview', '2024-12-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70617, 2172, '0', 'preview', '2024-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70618, 7741, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70619, 7738, '0', 'preview', '2024-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70620, 2027, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70621, 7463, '0', 'preview', '2024-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70622, 7462, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70623, 7622, '0', 'preview', '2024-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70624, 5624, '0', 'preview', '2024-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70625, 5653, '0', 'preview', '2024-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70626, 1950, '0', 'preview', '2024-12-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70627, 2113, '0', 'preview', '2024-12-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70628, 2176, '0', 'preview', '2024-12-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70629, 7749, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70630, 7748, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70631, 2112, '0', 'preview', '2024-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70632, 7313, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70633, 7312, '0', 'default', '2024-12-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70634, 5623, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70635, 2179, '0', 'preview', '2024-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70636, 2158, '0', 'preview', '2024-12-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70637, 7471, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70638, 2200, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70639, 1932, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70640, 1932, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70641, 2067, '0', 'preview', '2024-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70642, 1886, '0', 'preview', '2024-12-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70643, 7746, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70644, 7742, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70645, 2015, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70646, 1938, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70647, 2051, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70648, 7740, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70649, 2141, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70650, 5653, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70651, 1967, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70652, 5622, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70653, 1952, '0', 'preview', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70654, 7467, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70655, 7465, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70656, 7475, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70657, 7741, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70658, 2182, '0', 'default', '2024-12-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70659, 2113, '0', 'preview', '2024-12-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70660, 1935, '0', 'preview', '2024-12-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70661, 1950, '0', 'preview', '2024-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70662, 5624, '0', 'preview', '2024-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70663, 5653, '0', 'preview', '2024-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70664, 7737, '0', 'preview', '2024-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70665, 7312, '0', 'preview', '2024-12-19', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70666, 7475, '0', 'preview', '2024-12-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70667, 7466, '0', 'default', '2024-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70668, 1930, '0', 'preview', '2024-12-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70669, 2086, '0', 'preview', '2024-12-19', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70670, 7744, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70671, 7471, '0', 'preview', '2024-12-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70672, 7621, '0', 'preview', '2024-12-19', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70673, 7473, '0', 'preview', '2024-12-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70674, 7624, '0', 'default', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70675, 7624, '0', 'preview', '2024-12-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70676, 2016, '0', 'preview', '2024-12-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70677, 2027, '0', 'preview', '2024-12-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70678, 7748, '0', 'preview', '2024-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70679, 2190, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70680, 7464, '0', 'preview', '2024-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70681, 7463, '0', 'preview', '2024-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70682, 7623, '0', 'preview', '2024-12-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70683, 2182, '0', 'default', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70684, 7622, '0', 'preview', '2024-12-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70685, 2112, '0', 'preview', '2024-12-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70686, 1930, '0', 'default', '2024-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70687, 1935, '0', 'default', '2024-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70688, 1931, '0', 'default', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70689, 2053, '0', 'default', '2024-12-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70690, 2179, '0', 'default', '2024-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70691, 2176, '0', 'preview', '2024-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70692, 2182, '0', 'preview', '2024-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70693, 2172, '0', 'preview', '2024-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70694, 7312, '0', 'default', '2024-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70695, 7463, '0', 'default', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70696, 2053, '0', 'preview', '2024-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70697, 7745, '0', 'default', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70698, 2086, '0', 'default', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70699, 2024, '0', 'preview', '2024-12-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70700, 7311, '0', 'default', '2024-12-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70701, 7467, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70702, 7466, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70703, 7465, '0', 'preview', '2024-12-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70704, 1964, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70705, 7738, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70706, 2093, '0', 'preview', '2024-12-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70707, 7474, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70708, 2169, '0', 'preview', '2024-12-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70709, 2067, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70710, 2192, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70711, 2200, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70712, 2015, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70713, 7741, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70714, 5653, '0', 'default', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70715, 2093, '0', 'default', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70716, 7745, '0', 'preview', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70717, 2174, '0', 'default', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70718, 7471, '0', 'default', '2024-12-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70719, 7312, '0', 'preview', '2024-12-20', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70720, 7624, '0', 'preview', '2024-12-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70721, 7623, '0', 'preview', '2024-12-20', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70722, 7621, '0', 'preview', '2024-12-20', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70723, 7473, '0', 'preview', '2024-12-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70724, 2027, '0', 'preview', '2024-12-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70725, 2093, '0', 'preview', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70726, 7471, '0', 'preview', '2024-12-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70727, 7475, '0', 'preview', '2024-12-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70728, 1930, '0', 'preview', '2024-12-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70729, 2086, '0', 'preview', '2024-12-20', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70730, 2053, '0', 'default', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70731, 7741, '0', 'default', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70732, 2158, '0', 'preview', '2024-12-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70733, 1931, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70734, 2023, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70735, 2024, '0', 'preview', '2024-12-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70736, 2016, '0', 'preview', '2024-12-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70737, 2169, '0', 'preview', '2024-12-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70738, 7622, '0', 'preview', '2024-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70739, 2179, '0', 'default', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70740, 2182, '0', 'preview', '2024-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70741, 2154, '0', 'default', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70742, 1935, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70743, 7463, '0', 'default', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70744, 2182, '0', 'default', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70745, 7471, '0', 'default', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70746, 7312, '0', 'default', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70747, 2112, '0', 'preview', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70748, 7741, '0', 'preview', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70749, 7739, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70750, 2179, '0', 'preview', '2024-12-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70751, 7466, '0', 'default', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70752, 2049, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70753, 7461, '0', 'default', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70754, 2112, '0', 'default', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70755, 1932, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70756, 7462, '0', 'preview', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70757, 7463, '0', 'preview', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70758, 2113, '0', 'preview', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70759, 2190, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70760, 7740, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70761, 1912, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70762, 7464, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70763, 2201, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70764, 7748, '0', 'default', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70765, 7472, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70766, 5623, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70767, 2176, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70768, 5653, '0', 'preview', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70769, 2181, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70770, 1938, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70771, 7742, '0', 'default', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70772, 7623, '0', 'default', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70773, 1964, '0', 'default', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70774, 7745, '0', 'default', '2024-12-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70775, 7745, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70776, 7737, '0', 'preview', '2024-12-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70777, 2113, '0', 'preview', '2024-12-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70778, 2053, '0', 'preview', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70779, 1960, '0', 'preview', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70780, 1935, '0', 'preview', '2024-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70781, 7621, '0', 'preview', '2024-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70782, 7312, '0', 'preview', '2024-12-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70783, 2181, '0', 'preview', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70784, 7475, '0', 'preview', '2024-12-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70785, 2112, '0', 'preview', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70786, 2189, '0', 'preview', '2024-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70787, 7471, '0', 'preview', '2024-12-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70788, 2182, '0', 'preview', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70789, 2172, '0', 'preview', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70790, 2054, '0', 'preview', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70791, 7473, '0', 'preview', '2024-12-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70792, 2086, '0', 'preview', '2024-12-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70793, 7738, '0', 'default', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70794, 7747, '0', 'preview', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70795, 1950, '0', 'preview', '2024-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70796, 1886, '0', 'preview', '2024-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70797, 5653, '0', 'preview', '2024-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70798, 1930, '0', 'preview', '2024-12-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70799, 2024, '0', 'preview', '2024-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70800, 2016, '0', 'preview', '2024-12-21', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70801, 2027, '0', 'preview', '2024-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70802, 1931, '0', 'preview', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70803, 7623, '0', 'preview', '2024-12-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70804, 2179, '0', 'default', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70805, 1967, '0', 'default', '2024-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70806, 7471, '0', 'default', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70807, 2169, '0', 'preview', '2024-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70808, 7745, '0', 'default', '2024-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70809, 7463, '0', 'preview', '2024-12-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70810, 7624, '0', 'preview', '2024-12-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70811, 2112, '0', 'preview', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70812, 1935, '0', 'preview', '2024-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70813, 7623, '0', 'preview', '2024-12-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70814, 2170, '0', 'preview', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70815, 7311, '0', 'preview', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70816, 2086, '0', 'preview', '2024-12-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70817, 7473, '0', 'preview', '2024-12-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70818, 7621, '0', 'preview', '2024-12-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70819, 7312, '0', 'preview', '2024-12-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70820, 1957, '0', 'default', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70821, 7311, '0', 'default', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70822, 2172, '0', 'preview', '2024-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70823, 1930, '0', 'preview', '2024-12-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70824, 7747, '0', 'preview', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70825, 7312, '0', 'default', '2024-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70826, 7624, '0', 'preview', '2024-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70827, 2086, '0', 'default', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70828, 7464, '0', 'preview', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70829, 7460, '0', 'preview', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70830, 7463, '0', 'preview', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70831, 7471, '0', 'default', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70832, 2113, '0', 'preview', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70833, 1886, '0', 'preview', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70834, 2016, '0', 'preview', '2024-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70835, 2027, '0', 'preview', '2024-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70836, 2024, '0', 'preview', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70837, 7475, '0', 'preview', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70838, 7621, '0', 'default', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70839, 2182, '0', 'default', '2024-12-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70840, 7471, '0', 'preview', '2024-12-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70841, 2086, '0', 'preview', '2024-12-23', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70842, 2053, '0', 'default', '2024-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70843, 7312, '0', 'preview', '2024-12-23', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70844, 2182, '0', 'preview', '2024-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70845, 7624, '0', 'preview', '2024-12-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70846, 7471, '0', 'preview', '2024-12-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70847, 7621, '0', 'preview', '2024-12-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70848, 2027, '0', 'preview', '2024-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70849, 2024, '0', 'preview', '2024-12-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70850, 7623, '0', 'preview', '2024-12-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70851, 2016, '0', 'preview', '2024-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70852, 2182, '0', 'default', '2024-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70853, 2067, '0', 'default', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70854, 7741, '0', 'default', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70855, 7621, '0', 'default', '2024-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70856, 2048, '0', 'preview', '2024-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70857, 5623, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70858, 2066, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70859, 7740, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70860, 1930, '0', 'preview', '2024-12-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70861, 2113, '0', 'preview', '2024-12-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70862, 2169, '0', 'preview', '2024-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70863, 1935, '0', 'preview', '2024-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70864, 2054, '0', 'default', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70865, 7748, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70866, 5624, '0', 'preview', '2024-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70867, 1950, '0', 'preview', '2024-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70868, 2051, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70869, 7622, '0', 'preview', '2024-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70870, 2179, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70871, 1967, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70872, 7311, '0', 'default', '2024-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70873, 2198, '0', 'preview', '2024-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70874, 7473, '0', 'preview', '2024-12-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70875, 7744, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70876, 2172, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70877, 2112, '0', 'preview', '2024-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70878, 1950, '0', 'default', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70879, 7475, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70880, 7745, '0', 'preview', '2024-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70881, 7745, '0', 'default', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70882, 7471, '0', 'default', '2024-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70883, 7472, '0', 'default', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70884, 7623, '0', 'default', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70885, 2189, '0', 'default', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70886, 2198, '0', 'default', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70887, 7624, '0', 'default', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70888, 7462, '0', 'default', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70889, 7737, '0', 'default', '2024-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70890, 2189, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70891, 7741, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70892, 2093, '0', 'preview', '2024-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70893, 2192, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70894, 1886, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70895, 7463, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70896, 7462, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70897, 1931, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70898, 5653, '0', 'preview', '2024-12-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70899, 7312, '0', 'default', '2024-12-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70900, 7464, '0', 'preview', '2024-12-23', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70901, 2200, '0', 'preview', '2024-12-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70902, 7737, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70903, 2176, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70904, 2201, '0', 'preview', '2024-12-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70905, 7623, '0', 'default', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70906, 2086, '0', 'preview', '2024-12-24', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70907, 7312, '0', 'preview', '2024-12-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70908, 2016, '0', 'preview', '2024-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70909, 1930, '0', 'preview', '2024-12-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70910, 7471, '0', 'preview', '2024-12-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70911, 7741, '0', 'default', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70912, 2066, '0', 'preview', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70913, 7747, '0', 'preview', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70914, 2053, '0', 'default', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70915, 7621, '0', 'preview', '2024-12-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70916, 1935, '0', 'preview', '2024-12-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70917, 7471, '0', 'default', '2024-12-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70918, 2182, '0', 'preview', '2024-12-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70919, 2192, '0', 'preview', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70920, 2192, '0', 'default', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70921, 7745, '0', 'preview', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70922, 7737, '0', 'preview', '2024-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70923, 1960, '0', 'preview', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70924, 2053, '0', 'preview', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70925, 7624, '0', 'preview', '2024-12-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70926, 7623, '0', 'preview', '2024-12-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70927, 2113, '0', 'preview', '2024-12-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70928, 2027, '0', 'preview', '2024-12-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70929, 2172, '0', 'preview', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70930, 2048, '0', 'preview', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70931, 7475, '0', 'preview', '2024-12-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70932, 2169, '0', 'preview', '2024-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70933, 7748, '0', 'preview', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70934, 7749, '0', 'preview', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70935, 2179, '0', 'default', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70936, 2182, '0', 'default', '2024-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70937, 7473, '0', 'preview', '2024-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70938, 7311, '0', 'default', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70939, 1912, '0', 'default', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70940, 2158, '0', 'preview', '2024-12-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70941, 2169, '0', 'default', '2024-12-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70942, 2181, '0', 'default', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70943, 2016, '0', 'default', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70944, 2024, '0', 'default', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70945, 2024, '0', 'preview', '2024-12-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70946, 7621, '0', 'preview', '2024-12-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70947, 2086, '0', 'preview', '2024-12-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70948, 7312, '0', 'preview', '2024-12-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70949, 7475, '0', 'preview', '2024-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70950, 7623, '0', 'preview', '2024-12-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70951, 7624, '0', 'preview', '2024-12-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70952, 2182, '0', 'preview', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70953, 1950, '0', 'preview', '2024-12-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70954, 2112, '0', 'preview', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70955, 2182, '0', 'default', '2024-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70956, 7741, '0', 'default', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70957, 7473, '0', 'preview', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70958, 2024, '0', 'preview', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70959, 2198, '0', 'preview', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70960, 1935, '0', 'preview', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70961, 7747, '0', 'preview', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70962, 2016, '0', 'preview', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70963, 7621, '0', 'default', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70964, 2158, '0', 'preview', '2024-12-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70965, 5653, '0', 'preview', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70966, 5624, '0', 'preview', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70967, 1930, '0', 'preview', '2024-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70968, 2048, '0', 'preview', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70969, 2170, '0', 'default', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70970, 7475, '0', 'default', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70971, 7312, '0', 'default', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70972, 7471, '0', 'default', '2024-12-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70973, 2189, '0', 'default', '2024-12-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70974, 7621, '0', 'preview', '2024-12-26', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70975, 7623, '0', 'preview', '2024-12-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70976, 2182, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70977, 7624, '0', 'preview', '2024-12-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70978, 1935, '0', 'preview', '2024-12-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70979, 2179, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70980, 7737, '0', 'preview', '2024-12-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70981, 7741, '0', 'preview', '2024-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70982, 7312, '0', 'preview', '2024-12-26', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70983, 2027, '0', 'preview', '2024-12-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70984, 1930, '0', 'preview', '2024-12-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70985, 2086, '0', 'preview', '2024-12-26', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70986, 2024, '0', 'preview', '2024-12-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70987, 7473, '0', 'preview', '2024-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70988, 7622, '0', 'preview', '2024-12-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70989, 2176, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70990, 1935, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70991, 2048, '0', 'preview', '2024-12-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70992, 2053, '0', 'default', '2024-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70993, 1950, '0', 'preview', '2024-12-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70994, 2113, '0', 'preview', '2024-12-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70995, 2169, '0', 'preview', '2024-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70996, 2151, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70997, 2165, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70998, 2166, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70999, 1931, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71000, 1932, '0', 'default', '2024-12-26', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71001, 1933, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71002, 2016, '0', 'preview', '2024-12-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71003, 7475, '0', 'preview', '2024-12-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71004, 2178, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71005, 7471, '0', 'preview', '2024-12-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71006, 2179, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71007, 2172, '0', 'preview', '2024-12-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71008, 7312, '0', 'default', '2024-12-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71009, 2182, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71010, 5653, '0', 'preview', '2024-12-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71011, 2028, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71012, 7472, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71013, 2113, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71014, 2054, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71015, 2200, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71016, 7474, '0', 'preview', '2024-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71017, 1967, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71018, 2158, '0', 'preview', '2024-12-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71019, 1886, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71020, 5621, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71021, 7739, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71022, 7471, '0', 'default', '2024-12-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71023, 7472, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71024, 7311, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71025, 7741, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71026, 5624, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71027, 1912, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71028, 1918, '0', 'preview', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71029, 2151, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71030, 2152, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71031, 2149, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71032, 2150, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71033, 2153, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71034, 2154, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71035, 1918, '0', 'default', '2024-12-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71036, 7312, '0', 'preview', '2024-12-27', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71037, 2086, '0', 'preview', '2024-12-27', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71038, 7737, '0', 'preview', '2024-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71039, 2023, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71040, 2016, '0', 'preview', '2024-12-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71041, 7473, '0', 'preview', '2024-12-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71042, 7621, '0', 'preview', '2024-12-27', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71043, 2184, '0', 'default', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71044, 7623, '0', 'preview', '2024-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71045, 7471, '0', 'preview', '2024-12-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71046, 1950, '0', 'preview', '2024-12-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71047, 5624, '0', 'preview', '2024-12-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71048, 7475, '0', 'preview', '2024-12-27', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71049, 2192, '0', 'preview', '2024-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71050, 5621, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71051, 7474, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71052, 2024, '0', 'preview', '2024-12-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71053, 2027, '0', 'preview', '2024-12-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71054, 1930, '0', 'preview', '2024-12-27', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71055, 7461, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71056, 7463, '0', 'preview', '2024-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71057, 2182, '0', 'preview', '2024-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71058, 2093, '0', 'preview', '2024-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71059, 2113, '0', 'preview', '2024-12-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71060, 7312, '0', 'default', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71061, 7475, '0', 'default', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71062, 7472, '0', 'default', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71063, 7471, '0', 'default', '2024-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71064, 7624, '0', 'preview', '2024-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71065, 2048, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71066, 2067, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71067, 5653, '0', 'preview', '2024-12-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71068, 2182, '0', 'default', '2024-12-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71069, 1935, '0', 'preview', '2024-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71070, 2198, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71071, 7741, '0', 'default', '2024-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71072, 7745, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71073, 7621, '0', 'default', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71074, 2169, '0', 'preview', '2024-12-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71075, 1912, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71076, 2054, '0', 'preview', '2024-12-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71077, 2181, '0', 'default', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71078, 7466, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71079, 7741, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71080, 7740, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71081, 2179, '0', 'default', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71082, 7749, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71083, 2053, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71084, 1960, '0', 'preview', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71085, 2053, '0', 'default', '2024-12-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71086, 7738, '0', 'preview', '2024-12-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71087, 7312, '0', 'preview', '2024-12-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71088, 1950, '0', 'preview', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71089, 2086, '0', 'preview', '2024-12-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71090, 7475, '0', 'preview', '2024-12-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71091, 2067, '0', 'preview', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71092, 7473, '0', 'preview', '2024-12-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71093, 2053, '0', 'preview', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71094, 7312, '0', 'default', '2024-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71095, 7748, '0', 'preview', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71096, 1930, '0', 'preview', '2024-12-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71097, 2113, '0', 'preview', '2024-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71098, 2179, '0', 'preview', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71099, 2169, '0', 'preview', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71100, 7471, '0', 'preview', '2024-12-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71101, 1935, '0', 'preview', '2024-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71102, 2016, '0', 'preview', '2024-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71103, 2053, '0', 'default', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71104, 2086, '0', 'default', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71105, 2172, '0', 'preview', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71106, 2027, '0', 'preview', '2024-12-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71107, 7624, '0', 'default', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71108, 2179, '0', 'default', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71109, 1967, '0', 'default', '2024-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71110, 7623, '0', 'default', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71111, 7621, '0', 'default', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71112, 7624, '0', 'preview', '2024-12-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71113, 7623, '0', 'preview', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71114, 2024, '0', 'preview', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71115, 7471, '0', 'default', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71116, 7737, '0', 'preview', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71117, 7706, '0', 'default', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71118, 7706, '0', 'preview', '2024-12-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71119, 7312, '0', 'preview', '2024-12-29', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71120, 2113, '0', 'preview', '2024-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71121, 1930, '0', 'preview', '2024-12-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71122, 1935, '0', 'preview', '2024-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71123, 2182, '0', 'preview', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71124, 7623, '0', 'preview', '2024-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71125, 7471, '0', 'preview', '2024-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71126, 7475, '0', 'preview', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71127, 7624, '0', 'default', '2024-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71128, 2201, '0', 'default', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71129, 7471, '0', 'default', '2024-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71130, 7623, '0', 'default', '2024-12-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71131, 2054, '0', 'default', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71132, 7748, '0', 'default', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71133, 1960, '0', 'default', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71134, 2172, '0', 'default', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71135, 7621, '0', 'default', '2024-12-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71136, 1960, '0', 'preview', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71137, 7312, '0', 'default', '2024-12-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71138, 2182, '0', 'default', '2024-12-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71139, 7464, '0', 'default', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71140, 2093, '0', 'preview', '2024-12-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71141, 2165, '0', 'default', '2024-12-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71142, 2016, '0', 'preview', '2024-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71143, 1886, '0', 'preview', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71144, 7621, '0', 'preview', '2024-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71145, 2086, '0', 'preview', '2024-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71146, 7624, '0', 'preview', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71147, 2169, '0', 'preview', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71148, 2158, '0', 'preview', '2024-12-29', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71149, 7461, '0', 'preview', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71150, 2153, '0', 'default', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71151, 1950, '0', 'preview', '2024-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71152, 5653, '0', 'preview', '2024-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71153, 7473, '0', 'preview', '2024-12-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71154, 2027, '0', 'preview', '2024-12-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71155, 7474, '0', 'default', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71156, 5624, '0', 'preview', '2024-12-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71157, 1930, '0', 'preview', '2024-12-30', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71158, 2170, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71159, 7312, '0', 'preview', '2024-12-30', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71160, 7623, '0', 'preview', '2024-12-30', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71161, 2086, '0', 'preview', '2024-12-30', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71162, 2172, '0', 'default', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71163, 7312, '0', 'default', '2024-12-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71164, 7737, '0', 'preview', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71165, 7475, '0', 'default', '2024-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71166, 7621, '0', 'preview', '2024-12-30', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71167, 7471, '0', 'preview', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71168, 7737, '0', 'default', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71169, 7464, '0', 'preview', '2024-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71170, 7475, '0', 'preview', '2024-12-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71171, 2049, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71172, 5624, '0', 'preview', '2024-12-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71173, 5653, '0', 'preview', '2024-12-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71174, 1950, '0', 'preview', '2024-12-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71175, 2169, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71176, 7623, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71177, 7474, '0', 'preview', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71178, 7464, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71179, 7621, '0', 'default', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71180, 2051, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71181, 2048, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71182, 1931, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71183, 7467, '0', 'preview', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71184, 7741, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71185, 1935, '0', 'preview', '2024-12-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71186, 2113, '0', 'preview', '2024-12-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71187, 2027, '0', 'preview', '2024-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71188, 2172, '0', 'preview', '2024-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71189, 7311, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71190, 2198, '0', 'preview', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71191, 7311, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71192, 2129, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71193, 2112, '0', 'preview', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71194, 2112, '0', 'preview', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71195, 2024, '0', 'preview', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71196, 7467, '0', 'default', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71197, 7466, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71198, 7465, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71199, 7471, '0', 'default', '2024-12-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71200, 7463, '0', 'default', '2024-12-30', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71201, 7738, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71202, 7474, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71203, 7624, '0', 'preview', '2024-12-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71204, 7473, '0', 'preview', '2024-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71205, 2054, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71206, 2016, '0', 'preview', '2024-12-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71207, 7622, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71208, 7463, '0', 'preview', '2024-12-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71209, 7741, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71210, 2190, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71211, 2067, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71212, 1938, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71213, 7460, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71214, 2067, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71215, 1917, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71216, 2182, '0', 'preview', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71217, 2113, '0', 'default', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71218, 1960, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71219, 2053, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71220, 2179, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71221, 2093, '0', 'preview', '2024-12-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71222, 2051, '0', 'preview', '2024-12-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71223, 7621, '0', 'preview', '2024-12-31', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71224, 2086, '0', 'preview', '2024-12-31', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71225, 7312, '0', 'preview', '2024-12-31', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71226, 7475, '0', 'preview', '2024-12-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71227, 2024, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71228, 1930, '0', 'preview', '2024-12-31', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71229, 2027, '0', 'preview', '2024-12-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71230, 2067, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71231, 7473, '0', 'preview', '2024-12-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71232, 7623, '0', 'preview', '2024-12-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71233, 2016, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71234, 2027, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71235, 2093, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71236, 2181, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71237, 2112, '0', 'preview', '2024-12-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71238, 2198, '0', 'preview', '2024-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71239, 7624, '0', 'preview', '2024-12-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71240, 1950, '0', 'preview', '2024-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71241, 1886, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71242, 2113, '0', 'preview', '2024-12-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71243, 1933, '0', 'preview', '2024-12-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71244, 1935, '0', 'preview', '2024-12-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71245, 1932, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71246, 7313, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71247, 7745, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71248, 2182, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71249, 7473, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71250, 7471, '0', 'preview', '2024-12-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71251, 2186, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71252, 2172, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71253, 2016, '0', 'preview', '2024-12-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71254, 7312, '0', 'default', '2024-12-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71255, 5653, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71256, 2169, '0', 'preview', '2024-12-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71257, 7741, '0', 'preview', '2024-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71258, 1931, '0', 'default', '2024-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71259, 1930, '0', 'default', '2024-12-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71260, 2179, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71261, 2182, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71262, 1918, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71263, 7740, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71264, 7621, '0', 'default', '2024-12-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71265, 7737, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71266, 7741, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71267, 7466, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71268, 2024, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71269, 2200, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71270, 2200, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71271, 2048, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71272, 7740, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71273, 7624, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71274, 1915, '0', 'preview', '2024-12-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71275, 2086, '0', 'preview', '2025-01-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71276, 2016, '0', 'preview', '2025-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71277, 7624, '0', 'preview', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71278, 7312, '0', 'preview', '2025-01-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71279, 7623, '0', 'preview', '2025-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71280, 2112, '0', 'preview', '2025-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71281, 1918, '0', 'preview', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71282, 7621, '0', 'preview', '2025-01-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71283, 7473, '0', 'preview', '2025-01-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71284, 2176, '0', 'default', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71285, 1938, '0', 'default', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71286, 2177, '0', 'default', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71287, 2182, '0', 'preview', '2025-01-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71288, 7475, '0', 'preview', '2025-01-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71289, 2024, '0', 'preview', '2025-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71290, 2027, '0', 'preview', '2025-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71291, 7474, '0', 'default', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71292, 2093, '0', 'preview', '2025-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71293, 7745, '0', 'preview', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71294, 2198, '0', 'preview', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71295, 2182, '0', 'default', '2025-01-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71296, 1950, '0', 'preview', '2025-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71297, 1930, '0', 'preview', '2025-01-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71298, 7737, '0', 'default', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71299, 7737, '0', 'preview', '2025-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71300, 7471, '0', 'preview', '2025-01-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71301, 2113, '0', 'preview', '2025-01-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71302, 1960, '0', 'preview', '2025-01-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71303, 2142, '0', 'default', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71304, 1931, '0', 'preview', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71305, 2179, '0', 'default', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71306, 2053, '0', 'preview', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71307, 7621, '0', 'default', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71308, 7471, '0', 'default', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71309, 1935, '0', 'preview', '2025-01-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71310, 2182, '0', 'default', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71311, 7624, '0', 'preview', '2025-01-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71312, 7312, '0', 'default', '2025-01-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71313, 7623, '0', 'preview', '2025-01-02', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71314, 7621, '0', 'preview', '2025-01-02', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71315, 2172, '0', 'default', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71316, 7475, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71317, 7471, '0', 'default', '2025-01-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71318, 7622, '0', 'preview', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71319, 7461, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71320, 2112, '0', 'preview', '2025-01-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71321, 7737, '0', 'default', '2025-01-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71322, 7471, '0', 'preview', '2025-01-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71323, 5621, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71324, 7475, '0', 'preview', '2025-01-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71325, 2086, '0', 'preview', '2025-01-02', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71326, 1930, '0', 'preview', '2025-01-02', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71327, 2113, '0', 'preview', '2025-01-02', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71328, 7464, '0', 'preview', '2025-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71329, 2053, '0', 'preview', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71330, 7745, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71331, 2182, '0', 'preview', '2025-01-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71332, 7312, '0', 'preview', '2025-01-02', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71333, 1935, '0', 'preview', '2025-01-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71334, 2027, '0', 'preview', '2025-01-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71335, 7737, '0', 'preview', '2025-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71336, 1938, '0', 'preview', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71337, 1933, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71338, 7473, '0', 'preview', '2025-01-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71339, 2169, '0', 'preview', '2025-01-02', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71340, 2048, '0', 'preview', '2025-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71341, 1964, '0', 'preview', '2025-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71342, 2188, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71343, 2067, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71344, 2024, '0', 'preview', '2025-01-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71345, 2016, '0', 'preview', '2025-01-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71346, 7623, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71347, 2200, '0', 'preview', '2025-01-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71348, 7472, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71349, 1950, '0', 'preview', '2025-01-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71350, 7741, '0', 'preview', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71351, 2198, '0', 'preview', '2025-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71352, 1964, '0', 'default', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71353, 2051, '0', 'default', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71354, 1930, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71355, 1931, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71356, 5621, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71357, 7741, '0', 'default', '2025-01-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71358, 1886, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71359, 5624, '0', 'preview', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71360, 2093, '0', 'preview', '2025-01-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71361, 7474, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71362, 7463, '0', 'preview', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71363, 7738, '0', 'preview', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71364, 7461, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71365, 2054, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71366, 5653, '0', 'preview', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71367, 6421, '0', 'default', '2025-01-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71368, 6421, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71369, 2176, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71370, 7625, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71371, 7465, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71372, 7469, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71373, 7466, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71374, 7624, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71375, 7464, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71376, 7460, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71377, 2178, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71378, 2178, '0', 'preview', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71379, 2126, '0', 'default', '2025-01-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71380, 7738, '0', 'preview', '2025-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71381, 7312, '0', 'preview', '2025-01-03', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71382, 2086, '0', 'preview', '2025-01-03', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71383, 7621, '0', 'preview', '2025-01-03', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71384, 7624, '0', 'preview', '2025-01-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71385, 7623, '0', 'preview', '2025-01-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71386, 7749, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71387, 1930, '0', 'preview', '2025-01-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71388, 1938, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71389, 1950, '0', 'preview', '2025-01-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71390, 2027, '0', 'preview', '2025-01-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71391, 7473, '0', 'preview', '2025-01-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71392, 7474, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71393, 7311, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71394, 7312, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71395, 7621, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71396, 5621, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71397, 7474, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71398, 2182, '0', 'default', '2025-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71399, 7466, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71400, 7466, '0', 'preview', '2025-01-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71401, 7471, '0', 'preview', '2025-01-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71402, 7745, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71403, 5625, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71404, 7311, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71405, 7462, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71406, 7463, '0', 'preview', '2025-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71407, 2016, '0', 'preview', '2025-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71408, 2024, '0', 'preview', '2025-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71409, 1935, '0', 'preview', '2025-01-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71410, 2179, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71411, 2113, '0', 'preview', '2025-01-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71412, 7737, '0', 'preview', '2025-01-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71413, 7464, '0', 'preview', '2025-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71414, 2012, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71415, 1925, '0', 'default', '2025-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71416, 2176, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71417, 7471, '0', 'default', '2025-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71418, 5653, '0', 'preview', '2025-01-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71419, 5624, '0', 'preview', '2025-01-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71420, 7467, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71421, 7624, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71422, 2201, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71423, 7748, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71424, 2093, '0', 'preview', '2025-01-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71425, 2112, '0', 'preview', '2025-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71426, 2112, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71427, 2198, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71428, 2192, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71429, 2048, '0', 'preview', '2025-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71430, 2169, '0', 'preview', '2025-01-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71431, 2053, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71432, 2182, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71433, 7737, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71434, 5625, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71435, 2200, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71436, 7746, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71437, 7465, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71438, 1967, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71439, 2113, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71440, 1931, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71441, 1930, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71442, 2054, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71443, 7460, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71444, 2173, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71445, 2174, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71446, 7463, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71447, 2185, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71448, 7475, '0', 'preview', '2025-01-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71449, 2016, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71450, 7621, '0', 'default', '2025-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71451, 7621, '0', 'preview', '2025-01-04', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71452, 2198, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71453, 7471, '0', 'preview', '2025-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71454, 2086, '0', 'preview', '2025-01-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71455, 7312, '0', 'preview', '2025-01-04', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71456, 7623, '0', 'preview', '2025-01-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71457, 2169, '0', 'preview', '2025-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71458, 2112, '0', 'preview', '2025-01-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71459, 1935, '0', 'preview', '2025-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71460, 2093, '0', 'preview', '2025-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71461, 2182, '0', 'preview', '2025-01-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71462, 1930, '0', 'preview', '2025-01-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71463, 2053, '0', 'default', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71464, 7473, '0', 'preview', '2025-01-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71465, 2113, '0', 'preview', '2025-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71466, 7624, '0', 'preview', '2025-01-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71467, 7622, '0', 'preview', '2025-01-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71468, 2149, '0', 'default', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71469, 7472, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71470, 2200, '0', 'preview', '2025-01-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71471, 2179, '0', 'default', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71472, 7706, '0', 'default', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71473, 7471, '0', 'default', '2025-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71474, 2153, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71475, 2048, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71476, 7475, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71477, 2067, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71478, 7737, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71479, 1957, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71480, 7738, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71481, 2166, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71482, 1931, '0', 'preview', '2025-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71483, 1950, '0', 'preview', '2025-01-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71484, 7464, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71485, 7463, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71486, 7461, '0', 'preview', '2025-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71487, 1938, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71488, 1932, '0', 'default', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71489, 1931, '0', 'default', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71490, 5624, '0', 'preview', '2025-01-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71491, 5653, '0', 'preview', '2025-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71492, 2182, '0', 'default', '2025-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71493, 5624, '0', 'default', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71494, 1950, '0', 'default', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71495, 7737, '0', 'default', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71496, 7311, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71497, 1886, '0', 'preview', '2025-01-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71498, 7313, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71499, 2192, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71500, 7474, '0', 'preview', '2025-01-04', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71501, 7312, '0', 'preview', '2025-01-05', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71502, 7622, '0', 'preview', '2025-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71503, 5624, '0', 'preview', '2025-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71504, 1950, '0', 'preview', '2025-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71505, 5653, '0', 'preview', '2025-01-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71506, 7623, '0', 'preview', '2025-01-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71507, 7621, '0', 'preview', '2025-01-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71508, 7471, '0', 'default', '2025-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71509, 2086, '0', 'preview', '2025-01-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71510, 7312, '0', 'default', '2025-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71511, 7621, '0', 'default', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71512, 2151, '0', 'default', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71513, 2016, '0', 'preview', '2025-01-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71514, 7472, '0', 'default', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71515, 7471, '0', 'preview', '2025-01-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71516, 7473, '0', 'preview', '2025-01-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71517, 7475, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71518, 2182, '0', 'preview', '2025-01-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71519, 2112, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71520, 7624, '0', 'preview', '2025-01-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71521, 7624, '0', 'default', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71522, 7474, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71523, 2169, '0', 'preview', '2025-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71524, 2158, '0', 'preview', '2025-01-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71525, 1930, '0', 'preview', '2025-01-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71526, 2200, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71527, 2093, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71528, 7461, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71529, 7737, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71530, 1967, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71531, 2067, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71532, 2182, '0', 'default', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71533, 7741, '0', 'default', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71534, 2024, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71535, 2027, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71536, 2113, '0', 'preview', '2025-01-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71537, 7473, '0', 'preview', '2025-01-06', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71538, 7744, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71539, 2169, '0', 'preview', '2025-01-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71540, 2086, '0', 'preview', '2025-01-06', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71541, 1930, '0', 'preview', '2025-01-06', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71542, 7737, '0', 'preview', '2025-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71543, 7312, '0', 'preview', '2025-01-06', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71544, 7624, '0', 'preview', '2025-01-06', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71545, 7623, '0', 'preview', '2025-01-06', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71546, 2093, '0', 'preview', '2025-01-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71547, 7621, '0', 'preview', '2025-01-06', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71548, 5624, '0', 'preview', '2025-01-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71549, 5653, '0', 'preview', '2025-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71550, 2027, '0', 'preview', '2025-01-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71551, 1935, '0', 'preview', '2025-01-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71552, 7741, '0', 'preview', '2025-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71553, 7471, '0', 'default', '2025-01-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71554, 7312, '0', 'default', '2025-01-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71555, 1917, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71556, 2182, '0', 'default', '2025-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71557, 2179, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71558, 2179, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71559, 2153, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71560, 7475, '0', 'default', '2025-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71561, 7475, '0', 'preview', '2025-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71562, 7622, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71563, 5653, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71564, 2113, '0', 'preview', '2025-01-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71565, 2182, '0', 'preview', '2025-01-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71566, 2191, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71567, 2024, '0', 'preview', '2025-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71568, 2016, '0', 'preview', '2025-01-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71569, 2048, '0', 'preview', '2025-01-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71570, 2169, '0', 'default', '2025-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71571, 5621, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71572, 1938, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71573, 2176, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71574, 7737, '0', 'default', '2025-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71575, 7472, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71576, 7623, '0', 'default', '2025-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71577, 2200, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71578, 7622, '0', 'preview', '2025-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71579, 7750, '0', 'preview', '2025-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71580, 7467, '0', 'default', '2025-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71581, 2112, '0', 'preview', '2025-01-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71582, 7748, '0', 'preview', '2025-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71583, 2190, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71584, 2067, '0', 'preview', '2025-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71585, 1886, '0', 'preview', '2025-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71586, 7471, '0', 'preview', '2025-01-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71587, 7738, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71588, 5622, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71589, 7621, '0', 'default', '2025-01-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71590, 2158, '0', 'preview', '2025-01-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71591, 2176, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71592, 2086, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71593, 2172, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71594, 7474, '0', 'preview', '2025-01-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71595, 1950, '0', 'preview', '2025-01-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71596, 2170, '0', 'default', '2025-01-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71597, 7311, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71598, 2201, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71599, 2054, '0', 'preview', '2025-01-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71600, 1931, '0', 'preview', '2025-01-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71601, 2181, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71602, 7745, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71603, 2198, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71604, 7465, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71605, 7625, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71606, 2065, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71607, 7743, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71608, 1912, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71609, 1908, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71610, 2049, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71611, 7471, '0', 'default', '2025-01-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71612, 7737, '0', 'preview', '2025-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71613, 2086, '0', 'preview', '2025-01-07', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71614, 7621, '0', 'preview', '2025-01-07', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71615, 7624, '0', 'preview', '2025-01-07', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71616, 7312, '0', 'preview', '2025-01-07', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71617, 7473, '0', 'preview', '2025-01-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71618, 7471, '0', 'preview', '2025-01-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71619, 2027, '0', 'preview', '2025-01-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71620, 1930, '0', 'preview', '2025-01-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71621, 2113, '0', 'preview', '2025-01-07', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71622, 7475, '0', 'preview', '2025-01-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71623, 2024, '0', 'preview', '2025-01-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71624, 2016, '0', 'preview', '2025-01-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71625, 2198, '0', 'preview', '2025-01-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71626, 7621, '0', 'default', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71627, 7623, '0', 'preview', '2025-01-07', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71628, 2182, '0', 'preview', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71629, 2093, '0', 'preview', '2025-01-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71630, 1950, '0', 'preview', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71631, 2172, '0', 'preview', '2025-01-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71632, 2179, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71633, 7467, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71634, 1935, '0', 'preview', '2025-01-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71635, 2051, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71636, 2188, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71637, 7461, '0', 'default', '2025-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71638, 7737, '0', 'default', '2025-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71639, 2198, '0', 'default', '2025-01-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71640, 7622, '0', 'preview', '2025-01-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71641, 1964, '0', 'preview', '2025-01-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71642, 2172, '0', 'default', '2025-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71643, 1930, '0', 'default', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71644, 5621, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71645, 7463, '0', 'preview', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71646, 2113, '0', 'default', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71647, 7474, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71648, 2048, '0', 'preview', '2025-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71649, 7624, '0', 'default', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71650, 5624, '0', 'preview', '2025-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71651, 5653, '0', 'preview', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71652, 2141, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71653, 2185, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71654, 5623, '0', 'preview', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71655, 7738, '0', 'preview', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71656, 7466, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71657, 7465, '0', 'default', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71658, 7739, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71659, 2170, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71660, 7472, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71661, 2066, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71662, 1914, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71663, 2169, '0', 'preview', '2025-01-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71664, 2112, '0', 'preview', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71665, 2170, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71666, 7741, '0', 'default', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71667, 2165, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71668, 7312, '0', 'default', '2025-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71669, 2201, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71670, 7748, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71671, 2201, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71672, 7706, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71673, 2049, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71674, 7706, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71675, 2200, '0', 'preview', '2025-01-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71676, 2182, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71677, 7475, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71678, 2065, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71679, 7474, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71680, 7460, '0', 'preview', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71681, 7464, '0', 'preview', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71682, 2173, '0', 'preview', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71683, 7464, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71684, 2174, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71685, 7463, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71686, 7472, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71687, 2053, '0', 'default', '2025-01-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71688, 2051, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71689, 5621, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71690, 7741, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71691, 7740, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71692, 2067, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71693, 2189, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71694, 7740, '0', 'default', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71695, 2176, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71696, 6422, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71697, 2129, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71698, 2024, '0', 'preview', '2025-01-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71699, 2179, '0', 'preview', '2025-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71700, 7737, '0', 'preview', '2025-01-08', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71701, 1967, '0', 'preview', '2025-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71702, 7312, '0', 'default', '2025-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71703, 2048, '0', 'preview', '2025-01-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71704, 7475, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71705, 2112, '0', 'preview', '2025-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71706, 7621, '0', 'preview', '2025-01-08', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71707, 7474, '0', 'preview', '2025-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71708, 7312, '0', 'preview', '2025-01-08', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71709, 2172, '0', 'preview', '2025-01-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71710, 2170, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71711, 7311, '0', 'preview', '2025-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71712, 1930, '0', 'preview', '2025-01-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71713, 7746, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71714, 2086, '0', 'preview', '2025-01-08', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71715, 7624, '0', 'preview', '2025-01-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71716, 7623, '0', 'preview', '2025-01-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71717, 7471, '0', 'preview', '2025-01-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71718, 2158, '0', 'preview', '2025-01-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71719, 1950, '0', 'preview', '2025-01-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71720, 7741, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71721, 7473, '0', 'preview', '2025-01-08', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71722, 2067, '0', 'preview', '2025-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71723, 7467, '0', 'preview', '2025-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71724, 5624, '0', 'preview', '2025-01-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71725, 2113, '0', 'preview', '2025-01-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71726, 2016, '0', 'preview', '2025-01-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71727, 5653, '0', 'preview', '2025-01-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71728, 7466, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71729, 7465, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71730, 2182, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71731, 2169, '0', 'preview', '2025-01-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71732, 7741, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71733, 2053, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71734, 7745, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71735, 2192, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71736, 2198, '0', 'preview', '2025-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71737, 2169, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71738, 2182, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71739, 2054, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71740, 2093, '0', 'preview', '2025-01-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71741, 1935, '0', 'preview', '2025-01-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71742, 7472, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71743, 7472, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71744, 5621, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71745, 1886, '0', 'preview', '2025-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71746, 7471, '0', 'default', '2025-01-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71747, 2027, '0', 'preview', '2025-01-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71748, 2178, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71749, 2200, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71750, 7622, '0', 'preview', '2025-01-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71751, 2053, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71752, 2176, '0', 'preview', '2025-01-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71753, 7461, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71754, 7464, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71755, 2113, '0', 'default', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71756, 2174, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71757, 5622, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71758, 2086, '0', 'preview', '2025-01-09', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71759, 7473, '0', 'preview', '2025-01-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71760, 7471, '0', 'default', '2025-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71761, 2093, '0', 'preview', '2025-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71762, 1938, '0', 'preview', '2025-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71763, 1930, '0', 'preview', '2025-01-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71764, 2182, '0', 'preview', '2025-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71765, 2053, '0', 'preview', '2025-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71766, 1964, '0', 'preview', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71767, 2024, '0', 'preview', '2025-01-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71768, 7466, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71769, 2113, '0', 'preview', '2025-01-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71770, 7623, '0', 'preview', '2025-01-09', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71771, 7471, '0', 'preview', '2025-01-09', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71772, 7312, '0', 'preview', '2025-01-09', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71773, 7475, '0', 'preview', '2025-01-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71774, 2182, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71775, 2112, '0', 'preview', '2025-01-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71776, 1950, '0', 'preview', '2025-01-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71777, 5625, '0', 'preview', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71778, 7744, '0', 'preview', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71779, 2198, '0', 'preview', '2025-01-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71780, 7461, '0', 'preview', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71781, 7624, '0', 'preview', '2025-01-09', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71782, 2201, '0', 'preview', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71783, 7621, '0', 'preview', '2025-01-09', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71784, 2169, '0', 'preview', '2025-01-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71785, 7737, '0', 'preview', '2025-01-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71786, 1935, '0', 'preview', '2025-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71787, 7741, '0', 'preview', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71788, 7622, '0', 'preview', '2025-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71789, 7460, '0', 'preview', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71790, 2172, '0', 'preview', '2025-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71791, 2185, '0', 'preview', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71792, 1886, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71793, 7624, '0', 'default', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71794, 7475, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71795, 7311, '0', 'default', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71796, 7311, '0', 'preview', '2025-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71797, 2200, '0', 'preview', '2025-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71798, 2176, '0', 'preview', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71799, 2027, '0', 'preview', '2025-01-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71800, 5624, '0', 'preview', '2025-01-09', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71801, 5653, '0', 'preview', '2025-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71802, 7465, '0', 'preview', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71803, 2048, '0', 'preview', '2025-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71804, 2016, '0', 'preview', '2025-01-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71805, 5622, '0', 'preview', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71806, 7464, '0', 'default', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71807, 7312, '0', 'default', '2025-01-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71808, 2054, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71809, 5621, '0', 'default', '2025-01-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71810, 2067, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71811, 2169, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71812, 2048, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71813, 7623, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71814, 2200, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71815, 1960, '0', 'preview', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71816, 7463, '0', 'preview', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71817, 7462, '0', 'preview', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71818, 6421, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71819, 6422, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71820, 1952, '0', 'default', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71821, 2129, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71822, 2150, '0', 'default', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71823, 2172, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71824, 7474, '0', 'preview', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71825, 2173, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71826, 2028, '0', 'preview', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71827, 7621, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71828, 2051, '0', 'preview', '2025-01-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71829, 7463, '0', 'default', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71830, 1967, '0', 'preview', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71831, 7472, '0', 'preview', '2025-01-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71832, 1950, '0', 'preview', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71833, 7312, '0', 'preview', '2025-01-10', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71834, 5624, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71835, 5653, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71836, 1930, '0', 'preview', '2025-01-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71837, 2112, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71838, 7623, '0', 'preview', '2025-01-10', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71839, 7471, '0', 'preview', '2025-01-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71840, 7745, '0', 'preview', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71841, 7743, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71842, 7741, '0', 'preview', '2025-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71843, 7745, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71844, 7623, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71845, 7624, '0', 'preview', '2025-01-10', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71846, 7740, '0', 'preview', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71847, 7621, '0', 'preview', '2025-01-10', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71848, 7475, '0', 'preview', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71849, 2016, '0', 'preview', '2025-01-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71850, 1935, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71851, 2093, '0', 'default', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71852, 1930, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71853, 7463, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71854, 2141, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71855, 1950, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71856, 5622, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71857, 7738, '0', 'default', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71858, 2198, '0', 'preview', '2025-01-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71859, 7737, '0', 'default', '2025-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71860, 7474, '0', 'preview', '2025-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71861, 2048, '0', 'default', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71862, 2093, '0', 'preview', '2025-01-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71863, 1935, '0', 'preview', '2025-01-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71864, 2176, '0', 'preview', '2025-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71865, 7622, '0', 'preview', '2025-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71866, 7463, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71867, 2113, '0', 'preview', '2025-01-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71868, 2172, '0', 'default', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71869, 2172, '0', 'preview', '2025-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71870, 5621, '0', 'preview', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71871, 7473, '0', 'preview', '2025-01-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71872, 2182, '0', 'preview', '2025-01-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71873, 2158, '0', 'preview', '2025-01-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71874, 7740, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71875, 2150, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71876, 2027, '0', 'preview', '2025-01-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71877, 7750, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71878, 2086, '0', 'preview', '2025-01-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71879, 2179, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71880, 5621, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71881, 7475, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71882, 2067, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71883, 7464, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71884, 7461, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71885, 1967, '0', 'default', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71886, 7471, '0', 'default', '2025-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71887, 2048, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71888, 7739, '0', 'preview', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71889, 7737, '0', 'preview', '2025-01-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71890, 2200, '0', 'preview', '2025-01-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71891, 7747, '0', 'preview', '2025-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71892, 2051, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71893, 2192, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71894, 2182, '0', 'default', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71895, 7312, '0', 'default', '2025-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71896, 2054, '0', 'default', '2025-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71897, 2201, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71898, 5622, '0', 'preview', '2025-01-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71899, 7738, '0', 'preview', '2025-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71900, 2024, '0', 'preview', '2025-01-10', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71901, 7621, '0', 'default', '2025-01-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71902, 1967, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71903, 7313, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71904, 7311, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71905, 7741, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71906, 1925, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71907, 2169, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71908, 6421, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71909, 7624, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71910, 1938, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71911, 1886, '0', 'preview', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71912, 2053, '0', 'default', '2025-01-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71913, 7623, '0', 'preview', '2025-01-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71914, 7312, '0', 'preview', '2025-01-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71915, 2024, '0', 'preview', '2025-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71916, 7621, '0', 'preview', '2025-01-11', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71917, 2086, '0', 'preview', '2025-01-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71918, 2112, '0', 'preview', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71919, 2067, '0', 'preview', '2025-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71920, 7466, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71921, 7624, '0', 'preview', '2025-01-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71922, 1886, '0', 'preview', '2025-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71923, 7473, '0', 'preview', '2025-01-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71924, 2172, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71925, 7471, '0', 'preview', '2025-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71926, 2113, '0', 'preview', '2025-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71927, 7463, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71928, 7463, '0', 'preview', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71929, 1935, '0', 'preview', '2025-01-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71930, 1930, '0', 'preview', '2025-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71931, 2148, '0', 'preview', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71932, 2182, '0', 'preview', '2025-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71933, 5622, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71934, 2027, '0', 'preview', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71935, 1950, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71936, 7312, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71937, 7475, '0', 'preview', '2025-01-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71938, 1911, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71939, 5625, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71940, 7311, '0', 'preview', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71941, 7471, '0', 'default', '2025-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71942, 2182, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71943, 2181, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71944, 7472, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71945, 7748, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71946, 2190, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71947, 7624, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71948, 7745, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71949, 7623, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71950, 7741, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71951, 2189, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71952, 7621, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71953, 2201, '0', 'default', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71954, 2172, '0', 'preview', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71955, 7474, '0', 'preview', '2025-01-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71956, 2093, '0', 'preview', '2025-01-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71957, 5653, '0', 'preview', '2025-01-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71958, 7312, '0', 'preview', '2025-01-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71959, 7474, '0', 'preview', '2025-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71960, 7623, '0', 'preview', '2025-01-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71961, 5624, '0', 'preview', '2025-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71962, 2172, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71963, 2086, '0', 'preview', '2025-01-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71964, 2027, '0', 'preview', '2025-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71965, 7473, '0', 'preview', '2025-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71966, 7621, '0', 'default', '2025-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71967, 1930, '0', 'preview', '2025-01-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71968, 2024, '0', 'preview', '2025-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71969, 2153, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71970, 2153, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71971, 2016, '0', 'preview', '2025-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71972, 7737, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71973, 7464, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71974, 7624, '0', 'preview', '2025-01-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71975, 7312, '0', 'default', '2025-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71976, 7741, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71977, 2016, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71978, 2182, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71979, 7622, '0', 'preview', '2025-01-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71980, 2112, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71981, 7464, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71982, 7623, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71983, 7624, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71984, 7737, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71985, 7472, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71986, 7471, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71987, 7471, '0', 'preview', '2025-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71988, 2182, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71989, 5653, '0', 'preview', '2025-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71990, 2169, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71991, 2179, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71992, 5621, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71993, 2113, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71994, 7465, '0', 'default', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71995, 7621, '0', 'preview', '2025-01-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71996, 1938, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71997, 2093, '0', 'preview', '2025-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71998, 2158, '0', 'preview', '2025-01-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71999, 1950, '0', 'preview', '2025-01-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72000, 2048, '0', 'preview', '2025-01-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72001, 2053, '0', 'default', '2025-01-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72002, 2053, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72003, 7475, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72004, 7624, '0', 'preview', '2025-01-13', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72005, 7312, '0', 'preview', '2025-01-13', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72006, 7621, '0', 'preview', '2025-01-13', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72007, 7623, '0', 'preview', '2025-01-13', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72008, 1938, '0', 'preview', '2025-01-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72009, 2169, '0', 'preview', '2025-01-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72010, 1930, '0', 'preview', '2025-01-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72011, 2113, '0', 'preview', '2025-01-13', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72012, 2016, '0', 'preview', '2025-01-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72013, 2086, '0', 'preview', '2025-01-13', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72014, 2112, '0', 'preview', '2025-01-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72015, 1886, '0', 'preview', '2025-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72016, 1950, '0', 'preview', '2025-01-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72017, 2023, '0', 'preview', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72018, 1935, '0', 'preview', '2025-01-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72019, 2015, '0', 'preview', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72020, 2027, '0', 'preview', '2025-01-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72021, 2028, '0', 'preview', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72022, 2024, '0', 'preview', '2025-01-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72023, 2093, '0', 'preview', '2025-01-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72024, 7473, '0', 'preview', '2025-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72025, 1931, '0', 'preview', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72026, 7464, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72027, 2182, '0', 'preview', '2025-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72028, 2048, '0', 'preview', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72029, 2053, '0', 'preview', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72030, 7471, '0', 'preview', '2025-01-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72031, 2179, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72032, 7467, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72033, 7474, '0', 'preview', '2025-01-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72034, 7311, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72035, 2169, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72036, 7474, '0', 'default', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72037, 1935, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72038, 7463, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72039, 1964, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72040, 2086, '0', 'default', '2025-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72041, 2173, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72042, 7747, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72043, 7741, '0', 'default', '2025-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72044, 7464, '0', 'preview', '2025-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72045, 5624, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72046, 7622, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72047, 2129, '0', 'preview', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72048, 2187, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72049, 2126, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72050, 2051, '0', 'preview', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72051, 7737, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72052, 7312, '0', 'default', '2025-01-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72053, 7311, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72054, 7471, '0', 'default', '2025-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72055, 7473, '0', 'default', '2025-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72056, 7472, '0', 'default', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72057, 7622, '0', 'default', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72058, 7623, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72059, 2200, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72060, 1955, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72061, 2053, '0', 'default', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72062, 1955, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72063, 2182, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72064, 1964, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72065, 7737, '0', 'preview', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72066, 2172, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72067, 2141, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72068, 7460, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72069, 7621, '0', 'default', '2025-01-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72070, 7740, '0', 'default', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72071, 7739, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72072, 2189, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72073, 2198, '0', 'default', '2025-01-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72074, 7463, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72075, 2131, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72076, 7738, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72077, 7748, '0', 'default', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72078, 2172, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72079, 2190, '0', 'preview', '2025-01-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72080, 2192, '0', 'preview', '2025-01-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72081, 7469, '0', 'default', '2025-01-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72082, 7471, '0', 'default', '2025-01-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72083, 7312, '0', 'preview', '2025-01-14', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72084, 2093, '0', 'preview', '2025-01-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72085, 2169, '0', 'preview', '2025-01-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72086, 7737, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72087, 1935, '0', 'preview', '2025-01-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72088, 2086, '0', 'preview', '2025-01-14', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72089, 7623, '0', 'preview', '2025-01-14', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72090, 7621, '0', 'preview', '2025-01-14', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72091, 7624, '0', 'preview', '2025-01-14', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72092, 2015, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72093, 5653, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72094, 2027, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72095, 5653, '0', 'preview', '2025-01-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72096, 5624, '0', 'preview', '2025-01-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72097, 5623, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72098, 1935, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72099, 2129, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72100, 1931, '0', 'default', '2025-01-14', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72101, 2172, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72102, 7311, '0', 'default', '2025-01-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72103, 5625, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72104, 1960, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72105, 1960, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72106, 2053, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72107, 1930, '0', 'preview', '2025-01-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72108, 5624, '0', 'default', '2025-01-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72109, 1930, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72110, 2189, '0', 'default', '2025-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72111, 2112, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72112, 7312, '0', 'default', '2025-01-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72113, 7471, '0', 'preview', '2025-01-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72114, 7741, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72115, 7473, '0', 'preview', '2025-01-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72116, 7739, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72117, 7460, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72118, 7464, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72119, 2176, '0', 'preview', '2025-01-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72120, 2027, '0', 'preview', '2025-01-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72121, 7475, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72122, 1886, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72123, 5621, '0', 'preview', '2025-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72124, 7624, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72125, 2048, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72126, 2048, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72127, 7311, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72128, 7747, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72129, 7747, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72130, 7749, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72131, 7749, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72132, 7739, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72133, 1950, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72134, 2067, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72135, 2067, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72136, 7744, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72137, 7744, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72138, 1916, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72139, 1916, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72140, 5702, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72141, 5702, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72142, 7625, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72143, 7625, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72144, 2028, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72145, 2028, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72146, 1917, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72147, 1917, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72148, 7466, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72149, 7466, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72150, 2169, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72151, 2086, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72152, 2065, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72153, 2065, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72154, 2066, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72155, 2066, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72156, 2198, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72157, 2198, '0', 'default', '2025-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72158, 6421, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72159, 6421, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72160, 7470, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72161, 7470, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72162, 2093, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72163, 1918, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72164, 1918, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72165, 2142, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72166, 2142, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72167, 2051, '0', 'preview', '2025-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72168, 2051, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72169, 2192, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72170, 2192, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72171, 1886, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72172, 2171, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72173, 2171, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72174, 1938, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72175, 1933, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72176, 1933, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72177, 7469, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72178, 7469, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72179, 2149, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72180, 2149, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72181, 2174, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72182, 2174, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72183, 2154, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72184, 2154, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72185, 2049, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72186, 2049, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72187, 2024, '0', 'preview', '2025-01-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72188, 2024, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72189, 7313, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72190, 7313, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72191, 1932, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72192, 1932, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72193, 7468, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72194, 7468, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72195, 1924, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72196, 1924, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72197, 7460, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72198, 7622, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72199, 7622, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72200, 7472, '0', 'default', '2025-01-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72201, 7472, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72202, 2200, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72203, 2200, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72204, 2181, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72205, 2181, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72206, 1914, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72207, 1914, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72208, 2185, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72209, 2185, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72210, 2166, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72211, 2166, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72212, 2176, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72213, 5625, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72214, 7461, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72215, 2054, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72216, 7461, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72217, 2054, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72218, 2190, '0', 'preview', '2025-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72219, 2190, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72220, 7475, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72221, 2175, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72222, 2175, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72223, 1931, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72224, 2015, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72225, 2188, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72226, 2188, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72227, 2131, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72228, 2016, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72229, 2131, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72230, 2016, '0', 'preview', '2025-01-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72231, 1937, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72232, 1937, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72233, 1920, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72234, 1920, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72235, 2172, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72236, 2113, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72237, 1913, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72238, 1913, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72239, 2023, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72240, 2023, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72241, 1912, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72242, 1912, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72243, 1964, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72244, 1964, '0', 'default', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72245, 7474, '0', 'preview', '2025-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72246, 7474, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72247, 6422, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72248, 6422, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72249, 1957, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72250, 1957, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72251, 2186, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72252, 2186, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72253, 2189, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72254, 7467, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72255, 7467, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72256, 2113, '0', 'preview', '2025-01-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72257, 7742, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72258, 1950, '0', 'preview', '2025-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72259, 2170, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72260, 2187, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72261, 2087, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72262, 1955, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72263, 2184, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72264, 7473, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72265, 5621, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72266, 1925, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72267, 2126, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72268, 7462, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72269, 7462, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72270, 2187, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72271, 2126, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72272, 1955, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72273, 1925, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72274, 2184, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72275, 2170, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72276, 2012, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72277, 7463, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72278, 7621, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72279, 5622, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72280, 7463, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72281, 7748, '0', 'default', '2025-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72282, 7740, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72283, 2112, '0', 'preview', '2025-01-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72284, 7745, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72285, 7738, '0', 'preview', '2025-01-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72286, 2158, '0', 'preview', '2025-01-14', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72287, 7706, '0', 'default', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72288, 2182, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72289, 2201, '0', 'preview', '2025-01-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72290, 1938, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72291, 7737, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72292, 1967, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72293, 2178, '0', 'preview', '2025-01-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72294, 7471, '0', 'preview', '2025-01-15', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72295, 2093, '0', 'preview', '2025-01-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72296, 1930, '0', 'preview', '2025-01-15', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72297, 2049, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72298, 7624, '0', 'preview', '2025-01-15', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72299, 7623, '0', 'preview', '2025-01-15', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72300, 7312, '0', 'preview', '2025-01-15', 55);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72301, 2086, '0', 'preview', '2025-01-15', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72302, 2113, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72303, 1930, '0', 'default', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72304, 2192, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72305, 1935, '0', 'preview', '2025-01-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72306, 2051, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72307, 7312, '0', 'default', '2025-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72308, 7473, '0', 'preview', '2025-01-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72309, 7621, '0', 'preview', '2025-01-15', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72310, 2012, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72311, 2024, '0', 'preview', '2025-01-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72312, 2054, '0', 'default', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72313, 7748, '0', 'default', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72314, 7624, '0', 'default', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72315, 2086, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72316, 2182, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72317, 2153, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72318, 2179, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72319, 2027, '0', 'preview', '2025-01-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72320, 2200, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72321, 7466, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72322, 1931, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72323, 7471, '0', 'default', '2025-01-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72324, 2113, '0', 'preview', '2025-01-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72325, 2112, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72326, 2169, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72327, 1950, '0', 'preview', '2025-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72328, 5653, '0', 'preview', '2025-01-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72329, 2129, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72330, 1908, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72331, 1960, '0', 'default', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72332, 2158, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72333, 2177, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72334, 1952, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72335, 2012, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72336, 1967, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72337, 2053, '0', 'default', '2025-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72338, 2183, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72339, 5623, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72340, 1911, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72341, 1915, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72342, 2173, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72343, 2152, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72344, 2201, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72345, 7465, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72346, 2148, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72347, 2178, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72348, 2191, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72349, 2150, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72350, 2165, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72351, 1966, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72352, 2151, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72353, 2141, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72354, 1908, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72355, 2141, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72356, 1966, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72357, 2151, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72358, 2201, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72359, 2158, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72360, 1911, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72361, 2191, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72362, 2148, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72363, 2177, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72364, 2178, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72365, 2152, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72366, 2173, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72367, 2150, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72368, 2087, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72369, 1960, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72370, 2053, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72371, 2129, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72372, 2165, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72373, 2183, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72374, 1952, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72375, 5623, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72376, 7465, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72377, 1915, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72378, 1967, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72379, 7748, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72380, 7741, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72381, 7741, '0', 'default', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72382, 7746, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72383, 7746, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72384, 7738, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72385, 7738, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72386, 5622, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72387, 5622, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72388, 7750, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72389, 7750, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72390, 7743, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72391, 7743, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72392, 7740, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72393, 7740, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72394, 7742, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72395, 7742, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72396, 7744, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72397, 7621, '0', 'default', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72398, 1886, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72399, 2172, '0', 'preview', '2025-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72400, 2189, '0', 'preview', '2025-01-15', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72401, 2048, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72402, 2176, '0', 'preview', '2025-01-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72403, 1938, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72404, 7737, '0', 'preview', '2025-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72405, 7464, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72406, 7463, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72407, 2016, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72408, 2024, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72409, 2027, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72410, 7475, '0', 'preview', '2025-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72411, 7749, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72412, 7313, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72413, 1957, '0', 'preview', '2025-01-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72414, 7739, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72415, 1913, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72416, 2054, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72417, 2067, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72418, 7622, '0', 'preview', '2025-01-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72419, 1912, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72420, 7474, '0', 'preview', '2025-01-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72421, 7312, '0', 'preview', '2025-01-16', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72422, 2198, '0', 'preview', '2025-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72423, 1950, '0', 'preview', '2025-01-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72424, 5622, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72425, 7738, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72426, 7622, '0', 'preview', '2025-01-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72427, 7471, '0', 'preview', '2025-01-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72428, 7624, '0', 'preview', '2025-01-16', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72429, 2086, '0', 'preview', '2025-01-16', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72430, 7621, '0', 'preview', '2025-01-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72431, 7623, '0', 'preview', '2025-01-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72432, 2016, '0', 'preview', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72433, 1930, '0', 'preview', '2025-01-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72434, 7464, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72435, 7462, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72436, 7621, '0', 'default', '2025-01-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72437, 2093, '0', 'default', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72438, 2182, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72439, 7473, '0', 'preview', '2025-01-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72440, 7471, '0', 'default', '2025-01-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72441, 7312, '0', 'default', '2025-01-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72442, 7475, '0', 'preview', '2025-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72443, 7464, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72444, 2112, '0', 'preview', '2025-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72445, 2027, '0', 'preview', '2025-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72446, 2053, '0', 'default', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72447, 2053, '0', 'preview', '2025-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72448, 2198, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72449, 2172, '0', 'preview', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72450, 7741, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72451, 2182, '0', 'preview', '2025-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72452, 2172, '0', 'default', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72453, 1957, '0', 'preview', '2025-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72454, 2093, '0', 'preview', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72455, 2067, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72456, 7311, '0', 'preview', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72457, 7311, '0', 'default', '2025-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72458, 2012, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72459, 1935, '0', 'preview', '2025-01-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72460, 7466, '0', 'preview', '2025-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72461, 7624, '0', 'default', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72462, 2113, '0', 'preview', '2025-01-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72463, 7737, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72464, 1960, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72465, 5624, '0', 'preview', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72466, 2176, '0', 'preview', '2025-01-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72467, 1938, '0', 'preview', '2025-01-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72468, 7462, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72469, 7463, '0', 'preview', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72470, 2188, '0', 'preview', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72471, 2016, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72472, 2024, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72473, 1950, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72474, 2027, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72475, 1932, '0', 'preview', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72476, 7748, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72477, 1964, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72478, 5621, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72479, 2048, '0', 'preview', '2025-01-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72480, 7463, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72481, 1955, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72482, 2129, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72483, 2024, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72484, 7741, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72485, 7623, '0', 'default', '2025-01-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72486, 7475, '0', 'preview', '2025-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72487, 7621, '0', 'default', '2025-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72488, 7463, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72489, 2016, '0', 'preview', '2025-01-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72490, 2093, '0', 'preview', '2025-01-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72491, 7623, '0', 'preview', '2025-01-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72492, 1930, '0', 'preview', '2025-01-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72493, 7312, '0', 'preview', '2025-01-17', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72494, 7623, '0', 'default', '2025-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72495, 1957, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72496, 7621, '0', 'preview', '2025-01-17', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72497, 7474, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72498, 7471, '0', 'preview', '2025-01-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72499, 2182, '0', 'preview', '2025-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72500, 7748, '0', 'preview', '2025-01-17', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72501, 7624, '0', 'preview', '2025-01-17', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72502, 2051, '0', 'default', '2025-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72503, 5653, '0', 'preview', '2025-01-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72504, 5624, '0', 'preview', '2025-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72505, 7473, '0', 'preview', '2025-01-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72506, 2024, '0', 'preview', '2025-01-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72507, 2027, '0', 'preview', '2025-01-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72508, 2126, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72509, 1931, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72510, 2028, '0', 'preview', '2025-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72511, 7622, '0', 'preview', '2025-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72512, 7471, '0', 'default', '2025-01-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72513, 7311, '0', 'default', '2025-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72514, 2086, '0', 'preview', '2025-01-17', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72515, 2192, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72516, 7311, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72517, 7737, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72518, 7474, '0', 'default', '2025-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72519, 2182, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72520, 7738, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72521, 2189, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72522, 7463, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72523, 7462, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72524, 7464, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72525, 1964, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72526, 2113, '0', 'preview', '2025-01-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72527, 5653, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72528, 7312, '0', 'default', '2025-01-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72529, 2053, '0', 'default', '2025-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72530, 2171, '0', 'default', '2025-01-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72531, 7313, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72532, 2048, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72533, 2067, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72534, 1960, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72535, 2172, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72536, 2054, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72537, 2112, '0', 'preview', '2025-01-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72538, 2201, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72539, 2012, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72540, 1935, '0', 'preview', '2025-01-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72541, 1950, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72542, 2158, '0', 'preview', '2025-01-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72543, 1964, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72544, 7466, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72545, 1886, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72546, 2198, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72547, 2198, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72548, 7739, '0', 'default', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72549, 2169, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72550, 1938, '0', 'preview', '2025-01-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72551, 2131, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72552, 2086, '0', 'preview', '2025-01-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72553, 7623, '0', 'preview', '2025-01-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72554, 7471, '0', 'preview', '2025-01-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72555, 7475, '0', 'preview', '2025-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72556, 7312, '0', 'preview', '2025-01-18', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72557, 7460, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72558, 2016, '0', 'preview', '2025-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72559, 2169, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72560, 7621, '0', 'preview', '2025-01-18', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72561, 7737, '0', 'preview', '2025-01-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72562, 1930, '0', 'preview', '2025-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72563, 2172, '0', 'preview', '2025-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72564, 7624, '0', 'preview', '2025-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72565, 7739, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72566, 2113, '0', 'preview', '2025-01-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72567, 2182, '0', 'default', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72568, 7471, '0', 'default', '2025-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72569, 7741, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72570, 1932, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72571, 7473, '0', 'preview', '2025-01-18', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72572, 7464, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72573, 7461, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72574, 2179, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72575, 1938, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72576, 5624, '0', 'preview', '2025-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72577, 2024, '0', 'preview', '2025-01-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72578, 2172, '0', 'default', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72579, 2012, '0', 'default', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72580, 7621, '0', 'default', '2025-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72581, 7311, '0', 'preview', '2025-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72582, 2198, '0', 'default', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72583, 6421, '0', 'default', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72584, 1957, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72585, 6422, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72586, 6422, '0', 'default', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72587, 1935, '0', 'preview', '2025-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72588, 2027, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72589, 5653, '0', 'preview', '2025-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72590, 1964, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72591, 2048, '0', 'preview', '2025-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72592, 1925, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72593, 2112, '0', 'preview', '2025-01-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72594, 2158, '0', 'preview', '2025-01-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72595, 7312, '0', 'preview', '2025-01-19', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72596, 2198, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72597, 2189, '0', 'preview', '2025-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72598, 7473, '0', 'preview', '2025-01-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72599, 1930, '0', 'preview', '2025-01-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72600, 7623, '0', 'default', '2025-01-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72601, 2169, '0', 'preview', '2025-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72602, 7471, '0', 'preview', '2025-01-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72603, 2192, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72604, 7621, '0', 'preview', '2025-01-19', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72605, 7748, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72606, 2182, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72607, 7624, '0', 'preview', '2025-01-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72608, 2048, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72609, 2172, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72610, 7741, '0', 'preview', '2025-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72611, 7741, '0', 'default', '2025-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72612, 7623, '0', 'preview', '2025-01-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72613, 2113, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72614, 7467, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72615, 7471, '0', 'default', '2025-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72616, 1952, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72617, 6421, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72618, 1935, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72619, 2016, '0', 'preview', '2025-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72620, 7466, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72621, 1935, '0', 'preview', '2025-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72622, 7465, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72623, 2024, '0', 'preview', '2025-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72624, 2172, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72625, 7737, '0', 'default', '2025-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72626, 2086, '0', 'preview', '2025-01-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72627, 7312, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72628, 2086, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72629, 7464, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72630, 7460, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72631, 7463, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72632, 7461, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72633, 7475, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72634, 1967, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72635, 7625, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72636, 2053, '0', 'default', '2025-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72637, 5624, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72638, 5653, '0', 'preview', '2025-01-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72639, 2053, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72640, 2027, '0', 'preview', '2025-01-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72641, 5702, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72642, 1886, '0', 'preview', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72643, 2150, '0', 'default', '2025-01-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72644, 7473, '0', 'preview', '2025-01-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72645, 7471, '0', 'preview', '2025-01-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72646, 2172, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72647, 7462, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72648, 7463, '0', 'preview', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72649, 2182, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72650, 2086, '0', 'preview', '2025-01-20', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72651, 7624, '0', 'preview', '2025-01-20', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72652, 7621, '0', 'preview', '2025-01-20', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72653, 7312, '0', 'preview', '2025-01-20', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72654, 2027, '0', 'preview', '2025-01-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72655, 2182, '0', 'default', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72656, 2172, '0', 'default', '2025-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72657, 1938, '0', 'preview', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72658, 1931, '0', 'default', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72659, 7471, '0', 'default', '2025-01-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72660, 1930, '0', 'preview', '2025-01-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72661, 7623, '0', 'preview', '2025-01-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72662, 7474, '0', 'preview', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72663, 1950, '0', 'preview', '2025-01-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72664, 2112, '0', 'preview', '2025-01-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72665, 2169, '0', 'preview', '2025-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72666, 2113, '0', 'preview', '2025-01-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72667, 1935, '0', 'preview', '2025-01-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72668, 7737, '0', 'preview', '2025-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72669, 7622, '0', 'preview', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72670, 2179, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72671, 2048, '0', 'preview', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72672, 2200, '0', 'default', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72673, 7737, '0', 'default', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72674, 7461, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72675, 7749, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72676, 7748, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72677, 2016, '0', 'default', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72678, 7313, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72679, 2190, '0', 'preview', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72680, 2067, '0', 'preview', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72681, 1967, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72682, 5624, '0', 'preview', '2025-01-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72683, 5653, '0', 'preview', '2025-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72684, 2158, '0', 'preview', '2025-01-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72685, 2129, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72686, 1957, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72687, 7475, '0', 'preview', '2025-01-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72688, 7465, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72689, 2024, '0', 'preview', '2025-01-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72690, 2016, '0', 'preview', '2025-01-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72691, 1886, '0', 'preview', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72692, 7738, '0', 'preview', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72693, 2176, '0', 'preview', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72694, 5622, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72695, 2178, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72696, 7623, '0', 'default', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72697, 2113, '0', 'default', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72698, 2169, '0', 'default', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72699, 2200, '0', 'preview', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72700, 7750, '0', 'default', '2025-01-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72701, 7467, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72702, 7465, '0', 'default', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72703, 7466, '0', 'default', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72704, 7467, '0', 'default', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72705, 2051, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72706, 7312, '0', 'default', '2025-01-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72707, 2198, '0', 'default', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72708, 2093, '0', 'preview', '2025-01-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72709, 1957, '0', 'default', '2025-01-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72710, 1950, '0', 'preview', '2025-01-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72711, 2182, '0', 'default', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72712, 2093, '0', 'preview', '2025-01-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72713, 7312, '0', 'preview', '2025-01-21', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72714, 1918, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72715, 7621, '0', 'preview', '2025-01-21', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72716, 7624, '0', 'preview', '2025-01-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72717, 2113, '0', 'preview', '2025-01-21', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72718, 7473, '0', 'preview', '2025-01-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72719, 5653, '0', 'preview', '2025-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72720, 5625, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72721, 7312, '0', 'default', '2025-01-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72722, 2024, '0', 'preview', '2025-01-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72723, 5624, '0', 'preview', '2025-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72724, 7471, '0', 'default', '2025-01-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72725, 7471, '0', 'preview', '2025-01-21', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72726, 7625, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72727, 7470, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72728, 7465, '0', 'preview', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72729, 2048, '0', 'default', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72730, 7737, '0', 'default', '2025-01-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72731, 1967, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72732, 7623, '0', 'preview', '2025-01-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72733, 1935, '0', 'preview', '2025-01-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72734, 1935, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72735, 2112, '0', 'preview', '2025-01-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72736, 2086, '0', 'preview', '2025-01-21', 86);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72737, 1930, '0', 'preview', '2025-01-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72738, 7737, '0', 'preview', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72739, 1960, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72740, 2027, '0', 'preview', '2025-01-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72741, 7475, '0', 'preview', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72742, 2172, '0', 'preview', '2025-01-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72743, 2182, '0', 'preview', '2025-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72744, 2172, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72745, 5621, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72746, 7464, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72747, 7741, '0', 'preview', '2025-01-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72748, 1938, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72749, 2176, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72750, 7750, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72751, 7466, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72752, 5623, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72753, 7461, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72754, 7740, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72755, 2169, '0', 'preview', '2025-01-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72756, 2067, '0', 'preview', '2025-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72757, 1886, '0', 'preview', '2025-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72758, 7623, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72759, 2016, '0', 'preview', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72760, 7474, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72761, 5621, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72762, 7622, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72763, 2093, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72764, 1932, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72765, 7745, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72766, 2053, '0', 'preview', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72767, 2053, '0', 'default', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72768, 5625, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72769, 5623, '0', 'preview', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72770, 2048, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72771, 2198, '0', 'preview', '2025-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72772, 7738, '0', 'preview', '2025-01-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72773, 1957, '0', 'preview', '2025-01-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72774, 6421, '0', 'preview', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72775, 1952, '0', 'preview', '2025-01-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72776, 2200, '0', 'preview', '2025-01-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72777, 7739, '0', 'preview', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72778, 2189, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72779, 7740, '0', 'preview', '2025-01-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72780, 7748, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72781, 2201, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72782, 2190, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72783, 5622, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72784, 5622, '0', 'preview', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72785, 2178, '0', 'preview', '2025-01-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72786, 7621, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72787, 7741, '0', 'preview', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72788, 2198, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72789, 7740, '0', 'preview', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72790, 7739, '0', 'preview', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72791, 7312, '0', 'preview', '2025-01-22', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72792, 2189, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72793, 1886, '0', 'preview', '2025-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72794, 2086, '0', 'preview', '2025-01-22', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72795, 7623, '0', 'preview', '2025-01-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72796, 2053, '0', 'default', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72797, 7473, '0', 'preview', '2025-01-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72798, 7621, '0', 'preview', '2025-01-22', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72799, 2113, '0', 'preview', '2025-01-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72800, 2066, '0', 'default', '2025-01-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72801, 7742, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72802, 7743, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72803, 7744, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72804, 7746, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72805, 7747, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72806, 7748, '0', 'preview', '2025-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72807, 7749, '0', 'preview', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72808, 7750, '0', 'preview', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72809, 2048, '0', 'default', '2025-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72810, 2067, '0', 'default', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72811, 7311, '0', 'default', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72812, 7312, '0', 'default', '2025-01-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72813, 7706, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72814, 1950, '0', 'default', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72815, 5622, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72816, 7738, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72817, 7737, '0', 'default', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72818, 7739, '0', 'default', '2025-01-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72819, 7740, '0', 'default', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72820, 7741, '0', 'default', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72821, 7742, '0', 'default', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72822, 7743, '0', 'default', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72823, 7744, '0', 'default', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72824, 7746, '0', 'default', '2025-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72825, 7747, '0', 'default', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72826, 7748, '0', 'default', '2025-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72827, 7749, '0', 'default', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72828, 7750, '0', 'default', '2025-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72829, 2048, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72830, 2067, '0', 'preview', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72831, 2169, '0', 'preview', '2025-01-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72832, 7474, '0', 'preview', '2025-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72833, 7311, '0', 'preview', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72834, 7706, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72835, 1930, '0', 'preview', '2025-01-22', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72836, 1935, '0', 'preview', '2025-01-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72837, 1938, '0', 'preview', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72838, 2176, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72839, 1950, '0', 'preview', '2025-01-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72840, 5622, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72841, 5624, '0', 'preview', '2025-01-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72842, 5653, '0', 'preview', '2025-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72843, 7738, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72844, 2015, '0', 'preview', '2025-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72845, 2016, '0', 'preview', '2025-01-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72846, 2023, '0', 'preview', '2025-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72847, 2024, '0', 'preview', '2025-01-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72848, 2027, '0', 'preview', '2025-01-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72849, 2028, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72850, 7737, '0', 'preview', '2025-01-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72851, 7622, '0', 'preview', '2025-01-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72852, 7624, '0', 'preview', '2025-01-22', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72853, 7625, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72854, 7470, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72855, 7465, '0', 'preview', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72856, 1964, '0', 'preview', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72857, 2192, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72858, 7464, '0', 'preview', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72859, 7463, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72860, 1930, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72861, 6421, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72862, 7471, '0', 'default', '2025-01-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72863, 2169, '0', 'default', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72864, 7471, '0', 'preview', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72865, 1967, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72866, 2190, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72867, 7745, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72868, 2172, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72869, 1932, '0', 'preview', '2025-01-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72870, 7621, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72871, 2201, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72872, 1952, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72873, 2192, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72874, 2182, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72875, 7745, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72876, 2200, '0', 'default', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72877, 2198, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72878, 2182, '0', 'preview', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72879, 2053, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72880, 1957, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72881, 7475, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72882, 2172, '0', 'default', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72883, 7624, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72884, 1886, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72885, 7464, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72886, 2054, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72887, 6421, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72888, 2112, '0', 'preview', '2025-01-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72889, 2158, '0', 'preview', '2025-01-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72890, 2054, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72891, 2189, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72892, 7475, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72893, 7475, '0', 'preview', '2025-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72894, 2113, '0', 'preview', '2025-01-23', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72895, 7471, '0', 'preview', '2025-01-23', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72896, 7473, '0', 'preview', '2025-01-23', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72897, 7621, '0', 'preview', '2025-01-23', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72898, 2086, '0', 'preview', '2025-01-23', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72899, 7623, '0', 'preview', '2025-01-23', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72900, 7624, '0', 'preview', '2025-01-23', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72901, 7312, '0', 'preview', '2025-01-23', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72902, 2015, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72903, 2023, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72904, 7471, '0', 'default', '2025-01-23', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72905, 1950, '0', 'preview', '2025-01-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72906, 2189, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72907, 2176, '0', 'preview', '2025-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72908, 1931, '0', 'preview', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72909, 2053, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72910, 1938, '0', 'preview', '2025-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72911, 2053, '0', 'preview', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72912, 1917, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72913, 2067, '0', 'preview', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72914, 2016, '0', 'preview', '2025-01-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72915, 1930, '0', 'preview', '2025-01-23', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72916, 2182, '0', 'preview', '2025-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72917, 7622, '0', 'preview', '2025-01-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72918, 2048, '0', 'preview', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72919, 1925, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72920, 7741, '0', 'preview', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72921, 1935, '0', 'preview', '2025-01-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72922, 1957, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72923, 2093, '0', 'preview', '2025-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72924, 7462, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72925, 2024, '0', 'preview', '2025-01-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72926, 7463, '0', 'preview', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72927, 7737, '0', 'preview', '2025-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72928, 7475, '0', 'default', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72929, 2182, '0', 'default', '2025-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72930, 7312, '0', 'default', '2025-01-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72931, 2027, '0', 'preview', '2025-01-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72932, 5624, '0', 'preview', '2025-01-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72933, 7461, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72934, 7474, '0', 'preview', '2025-01-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72935, 7311, '0', 'default', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72936, 2169, '0', 'preview', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72937, 5653, '0', 'preview', '2025-01-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72938, 7464, '0', 'default', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72939, 7311, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72940, 1918, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72941, 2087, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72942, 2172, '0', 'default', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72943, 7739, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72944, 7621, '0', 'default', '2025-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72945, 7740, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72946, 2198, '0', 'preview', '2025-01-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72947, 7467, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72948, 7466, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72949, 7465, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72950, 7624, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72951, 2201, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72952, 7460, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72953, 7743, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72954, 2200, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72955, 1886, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72956, 7461, '0', 'default', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72957, 6421, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72958, 7738, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72959, 5622, '0', 'default', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72960, 1957, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72961, 6422, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72962, 2190, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72963, 7467, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72964, 7466, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72965, 7465, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72966, 2066, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72967, 7737, '0', 'default', '2025-01-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72968, 7473, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72969, 7313, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72970, 7623, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72971, 2200, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72972, 2148, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72973, 5621, '0', 'preview', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72974, 5621, '0', 'default', '2025-01-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72975, 7623, '0', 'preview', '2025-01-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72976, 1930, '0', 'preview', '2025-01-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72977, 7474, '0', 'preview', '2025-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72978, 5622, '0', 'default', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72979, 7312, '0', 'preview', '2025-01-24', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72980, 7622, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72981, 7624, '0', 'preview', '2025-01-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72982, 1935, '0', 'preview', '2025-01-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72983, 2113, '0', 'preview', '2025-01-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72984, 2086, '0', 'preview', '2025-01-24', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72985, 1886, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72986, 7464, '0', 'preview', '2025-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72987, 7463, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72988, 2048, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72989, 2093, '0', 'preview', '2025-01-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72990, 7473, '0', 'preview', '2025-01-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72991, 7745, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72992, 7737, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72993, 7471, '0', 'preview', '2025-01-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72994, 1967, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72995, 2179, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72996, 2166, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72997, 2169, '0', 'preview', '2025-01-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72998, 1886, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72999, 2149, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73000, 2112, '0', 'default', '2025-01-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73001, 2150, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73002, 2158, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73003, 2151, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73004, 2169, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73005, 2152, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73006, 5621, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73007, 2153, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73008, 7474, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73009, 2154, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73010, 7475, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73011, 2189, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73012, 2181, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73013, 2198, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73014, 2182, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73015, 7621, '0', 'preview', '2025-01-24', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73016, 5702, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73017, 2191, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73018, 7471, '0', 'default', '2025-01-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73019, 2192, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73020, 7472, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73021, 2200, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73022, 7473, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73023, 2170, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73024, 2171, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73025, 2172, '0', 'default', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73026, 7313, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73027, 2190, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73028, 1908, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73029, 1911, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73030, 2201, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73031, 1912, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73032, 1913, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73033, 1914, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73034, 1915, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73035, 1916, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73036, 1917, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73037, 1918, '0', 'default', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73038, 2012, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73039, 2049, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73040, 2087, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73041, 2148, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73042, 1920, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73043, 1924, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73044, 1925, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73045, 2131, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73046, 2141, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73047, 2173, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73048, 2174, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73049, 2175, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73050, 2183, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73051, 2184, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73052, 2185, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73053, 2186, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73054, 2187, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73055, 2188, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73056, 7460, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73057, 7462, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73058, 7464, '0', 'default', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73059, 1930, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73060, 1931, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73061, 1932, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73062, 1933, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73063, 1935, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73064, 1937, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73065, 2093, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73066, 2113, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73067, 2165, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73068, 2166, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73069, 1938, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73070, 2176, '0', 'default', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73071, 2177, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73072, 1952, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73073, 1955, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73074, 1957, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73075, 2126, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73076, 2129, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73077, 2142, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73078, 5623, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73079, 5624, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73080, 5625, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73081, 5653, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73082, 6421, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73083, 6422, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73084, 1960, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73085, 2053, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73086, 2054, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73087, 2086, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73088, 1964, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73089, 2051, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73090, 1966, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73091, 2015, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73092, 2023, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73093, 2024, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73094, 2027, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73095, 2028, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73096, 2065, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73097, 2066, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73098, 7465, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73099, 7466, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73100, 7467, '0', 'default', '2025-01-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73101, 7468, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73102, 7469, '0', 'default', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73103, 7470, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73104, 7625, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73105, 1967, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73106, 2179, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73107, 2149, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73108, 2150, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73109, 2151, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73110, 2152, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73111, 2153, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73112, 2154, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73113, 2189, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73114, 2198, '0', 'default', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73115, 7621, '0', 'default', '2025-01-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73116, 2191, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73117, 2192, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73118, 2200, '0', 'default', '2025-01-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73119, 7622, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73120, 7623, '0', 'default', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73121, 7745, '0', 'default', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73122, 2190, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73123, 2201, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73124, 7624, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73125, 2158, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73126, 5621, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73127, 7475, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73128, 2181, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73129, 5702, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73130, 7472, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73131, 2170, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73132, 2171, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73133, 2172, '0', 'preview', '2025-01-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73134, 7313, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73135, 1908, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73136, 1911, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73137, 1912, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73138, 1913, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73139, 1914, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73140, 1915, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73141, 1916, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73142, 1917, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73143, 2012, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73144, 2049, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73145, 2087, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73146, 2148, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73147, 1920, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73148, 1924, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73149, 1925, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73150, 2131, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73151, 2141, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73152, 2174, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73153, 2175, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73154, 2183, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73155, 2184, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73156, 2185, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73157, 2186, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73158, 2187, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73159, 2188, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73160, 7460, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73161, 7461, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73162, 7462, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73163, 1931, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73164, 1932, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73165, 1933, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73166, 1937, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73167, 2165, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73168, 2177, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73169, 1952, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73170, 1955, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73171, 1957, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73172, 2126, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73173, 2129, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73174, 2142, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73175, 2178, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73176, 5623, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73177, 5625, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73178, 6421, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73179, 6422, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73180, 1960, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73181, 2053, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73182, 2054, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73183, 1964, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73184, 2051, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73185, 1966, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73186, 2065, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73187, 2066, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73188, 7465, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73189, 7466, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73190, 7467, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73191, 7469, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73192, 7470, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73193, 7625, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73194, 2112, '0', 'preview', '2025-01-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73195, 7738, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73196, 7312, '0', 'default', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73197, 7461, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73198, 2027, '0', 'preview', '2025-01-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73199, 1938, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73200, 2016, '0', 'preview', '2025-01-24', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73201, 2048, '0', 'preview', '2025-01-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73202, 2024, '0', 'preview', '2025-01-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73203, 7311, '0', 'default', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73204, 7740, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73205, 7741, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73206, 2028, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73207, 7748, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73208, 7750, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73209, 7749, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73210, 7740, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73211, 7747, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73212, 7744, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73213, 7746, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73214, 7739, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73215, 7743, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73216, 1950, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73217, 5624, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73218, 5653, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73219, 7741, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73220, 7737, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73221, 2176, '0', 'preview', '2025-01-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73222, 2169, '0', 'preview', '2025-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73223, 2176, '0', 'default', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73224, 1935, '0', 'preview', '2025-01-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73225, 7623, '0', 'preview', '2025-01-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73226, 7624, '0', 'preview', '2025-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73227, 7312, '0', 'default', '2025-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73228, 2086, '0', 'preview', '2025-01-25', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73229, 7739, '0', 'default', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73230, 2174, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73231, 1925, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73232, 7471, '0', 'default', '2025-01-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73233, 1930, '0', 'preview', '2025-01-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73234, 7312, '0', 'preview', '2025-01-25', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73235, 2024, '0', 'preview', '2025-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73236, 1957, '0', 'default', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73237, 5653, '0', 'preview', '2025-01-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73238, 7622, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73239, 7621, '0', 'preview', '2025-01-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73240, 2093, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73241, 5624, '0', 'preview', '2025-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73242, 7466, '0', 'default', '2025-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73243, 7748, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73244, 2113, '0', 'preview', '2025-01-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73245, 2165, '0', 'default', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73246, 2165, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73247, 7473, '0', 'preview', '2025-01-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73248, 7471, '0', 'preview', '2025-01-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73249, 2112, '0', 'preview', '2025-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73250, 2182, '0', 'preview', '2025-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73251, 2172, '0', 'default', '2025-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73252, 2053, '0', 'preview', '2025-01-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73253, 2015, '0', 'default', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73254, 7474, '0', 'preview', '2025-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73255, 7738, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73256, 7475, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73257, 1964, '0', 'preview', '2025-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73258, 2051, '0', 'default', '2025-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73259, 7464, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73260, 7621, '0', 'default', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73261, 7741, '0', 'default', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73262, 7313, '0', 'preview', '2025-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73263, 7472, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73264, 7624, '0', 'default', '2025-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73265, 7746, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73266, 2201, '0', 'default', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73267, 7743, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73268, 7460, '0', 'preview', '2025-01-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73269, 2027, '0', 'preview', '2025-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73270, 2016, '0', 'preview', '2025-01-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73271, 7312, '0', 'preview', '2025-01-26', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73272, 1935, '0', 'preview', '2025-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73273, 2169, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73274, 7745, '0', 'default', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73275, 7745, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73276, 7621, '0', 'preview', '2025-01-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73277, 1931, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73278, 1886, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73279, 2049, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73280, 2182, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73281, 7623, '0', 'preview', '2025-01-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73282, 2048, '0', 'preview', '2025-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73283, 5653, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73284, 5624, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73285, 2027, '0', 'preview', '2025-01-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73286, 2024, '0', 'preview', '2025-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73287, 7741, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73288, 7739, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73289, 1950, '0', 'default', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73290, 7474, '0', 'preview', '2025-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73291, 2086, '0', 'preview', '2025-01-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73292, 2016, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73293, 2113, '0', 'preview', '2025-01-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73294, 7624, '0', 'preview', '2025-01-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73295, 1930, '0', 'preview', '2025-01-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73296, 7473, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73297, 7746, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73298, 2153, '0', 'default', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73299, 2112, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73300, 7622, '0', 'preview', '2025-01-26', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73301, 2182, '0', 'default', '2025-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73302, 7471, '0', 'default', '2025-01-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73303, 2172, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73304, 7475, '0', 'default', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73305, 7471, '0', 'preview', '2025-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73306, 7737, '0', 'default', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73307, 2169, '0', 'default', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73308, 7474, '0', 'default', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73309, 2048, '0', 'default', '2025-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73310, 7312, '0', 'default', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73311, 1950, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73312, 7738, '0', 'preview', '2025-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73313, 5622, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73314, 1957, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73315, 7475, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73316, 7311, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73317, 1967, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73318, 7737, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73319, 2178, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73320, 7467, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73321, 7466, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73322, 7465, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73323, 2192, '0', 'default', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73324, 7623, '0', 'default', '2025-01-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73325, 2200, '0', 'default', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73326, 2066, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73327, 6421, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73328, 6422, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73329, 1952, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73330, 2165, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73331, 2166, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73332, 7464, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73333, 7462, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73334, 7463, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73335, 7461, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73336, 1920, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73337, 1924, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73338, 2200, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73339, 2093, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73340, 1930, '0', 'default', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73341, 2201, '0', 'preview', '2025-01-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73342, 2067, '0', 'preview', '2025-01-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73343, 7312, '0', 'preview', '2025-01-27', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73344, 2024, '0', 'preview', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73345, 2027, '0', 'preview', '2025-01-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73346, 7623, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73347, 7312, '0', 'default', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73348, 2086, '0', 'preview', '2025-01-27', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73349, 1930, '0', 'preview', '2025-01-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73350, 2016, '0', 'preview', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73351, 7621, '0', 'preview', '2025-01-27', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73352, 7473, '0', 'preview', '2025-01-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73353, 7474, '0', 'preview', '2025-01-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73354, 7623, '0', 'preview', '2025-01-27', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73355, 5653, '0', 'preview', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73356, 5624, '0', 'preview', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73357, 7466, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73358, 2112, '0', 'preview', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73359, 2027, '0', 'default', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73360, 2053, '0', 'preview', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73361, 7738, '0', 'preview', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73362, 2169, '0', 'preview', '2025-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73363, 2176, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73364, 7471, '0', 'preview', '2025-01-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73365, 2172, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73366, 2012, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73367, 2183, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73368, 2048, '0', 'preview', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73369, 2113, '0', 'default', '2025-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73370, 2023, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73371, 7465, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73372, 2024, '0', 'default', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73373, 7311, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73374, 7624, '0', 'preview', '2025-01-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73375, 7471, '0', 'default', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73376, 2170, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73377, 1912, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73378, 7622, '0', 'preview', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73379, 2093, '0', 'preview', '2025-01-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73380, 2169, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73381, 7737, '0', 'preview', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73382, 2086, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73383, 1935, '0', 'preview', '2025-01-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73384, 7462, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73385, 2182, '0', 'preview', '2025-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73386, 7464, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73387, 7463, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73388, 7460, '0', 'preview', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73389, 1967, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73390, 5621, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73391, 7313, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73392, 7473, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73393, 7475, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73394, 1935, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73395, 1930, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73396, 2113, '0', 'preview', '2025-01-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73397, 5623, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73398, 5625, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73399, 2054, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73400, 6421, '0', 'default', '2025-01-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73401, 5623, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73402, 2178, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73403, 5622, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73404, 7738, '0', 'default', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73405, 2172, '0', 'preview', '2025-01-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73406, 2054, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73407, 7745, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73408, 7474, '0', 'default', '2025-01-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73409, 1917, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73410, 1886, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73411, 7748, '0', 'preview', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73412, 2015, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73413, 2086, '0', 'preview', '2025-01-28', 72);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73414, 1938, '0', 'preview', '2025-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73415, 7471, '0', 'preview', '2025-01-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73416, 1930, '0', 'preview', '2025-01-28', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73417, 7312, '0', 'preview', '2025-01-28', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73418, 7475, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73419, 7737, '0', 'default', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73420, 2027, '0', 'preview', '2025-01-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73421, 2024, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73422, 2016, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73423, 7621, '0', 'default', '2025-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73424, 2176, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73425, 7474, '0', 'preview', '2025-01-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73426, 7473, '0', 'preview', '2025-01-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73427, 1918, '0', 'default', '2025-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73428, 1952, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73429, 7621, '0', 'preview', '2025-01-28', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73430, 7471, '0', 'default', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73431, 7623, '0', 'default', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73432, 1912, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73433, 2169, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73434, 7623, '0', 'preview', '2025-01-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73435, 1886, '0', 'preview', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73436, 7472, '0', 'preview', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73437, 2113, '0', 'preview', '2025-01-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73438, 1935, '0', 'preview', '2025-01-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73439, 7749, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73440, 1931, '0', 'default', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73441, 7737, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73442, 1950, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73443, 7461, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73444, 7461, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73445, 7624, '0', 'default', '2025-01-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73446, 7740, '0', 'preview', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73447, 2177, '0', 'default', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73448, 2176, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73449, 7624, '0', 'preview', '2025-01-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73450, 2177, '0', 'preview', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73451, 2172, '0', 'preview', '2025-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73452, 1967, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73453, 2053, '0', 'preview', '2025-01-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73454, 2182, '0', 'preview', '2025-01-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73455, 2093, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73456, 2172, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73457, 7622, '0', 'preview', '2025-01-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73458, 5624, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73459, 5653, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73460, 2054, '0', 'preview', '2025-01-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73461, 1930, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73462, 1937, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73463, 1950, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73464, 7311, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73465, 7311, '0', 'preview', '2025-01-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73466, 2185, '0', 'preview', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73467, 1912, '0', 'preview', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73468, 1932, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73469, 2086, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73470, 7738, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73471, 5625, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73472, 5653, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73473, 2048, '0', 'preview', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73474, 2198, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73475, 7474, '0', 'preview', '2025-01-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73476, 7621, '0', 'preview', '2025-01-29', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73477, 1935, '0', 'preview', '2025-01-29', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73478, 7312, '0', 'preview', '2025-01-29', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73479, 7623, '0', 'preview', '2025-01-29', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73480, 2113, '0', 'preview', '2025-01-29', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73481, 2093, '0', 'preview', '2025-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73482, 7624, '0', 'preview', '2025-01-29', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73483, 2086, '0', 'preview', '2025-01-29', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73484, 1930, '0', 'preview', '2025-01-29', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73485, 2169, '0', 'preview', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73486, 7475, '0', 'preview', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73487, 7471, '0', 'preview', '2025-01-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73488, 2182, '0', 'preview', '2025-01-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73489, 2015, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73490, 2016, '0', 'preview', '2025-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73491, 2024, '0', 'preview', '2025-01-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73492, 2027, '0', 'preview', '2025-01-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73493, 7473, '0', 'preview', '2025-01-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73494, 2176, '0', 'preview', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73495, 2053, '0', 'preview', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73496, 1960, '0', 'preview', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73497, 1950, '0', 'preview', '2025-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73498, 1950, '0', 'preview', '2025-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73499, 2112, '0', 'preview', '2025-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73500, 7311, '0', 'preview', '2025-01-29', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73501, 7624, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73502, 2067, '0', 'preview', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73503, 2173, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73504, 2170, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73505, 7467, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73506, 2113, '0', 'default', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73507, 7622, '0', 'preview', '2025-01-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73508, 7621, '0', 'default', '2025-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73509, 7461, '0', 'default', '2025-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73510, 7463, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73511, 7461, '0', 'preview', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73512, 7737, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73513, 1967, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73514, 7741, '0', 'default', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73515, 2189, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73516, 2198, '0', 'preview', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73517, 2048, '0', 'preview', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73518, 7464, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73519, 7464, '0', 'default', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73520, 2188, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73521, 2188, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73522, 7739, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73523, 2024, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73524, 7737, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73525, 7474, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73526, 7471, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73527, 1930, '0', 'default', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73528, 7749, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73529, 7312, '0', 'default', '2025-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73530, 2172, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73531, 5624, '0', 'preview', '2025-01-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73532, 5653, '0', 'preview', '2025-01-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73533, 1886, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73534, 2182, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73535, 7740, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73536, 7623, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73537, 2131, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73538, 2172, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73539, 7740, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73540, 7741, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73541, 7313, '0', 'preview', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73542, 7311, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73543, 2048, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73544, 7312, '0', 'preview', '2025-01-30', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73545, 2086, '0', 'preview', '2025-01-30', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73546, 7621, '0', 'preview', '2025-01-30', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73547, 2198, '0', 'preview', '2025-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73548, 7623, '0', 'preview', '2025-01-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73549, 7624, '0', 'preview', '2025-01-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73550, 7473, '0', 'preview', '2025-01-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73551, 2129, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73552, 7464, '0', 'default', '2025-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73553, 7463, '0', 'preview', '2025-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73554, 7474, '0', 'default', '2025-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73555, 2113, '0', 'preview', '2025-01-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73556, 7741, '0', 'preview', '2025-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73557, 7461, '0', 'default', '2025-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73558, 2176, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73559, 7740, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73560, 7471, '0', 'preview', '2025-01-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73561, 1938, '0', 'preview', '2025-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73562, 2176, '0', 'preview', '2025-01-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73563, 2172, '0', 'preview', '2025-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73564, 1950, '0', 'preview', '2025-01-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73565, 2172, '0', 'default', '2025-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73566, 7738, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73567, 7312, '0', 'default', '2025-01-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73568, 2024, '0', 'preview', '2025-01-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73569, 1918, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73570, 7474, '0', 'preview', '2025-01-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73571, 1886, '0', 'preview', '2025-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73572, 2016, '0', 'preview', '2025-01-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73573, 2027, '0', 'preview', '2025-01-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73574, 1935, '0', 'preview', '2025-01-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73575, 1930, '0', 'preview', '2025-01-30', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73576, 7467, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73577, 2182, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73578, 2051, '0', 'preview', '2025-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73579, 1964, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73580, 1957, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73581, 7311, '0', 'default', '2025-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73582, 2048, '0', 'preview', '2025-01-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73583, 7475, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73584, 7622, '0', 'preview', '2025-01-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73585, 2169, '0', 'preview', '2025-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73586, 7739, '0', 'preview', '2025-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73587, 1932, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73588, 1932, '0', 'default', '2025-01-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73589, 7471, '0', 'default', '2025-01-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73590, 1931, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73591, 2049, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73592, 2093, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73593, 5624, '0', 'preview', '2025-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73594, 7624, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73595, 5621, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73596, 2198, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73597, 5621, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73598, 7465, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73599, 7621, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73600, 7623, '0', 'default', '2025-01-30', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73601, 2112, '0', 'preview', '2025-01-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73602, 7737, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73603, 1967, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73604, 1967, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73605, 7737, '0', 'default', '2025-01-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73606, 7311, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73607, 1930, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73608, 7472, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73609, 2177, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73610, 1935, '0', 'preview', '2025-01-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73611, 7621, '0', 'preview', '2025-01-31', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73612, 7312, '0', 'preview', '2025-01-31', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73613, 2086, '0', 'preview', '2025-01-31', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73614, 7471, '0', 'preview', '2025-01-31', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73615, 7312, '0', 'default', '2025-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73616, 7313, '0', 'default', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73617, 2054, '0', 'default', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73618, 7473, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73619, 7624, '0', 'preview', '2025-01-31', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73620, 5621, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73621, 1933, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73622, 1950, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73623, 7473, '0', 'preview', '2025-01-31', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73624, 7623, '0', 'preview', '2025-01-31', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73625, 2189, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73626, 7740, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73627, 2182, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73628, 2182, '0', 'preview', '2025-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73629, 2178, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73630, 7738, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73631, 2113, '0', 'preview', '2025-01-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73632, 1930, '0', 'preview', '2025-01-31', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73633, 2016, '0', 'preview', '2025-01-31', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73634, 1950, '0', 'preview', '2025-01-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73635, 5624, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73636, 5653, '0', 'preview', '2025-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73637, 2112, '0', 'preview', '2025-01-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73638, 2190, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73639, 2169, '0', 'preview', '2025-01-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73640, 1957, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73641, 2024, '0', 'preview', '2025-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73642, 7737, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73643, 2012, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73644, 2067, '0', 'default', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73645, 7739, '0', 'preview', '2025-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73646, 7622, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73647, 7737, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73648, 7466, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73649, 2067, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73650, 7750, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73651, 7747, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73652, 7461, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73653, 7462, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73654, 7463, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73655, 7625, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73656, 7465, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73657, 7471, '0', 'default', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73658, 2023, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73659, 1886, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73660, 2015, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73661, 1938, '0', 'preview', '2025-01-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73662, 2028, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73663, 2027, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73664, 2093, '0', 'preview', '2025-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73665, 7745, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73666, 2198, '0', 'default', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73667, 1932, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73668, 7621, '0', 'default', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73669, 2172, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73670, 7624, '0', 'default', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73671, 2201, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73672, 7622, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73673, 7623, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73674, 2012, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73675, 2172, '0', 'preview', '2025-01-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73676, 2169, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73677, 2176, '0', 'preview', '2025-01-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73678, 2027, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73679, 7741, '0', 'preview', '2025-01-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73680, 7474, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73681, 1913, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73682, 2065, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73683, 7621, '0', 'preview', '2025-02-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73684, 1938, '0', 'preview', '2025-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73685, 2176, '0', 'preview', '2025-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73686, 7460, '0', 'default', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73687, 7623, '0', 'preview', '2025-02-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73688, 7624, '0', 'preview', '2025-02-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73689, 7461, '0', 'default', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73690, 7462, '0', 'default', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73691, 7463, '0', 'default', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73692, 7312, '0', 'preview', '2025-02-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73693, 7464, '0', 'default', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73694, 6421, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73695, 5623, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73696, 7464, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73697, 7463, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73698, 7461, '0', 'preview', '2025-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73699, 1930, '0', 'preview', '2025-02-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73700, 7460, '0', 'preview', '2025-02-01', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73701, 2086, '0', 'preview', '2025-02-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73702, 7473, '0', 'preview', '2025-02-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73703, 1925, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73704, 7737, '0', 'preview', '2025-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73705, 7471, '0', 'preview', '2025-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73706, 1967, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73707, 7471, '0', 'default', '2025-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73708, 7621, '0', 'default', '2025-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73709, 2027, '0', 'preview', '2025-02-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73710, 2024, '0', 'preview', '2025-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73711, 7622, '0', 'preview', '2025-02-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73712, 1964, '0', 'default', '2025-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73713, 2016, '0', 'preview', '2025-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73714, 2053, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73715, 1950, '0', 'preview', '2025-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73716, 5653, '0', 'preview', '2025-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73717, 1886, '0', 'preview', '2025-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73718, 7749, '0', 'default', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73719, 2112, '0', 'preview', '2025-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73720, 7474, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73721, 2113, '0', 'preview', '2025-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73722, 2023, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73723, 2015, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73724, 5624, '0', 'preview', '2025-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73725, 2028, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73726, 2169, '0', 'preview', '2025-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73727, 1935, '0', 'preview', '2025-02-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73728, 2172, '0', 'preview', '2025-02-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73729, 1918, '0', 'default', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73730, 7475, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73731, 2182, '0', 'default', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73732, 2172, '0', 'default', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73733, 2182, '0', 'preview', '2025-02-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73734, 7312, '0', 'default', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73735, 2179, '0', 'preview', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73736, 7623, '0', 'default', '2025-02-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73737, 7312, '0', 'preview', '2025-02-02', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73738, 7623, '0', 'preview', '2025-02-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73739, 1960, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73740, 2086, '0', 'preview', '2025-02-02', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73741, 7471, '0', 'preview', '2025-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73742, 7621, '0', 'preview', '2025-02-02', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73743, 2189, '0', 'preview', '2025-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73744, 2189, '0', 'default', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73745, 1930, '0', 'preview', '2025-02-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73746, 7475, '0', 'preview', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73747, 2027, '0', 'preview', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73748, 2093, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73749, 1938, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73750, 2192, '0', 'preview', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73751, 7473, '0', 'preview', '2025-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73752, 7624, '0', 'preview', '2025-02-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73753, 2024, '0', 'preview', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73754, 2113, '0', 'preview', '2025-02-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73755, 2178, '0', 'preview', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73756, 7738, '0', 'preview', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73757, 2182, '0', 'default', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73758, 2182, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73759, 7471, '0', 'default', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73760, 7741, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73761, 7739, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73762, 1950, '0', 'preview', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73763, 5622, '0', 'preview', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73764, 5653, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73765, 6421, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73766, 2051, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73767, 1964, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73768, 7737, '0', 'default', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73769, 7621, '0', 'default', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73770, 2048, '0', 'default', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73771, 7737, '0', 'preview', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73772, 2169, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73773, 7622, '0', 'preview', '2025-02-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73774, 7460, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73775, 2016, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73776, 7467, '0', 'default', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73777, 7466, '0', 'default', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73778, 2179, '0', 'preview', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73779, 2024, '0', 'default', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73780, 2198, '0', 'default', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73781, 2087, '0', 'default', '2025-02-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73782, 1938, '0', 'preview', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73783, 2176, '0', 'preview', '2025-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73784, 7623, '0', 'preview', '2025-02-03', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73785, 7621, '0', 'preview', '2025-02-03', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73786, 7471, '0', 'preview', '2025-02-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73787, 7312, '0', 'preview', '2025-02-03', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73788, 7474, '0', 'preview', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73789, 1930, '0', 'preview', '2025-02-03', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73790, 7624, '0', 'preview', '2025-02-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73791, 7473, '0', 'preview', '2025-02-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73792, 1918, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73793, 2086, '0', 'preview', '2025-02-03', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73794, 1950, '0', 'preview', '2025-02-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73795, 2012, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73796, 2016, '0', 'preview', '2025-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73797, 7622, '0', 'preview', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73798, 7471, '0', 'default', '2025-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73799, 7313, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73800, 7749, '0', 'preview', '2025-02-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73801, 7740, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73802, 7742, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73803, 7466, '0', 'preview', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73804, 7467, '0', 'preview', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73805, 2028, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73806, 2053, '0', 'preview', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73807, 2113, '0', 'preview', '2025-02-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73808, 1935, '0', 'preview', '2025-02-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73809, 7463, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73810, 7461, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73811, 2027, '0', 'preview', '2025-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73812, 7475, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73813, 2182, '0', 'preview', '2025-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73814, 2169, '0', 'preview', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73815, 2178, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73816, 7738, '0', 'preview', '2025-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73817, 2093, '0', 'preview', '2025-02-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73818, 6421, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73819, 2112, '0', 'preview', '2025-02-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73820, 2112, '0', 'preview', '2025-02-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73821, 2169, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73822, 7741, '0', 'preview', '2025-02-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73823, 7311, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73824, 2172, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73825, 2189, '0', 'preview', '2025-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73826, 5621, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73827, 1886, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73828, 2182, '0', 'default', '2025-02-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73829, 2048, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73830, 7621, '0', 'default', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73831, 7741, '0', 'default', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73832, 2172, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73833, 7312, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73834, 7749, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73835, 7745, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73836, 2198, '0', 'preview', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73837, 7750, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73838, 7739, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73839, 7465, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73840, 7464, '0', 'preview', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73841, 7748, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73842, 7623, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73843, 7464, '0', 'default', '2025-02-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73844, 7463, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73845, 7737, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73846, 6421, '0', 'default', '2025-02-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73847, 7312, '0', 'preview', '2025-02-04', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73848, 2086, '0', 'preview', '2025-02-04', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73849, 6422, '0', 'default', '2025-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73850, 2093, '0', 'preview', '2025-02-04', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73851, 7312, '0', 'default', '2025-02-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73852, 7624, '0', 'preview', '2025-02-04', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73853, 7623, '0', 'preview', '2025-02-04', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73854, 2113, '0', 'preview', '2025-02-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73855, 1930, '0', 'preview', '2025-02-04', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73856, 7621, '0', 'preview', '2025-02-04', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73857, 7471, '0', 'default', '2025-02-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73858, 7621, '0', 'default', '2025-02-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73859, 1918, '0', 'default', '2025-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73860, 2198, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73861, 1964, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73862, 7473, '0', 'preview', '2025-02-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73863, 2148, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73864, 7465, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73865, 2067, '0', 'preview', '2025-02-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73866, 7471, '0', 'preview', '2025-02-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73867, 7474, '0', 'preview', '2025-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73868, 2173, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73869, 1925, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73870, 7461, '0', 'preview', '2025-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73871, 7737, '0', 'preview', '2025-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73872, 2024, '0', 'preview', '2025-02-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73873, 7741, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73874, 7622, '0', 'preview', '2025-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73875, 5624, '0', 'preview', '2025-02-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73876, 1950, '0', 'preview', '2025-02-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73877, 1917, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73878, 2048, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73879, 2182, '0', 'preview', '2025-02-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73880, 2169, '0', 'preview', '2025-02-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73881, 7472, '0', 'default', '2025-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73882, 7472, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73883, 5653, '0', 'preview', '2025-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73884, 7473, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73885, 2051, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73886, 1935, '0', 'preview', '2025-02-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73887, 7624, '0', 'default', '2025-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73888, 5622, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73889, 7738, '0', 'default', '2025-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73890, 7745, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73891, 7474, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73892, 1950, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73893, 2171, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73894, 7313, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73895, 2048, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73896, 2086, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73897, 7475, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73898, 7311, '0', 'default', '2025-02-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73899, 7311, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73900, 2053, '0', 'preview', '2025-02-04', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73901, 5621, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73902, 1938, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73903, 2177, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73904, 7738, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73905, 2182, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73906, 2169, '0', 'default', '2025-02-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73907, 7745, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73908, 7747, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73909, 2200, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73910, 2016, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73911, 2027, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73912, 5625, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73913, 2172, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73914, 1912, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73915, 7623, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73916, 5621, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73917, 7461, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73918, 2086, '0', 'preview', '2025-02-05', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73919, 1930, '0', 'preview', '2025-02-05', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73920, 7473, '0', 'preview', '2025-02-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73921, 7312, '0', 'preview', '2025-02-05', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73922, 7624, '0', 'preview', '2025-02-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73923, 7471, '0', 'preview', '2025-02-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73924, 7312, '0', 'default', '2025-02-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73925, 7460, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73926, 7741, '0', 'default', '2025-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73927, 7740, '0', 'preview', '2025-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73928, 2093, '0', 'preview', '2025-02-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73929, 7621, '0', 'preview', '2025-02-05', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73930, 7623, '0', 'preview', '2025-02-05', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73931, 2176, '0', 'preview', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73932, 1938, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73933, 1935, '0', 'preview', '2025-02-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73934, 2182, '0', 'default', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73935, 7465, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73936, 2066, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73937, 7466, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73938, 2065, '0', 'preview', '2025-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73939, 2113, '0', 'preview', '2025-02-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73940, 7741, '0', 'preview', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73941, 2142, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73942, 2126, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73943, 2182, '0', 'preview', '2025-02-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73944, 7474, '0', 'preview', '2025-02-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73945, 2189, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73946, 2048, '0', 'preview', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73947, 7472, '0', 'preview', '2025-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73948, 1930, '0', 'default', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73949, 2170, '0', 'preview', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73950, 1950, '0', 'preview', '2025-02-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73951, 2012, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73952, 7738, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73953, 2169, '0', 'preview', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73954, 2024, '0', 'preview', '2025-02-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73955, 1913, '0', 'preview', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73956, 2016, '0', 'preview', '2025-02-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73957, 7471, '0', 'default', '2025-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73958, 7737, '0', 'preview', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73959, 2027, '0', 'preview', '2025-02-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73960, 7474, '0', 'default', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73961, 7475, '0', 'preview', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73962, 2185, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73963, 1912, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73964, 1918, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73965, 7706, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73966, 2112, '0', 'preview', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73967, 7749, '0', 'default', '2025-02-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73968, 5653, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73969, 2093, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73970, 1886, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73971, 5621, '0', 'default', '2025-02-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73972, 7623, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73973, 7621, '0', 'default', '2025-02-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73974, 7475, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73975, 7311, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73976, 2067, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73977, 7740, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73978, 2172, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73979, 7464, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73980, 7467, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73981, 7745, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73982, 1886, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73983, 2113, '0', 'preview', '2025-02-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73984, 2086, '0', 'preview', '2025-02-06', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73985, 7473, '0', 'preview', '2025-02-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73986, 7474, '0', 'preview', '2025-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73987, 1935, '0', 'preview', '2025-02-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73988, 7312, '0', 'preview', '2025-02-06', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73989, 2053, '0', 'preview', '2025-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73990, 7623, '0', 'preview', '2025-02-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73991, 7624, '0', 'preview', '2025-02-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73992, 2093, '0', 'preview', '2025-02-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73993, 7621, '0', 'preview', '2025-02-06', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73994, 1930, '0', 'preview', '2025-02-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73995, 1938, '0', 'preview', '2025-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73996, 2182, '0', 'default', '2025-02-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73997, 1931, '0', 'default', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73998, 2191, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73999, 2176, '0', 'preview', '2025-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74000, 7471, '0', 'preview', '2025-02-06', 12);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74001, 7475, '0', 'preview', '2025-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74002, 7464, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74003, 7462, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74004, 7463, '0', 'preview', '2025-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74005, 6422, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74006, 2016, '0', 'default', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74007, 2169, '0', 'preview', '2025-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74008, 2189, '0', 'preview', '2025-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74009, 7313, '0', 'preview', '2025-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74010, 7473, '0', 'default', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74011, 7737, '0', 'preview', '2025-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74012, 2173, '0', 'default', '2025-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74013, 2173, '0', 'preview', '2025-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74014, 2112, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74015, 7621, '0', 'default', '2025-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74016, 7312, '0', 'default', '2025-02-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74017, 2172, '0', 'default', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74018, 7748, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74019, 7749, '0', 'default', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74020, 2174, '0', 'preview', '2025-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74021, 2182, '0', 'preview', '2025-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74022, 2067, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74023, 2188, '0', 'preview', '2025-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74024, 7470, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74025, 7465, '0', 'preview', '2025-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74026, 2016, '0', 'preview', '2025-02-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74027, 2024, '0', 'preview', '2025-02-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74028, 7313, '0', 'default', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74029, 7464, '0', 'default', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74030, 2183, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74031, 7741, '0', 'preview', '2025-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74032, 7740, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74033, 7461, '0', 'default', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74034, 7471, '0', 'default', '2025-02-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74035, 7311, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74036, 2048, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74037, 2198, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74038, 7739, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74039, 2027, '0', 'preview', '2025-02-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74040, 7622, '0', 'preview', '2025-02-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74041, 1913, '0', 'preview', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74042, 7474, '0', 'default', '2025-02-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74043, 7473, '0', 'preview', '2025-02-07', 94);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74044, 2027, '0', 'preview', '2025-02-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74045, 2024, '0', 'preview', '2025-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74046, 7312, '0', 'preview', '2025-02-07', 74);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74047, 7621, '0', 'preview', '2025-02-07', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74048, 2016, '0', 'preview', '2025-02-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74049, 2048, '0', 'preview', '2025-02-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74050, 7624, '0', 'preview', '2025-02-07', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74051, 2113, '0', 'preview', '2025-02-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74052, 7474, '0', 'preview', '2025-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74053, 1938, '0', 'preview', '2025-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74054, 1886, '0', 'preview', '2025-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74055, 2015, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74056, 1950, '0', 'preview', '2025-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74057, 2028, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74058, 2176, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74059, 5624, '0', 'preview', '2025-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74060, 2023, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74061, 5653, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74062, 1930, '0', 'preview', '2025-02-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74063, 2169, '0', 'preview', '2025-02-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74064, 1935, '0', 'preview', '2025-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74065, 7622, '0', 'preview', '2025-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74066, 7464, '0', 'preview', '2025-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74067, 7463, '0', 'preview', '2025-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74068, 2172, '0', 'default', '2025-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74069, 2172, '0', 'preview', '2025-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74070, 7623, '0', 'preview', '2025-02-07', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74071, 7470, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74072, 7313, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74073, 7471, '0', 'preview', '2025-02-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74074, 7471, '0', 'default', '2025-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74075, 2112, '0', 'preview', '2025-02-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74076, 7312, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74077, 2086, '0', 'preview', '2025-02-07', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74078, 2181, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74079, 7737, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74080, 1967, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74081, 7462, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74082, 2182, '0', 'preview', '2025-02-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74083, 7737, '0', 'preview', '2025-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74084, 7461, '0', 'preview', '2025-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74085, 7749, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74086, 2187, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74087, 2012, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74088, 7741, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74089, 7313, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74090, 1912, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74091, 1913, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74092, 7311, '0', 'default', '2025-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74093, 2093, '0', 'preview', '2025-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74094, 7475, '0', 'preview', '2025-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74095, 5622, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74096, 2048, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74097, 1950, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74098, 1964, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74099, 7621, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74100, 7472, '0', 'preview', '2025-02-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74101, 2065, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74102, 2189, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74103, 7311, '0', 'preview', '2025-02-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74104, 2053, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74105, 7312, '0', 'preview', '2025-02-08', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74106, 2179, '0', 'preview', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74107, 2192, '0', 'preview', '2025-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74108, 7623, '0', 'preview', '2025-02-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74109, 1930, '0', 'preview', '2025-02-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74110, 2086, '0', 'preview', '2025-02-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74111, 2169, '0', 'preview', '2025-02-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74112, 7473, '0', 'preview', '2025-02-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74113, 7474, '0', 'preview', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74114, 1918, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74115, 2192, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74116, 1931, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74117, 7624, '0', 'preview', '2025-02-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74118, 2048, '0', 'preview', '2025-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74119, 7621, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74120, 7471, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74121, 7473, '0', 'default', '2025-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74122, 7745, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74123, 2113, '0', 'preview', '2025-02-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74124, 7747, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74125, 7741, '0', 'default', '2025-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74126, 7749, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74127, 7748, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74128, 5622, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74129, 7746, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74130, 7742, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74131, 2200, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74132, 7740, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74133, 7743, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74134, 7739, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74135, 7621, '0', 'preview', '2025-02-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74136, 2049, '0', 'preview', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74137, 2093, '0', 'preview', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74138, 2016, '0', 'preview', '2025-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74139, 2198, '0', 'preview', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74140, 7738, '0', 'preview', '2025-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74141, 2015, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74142, 1935, '0', 'preview', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74143, 7706, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74144, 7475, '0', 'preview', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74145, 5653, '0', 'preview', '2025-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74146, 5624, '0', 'preview', '2025-02-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74147, 1950, '0', 'preview', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74148, 2170, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74149, 2190, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74150, 1957, '0', 'default', '2025-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74151, 1957, '0', 'preview', '2025-02-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74152, 7471, '0', 'preview', '2025-02-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74153, 2198, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74154, 6421, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74155, 6422, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74156, 7741, '0', 'preview', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74157, 7624, '0', 'default', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74158, 7622, '0', 'preview', '2025-02-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74159, 7471, '0', 'preview', '2025-02-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74160, 7621, '0', 'preview', '2025-02-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74161, 1930, '0', 'preview', '2025-02-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74162, 7738, '0', 'preview', '2025-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74163, 1930, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74164, 1966, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74165, 2093, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74166, 2178, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74167, 1933, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74168, 2151, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74169, 2166, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74170, 2066, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74171, 2148, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74172, 1914, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74173, 1937, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74174, 1913, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74175, 1931, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74176, 2154, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74177, 2149, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74178, 5621, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74179, 7742, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74180, 2152, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74181, 7625, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74182, 2113, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74183, 2150, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74184, 2153, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74185, 1917, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74186, 1932, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74187, 1911, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74188, 2065, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74189, 1924, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74190, 2141, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74191, 1920, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74192, 2054, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74193, 7460, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74194, 1915, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74195, 1935, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74196, 2165, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74197, 7743, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74198, 7749, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74199, 2024, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74200, 2023, '0', 'default', '2025-02-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74201, 7706, '0', 'default', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74202, 2087, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74203, 2028, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74204, 7744, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74205, 1957, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74206, 1967, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74207, 7747, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74208, 2027, '0', 'default', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74209, 2174, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74210, 7473, '0', 'default', '2025-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74211, 5702, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74212, 2191, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74213, 7622, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74214, 2053, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74215, 2175, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74216, 1925, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74217, 2185, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74218, 7461, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74219, 7462, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74220, 2086, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74221, 2177, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74222, 2158, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74223, 7469, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74224, 2012, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74225, 7750, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74226, 2131, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74227, 7466, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74228, 7470, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74229, 2184, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74230, 7463, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74231, 7465, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74232, 6421, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74233, 2171, '0', 'default', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74234, 1912, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74235, 1908, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74236, 2051, '0', 'default', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74237, 2186, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74238, 7740, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74239, 7737, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74240, 1960, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74241, 2188, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74242, 7313, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74243, 1938, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74244, 7464, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74245, 2173, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74246, 1886, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74247, 2179, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74248, 7746, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74249, 2192, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74250, 7623, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74251, 2201, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74252, 2182, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74253, 2200, '0', 'default', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74254, 2181, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74255, 7472, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74256, 7471, '0', 'default', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74257, 1918, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74258, 2183, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74259, 2015, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74260, 2190, '0', 'default', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74261, 7739, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74262, 2169, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74263, 7624, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74264, 1955, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74265, 6422, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74266, 7474, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74267, 2016, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74268, 7468, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74269, 7467, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74270, 2170, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74271, 2067, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74272, 2187, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74273, 1950, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74274, 2048, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74275, 2112, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74276, 2049, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74277, 7475, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74278, 5624, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74279, 5622, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74280, 2176, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74281, 2198, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74282, 5623, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74283, 1916, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74284, 7312, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74285, 2189, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74286, 7741, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74287, 2172, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74288, 1952, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74289, 2126, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74290, 2142, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74291, 7745, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74292, 1964, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74293, 7621, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74294, 2129, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74295, 5625, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74296, 7738, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74297, 7748, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74298, 5653, '0', 'default', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74299, 7311, '0', 'default', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74300, 2178, '0', 'preview', '2025-02-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74301, 2012, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74302, 1911, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74303, 2189, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74304, 7461, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74305, 2177, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74306, 2166, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74307, 7313, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74308, 2175, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74309, 2129, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74310, 7311, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74311, 1952, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74312, 2188, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74313, 2173, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74314, 2142, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74315, 2171, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74316, 2181, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74317, 5622, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74318, 2172, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74319, 1955, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74320, 2126, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74321, 1916, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74322, 2151, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74323, 2174, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74324, 1931, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74325, 2200, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74326, 2201, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74327, 6421, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74328, 2182, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74329, 2131, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74330, 2187, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74331, 1917, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74332, 2141, '0', 'preview', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74333, 1915, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74334, 1912, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74335, 1933, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74336, 1914, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74337, 1913, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74338, 7464, '0', 'preview', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74339, 5625, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74340, 2152, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74341, 1918, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74342, 2198, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74343, 2112, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74344, 7706, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74345, 7472, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74346, 6422, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74347, 1935, '0', 'preview', '2025-02-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74348, 2150, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74349, 1932, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74350, 2148, '0', 'preview', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74351, 7744, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74352, 7462, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74353, 2054, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74354, 7465, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74355, 7737, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74356, 7623, '0', 'preview', '2025-02-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74357, 2049, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74358, 2186, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74359, 1957, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74360, 2051, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74361, 1967, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74362, 1908, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74363, 2154, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74364, 1937, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74365, 2185, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74366, 7468, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74367, 1964, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74368, 2190, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74369, 7624, '0', 'preview', '2025-02-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74370, 7743, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74371, 7625, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74372, 2192, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74373, 2048, '0', 'preview', '2025-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74374, 2191, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74375, 7469, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74376, 2053, '0', 'preview', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74377, 2184, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74378, 7750, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74379, 7470, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74380, 7746, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74381, 2087, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74382, 2065, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74383, 2086, '0', 'preview', '2025-02-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74384, 2179, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74385, 2170, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74386, 1924, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74387, 2153, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74388, 7475, '0', 'preview', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74389, 7747, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74390, 1966, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74391, 7749, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74392, 2183, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74393, 1960, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74394, 5702, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74395, 7748, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74396, 7463, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74397, 7466, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74398, 7739, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74399, 2169, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74400, 7460, '0', 'preview', '2025-02-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74401, 2067, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74402, 1925, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74403, 1920, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74404, 2149, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74405, 7622, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74406, 7740, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74407, 7742, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74408, 5621, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74409, 7745, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74410, 5623, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74411, 2066, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74412, 7741, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74413, 7467, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74414, 2158, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74415, 2165, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74416, 7312, '0', 'preview', '2025-02-09', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74417, 1950, '0', 'preview', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74418, 7473, '0', 'preview', '2025-02-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74419, 5653, '0', 'preview', '2025-02-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74420, 5624, '0', 'preview', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74421, 2113, '0', 'preview', '2025-02-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74422, 2016, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74423, 2093, '0', 'preview', '2025-02-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74424, 2027, '0', 'preview', '2025-02-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74425, 7474, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74426, 1886, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74427, 2024, '0', 'preview', '2025-02-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74428, 7312, '0', 'preview', '2025-02-10', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74429, 7621, '0', 'preview', '2025-02-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74430, 7623, '0', 'preview', '2025-02-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74431, 7464, '0', 'preview', '2025-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74432, 2188, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74433, 2187, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74434, 1967, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74435, 7624, '0', 'preview', '2025-02-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74436, 7473, '0', 'preview', '2025-02-10', 142);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74437, 2016, '0', 'preview', '2025-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74438, 2024, '0', 'preview', '2025-02-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74439, 7471, '0', 'preview', '2025-02-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74440, 1930, '0', 'preview', '2025-02-10', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74441, 7313, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74442, 7474, '0', 'preview', '2025-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74443, 7470, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74444, 7461, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74445, 7462, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74446, 7475, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74447, 7463, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74448, 7468, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74449, 7460, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74450, 7472, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74451, 7465, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74452, 7466, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74453, 7469, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74454, 7467, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74455, 2086, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74456, 2012, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74457, 1925, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74458, 2141, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74459, 7313, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74460, 2012, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74461, 1925, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74462, 7474, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74463, 7470, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74464, 7461, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74465, 7462, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74466, 2141, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74467, 7475, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74468, 7463, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74469, 7468, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74470, 7473, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74471, 7460, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74472, 7472, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74473, 7465, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74474, 7466, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74475, 7469, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74476, 7464, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74477, 7467, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74478, 5624, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74479, 2028, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74480, 2086, '0', 'preview', '2025-02-10', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74481, 5653, '0', 'preview', '2025-02-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74482, 2027, '0', 'preview', '2025-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74483, 2015, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74484, 2023, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74485, 2170, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74486, 5702, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74487, 2190, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74488, 1935, '0', 'preview', '2025-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74489, 1908, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74490, 1915, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74491, 2152, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74492, 2112, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74493, 5623, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74494, 5621, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74495, 2175, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74496, 2184, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74497, 2172, '0', 'preview', '2025-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74498, 2176, '0', 'preview', '2025-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74499, 2186, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74500, 2183, '0', 'preview', '2025-02-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74501, 2192, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74502, 2169, '0', 'preview', '2025-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74503, 5625, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74504, 2181, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74505, 2171, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74506, 2177, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74507, 2179, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74508, 2129, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74509, 2049, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74510, 2054, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74511, 1964, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74512, 1911, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74513, 1952, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74514, 1960, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74515, 1918, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74516, 2065, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74517, 1912, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74518, 1916, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74519, 1955, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74520, 2113, '0', 'preview', '2025-02-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74521, 2051, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74522, 2131, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74523, 2150, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74524, 1966, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74525, 2158, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74526, 2093, '0', 'preview', '2025-02-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74527, 1913, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74528, 2170, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74529, 5624, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74530, 5702, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74531, 2028, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74532, 2190, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74533, 2188, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74534, 1935, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74535, 1908, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74536, 1915, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74537, 2152, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74538, 2112, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74539, 5653, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74540, 5623, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74541, 5621, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74542, 2024, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74543, 2175, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74544, 2184, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74545, 2172, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74546, 2176, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74547, 2027, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74548, 2186, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74549, 2015, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74550, 2183, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74551, 2187, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74552, 2185, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74553, 2185, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74554, 1957, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74555, 1957, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74556, 1937, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74557, 1937, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74558, 2066, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74559, 2066, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74560, 2153, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74561, 2153, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74562, 2126, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74563, 2126, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74564, 1886, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74565, 1886, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74566, 1920, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74567, 2151, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74568, 2053, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74569, 1924, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74570, 1931, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74571, 1932, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74572, 1914, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74573, 2087, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74574, 2154, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74575, 1938, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74576, 1917, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74577, 2149, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74578, 2182, '0', 'preview', '2025-02-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74579, 2174, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74580, 6421, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74581, 6422, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74582, 2173, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74583, 2016, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74584, 2192, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74585, 2169, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74586, 2023, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74587, 5625, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74588, 2181, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74589, 2171, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74590, 2177, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74591, 2179, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74592, 2129, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74593, 1930, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74594, 2049, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74595, 2054, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74596, 1967, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74597, 1964, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74598, 1911, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74599, 1952, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74600, 1960, '0', 'default', '2025-02-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74601, 1918, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74602, 2065, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74603, 1912, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74604, 1916, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74605, 1955, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74606, 2113, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74607, 2051, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74608, 2131, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74609, 1920, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74610, 2150, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74611, 1966, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74612, 2158, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74613, 2093, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74614, 1913, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74615, 2151, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74616, 2053, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74617, 1924, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74618, 1931, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74619, 1932, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74620, 1914, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74621, 2087, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74622, 2154, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74623, 1938, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74624, 1917, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74625, 2149, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74626, 2182, '0', 'default', '2025-02-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74627, 2174, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74628, 6421, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74629, 6422, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74630, 2173, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74631, 2148, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74632, 2148, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74633, 2142, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74634, 2189, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74635, 2142, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74636, 2189, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74637, 2191, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74638, 7471, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74639, 1950, '0', 'preview', '2025-02-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74640, 7738, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74641, 5622, '0', 'preview', '2025-02-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74642, 2178, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74643, 2198, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74644, 7740, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74645, 7622, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74646, 7621, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74647, 7623, '0', 'default', '2025-02-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74648, 7737, '0', 'preview', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74649, 2200, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74650, 7624, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74651, 7312, '0', 'default', '2025-02-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74652, 7311, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74653, 7311, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74654, 7748, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74655, 2201, '0', 'preview', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74656, 7737, '0', 'default', '2025-02-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74657, 1930, '0', 'preview', '2025-02-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74658, 2142, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74659, 1955, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74660, 2016, '0', 'preview', '2025-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74661, 2129, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74662, 5623, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74663, 7738, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74664, 6421, '0', 'preview', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74665, 7471, '0', 'preview', '2025-02-11', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74666, 7621, '0', 'preview', '2025-02-11', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74667, 2113, '0', 'preview', '2025-02-11', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74668, 7313, '0', 'preview', '2025-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74669, 7623, '0', 'preview', '2025-02-11', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74670, 2200, '0', 'preview', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74671, 7311, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74672, 7624, '0', 'preview', '2025-02-11', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74673, 7312, '0', 'preview', '2025-02-11', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74674, 7473, '0', 'preview', '2025-02-11', 76);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74675, 2024, '0', 'preview', '2025-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74676, 2027, '0', 'preview', '2025-02-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74677, 1935, '0', 'preview', '2025-02-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74678, 1950, '0', 'preview', '2025-02-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74679, 2086, '0', 'preview', '2025-02-11', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74680, 2169, '0', 'preview', '2025-02-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74681, 2048, '0', 'preview', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74682, 2178, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74683, 2191, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74684, 1933, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74685, 2198, '0', 'preview', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74686, 2165, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74687, 2201, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74688, 2166, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74689, 2200, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74690, 2178, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74691, 2191, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74692, 1933, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74693, 2198, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74694, 2165, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74695, 2201, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74696, 2166, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74697, 2053, '0', 'preview', '2025-02-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74698, 5622, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74699, 7622, '0', 'preview', '2025-02-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74700, 7471, '0', 'default', '2025-02-11', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74701, 2182, '0', 'preview', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74702, 2172, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74703, 2154, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74704, 7465, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74705, 5621, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74706, 2093, '0', 'preview', '2025-02-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74707, 7467, '0', 'preview', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74708, 7466, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74709, 7749, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74710, 7737, '0', 'preview', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74711, 2172, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74712, 5624, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74713, 1935, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74714, 2113, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74715, 7463, '0', 'default', '2025-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74716, 2189, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74717, 7740, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74718, 1938, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74719, 7312, '0', 'default', '2025-02-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74720, 7311, '0', 'preview', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74721, 2067, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74722, 2171, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74723, 1931, '0', 'preview', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74724, 7475, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74725, 2048, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74726, 7624, '0', 'default', '2025-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74727, 2189, '0', 'preview', '2025-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74728, 2192, '0', 'preview', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74729, 2190, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74730, 7744, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74731, 1886, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74732, 2182, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74733, 7463, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74734, 7737, '0', 'default', '2025-02-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74735, 7464, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74736, 7460, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74737, 7474, '0', 'preview', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74738, 7623, '0', 'default', '2025-02-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74739, 7621, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74740, 7313, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74741, 1930, '0', 'preview', '2025-02-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74742, 1950, '0', 'preview', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74743, 2086, '0', 'preview', '2025-02-12', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74744, 1935, '0', 'preview', '2025-02-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74745, 7311, '0', 'default', '2025-02-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74746, 7312, '0', 'default', '2025-02-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74747, 7313, '0', 'default', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74748, 2113, '0', 'preview', '2025-02-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74749, 7621, '0', 'preview', '2025-02-12', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74750, 7473, '0', 'preview', '2025-02-12', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74751, 7312, '0', 'preview', '2025-02-12', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74752, 7623, '0', 'preview', '2025-02-12', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74753, 2067, '0', 'preview', '2025-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74754, 2053, '0', 'preview', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74755, 2113, '0', 'default', '2025-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74756, 7471, '0', 'preview', '2025-02-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74757, 2153, '0', 'preview', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74758, 7475, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74759, 7471, '0', 'default', '2025-02-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74760, 7461, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74761, 7623, '0', 'default', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74762, 7946, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74763, 7945, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74764, 7948, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74765, 7949, '0', 'preview', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74766, 7949, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74767, 7946, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74768, 7950, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74769, 7944, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74770, 7943, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74771, 7945, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74772, 7947, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74773, 7951, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74774, 7948, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74775, 7952, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74776, 1966, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74777, 7624, '0', 'preview', '2025-02-12', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74778, 2200, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74779, 7737, '0', 'preview', '2025-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74780, 1938, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74781, 7474, '0', 'preview', '2025-02-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74782, 1886, '0', 'preview', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74783, 5624, '0', 'preview', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74784, 2176, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74785, 7622, '0', 'preview', '2025-02-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74786, 7464, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74787, 2148, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74788, 1913, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74789, 1913, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74790, 1916, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74791, 7748, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74792, 2201, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74793, 1957, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74794, 7706, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74795, 7745, '0', 'preview', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74796, 7741, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74797, 7621, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74798, 7622, '0', 'default', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74799, 2093, '0', 'preview', '2025-02-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74800, 7740, '0', 'preview', '2025-02-12', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74801, 7475, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74802, 2054, '0', 'preview', '2025-02-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74803, 1912, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74804, 2176, '0', 'default', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74805, 2177, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74806, 7953, '0', 'default', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74807, 7467, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74808, 7466, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74809, 7465, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74810, 7737, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74811, 1967, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74812, 7461, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74813, 7738, '0', 'preview', '2025-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74814, 1955, '0', 'preview', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74815, 2129, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74816, 2048, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74817, 7952, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74818, 5621, '0', 'preview', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74819, 2012, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74820, 7749, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74821, 7954, '0', 'preview', '2025-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74822, 2053, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74823, 1960, '0', 'default', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74824, 2067, '0', 'default', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74825, 7467, '0', 'preview', '2025-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74826, 7466, '0', 'preview', '2025-02-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74827, 7465, '0', 'preview', '2025-02-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74828, 7953, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74829, 7742, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74830, 1964, '0', 'preview', '2025-02-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74831, 7954, '0', 'preview', '2025-02-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74832, 2086, '0', 'preview', '2025-02-13', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74833, 7954, '0', 'default', '2025-02-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74834, 7474, '0', 'preview', '2025-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74835, 7473, '0', 'preview', '2025-02-13', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74836, 7623, '0', 'preview', '2025-02-13', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74837, 7312, '0', 'preview', '2025-02-13', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74838, 7624, '0', 'preview', '2025-02-13', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74839, 1930, '0', 'preview', '2025-02-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74840, 1886, '0', 'preview', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74841, 7621, '0', 'preview', '2025-02-13', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74842, 1918, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74843, 7952, '0', 'preview', '2025-02-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74844, 1935, '0', 'preview', '2025-02-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74845, 7471, '0', 'preview', '2025-02-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74846, 7472, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74847, 2113, '0', 'preview', '2025-02-13', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74848, 1938, '0', 'preview', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74849, 2176, '0', 'preview', '2025-02-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74850, 7463, '0', 'preview', '2025-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74851, 7474, '0', 'default', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74852, 1931, '0', 'preview', '2025-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74853, 7950, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74854, 7951, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74855, 7948, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74856, 7953, '0', 'default', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74857, 7953, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74858, 6421, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74859, 7622, '0', 'preview', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74860, 2093, '0', 'preview', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74861, 2198, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74862, 7741, '0', 'preview', '2025-02-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74863, 2200, '0', 'default', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74864, 7471, '0', 'default', '2025-02-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74865, 7475, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74866, 2201, '0', 'default', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74867, 2113, '0', 'default', '2025-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74868, 7624, '0', 'default', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74869, 7312, '0', 'default', '2025-02-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74870, 1950, '0', 'preview', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74871, 2054, '0', 'preview', '2025-02-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74872, 7621, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74873, 7622, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74874, 7623, '0', 'default', '2025-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74875, 1935, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74876, 1930, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74877, 7737, '0', 'preview', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74878, 7311, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74879, 7749, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74880, 7739, '0', 'preview', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74881, 2198, '0', 'preview', '2025-02-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74882, 5621, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74883, 5621, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74884, 7946, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74885, 7462, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74886, 7945, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74887, 2086, '0', 'default', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74888, 2067, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74889, 7313, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74890, 2053, '0', 'default', '2025-02-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74891, 7741, '0', 'default', '2025-02-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74892, 1886, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74893, 7738, '0', 'default', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74894, 2176, '0', 'preview', '2025-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74895, 2113, '0', 'preview', '2025-02-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74896, 7312, '0', 'preview', '2025-02-14', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74897, 1935, '0', 'preview', '2025-02-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74898, 7743, '0', 'default', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74899, 1930, '0', 'preview', '2025-02-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74900, 2086, '0', 'preview', '2025-02-14', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74901, 7624, '0', 'preview', '2025-02-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74902, 7623, '0', 'preview', '2025-02-14', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74903, 7621, '0', 'preview', '2025-02-14', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74904, 2067, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74905, 7473, '0', 'preview', '2025-02-14', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74906, 2093, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74907, 7954, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74908, 7471, '0', 'default', '2025-02-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74909, 1930, '0', 'default', '2025-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74910, 7471, '0', 'preview', '2025-02-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74911, 7950, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74912, 7464, '0', 'preview', '2025-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74913, 7953, '0', 'default', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74914, 7744, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74915, 7737, '0', 'preview', '2025-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74916, 2153, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74917, 7745, '0', 'default', '2025-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74918, 7464, '0', 'default', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74919, 7623, '0', 'default', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74920, 7953, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74921, 7472, '0', 'preview', '2025-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74922, 7312, '0', 'default', '2025-02-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74923, 7745, '0', 'preview', '2025-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74924, 2142, '0', 'default', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74925, 7945, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74926, 7954, '0', 'default', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74927, 2198, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74928, 7950, '0', 'default', '2025-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74929, 7951, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74930, 1950, '0', 'preview', '2025-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74931, 2201, '0', 'default', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74932, 5622, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74933, 2126, '0', 'default', '2025-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74934, 7948, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74935, 2201, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74936, 7461, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74937, 7952, '0', 'default', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74938, 7621, '0', 'default', '2025-02-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74939, 7475, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74940, 7622, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74941, 7737, '0', 'default', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74942, 1967, '0', 'default', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74943, 7943, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74944, 7745, '0', 'default', '2025-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74945, 7312, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74946, 7312, '0', 'preview', '2025-02-15', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74947, 1930, '0', 'preview', '2025-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74948, 2113, '0', 'preview', '2025-02-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74949, 2086, '0', 'preview', '2025-02-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74950, 7624, '0', 'preview', '2025-02-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74951, 7623, '0', 'preview', '2025-02-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74952, 7621, '0', 'preview', '2025-02-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74953, 7464, '0', 'default', '2025-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74954, 7623, '0', 'default', '2025-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74955, 7462, '0', 'preview', '2025-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74956, 7950, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74957, 7951, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74958, 7951, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74959, 7744, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74960, 7473, '0', 'preview', '2025-02-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74961, 7471, '0', 'preview', '2025-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74962, 7464, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74963, 7737, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74964, 1950, '0', 'preview', '2025-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74965, 2153, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74966, 1930, '0', 'default', '2025-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74967, 7475, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74968, 1966, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74969, 2093, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74970, 2178, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74971, 1933, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74972, 2151, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74973, 2166, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74974, 2066, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74975, 1914, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74976, 2148, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74977, 1937, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74978, 1913, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74979, 1931, '0', 'default', '2025-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74980, 2154, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74981, 2149, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74982, 5621, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74983, 7742, '0', 'default', '2025-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74984, 7625, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74985, 2152, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74986, 2113, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74987, 2150, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74988, 2153, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74989, 1917, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74990, 1932, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74991, 1911, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74992, 2065, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74993, 1924, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74994, 1920, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74995, 2054, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74996, 7460, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74997, 1915, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74998, 2165, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74999, 1935, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75000, 7749, '0', 'default', '2025-02-15', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75001, 7743, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75002, 7945, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75003, 7706, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75004, 2087, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75005, 7744, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75006, 1935, '0', 'preview', '2025-02-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75007, 7741, '0', 'default', '2025-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75008, 2053, '0', 'preview', '2025-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75009, 1960, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75010, 7741, '0', 'preview', '2025-02-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75011, 7944, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75012, 7740, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75013, 1964, '0', 'preview', '2025-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75014, 1964, '0', 'default', '2025-02-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75015, 7946, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75016, 7465, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75017, 7748, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75018, 7740, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75019, 7474, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75020, 7747, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75021, 2067, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75022, 7622, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75023, 1886, '0', 'preview', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75024, 7471, '0', 'default', '2025-02-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75025, 7473, '0', 'preview', '2025-02-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75026, 2086, '0', 'preview', '2025-02-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75027, 7953, '0', 'preview', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75028, 7748, '0', 'default', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75029, 7952, '0', 'preview', '2025-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75030, 7471, '0', 'default', '2025-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75031, 2113, '0', 'preview', '2025-02-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75032, 1935, '0', 'preview', '2025-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75033, 7746, '0', 'default', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75034, 7312, '0', 'preview', '2025-02-16', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75035, 7953, '0', 'default', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75036, 7739, '0', 'default', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75037, 7623, '0', 'preview', '2025-02-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75038, 7621, '0', 'preview', '2025-02-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75039, 7624, '0', 'preview', '2025-02-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75040, 7471, '0', 'preview', '2025-02-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75041, 7474, '0', 'preview', '2025-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75042, 1930, '0', 'preview', '2025-02-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75043, 7474, '0', 'default', '2025-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75044, 5622, '0', 'default', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75045, 5621, '0', 'preview', '2025-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75046, 2200, '0', 'default', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75047, 7951, '0', 'preview', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75048, 7950, '0', 'preview', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75049, 7737, '0', 'preview', '2025-02-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75050, 7949, '0', 'preview', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75051, 6421, '0', 'preview', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75052, 7743, '0', 'default', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75053, 7742, '0', 'default', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75054, 2176, '0', 'default', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75055, 7748, '0', 'preview', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75056, 2067, '0', 'preview', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75057, 7464, '0', 'preview', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75058, 1967, '0', 'preview', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75059, 2093, '0', 'preview', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75060, 1930, '0', 'default', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75061, 1964, '0', 'default', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75062, 2126, '0', 'preview', '2025-02-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75063, 7312, '0', 'preview', '2025-02-17', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75064, 7463, '0', 'default', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75065, 7463, '0', 'preview', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75066, 7740, '0', 'default', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75067, 7471, '0', 'default', '2025-02-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75068, 7471, '0', 'preview', '2025-02-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75069, 7623, '0', 'preview', '2025-02-17', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75070, 7741, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75071, 1950, '0', 'preview', '2025-02-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75072, 2093, '0', 'preview', '2025-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75073, 7747, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75074, 7624, '0', 'preview', '2025-02-17', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75075, 7621, '0', 'preview', '2025-02-17', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75076, 2067, '0', 'preview', '2025-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75077, 2067, '0', 'default', '2025-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75078, 7624, '0', 'default', '2025-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75079, 7311, '0', 'default', '2025-02-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75080, 7738, '0', 'default', '2025-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75081, 7745, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75082, 7473, '0', 'preview', '2025-02-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75083, 7746, '0', 'default', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75084, 1930, '0', 'preview', '2025-02-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75085, 7474, '0', 'preview', '2025-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75086, 7474, '0', 'default', '2025-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75087, 1931, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75088, 7312, '0', 'default', '2025-02-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75089, 7621, '0', 'default', '2025-02-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75090, 7749, '0', 'default', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75091, 2086, '0', 'preview', '2025-02-17', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75092, 7737, '0', 'preview', '2025-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75093, 2054, '0', 'preview', '2025-02-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75094, 7472, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75095, 7622, '0', 'preview', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75096, 7622, '0', 'default', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75097, 7460, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75098, 1935, '0', 'preview', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75099, 2053, '0', 'default', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75100, 7739, '0', 'default', '2025-02-17', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75101, 2113, '0', 'preview', '2025-02-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75102, 7954, '0', 'default', '2025-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75103, 1967, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75104, 1964, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75105, 7461, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75106, 7464, '0', 'preview', '2025-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75107, 7954, '0', 'preview', '2025-02-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75108, 2053, '0', 'preview', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75109, 1938, '0', 'default', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75110, 2176, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75111, 2177, '0', 'preview', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75112, 7475, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75113, 1938, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75114, 1957, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75115, 7623, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75116, 2158, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75117, 7311, '0', 'preview', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75118, 7741, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75119, 2200, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75120, 1912, '0', 'default', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75121, 1916, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75122, 1964, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75123, 7946, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75124, 2054, '0', 'default', '2025-02-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75125, 1912, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75126, 1930, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75127, 2113, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75128, 1937, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75129, 1918, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75130, 7466, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75131, 7465, '0', 'preview', '2025-02-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75132, 1935, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75133, 1931, '0', 'default', '2025-02-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75134, 1950, '0', 'preview', '2025-02-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75135, 7312, '0', 'preview', '2025-02-18', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75136, 7624, '0', 'preview', '2025-02-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75137, 7623, '0', 'preview', '2025-02-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75138, 7473, '0', 'preview', '2025-02-18', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75139, 1886, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75140, 7621, '0', 'preview', '2025-02-18', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75141, 7741, '0', 'default', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75142, 2086, '0', 'preview', '2025-02-18', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75143, 2051, '0', 'preview', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75144, 1964, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75145, 2093, '0', 'preview', '2025-02-18', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75146, 7952, '0', 'default', '2025-02-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75147, 7475, '0', 'preview', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75148, 5622, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75149, 7951, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75150, 1957, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75151, 7313, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75152, 7471, '0', 'preview', '2025-02-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75153, 7312, '0', 'default', '2025-02-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75154, 7952, '0', 'preview', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75155, 1935, '0', 'preview', '2025-02-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75156, 2113, '0', 'preview', '2025-02-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75157, 7311, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75158, 2053, '0', 'default', '2025-02-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75159, 1938, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75160, 1930, '0', 'preview', '2025-02-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75161, 1967, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75162, 7748, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75163, 2177, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75164, 7460, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75165, 7622, '0', 'preview', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75166, 7745, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75167, 2178, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75168, 7621, '0', 'default', '2025-02-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75169, 2198, '0', 'default', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75170, 7624, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75171, 2201, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75172, 7471, '0', 'default', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75173, 7748, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75174, 7461, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75175, 7741, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75176, 7738, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75177, 7954, '0', 'preview', '2025-02-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75178, 7474, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75179, 7737, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75180, 1967, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75181, 1931, '0', 'preview', '2025-02-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75182, 7474, '0', 'preview', '2025-02-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75183, 5621, '0', 'preview', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75184, 2148, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75185, 7946, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75186, 1912, '0', 'preview', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75187, 1930, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75188, 2093, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75189, 1912, '0', 'default', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75190, 7467, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75191, 2201, '0', 'preview', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75192, 7461, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75193, 7466, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75194, 2113, '0', 'default', '2025-02-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75195, 2198, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75196, 2065, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75197, 1966, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75198, 7467, '0', 'preview', '2025-02-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75199, 7466, '0', 'preview', '2025-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75200, 7475, '0', 'preview', '2025-02-19', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75201, 1966, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75202, 7621, '0', 'default', '2025-02-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75203, 7622, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75204, 7471, '0', 'default', '2025-02-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75205, 7624, '0', 'default', '2025-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75206, 7621, '0', 'preview', '2025-02-19', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75207, 1935, '0', 'preview', '2025-02-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75208, 7747, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75209, 7473, '0', 'preview', '2025-02-19', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75210, 7312, '0', 'preview', '2025-02-19', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75211, 7622, '0', 'preview', '2025-02-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75212, 7475, '0', 'default', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75213, 7743, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75214, 7741, '0', 'preview', '2025-02-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75215, 7740, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75216, 2086, '0', 'preview', '2025-02-19', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75217, 2093, '0', 'preview', '2025-02-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75218, 1930, '0', 'preview', '2025-02-19', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75219, 7624, '0', 'preview', '2025-02-19', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75220, 7623, '0', 'preview', '2025-02-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75221, 7471, '0', 'preview', '2025-02-19', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75222, 7746, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75223, 7313, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75224, 7748, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75225, 7312, '0', 'default', '2025-02-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75226, 7313, '0', 'default', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75227, 7623, '0', 'default', '2025-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75228, 2053, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75229, 1886, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75230, 7742, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75231, 5622, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75232, 7954, '0', 'default', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75233, 2113, '0', 'preview', '2025-02-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75234, 7465, '0', 'preview', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75235, 7954, '0', 'preview', '2025-02-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75236, 1950, '0', 'preview', '2025-02-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75237, 1918, '0', 'default', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75238, 7741, '0', 'default', '2025-02-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75239, 7740, '0', 'default', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75240, 7745, '0', 'default', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75241, 2201, '0', 'default', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75242, 7749, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75243, 7311, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75244, 7739, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75245, 7464, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75246, 1938, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75247, 2176, '0', 'preview', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75248, 7745, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75249, 1964, '0', 'preview', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75250, 5622, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75251, 2049, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75252, 7750, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75253, 2201, '0', 'preview', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75254, 7748, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75255, 1938, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75256, 7461, '0', 'preview', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75257, 2200, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75258, 7947, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75259, 7737, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75260, 1967, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75261, 7467, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75262, 7945, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75263, 7474, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75264, 7463, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75265, 7466, '0', 'default', '2025-02-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75266, 2053, '0', 'preview', '2025-02-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75267, 7943, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75268, 7946, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75269, 7950, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75270, 7621, '0', 'preview', '2025-02-20', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75271, 7312, '0', 'preview', '2025-02-20', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75272, 7952, '0', 'preview', '2025-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75273, 7953, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75274, 7954, '0', 'preview', '2025-02-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75275, 7949, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75276, 1930, '0', 'preview', '2025-02-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75277, 7947, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75278, 7474, '0', 'preview', '2025-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75279, 7944, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75280, 7951, '0', 'preview', '2025-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75281, 7623, '0', 'preview', '2025-02-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75282, 7461, '0', 'preview', '2025-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75283, 5621, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75284, 7471, '0', 'preview', '2025-02-20', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75285, 7948, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75286, 7463, '0', 'preview', '2025-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75287, 7311, '0', 'default', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75288, 7464, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75289, 7460, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75290, 7740, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75291, 7945, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75292, 7745, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75293, 7743, '0', 'preview', '2025-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75294, 7467, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75295, 7737, '0', 'preview', '2025-02-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75296, 1967, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75297, 1938, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75298, 7473, '0', 'preview', '2025-02-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75299, 2067, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75300, 7475, '0', 'preview', '2025-02-20', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75301, 1913, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75302, 2086, '0', 'preview', '2025-02-20', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75303, 7949, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75304, 2053, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75305, 7946, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75306, 7943, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75307, 7737, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75308, 2176, '0', 'default', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75309, 7312, '0', 'default', '2025-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75310, 7741, '0', 'preview', '2025-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75311, 7745, '0', 'default', '2025-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75312, 7943, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75313, 7954, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75314, 7947, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75315, 7953, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75316, 7462, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75317, 7739, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75318, 2198, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75319, 2178, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75320, 7465, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75321, 1938, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75322, 2113, '0', 'preview', '2025-02-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75323, 7624, '0', 'preview', '2025-02-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75324, 7461, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75325, 2054, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75326, 2093, '0', 'preview', '2025-02-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75327, 7624, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75328, 2201, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75329, 7951, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75330, 7738, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75331, 7622, '0', 'preview', '2025-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75332, 1952, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75333, 1935, '0', 'preview', '2025-02-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75334, 1886, '0', 'preview', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75335, 7471, '0', 'default', '2025-02-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75336, 1964, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75337, 1918, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75338, 1931, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75339, 7738, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75340, 7623, '0', 'preview', '2025-02-21', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75341, 7312, '0', 'preview', '2025-02-21', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75342, 1930, '0', 'preview', '2025-02-21', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75343, 7621, '0', 'preview', '2025-02-21', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75344, 7624, '0', 'preview', '2025-02-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75345, 7952, '0', 'preview', '2025-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75346, 7471, '0', 'preview', '2025-02-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75347, 7473, '0', 'preview', '2025-02-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75348, 7749, '0', 'default', '2025-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75349, 7946, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75350, 7461, '0', 'preview', '2025-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75351, 7311, '0', 'preview', '2025-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75352, 7471, '0', 'default', '2025-02-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75353, 2086, '0', 'preview', '2025-02-21', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75354, 2053, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75355, 1935, '0', 'preview', '2025-02-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75356, 7741, '0', 'default', '2025-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75357, 7625, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75358, 7470, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75359, 7465, '0', 'preview', '2025-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75360, 7472, '0', 'default', '2025-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75361, 7472, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75362, 2012, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75363, 1918, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75364, 2113, '0', 'preview', '2025-02-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75365, 1931, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75366, 2093, '0', 'preview', '2025-02-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75367, 7745, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75368, 7623, '0', 'default', '2025-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75369, 7621, '0', 'default', '2025-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75370, 7740, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75371, 7312, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75372, 7954, '0', 'preview', '2025-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75373, 1950, '0', 'default', '2025-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75374, 7950, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75375, 7737, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75376, 7738, '0', 'preview', '2025-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75377, 7951, '0', 'preview', '2025-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75378, 2198, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75379, 2200, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75380, 7743, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75381, 1950, '0', 'preview', '2025-02-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75382, 1918, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75383, 7953, '0', 'preview', '2025-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75384, 7741, '0', 'preview', '2025-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75385, 7950, '0', 'preview', '2025-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75386, 2065, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75387, 7467, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75388, 7739, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75389, 2158, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75390, 2165, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75391, 1967, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75392, 7949, '0', 'preview', '2025-02-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75393, 2200, '0', 'preview', '2025-02-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75394, 7742, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75395, 7745, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75396, 5622, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75397, 7475, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75398, 7461, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75399, 1938, '0', 'default', '2025-02-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75400, 7623, '0', 'preview', '2025-02-22', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75401, 2086, '0', 'preview', '2025-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75402, 7474, '0', 'preview', '2025-02-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75403, 7312, '0', 'preview', '2025-02-22', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75404, 7475, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75405, 2176, '0', 'default', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75406, 1918, '0', 'default', '2025-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75407, 1930, '0', 'preview', '2025-02-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75408, 7312, '0', 'default', '2025-02-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75409, 2113, '0', 'preview', '2025-02-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75410, 7621, '0', 'preview', '2025-02-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75411, 1950, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75412, 7624, '0', 'preview', '2025-02-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75413, 7949, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75414, 7952, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75415, 7311, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75416, 2067, '0', 'default', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75417, 7311, '0', 'default', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75418, 2067, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75419, 1938, '0', 'default', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75420, 2054, '0', 'default', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75421, 2086, '0', 'default', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75422, 2053, '0', 'default', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75423, 7471, '0', 'default', '2025-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75424, 7462, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75425, 1935, '0', 'preview', '2025-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75426, 7748, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75427, 1967, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75428, 7472, '0', 'preview', '2025-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75429, 7741, '0', 'default', '2025-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75430, 2093, '0', 'preview', '2025-02-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75431, 7471, '0', 'preview', '2025-02-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75432, 7746, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75433, 7621, '0', 'default', '2025-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75434, 7954, '0', 'preview', '2025-02-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75435, 7467, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75436, 7466, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75437, 7465, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75438, 7463, '0', 'preview', '2025-02-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75439, 7461, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75440, 7460, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75441, 7464, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75442, 7737, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75443, 1886, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75444, 5621, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75445, 7473, '0', 'preview', '2025-02-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75446, 1930, '0', 'preview', '2025-02-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75447, 7473, '0', 'preview', '2025-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75448, 7621, '0', 'preview', '2025-02-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75449, 7312, '0', 'preview', '2025-02-23', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75450, 1938, '0', 'default', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75451, 2200, '0', 'default', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75452, 7743, '0', 'default', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75453, 1935, '0', 'preview', '2025-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75454, 7471, '0', 'preview', '2025-02-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75455, 7954, '0', 'preview', '2025-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75456, 2086, '0', 'preview', '2025-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75457, 7313, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75458, 7748, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75459, 7624, '0', 'preview', '2025-02-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75460, 7744, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75461, 7623, '0', 'preview', '2025-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75462, 7749, '0', 'default', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75463, 7621, '0', 'default', '2025-02-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75464, 7474, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75465, 2113, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75466, 7741, '0', 'preview', '2025-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75467, 7461, '0', 'preview', '2025-02-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75468, 7311, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75469, 7471, '0', 'default', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75470, 2067, '0', 'default', '2025-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75471, 2067, '0', 'preview', '2025-02-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75472, 7466, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75473, 7466, '0', 'default', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75474, 1950, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75475, 7954, '0', 'default', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75476, 7738, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75477, 7949, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75478, 2176, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75479, 7465, '0', 'preview', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75480, 7473, '0', 'preview', '2025-02-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75481, 2086, '0', 'preview', '2025-02-24', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75482, 7624, '0', 'preview', '2025-02-24', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75483, 7312, '0', 'preview', '2025-02-24', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75484, 7471, '0', 'default', '2025-02-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75485, 7623, '0', 'preview', '2025-02-24', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75486, 7621, '0', 'preview', '2025-02-24', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75487, 1930, '0', 'preview', '2025-02-24', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75488, 7311, '0', 'preview', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75489, 1938, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75490, 7471, '0', 'preview', '2025-02-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75491, 7474, '0', 'default', '2025-02-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75492, 7464, '0', 'preview', '2025-02-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75493, 7741, '0', 'preview', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75494, 7746, '0', 'default', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75495, 7621, '0', 'default', '2025-02-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75496, 7741, '0', 'default', '2025-02-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75497, 7748, '0', 'preview', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75498, 7746, '0', 'preview', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75499, 7748, '0', 'default', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75500, 7952, '0', 'default', '2025-02-24', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75501, 7312, '0', 'default', '2025-02-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75502, 2012, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75503, 1935, '0', 'preview', '2025-02-24', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75504, 2113, '0', 'preview', '2025-02-24', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75505, 7953, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75506, 7954, '0', 'preview', '2025-02-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75507, 7472, '0', 'default', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75508, 7954, '0', 'default', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75509, 7472, '0', 'preview', '2025-02-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75510, 7737, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75511, 7624, '0', 'default', '2025-02-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75512, 2093, '0', 'preview', '2025-02-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75513, 2177, '0', 'default', '2025-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75514, 2053, '0', 'preview', '2025-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75515, 2051, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75516, 1964, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75517, 5622, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75518, 1930, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75519, 7475, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75520, 1966, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75521, 2093, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75522, 1912, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75523, 2178, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75524, 7311, '0', 'default', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75525, 1933, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75526, 2151, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75527, 2166, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75528, 2066, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75529, 1960, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75530, 2148, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75531, 1914, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75532, 1937, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75533, 1913, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75534, 1931, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75535, 2154, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75536, 2149, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75537, 5621, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75538, 7742, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75539, 2152, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75540, 7625, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75541, 2113, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75542, 2150, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75543, 2153, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75544, 1917, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75545, 1932, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75546, 1911, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75547, 2065, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75548, 1924, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75549, 1920, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75550, 2054, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75551, 7460, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75552, 1915, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75553, 2165, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75554, 1935, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75555, 7743, '0', 'default', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75556, 7749, '0', 'default', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75557, 7945, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75558, 7706, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75559, 2087, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75560, 7744, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75561, 1957, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75562, 7622, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75563, 7750, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75564, 7943, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75565, 2198, '0', 'default', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75566, 1933, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75567, 6422, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75568, 1886, '0', 'preview', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75569, 1915, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75570, 1938, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75571, 2178, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75572, 7474, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75573, 7469, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75574, 7622, '0', 'preview', '2025-02-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75575, 2066, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75576, 2087, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75577, 1966, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75578, 2176, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75579, 2065, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75580, 7463, '0', 'preview', '2025-02-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75581, 7460, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75582, 7462, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75583, 7740, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75584, 7466, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75585, 7623, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75586, 7737, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75587, 1967, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75588, 2067, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75589, 7461, '0', 'preview', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75590, 1950, '0', 'preview', '2025-02-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75591, 2200, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75592, 7467, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75593, 7738, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75594, 2051, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75595, 1964, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75596, 7739, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75597, 7467, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75598, 7466, '0', 'default', '2025-02-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75599, 7465, '0', 'default', '2025-02-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75600, 2086, '0', 'preview', '2025-02-25', 30);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75601, 1930, '0', 'preview', '2025-02-25', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75602, 7465, '0', 'preview', '2025-02-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75603, 7621, '0', 'preview', '2025-02-25', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75604, 7623, '0', 'preview', '2025-02-25', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75605, 7624, '0', 'preview', '2025-02-25', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75606, 7947, '0', 'preview', '2025-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75607, 7461, '0', 'preview', '2025-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75608, 2093, '0', 'preview', '2025-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75609, 7471, '0', 'default', '2025-02-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75610, 2067, '0', 'default', '2025-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75611, 7312, '0', 'preview', '2025-02-25', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75612, 7461, '0', 'default', '2025-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75613, 7946, '0', 'default', '2025-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75614, 2093, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75615, 1931, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75616, 7741, '0', 'default', '2025-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75617, 7621, '0', 'default', '2025-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75618, 7623, '0', 'default', '2025-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75619, 7624, '0', 'default', '2025-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75620, 7622, '0', 'preview', '2025-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75621, 7474, '0', 'default', '2025-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75622, 7475, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75623, 1886, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75624, 5621, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75625, 7952, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75626, 7473, '0', 'preview', '2025-02-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75627, 2054, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75628, 1938, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75629, 7748, '0', 'default', '2025-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75630, 7312, '0', 'default', '2025-02-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75631, 7945, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75632, 7460, '0', 'default', '2025-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75633, 7462, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75634, 7951, '0', 'preview', '2025-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75635, 7471, '0', 'preview', '2025-02-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75636, 7746, '0', 'default', '2025-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75637, 7741, '0', 'preview', '2025-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75638, 7464, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75639, 1967, '0', 'preview', '2025-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75640, 7737, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75641, 2113, '0', 'preview', '2025-02-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75642, 1935, '0', 'preview', '2025-02-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75643, 7738, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75644, 6421, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75645, 2198, '0', 'preview', '2025-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75646, 7745, '0', 'preview', '2025-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75647, 1950, '0', 'preview', '2025-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75648, 7745, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75649, 7311, '0', 'preview', '2025-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75650, 7474, '0', 'preview', '2025-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75651, 7313, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75652, 2067, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75653, 7470, '0', 'preview', '2025-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75654, 7466, '0', 'preview', '2025-02-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75655, 7469, '0', 'preview', '2025-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75656, 7467, '0', 'preview', '2025-02-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75657, 7468, '0', 'preview', '2025-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75658, 7742, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75659, 7952, '0', 'preview', '2025-02-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75660, 7475, '0', 'preview', '2025-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75661, 7463, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75662, 7464, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75663, 7740, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75664, 7737, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75665, 2087, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75666, 2201, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75667, 2158, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75668, 1938, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75669, 2176, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75670, 2165, '0', 'default', '2025-02-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75671, 2152, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75672, 1912, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75673, 1964, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75674, 2051, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75675, 7954, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75676, 7625, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75677, 1913, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75678, 7954, '0', 'preview', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75679, 7465, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75680, 1935, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75681, 7621, '0', 'preview', '2025-02-26', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75682, 7312, '0', 'preview', '2025-02-26', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75683, 7623, '0', 'preview', '2025-02-26', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75684, 2086, '0', 'preview', '2025-02-26', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75685, 7621, '0', 'default', '2025-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75686, 7466, '0', 'preview', '2025-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75687, 2198, '0', 'default', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75688, 7467, '0', 'preview', '2025-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75689, 2198, '0', 'preview', '2025-02-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75690, 7461, '0', 'preview', '2025-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75691, 7741, '0', 'preview', '2025-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75692, 7740, '0', 'preview', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75693, 7624, '0', 'preview', '2025-02-26', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75694, 2200, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75695, 7471, '0', 'default', '2025-02-26', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75696, 5622, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75697, 7471, '0', 'preview', '2025-02-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75698, 1930, '0', 'preview', '2025-02-26', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75699, 7737, '0', 'preview', '2025-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75700, 7623, '0', 'default', '2025-02-26', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75701, 7463, '0', 'preview', '2025-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75702, 7948, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75703, 7465, '0', 'preview', '2025-02-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75704, 7946, '0', 'preview', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75705, 1950, '0', 'preview', '2025-02-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75706, 1931, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75707, 1938, '0', 'default', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75708, 2093, '0', 'preview', '2025-02-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75709, 7312, '0', 'default', '2025-02-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75710, 7748, '0', 'default', '2025-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75711, 7741, '0', 'default', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75712, 7746, '0', 'default', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75713, 1938, '0', 'preview', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75714, 7473, '0', 'preview', '2025-02-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75715, 2113, '0', 'preview', '2025-02-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75716, 1935, '0', 'preview', '2025-02-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75717, 7465, '0', 'default', '2025-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75718, 7952, '0', 'default', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75719, 1935, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75720, 7947, '0', 'preview', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75721, 1930, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75722, 2176, '0', 'preview', '2025-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75723, 7952, '0', 'preview', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75724, 7624, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75725, 7475, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75726, 7954, '0', 'preview', '2025-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75727, 2067, '0', 'preview', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75728, 7311, '0', 'preview', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75729, 2053, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75730, 1932, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75731, 1932, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75732, 7464, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75733, 7475, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75734, 1918, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75735, 7949, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75736, 5621, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75737, 7950, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75738, 7622, '0', 'preview', '2025-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75739, 7740, '0', 'default', '2025-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75740, 7738, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75741, 7951, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75742, 7463, '0', 'default', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75743, 7737, '0', 'default', '2025-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75744, 6421, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75745, 2053, '0', 'default', '2025-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75746, 2054, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75747, 7469, '0', 'preview', '2025-02-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75748, 1886, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75749, 7474, '0', 'preview', '2025-02-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75750, 5621, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75751, 7739, '0', 'preview', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75752, 1960, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75753, 7474, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75754, 7461, '0', 'default', '2025-02-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75755, 7953, '0', 'preview', '2025-02-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75756, 1967, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75757, 7624, '0', 'preview', '2025-02-27', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75758, 7623, '0', 'preview', '2025-02-27', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75759, 7312, '0', 'preview', '2025-02-27', 74);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75760, 7621, '0', 'preview', '2025-02-27', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75761, 7471, '0', 'preview', '2025-02-27', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75762, 7952, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75763, 7621, '0', 'default', '2025-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75764, 2200, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75765, 7466, '0', 'preview', '2025-02-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75766, 7465, '0', 'preview', '2025-02-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75767, 7954, '0', 'preview', '2025-02-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75768, 2054, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75769, 2093, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75770, 1930, '0', 'preview', '2025-02-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75771, 1935, '0', 'preview', '2025-02-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75772, 7745, '0', 'preview', '2025-02-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75773, 7946, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75774, 7460, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75775, 7463, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75776, 5622, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75777, 7741, '0', 'preview', '2025-02-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75778, 7741, '0', 'default', '2025-02-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75779, 1966, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75780, 7467, '0', 'preview', '2025-02-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75781, 2113, '0', 'preview', '2025-02-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75782, 7473, '0', 'preview', '2025-02-27', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75783, 1938, '0', 'default', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75784, 2086, '0', 'preview', '2025-02-27', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75785, 7471, '0', 'default', '2025-02-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75786, 7474, '0', 'preview', '2025-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75787, 7312, '0', 'default', '2025-02-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75788, 7313, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75789, 7737, '0', 'default', '2025-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75790, 1967, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75791, 7952, '0', 'default', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75792, 5621, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75793, 1960, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75794, 7740, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75795, 2051, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75796, 2053, '0', 'preview', '2025-02-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75797, 7623, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75798, 2198, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75799, 7472, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75800, 7746, '0', 'preview', '2025-02-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75801, 7740, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75802, 7624, '0', 'default', '2025-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75803, 7461, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75804, 2113, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75805, 7748, '0', 'preview', '2025-02-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75806, 7463, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75807, 7948, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75808, 7737, '0', 'preview', '2025-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75809, 1967, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75810, 7748, '0', 'default', '2025-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75811, 7746, '0', 'default', '2025-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75812, 1932, '0', 'default', '2025-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75813, 7742, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75814, 7475, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75815, 7625, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75816, 7470, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75817, 7747, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75818, 7474, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75819, 2067, '0', 'preview', '2025-02-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75820, 7461, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75821, 1950, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75822, 1964, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75823, 5621, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75824, 7311, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75825, 1886, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75826, 1938, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75827, 2198, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75828, 1930, '0', 'default', '2025-02-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75829, 7750, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75830, 2166, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75831, 6421, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75832, 7312, '0', 'preview', '2025-02-28', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75833, 7624, '0', 'preview', '2025-02-28', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75834, 7739, '0', 'default', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75835, 7740, '0', 'default', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75836, 2113, '0', 'preview', '2025-02-28', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75837, 7471, '0', 'default', '2025-02-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75838, 7623, '0', 'preview', '2025-02-28', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75839, 2086, '0', 'preview', '2025-02-28', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75840, 7621, '0', 'preview', '2025-02-28', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75841, 7622, '0', 'preview', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75842, 7475, '0', 'preview', '2025-02-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75843, 2200, '0', 'default', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75844, 1930, '0', 'preview', '2025-02-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75845, 7466, '0', 'preview', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75846, 5622, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75847, 7465, '0', 'preview', '2025-02-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75848, 7473, '0', 'preview', '2025-02-28', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75849, 7471, '0', 'preview', '2025-02-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75850, 7737, '0', 'preview', '2025-02-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75851, 7474, '0', 'preview', '2025-02-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75852, 7621, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75853, 1935, '0', 'preview', '2025-02-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75854, 7952, '0', 'preview', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75855, 2053, '0', 'default', '2025-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75856, 7467, '0', 'preview', '2025-02-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75857, 5621, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75858, 7954, '0', 'preview', '2025-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75859, 2113, '0', 'default', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75860, 7746, '0', 'default', '2025-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75861, 7748, '0', 'default', '2025-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75862, 7741, '0', 'default', '2025-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75863, 7472, '0', 'default', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75864, 1938, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75865, 7312, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75866, 7740, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75867, 7743, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75868, 7951, '0', 'default', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75869, 7747, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75870, 7745, '0', 'preview', '2025-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75871, 1964, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75872, 1950, '0', 'preview', '2025-02-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75873, 7738, '0', 'preview', '2025-02-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75874, 2178, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75875, 5622, '0', 'preview', '2025-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75876, 7466, '0', 'default', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75877, 7949, '0', 'preview', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75878, 7465, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75879, 2053, '0', 'preview', '2025-02-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75880, 7950, '0', 'preview', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75881, 7951, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75882, 1952, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75883, 2201, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75884, 2198, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75885, 1950, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75886, 1964, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75887, 7464, '0', 'preview', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75888, 7463, '0', 'preview', '2025-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75889, 7946, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75890, 7464, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75891, 1924, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75892, 7461, '0', 'preview', '2025-02-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75893, 7463, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75894, 2200, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75895, 7462, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75896, 1967, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75897, 1938, '0', 'preview', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75898, 7748, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75899, 2176, '0', 'preview', '2025-02-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75900, 1917, '0', 'preview', '2025-02-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75901, 7474, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75902, 2066, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75903, 2012, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75904, 2200, '0', 'default', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75905, 7621, '0', 'preview', '2025-03-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75906, 7624, '0', 'preview', '2025-03-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75907, 7312, '0', 'preview', '2025-03-01', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75908, 2113, '0', 'preview', '2025-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75909, 1935, '0', 'preview', '2025-03-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75910, 1930, '0', 'preview', '2025-03-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75911, 7623, '0', 'preview', '2025-03-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75912, 5622, '0', 'default', '2025-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75913, 1931, '0', 'default', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75914, 7471, '0', 'preview', '2025-03-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75915, 7949, '0', 'preview', '2025-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75916, 7951, '0', 'preview', '2025-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75917, 1950, '0', 'preview', '2025-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75918, 2086, '0', 'preview', '2025-03-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75919, 7738, '0', 'preview', '2025-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75920, 7475, '0', 'default', '2025-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75921, 7950, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75922, 7473, '0', 'preview', '2025-03-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75923, 7621, '0', 'default', '2025-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75924, 1938, '0', 'default', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75925, 2093, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75926, 6421, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75927, 5622, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75928, 2201, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75929, 7474, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75930, 7475, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75931, 7748, '0', 'default', '2025-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75932, 7746, '0', 'default', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75933, 7741, '0', 'default', '2025-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75934, 7748, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75935, 7749, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75936, 7746, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75937, 7737, '0', 'preview', '2025-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75938, 7465, '0', 'preview', '2025-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75939, 7467, '0', 'preview', '2025-03-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75940, 7954, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75941, 7311, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75942, 1960, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75943, 2053, '0', 'preview', '2025-03-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75944, 7622, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75945, 7470, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75946, 7466, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75947, 7312, '0', 'default', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75948, 1932, '0', 'default', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75949, 7461, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75950, 7946, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75951, 7741, '0', 'preview', '2025-03-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75952, 7312, '0', 'preview', '2025-03-02', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75953, 7473, '0', 'preview', '2025-03-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75954, 7621, '0', 'preview', '2025-03-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75955, 2113, '0', 'preview', '2025-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75956, 7471, '0', 'preview', '2025-03-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75957, 1950, '0', 'preview', '2025-03-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75958, 2086, '0', 'preview', '2025-03-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75959, 2053, '0', 'default', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75960, 7706, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75961, 2067, '0', 'preview', '2025-03-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75962, 1938, '0', 'default', '2025-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75963, 7467, '0', 'default', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75964, 7465, '0', 'default', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75965, 7471, '0', 'default', '2025-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75966, 7748, '0', 'default', '2025-03-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75967, 7954, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75968, 1930, '0', 'default', '2025-03-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75969, 1930, '0', 'preview', '2025-03-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75970, 7746, '0', 'default', '2025-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75971, 7467, '0', 'preview', '2025-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75972, 7470, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75973, 7465, '0', 'preview', '2025-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75974, 7466, '0', 'preview', '2025-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75975, 7741, '0', 'default', '2025-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75976, 7468, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75977, 7469, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75978, 7461, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75979, 7463, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75980, 7737, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75981, 1967, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75982, 7624, '0', 'preview', '2025-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75983, 7748, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75984, 7475, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75985, 7743, '0', 'default', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75986, 7623, '0', 'preview', '2025-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75987, 7951, '0', 'default', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75988, 7312, '0', 'default', '2025-03-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75989, 1917, '0', 'default', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75990, 1935, '0', 'preview', '2025-03-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75991, 7738, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75992, 2201, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75993, 2198, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75994, 7622, '0', 'preview', '2025-03-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75995, 2053, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75996, 2198, '0', 'default', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75997, 7474, '0', 'preview', '2025-03-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75998, 1935, '0', 'preview', '2025-03-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75999, 2113, '0', 'preview', '2025-03-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76000, 1930, '0', 'preview', '2025-03-03', 12);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76001, 1886, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76002, 7312, '0', 'preview', '2025-03-03', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76003, 7741, '0', 'default', '2025-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76004, 7952, '0', 'preview', '2025-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76005, 7471, '0', 'default', '2025-03-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76006, 7471, '0', 'preview', '2025-03-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76007, 7623, '0', 'preview', '2025-03-03', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76008, 7737, '0', 'preview', '2025-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76009, 7473, '0', 'preview', '2025-03-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76010, 7749, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76011, 1938, '0', 'default', '2025-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76012, 7621, '0', 'preview', '2025-03-03', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76013, 7624, '0', 'preview', '2025-03-03', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76014, 7466, '0', 'preview', '2025-03-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76015, 7467, '0', 'preview', '2025-03-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76016, 7465, '0', 'preview', '2025-03-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76017, 2086, '0', 'preview', '2025-03-03', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76018, 1917, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76019, 5622, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76020, 7311, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76021, 7945, '0', 'default', '2025-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76022, 7952, '0', 'default', '2025-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76023, 7954, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76024, 7622, '0', 'preview', '2025-03-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76025, 7624, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76026, 7474, '0', 'preview', '2025-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76027, 1938, '0', 'preview', '2025-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76028, 2053, '0', 'preview', '2025-03-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76029, 7312, '0', 'default', '2025-03-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76030, 7472, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76031, 1960, '0', 'preview', '2025-03-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76032, 7748, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76033, 7746, '0', 'default', '2025-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76034, 2054, '0', 'preview', '2025-03-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76035, 7475, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76036, 7470, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76037, 7621, '0', 'default', '2025-03-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76038, 7463, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76039, 7954, '0', 'preview', '2025-03-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76040, 2176, '0', 'preview', '2025-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76041, 2158, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76042, 7311, '0', 'preview', '2025-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76043, 7741, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76044, 1930, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76045, 1935, '0', 'default', '2025-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76046, 7474, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76047, 2198, '0', 'preview', '2025-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76048, 7746, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76049, 7461, '0', 'preview', '2025-03-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76050, 7462, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76051, 2067, '0', 'preview', '2025-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76052, 5621, '0', 'preview', '2025-03-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76053, 2012, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76054, 1964, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76055, 2051, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76056, 1952, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76057, 1912, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76058, 7472, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76059, 1918, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76060, 2113, '0', 'preview', '2025-03-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76061, 1935, '0', 'preview', '2025-03-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76062, 7312, '0', 'preview', '2025-03-04', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76063, 7471, '0', 'preview', '2025-03-04', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76064, 7741, '0', 'preview', '2025-03-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76065, 7621, '0', 'preview', '2025-03-04', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76066, 2086, '0', 'preview', '2025-03-04', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76067, 7621, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76068, 7737, '0', 'preview', '2025-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76069, 7748, '0', 'preview', '2025-03-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76070, 7463, '0', 'preview', '2025-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76071, 7464, '0', 'preview', '2025-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76072, 7475, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76073, 7461, '0', 'preview', '2025-03-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76074, 2054, '0', 'default', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76075, 7624, '0', 'preview', '2025-03-04', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76076, 7622, '0', 'preview', '2025-03-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76077, 1930, '0', 'preview', '2025-03-04', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76078, 7947, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76079, 7953, '0', 'preview', '2025-03-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76080, 7623, '0', 'preview', '2025-03-04', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76081, 1938, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76082, 7473, '0', 'preview', '2025-03-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76083, 2113, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76084, 7467, '0', 'preview', '2025-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76085, 7466, '0', 'preview', '2025-03-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76086, 7954, '0', 'preview', '2025-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76087, 1938, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76088, 7472, '0', 'preview', '2025-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76089, 7313, '0', 'preview', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76090, 7749, '0', 'preview', '2025-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76091, 2198, '0', 'preview', '2025-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76092, 7740, '0', 'preview', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76093, 7738, '0', 'preview', '2025-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76094, 7739, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76095, 7470, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76096, 7741, '0', 'default', '2025-03-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76097, 7738, '0', 'default', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76098, 7949, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76099, 7471, '0', 'default', '2025-03-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76100, 7739, '0', 'default', '2025-03-04', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76101, 7469, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76102, 7948, '0', 'preview', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76103, 7949, '0', 'preview', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76104, 2200, '0', 'default', '2025-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76105, 7468, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76106, 6422, '0', 'preview', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76107, 7951, '0', 'preview', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76108, 2053, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76109, 7474, '0', 'preview', '2025-03-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76110, 7743, '0', 'default', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76111, 7465, '0', 'preview', '2025-03-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76112, 2201, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76113, 7748, '0', 'default', '2025-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76114, 7467, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76115, 7466, '0', 'default', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76116, 1967, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76117, 7625, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76118, 1931, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76119, 6422, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76120, 7475, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76121, 7744, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76122, 2177, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76123, 5621, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76124, 1937, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76125, 1933, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76126, 7469, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76127, 7740, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76128, 2198, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76129, 1930, '0', 'default', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76130, 7622, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76131, 7468, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76132, 2148, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76133, 1957, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76134, 7461, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76135, 7747, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76136, 7749, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76137, 2067, '0', 'default', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76138, 7472, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76139, 7737, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76140, 7463, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76141, 1955, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76142, 1950, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76143, 1967, '0', 'preview', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76144, 7624, '0', 'default', '2025-03-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76145, 7465, '0', 'default', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76146, 7745, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76147, 1960, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76148, 2053, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76149, 7747, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76150, 2067, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76151, 2093, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76152, 7312, '0', 'default', '2025-03-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76153, 7746, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76154, 2054, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76155, 7950, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76156, 7953, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76157, 2148, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76158, 7623, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76159, 7750, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76160, 2201, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76161, 1917, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76162, 1913, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76163, 1886, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76164, 7460, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76165, 7465, '0', 'preview', '2025-03-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76166, 7466, '0', 'preview', '2025-03-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76167, 2093, '0', 'preview', '2025-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76168, 7463, '0', 'preview', '2025-03-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76169, 7946, '0', 'preview', '2025-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76170, 7621, '0', 'preview', '2025-03-05', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76171, 2067, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76172, 7746, '0', 'default', '2025-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76173, 7741, '0', 'default', '2025-03-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76174, 7748, '0', 'default', '2025-03-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76175, 7312, '0', 'preview', '2025-03-05', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76176, 7623, '0', 'preview', '2025-03-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76177, 2086, '0', 'preview', '2025-03-05', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76178, 1886, '0', 'preview', '2025-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76179, 7475, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76180, 7312, '0', 'default', '2025-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76181, 7473, '0', 'preview', '2025-03-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76182, 7624, '0', 'preview', '2025-03-05', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76183, 1930, '0', 'preview', '2025-03-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76184, 1935, '0', 'preview', '2025-03-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76185, 2113, '0', 'preview', '2025-03-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76186, 7951, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76187, 7951, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76188, 7950, '0', 'default', '2025-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76189, 1950, '0', 'default', '2025-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76190, 5622, '0', 'default', '2025-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76191, 1957, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76192, 1952, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76193, 6421, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76194, 7471, '0', 'default', '2025-03-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76195, 7622, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76196, 1938, '0', 'default', '2025-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76197, 7954, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76198, 7461, '0', 'default', '2025-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76199, 7463, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76200, 7467, '0', 'preview', '2025-03-05', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76201, 1967, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76202, 7471, '0', 'preview', '2025-03-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76203, 1960, '0', 'default', '2025-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76204, 1938, '0', 'preview', '2025-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76205, 7468, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76206, 2176, '0', 'preview', '2025-03-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76207, 1950, '0', 'preview', '2025-03-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76208, 7313, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76209, 7737, '0', 'default', '2025-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76210, 7473, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76211, 7474, '0', 'preview', '2025-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76212, 5621, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76213, 7748, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76214, 7749, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76215, 2053, '0', 'default', '2025-03-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76216, 1964, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76217, 2051, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76218, 7621, '0', 'default', '2025-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76219, 7953, '0', 'preview', '2025-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76220, 7949, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76221, 1935, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76222, 7948, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76223, 7739, '0', 'default', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76224, 7954, '0', 'preview', '2025-03-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76225, 7706, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76226, 7621, '0', 'preview', '2025-03-06', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76227, 7312, '0', 'preview', '2025-03-06', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76228, 2086, '0', 'preview', '2025-03-06', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76229, 2093, '0', 'preview', '2025-03-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76230, 7624, '0', 'preview', '2025-03-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76231, 2093, '0', 'default', '2025-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76232, 2176, '0', 'default', '2025-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76233, 2113, '0', 'preview', '2025-03-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76234, 7466, '0', 'preview', '2025-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76235, 7473, '0', 'preview', '2025-03-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76236, 1930, '0', 'preview', '2025-03-06', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76237, 1938, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76238, 7623, '0', 'preview', '2025-03-06', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76239, 7471, '0', 'preview', '2025-03-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76240, 1886, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76241, 2053, '0', 'preview', '2025-03-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76242, 7748, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76243, 7746, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76244, 7741, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76245, 7954, '0', 'preview', '2025-03-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76246, 7465, '0', 'preview', '2025-03-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76247, 7471, '0', 'default', '2025-03-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76248, 5621, '0', 'preview', '2025-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76249, 7474, '0', 'preview', '2025-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76250, 7737, '0', 'preview', '2025-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76251, 1935, '0', 'preview', '2025-03-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76252, 7312, '0', 'default', '2025-03-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76253, 7737, '0', 'default', '2025-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76254, 7953, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76255, 7621, '0', 'default', '2025-03-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76256, 7622, '0', 'preview', '2025-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76257, 7463, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76258, 7460, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76259, 2049, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76260, 7467, '0', 'preview', '2025-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76261, 7624, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76262, 1931, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76263, 1930, '0', 'default', '2025-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76264, 7738, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76265, 7463, '0', 'preview', '2025-03-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76266, 7461, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76267, 7946, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76268, 7460, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76269, 1967, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76270, 1967, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76271, 2176, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76272, 7474, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76273, 1960, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76274, 7948, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76275, 7747, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76276, 7745, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76277, 7950, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76278, 1950, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76279, 7951, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76280, 1957, '0', 'preview', '2025-03-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76281, 6422, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76282, 2178, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76283, 2198, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76284, 7623, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76285, 7475, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76286, 2051, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76287, 7312, '0', 'preview', '2025-03-07', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76288, 7474, '0', 'default', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76289, 7465, '0', 'preview', '2025-03-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76290, 2176, '0', 'preview', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76291, 7471, '0', 'preview', '2025-03-07', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76292, 7473, '0', 'preview', '2025-03-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76293, 1935, '0', 'preview', '2025-03-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76294, 2053, '0', 'preview', '2025-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76295, 1930, '0', 'preview', '2025-03-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76296, 2113, '0', 'preview', '2025-03-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76297, 7624, '0', 'preview', '2025-03-07', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76298, 1886, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76299, 7621, '0', 'preview', '2025-03-07', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76300, 7623, '0', 'preview', '2025-03-07', 21);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76301, 2086, '0', 'preview', '2025-03-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76302, 7312, '0', 'default', '2025-03-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76303, 7623, '0', 'default', '2025-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76304, 7471, '0', 'default', '2025-03-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76305, 7621, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76306, 7467, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76307, 1950, '0', 'preview', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76308, 7474, '0', 'preview', '2025-03-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76309, 7948, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76310, 7746, '0', 'default', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76311, 7741, '0', 'default', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76312, 7464, '0', 'default', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76313, 7464, '0', 'preview', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76314, 7748, '0', 'default', '2025-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76315, 7948, '0', 'default', '2025-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76316, 7739, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76317, 7622, '0', 'preview', '2025-03-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76318, 7740, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76319, 7467, '0', 'preview', '2025-03-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76320, 7951, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76321, 1957, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76322, 2178, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76323, 7954, '0', 'preview', '2025-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76324, 7311, '0', 'preview', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76325, 1912, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76326, 1964, '0', 'preview', '2025-03-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76327, 7952, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76328, 2158, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76329, 2051, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76330, 7951, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76331, 6421, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76332, 7738, '0', 'preview', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76333, 7949, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76334, 7950, '0', 'preview', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76335, 5622, '0', 'preview', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76336, 1957, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76337, 1952, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76338, 7466, '0', 'preview', '2025-03-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76339, 2053, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76340, 7625, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76341, 7950, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76342, 7737, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76343, 1967, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76344, 2200, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76345, 7741, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76346, 7461, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76347, 7470, '0', 'preview', '2025-03-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76348, 1960, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76349, 2065, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76350, 7465, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76351, 7469, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76352, 7469, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76353, 2177, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76354, 1938, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76355, 1950, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76356, 5621, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76357, 2054, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76358, 7472, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76359, 7471, '0', 'preview', '2025-03-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76360, 2113, '0', 'preview', '2025-03-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76361, 1950, '0', 'preview', '2025-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76362, 7312, '0', 'preview', '2025-03-08', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76363, 7624, '0', 'preview', '2025-03-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76364, 2066, '0', 'preview', '2025-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76365, 7471, '0', 'default', '2025-03-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76366, 7473, '0', 'preview', '2025-03-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76367, 7621, '0', 'preview', '2025-03-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76368, 7623, '0', 'preview', '2025-03-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76369, 2086, '0', 'preview', '2025-03-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76370, 7465, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76371, 2200, '0', 'preview', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76372, 7737, '0', 'preview', '2025-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76373, 7467, '0', 'preview', '2025-03-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76374, 1935, '0', 'preview', '2025-03-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76375, 1930, '0', 'preview', '2025-03-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76376, 2053, '0', 'preview', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76377, 7742, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76378, 7741, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76379, 7950, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76380, 7951, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76381, 7949, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76382, 6421, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76383, 7621, '0', 'default', '2025-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76384, 7749, '0', 'default', '2025-03-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76385, 7740, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76386, 7312, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76387, 7622, '0', 'preview', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76388, 7465, '0', 'preview', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76389, 5621, '0', 'preview', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76390, 7954, '0', 'preview', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76391, 7474, '0', 'preview', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76392, 7475, '0', 'preview', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76393, 7954, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76394, 2053, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76395, 2086, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76396, 5622, '0', 'default', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76397, 7738, '0', 'preview', '2025-03-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76398, 7312, '0', 'preview', '2025-03-09', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76399, 7621, '0', 'preview', '2025-03-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76400, 1930, '0', 'preview', '2025-03-09', 8);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76401, 7461, '0', 'preview', '2025-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76402, 7312, '0', 'default', '2025-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76403, 7461, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76404, 7467, '0', 'preview', '2025-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76405, 7948, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76406, 7464, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76407, 7748, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76408, 7746, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76409, 7741, '0', 'default', '2025-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76410, 2086, '0', 'preview', '2025-03-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76411, 7623, '0', 'preview', '2025-03-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76412, 2200, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76413, 2067, '0', 'preview', '2025-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76414, 7471, '0', 'preview', '2025-03-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76415, 7624, '0', 'preview', '2025-03-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76416, 7622, '0', 'preview', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76417, 1886, '0', 'preview', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76418, 7475, '0', 'preview', '2025-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76419, 7741, '0', 'preview', '2025-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76420, 2198, '0', 'default', '2025-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76421, 7473, '0', 'preview', '2025-03-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76422, 7621, '0', 'default', '2025-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76423, 7952, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76424, 7749, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76425, 7740, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76426, 7465, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76427, 2113, '0', 'preview', '2025-03-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76428, 1935, '0', 'preview', '2025-03-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76429, 2053, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76430, 1938, '0', 'preview', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76431, 2176, '0', 'preview', '2025-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76432, 7954, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76433, 7474, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76434, 7471, '0', 'default', '2025-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76435, 7311, '0', 'preview', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76436, 7465, '0', 'preview', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76437, 7466, '0', 'preview', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76438, 5622, '0', 'default', '2025-03-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76439, 2093, '0', 'preview', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76440, 7460, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76441, 7737, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76442, 7949, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76443, 7738, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76444, 1950, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76445, 6421, '0', 'default', '2025-03-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76446, 2150, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76447, 1935, '0', 'preview', '2025-03-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76448, 2053, '0', 'default', '2025-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76449, 7623, '0', 'preview', '2025-03-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76450, 7312, '0', 'preview', '2025-03-10', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76451, 7621, '0', 'preview', '2025-03-10', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76452, 1930, '0', 'preview', '2025-03-10', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76453, 2200, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76454, 7952, '0', 'preview', '2025-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76455, 7737, '0', 'preview', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76456, 7624, '0', 'preview', '2025-03-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76457, 2086, '0', 'preview', '2025-03-10', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76458, 7737, '0', 'default', '2025-03-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76459, 7471, '0', 'preview', '2025-03-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76460, 7465, '0', 'preview', '2025-03-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76461, 7311, '0', 'preview', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76462, 7621, '0', 'default', '2025-03-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76463, 7741, '0', 'default', '2025-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76464, 2149, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76465, 2012, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76466, 7467, '0', 'preview', '2025-03-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76467, 7466, '0', 'preview', '2025-03-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76468, 7473, '0', 'preview', '2025-03-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76469, 7749, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76470, 2113, '0', 'preview', '2025-03-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76471, 1950, '0', 'preview', '2025-03-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76472, 7740, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76473, 5621, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76474, 7474, '0', 'default', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76475, 1913, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76476, 7466, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76477, 7625, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76478, 7954, '0', 'preview', '2025-03-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76479, 7474, '0', 'preview', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76480, 5621, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76481, 1966, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76482, 7469, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76483, 7312, '0', 'default', '2025-03-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76484, 7949, '0', 'preview', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76485, 7951, '0', 'preview', '2025-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76486, 5622, '0', 'preview', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76487, 2054, '0', 'preview', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76488, 7471, '0', 'default', '2025-03-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76489, 7463, '0', 'preview', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76490, 1967, '0', 'default', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76491, 1964, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76492, 7463, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76493, 7462, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76494, 7464, '0', 'default', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76495, 7624, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76496, 1931, '0', 'default', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76497, 1930, '0', 'default', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76498, 2158, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76499, 7623, '0', 'default', '2025-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76500, 7311, '0', 'default', '2025-03-10', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76501, 2053, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76502, 7748, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76503, 2198, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76504, 7739, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76505, 1912, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76506, 7622, '0', 'preview', '2025-03-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76507, 1935, '0', 'default', '2025-03-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76508, 7461, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76509, 7954, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76510, 2151, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76511, 7462, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76512, 7475, '0', 'preview', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76513, 7749, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76514, 2093, '0', 'preview', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76515, 7739, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76516, 1938, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76517, 2176, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76518, 7746, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76519, 7741, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76520, 5622, '0', 'default', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76521, 7738, '0', 'preview', '2025-03-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76522, 1952, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76523, 7312, '0', 'preview', '2025-03-11', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76524, 1950, '0', 'preview', '2025-03-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76525, 7623, '0', 'preview', '2025-03-11', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76526, 2086, '0', 'preview', '2025-03-11', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76527, 1930, '0', 'preview', '2025-03-11', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76528, 1935, '0', 'preview', '2025-03-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76529, 7471, '0', 'preview', '2025-03-11', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76530, 2198, '0', 'preview', '2025-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76531, 7621, '0', 'preview', '2025-03-11', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76532, 7473, '0', 'preview', '2025-03-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76533, 7624, '0', 'preview', '2025-03-11', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76534, 7473, '0', 'default', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76535, 7954, '0', 'preview', '2025-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76536, 2053, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76537, 2053, '0', 'preview', '2025-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76538, 7952, '0', 'default', '2025-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76539, 7750, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76540, 2200, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76541, 1916, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76542, 7953, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76543, 1960, '0', 'preview', '2025-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76544, 2012, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76545, 7461, '0', 'default', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76546, 7949, '0', 'preview', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76547, 2178, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76548, 2200, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76549, 7461, '0', 'preview', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76550, 7746, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76551, 7744, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76552, 7622, '0', 'preview', '2025-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76553, 7738, '0', 'preview', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76554, 7311, '0', 'preview', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76555, 7951, '0', 'preview', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76556, 2113, '0', 'preview', '2025-03-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76557, 7741, '0', 'preview', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76558, 7737, '0', 'preview', '2025-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76559, 7474, '0', 'preview', '2025-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76560, 7954, '0', 'default', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76561, 1967, '0', 'preview', '2025-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76562, 7741, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76563, 7621, '0', 'default', '2025-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76564, 7622, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76565, 7312, '0', 'default', '2025-03-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76566, 7748, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76567, 7749, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76568, 7740, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76569, 7950, '0', 'preview', '2025-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76570, 7467, '0', 'preview', '2025-03-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76571, 7465, '0', 'preview', '2025-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76572, 2198, '0', 'default', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76573, 7471, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76574, 7463, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76575, 7466, '0', 'preview', '2025-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76576, 7624, '0', 'default', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76577, 5621, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76578, 5621, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76579, 7464, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76580, 7623, '0', 'default', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76581, 1930, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76582, 1960, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76583, 7948, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76584, 7945, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76585, 7737, '0', 'default', '2025-03-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76586, 7311, '0', 'default', '2025-03-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76587, 2086, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76588, 7474, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76589, 7472, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76590, 1966, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76591, 1950, '0', 'default', '2025-03-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76592, 1955, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76593, 2158, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76594, 7742, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76595, 1914, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76596, 7462, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76597, 1908, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76598, 1924, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76599, 2012, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76600, 6421, '0', 'default', '2025-03-11', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76601, 2087, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76602, 2067, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76603, 2153, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76604, 1938, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76605, 2176, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76606, 1886, '0', 'preview', '2025-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76607, 7621, '0', 'preview', '2025-03-12', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76608, 7623, '0', 'preview', '2025-03-12', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76609, 7312, '0', 'preview', '2025-03-12', 84);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76610, 5622, '0', 'default', '2025-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76611, 7473, '0', 'preview', '2025-03-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76612, 7475, '0', 'preview', '2025-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76613, 2086, '0', 'preview', '2025-03-12', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76614, 7741, '0', 'preview', '2025-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76615, 7622, '0', 'preview', '2025-03-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76616, 2201, '0', 'preview', '2025-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76617, 7624, '0', 'preview', '2025-03-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76618, 7471, '0', 'preview', '2025-03-12', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76619, 7474, '0', 'preview', '2025-03-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76620, 7312, '0', 'default', '2025-03-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76621, 7462, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76622, 2113, '0', 'default', '2025-03-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76623, 7745, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76624, 7745, '0', 'preview', '2025-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76625, 7743, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76626, 1930, '0', 'preview', '2025-03-12', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76627, 7470, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76628, 2093, '0', 'preview', '2025-03-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76629, 7466, '0', 'preview', '2025-03-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76630, 7468, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76631, 7469, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76632, 7467, '0', 'preview', '2025-03-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76633, 1950, '0', 'preview', '2025-03-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76634, 7465, '0', 'preview', '2025-03-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76635, 7464, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76636, 7464, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76637, 7954, '0', 'preview', '2025-03-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76638, 1930, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76639, 7952, '0', 'preview', '2025-03-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76640, 1935, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76641, 1937, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76642, 2113, '0', 'preview', '2025-03-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76643, 7313, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76644, 1964, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76645, 7737, '0', 'preview', '2025-03-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76646, 1935, '0', 'preview', '2025-03-12', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76647, 7952, '0', 'default', '2025-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76648, 7737, '0', 'default', '2025-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76649, 7461, '0', 'preview', '2025-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76650, 2053, '0', 'preview', '2025-03-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76651, 7947, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76652, 5621, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76653, 2198, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76654, 1918, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76655, 7621, '0', 'default', '2025-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76656, 1938, '0', 'preview', '2025-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76657, 7461, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76658, 7311, '0', 'default', '2025-03-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76659, 7951, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76660, 1917, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76661, 7748, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76662, 7749, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76663, 7623, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76664, 2067, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76665, 7748, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76666, 7622, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76667, 7471, '0', 'default', '2025-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76668, 2148, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76669, 7949, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76670, 1950, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76671, 7738, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76672, 7739, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76673, 1932, '0', 'default', '2025-03-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76674, 7738, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76675, 2198, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76676, 2053, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76677, 2153, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76678, 1967, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76679, 7465, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76680, 7954, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76681, 7472, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76682, 7741, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76683, 7460, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76684, 7948, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76685, 7312, '0', 'preview', '2025-03-13', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76686, 1930, '0', 'preview', '2025-03-13', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76687, 7311, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76688, 7469, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76689, 7623, '0', 'preview', '2025-03-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76690, 7621, '0', 'preview', '2025-03-13', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76691, 7475, '0', 'preview', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76692, 1960, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76693, 2086, '0', 'preview', '2025-03-13', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76694, 7471, '0', 'preview', '2025-03-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76695, 7466, '0', 'preview', '2025-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76696, 7624, '0', 'preview', '2025-03-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76697, 7465, '0', 'preview', '2025-03-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76698, 1950, '0', 'preview', '2025-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76699, 7473, '0', 'preview', '2025-03-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76700, 1930, '0', 'default', '2025-03-13', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76701, 2051, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76702, 2053, '0', 'preview', '2025-03-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76703, 2113, '0', 'preview', '2025-03-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76704, 1935, '0', 'preview', '2025-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76705, 7471, '0', 'default', '2025-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76706, 7951, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76707, 7951, '0', 'preview', '2025-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76708, 2093, '0', 'preview', '2025-03-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76709, 2093, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76710, 2066, '0', 'preview', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76711, 7624, '0', 'default', '2025-03-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76712, 7741, '0', 'default', '2025-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76713, 2066, '0', 'default', '2025-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76714, 5621, '0', 'default', '2025-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76715, 7464, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76716, 7749, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76717, 7474, '0', 'preview', '2025-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76718, 7621, '0', 'default', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76719, 2053, '0', 'default', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76720, 7467, '0', 'preview', '2025-03-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76721, 7312, '0', 'default', '2025-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76722, 7949, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76723, 7461, '0', 'preview', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76724, 7946, '0', 'preview', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76725, 7463, '0', 'preview', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76726, 5621, '0', 'preview', '2025-03-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76727, 7746, '0', 'default', '2025-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76728, 7948, '0', 'default', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76729, 7622, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76730, 7952, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76731, 7952, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76732, 7472, '0', 'preview', '2025-03-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76733, 7954, '0', 'preview', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76734, 7741, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76735, 2065, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76736, 7625, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76737, 7623, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76738, 2113, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76739, 2067, '0', 'preview', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76740, 5622, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76741, 1955, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76742, 7950, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76743, 2178, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76744, 6421, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76745, 1952, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76746, 7737, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76747, 1967, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76748, 7745, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76749, 7745, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76750, 7748, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76751, 7749, '0', 'preview', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76752, 7622, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76753, 2198, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76754, 2200, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76755, 7475, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76756, 7311, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76757, 7460, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76758, 7946, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76759, 7463, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76760, 1886, '0', 'default', '2025-03-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76761, 7742, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76762, 7473, '0', 'preview', '2025-03-14', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76763, 7312, '0', 'preview', '2025-03-14', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76764, 2176, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76765, 1935, '0', 'preview', '2025-03-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76766, 1930, '0', 'preview', '2025-03-14', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76767, 2113, '0', 'preview', '2025-03-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76768, 7465, '0', 'preview', '2025-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76769, 2087, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76770, 7471, '0', 'preview', '2025-03-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76771, 2086, '0', 'preview', '2025-03-14', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76772, 7624, '0', 'preview', '2025-03-14', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76773, 7623, '0', 'preview', '2025-03-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76774, 7621, '0', 'preview', '2025-03-14', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76775, 7954, '0', 'preview', '2025-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76776, 1950, '0', 'preview', '2025-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76777, 2200, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76778, 7466, '0', 'preview', '2025-03-14', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76779, 5622, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76780, 2093, '0', 'default', '2025-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76781, 7741, '0', 'default', '2025-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76782, 7464, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76783, 7624, '0', 'default', '2025-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76784, 1886, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76785, 2067, '0', 'preview', '2025-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76786, 7312, '0', 'default', '2025-03-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76787, 2067, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76788, 7313, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76789, 7471, '0', 'default', '2025-03-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76790, 7311, '0', 'preview', '2025-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76791, 1912, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76792, 7461, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76793, 7474, '0', 'preview', '2025-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76794, 7467, '0', 'preview', '2025-03-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76795, 7951, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76796, 7737, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76797, 7461, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76798, 1957, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76799, 7460, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76800, 7460, '0', 'preview', '2025-03-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76801, 5621, '0', 'preview', '2025-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76802, 7622, '0', 'preview', '2025-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76803, 7311, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76804, 2049, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76805, 1938, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76806, 7746, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76807, 2093, '0', 'preview', '2025-03-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76808, 7737, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76809, 1952, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76810, 7472, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76811, 7741, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76812, 2201, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76813, 7466, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76814, 7474, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76815, 7621, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76816, 7948, '0', 'default', '2025-03-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76817, 7746, '0', 'default', '2025-03-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76818, 7954, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76819, 1931, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76820, 1932, '0', 'default', '2025-03-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76821, 7621, '0', 'preview', '2025-03-15', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76822, 7621, '0', 'default', '2025-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76823, 7312, '0', 'default', '2025-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76824, 7624, '0', 'preview', '2025-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76825, 7623, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76826, 7312, '0', 'preview', '2025-03-15', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76827, 7471, '0', 'default', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76828, 7623, '0', 'default', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76829, 1964, '0', 'default', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76830, 1967, '0', 'preview', '2025-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76831, 7737, '0', 'preview', '2025-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76832, 7471, '0', 'preview', '2025-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76833, 2053, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76834, 1935, '0', 'preview', '2025-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76835, 2113, '0', 'preview', '2025-03-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76836, 1930, '0', 'preview', '2025-03-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76837, 7474, '0', 'preview', '2025-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76838, 2086, '0', 'preview', '2025-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76839, 7473, '0', 'preview', '2025-03-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76840, 7467, '0', 'preview', '2025-03-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76841, 7465, '0', 'preview', '2025-03-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76842, 2093, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76843, 7749, '0', 'default', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76844, 7954, '0', 'preview', '2025-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76845, 1950, '0', 'preview', '2025-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76846, 7738, '0', 'preview', '2025-03-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76847, 7741, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76848, 7622, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76849, 7475, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76850, 7737, '0', 'default', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76851, 2200, '0', 'default', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76852, 5622, '0', 'default', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76853, 7466, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76854, 7474, '0', 'default', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76855, 2051, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76856, 7746, '0', 'default', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76857, 7950, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76858, 5622, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76859, 7951, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76860, 7461, '0', 'preview', '2025-03-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76861, 7312, '0', 'preview', '2025-03-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76862, 7473, '0', 'preview', '2025-03-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76863, 7741, '0', 'default', '2025-03-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76864, 7737, '0', 'preview', '2025-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76865, 7621, '0', 'preview', '2025-03-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76866, 7623, '0', 'preview', '2025-03-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76867, 7471, '0', 'preview', '2025-03-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76868, 1930, '0', 'preview', '2025-03-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76869, 2093, '0', 'preview', '2025-03-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76870, 7624, '0', 'preview', '2025-03-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76871, 2067, '0', 'preview', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76872, 7466, '0', 'preview', '2025-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76873, 7748, '0', 'preview', '2025-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76874, 7465, '0', 'preview', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76875, 7741, '0', 'preview', '2025-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76876, 7738, '0', 'preview', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76877, 2113, '0', 'preview', '2025-03-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76878, 2086, '0', 'preview', '2025-03-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76879, 7463, '0', 'preview', '2025-03-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76880, 1918, '0', 'default', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76881, 7953, '0', 'default', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76882, 7464, '0', 'default', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76883, 1935, '0', 'preview', '2025-03-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76884, 7622, '0', 'preview', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76885, 7471, '0', 'default', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76886, 1930, '0', 'default', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76887, 7749, '0', 'preview', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76888, 2201, '0', 'preview', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76889, 7948, '0', 'preview', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76890, 2176, '0', 'preview', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76891, 7461, '0', 'preview', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76892, 6422, '0', 'default', '2025-03-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76893, 7312, '0', 'preview', '2025-03-17', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76894, 7473, '0', 'preview', '2025-03-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76895, 7312, '0', 'default', '2025-03-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76896, 1930, '0', 'preview', '2025-03-17', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76897, 7623, '0', 'preview', '2025-03-17', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76898, 7621, '0', 'preview', '2025-03-17', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76899, 7624, '0', 'preview', '2025-03-17', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76900, 7474, '0', 'preview', '2025-03-17', 11);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76901, 7464, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76902, 7463, '0', 'preview', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76903, 7737, '0', 'preview', '2025-03-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76904, 7474, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76905, 7622, '0', 'preview', '2025-03-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76906, 7749, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76907, 7953, '0', 'preview', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76908, 7471, '0', 'default', '2025-03-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76909, 1935, '0', 'preview', '2025-03-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76910, 7475, '0', 'preview', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76911, 7471, '0', 'preview', '2025-03-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76912, 5622, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76913, 1912, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76914, 7948, '0', 'default', '2025-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76915, 7746, '0', 'default', '2025-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76916, 2113, '0', 'preview', '2025-03-17', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76917, 2093, '0', 'preview', '2025-03-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76918, 2086, '0', 'preview', '2025-03-17', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76919, 1950, '0', 'preview', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76920, 2067, '0', 'preview', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76921, 7461, '0', 'preview', '2025-03-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76922, 7952, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76923, 7465, '0', 'preview', '2025-03-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76924, 7466, '0', 'preview', '2025-03-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76925, 7467, '0', 'preview', '2025-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76926, 7954, '0', 'preview', '2025-03-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76927, 7460, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76928, 7741, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76929, 7621, '0', 'default', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76930, 2198, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76931, 7738, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76932, 1950, '0', 'default', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76933, 7949, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76934, 7950, '0', 'default', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76935, 7951, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76936, 6421, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76937, 1952, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76938, 7737, '0', 'default', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76939, 7946, '0', 'default', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76940, 2086, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76941, 1967, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76942, 7947, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76943, 7745, '0', 'preview', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76944, 7311, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76945, 7946, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76946, 7745, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76947, 5621, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76948, 7944, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76949, 7949, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76950, 7950, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76951, 6421, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76952, 7738, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76953, 7741, '0', 'preview', '2025-03-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76954, 2198, '0', 'preview', '2025-03-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76955, 7740, '0', 'preview', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76956, 2053, '0', 'default', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76957, 7311, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76958, 7952, '0', 'default', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76959, 2113, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76960, 7739, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76961, 1886, '0', 'preview', '2025-03-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76962, 1918, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76963, 1938, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76964, 2065, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76965, 2176, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76966, 7746, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76967, 2201, '0', 'preview', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76968, 1932, '0', 'preview', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76969, 1967, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76970, 7623, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76971, 7624, '0', 'default', '2025-03-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76972, 7312, '0', 'preview', '2025-03-18', 64);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76973, 7621, '0', 'preview', '2025-03-18', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76974, 7623, '0', 'preview', '2025-03-18', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76975, 7471, '0', 'default', '2025-03-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76976, 7624, '0', 'preview', '2025-03-18', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76977, 1950, '0', 'preview', '2025-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76978, 2086, '0', 'preview', '2025-03-18', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76979, 7473, '0', 'preview', '2025-03-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76980, 7465, '0', 'preview', '2025-03-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76981, 7741, '0', 'preview', '2025-03-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76982, 2093, '0', 'preview', '2025-03-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76983, 7952, '0', 'preview', '2025-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76984, 7474, '0', 'preview', '2025-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76985, 7467, '0', 'preview', '2025-03-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76986, 7461, '0', 'default', '2025-03-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76987, 7741, '0', 'default', '2025-03-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76988, 7464, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76989, 1935, '0', 'preview', '2025-03-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76990, 7471, '0', 'preview', '2025-03-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76991, 1930, '0', 'preview', '2025-03-18', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76992, 2053, '0', 'default', '2025-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76993, 2176, '0', 'preview', '2025-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76994, 2113, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76995, 2113, '0', 'preview', '2025-03-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76996, 7461, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76997, 7742, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76998, 7622, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76999, 7746, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77000, 7742, '0', 'preview', '2025-03-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77001, 7622, '0', 'preview', '2025-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77002, 7312, '0', 'default', '2025-03-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77003, 7475, '0', 'preview', '2025-03-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77004, 1930, '0', 'default', '2025-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77005, 7737, '0', 'default', '2025-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77006, 1967, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77007, 1967, '0', 'preview', '2025-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77008, 7467, '0', 'default', '2025-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77009, 7466, '0', 'preview', '2025-03-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77010, 7466, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77011, 7465, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77012, 2049, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77013, 7623, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77014, 7954, '0', 'default', '2025-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77015, 1918, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77016, 1950, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77017, 7951, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77018, 6421, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77019, 7953, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77020, 7475, '0', 'default', '2025-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77021, 2066, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77022, 7463, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77023, 7739, '0', 'preview', '2025-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77024, 1924, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77025, 7954, '0', 'preview', '2025-03-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77026, 2087, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77027, 2166, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77028, 1917, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77029, 5621, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77030, 7737, '0', 'preview', '2025-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77031, 7311, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77032, 7621, '0', 'default', '2025-03-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77033, 7460, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77034, 2067, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77035, 7624, '0', 'default', '2025-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77036, 7740, '0', 'preview', '2025-03-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77037, 7952, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77038, 2053, '0', 'preview', '2025-03-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77039, 1960, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77040, 6421, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77041, 7949, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77042, 7311, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77043, 1950, '0', 'preview', '2025-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77044, 5622, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77045, 7621, '0', 'preview', '2025-03-19', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77046, 7466, '0', 'preview', '2025-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77047, 7465, '0', 'preview', '2025-03-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77048, 7312, '0', 'default', '2025-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77049, 7623, '0', 'preview', '2025-03-19', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77050, 7473, '0', 'preview', '2025-03-19', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77051, 7312, '0', 'preview', '2025-03-19', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77052, 7471, '0', 'default', '2025-03-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77053, 2053, '0', 'preview', '2025-03-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77054, 7624, '0', 'preview', '2025-03-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77055, 2086, '0', 'preview', '2025-03-19', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77056, 1935, '0', 'preview', '2025-03-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77057, 2113, '0', 'preview', '2025-03-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77058, 1930, '0', 'preview', '2025-03-19', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77059, 7472, '0', 'default', '2025-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77060, 7954, '0', 'preview', '2025-03-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77061, 2093, '0', 'preview', '2025-03-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77062, 7471, '0', 'preview', '2025-03-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77063, 7622, '0', 'preview', '2025-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77064, 7741, '0', 'preview', '2025-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77065, 1967, '0', 'preview', '2025-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77066, 7737, '0', 'preview', '2025-03-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77067, 7461, '0', 'preview', '2025-03-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77068, 2177, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77069, 7745, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77070, 7464, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77071, 7742, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77072, 7954, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77073, 2053, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77074, 2054, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77075, 7952, '0', 'preview', '2025-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77076, 5621, '0', 'default', '2025-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77077, 7475, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77078, 1931, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77079, 2178, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77080, 7950, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77081, 6421, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77082, 5622, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77083, 7737, '0', 'default', '2025-03-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77084, 7747, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77085, 7467, '0', 'preview', '2025-03-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77086, 7470, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77087, 7949, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77088, 7625, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77089, 2065, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77090, 7749, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77091, 7465, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77092, 7624, '0', 'default', '2025-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77093, 7748, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77094, 7750, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77095, 2067, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77096, 2201, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77097, 7473, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77098, 2201, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77099, 7748, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77100, 2158, '0', 'preview', '2025-03-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77101, 7621, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77102, 7741, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77103, 7461, '0', 'default', '2025-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77104, 1917, '0', 'preview', '2025-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77105, 7953, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77106, 7953, '0', 'preview', '2025-03-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77107, 1967, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77108, 7951, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77109, 7951, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77110, 6421, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77111, 7950, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77112, 2093, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77113, 1930, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77114, 1935, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77115, 7738, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77116, 2178, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77117, 7472, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77118, 7949, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77119, 1886, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77120, 1960, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77121, 1930, '0', 'preview', '2025-03-20', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77122, 2093, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77123, 1935, '0', 'preview', '2025-03-20', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77124, 7312, '0', 'preview', '2025-03-20', 55);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77125, 7473, '0', 'preview', '2025-03-20', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77126, 7621, '0', 'preview', '2025-03-20', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77127, 7471, '0', 'preview', '2025-03-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77128, 7623, '0', 'preview', '2025-03-20', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77129, 2113, '0', 'preview', '2025-03-20', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77130, 7466, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77131, 2086, '0', 'preview', '2025-03-20', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77132, 7312, '0', 'default', '2025-03-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77133, 7624, '0', 'preview', '2025-03-20', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77134, 7737, '0', 'preview', '2025-03-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77135, 7467, '0', 'preview', '2025-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77136, 1950, '0', 'preview', '2025-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77137, 1930, '0', 'default', '2025-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77138, 1935, '0', 'default', '2025-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77139, 1937, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77140, 2113, '0', 'default', '2025-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77141, 7472, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77142, 2067, '0', 'default', '2025-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77143, 7467, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77144, 7738, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77145, 7624, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77146, 7742, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77147, 1912, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77148, 2152, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77149, 7622, '0', 'preview', '2025-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77150, 2093, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77151, 1967, '0', 'default', '2025-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77152, 1967, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77153, 7471, '0', 'default', '2025-03-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77154, 7474, '0', 'preview', '2025-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77155, 7954, '0', 'preview', '2025-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77156, 7946, '0', 'default', '2025-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77157, 7463, '0', 'default', '2025-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77158, 7621, '0', 'default', '2025-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77159, 7741, '0', 'preview', '2025-03-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77160, 2201, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77161, 7740, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77162, 7311, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77163, 1912, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77164, 7954, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77165, 7311, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77166, 2053, '0', 'preview', '2025-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77167, 7475, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77168, 2051, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77169, 7738, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77170, 7465, '0', 'preview', '2025-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77171, 1938, '0', 'preview', '2025-03-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77172, 2176, '0', 'preview', '2025-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77173, 2198, '0', 'preview', '2025-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77174, 1937, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77175, 7739, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77176, 1931, '0', 'preview', '2025-03-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77177, 7949, '0', 'preview', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77178, 2158, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77179, 7461, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77180, 7741, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77181, 7740, '0', 'default', '2025-03-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77182, 7312, '0', 'preview', '2025-03-21', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77183, 7621, '0', 'preview', '2025-03-21', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77184, 7623, '0', 'preview', '2025-03-21', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77185, 7463, '0', 'preview', '2025-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77186, 7462, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77187, 7622, '0', 'preview', '2025-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77188, 7461, '0', 'preview', '2025-03-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77189, 2086, '0', 'preview', '2025-03-21', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77190, 7467, '0', 'preview', '2025-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77191, 7473, '0', 'preview', '2025-03-21', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77192, 1950, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77193, 2113, '0', 'preview', '2025-03-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77194, 7471, '0', 'preview', '2025-03-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77195, 7624, '0', 'preview', '2025-03-21', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77196, 7471, '0', 'default', '2025-03-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77197, 7464, '0', 'default', '2025-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77198, 7741, '0', 'default', '2025-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77199, 2093, '0', 'preview', '2025-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77200, 7621, '0', 'default', '2025-03-21', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77201, 7946, '0', 'default', '2025-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77202, 7748, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77203, 7947, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77204, 1938, '0', 'preview', '2025-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77205, 1930, '0', 'preview', '2025-03-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77206, 1935, '0', 'preview', '2025-03-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77207, 7954, '0', 'preview', '2025-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77208, 2153, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77209, 2154, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77210, 7952, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77211, 7312, '0', 'default', '2025-03-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77212, 1967, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77213, 7737, '0', 'default', '2025-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77214, 7954, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77215, 2067, '0', 'default', '2025-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77216, 2158, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77217, 7953, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77218, 7623, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77219, 2053, '0', 'default', '2025-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77220, 5622, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77221, 1955, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77222, 1950, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77223, 5622, '0', 'preview', '2025-03-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77224, 7748, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77225, 2086, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77226, 7737, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77227, 7474, '0', 'preview', '2025-03-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77228, 5621, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77229, 2176, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77230, 1964, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77231, 7465, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77232, 2051, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77233, 2165, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77234, 7313, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77235, 7741, '0', 'default', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77236, 7473, '0', 'default', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77237, 7473, '0', 'preview', '2025-03-22', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77238, 7749, '0', 'default', '2025-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77239, 7750, '0', 'default', '2025-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77240, 7621, '0', 'default', '2025-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77241, 7312, '0', 'preview', '2025-03-22', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77242, 7312, '0', 'default', '2025-03-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77243, 7461, '0', 'preview', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77244, 7465, '0', 'default', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77245, 7471, '0', 'preview', '2025-03-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77246, 7623, '0', 'preview', '2025-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77247, 7621, '0', 'preview', '2025-03-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77248, 7737, '0', 'default', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77249, 7624, '0', 'preview', '2025-03-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77250, 2200, '0', 'default', '2025-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77251, 2086, '0', 'preview', '2025-03-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77252, 2053, '0', 'default', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77253, 2198, '0', 'default', '2025-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77254, 7623, '0', 'default', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77255, 2201, '0', 'preview', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77256, 7748, '0', 'preview', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77257, 7622, '0', 'preview', '2025-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77258, 1930, '0', 'preview', '2025-03-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77259, 2113, '0', 'preview', '2025-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77260, 1935, '0', 'preview', '2025-03-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77261, 7471, '0', 'default', '2025-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77262, 1950, '0', 'preview', '2025-03-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77263, '1950\\\'', '0', 'preview', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77264, 1886, '0', 'preview', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77265, 7463, '0', 'preview', '2025-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77266, 2067, '0', 'preview', '2025-03-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77267, '2067\\\'', '0', 'preview', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77268, 7953, '0', 'preview', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77269, 7464, '0', 'default', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77270, 7465, '0', 'preview', '2025-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77271, 2176, '0', 'default', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77272, 2176, '0', 'preview', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77273, 1938, '0', 'default', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77274, 2177, '0', 'default', '2025-03-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77275, 7742, '0', 'preview', '2025-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77276, 7741, '0', 'preview', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77277, 7740, '0', 'preview', '2025-03-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77278, 2051, '0', 'preview', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77279, 2093, '0', 'preview', '2025-03-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77280, 7624, '0', 'preview', '2025-03-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77281, 5621, '0', 'preview', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77282, 7745, '0', 'default', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77283, 7745, '0', 'preview', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77284, 7466, '0', 'preview', '2025-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77285, 7465, '0', 'preview', '2025-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77286, 1930, '0', 'preview', '2025-03-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77287, 2086, '0', 'preview', '2025-03-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77288, 7621, '0', 'preview', '2025-03-23', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77289, 2113, '0', 'preview', '2025-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77290, 7473, '0', 'preview', '2025-03-23', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77291, 2093, '0', 'preview', '2025-03-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77292, 1886, '0', 'preview', '2025-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77293, 7471, '0', 'preview', '2025-03-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77294, 1964, '0', 'default', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77295, 7312, '0', 'default', '2025-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77296, 7623, '0', 'preview', '2025-03-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77297, 2087, '0', 'default', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77298, 1918, '0', 'default', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77299, 1950, '0', 'preview', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77300, 7312, '0', 'preview', '2025-03-23', 14);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77301, 7474, '0', 'preview', '2025-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77302, 7954, '0', 'preview', '2025-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77303, 1935, '0', 'preview', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77304, 7464, '0', 'default', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77305, 7474, '0', 'default', '2025-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77306, 7622, '0', 'preview', '2025-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77307, 7475, '0', 'preview', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77308, 2151, '0', 'default', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77309, 7741, '0', 'default', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77310, 7946, '0', 'default', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77311, 7471, '0', 'default', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77312, 1967, '0', 'preview', '2025-03-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77313, 2153, '0', 'preview', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77314, 1960, '0', 'preview', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77315, 2158, '0', 'preview', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77316, 2200, '0', 'default', '2025-03-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77317, 7621, '0', 'preview', '2025-03-24', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77318, 7623, '0', 'preview', '2025-03-24', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77319, 7312, '0', 'preview', '2025-03-24', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77320, 7473, '0', 'preview', '2025-03-24', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77321, 7741, '0', 'default', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77322, 7461, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77323, 2178, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77324, 2178, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77325, 1930, '0', 'preview', '2025-03-24', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77326, 7461, '0', 'preview', '2025-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77327, 7471, '0', 'preview', '2025-03-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77328, 2065, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77329, 2086, '0', 'preview', '2025-03-24', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77330, 2093, '0', 'preview', '2025-03-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77331, 7624, '0', 'preview', '2025-03-24', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77332, 1935, '0', 'preview', '2025-03-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77333, 7749, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77334, 7471, '0', 'default', '2025-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77335, 2113, '0', 'preview', '2025-03-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77336, 7465, '0', 'preview', '2025-03-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77337, 7466, '0', 'preview', '2025-03-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77338, 2086, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77339, 1931, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77340, 7742, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77341, 7475, '0', 'preview', '2025-03-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77342, 7311, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77343, 7745, '0', 'default', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77344, 1950, '0', 'preview', '2025-03-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77345, 7464, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77346, 1915, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77347, 7623, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77348, 7954, '0', 'preview', '2025-03-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77349, 7737, '0', 'preview', '2025-03-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77350, 5621, '0', 'preview', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77351, 7474, '0', 'preview', '2025-03-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77352, 7621, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77353, 1930, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77354, 7312, '0', 'default', '2025-03-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77355, 7467, '0', 'preview', '2025-03-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77356, 7464, '0', 'preview', '2025-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77357, 2200, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77358, 7747, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77359, 1957, '0', 'default', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77360, 1957, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77361, 7737, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77362, 7463, '0', 'default', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77363, 2053, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77364, 7313, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77365, 7311, '0', 'preview', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77366, 2200, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77367, 7463, '0', 'preview', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77368, 7948, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77369, 1967, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77370, 7945, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77371, 7954, '0', 'default', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77372, 7739, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77373, 7746, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77374, 7741, '0', 'preview', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77375, 1938, '0', 'preview', '2025-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77376, 2067, '0', 'preview', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77377, 7952, '0', 'default', '2025-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77378, 7462, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77379, 1938, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77380, 2176, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77381, 1912, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77382, 7951, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77383, 7951, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77384, 7949, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77385, 5622, '0', 'preview', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77386, 7950, '0', 'preview', '2025-03-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77387, 2051, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77388, 7952, '0', 'preview', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77389, 2053, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77390, 1931, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77391, 2176, '0', 'preview', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77392, 1955, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77393, 7738, '0', 'preview', '2025-03-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77394, 1952, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77395, 6422, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77396, 6421, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77397, 2177, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77398, 7738, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77399, 7469, '0', 'preview', '2025-03-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77400, 7624, '0', 'preview', '2025-03-25', 20);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77401, 7621, '0', 'preview', '2025-03-25', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77402, 7623, '0', 'preview', '2025-03-25', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77403, 2086, '0', 'preview', '2025-03-25', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77404, 7954, '0', 'preview', '2025-03-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77405, 1886, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77406, 7312, '0', 'preview', '2025-03-25', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77407, 7748, '0', 'default', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77408, 7464, '0', 'default', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77409, 7946, '0', 'default', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77410, 7950, '0', 'preview', '2025-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77411, 1914, '0', 'preview', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77412, 7748, '0', 'preview', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77413, 7471, '0', 'preview', '2025-03-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77414, 7473, '0', 'preview', '2025-03-25', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77415, 1950, '0', 'preview', '2025-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77416, 7312, '0', 'default', '2025-03-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77417, 1935, '0', 'preview', '2025-03-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77418, 2113, '0', 'preview', '2025-03-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77419, 7465, '0', 'preview', '2025-03-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77420, 7466, '0', 'preview', '2025-03-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77421, 7741, '0', 'preview', '2025-03-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77422, 7741, '0', 'default', '2025-03-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77423, 2067, '0', 'preview', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77424, 7737, '0', 'preview', '2025-03-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77425, 7745, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77426, 1930, '0', 'preview', '2025-03-25', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77427, 7625, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77428, 7461, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77429, 7311, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77430, 7467, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77431, 7746, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77432, 7311, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77433, 1912, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77434, '2086\\\'', '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77435, 2093, '0', 'preview', '2025-03-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77436, 7952, '0', 'preview', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77437, 7474, '0', 'preview', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77438, 7467, '0', 'preview', '2025-03-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77439, 1931, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77440, 2012, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77441, 2166, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77442, 2012, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77443, 2053, '0', 'preview', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77444, 7313, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77445, 7464, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77446, 7471, '0', 'default', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77447, 7745, '0', 'default', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77448, 7747, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77449, 7474, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77450, 7622, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77451, 7706, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77452, 2054, '0', 'preview', '2025-03-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77453, 2176, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77454, 2113, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77455, 2200, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77456, 7472, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77457, 7475, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77458, 7461, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77459, 7460, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77460, 7621, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77461, 7624, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77462, 7737, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77463, 7948, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77464, 2051, '0', 'preview', '2025-03-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77465, 1964, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77466, 2158, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77467, 7475, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77468, 2154, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77469, 7472, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77470, 7461, '0', 'preview', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77471, 7466, '0', 'preview', '2025-03-26', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77472, 7312, '0', 'default', '2025-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77473, 7312, '0', 'preview', '2025-03-26', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77474, 1930, '0', 'preview', '2025-03-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77475, 2086, '0', 'preview', '2025-03-26', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77476, 7623, '0', 'preview', '2025-03-26', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77477, 2054, '0', 'preview', '2025-03-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77478, 7946, '0', 'default', '2025-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77479, 7464, '0', 'default', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77480, 7748, '0', 'default', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77481, 7621, '0', 'preview', '2025-03-26', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77482, 2113, '0', 'preview', '2025-03-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77483, 1935, '0', 'preview', '2025-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77484, 7472, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77485, 7471, '0', 'preview', '2025-03-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77486, 2051, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77487, 2051, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77488, 1964, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77489, 2065, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77490, 7741, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77491, 2067, '0', 'preview', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77492, 2093, '0', 'preview', '2025-03-26', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77493, 7952, '0', 'preview', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77494, 7473, '0', 'preview', '2025-03-26', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77495, 7737, '0', 'default', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77496, 1967, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77497, 7471, '0', 'default', '2025-03-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77498, 1931, '0', 'default', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77499, 2149, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77500, 7954, '0', 'default', '2025-03-26', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77501, 7622, '0', 'preview', '2025-03-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77502, 7624, '0', 'preview', '2025-03-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77503, 7748, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77504, 7745, '0', 'preview', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77505, 2200, '0', 'preview', '2025-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77506, 7749, '0', 'default', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77507, 7747, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77508, 1952, '0', 'preview', '2025-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77509, 7475, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77510, 1950, '0', 'preview', '2025-03-26', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77511, 5622, '0', 'preview', '2025-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77512, 7949, '0', 'preview', '2025-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77513, 1957, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77514, 6421, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77515, 7738, '0', 'preview', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77516, 7474, '0', 'preview', '2025-03-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77517, 7464, '0', 'preview', '2025-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77518, 7737, '0', 'preview', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77519, 5621, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77520, 7467, '0', 'preview', '2025-03-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77521, 2053, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77522, 7465, '0', 'preview', '2025-03-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77523, 7954, '0', 'preview', '2025-03-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77524, 1957, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77525, 7472, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77526, 7466, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77527, 7467, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77528, 7621, '0', 'default', '2025-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77529, 1967, '0', 'preview', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77530, 7741, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77531, 7951, '0', 'preview', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77532, 7738, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77533, 7950, '0', 'preview', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77534, 7465, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77535, 7624, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77536, 2012, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77537, 7311, '0', 'preview', '2025-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77538, 7461, '0', 'default', '2025-03-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77539, 7947, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77540, 1938, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77541, 1932, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77542, 2198, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77543, 7625, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77544, 7469, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77545, 7470, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77546, 7468, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77547, 7739, '0', 'preview', '2025-03-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77548, 7740, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77549, 7473, '0', 'default', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77550, 7311, '0', 'default', '2025-03-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77551, 1912, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77552, 1886, '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77553, '7473\\\'', '0', 'preview', '2025-03-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77554, 7312, '0', 'preview', '2025-03-27', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77555, 2093, '0', 'preview', '2025-03-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77556, 7624, '0', 'preview', '2025-03-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77557, 7623, '0', 'preview', '2025-03-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77558, 7621, '0', 'preview', '2025-03-27', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77559, 7473, '0', 'preview', '2025-03-27', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77560, 1930, '0', 'preview', '2025-03-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77561, 7465, '0', 'preview', '2025-03-27', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77562, 2086, '0', 'preview', '2025-03-27', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77563, 7471, '0', 'preview', '2025-03-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77564, 7311, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77565, 7313, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77566, 7472, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77567, 7461, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77568, 7460, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77569, 1924, '0', 'preview', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77570, 7463, '0', 'preview', '2025-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77571, 2113, '0', 'preview', '2025-03-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77572, 2177, '0', 'default', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77573, 7946, '0', 'default', '2025-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77574, 7464, '0', 'default', '2025-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77575, 7748, '0', 'default', '2025-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77576, 1935, '0', 'preview', '2025-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77577, 7466, '0', 'preview', '2025-03-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77578, 7951, '0', 'preview', '2025-03-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77579, 7951, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77580, 7738, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77581, 7467, '0', 'preview', '2025-03-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77582, 7622, '0', 'preview', '2025-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77583, 1952, '0', 'preview', '2025-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77584, 7738, '0', 'preview', '2025-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77585, 1950, '0', 'preview', '2025-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77586, 7949, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77587, 5622, '0', 'preview', '2025-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77588, 2178, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77589, 1957, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77590, 7748, '0', 'preview', '2025-03-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77591, 7749, '0', 'preview', '2025-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77592, 7750, '0', 'preview', '2025-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77593, 2201, '0', 'preview', '2025-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77594, 7746, '0', 'preview', '2025-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77595, 7742, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77596, 7744, '0', 'preview', '2025-03-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77597, 7744, '0', 'default', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77598, 7745, '0', 'preview', '2025-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77599, 7747, '0', 'preview', '2025-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77600, 2200, '0', 'preview', '2025-03-27', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77601, 7741, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77602, 7739, '0', 'preview', '2025-03-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77603, 2198, '0', 'preview', '2025-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77604, 2053, '0', 'preview', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77605, 7467, '0', 'default', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77606, 2054, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77607, 7737, '0', 'default', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77608, 1967, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77609, 7311, '0', 'default', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77610, 1912, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77611, 7471, '0', 'default', '2025-03-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77612, 7475, '0', 'preview', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77613, 2176, '0', 'preview', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77614, 7624, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77615, 7312, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77616, 2201, '0', 'default', '2025-03-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77617, 7740, '0', 'preview', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77618, 7461, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77619, 7466, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77620, 7621, '0', 'default', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77621, 1966, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77622, 1966, '0', 'preview', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77623, 7954, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77624, 2067, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77625, 2176, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77626, 7474, '0', 'preview', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77627, 7465, '0', 'default', '2025-03-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77628, 7954, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77629, 7740, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77630, 7947, '0', 'preview', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77631, 7468, '0', 'preview', '2025-03-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77632, 7467, '0', 'preview', '2025-03-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77633, 1930, '0', 'preview', '2025-03-28', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77634, 1935, '0', 'preview', '2025-03-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77635, 2086, '0', 'preview', '2025-03-28', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77636, 7748, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77637, 7473, '0', 'preview', '2025-03-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77638, 2093, '0', 'preview', '2025-03-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77639, 2113, '0', 'preview', '2025-03-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77640, 1931, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77641, 1912, '0', 'preview', '2025-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77642, 7740, '0', 'default', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77643, 7312, '0', 'default', '2025-03-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77644, 7312, '0', 'preview', '2025-03-28', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77645, 7311, '0', 'preview', '2025-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77646, 7471, '0', 'preview', '2025-03-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77647, 7313, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77648, 7471, '0', 'default', '2025-03-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77649, 7952, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77650, 7954, '0', 'preview', '2025-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77651, 7737, '0', 'preview', '2025-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77652, 7466, '0', 'preview', '2025-03-28', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77653, 7621, '0', 'preview', '2025-03-28', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77654, 1960, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77655, 7461, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77656, 7947, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77657, 7740, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77658, 7946, '0', 'default', '2025-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77659, 7464, '0', 'default', '2025-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77660, 2151, '0', 'default', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77661, 2151, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77662, 5621, '0', 'default', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77663, 5621, '0', 'preview', '2025-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77664, 2012, '0', 'default', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77665, 2012, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77666, 7741, '0', 'preview', '2025-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77667, 2198, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77668, 7623, '0', 'preview', '2025-03-28', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77669, 7622, '0', 'preview', '2025-03-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77670, 1938, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77671, 7748, '0', 'default', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77672, 7465, '0', 'preview', '2025-03-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77673, 2054, '0', 'preview', '2025-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77674, 5622, '0', 'default', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77675, 7624, '0', 'preview', '2025-03-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77676, 1952, '0', 'preview', '2025-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77677, 7474, '0', 'preview', '2025-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77678, 1967, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77679, 2158, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77680, 6421, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77681, 7951, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77682, 5622, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77683, 7949, '0', 'preview', '2025-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77684, 7621, '0', 'default', '2025-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77685, 7311, '0', 'default', '2025-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77686, 1950, '0', 'preview', '2025-03-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77687, 7738, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77688, 2176, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77689, 7950, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77690, 7475, '0', 'default', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77691, 1964, '0', 'default', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77692, 2051, '0', 'default', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77693, 7706, '0', 'preview', '2025-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77694, 7460, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77695, 1886, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77696, 7952, '0', 'default', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77697, 7741, '0', 'default', '2025-03-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77698, 2067, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77699, 7623, '0', 'default', '2025-03-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77700, 7739, '0', 'default', '2025-03-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77701, 7471, '0', 'default', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77702, 7475, '0', 'default', '2025-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77703, 2051, '0', 'default', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77704, 1930, '0', 'preview', '2025-03-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77705, 2113, '0', 'preview', '2025-03-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77706, 1935, '0', 'preview', '2025-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77707, 7473, '0', 'preview', '2025-03-29', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77708, 7312, '0', 'preview', '2025-03-29', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77709, 7741, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77710, 7471, '0', 'preview', '2025-03-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77711, 7623, '0', 'preview', '2025-03-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77712, 1950, '0', 'default', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77713, 2086, '0', 'preview', '2025-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77714, 7621, '0', 'preview', '2025-03-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77715, 7624, '0', 'preview', '2025-03-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77716, 1930, '0', 'default', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77717, 1913, '0', 'preview', '2025-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77718, 7467, '0', 'preview', '2025-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77719, 7466, '0', 'preview', '2025-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77720, 7472, '0', 'default', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77721, 5622, '0', 'preview', '2025-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77722, 7738, '0', 'preview', '2025-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77723, 7474, '0', 'preview', '2025-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77724, 1950, '0', 'preview', '2025-03-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77725, '1950\\\'', '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77726, 7472, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77727, 7462, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77728, 1952, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77729, 7460, '0', 'preview', '2025-03-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77730, 6422, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77731, 2166, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77732, 1924, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77733, 7468, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77734, 1914, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77735, 2051, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77736, 2178, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77737, 6421, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77738, 7465, '0', 'preview', '2025-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77739, 7311, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77740, 2150, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77741, 2067, '0', 'preview', '2025-03-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77742, '2067\\\'', '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77743, 1957, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77744, 2165, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77745, 1955, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77746, 2149, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77747, 7469, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77748, 2049, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77749, 1964, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77750, 2087, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77751, 1960, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77752, 2154, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77753, 7470, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77754, 2198, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77755, 1938, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77756, 2054, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77757, 1917, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77758, 1933, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77759, 1932, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77760, 2158, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77761, 7744, '0', 'default', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77762, 7748, '0', 'preview', '2025-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77763, 2151, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77764, 7745, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77765, 2066, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77766, 1918, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77767, 7464, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77768, 7463, '0', 'preview', '2025-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77769, 2201, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77770, 2012, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77771, 2152, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77772, 5621, '0', 'preview', '2025-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77773, 1937, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77774, 7475, '0', 'preview', '2025-03-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77775, 1966, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77776, 1908, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77777, 2176, '0', 'preview', '2025-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77778, 7954, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77779, 7313, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77780, 2053, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77781, 2093, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77782, 1967, '0', 'preview', '2025-03-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77783, 7622, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77784, 1916, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77785, 7737, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77786, 1912, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77787, 1931, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77788, 7461, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77789, 2153, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77790, 2148, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77791, 1915, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77792, 2065, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77793, 1920, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77794, 7948, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77795, '7312\\\'', '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77796, 2200, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77797, 1911, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77798, 2177, '0', 'preview', '2025-03-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77799, 7312, '0', 'preview', '2025-03-30', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77800, 7623, '0', 'preview', '2025-03-30', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77801, 2053, '0', 'default', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77802, 7624, '0', 'preview', '2025-03-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77803, 7473, '0', 'preview', '2025-03-30', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77804, 1935, '0', 'preview', '2025-03-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77805, 7621, '0', 'preview', '2025-03-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77806, 7621, '0', 'default', '2025-03-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77807, 1886, '0', 'preview', '2025-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77808, 2067, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77809, 7465, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77810, 2200, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77811, 2086, '0', 'preview', '2025-03-30', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77812, 7475, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77813, 7461, '0', 'preview', '2025-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77814, 7471, '0', 'preview', '2025-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77815, 1930, '0', 'preview', '2025-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77816, 2200, '0', 'default', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77817, 7946, '0', 'default', '2025-03-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77818, 7464, '0', 'default', '2025-03-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77819, 7748, '0', 'default', '2025-03-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77820, 1931, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77821, 2113, '0', 'preview', '2025-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77822, 7737, '0', 'preview', '2025-03-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77823, 7312, '0', 'default', '2025-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77824, 7745, '0', 'preview', '2025-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77825, 7750, '0', 'default', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77826, 1938, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77827, 2054, '0', 'preview', '2025-03-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77828, 7311, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77829, 2053, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77830, 7622, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77831, 7463, '0', 'preview', '2025-03-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77832, 7464, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77833, 2176, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77834, 2093, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77835, 2051, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77836, 1964, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77837, 7952, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77838, 1967, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77839, 1932, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77840, 1932, '0', 'default', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77841, 7475, '0', 'default', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77842, 2051, '0', 'default', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77843, 7471, '0', 'default', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77844, 1964, '0', 'default', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77845, 1931, '0', 'default', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77846, 7954, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77847, 7741, '0', 'default', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77848, 2201, '0', 'default', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77849, 2201, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77850, 7467, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77851, 7468, '0', 'preview', '2025-03-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77852, 7473, '0', 'preview', '2025-03-31', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77853, 7946, '0', 'default', '2025-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77854, 7748, '0', 'default', '2025-03-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77855, 7464, '0', 'default', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77856, 1960, '0', 'default', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77857, 7467, '0', 'preview', '2025-03-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77858, 2086, '0', 'default', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77859, 1935, '0', 'preview', '2025-03-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77860, 2086, '0', 'preview', '2025-03-31', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77861, 7953, '0', 'preview', '2025-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77862, 7953, '0', 'default', '2025-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77863, 2113, '0', 'preview', '2025-03-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77864, 7622, '0', 'default', '2025-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77865, 7623, '0', 'default', '2025-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77866, 2053, '0', 'default', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77867, 7624, '0', 'preview', '2025-03-31', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77868, 7312, '0', 'preview', '2025-03-31', 71);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77869, 7623, '0', 'preview', '2025-03-31', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77870, 7621, '0', 'preview', '2025-03-31', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77871, 7466, '0', 'preview', '2025-03-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77872, 7472, '0', 'preview', '2025-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77873, 7465, '0', 'preview', '2025-03-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77874, 1930, '0', 'preview', '2025-03-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77875, 7954, '0', 'preview', '2025-03-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77876, 5621, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77877, 7737, '0', 'preview', '2025-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77878, 1952, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77879, 7474, '0', 'preview', '2025-03-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77880, 6421, '0', 'default', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77881, 1950, '0', 'default', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77882, 7471, '0', 'preview', '2025-03-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77883, 1950, '0', 'preview', '2025-03-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77884, 7312, '0', 'default', '2025-03-31', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77885, 2054, '0', 'default', '2025-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77886, 2067, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77887, 2053, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77888, 2176, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77889, 2176, '0', 'default', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77890, 7475, '0', 'default', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77891, 7471, '0', 'default', '2025-03-31', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77892, 2093, '0', 'preview', '2025-03-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77893, 7954, '0', 'default', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77894, 7461, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77895, 7468, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77896, 7949, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77897, 7464, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77898, 7622, '0', 'preview', '2025-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77899, 7748, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77900, 7311, '0', 'preview', '2025-03-31', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77901, 1913, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77902, 7952, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77903, 1931, '0', 'preview', '2025-03-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77904, 1964, '0', 'default', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77905, 1886, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77906, 1964, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77907, 7475, '0', 'preview', '2025-03-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77908, 7473, '0', 'preview', '2025-04-01', 93);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77909, 7621, '0', 'preview', '2025-04-01', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77910, 2113, '0', 'preview', '2025-04-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77911, 7623, '0', 'preview', '2025-04-01', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77912, 7312, '0', 'preview', '2025-04-01', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77913, 7748, '0', 'default', '2025-04-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77914, 2086, '0', 'preview', '2025-04-01', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77915, 7624, '0', 'preview', '2025-04-01', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77916, 1930, '0', 'preview', '2025-04-01', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77917, 7468, '0', 'preview', '2025-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77918, 7467, '0', 'preview', '2025-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77919, 7471, '0', 'default', '2025-04-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77920, 7466, '0', 'preview', '2025-04-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77921, 7465, '0', 'preview', '2025-04-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77922, 7471, '0', 'preview', '2025-04-01', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77923, 7312, '0', 'default', '2025-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77924, 7313, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77925, 7621, '0', 'default', '2025-04-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77926, 7737, '0', 'default', '2025-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77927, 7463, '0', 'default', '2025-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77928, 2053, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77929, 1964, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77930, 2093, '0', 'preview', '2025-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77931, 1935, '0', 'preview', '2025-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77932, 7741, '0', 'preview', '2025-04-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77933, 7461, '0', 'preview', '2025-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77934, 7462, '0', 'default', '2025-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77935, 2176, '0', 'preview', '2025-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77936, 7467, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77937, 7469, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77938, 7466, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77939, 7952, '0', 'preview', '2025-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77940, 1950, '0', 'preview', '2025-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77941, 7311, '0', 'preview', '2025-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77942, 7460, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77943, 1911, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77944, 7622, '0', 'preview', '2025-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77945, 7954, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77946, 7474, '0', 'preview', '2025-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77947, 7739, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77948, 2198, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77949, 7740, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77950, 7624, '0', 'default', '2025-04-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77951, 7745, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77952, 7743, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77953, 2012, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77954, 2067, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77955, 7473, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77956, 1957, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77957, 7474, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77958, 7463, '0', 'preview', '2025-04-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77959, 2053, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77960, 7311, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77961, 1964, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77962, 2054, '0', 'preview', '2025-04-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77963, 7749, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77964, 7953, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77965, 2158, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77966, 7741, '0', 'default', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77967, 7313, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77968, 1938, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77969, 2177, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77970, 1955, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77971, 7951, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77972, 7950, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77973, 1952, '0', 'preview', '2025-04-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77974, 7624, '0', 'preview', '2025-04-02', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77975, 7623, '0', 'preview', '2025-04-02', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77976, 7312, '0', 'preview', '2025-04-02', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77977, 7312, '0', 'default', '2025-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77978, 7954, '0', 'preview', '2025-04-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77979, 7473, '0', 'preview', '2025-04-02', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77980, 7621, '0', 'preview', '2025-04-02', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77981, 2113, '0', 'preview', '2025-04-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77982, 2093, '0', 'preview', '2025-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77983, 7748, '0', 'default', '2025-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77984, 2200, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77985, 7737, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77986, 7471, '0', 'default', '2025-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77987, 7471, '0', 'preview', '2025-04-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77988, 7465, '0', 'preview', '2025-04-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77989, 2086, '0', 'preview', '2025-04-02', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77990, 1930, '0', 'preview', '2025-04-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77991, 7743, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77992, 1935, '0', 'preview', '2025-04-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77993, 1918, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77994, 2049, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77995, 7475, '0', 'preview', '2025-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77996, 7474, '0', 'preview', '2025-04-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77997, 7472, '0', 'preview', '2025-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77998, 1938, '0', 'preview', '2025-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77999, 1964, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78000, 7741, '0', 'preview', '2025-04-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78001, 7473, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78002, 7467, '0', 'preview', '2025-04-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78003, 7463, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78004, 2113, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78005, 7461, '0', 'preview', '2025-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78006, 2176, '0', 'preview', '2025-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78007, 7737, '0', 'preview', '2025-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78008, 2053, '0', 'default', '2025-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78009, 1960, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78010, 7466, '0', 'preview', '2025-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78011, 1932, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78012, 7474, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78013, 7311, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78014, 1912, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78015, 7622, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78016, 2067, '0', 'preview', '2025-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78017, 2166, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78018, 7738, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78019, 1967, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78020, 5621, '0', 'default', '2025-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78021, 7741, '0', 'default', '2025-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78022, 7949, '0', 'preview', '2025-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78023, 7951, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78024, 2178, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78025, 1932, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78026, 7623, '0', 'default', '2025-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78027, 7621, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78028, 7951, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78029, 1957, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78030, 6421, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78031, 1952, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78032, 7949, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78033, 1955, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78034, 1955, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78035, 7311, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78036, 1912, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78037, 1957, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78038, 5621, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78039, 1960, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78040, 7461, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78041, 2053, '0', 'preview', '2025-04-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78042, 2054, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78043, 7622, '0', 'preview', '2025-04-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78044, 2086, '0', 'preview', '2025-04-03', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78045, 7621, '0', 'preview', '2025-04-03', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78046, 7461, '0', 'preview', '2025-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78047, 1930, '0', 'preview', '2025-04-03', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78048, 7748, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78049, 7745, '0', 'preview', '2025-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78050, 7741, '0', 'preview', '2025-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78051, 7623, '0', 'preview', '2025-04-03', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78052, 7624, '0', 'preview', '2025-04-03', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78053, 2201, '0', 'preview', '2025-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78054, 7312, '0', 'preview', '2025-04-03', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78055, 7473, '0', 'preview', '2025-04-03', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78056, 1950, '0', 'preview', '2025-04-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78057, 7471, '0', 'preview', '2025-04-03', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78058, 7474, '0', 'preview', '2025-04-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78059, 7465, '0', 'preview', '2025-04-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78060, 7466, '0', 'preview', '2025-04-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78061, 7467, '0', 'preview', '2025-04-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78062, 7312, '0', 'default', '2025-04-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78063, 7311, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78064, 7621, '0', 'default', '2025-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78065, 7954, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78066, 7471, '0', 'default', '2025-04-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78067, 7945, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78068, 1935, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78069, 2113, '0', 'preview', '2025-04-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78070, 7954, '0', 'preview', '2025-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78071, 1935, '0', 'preview', '2025-04-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78072, 1960, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78073, 2093, '0', 'preview', '2025-04-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78074, 2053, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78075, 7953, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78076, 7475, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78077, 7472, '0', 'preview', '2025-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78078, 1960, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78079, 7622, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78080, 1938, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78081, 1932, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78082, 7472, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78083, 7473, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78084, 2086, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78085, 7747, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78086, 7623, '0', 'default', '2025-04-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78087, 1886, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78088, 5621, '0', 'preview', '2025-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78089, 2200, '0', 'default', '2025-04-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78090, 2198, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78091, 7745, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78092, 7738, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78093, 7622, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78094, 7949, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78095, 7950, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78096, 1950, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78097, 7949, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78098, 7950, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78099, 5622, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78100, 6421, '0', 'default', '2025-04-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78101, 7737, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78102, 7737, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78103, 1957, '0', 'default', '2025-04-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78104, 2113, '0', 'preview', '2025-04-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78105, 2200, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78106, 7461, '0', 'preview', '2025-04-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78107, 7312, '0', 'preview', '2025-04-04', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78108, 7465, '0', 'preview', '2025-04-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78109, 7471, '0', 'preview', '2025-04-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78110, 7621, '0', 'preview', '2025-04-04', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78111, 7466, '0', 'preview', '2025-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78112, 1930, '0', 'preview', '2025-04-04', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78113, 1937, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78114, 7951, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78115, 7950, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78116, 7743, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78117, 2066, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78118, 7946, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78119, 7472, '0', 'default', '2025-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78120, 7623, '0', 'preview', '2025-04-04', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78121, 7313, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78122, 7624, '0', 'preview', '2025-04-04', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78123, 2049, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78124, 7624, '0', 'default', '2025-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78125, 7464, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78126, 1908, '0', 'default', '2025-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78127, 7953, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78128, 1932, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78129, 2151, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78130, 1935, '0', 'preview', '2025-04-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78131, 2086, '0', 'preview', '2025-04-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78132, 1913, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78133, 1911, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78134, 7943, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78135, 2176, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78136, 7473, '0', 'preview', '2025-04-04', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78137, 7471, '0', 'default', '2025-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78138, 7472, '0', 'preview', '2025-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78139, 2201, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78140, 7623, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78141, 7621, '0', 'default', '2025-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78142, 7948, '0', 'preview', '2025-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78143, 7460, '0', 'preview', '2025-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78144, 7464, '0', 'preview', '2025-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78145, 1950, '0', 'preview', '2025-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78146, 7949, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78147, 1967, '0', 'preview', '2025-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78148, 7737, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78149, 7311, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78150, 7948, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78151, 1916, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78152, 2065, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78153, 7748, '0', 'default', '2025-04-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78154, 2086, '0', 'default', '2025-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78155, 2165, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78156, 1886, '0', 'preview', '2025-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78157, 1964, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78158, 2178, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78159, 7465, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78160, 1938, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78161, 7949, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78162, 1915, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78163, 7944, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78164, 7945, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78165, 5621, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78166, 1964, '0', 'preview', '2025-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78167, 5621, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78168, 2176, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78169, 7463, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78170, 7748, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78171, 2093, '0', 'preview', '2025-04-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78172, 7475, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78173, 7954, '0', 'preview', '2025-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78174, 2054, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78175, 7474, '0', 'preview', '2025-04-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78176, 7312, '0', 'default', '2025-04-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78177, 1918, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78178, 1908, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78179, 2067, '0', 'preview', '2025-04-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78180, 7311, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78181, 1938, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78182, 2049, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78183, 2198, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78184, 7739, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78185, 7740, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78186, 7741, '0', 'default', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78187, 1960, '0', 'preview', '2025-04-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78188, 2113, '0', 'preview', '2025-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78189, 7312, '0', 'preview', '2025-04-05', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78190, 7463, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78191, 7621, '0', 'default', '2025-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78192, 1930, '0', 'preview', '2025-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78193, 7311, '0', 'preview', '2025-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78194, 1931, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78195, 2086, '0', 'preview', '2025-04-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78196, 7623, '0', 'preview', '2025-04-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78197, 7475, '0', 'preview', '2025-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78198, 2053, '0', 'default', '2025-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78199, 7748, '0', 'default', '2025-04-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78200, 7473, '0', 'preview', '2025-04-05', 12);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78201, 7465, '0', 'preview', '2025-04-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78202, 2066, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78203, 7624, '0', 'preview', '2025-04-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78204, 7621, '0', 'preview', '2025-04-05', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78205, 7741, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78206, 7471, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78207, 1918, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78208, 1935, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78209, 1930, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78210, 7741, '0', 'preview', '2025-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78211, 1935, '0', 'preview', '2025-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78212, 1931, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78213, 7312, '0', 'default', '2025-04-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78214, 7471, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78215, 7474, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78216, 7952, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78217, 7739, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78218, 7468, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78219, 1960, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78220, 7737, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78221, 7737, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78222, 7740, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78223, 7747, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78224, 7747, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78225, 2200, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78226, 7313, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78227, 5621, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78228, 7948, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78229, 1886, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78230, 7745, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78231, 7622, '0', 'preview', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78232, 2200, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78233, 7312, '0', 'preview', '2025-04-06', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78234, 7465, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78235, 1930, '0', 'preview', '2025-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78236, 7621, '0', 'preview', '2025-04-06', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78237, 7623, '0', 'preview', '2025-04-06', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78238, 7624, '0', 'preview', '2025-04-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78239, 7473, '0', 'preview', '2025-04-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78240, 2093, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78241, 7622, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78242, 2151, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78243, 7741, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78244, 7737, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78245, 7471, '0', 'default', '2025-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78246, 1915, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78247, 2158, '0', 'preview', '2025-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78248, 7471, '0', 'preview', '2025-04-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78249, 7464, '0', 'preview', '2025-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78250, 2151, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78251, 2051, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78252, 7472, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78253, 2198, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78254, 2086, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78255, 2113, '0', 'preview', '2025-04-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78256, 1930, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78257, 7624, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78258, 7745, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78259, 7748, '0', 'default', '2025-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78260, 7748, '0', 'preview', '2025-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78261, 7749, '0', 'preview', '2025-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78262, 2087, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78263, 7475, '0', 'preview', '2025-04-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78264, 7953, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78265, 7953, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78266, 7950, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78267, 1935, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78268, 1886, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78269, 7467, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78270, 7474, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78271, 7621, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78272, 7623, '0', 'default', '2025-04-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78273, 1930, '0', 'preview', '2025-04-07', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78274, 7473, '0', 'preview', '2025-04-07', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78275, 7623, '0', 'preview', '2025-04-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78276, 7471, '0', 'default', '2025-04-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78277, 7312, '0', 'preview', '2025-04-07', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78278, 2113, '0', 'preview', '2025-04-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78279, 1935, '0', 'preview', '2025-04-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78280, 2086, '0', 'preview', '2025-04-07', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78281, 7621, '0', 'preview', '2025-04-07', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78282, 7951, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78283, 6421, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78284, 7950, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78285, 2200, '0', 'preview', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78286, 2198, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78287, 2093, '0', 'preview', '2025-04-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78288, 7737, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78289, 7471, '0', 'preview', '2025-04-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78290, 7624, '0', 'preview', '2025-04-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78291, 7625, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78292, 7953, '0', 'preview', '2025-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78293, 2086, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78294, 7748, '0', 'default', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78295, 7622, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78296, 7953, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78297, 7954, '0', 'preview', '2025-04-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78298, 7474, '0', 'preview', '2025-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78299, 2054, '0', 'default', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78300, 2054, '0', 'preview', '2025-04-07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78301, 7312, '0', 'default', '2025-04-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78302, 7467, '0', 'preview', '2025-04-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78303, 7624, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78304, 7464, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78305, 7463, '0', 'preview', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78306, 1935, '0', 'default', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78307, 2113, '0', 'default', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78308, 7952, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78309, 7741, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78310, 7461, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78311, 2053, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78312, 7311, '0', 'preview', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78313, 1912, '0', 'preview', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78314, 7739, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78315, 5621, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78316, 7465, '0', 'preview', '2025-04-07', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78317, 7748, '0', 'preview', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78318, 1913, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78319, 1967, '0', 'preview', '2025-04-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78320, 7745, '0', 'preview', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78321, 7743, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78322, 7747, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78323, 7740, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78324, 7741, '0', 'preview', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78325, 7463, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78326, 7945, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78327, 2053, '0', 'preview', '2025-04-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78328, 7468, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78329, 7737, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78330, 1967, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78331, 1938, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78332, 2176, '0', 'preview', '2025-04-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78333, 7466, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78334, 1950, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78335, 7946, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78336, 2201, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78337, 7623, '0', 'preview', '2025-04-08', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78338, 7624, '0', 'preview', '2025-04-08', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78339, 2086, '0', 'preview', '2025-04-08', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78340, 6421, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78341, 7949, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78342, 7954, '0', 'preview', '2025-04-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78343, 2201, '0', 'default', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78344, 7312, '0', 'preview', '2025-04-08', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78345, 7313, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78346, 7621, '0', 'preview', '2025-04-08', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78347, 7624, '0', 'default', '2025-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78348, 7951, '0', 'default', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78349, 7471, '0', 'default', '2025-04-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78350, 1930, '0', 'preview', '2025-04-08', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78351, 2113, '0', 'preview', '2025-04-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78352, 7467, '0', 'preview', '2025-04-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78353, 7473, '0', 'preview', '2025-04-08', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78354, 1935, '0', 'preview', '2025-04-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78355, 7741, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78356, 7745, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78357, 7748, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78358, 7461, '0', 'preview', '2025-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78359, 7943, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78360, 7460, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78361, 7463, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78362, 7462, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78363, 2053, '0', 'default', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78364, 2054, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78365, 7465, '0', 'preview', '2025-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78366, 7466, '0', 'preview', '2025-04-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78367, 7474, '0', 'preview', '2025-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78368, 1967, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78369, 7949, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78370, 7748, '0', 'default', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78371, 1911, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78372, 2166, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78373, 2049, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78374, 1952, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78375, 2158, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78376, 7471, '0', 'preview', '2025-04-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78377, 1920, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78378, 1960, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78379, 1950, '0', 'preview', '2025-04-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78380, 1933, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78381, 1915, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78382, 1966, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78383, 5621, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78384, 1886, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78385, 2165, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78386, 2065, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78387, 1938, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78388, 6421, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78389, 7470, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78390, 2148, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78391, 2176, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78392, 1931, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78393, 1918, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78394, 7464, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78395, 7468, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78396, 2066, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78397, 2149, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78398, 2051, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78399, 1955, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78400, 7472, '0', 'preview', '2025-04-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78401, 6422, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78402, 1957, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78403, 2054, '0', 'default', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78404, 1930, '0', 'default', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78405, 7311, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78406, 2067, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78407, 7950, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78408, 7737, '0', 'default', '2025-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78409, 2200, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78410, 2198, '0', 'default', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78411, 7622, '0', 'preview', '2025-04-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78412, 2093, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78413, 2086, '0', 'default', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78414, 7312, '0', 'default', '2025-04-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78415, 7744, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78416, 7741, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78417, 7740, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78418, 5622, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78419, 7737, '0', 'preview', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78420, 7947, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78421, 2150, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78422, 2113, '0', 'default', '2025-04-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78423, 2153, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78424, 2154, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78425, 1913, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78426, 2177, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78427, 7469, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78428, 1908, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78429, 2198, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78430, 1964, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78431, 1912, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78432, 2087, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78433, 1967, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78434, 2012, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78435, 1914, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78436, 1932, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78437, 2053, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78438, 2152, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78439, 1937, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78440, 2201, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78441, 1924, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78442, 2151, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78443, 7475, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78444, 7311, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78445, 7954, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78446, 7474, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78447, 7475, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78448, 1886, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78449, 2158, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78450, 5621, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78451, 1917, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78452, 2178, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78453, 7461, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78454, 7460, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78455, 7621, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78456, 7622, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78457, 1938, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78458, 1957, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78459, 1964, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78460, 7467, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78461, 7466, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78462, 7465, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78463, 1916, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78464, 1930, '0', 'preview', '2025-04-09', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78465, 7473, '0', 'preview', '2025-04-09', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78466, 2086, '0', 'preview', '2025-04-09', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78467, 7621, '0', 'preview', '2025-04-09', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78468, 2093, '0', 'preview', '2025-04-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78469, 1950, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78470, 1957, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78471, 6421, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78472, 6422, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78473, 7461, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78474, 7737, '0', 'preview', '2025-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78475, 1967, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78476, 7624, '0', 'preview', '2025-04-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78477, 7471, '0', 'default', '2025-04-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78478, 7461, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78479, 7312, '0', 'preview', '2025-04-09', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78480, 7312, '0', 'default', '2025-04-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78481, 7623, '0', 'preview', '2025-04-09', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78482, 7465, '0', 'preview', '2025-04-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78483, 1950, '0', 'preview', '2025-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78484, 7471, '0', 'preview', '2025-04-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78485, 2113, '0', 'preview', '2025-04-09', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78486, 2053, '0', 'default', '2025-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78487, 7739, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78488, 7741, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78489, 2198, '0', 'default', '2025-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78490, 7621, '0', 'default', '2025-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78491, 7952, '0', 'preview', '2025-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78492, 1935, '0', 'preview', '2025-04-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78493, 1937, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78494, 7748, '0', 'default', '2025-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78495, 7622, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78496, 2051, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78497, 7737, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78498, 1967, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78499, 7475, '0', 'preview', '2025-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78500, 2086, '0', 'default', '2025-04-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78501, 2053, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78502, 7954, '0', 'preview', '2025-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78503, 1912, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78504, 2201, '0', 'preview', '2025-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78505, 7467, '0', 'preview', '2025-04-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78506, 7466, '0', 'preview', '2025-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78507, 1930, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78508, 7738, '0', 'preview', '2025-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78509, 2113, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78510, 7952, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78511, 1935, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78512, 2066, '0', 'preview', '2025-04-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78513, 7750, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78514, 2176, '0', 'preview', '2025-04-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78515, 2067, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78516, 7951, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78517, 2178, '0', 'preview', '2025-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78518, 7954, '0', 'default', '2025-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78519, 1938, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78520, 2198, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78521, 5621, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78522, 1932, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78523, 7475, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78524, 7467, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78525, 7466, '0', 'default', '2025-04-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78526, 7312, '0', 'preview', '2025-04-10', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78527, 7623, '0', 'preview', '2025-04-10', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78528, 7465, '0', 'preview', '2025-04-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78529, 7466, '0', 'preview', '2025-04-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78530, 7475, '0', 'preview', '2025-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78531, 7467, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78532, 7473, '0', 'preview', '2025-04-10', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78533, 7624, '0', 'preview', '2025-04-10', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78534, 7621, '0', 'preview', '2025-04-10', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78535, 2086, '0', 'preview', '2025-04-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78536, 7954, '0', 'preview', '2025-04-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78537, 7474, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78538, 2113, '0', 'preview', '2025-04-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78539, 7747, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78540, 1932, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78541, 1964, '0', 'preview', '2025-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78542, 7471, '0', 'preview', '2025-04-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78543, 2067, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78544, 1930, '0', 'preview', '2025-04-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78545, 7473, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78546, 7622, '0', 'preview', '2025-04-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78547, 1930, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78548, 7471, '0', 'default', '2025-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78549, 7312, '0', 'default', '2025-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78550, 7748, '0', 'default', '2025-04-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78551, 7741, '0', 'default', '2025-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78552, 7946, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78553, 7463, '0', 'preview', '2025-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78554, 7465, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78555, 1908, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78556, 7461, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78557, 2200, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78558, 7311, '0', 'default', '2025-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78559, 5621, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78560, 7745, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78561, 7474, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78562, 1960, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78563, 7461, '0', 'preview', '2025-04-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78564, 2051, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78565, 7737, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78566, 2198, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78567, 7738, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78568, 7949, '0', 'preview', '2025-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78569, 7950, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78570, 7951, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78571, 7624, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78572, 1935, '0', 'preview', '2025-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78573, 7470, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78574, 7953, '0', 'preview', '2025-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78575, 7311, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78576, 1935, '0', 'default', '2025-04-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78577, 7741, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78578, 7952, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78579, 7460, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78580, 2086, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78581, 7621, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78582, 2093, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78583, 2093, '0', 'default', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78584, 2198, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78585, 1950, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78586, 7470, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78587, 7312, '0', 'preview', '2025-04-11', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78588, 1935, '0', 'preview', '2025-04-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78589, 2113, '0', 'preview', '2025-04-11', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78590, 1930, '0', 'preview', '2025-04-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78591, 7621, '0', 'preview', '2025-04-11', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78592, 7624, '0', 'preview', '2025-04-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78593, 7472, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78594, 7748, '0', 'default', '2025-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78595, 7623, '0', 'preview', '2025-04-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78596, 1950, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78597, 7621, '0', 'default', '2025-04-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78598, 7622, '0', 'preview', '2025-04-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78599, 7471, '0', 'preview', '2025-04-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78600, 7954, '0', 'preview', '2025-04-11', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78601, 7471, '0', 'default', '2025-04-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78602, 7463, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78603, 2086, '0', 'preview', '2025-04-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78604, 7467, '0', 'preview', '2025-04-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78605, 7473, '0', 'preview', '2025-04-11', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78606, 2093, '0', 'preview', '2025-04-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78607, 7950, '0', 'default', '2025-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78608, 7950, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78609, 1957, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78610, 7738, '0', 'preview', '2025-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78611, 7474, '0', 'preview', '2025-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78612, 7311, '0', 'default', '2025-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78613, 7465, '0', 'preview', '2025-04-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78614, 7312, '0', 'default', '2025-04-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78615, 7952, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78616, 2067, '0', 'preview', '2025-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78617, 7475, '0', 'preview', '2025-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78618, 5621, '0', 'preview', '2025-04-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78619, 7466, '0', 'preview', '2025-04-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78620, 1918, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78621, 1937, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78622, 7748, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78623, 2176, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78624, 7461, '0', 'preview', '2025-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78625, 2053, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78626, 7737, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78627, 2051, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78628, 7953, '0', 'default', '2025-04-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78629, 7953, '0', 'preview', '2025-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78630, 2066, '0', 'preview', '2025-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78631, 1950, '0', 'preview', '2025-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78632, 7469, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78633, 7466, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78634, 7954, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78635, 7474, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78636, 1938, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78637, 7741, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78638, 7311, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78639, 7737, '0', 'default', '2025-04-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78640, 1967, '0', 'default', '2025-04-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78641, 7946, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78642, 2198, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78643, 7951, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78644, 2200, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78645, 2200, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78646, 7624, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78647, 7741, '0', 'default', '2025-04-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78648, 7471, '0', 'default', '2025-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78649, 7473, '0', 'preview', '2025-04-12', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78650, 7621, '0', 'preview', '2025-04-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78651, 7624, '0', 'preview', '2025-04-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78652, 7623, '0', 'preview', '2025-04-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78653, 7474, '0', 'preview', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78654, 7312, '0', 'preview', '2025-04-12', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78655, 2113, '0', 'preview', '2025-04-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78656, 7954, '0', 'preview', '2025-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78657, 7740, '0', 'default', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78658, 1913, '0', 'preview', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78659, 7471, '0', 'preview', '2025-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78660, 1930, '0', 'preview', '2025-04-12', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78661, 1935, '0', 'preview', '2025-04-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78662, 1957, '0', 'default', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78663, 7461, '0', 'default', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78664, 7738, '0', 'default', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78665, 5622, '0', 'preview', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78666, 1924, '0', 'default', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78667, 7951, '0', 'preview', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78668, 6421, '0', 'preview', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78669, 1950, '0', 'preview', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78670, 2200, '0', 'default', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78671, 7622, '0', 'preview', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78672, 2053, '0', 'preview', '2025-04-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78673, 7312, '0', 'default', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78674, 1952, '0', 'default', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78675, 7313, '0', 'default', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78676, 7311, '0', 'default', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78677, 2086, '0', 'preview', '2025-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78678, 2093, '0', 'preview', '2025-04-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78679, 7466, '0', 'preview', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78680, 7738, '0', 'preview', '2025-04-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78681, 7745, '0', 'preview', '2025-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78682, 1930, '0', 'preview', '2025-04-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78683, 2086, '0', 'preview', '2025-04-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78684, 7473, '0', 'preview', '2025-04-13', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78685, 7623, '0', 'preview', '2025-04-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78686, 7621, '0', 'preview', '2025-04-13', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78687, 7624, '0', 'preview', '2025-04-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78688, 1886, '0', 'preview', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78689, 7952, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78690, 1950, '0', 'preview', '2025-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78691, 2054, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78692, 2113, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78693, 2200, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78694, 7947, '0', 'preview', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78695, 7312, '0', 'preview', '2025-04-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78696, 7313, '0', 'preview', '2025-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78697, 7471, '0', 'preview', '2025-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78698, 2200, '0', 'preview', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78699, 2053, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78700, 2153, '0', 'default', '2025-04-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78701, 6421, '0', 'preview', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78702, 7474, '0', 'preview', '2025-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78703, 2067, '0', 'preview', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78704, 7312, '0', 'default', '2025-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78705, 1913, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78706, 7465, '0', 'preview', '2025-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78707, 7465, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78708, 7952, '0', 'preview', '2025-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78709, 7467, '0', 'preview', '2025-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78710, 2113, '0', 'preview', '2025-04-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78711, 7954, '0', 'preview', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78712, 7741, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78713, 7621, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78714, 7951, '0', 'preview', '2025-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78715, 7466, '0', 'preview', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78716, 7472, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78717, 7311, '0', 'default', '2025-04-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78718, 7475, '0', 'preview', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78719, 1911, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78720, 2093, '0', 'preview', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78721, 1935, '0', 'preview', '2025-04-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78722, 1930, '0', 'preview', '2025-04-14', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78723, 7471, '0', 'preview', '2025-04-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78724, 2086, '0', 'preview', '2025-04-14', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78725, 7473, '0', 'preview', '2025-04-14', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78726, 1950, '0', 'preview', '2025-04-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78727, 7621, '0', 'preview', '2025-04-14', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78728, 7623, '0', 'preview', '2025-04-14', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78729, 7312, '0', 'preview', '2025-04-14', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78730, 2093, '0', 'preview', '2025-04-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78731, 1930, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78732, 1935, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78733, 2113, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78734, 1886, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78735, 7471, '0', 'default', '2025-04-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78736, 7461, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78737, 7463, '0', 'preview', '2025-04-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78738, 7464, '0', 'preview', '2025-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78739, 7741, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78740, 7738, '0', 'preview', '2025-04-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78741, 7313, '0', 'preview', '2025-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78742, 7624, '0', 'preview', '2025-04-14', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78743, 7737, '0', 'preview', '2025-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78744, 7738, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78745, 7622, '0', 'preview', '2025-04-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78746, 7748, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78747, 2113, '0', 'preview', '2025-04-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78748, 2177, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78749, 7949, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78750, 1935, '0', 'preview', '2025-04-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78751, 1931, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78752, 1950, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78753, 1913, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78754, 7954, '0', 'preview', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78755, 7475, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78756, 5621, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78757, 7474, '0', 'preview', '2025-04-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78758, 2065, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78759, 7749, '0', 'preview', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78760, 2053, '0', 'preview', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78761, 7741, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78762, 2012, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78763, 2200, '0', 'default', '2025-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78764, 7462, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78765, 7466, '0', 'preview', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78766, 7312, '0', 'default', '2025-04-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78767, 7465, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78768, 7737, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78769, 7745, '0', 'preview', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78770, 7949, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78771, 7950, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78772, 7463, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78773, 2153, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78774, 2154, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78775, 2178, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78776, 2198, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78777, 2176, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78778, 2158, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78779, 7467, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78780, 7311, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78781, 7473, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78782, 7739, '0', 'default', '2025-04-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78783, 7745, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78784, 7747, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78785, 7750, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78786, 2053, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78787, 7742, '0', 'preview', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78788, 7748, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78789, 2067, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78790, 7953, '0', 'preview', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78791, 7946, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78792, 1886, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78793, 7743, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78794, 1955, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78795, 7313, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78796, 7621, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78797, 7623, '0', 'default', '2025-04-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78798, 7622, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78799, 7475, '0', 'preview', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78800, 7460, '0', 'default', '2025-04-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78801, 7474, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78802, 7946, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78803, 7945, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78804, 7623, '0', 'preview', '2025-04-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78805, 7621, '0', 'preview', '2025-04-15', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78806, 2086, '0', 'preview', '2025-04-15', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78807, 7312, '0', 'preview', '2025-04-15', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78808, 7624, '0', 'preview', '2025-04-15', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78809, 2113, '0', 'preview', '2025-04-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78810, 7473, '0', 'preview', '2025-04-15', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78811, 1930, '0', 'preview', '2025-04-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78812, 7474, '0', 'preview', '2025-04-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78813, 1935, '0', 'preview', '2025-04-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78814, 5621, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78815, 7952, '0', 'preview', '2025-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78816, 7471, '0', 'default', '2025-04-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78817, 7471, '0', 'preview', '2025-04-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78818, 7737, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78819, 7737, '0', 'default', '2025-04-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78820, 7946, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78821, 1960, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78822, 1960, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78823, 2067, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78824, 7746, '0', 'preview', '2025-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78825, 7312, '0', 'default', '2025-04-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78826, 2154, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78827, 7466, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78828, 7313, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78829, 7740, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78830, 7739, '0', 'preview', '2025-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78831, 1967, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78832, 2067, '0', 'preview', '2025-04-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78833, 1950, '0', 'preview', '2025-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78834, 7466, '0', 'preview', '2025-04-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78835, 7954, '0', 'preview', '2025-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78836, 2053, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78837, 2053, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78838, 7952, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78839, 7741, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78840, 1950, '0', 'default', '2025-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78841, 1932, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78842, 7467, '0', 'preview', '2025-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78843, 7741, '0', 'default', '2025-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78844, 7621, '0', 'default', '2025-04-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78845, 7465, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78846, 7461, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78847, 6421, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78848, 2178, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78849, 2093, '0', 'preview', '2025-04-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78850, 7464, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78851, 2065, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78852, 1935, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78853, 1932, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78854, 2158, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78855, 7622, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78856, 7475, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78857, 2165, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78858, 1931, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78859, 7623, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78860, 7624, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78861, 7311, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78862, 1912, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78863, 7472, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78864, 7472, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78865, 7312, '0', 'preview', '2025-04-16', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78866, 7624, '0', 'preview', '2025-04-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78867, 2113, '0', 'preview', '2025-04-16', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78868, 7623, '0', 'preview', '2025-04-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78869, 2113, '0', 'default', '2025-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78870, 7621, '0', 'preview', '2025-04-16', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78871, 1930, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78872, 1935, '0', 'default', '2025-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78873, 2086, '0', 'preview', '2025-04-16', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78874, 1930, '0', 'preview', '2025-04-16', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78875, 7473, '0', 'preview', '2025-04-16', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78876, 2051, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78877, 1950, '0', 'preview', '2025-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78878, 7746, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78879, 1935, '0', 'preview', '2025-04-16', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78880, 7461, '0', 'preview', '2025-04-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78881, 7471, '0', 'preview', '2025-04-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78882, 2053, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78883, 7623, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78884, 7737, '0', 'preview', '2025-04-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78885, 1967, '0', 'preview', '2025-04-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78886, 7461, '0', 'default', '2025-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78887, 7464, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78888, 7946, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78889, 7943, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78890, 7948, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78891, 7947, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78892, 2093, '0', 'preview', '2025-04-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78893, 2200, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78894, 1917, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78895, 7951, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78896, 2178, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78897, 7950, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78898, 7463, '0', 'preview', '2025-04-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78899, 7949, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78900, 7738, '0', 'preview', '2025-04-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78901, 7460, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78902, 7947, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78903, 7946, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78904, 7311, '0', 'default', '2025-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78905, 7954, '0', 'preview', '2025-04-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78906, 7471, '0', 'default', '2025-04-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78907, 7462, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78908, 7748, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78909, 7737, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78910, 7474, '0', 'preview', '2025-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78911, 7466, '0', 'preview', '2025-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78912, 1886, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78913, 1912, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78914, 7467, '0', 'preview', '2025-04-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78915, 7465, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78916, 7622, '0', 'preview', '2025-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78917, 5621, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78918, 7312, '0', 'default', '2025-04-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78919, 7621, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78920, 2049, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78921, 2049, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78922, 7624, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78923, 7312, '0', 'preview', '2025-04-17', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78924, 1930, '0', 'preview', '2025-04-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78925, 7461, '0', 'default', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78926, 2086, '0', 'preview', '2025-04-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78927, 7737, '0', 'preview', '2025-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78928, 7624, '0', 'preview', '2025-04-17', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78929, 2113, '0', 'preview', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78930, 1935, '0', 'preview', '2025-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78931, 7954, '0', 'preview', '2025-04-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78932, 7473, '0', 'preview', '2025-04-17', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78933, 7312, '0', 'default', '2025-04-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78934, 7471, '0', 'preview', '2025-04-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78935, 7621, '0', 'preview', '2025-04-17', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78936, 5621, '0', 'preview', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78937, 7623, '0', 'preview', '2025-04-17', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78938, 7463, '0', 'preview', '2025-04-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78939, 2093, '0', 'preview', '2025-04-17', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78940, 7311, '0', 'preview', '2025-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78941, 7741, '0', 'preview', '2025-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78942, 1950, '0', 'preview', '2025-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78943, 7948, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78944, 7464, '0', 'preview', '2025-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78945, 7738, '0', 'preview', '2025-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78946, 7950, '0', 'preview', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78947, 2198, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78948, 7461, '0', 'preview', '2025-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78949, 7467, '0', 'preview', '2025-04-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78950, 7748, '0', 'default', '2025-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78951, 7748, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78952, 2087, '0', 'default', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78953, 7737, '0', 'default', '2025-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78954, 7947, '0', 'default', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78955, 7949, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78956, 5622, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78957, 7951, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78958, 2178, '0', 'preview', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78959, 6421, '0', 'preview', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78960, 6422, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78961, 2200, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78962, 2049, '0', 'default', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78963, 7738, '0', 'default', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78964, 7475, '0', 'preview', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78965, 7474, '0', 'preview', '2025-04-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78966, 7465, '0', 'preview', '2025-04-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78967, 1886, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78968, 7471, '0', 'default', '2025-04-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78969, 7466, '0', 'preview', '2025-04-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78970, 7624, '0', 'default', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78971, 7623, '0', 'default', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78972, 7463, '0', 'default', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78973, 2201, '0', 'default', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78974, 7740, '0', 'preview', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78975, 7954, '0', 'default', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78976, 7622, '0', 'preview', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78977, 7743, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78978, 7946, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78979, 2053, '0', 'preview', '2025-04-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78980, 7952, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78981, 2067, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78982, 1957, '0', 'preview', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78983, 1957, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78984, 7621, '0', 'preview', '2025-04-18', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78985, 7471, '0', 'default', '2025-04-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78986, 1950, '0', 'preview', '2025-04-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78987, 7624, '0', 'preview', '2025-04-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78988, 7312, '0', 'preview', '2025-04-18', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78989, 7473, '0', 'preview', '2025-04-18', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78990, 7311, '0', 'preview', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78991, 7461, '0', 'preview', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78992, 7623, '0', 'preview', '2025-04-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78993, 7737, '0', 'default', '2025-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78994, 7471, '0', 'preview', '2025-04-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78995, 7464, '0', 'preview', '2025-04-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78996, 1912, '0', 'default', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78997, 2086, '0', 'preview', '2025-04-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78998, 7744, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78999, 7312, '0', 'default', '2025-04-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79000, 2113, '0', 'preview', '2025-04-18', 11);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79001, 7954, '0', 'preview', '2025-04-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79002, 7465, '0', 'default', '2025-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79003, 1933, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79004, 1930, '0', 'preview', '2025-04-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79005, 7465, '0', 'preview', '2025-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79006, 2176, '0', 'default', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79007, 1935, '0', 'preview', '2025-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79008, 7749, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79009, 7467, '0', 'preview', '2025-04-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79010, 7748, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79011, 2152, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79012, 7311, '0', 'default', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79013, 7621, '0', 'default', '2025-04-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79014, 2053, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79015, 7741, '0', 'preview', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79016, 1938, '0', 'preview', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79017, 2086, '0', 'default', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79018, 2176, '0', 'preview', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79019, 7466, '0', 'preview', '2025-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79020, 7741, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79021, 7622, '0', 'preview', '2025-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79022, 2067, '0', 'preview', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79023, 1886, '0', 'preview', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79024, 7475, '0', 'preview', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79025, 1967, '0', 'default', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79026, 7464, '0', 'default', '2025-04-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79027, 7946, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79028, 7463, '0', 'default', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79029, 7474, '0', 'preview', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79030, 7948, '0', 'default', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79031, 7461, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79032, 7463, '0', 'preview', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79033, 7737, '0', 'preview', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79034, 5621, '0', 'preview', '2025-04-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79035, 2177, '0', 'default', '2025-04-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79036, 1950, '0', 'default', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79037, 1957, '0', 'default', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79038, 7623, '0', 'default', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79039, 7473, '0', 'preview', '2025-04-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79040, 7471, '0', 'preview', '2025-04-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79041, 7312, '0', 'preview', '2025-04-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79042, 7737, '0', 'preview', '2025-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79043, 1967, '0', 'preview', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79044, 7624, '0', 'preview', '2025-04-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79045, 2113, '0', 'preview', '2025-04-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79046, 7466, '0', 'preview', '2025-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79047, 7467, '0', 'preview', '2025-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79048, 7621, '0', 'preview', '2025-04-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79049, 1930, '0', 'preview', '2025-04-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79050, 1886, '0', 'preview', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79051, 2086, '0', 'preview', '2025-04-19', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79052, 7741, '0', 'preview', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79053, 2093, '0', 'default', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79054, 7943, '0', 'default', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79055, 7748, '0', 'default', '2025-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79056, 7465, '0', 'preview', '2025-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79057, 7475, '0', 'preview', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79058, 2093, '0', 'preview', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79059, 2053, '0', 'default', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79060, 7623, '0', 'preview', '2025-04-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79061, 1950, '0', 'preview', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79062, 7952, '0', 'preview', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79063, 7471, '0', 'default', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79064, 7312, '0', 'default', '2025-04-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79065, 7622, '0', 'preview', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79066, 1935, '0', 'preview', '2025-04-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79067, 7312, '0', 'preview', '2025-04-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79068, 7312, '0', 'default', '2025-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79069, 7621, '0', 'preview', '2025-04-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79070, 7623, '0', 'preview', '2025-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79071, 7623, '0', 'default', '2025-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79072, 7473, '0', 'preview', '2025-04-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79073, 2086, '0', 'preview', '2025-04-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79074, 7624, '0', 'preview', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79075, 7952, '0', 'preview', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79076, 7741, '0', 'default', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79077, 7471, '0', 'preview', '2025-04-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79078, 7471, '0', 'default', '2025-04-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79079, 2113, '0', 'preview', '2025-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79080, 7465, '0', 'preview', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79081, 1930, '0', 'preview', '2025-04-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79082, 1935, '0', 'preview', '2025-04-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79083, 7737, '0', 'preview', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79084, 5621, '0', 'preview', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79085, 7748, '0', 'default', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79086, 7741, '0', 'preview', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79087, 7474, '0', 'preview', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79088, 7737, '0', 'default', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79089, 2012, '0', 'default', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79090, 1967, '0', 'preview', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79091, 7464, '0', 'default', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79092, 1950, '0', 'preview', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79093, 1960, '0', 'preview', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79094, 2053, '0', 'preview', '2025-04-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79095, 7465, '0', 'preview', '2025-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79096, 7466, '0', 'preview', '2025-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79097, 7467, '0', 'preview', '2025-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79098, 7623, '0', 'preview', '2025-04-21', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79099, 7621, '0', 'preview', '2025-04-21', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79100, 2086, '0', 'preview', '2025-04-21', 29);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79101, 7312, '0', 'preview', '2025-04-21', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79102, 1930, '0', 'preview', '2025-04-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79103, 7473, '0', 'preview', '2025-04-21', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79104, 7461, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79105, 7471, '0', 'preview', '2025-04-21', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79106, 7475, '0', 'preview', '2025-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79107, 1935, '0', 'preview', '2025-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79108, 2113, '0', 'preview', '2025-04-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79109, 7624, '0', 'preview', '2025-04-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79110, 7311, '0', 'preview', '2025-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79111, 1886, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79112, 7748, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79113, 2201, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79114, 7624, '0', 'default', '2025-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79115, 7621, '0', 'default', '2025-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79116, 7952, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79117, 7741, '0', 'preview', '2025-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79118, 7748, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79119, 7471, '0', 'default', '2025-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79120, 7737, '0', 'default', '2025-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79121, 7623, '0', 'default', '2025-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79122, 7313, '0', 'preview', '2025-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79123, 7741, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79124, 7740, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79125, 7739, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79126, 2198, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79127, 7737, '0', 'preview', '2025-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79128, 2086, '0', 'default', '2025-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79129, 7954, '0', 'preview', '2025-04-21', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79130, 7312, '0', 'default', '2025-04-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79131, 2054, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79132, 2054, '0', 'preview', '2025-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79133, 7311, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79134, 7473, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79135, 2053, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79136, 7461, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79137, 7463, '0', 'preview', '2025-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79138, 7463, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79139, 7464, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79140, 7464, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79141, 1964, '0', 'preview', '2025-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79142, 7474, '0', 'preview', '2025-04-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79143, 2113, '0', 'default', '2025-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79144, 5621, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79145, 7472, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79146, 7948, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79147, 2067, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79148, 7472, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79149, 2093, '0', 'preview', '2025-04-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79150, 2053, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79151, 2200, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79152, 7950, '0', 'preview', '2025-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79153, 7951, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79154, 7738, '0', 'preview', '2025-04-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79155, 7949, '0', 'preview', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79156, 7952, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79157, 2049, '0', 'default', '2025-04-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79158, 7467, '0', 'preview', '2025-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79159, 7473, '0', 'preview', '2025-04-22', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79160, 7466, '0', 'preview', '2025-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79161, 7465, '0', 'preview', '2025-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79162, 2113, '0', 'preview', '2025-04-22', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79163, 2086, '0', 'preview', '2025-04-22', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79164, 2093, '0', 'preview', '2025-04-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79165, 7312, '0', 'preview', '2025-04-22', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79166, 7621, '0', 'preview', '2025-04-22', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79167, 7741, '0', 'preview', '2025-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79168, 7471, '0', 'preview', '2025-04-22', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79169, 7471, '0', 'default', '2025-04-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79170, 7624, '0', 'preview', '2025-04-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79171, 7623, '0', 'preview', '2025-04-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79172, 7746, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79173, 7742, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79174, 7622, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79175, 7312, '0', 'default', '2025-04-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79176, 2054, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79177, 1960, '0', 'default', '2025-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79178, 7467, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79179, 1930, '0', 'preview', '2025-04-22', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79180, 7954, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79181, 2067, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79182, 7952, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79183, 7464, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79184, 7463, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79185, 7948, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79186, 7737, '0', 'default', '2025-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79187, 7475, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79188, 2051, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79189, 7952, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79190, 7474, '0', 'preview', '2025-04-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79191, 2049, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79192, 7621, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79193, 1950, '0', 'preview', '2025-04-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79194, 1935, '0', 'preview', '2025-04-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79195, 2067, '0', 'preview', '2025-04-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79196, 7475, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79197, 7311, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79198, 7737, '0', 'preview', '2025-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79199, 7954, '0', 'preview', '2025-04-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79200, 5621, '0', 'preview', '2025-04-22', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79201, 7460, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79202, 2093, '0', 'default', '2025-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79203, 7311, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79204, 2053, '0', 'preview', '2025-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79205, 7313, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79206, 7625, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79207, 7953, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79208, 2053, '0', 'default', '2025-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79209, 7461, '0', 'preview', '2025-04-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79210, 7624, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79211, 7738, '0', 'preview', '2025-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79212, 7747, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79213, 7623, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79214, 7949, '0', 'preview', '2025-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79215, 1967, '0', 'preview', '2025-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79216, 7950, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79217, 7951, '0', 'preview', '2025-04-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79218, 6421, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79219, 7461, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79220, 1955, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79221, 2113, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79222, 7463, '0', 'preview', '2025-04-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79223, 1952, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79224, 2086, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79225, 7474, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79226, 2166, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79227, 7464, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79228, 7948, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79229, 7463, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79230, 7312, '0', 'preview', '2025-04-23', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79231, 7621, '0', 'preview', '2025-04-23', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79232, 2053, '0', 'preview', '2025-04-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79233, 7464, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79234, 1935, '0', 'preview', '2025-04-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79235, 7473, '0', 'preview', '2025-04-23', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79236, 7471, '0', 'default', '2025-04-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79237, 2086, '0', 'preview', '2025-04-23', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79238, 7465, '0', 'preview', '2025-04-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79239, 1950, '0', 'preview', '2025-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79240, 7467, '0', 'preview', '2025-04-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79241, 1930, '0', 'preview', '2025-04-23', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79242, 1955, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79243, 7471, '0', 'preview', '2025-04-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79244, 2113, '0', 'preview', '2025-04-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79245, 1930, '0', 'default', '2025-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79246, 7624, '0', 'preview', '2025-04-23', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79247, 2093, '0', 'preview', '2025-04-23', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79248, 2158, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79249, 7470, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79250, 7464, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79251, 2067, '0', 'preview', '2025-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79252, 7737, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79253, 1931, '0', 'preview', '2025-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79254, 7622, '0', 'preview', '2025-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79255, 2054, '0', 'preview', '2025-04-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79256, 7312, '0', 'default', '2025-04-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79257, 7741, '0', 'default', '2025-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79258, 7740, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79259, 2198, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79260, 7738, '0', 'default', '2025-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79261, 7950, '0', 'default', '2025-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79262, 5622, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79263, 2178, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79264, 7951, '0', 'default', '2025-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79265, 7748, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79266, 7623, '0', 'preview', '2025-04-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79267, 7311, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79268, 2176, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79269, 7466, '0', 'preview', '2025-04-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79270, 7954, '0', 'preview', '2025-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79271, 2067, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79272, 7952, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79273, 2198, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79274, 7950, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79275, 7949, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79276, 7738, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79277, 2053, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79278, 1932, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79279, 1915, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79280, 7737, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79281, 2054, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79282, 7621, '0', 'default', '2025-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79283, 7474, '0', 'preview', '2025-04-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79284, 2113, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79285, 7461, '0', 'preview', '2025-04-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79286, 7474, '0', 'default', '2025-04-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79287, 7475, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79288, 7623, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79289, 7624, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79290, 7472, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79291, 7748, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79292, 7312, '0', 'preview', '2025-04-24', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79293, 2113, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79294, 7473, '0', 'preview', '2025-04-24', 70);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79295, 7471, '0', 'default', '2025-04-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79296, 1886, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79297, 7621, '0', 'preview', '2025-04-24', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79298, 1930, '0', 'preview', '2025-04-24', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79299, 7465, '0', 'preview', '2025-04-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79300, 7467, '0', 'preview', '2025-04-24', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79301, 7474, '0', 'default', '2025-04-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79302, 7311, '0', 'preview', '2025-04-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79303, 2086, '0', 'preview', '2025-04-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79304, 7952, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79305, 1935, '0', 'preview', '2025-04-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79306, 7475, '0', 'preview', '2025-04-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79307, 7471, '0', 'preview', '2025-04-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79308, 7624, '0', 'preview', '2025-04-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79309, 7623, '0', 'preview', '2025-04-24', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79310, 7461, '0', 'preview', '2025-04-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79311, 2200, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79312, 2113, '0', 'preview', '2025-04-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79313, 1950, '0', 'preview', '2025-04-24', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79314, 7466, '0', 'preview', '2025-04-24', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79315, 2053, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79316, 2093, '0', 'preview', '2025-04-24', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79317, 7470, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79318, 1913, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79319, 7954, '0', 'preview', '2025-04-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79320, 5622, '0', 'preview', '2025-04-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79321, 7737, '0', 'default', '2025-04-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79322, 7467, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79323, 7747, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79324, 7312, '0', 'default', '2025-04-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79325, 7621, '0', 'default', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79326, 7474, '0', 'preview', '2025-04-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79327, 7463, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79328, 7948, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79329, 7737, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79330, 6421, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79331, 7741, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79332, 2178, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79333, 7622, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79334, 7622, '0', 'preview', '2025-04-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79335, 7469, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79336, 2053, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79337, 7949, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79338, 7949, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79339, 7950, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79340, 7951, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79341, 7738, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79342, 7745, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79343, 7460, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79344, 7624, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79345, 1950, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79346, 7311, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79347, 7950, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79348, 1912, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79349, 2051, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79350, 5621, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79351, 7741, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79352, 1967, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79353, 7460, '0', 'preview', '2025-04-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79354, 7463, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79355, 1935, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79356, 1930, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79357, 7945, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79358, 7473, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79359, 2067, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79360, 7621, '0', 'default', '2025-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79361, 7737, '0', 'default', '2025-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79362, 1930, '0', 'preview', '2025-04-25', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79363, 2113, '0', 'preview', '2025-04-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79364, 1935, '0', 'preview', '2025-04-25', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79365, 7623, '0', 'preview', '2025-04-25', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79366, 2086, '0', 'preview', '2025-04-25', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79367, 7312, '0', 'preview', '2025-04-25', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79368, 7624, '0', 'preview', '2025-04-25', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79369, 7621, '0', 'preview', '2025-04-25', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79370, 7473, '0', 'preview', '2025-04-25', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79371, 5621, '0', 'preview', '2025-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79372, 7952, '0', 'default', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79373, 2053, '0', 'default', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79374, 7466, '0', 'preview', '2025-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79375, 7471, '0', 'preview', '2025-04-25', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79376, 7311, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79377, 7748, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79378, 7473, '0', 'default', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79379, 2093, '0', 'default', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79380, 7312, '0', 'default', '2025-04-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79381, 2166, '0', 'default', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79382, 7471, '0', 'default', '2025-04-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79383, 7465, '0', 'preview', '2025-04-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79384, 7954, '0', 'preview', '2025-04-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79385, 2176, '0', 'preview', '2025-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79386, 7474, '0', 'preview', '2025-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79387, 7467, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79388, 7475, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79389, 7746, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79390, 2113, '0', 'default', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79391, 1950, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79392, 7952, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79393, 7741, '0', 'preview', '2025-04-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79394, 2158, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79395, 2093, '0', 'preview', '2025-04-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79396, 7622, '0', 'preview', '2025-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79397, 1967, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79398, 7737, '0', 'preview', '2025-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79399, 7461, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79400, 7741, '0', 'default', '2025-04-25', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79401, 7624, '0', 'default', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79402, 2198, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79403, 7472, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79404, 7738, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79405, 7951, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79406, 7464, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79407, 1952, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79408, 7311, '0', 'default', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79409, 2177, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79410, 7460, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79411, 7945, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79412, 7463, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79413, 1931, '0', 'preview', '2025-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79414, 7740, '0', 'default', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79415, 7740, '0', 'preview', '2025-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79416, 7739, '0', 'preview', '2025-04-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79417, 1912, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79418, 1935, '0', 'default', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79419, 7472, '0', 'default', '2025-04-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79420, 2012, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79421, 2012, '0', 'default', '2025-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79422, 1930, '0', 'preview', '2025-04-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79423, 1966, '0', 'default', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79424, 1966, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79425, 7312, '0', 'default', '2025-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79426, 7623, '0', 'preview', '2025-04-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79427, 7748, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79428, 2113, '0', 'preview', '2025-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79429, 7312, '0', 'preview', '2025-04-26', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79430, 7624, '0', 'preview', '2025-04-26', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79431, 7471, '0', 'preview', '2025-04-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79432, 1935, '0', 'preview', '2025-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79433, 7621, '0', 'preview', '2025-04-26', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79434, 7471, '0', 'default', '2025-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79435, 7466, '0', 'preview', '2025-04-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79436, 7467, '0', 'preview', '2025-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79437, 7465, '0', 'preview', '2025-04-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79438, 7623, '0', 'default', '2025-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79439, 7461, '0', 'preview', '2025-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79440, 7464, '0', 'preview', '2025-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79441, 5621, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79442, 7474, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79443, 7954, '0', 'preview', '2025-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79444, 2086, '0', 'preview', '2025-04-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79445, 7464, '0', 'default', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79446, 7737, '0', 'preview', '2025-04-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79447, 7473, '0', 'preview', '2025-04-26', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79448, 2165, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79449, 2165, '0', 'default', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79450, 2158, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79451, 7313, '0', 'default', '2025-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79452, 1964, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79453, 5622, '0', 'default', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79454, 7737, '0', 'default', '2025-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79455, 7313, '0', 'preview', '2025-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79456, 7741, '0', 'preview', '2025-04-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79457, 1967, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79458, 7463, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79459, 7475, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79460, 2201, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79461, 7749, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79462, 2200, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79463, 7738, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79464, 7738, '0', 'default', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79465, 6421, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79466, 7946, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79467, 1935, '0', 'default', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79468, 1886, '0', 'preview', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79469, 7741, '0', 'default', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79470, 2053, '0', 'default', '2025-04-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79471, 1957, '0', 'default', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79472, 7473, '0', 'preview', '2025-04-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79473, 7312, '0', 'preview', '2025-04-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79474, 7475, '0', 'default', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79475, 7312, '0', 'default', '2025-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79476, 2086, '0', 'preview', '2025-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79477, 2113, '0', 'preview', '2025-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79478, 2053, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79479, 7471, '0', 'preview', '2025-04-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79480, 7461, '0', 'default', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79481, 7465, '0', 'preview', '2025-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79482, 7623, '0', 'default', '2025-04-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79483, 7624, '0', 'preview', '2025-04-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79484, 7623, '0', 'preview', '2025-04-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79485, 2200, '0', 'default', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79486, 7471, '0', 'default', '2025-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79487, 7311, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79488, 1935, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79489, 7475, '0', 'preview', '2025-04-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79490, 7706, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79491, 2093, '0', 'preview', '2025-04-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79492, 1930, '0', 'preview', '2025-04-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79493, 7622, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79494, 7621, '0', 'default', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79495, 7467, '0', 'preview', '2025-04-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79496, 7474, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79497, 7621, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79498, 1935, '0', 'default', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79499, 7954, '0', 'default', '2025-04-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79500, 7463, '0', 'preview', '2025-04-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79501, 7473, '0', 'preview', '2025-04-28', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79502, 2012, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79503, 7621, '0', 'preview', '2025-04-28', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79504, 7312, '0', 'preview', '2025-04-28', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79505, 1930, '0', 'preview', '2025-04-28', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79506, 1964, '0', 'preview', '2025-04-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79507, 2086, '0', 'preview', '2025-04-28', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79508, 7623, '0', 'preview', '2025-04-28', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79509, 7624, '0', 'preview', '2025-04-28', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79510, 7464, '0', 'preview', '2025-04-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79511, 7471, '0', 'preview', '2025-04-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79512, 7313, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79513, 7748, '0', 'preview', '2025-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79514, 7954, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79515, 7466, '0', 'preview', '2025-04-28', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79516, 7465, '0', 'preview', '2025-04-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79517, 7467, '0', 'preview', '2025-04-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79518, 7954, '0', 'preview', '2025-04-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79519, 7475, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79520, 1950, '0', 'preview', '2025-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79521, 2093, '0', 'default', '2025-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79522, 2113, '0', 'preview', '2025-04-28', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79523, 7475, '0', 'preview', '2025-04-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79524, 1930, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79525, 7312, '0', 'default', '2025-04-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79526, 1935, '0', 'preview', '2025-04-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79527, 7471, '0', 'default', '2025-04-28', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79528, 7949, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79529, 7622, '0', 'preview', '2025-04-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79530, 2158, '0', 'preview', '2025-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79531, 7463, '0', 'default', '2025-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79532, 7952, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79533, 7463, '0', 'preview', '2025-04-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79534, 7461, '0', 'preview', '2025-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79535, 7945, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79536, 1960, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79537, 2093, '0', 'preview', '2025-04-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79538, 7473, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79539, 7472, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79540, 2176, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79541, 7737, '0', 'preview', '2025-04-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79542, 7311, '0', 'preview', '2025-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79543, 2053, '0', 'preview', '2025-04-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79544, 7461, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79545, 2051, '0', 'preview', '2025-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79546, 7741, '0', 'preview', '2025-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79547, 7740, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79548, 2053, '0', 'default', '2025-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79549, 7462, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79550, 2067, '0', 'preview', '2025-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79551, 1938, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79552, 7621, '0', 'default', '2025-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79553, 7474, '0', 'default', '2025-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79554, 7474, '0', 'preview', '2025-04-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79555, 7745, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79556, 1967, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79557, 2066, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79558, 2065, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79559, 1967, '0', 'preview', '2025-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79560, 1912, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79561, 7464, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79562, 7737, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79563, 7467, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79564, 7466, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79565, 7465, '0', 'default', '2025-04-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79566, 7741, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79567, 2198, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79568, 7740, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79569, 7625, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79570, 7311, '0', 'default', '2025-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79571, 1911, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79572, 1937, '0', 'preview', '2025-04-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79573, 7460, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79574, 2200, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79575, 7624, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79576, 7739, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79577, 2198, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79578, 2201, '0', 'preview', '2025-04-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79579, 1967, '0', 'preview', '2025-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79580, 2086, '0', 'preview', '2025-04-29', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79581, 7621, '0', 'preview', '2025-04-29', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79582, 7312, '0', 'preview', '2025-04-29', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79583, 7954, '0', 'preview', '2025-04-29', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79584, 7473, '0', 'preview', '2025-04-29', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79585, 7466, '0', 'preview', '2025-04-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79586, 7465, '0', 'preview', '2025-04-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79587, 7467, '0', 'preview', '2025-04-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79588, 1930, '0', 'preview', '2025-04-29', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79589, 7624, '0', 'preview', '2025-04-29', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79590, 1886, '0', 'preview', '2025-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79591, 7622, '0', 'preview', '2025-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79592, 7623, '0', 'preview', '2025-04-29', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79593, 7475, '0', 'preview', '2025-04-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79594, 7471, '0', 'preview', '2025-04-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79595, 7474, '0', 'preview', '2025-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79596, 1966, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79597, 1938, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79598, 7471, '0', 'default', '2025-04-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79599, 7312, '0', 'default', '2025-04-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79600, 7621, '0', 'default', '2025-04-29', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79601, 2198, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79602, 2113, '0', 'preview', '2025-04-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79603, 7745, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79604, 7742, '0', 'default', '2025-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79605, 1931, '0', 'preview', '2025-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79606, 1950, '0', 'preview', '2025-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79607, 1950, '0', 'preview', '2025-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79608, 2177, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79609, 1964, '0', 'preview', '2025-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79610, 7474, '0', 'default', '2025-04-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79611, 1935, '0', 'preview', '2025-04-29', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79612, 2093, '0', 'preview', '2025-04-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79613, 2067, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79614, 2049, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79615, 2087, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79616, 7748, '0', 'preview', '2025-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79617, 7750, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79618, 7741, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79619, 7740, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79620, 7739, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79621, 7745, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79622, 7743, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79623, 7747, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79624, 7748, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79625, 7749, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79626, 7750, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79627, 7737, '0', 'preview', '2025-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79628, 5621, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79629, 7954, '0', 'default', '2025-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79630, 7461, '0', 'preview', '2025-04-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79631, 2151, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79632, 7737, '0', 'default', '2025-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79633, 7624, '0', 'default', '2025-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79634, 1967, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79635, 1935, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79636, 7622, '0', 'default', '2025-04-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79637, 7311, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79638, 2158, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79639, 2158, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79640, 7625, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79641, 7470, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79642, 7465, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79643, 7745, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79644, 7621, '0', 'preview', '2025-04-30', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79645, 7312, '0', 'preview', '2025-04-30', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79646, 7471, '0', 'default', '2025-04-30', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79647, 7621, '0', 'default', '2025-04-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79648, 7623, '0', 'default', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79649, 7623, '0', 'preview', '2025-04-30', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79650, 1930, '0', 'preview', '2025-04-30', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79651, 7473, '0', 'preview', '2025-04-30', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79652, 2113, '0', 'preview', '2025-04-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79653, 1935, '0', 'preview', '2025-04-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79654, 2086, '0', 'preview', '2025-04-30', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79655, 7624, '0', 'default', '2025-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79656, 7471, '0', 'preview', '2025-04-30', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79657, 7954, '0', 'default', '2025-04-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79658, 7954, '0', 'preview', '2025-04-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79659, 7312, '0', 'default', '2025-04-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79660, 7474, '0', 'preview', '2025-04-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79661, 7952, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79662, 2200, '0', 'preview', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79663, 2067, '0', 'preview', '2025-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79664, 1886, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79665, 2158, '0', 'preview', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79666, 5621, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79667, 7472, '0', 'preview', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79668, 7461, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79669, 7465, '0', 'preview', '2025-04-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79670, 7467, '0', 'preview', '2025-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79671, 7461, '0', 'preview', '2025-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79672, 7463, '0', 'preview', '2025-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79673, 7464, '0', 'preview', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79674, 7472, '0', 'default', '2025-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79675, 7624, '0', 'preview', '2025-04-30', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79676, 7475, '0', 'preview', '2025-04-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79677, 1912, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79678, 5621, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79679, 7748, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79680, 7737, '0', 'default', '2025-04-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79681, 1931, '0', 'preview', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79682, 7625, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79683, 1930, '0', 'default', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79684, 7311, '0', 'preview', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79685, 2051, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79686, 7741, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79687, 7738, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79688, 1967, '0', 'default', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79689, 2201, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79690, 7466, '0', 'preview', '2025-04-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79691, 2093, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79692, 7622, '0', 'preview', '2025-04-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79693, 1950, '0', 'preview', '2025-04-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79694, 7706, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79695, 7945, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79696, 2053, '0', 'preview', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79697, 7946, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79698, 1960, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79699, 7311, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79700, 1932, '0', 'default', '2025-04-30', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79701, 7465, '0', 'default', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79702, 1932, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79703, 7739, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79704, 2054, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79705, 2198, '0', 'preview', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79706, 7473, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79707, 7313, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79708, 7952, '0', 'default', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79709, 7475, '0', 'default', '2025-04-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79710, 7467, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79711, 7466, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79712, 7951, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79713, 7947, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79714, 1950, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79715, 7738, '0', 'default', '2025-04-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79716, 7312, '0', 'preview', '2025-05-01', 69);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79717, 7621, '0', 'preview', '2025-05-01', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79718, 1950, '0', 'preview', '2025-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79719, 7472, '0', 'default', '2025-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79720, 2086, '0', 'preview', '2025-05-01', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79721, 1912, '0', 'default', '2025-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79722, 2053, '0', 'default', '2025-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79723, 2053, '0', 'preview', '2025-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79724, 7473, '0', 'preview', '2025-05-01', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79725, 7312, '0', 'default', '2025-05-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79726, 7624, '0', 'preview', '2025-05-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79727, 7467, '0', 'preview', '2025-05-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79728, 7466, '0', 'preview', '2025-05-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79729, 7465, '0', 'preview', '2025-05-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79730, 1930, '0', 'preview', '2025-05-01', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79731, 7623, '0', 'preview', '2025-05-01', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79732, 2113, '0', 'preview', '2025-05-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79733, 1935, '0', 'preview', '2025-05-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79734, 7471, '0', 'preview', '2025-05-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79735, 7471, '0', 'default', '2025-05-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79736, 7954, '0', 'preview', '2025-05-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79737, 5621, '0', 'preview', '2025-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79738, 7474, '0', 'preview', '2025-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79739, 7745, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79740, 7741, '0', 'preview', '2025-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79741, 7466, '0', 'default', '2025-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79742, 7465, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79743, 7621, '0', 'default', '2025-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79744, 1937, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79745, 1931, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79746, 7475, '0', 'preview', '2025-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79747, 7463, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79748, 7464, '0', 'preview', '2025-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79749, 7737, '0', 'preview', '2025-05-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79750, 1938, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79751, 2177, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79752, 7741, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79753, 7460, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79754, 7461, '0', 'preview', '2025-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79755, 2198, '0', 'default', '2025-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79756, 7742, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79757, 7623, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79758, 1938, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79759, 2176, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79760, 7622, '0', 'preview', '2025-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79761, 7740, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79762, 7311, '0', 'default', '2025-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79763, 1912, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79764, 7474, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79765, 7624, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79766, 1935, '0', 'default', '2025-05-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79767, 7737, '0', 'default', '2025-05-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79768, 1930, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79769, 2093, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79770, 1886, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79771, 2198, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79772, 2065, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79773, 1967, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79774, 7625, '0', 'preview', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79775, 1960, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79776, 5621, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79777, 2158, '0', 'default', '2025-05-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79778, 7311, '0', 'preview', '2025-05-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79779, 1912, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79780, 7623, '0', 'preview', '2025-05-02', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79781, 7621, '0', 'preview', '2025-05-02', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79782, 7474, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79783, 7624, '0', 'preview', '2025-05-02', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79784, 7312, '0', 'preview', '2025-05-02', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79785, 7473, '0', 'preview', '2025-05-02', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79786, 7471, '0', 'default', '2025-05-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79787, 2086, '0', 'preview', '2025-05-02', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79788, 1950, '0', 'preview', '2025-05-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79789, 1930, '0', 'preview', '2025-05-02', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79790, 7467, '0', 'preview', '2025-05-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79791, 7471, '0', 'preview', '2025-05-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79792, 7952, '0', 'preview', '2025-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79793, 2067, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79794, 2200, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79795, 1935, '0', 'preview', '2025-05-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79796, 2113, '0', 'preview', '2025-05-02', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79797, 7466, '0', 'preview', '2025-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79798, 7622, '0', 'preview', '2025-05-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79799, 7946, '0', 'preview', '2025-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79800, 7464, '0', 'preview', '2025-05-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79801, 7948, '0', 'preview', '2025-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79802, 5621, '0', 'default', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79803, 7465, '0', 'preview', '2025-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79804, 7312, '0', 'default', '2025-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79805, 2158, '0', 'default', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79806, 7621, '0', 'default', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79807, 7738, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79808, 1967, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79809, 7954, '0', 'preview', '2025-05-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79810, 7311, '0', 'preview', '2025-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79811, 2093, '0', 'preview', '2025-05-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79812, 7463, '0', 'preview', '2025-05-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79813, 1957, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79814, 7949, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79815, 2054, '0', 'preview', '2025-05-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79816, 7741, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79817, 7945, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79818, 1930, '0', 'default', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79819, 2200, '0', 'default', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79820, 7737, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79821, 7475, '0', 'preview', '2025-05-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79822, 7471, '0', 'default', '2025-05-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79823, 7312, '0', 'preview', '2025-05-03', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79824, 7621, '0', 'preview', '2025-05-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79825, 2086, '0', 'preview', '2025-05-03', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79826, 7473, '0', 'preview', '2025-05-03', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79827, 7474, '0', 'preview', '2025-05-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79828, 1931, '0', 'default', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79829, 7623, '0', 'preview', '2025-05-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79830, 1930, '0', 'default', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79831, 2053, '0', 'preview', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79832, 2113, '0', 'preview', '2025-05-03', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79833, 7465, '0', 'preview', '2025-05-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79834, 1931, '0', 'preview', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79835, 2053, '0', 'default', '2025-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79836, 2086, '0', 'default', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79837, 7952, '0', 'default', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79838, 7954, '0', 'default', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79839, 7469, '0', 'default', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79840, 7469, '0', 'preview', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79841, 7475, '0', 'default', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79842, 7471, '0', 'preview', '2025-05-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79843, 1935, '0', 'preview', '2025-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79844, 7624, '0', 'preview', '2025-05-03', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79845, 7954, '0', 'preview', '2025-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79846, 2065, '0', 'preview', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79847, 1930, '0', 'preview', '2025-05-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79848, 7625, '0', 'preview', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79849, 7312, '0', 'default', '2025-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79850, 7621, '0', 'default', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79851, 2198, '0', 'default', '2025-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79852, 2093, '0', 'preview', '2025-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79853, 7737, '0', 'preview', '2025-05-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79854, 7461, '0', 'preview', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79855, 7472, '0', 'preview', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79856, 5621, '0', 'preview', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79857, 7474, '0', 'default', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79858, 7467, '0', 'preview', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79859, 7466, '0', 'preview', '2025-05-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79860, 5622, '0', 'default', '2025-05-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79861, 2086, '0', 'preview', '2025-05-04', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79862, 1931, '0', 'preview', '2025-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79863, 7311, '0', 'default', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79864, 7312, '0', 'preview', '2025-05-04', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79865, 7461, '0', 'preview', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79866, 2113, '0', 'preview', '2025-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79867, 1930, '0', 'default', '2025-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79868, 7622, '0', 'preview', '2025-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79869, 7471, '0', 'default', '2025-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79870, 1930, '0', 'preview', '2025-05-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79871, 7471, '0', 'preview', '2025-05-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79872, 1886, '0', 'preview', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79873, 1933, '0', 'default', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79874, 7473, '0', 'preview', '2025-05-04', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79875, 7954, '0', 'default', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79876, 7474, '0', 'default', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79877, 7624, '0', 'preview', '2025-05-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79878, 7623, '0', 'preview', '2025-05-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79879, 2053, '0', 'default', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79880, 7954, '0', 'preview', '2025-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79881, 7745, '0', 'default', '2025-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79882, 7745, '0', 'preview', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79883, 1935, '0', 'preview', '2025-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79884, 7312, '0', 'default', '2025-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79885, 2113, '0', 'default', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79886, 2200, '0', 'default', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79887, 7465, '0', 'preview', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79888, 1950, '0', 'preview', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79889, 7621, '0', 'preview', '2025-05-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79890, 1931, '0', 'default', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79891, 7474, '0', 'preview', '2025-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79892, 7475, '0', 'preview', '2025-05-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79893, 7741, '0', 'default', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79894, 2198, '0', 'default', '2025-05-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79895, 7473, '0', 'preview', '2025-05-05', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79896, 7946, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79897, 7946, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79898, 7621, '0', 'default', '2025-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79899, 7471, '0', 'default', '2025-05-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79900, 7312, '0', 'preview', '2025-05-05', 46);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79901, 7466, '0', 'preview', '2025-05-05', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79902, 2113, '0', 'preview', '2025-05-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79903, 2086, '0', 'preview', '2025-05-05', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79904, 7311, '0', 'preview', '2025-05-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79905, 7624, '0', 'preview', '2025-05-05', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79906, 7623, '0', 'preview', '2025-05-05', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79907, 7621, '0', 'preview', '2025-05-05', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79908, 1935, '0', 'default', '2025-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79909, 7461, '0', 'default', '2025-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79910, 7739, '0', 'default', '2025-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79911, 7739, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79912, 2198, '0', 'preview', '2025-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79913, 7948, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79914, 7471, '0', 'preview', '2025-05-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79915, 2067, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79916, 7954, '0', 'preview', '2025-05-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79917, 5621, '0', 'preview', '2025-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79918, 2053, '0', 'default', '2025-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79919, 7312, '0', 'default', '2025-05-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79920, 1886, '0', 'default', '2025-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79921, 1930, '0', 'preview', '2025-05-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79922, 7474, '0', 'preview', '2025-05-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79923, 7954, '0', 'default', '2025-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79924, 1960, '0', 'default', '2025-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79925, 7748, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79926, 1967, '0', 'default', '2025-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79927, 7737, '0', 'default', '2025-05-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79928, 7622, '0', 'preview', '2025-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79929, 7475, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79930, 1950, '0', 'preview', '2025-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79931, 7952, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79932, 7462, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79933, 7947, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79934, 7741, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79935, 2054, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79936, 7951, '0', 'preview', '2025-05-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79937, 2067, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79938, 7738, '0', 'preview', '2025-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79939, 7949, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79940, 5622, '0', 'preview', '2025-05-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79941, 2178, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79942, 6421, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79943, 1955, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79944, 7950, '0', 'preview', '2025-05-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79945, 7467, '0', 'preview', '2025-05-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79946, 7465, '0', 'preview', '2025-05-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79947, 1935, '0', 'preview', '2025-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79948, 7741, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79949, 7737, '0', 'preview', '2025-05-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79950, 2113, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79951, 7623, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79952, 7472, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79953, 7461, '0', 'preview', '2025-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79954, 7750, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79955, 1930, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79956, 2053, '0', 'preview', '2025-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79957, 7464, '0', 'preview', '2025-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79958, 7463, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79959, 7460, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79960, 2093, '0', 'preview', '2025-05-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79961, 7624, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79962, 2201, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79963, 2198, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79964, 1924, '0', 'default', '2025-05-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79965, 2086, '0', 'preview', '2025-05-06', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79966, 7951, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79967, 7465, '0', 'preview', '2025-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79968, 7461, '0', 'preview', '2025-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79969, 7737, '0', 'preview', '2025-05-06', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79970, 7471, '0', 'preview', '2025-05-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79971, 1950, '0', 'preview', '2025-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79972, 7471, '0', 'default', '2025-05-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79973, 7473, '0', 'preview', '2025-05-06', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79974, 7312, '0', 'preview', '2025-05-06', 79);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79975, 2053, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79976, 7954, '0', 'preview', '2025-05-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79977, 7624, '0', 'preview', '2025-05-06', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79978, 2067, '0', 'preview', '2025-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79979, 1955, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79980, 7738, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79981, 7623, '0', 'preview', '2025-05-06', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79982, 7621, '0', 'preview', '2025-05-06', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79983, 2113, '0', 'preview', '2025-05-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79984, 7467, '0', 'preview', '2025-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79985, 7312, '0', 'default', '2025-05-06', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79986, 7313, '0', 'default', '2025-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79987, 7621, '0', 'default', '2025-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79988, 7623, '0', 'default', '2025-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79989, 7466, '0', 'preview', '2025-05-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79990, 2113, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79991, 7461, '0', 'default', '2025-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79992, 1935, '0', 'preview', '2025-05-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79993, 1930, '0', 'preview', '2025-05-06', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79994, 7474, '0', 'preview', '2025-05-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79995, 7741, '0', 'default', '2025-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79996, 7624, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79997, 7475, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79998, 2200, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79999, 1964, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80000, 7737, '0', 'default', '2025-05-06', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80001, 1967, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80002, 7947, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80003, 7946, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80004, 7311, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80005, 1966, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80006, 7952, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80007, 7954, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80008, 7464, '0', 'preview', '2025-05-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80009, 2176, '0', 'preview', '2025-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80010, 7463, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80011, 7462, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80012, 7472, '0', 'default', '2025-05-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80013, 7622, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80014, 2201, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80015, 7748, '0', 'preview', '2025-05-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80016, 2198, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80017, 7463, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80018, 7948, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80019, 2198, '0', 'preview', '2025-05-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80020, 7623, '0', 'preview', '2025-05-07', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80021, 2198, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80022, 7621, '0', 'preview', '2025-05-07', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80023, 2086, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80024, 7312, '0', 'default', '2025-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80025, 7473, '0', 'preview', '2025-05-07', 116);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80026, 1930, '0', 'preview', '2025-05-07', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80027, 7621, '0', 'default', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80028, 7467, '0', 'preview', '2025-05-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80029, 7471, '0', 'preview', '2025-05-07', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80030, 7312, '0', 'preview', '2025-05-07', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80031, 1935, '0', 'preview', '2025-05-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80032, 2086, '0', 'preview', '2025-05-07', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80033, 7464, '0', 'default', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80034, 7624, '0', 'preview', '2025-05-07', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80035, 7946, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80036, 7465, '0', 'preview', '2025-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80037, 1886, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80038, 7313, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80039, 7473, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80040, 5622, '0', 'preview', '2025-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80041, 7738, '0', 'preview', '2025-05-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80042, 7745, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80043, 2113, '0', 'preview', '2025-05-07', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80044, 2200, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80045, 7951, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80046, 7471, '0', 'default', '2025-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80047, 7952, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80048, 7472, '0', 'default', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80049, 7623, '0', 'default', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80050, 7737, '0', 'preview', '2025-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80051, 7475, '0', 'default', '2025-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80052, 7475, '0', 'preview', '2025-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80053, 1950, '0', 'preview', '2025-05-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80054, 7706, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80055, 7950, '0', 'preview', '2025-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80056, 7311, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80057, 2067, '0', 'preview', '2025-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80058, 1957, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80059, 7741, '0', 'preview', '2025-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80060, 1952, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80061, 6421, '0', 'preview', '2025-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80062, 6422, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80063, 2178, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80064, 2053, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80065, 1930, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80066, 7954, '0', 'preview', '2025-05-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80067, 7466, '0', 'preview', '2025-05-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80068, 7740, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80069, 7463, '0', 'default', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80070, 7749, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80071, 7742, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80072, 7737, '0', 'default', '2025-05-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80073, 1938, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80074, 7474, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80075, 1932, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80076, 2176, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80077, 7748, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80078, 7622, '0', 'preview', '2025-05-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80079, 7746, '0', 'preview', '2025-05-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80080, 2200, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80081, 1955, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80082, 5621, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80083, 7461, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80084, 1931, '0', 'preview', '2025-05-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80085, 2054, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80086, 1964, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80087, 1915, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80088, 7311, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80089, 7949, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80090, 7313, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80091, 2053, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80092, 7951, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80093, 7738, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80094, 7950, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80095, 7463, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80096, 7462, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80097, 7460, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80098, 7464, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80099, 1960, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80100, 2093, '0', 'preview', '2025-05-07', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80101, 7748, '0', 'default', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80102, 1967, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80103, 7472, '0', 'preview', '2025-05-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80104, 7952, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80105, 7473, '0', 'preview', '2025-05-08', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80106, 7312, '0', 'preview', '2025-05-08', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80107, 7624, '0', 'preview', '2025-05-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80108, 7471, '0', 'preview', '2025-05-08', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80109, 7623, '0', 'preview', '2025-05-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80110, 7621, '0', 'preview', '2025-05-08', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80111, 7461, '0', 'preview', '2025-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80112, 7948, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80113, 1930, '0', 'preview', '2025-05-08', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80114, 2086, '0', 'preview', '2025-05-08', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80115, 7465, '0', 'preview', '2025-05-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80116, 2113, '0', 'preview', '2025-05-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80117, 7741, '0', 'preview', '2025-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80118, 7622, '0', 'preview', '2025-05-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80119, 7466, '0', 'preview', '2025-05-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80120, 2093, '0', 'preview', '2025-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80121, 7467, '0', 'preview', '2025-05-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80122, 1967, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80123, 7312, '0', 'default', '2025-05-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80124, 7623, '0', 'default', '2025-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80125, 7471, '0', 'default', '2025-05-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80126, 7954, '0', 'preview', '2025-05-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80127, 7621, '0', 'default', '2025-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80128, 7313, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80129, 1938, '0', 'preview', '2025-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80130, 2178, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80131, 7946, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80132, 1935, '0', 'preview', '2025-05-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80133, 2176, '0', 'preview', '2025-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80134, 2067, '0', 'preview', '2025-05-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80135, 2200, '0', 'default', '2025-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80136, 7951, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80137, 1935, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80138, 1950, '0', 'preview', '2025-05-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80139, 7954, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80140, 5621, '0', 'preview', '2025-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80141, 7473, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80142, 7952, '0', 'preview', '2025-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80143, 2053, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80144, 7945, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80145, 7472, '0', 'preview', '2025-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80146, 1930, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80147, 7740, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80148, 7472, '0', 'default', '2025-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80149, 7748, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80150, 7624, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80151, 2201, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80152, 7463, '0', 'preview', '2025-05-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80153, 7460, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80154, 7947, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80155, 1952, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80156, 7462, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80157, 7464, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80158, 1931, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80159, 7469, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80160, 2198, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80161, 7474, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80162, 7742, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80163, 7311, '0', 'preview', '2025-05-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80164, 7625, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80165, 7470, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80166, 7745, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80167, 2053, '0', 'preview', '2025-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80168, 7475, '0', 'default', '2025-05-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80169, 7465, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80170, 7313, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80171, 1914, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80172, 7474, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80173, 7746, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80174, 7475, '0', 'preview', '2025-05-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80175, 1964, '0', 'preview', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80176, 2051, '0', 'preview', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80177, 7741, '0', 'default', '2025-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80178, 7473, '0', 'preview', '2025-05-09', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80179, 2086, '0', 'preview', '2025-05-09', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80180, 2053, '0', 'preview', '2025-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80181, 7471, '0', 'default', '2025-05-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80182, 7621, '0', 'preview', '2025-05-09', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80183, 1960, '0', 'preview', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80184, 7624, '0', 'preview', '2025-05-09', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80185, 7471, '0', 'preview', '2025-05-09', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80186, 7312, '0', 'preview', '2025-05-09', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80187, 7463, '0', 'preview', '2025-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80188, 7740, '0', 'preview', '2025-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80189, 7464, '0', 'preview', '2025-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80190, 7461, '0', 'preview', '2025-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80191, 7460, '0', 'preview', '2025-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80192, 7623, '0', 'preview', '2025-05-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80193, 2067, '0', 'preview', '2025-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80194, 7312, '0', 'default', '2025-05-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80195, 2113, '0', 'preview', '2025-05-09', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80196, 7474, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80197, 7748, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80198, 2154, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80199, 7737, '0', 'default', '2025-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80200, 7954, '0', 'default', '2025-05-09', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80201, 7621, '0', 'default', '2025-05-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80202, 2200, '0', 'default', '2025-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80203, 7465, '0', 'preview', '2025-05-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80204, 7954, '0', 'preview', '2025-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80205, 7467, '0', 'preview', '2025-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80206, 1950, '0', 'preview', '2025-05-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80207, 1930, '0', 'preview', '2025-05-09', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80208, 1935, '0', 'preview', '2025-05-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80209, 7472, '0', 'preview', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80210, 7466, '0', 'preview', '2025-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80211, 7952, '0', 'preview', '2025-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80212, 1932, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80213, 1912, '0', 'preview', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80214, 7949, '0', 'preview', '2025-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80215, 7949, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80216, 7741, '0', 'preview', '2025-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80217, 7622, '0', 'preview', '2025-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80218, 7738, '0', 'preview', '2025-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80219, 7311, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80220, 7623, '0', 'default', '2025-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80221, 2053, '0', 'default', '2025-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80222, 7474, '0', 'preview', '2025-05-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80223, 1955, '0', 'preview', '2025-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80224, 5621, '0', 'preview', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80225, 2067, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80226, 7475, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80227, 7624, '0', 'default', '2025-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80228, 2198, '0', 'default', '2025-05-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80229, 7948, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80230, 7464, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80231, 1886, '0', 'preview', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80232, 1952, '0', 'preview', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80233, 7950, '0', 'preview', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80234, 5622, '0', 'preview', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80235, 7952, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80236, 7748, '0', 'preview', '2025-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80237, 7739, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80238, 2198, '0', 'preview', '2025-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80239, 2201, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80240, 1955, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80241, 1935, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80242, 7946, '0', 'preview', '2025-05-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80243, 7946, '0', 'default', '2025-05-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80244, 1930, '0', 'preview', '2025-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80245, 7624, '0', 'preview', '2025-05-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80246, 7623, '0', 'preview', '2025-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80247, 7621, '0', 'preview', '2025-05-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80248, 7462, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80249, 7312, '0', 'preview', '2025-05-10', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80250, 7741, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80251, 7471, '0', 'preview', '2025-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80252, 7471, '0', 'default', '2025-05-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80253, 7313, '0', 'preview', '2025-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80254, 7473, '0', 'preview', '2025-05-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80255, 1950, '0', 'preview', '2025-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80256, 7474, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80257, 7474, '0', 'preview', '2025-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80258, 7706, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80259, 7467, '0', 'preview', '2025-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80260, 7463, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80261, 7464, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80262, 7465, '0', 'preview', '2025-05-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80263, 7466, '0', 'preview', '2025-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80264, 7624, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80265, 1960, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80266, 7946, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80267, 2086, '0', 'preview', '2025-05-10', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80268, 7623, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80269, 2200, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80270, 7748, '0', 'preview', '2025-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80271, 7748, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80272, 1930, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80273, 1966, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80274, 2093, '0', 'preview', '2025-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80275, 1935, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80276, 2067, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80277, 7954, '0', 'preview', '2025-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80278, 2178, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80279, 2178, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80280, 2113, '0', 'preview', '2025-05-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80281, 1935, '0', 'preview', '2025-05-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80282, 7621, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80283, 7461, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80284, 7312, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80285, 7737, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80286, 2093, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80287, 2051, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80288, 7475, '0', 'preview', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80289, 7473, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80290, 7313, '0', 'default', '2025-05-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80291, 7737, '0', 'default', '2025-05-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80292, 7475, '0', 'preview', '2025-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80293, 7312, '0', 'preview', '2025-05-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80294, 7473, '0', 'preview', '2025-05-11', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80295, 7471, '0', 'default', '2025-05-11', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80296, 7465, '0', 'preview', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80297, 2113, '0', 'preview', '2025-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80298, 7621, '0', 'preview', '2025-05-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80299, 1930, '0', 'preview', '2025-05-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80300, 7954, '0', 'default', '2025-05-11', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80301, 7746, '0', 'preview', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80302, 2093, '0', 'preview', '2025-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80303, 7623, '0', 'preview', '2025-05-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80304, 1935, '0', 'preview', '2025-05-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80305, 7744, '0', 'default', '2025-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80306, 7744, '0', 'preview', '2025-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80307, 7737, '0', 'default', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80308, 2200, '0', 'default', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80309, 7466, '0', 'preview', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80310, 7467, '0', 'preview', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80311, 7621, '0', 'default', '2025-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80312, 7624, '0', 'preview', '2025-05-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80313, 7949, '0', 'default', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80314, 1886, '0', 'preview', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80315, 7471, '0', 'preview', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80316, 7312, '0', 'default', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80317, 2086, '0', 'preview', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80318, 7311, '0', 'default', '2025-05-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80319, 7473, '0', 'preview', '2025-05-12', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80320, 2086, '0', 'preview', '2025-05-12', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80321, 7624, '0', 'preview', '2025-05-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80322, 7471, '0', 'default', '2025-05-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80323, 7312, '0', 'preview', '2025-05-12', 62);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80324, 7623, '0', 'preview', '2025-05-12', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80325, 7621, '0', 'preview', '2025-05-12', 50);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80326, 1930, '0', 'preview', '2025-05-12', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80327, 2113, '0', 'preview', '2025-05-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80328, 7312, '0', 'default', '2025-05-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80329, 7954, '0', 'preview', '2025-05-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80330, 7474, '0', 'preview', '2025-05-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80331, 7313, '0', 'preview', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80332, 1950, '0', 'preview', '2025-05-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80333, 7623, '0', 'default', '2025-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80334, 7741, '0', 'preview', '2025-05-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80335, 7746, '0', 'preview', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80336, 7471, '0', 'preview', '2025-05-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80337, 2198, '0', 'preview', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80338, 1964, '0', 'preview', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80339, 1964, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80340, 1930, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80341, 2093, '0', 'preview', '2025-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80342, 7952, '0', 'preview', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80343, 2067, '0', 'preview', '2025-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80344, 1935, '0', 'preview', '2025-05-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80345, 7463, '0', 'preview', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80346, 7465, '0', 'preview', '2025-05-12', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80347, 7737, '0', 'preview', '2025-05-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80348, 5621, '0', 'preview', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80349, 7739, '0', 'preview', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80350, 2054, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80351, 7621, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80352, 1960, '0', 'preview', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80353, 2177, '0', 'preview', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80354, 7311, '0', 'preview', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80355, 7738, '0', 'preview', '2025-05-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80356, 7461, '0', 'preview', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80357, 7748, '0', 'preview', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80358, 2201, '0', 'preview', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80359, 7467, '0', 'preview', '2025-05-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80360, 1955, '0', 'preview', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80361, 2093, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80362, 7464, '0', 'preview', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80363, 2086, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80364, 7947, '0', 'preview', '2025-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80365, 2053, '0', 'preview', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80366, 1886, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80367, 1967, '0', 'preview', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80368, 7466, '0', 'default', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80369, 7466, '0', 'preview', '2025-05-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80370, 7467, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80371, 7465, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80372, 7622, '0', 'preview', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80373, 7741, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80374, 2053, '0', 'default', '2025-05-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80375, 1967, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80376, 1931, '0', 'preview', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80377, 7311, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80378, 7624, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80379, 7947, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80380, 7949, '0', 'preview', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80381, 7745, '0', 'default', '2025-05-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80382, 7954, '0', 'preview', '2025-05-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80383, 7475, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80384, 7312, '0', 'preview', '2025-05-13', 68);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80385, 7473, '0', 'preview', '2025-05-13', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80386, 7467, '0', 'preview', '2025-05-13', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80387, 7623, '0', 'preview', '2025-05-13', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80388, 7471, '0', 'preview', '2025-05-13', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80389, 2086, '0', 'preview', '2025-05-13', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80390, 7621, '0', 'preview', '2025-05-13', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80391, 7737, '0', 'preview', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80392, 7475, '0', 'preview', '2025-05-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80393, 7952, '0', 'default', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80394, 7624, '0', 'preview', '2025-05-13', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80395, 7474, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80396, 1930, '0', 'preview', '2025-05-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80397, 7466, '0', 'preview', '2025-05-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80398, 7471, '0', 'default', '2025-05-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80399, 2053, '0', 'preview', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80400, 1918, '0', 'default', '2025-05-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80401, 2113, '0', 'preview', '2025-05-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80402, 7461, '0', 'default', '2025-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80403, 7461, '0', 'preview', '2025-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80404, 7748, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80405, 2067, '0', 'default', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80406, 7621, '0', 'default', '2025-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80407, 7462, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80408, 7740, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80409, 7745, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80410, 7743, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80411, 7749, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80412, 1967, '0', 'preview', '2025-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80413, 7470, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80414, 7465, '0', 'preview', '2025-05-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80415, 1912, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80416, 1950, '0', 'preview', '2025-05-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80417, 7738, '0', 'preview', '2025-05-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80418, 7950, '0', 'preview', '2025-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80419, 7949, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80420, 1952, '0', 'preview', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80421, 7312, '0', 'default', '2025-05-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80422, 1935, '0', 'preview', '2025-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80423, 7748, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80424, 7622, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80425, 7474, '0', 'preview', '2025-05-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80426, 1960, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80427, 7465, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80428, 7463, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80429, 7472, '0', 'default', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80430, 7464, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80431, 2067, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80432, 7623, '0', 'default', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80433, 2093, '0', 'preview', '2025-05-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80434, 1932, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80435, 5622, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80436, 7311, '0', 'preview', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80437, 7468, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80438, 7468, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80439, 7741, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80440, 2086, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80441, 2012, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80442, 7737, '0', 'default', '2025-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80443, 2178, '0', 'preview', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80444, 2176, '0', 'preview', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80445, 7624, '0', 'default', '2025-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80446, 7952, '0', 'preview', '2025-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80447, 7950, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80448, 1950, '0', 'default', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80449, 1886, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80450, 5621, '0', 'preview', '2025-05-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80451, 1886, '0', 'preview', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80452, 7949, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80453, 7951, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80454, 5622, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80455, 6421, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80456, 1955, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80457, 1964, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80458, 7463, '0', 'preview', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80459, 7464, '0', 'preview', '2025-05-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80460, 2066, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80461, 7738, '0', 'default', '2025-05-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80462, 7621, '0', 'preview', '2025-05-14', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80463, 7473, '0', 'preview', '2025-05-14', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80464, 2113, '0', 'preview', '2025-05-14', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80465, 7471, '0', 'default', '2025-05-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80466, 7461, '0', 'preview', '2025-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80467, 1967, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80468, 7737, '0', 'preview', '2025-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80469, 7622, '0', 'preview', '2025-05-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80470, 7623, '0', 'preview', '2025-05-14', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80471, 2200, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80472, 2086, '0', 'preview', '2025-05-14', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80473, 2198, '0', 'preview', '2025-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80474, 2067, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80475, 7312, '0', 'preview', '2025-05-14', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80476, 7624, '0', 'preview', '2025-05-14', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80477, 1935, '0', 'default', '2025-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80478, 7737, '0', 'default', '2025-05-14', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80479, 7312, '0', 'default', '2025-05-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80480, 2093, '0', 'preview', '2025-05-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80481, 2093, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80482, 7471, '0', 'preview', '2025-05-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80483, 7474, '0', 'preview', '2025-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80484, 7475, '0', 'preview', '2025-05-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80485, 7624, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80486, 7746, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80487, 7623, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80488, 7463, '0', 'default', '2025-05-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80489, 7464, '0', 'preview', '2025-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80490, 7464, '0', 'default', '2025-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80491, 7462, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80492, 1930, '0', 'preview', '2025-05-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80493, 7954, '0', 'preview', '2025-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80494, 7465, '0', 'preview', '2025-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80495, 7946, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80496, 5621, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80497, 1886, '0', 'preview', '2025-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80498, 1931, '0', 'default', '2025-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80499, 7474, '0', 'default', '2025-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80500, 7467, '0', 'preview', '2025-05-14', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80501, 7472, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80502, 7950, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80503, 1935, '0', 'preview', '2025-05-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80504, 1950, '0', 'preview', '2025-05-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80505, 5622, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80506, 7463, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80507, 7460, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80508, 1916, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80509, 7741, '0', 'default', '2025-05-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80510, 7621, '0', 'default', '2025-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80511, 1967, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80512, 7748, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80513, 7466, '0', 'preview', '2025-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80514, 1938, '0', 'preview', '2025-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80515, 2176, '0', 'preview', '2025-05-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80516, 2177, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80517, 7750, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80518, 1964, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80519, 2176, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80520, 7467, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80521, 7466, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80522, 2053, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80523, 7741, '0', 'preview', '2025-05-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80524, 7740, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80525, 2051, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80526, 7952, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80527, 7311, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80528, 7311, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80529, 1931, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80530, 7621, '0', 'preview', '2025-05-15', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80531, 2086, '0', 'preview', '2025-05-15', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80532, 2176, '0', 'preview', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80533, 7312, '0', 'preview', '2025-05-15', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80534, 1886, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80535, 7471, '0', 'default', '2025-05-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80536, 2054, '0', 'default', '2025-05-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80537, 7471, '0', 'preview', '2025-05-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80538, 7623, '0', 'preview', '2025-05-15', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80539, 7473, '0', 'preview', '2025-05-15', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80540, 7467, '0', 'preview', '2025-05-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80541, 7954, '0', 'preview', '2025-05-15', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80542, 2165, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80543, 7474, '0', 'preview', '2025-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80544, 7461, '0', 'preview', '2025-05-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80545, 7465, '0', 'preview', '2025-05-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80546, 7948, '0', 'preview', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80547, 1930, '0', 'preview', '2025-05-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80548, 7463, '0', 'default', '2025-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80549, 7312, '0', 'default', '2025-05-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80550, 7311, '0', 'preview', '2025-05-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80551, 7621, '0', 'default', '2025-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80552, 7951, '0', 'preview', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80553, 7951, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80554, 5622, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80555, 2178, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80556, 7950, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80557, 7950, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80558, 1950, '0', 'preview', '2025-05-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80559, 1950, '0', 'default', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80560, 7949, '0', 'preview', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80561, 7949, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80562, 7738, '0', 'preview', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80563, 7738, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80564, 1957, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80565, 1952, '0', 'preview', '2025-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80566, 1952, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80567, 6421, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80568, 1935, '0', 'default', '2025-05-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80569, 7622, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80570, 7624, '0', 'preview', '2025-05-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80571, 1920, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80572, 7463, '0', 'preview', '2025-05-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80573, 7464, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80574, 7464, '0', 'default', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80575, 7737, '0', 'preview', '2025-05-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80576, 1967, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80577, 5621, '0', 'default', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80578, 7466, '0', 'preview', '2025-05-15', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80579, 7737, '0', 'default', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80580, 7313, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80581, 2148, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80582, 7741, '0', 'default', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80583, 7741, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80584, 7739, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80585, 7739, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80586, 7745, '0', 'default', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80587, 7745, '0', 'preview', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80588, 7747, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80589, 7747, '0', 'preview', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80590, 7472, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80591, 7475, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80592, 7468, '0', 'preview', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80593, 2113, '0', 'preview', '2025-05-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80594, 1938, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80595, 1932, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80596, 7311, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80597, 1955, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80598, 5621, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80599, 2066, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80600, 1935, '0', 'preview', '2025-05-15', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80601, 7625, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80602, 7625, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80603, 7470, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80604, 2093, '0', 'preview', '2025-05-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80605, 7746, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80606, 7748, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80607, 7624, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80608, 2054, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80609, 2012, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80610, 7952, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80611, 7952, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80612, 2053, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80613, 2053, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80614, 1957, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80615, 5622, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80616, 7623, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80617, 2093, '0', 'default', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80618, 1912, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80619, 7465, '0', 'preview', '2025-05-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80620, 7312, '0', 'preview', '2025-05-16', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80621, 7621, '0', 'preview', '2025-05-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80622, 2086, '0', 'preview', '2025-05-16', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80623, 7473, '0', 'preview', '2025-05-16', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80624, 1930, '0', 'preview', '2025-05-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80625, 1935, '0', 'preview', '2025-05-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80626, 2113, '0', 'preview', '2025-05-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80627, 7467, '0', 'preview', '2025-05-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80628, 7623, '0', 'preview', '2025-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80629, 7312, '0', 'default', '2025-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80630, 7623, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80631, 7463, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80632, 7737, '0', 'default', '2025-05-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80633, 7471, '0', 'preview', '2025-05-16', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80634, 7748, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80635, 7624, '0', 'preview', '2025-05-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80636, 7954, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80637, 7954, '0', 'preview', '2025-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80638, 1964, '0', 'preview', '2025-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80639, 1964, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80640, 7471, '0', 'default', '2025-05-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80641, 1931, '0', 'default', '2025-05-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80642, 1950, '0', 'preview', '2025-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80643, 7474, '0', 'preview', '2025-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80644, 2201, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80645, 2201, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80646, 7463, '0', 'preview', '2025-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80647, 7737, '0', 'preview', '2025-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80648, 7475, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80649, 2176, '0', 'preview', '2025-05-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80650, 1938, '0', 'preview', '2025-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80651, 7473, '0', 'default', '2025-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80652, 7461, '0', 'preview', '2025-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80653, 7465, '0', 'default', '2025-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80654, 7740, '0', 'preview', '2025-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80655, 7951, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80656, 7622, '0', 'preview', '2025-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80657, 7741, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80658, 2093, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80659, 7466, '0', 'preview', '2025-05-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80660, 7311, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80661, 2176, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80662, 2177, '0', 'default', '2025-05-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80663, 1932, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80664, 1930, '0', 'default', '2025-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80665, 1935, '0', 'default', '2025-05-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80666, 2113, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80667, 1955, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80668, 7951, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80669, 7746, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80670, 2054, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80671, 2049, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80672, 7621, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80673, 7946, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80674, 2165, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80675, 7312, '0', 'preview', '2025-05-17', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80676, 1964, '0', 'preview', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80677, 7622, '0', 'preview', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80678, 7623, '0', 'preview', '2025-05-17', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80679, 7621, '0', 'preview', '2025-05-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80680, 1930, '0', 'preview', '2025-05-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80681, 7467, '0', 'preview', '2025-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80682, 1935, '0', 'preview', '2025-05-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80683, 2113, '0', 'preview', '2025-05-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80684, 2086, '0', 'preview', '2025-05-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80685, 7474, '0', 'preview', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80686, 7466, '0', 'preview', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80687, 7473, '0', 'preview', '2025-05-17', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80688, 7461, '0', 'default', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80689, 7471, '0', 'preview', '2025-05-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80690, 1938, '0', 'preview', '2025-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80691, 2012, '0', 'default', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80692, 1935, '0', 'default', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80693, 1924, '0', 'default', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80694, 2166, '0', 'default', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80695, 7624, '0', 'preview', '2025-05-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80696, 7312, '0', 'default', '2025-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80697, 7621, '0', 'default', '2025-05-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80698, 7471, '0', 'default', '2025-05-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80699, 1931, '0', 'default', '2025-05-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80700, 7741, '0', 'default', '2025-05-17', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80701, 7746, '0', 'preview', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80702, 7737, '0', 'preview', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80703, 7954, '0', 'preview', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80704, 7313, '0', 'default', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80705, 2067, '0', 'default', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80706, 7311, '0', 'preview', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80707, 7623, '0', 'default', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80708, 1886, '0', 'preview', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80709, 2093, '0', 'preview', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80710, 7472, '0', 'default', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80711, 7472, '0', 'preview', '2025-05-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80712, 7471, '0', 'default', '2025-05-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80713, 7312, '0', 'preview', '2025-05-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80714, 7311, '0', 'preview', '2025-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80715, 1912, '0', 'default', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80716, 7624, '0', 'preview', '2025-05-18', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80717, 1950, '0', 'preview', '2025-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80718, 7951, '0', 'preview', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80719, 1935, '0', 'preview', '2025-05-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80720, 7741, '0', 'preview', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80721, 7745, '0', 'preview', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80722, 7473, '0', 'preview', '2025-05-18', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80723, 7621, '0', 'preview', '2025-05-18', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80724, 7947, '0', 'default', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80725, 7465, '0', 'preview', '2025-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80726, 7954, '0', 'preview', '2025-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80727, 7466, '0', 'preview', '2025-05-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80728, 7474, '0', 'preview', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80729, 7954, '0', 'default', '2025-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80730, 2086, '0', 'preview', '2025-05-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80731, 1930, '0', 'preview', '2025-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80732, 2113, '0', 'preview', '2025-05-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80733, 7467, '0', 'default', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80734, 7467, '0', 'preview', '2025-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80735, 7621, '0', 'default', '2025-05-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80736, 2093, '0', 'preview', '2025-05-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80737, 7623, '0', 'preview', '2025-05-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80738, 7471, '0', 'preview', '2025-05-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80739, 1930, '0', 'default', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80740, 7737, '0', 'preview', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80741, 2200, '0', 'default', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80742, 1955, '0', 'preview', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80743, 7738, '0', 'preview', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80744, 7738, '0', 'default', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80745, 1957, '0', 'preview', '2025-05-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80746, 7464, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80747, 7463, '0', 'default', '2025-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80748, 7312, '0', 'default', '2025-05-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80749, 7312, '0', 'preview', '2025-05-19', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80750, 7623, '0', 'preview', '2025-05-19', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80751, 7621, '0', 'preview', '2025-05-19', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80752, 7624, '0', 'preview', '2025-05-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80753, 2086, '0', 'preview', '2025-05-19', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80754, 7466, '0', 'preview', '2025-05-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80755, 7465, '0', 'preview', '2025-05-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80756, 7467, '0', 'preview', '2025-05-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80757, 2113, '0', 'preview', '2025-05-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80758, 1935, '0', 'preview', '2025-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80759, 7748, '0', 'preview', '2025-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80760, 1930, '0', 'preview', '2025-05-19', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80761, 7471, '0', 'preview', '2025-05-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80762, 1938, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80763, 2176, '0', 'preview', '2025-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80764, 7473, '0', 'preview', '2025-05-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80765, 7471, '0', 'default', '2025-05-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80766, 7313, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80767, 2051, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80768, 1964, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80769, 2093, '0', 'preview', '2025-05-19', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80770, 7463, '0', 'preview', '2025-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80771, 7621, '0', 'default', '2025-05-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80772, 7464, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80773, 7461, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80774, 2200, '0', 'default', '2025-05-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80775, 7462, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80776, 7945, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80777, 7461, '0', 'preview', '2025-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80778, 1912, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80779, 7311, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80780, 7474, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80781, 7954, '0', 'preview', '2025-05-19', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80782, 7949, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80783, 7737, '0', 'preview', '2025-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80784, 2053, '0', 'default', '2025-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80785, 1967, '0', 'preview', '2025-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80786, 1955, '0', 'preview', '2025-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80787, 7474, '0', 'preview', '2025-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80788, 1967, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80789, 7952, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80790, 7741, '0', 'default', '2025-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80791, 2198, '0', 'preview', '2025-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80792, 7950, '0', 'preview', '2025-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80793, 2198, '0', 'default', '2025-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80794, 1950, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80795, 7738, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80796, 2201, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80797, 7624, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80798, 7466, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80799, 2067, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80800, 7952, '0', 'preview', '2025-05-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80801, 7741, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80802, 7745, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80803, 7622, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80804, 7746, '0', 'preview', '2025-05-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80805, 7742, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80806, 7472, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80807, 5621, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80808, 1886, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80809, 7749, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80810, 2054, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80811, 2200, '0', 'preview', '2025-05-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80812, 2201, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80813, 7312, '0', 'preview', '2025-05-20', 57);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80814, 7463, '0', 'preview', '2025-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80815, 1935, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80816, 7621, '0', 'default', '2025-05-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80817, 1930, '0', 'preview', '2025-05-20', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80818, 7461, '0', 'preview', '2025-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80819, 7621, '0', 'preview', '2025-05-20', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80820, 7624, '0', 'preview', '2025-05-20', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80821, 7623, '0', 'preview', '2025-05-20', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80822, 7952, '0', 'preview', '2025-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80823, 7471, '0', 'preview', '2025-05-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80824, 7473, '0', 'preview', '2025-05-20', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80825, 2176, '0', 'preview', '2025-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80826, 2086, '0', 'preview', '2025-05-20', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80827, 7954, '0', 'preview', '2025-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80828, 7741, '0', 'preview', '2025-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80829, 7475, '0', 'preview', '2025-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80830, 7474, '0', 'preview', '2025-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80831, 7467, '0', 'preview', '2025-05-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80832, 7466, '0', 'preview', '2025-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80833, 7465, '0', 'preview', '2025-05-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80834, 2053, '0', 'preview', '2025-05-20', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80835, 2053, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80836, 2067, '0', 'preview', '2025-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80837, 1950, '0', 'preview', '2025-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80838, 7461, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80839, 7471, '0', 'default', '2025-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80840, 7312, '0', 'default', '2025-05-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80841, 1935, '0', 'preview', '2025-05-20', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80842, 2113, '0', 'preview', '2025-05-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80843, 7952, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80844, 2093, '0', 'preview', '2025-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80845, 7747, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80846, 7622, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80847, 7624, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80848, 2176, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80849, 2177, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80850, 1950, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80851, 1932, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80852, 7472, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80853, 1930, '0', 'default', '2025-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80854, 7622, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80855, 2113, '0', 'default', '2025-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80856, 1937, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80857, 1967, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80858, 2148, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80859, 2086, '0', 'default', '2025-05-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80860, 1938, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80861, 1917, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80862, 7311, '0', 'preview', '2025-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80863, 7313, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80864, 1912, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80865, 7946, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80866, 7948, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80867, 2200, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80868, 5621, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80869, 7464, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80870, 7745, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80871, 7748, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80872, 7737, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80873, 7737, '0', 'preview', '2025-05-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80874, 7951, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80875, 7738, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80876, 2093, '0', 'default', '2025-05-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80877, 7467, '0', 'preview', '2025-05-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80878, 1935, '0', 'preview', '2025-05-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80879, 7312, '0', 'preview', '2025-05-21', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80880, 7741, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80881, 7473, '0', 'preview', '2025-05-21', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80882, 2086, '0', 'preview', '2025-05-21', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80883, 7952, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80884, 7623, '0', 'preview', '2025-05-21', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80885, 7621, '0', 'preview', '2025-05-21', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80886, 7740, '0', 'default', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80887, 7475, '0', 'preview', '2025-05-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80888, 7471, '0', 'preview', '2025-05-21', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80889, 7745, '0', 'default', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80890, 7739, '0', 'default', '2025-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80891, 7742, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80892, 7743, '0', 'default', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80893, 7471, '0', 'default', '2025-05-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80894, 7472, '0', 'default', '2025-05-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80895, 7624, '0', 'preview', '2025-05-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80896, 7621, '0', 'default', '2025-05-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80897, 7948, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80898, 7463, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80899, 7464, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80900, 1967, '0', 'preview', '2025-05-21', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80901, 7737, '0', 'preview', '2025-05-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80902, 7462, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80903, 7944, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80904, 7954, '0', 'default', '2025-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80905, 1930, '0', 'preview', '2025-05-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80906, 7472, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80907, 7954, '0', 'preview', '2025-05-21', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80908, 7312, '0', 'default', '2025-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80909, 2113, '0', 'preview', '2025-05-21', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80910, 2067, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80911, 1950, '0', 'preview', '2025-05-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80912, 1930, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80913, 7465, '0', 'preview', '2025-05-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80914, 5622, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80915, 7741, '0', 'default', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80916, 6422, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80917, 7461, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80918, 7622, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80919, 2053, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80920, 1960, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80921, 2054, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80922, 7464, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80923, 7737, '0', 'default', '2025-05-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80924, 7740, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80925, 1967, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80926, 7951, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80927, 6421, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80928, 7738, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80929, 7950, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80930, 7466, '0', 'preview', '2025-05-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80931, 7949, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80932, 1955, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80933, 7311, '0', 'default', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80934, 1912, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80935, 6422, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80936, 7474, '0', 'preview', '2025-05-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80937, 5622, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80938, 2158, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80939, 7463, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80940, 7461, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80941, 2054, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80942, 2053, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80943, 7623, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80944, 7945, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80945, 7945, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80946, 2158, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80947, 2176, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80948, 2177, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80949, 1938, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80950, 1952, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80951, 2178, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80952, 7738, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80953, 7749, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80954, 1886, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80955, 7621, '0', 'preview', '2025-05-22', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80956, 7312, '0', 'preview', '2025-05-22', 62);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80957, 7623, '0', 'preview', '2025-05-22', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80958, 2086, '0', 'preview', '2025-05-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80959, 7954, '0', 'preview', '2025-05-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80960, 2177, '0', 'preview', '2025-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80961, 2176, '0', 'preview', '2025-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80962, 7471, '0', 'preview', '2025-05-22', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80963, 7624, '0', 'preview', '2025-05-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80964, 7473, '0', 'preview', '2025-05-22', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80965, 7624, '0', 'default', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80966, 7471, '0', 'default', '2025-05-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80967, 1950, '0', 'preview', '2025-05-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80968, 1886, '0', 'preview', '2025-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80969, 7465, '0', 'preview', '2025-05-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80970, 7467, '0', 'preview', '2025-05-22', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80971, 7466, '0', 'preview', '2025-05-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80972, 7474, '0', 'preview', '2025-05-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80973, 2093, '0', 'preview', '2025-05-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80974, 7623, '0', 'default', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80975, 7952, '0', 'default', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80976, 7621, '0', 'default', '2025-05-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80977, 7475, '0', 'preview', '2025-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80978, 7622, '0', 'preview', '2025-05-22', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80979, 7311, '0', 'default', '2025-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80980, 7473, '0', 'default', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80981, 7312, '0', 'default', '2025-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80982, 2198, '0', 'default', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80983, 2113, '0', 'preview', '2025-05-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80984, 1930, '0', 'preview', '2025-05-22', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80985, 1935, '0', 'preview', '2025-05-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80986, 1886, '0', 'default', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80987, 7737, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80988, 2054, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80989, 7740, '0', 'default', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80990, 7461, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80991, 7741, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80992, 7954, '0', 'default', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80993, 2067, '0', 'preview', '2025-05-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80994, 5621, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80995, 2053, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80996, 7951, '0', 'preview', '2025-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80997, 6421, '0', 'preview', '2025-05-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80998, 2200, '0', 'default', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80999, 7950, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81000, 7949, '0', 'preview', '2025-05-22', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81001, 7738, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81002, 1952, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81003, 7312, '0', 'preview', '2025-05-23', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81004, 1950, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81005, 7621, '0', 'preview', '2025-05-23', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81006, 7623, '0', 'preview', '2025-05-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81007, 7624, '0', 'preview', '2025-05-23', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81008, 2086, '0', 'preview', '2025-05-23', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81009, 7473, '0', 'preview', '2025-05-23', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81010, 2054, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81011, 1960, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81012, 7311, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81013, 7466, '0', 'default', '2025-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81014, 7954, '0', 'preview', '2025-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81015, 7474, '0', 'preview', '2025-05-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81016, 7461, '0', 'preview', '2025-05-23', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81017, 7471, '0', 'preview', '2025-05-23', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81018, 2113, '0', 'preview', '2025-05-23', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81019, 1964, '0', 'preview', '2025-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81020, 2051, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81021, 2093, '0', 'preview', '2025-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81022, 1964, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81023, 7475, '0', 'default', '2025-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81024, 6421, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81025, 7467, '0', 'preview', '2025-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81026, 7466, '0', 'preview', '2025-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81027, 7465, '0', 'preview', '2025-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81028, 1930, '0', 'preview', '2025-05-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81029, 7741, '0', 'preview', '2025-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81030, 7312, '0', 'default', '2025-05-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81031, 7463, '0', 'preview', '2025-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81032, 1935, '0', 'preview', '2025-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81033, 7737, '0', 'preview', '2025-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81034, 2198, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81035, 2201, '0', 'preview', '2025-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81036, 7745, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81037, 1935, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81038, 1930, '0', 'default', '2025-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81039, 7471, '0', 'default', '2025-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81040, 7472, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81041, 7313, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81042, 7952, '0', 'default', '2025-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81043, 2051, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81044, 5621, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81045, 7946, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81046, 7461, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81047, 1931, '0', 'default', '2025-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81048, 7948, '0', 'preview', '2025-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81049, 2158, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81050, 1950, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81051, 7624, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81052, 7464, '0', 'preview', '2025-05-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81053, 7948, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81054, 7706, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81055, 7623, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81056, 7622, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81057, 1967, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81058, 2053, '0', 'preview', '2025-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81059, 7748, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81060, 7462, '0', 'preview', '2025-05-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81061, 2053, '0', 'default', '2025-05-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81062, 7624, '0', 'preview', '2025-05-24', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81063, 7741, '0', 'preview', '2025-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81064, 7621, '0', 'preview', '2025-05-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81065, 7750, '0', 'default', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81066, 1886, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81067, 7471, '0', 'preview', '2025-05-24', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81068, 7467, '0', 'preview', '2025-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81069, 7466, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81070, 7465, '0', 'preview', '2025-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81071, 2113, '0', 'preview', '2025-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81072, 1931, '0', 'preview', '2025-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81073, 1930, '0', 'preview', '2025-05-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81074, 7954, '0', 'default', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81075, 7312, '0', 'preview', '2025-05-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81076, 7954, '0', 'preview', '2025-05-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81077, 7473, '0', 'preview', '2025-05-24', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81078, 7623, '0', 'preview', '2025-05-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81079, 7952, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81080, 1935, '0', 'preview', '2025-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81081, 7621, '0', 'default', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81082, 7737, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81083, 7461, '0', 'preview', '2025-05-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81084, 7623, '0', 'default', '2025-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81085, 7951, '0', 'default', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81086, 7474, '0', 'preview', '2025-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81087, 1935, '0', 'default', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81088, 2086, '0', 'preview', '2025-05-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81089, 2201, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81090, 7313, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81091, 7311, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81092, 7312, '0', 'default', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81093, 7945, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81094, 7463, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81095, 7462, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81096, 7460, '0', 'preview', '2025-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81097, 2093, '0', 'preview', '2025-05-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81098, 1967, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81099, 7471, '0', 'default', '2025-05-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81100, 2053, '0', 'preview', '2025-05-24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81101, 7471, '0', 'default', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81102, 2086, '0', 'preview', '2025-05-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81103, 7621, '0', 'preview', '2025-05-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81104, 7741, '0', 'preview', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81105, 7471, '0', 'preview', '2025-05-25', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81106, 7623, '0', 'preview', '2025-05-25', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81107, 2113, '0', 'preview', '2025-05-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81108, 7312, '0', 'preview', '2025-05-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81109, 7475, '0', 'preview', '2025-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81110, 7624, '0', 'preview', '2025-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81111, 7312, '0', 'default', '2025-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81112, 1930, '0', 'preview', '2025-05-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81113, 7473, '0', 'preview', '2025-05-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81114, 2093, '0', 'default', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81115, 7737, '0', 'preview', '2025-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81116, 7472, '0', 'preview', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81117, 2166, '0', 'default', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81118, 1931, '0', 'default', '2025-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81119, 7313, '0', 'default', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81120, 7311, '0', 'default', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81121, 7474, '0', 'default', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81122, 2158, '0', 'default', '2025-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81123, 1937, '0', 'default', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81124, 2113, '0', 'default', '2025-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81125, 1931, '0', 'preview', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81126, 2093, '0', 'preview', '2025-05-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81127, 7467, '0', 'preview', '2025-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81128, 1912, '0', 'default', '2025-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81129, 1908, '0', 'default', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81130, 1930, '0', 'default', '2025-05-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81131, 2176, '0', 'preview', '2025-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81132, 2158, '0', 'preview', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81133, 1935, '0', 'preview', '2025-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81134, 7465, '0', 'preview', '2025-05-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81135, 7954, '0', 'default', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81136, 7466, '0', 'preview', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81137, 7740, '0', 'preview', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81138, 1967, '0', 'preview', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81139, 1932, '0', 'default', '2025-05-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81140, 7471, '0', 'preview', '2025-05-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81141, 7473, '0', 'preview', '2025-05-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81142, 7623, '0', 'preview', '2025-05-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81143, 2086, '0', 'preview', '2025-05-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81144, 2113, '0', 'preview', '2025-05-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81145, 7622, '0', 'preview', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81146, 7624, '0', 'preview', '2025-05-26', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81147, 7621, '0', 'preview', '2025-05-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81148, 7465, '0', 'preview', '2025-05-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81149, 7466, '0', 'preview', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81150, 7312, '0', 'preview', '2025-05-26', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81151, 7951, '0', 'preview', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81152, 7949, '0', 'preview', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81153, 7738, '0', 'preview', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81154, 1950, '0', 'preview', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81155, 7741, '0', 'preview', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81156, 7952, '0', 'preview', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81157, 7954, '0', 'preview', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81158, 1935, '0', 'default', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81159, 1930, '0', 'default', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81160, 1957, '0', 'preview', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81161, 1957, '0', 'default', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81162, 7738, '0', 'default', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81163, 7472, '0', 'preview', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81164, 1930, '0', 'preview', '2025-05-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81165, 2087, '0', 'preview', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81166, 2049, '0', 'preview', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81167, 2198, '0', 'preview', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81168, 2053, '0', 'preview', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81169, 7741, '0', 'default', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81170, 1935, '0', 'preview', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81171, 7475, '0', 'preview', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81172, 7312, '0', 'default', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81173, 7624, '0', 'default', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81174, 7623, '0', 'default', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81175, 7467, '0', 'preview', '2025-05-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81176, 2093, '0', 'preview', '2025-05-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81177, 7468, '0', 'preview', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81178, 7471, '0', 'default', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81179, 7954, '0', 'default', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81180, 7464, '0', 'default', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81181, 7461, '0', 'default', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81182, 1886, '0', 'preview', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81183, 2054, '0', 'default', '2025-05-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81184, 7465, '0', 'preview', '2025-05-27', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81185, 7467, '0', 'preview', '2025-05-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81186, 1930, '0', 'preview', '2025-05-27', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81187, 7473, '0', 'preview', '2025-05-27', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81188, 2086, '0', 'preview', '2025-05-27', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81189, 7312, '0', 'preview', '2025-05-27', 62);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81190, 7474, '0', 'preview', '2025-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81191, 7621, '0', 'preview', '2025-05-27', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81192, 2113, '0', 'preview', '2025-05-27', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81193, 1935, '0', 'preview', '2025-05-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81194, 7471, '0', 'preview', '2025-05-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81195, 7741, '0', 'preview', '2025-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81196, 7623, '0', 'preview', '2025-05-27', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81197, 2067, '0', 'preview', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81198, 1930, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81199, 7737, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81200, 1967, '0', 'default', '2025-05-27', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81201, 7312, '0', 'default', '2025-05-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81202, 2154, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81203, 2153, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81204, 7624, '0', 'preview', '2025-05-27', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81205, 7952, '0', 'default', '2025-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81206, 7954, '0', 'preview', '2025-05-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81207, 7471, '0', 'default', '2025-05-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81208, 7466, '0', 'preview', '2025-05-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81209, 2093, '0', 'preview', '2025-05-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81210, 7311, '0', 'preview', '2025-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81211, 1950, '0', 'preview', '2025-05-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81212, 7311, '0', 'default', '2025-05-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81213, 1932, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81214, 1964, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81215, 7737, '0', 'preview', '2025-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81216, 2053, '0', 'preview', '2025-05-27', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81217, 7472, '0', 'default', '2025-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81218, 2051, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81219, 7952, '0', 'preview', '2025-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81220, 1938, '0', 'preview', '2025-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81221, 7748, '0', 'preview', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81222, 2176, '0', 'preview', '2025-05-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81223, 2177, '0', 'preview', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81224, 7740, '0', 'preview', '2025-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81225, 7622, '0', 'preview', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81226, 1955, '0', 'preview', '2025-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81227, 7949, '0', 'preview', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81228, 1967, '0', 'preview', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81229, 7738, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81230, 7473, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81231, 1950, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81232, 7461, '0', 'preview', '2025-05-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81233, 7946, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81234, 7464, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81235, 5621, '0', 'preview', '2025-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81236, 7475, '0', 'default', '2025-05-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81237, 7621, '0', 'default', '2025-05-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81238, 1930, '0', 'preview', '2025-05-28', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81239, 7466, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81240, 7312, '0', 'preview', '2025-05-28', 86);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81241, 7471, '0', 'preview', '2025-05-28', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81242, 1935, '0', 'preview', '2025-05-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81243, 2113, '0', 'preview', '2025-05-28', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81244, 7312, '0', 'default', '2025-05-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81245, 7621, '0', 'preview', '2025-05-28', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81246, 7467, '0', 'preview', '2025-05-28', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81247, 7471, '0', 'default', '2025-05-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81248, 7624, '0', 'preview', '2025-05-28', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81249, 7473, '0', 'preview', '2025-05-28', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81250, 7623, '0', 'preview', '2025-05-28', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81251, 7461, '0', 'preview', '2025-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81252, 7475, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81253, 2053, '0', 'preview', '2025-05-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81254, 1950, '0', 'preview', '2025-05-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81255, 7737, '0', 'preview', '2025-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81256, 1931, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81257, 2086, '0', 'preview', '2025-05-28', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81258, 2053, '0', 'default', '2025-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81259, 7465, '0', 'preview', '2025-05-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81260, 2086, '0', 'default', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81261, 7741, '0', 'preview', '2025-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81262, 1957, '0', 'default', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81263, 7738, '0', 'default', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81264, 2200, '0', 'default', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81265, 2093, '0', 'preview', '2025-05-28', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81266, 7311, '0', 'preview', '2025-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81267, 7474, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81268, 7622, '0', 'preview', '2025-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81269, 7468, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81270, 7472, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81271, 1938, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81272, 1957, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81273, 7954, '0', 'preview', '2025-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81274, 7463, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81275, 2012, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81276, 7945, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81277, 1967, '0', 'preview', '2025-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81278, 1917, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81279, 7952, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81280, 7744, '0', 'preview', '2025-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81281, 7744, '0', 'default', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81282, 2176, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81283, 2067, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81284, 1935, '0', 'default', '2025-05-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81285, 1912, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81286, 1937, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81287, 2158, '0', 'preview', '2025-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81288, 7621, '0', 'default', '2025-05-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81289, 1932, '0', 'default', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81290, 7950, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81291, 7741, '0', 'default', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81292, 2198, '0', 'default', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81293, 7623, '0', 'default', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81294, 7952, '0', 'default', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81295, 5621, '0', 'default', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81296, 7951, '0', 'default', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81297, 1964, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81298, 7464, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81299, 1955, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81300, 7738, '0', 'preview', '2025-05-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81301, 7949, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81302, 5622, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81303, 7951, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81304, 2178, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81305, 6421, '0', 'preview', '2025-05-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81306, 2113, '0', 'default', '2025-05-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81307, 7473, '0', 'preview', '2025-05-29', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81308, 2176, '0', 'preview', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81309, 7461, '0', 'preview', '2025-05-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81310, 7461, '0', 'default', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81311, 7467, '0', 'preview', '2025-05-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81312, 7466, '0', 'preview', '2025-05-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81313, 7471, '0', 'default', '2025-05-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81314, 2067, '0', 'preview', '2025-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81315, 7952, '0', 'preview', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81316, 7312, '0', 'preview', '2025-05-29', 64);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81317, 7954, '0', 'preview', '2025-05-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81318, 7954, '0', 'default', '2025-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81319, 7621, '0', 'preview', '2025-05-29', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81320, 2086, '0', 'preview', '2025-05-29', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81321, 7622, '0', 'preview', '2025-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81322, 7474, '0', 'preview', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81323, 7624, '0', 'preview', '2025-05-29', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81324, 7623, '0', 'preview', '2025-05-29', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81325, 2200, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81326, 7471, '0', 'preview', '2025-05-29', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81327, 2054, '0', 'preview', '2025-05-29', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81328, 1930, '0', 'preview', '2025-05-29', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81329, 1935, '0', 'preview', '2025-05-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81330, 1886, '0', 'preview', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81331, 7475, '0', 'preview', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81332, 1950, '0', 'preview', '2025-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81333, 7949, '0', 'default', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81334, 7741, '0', 'default', '2025-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81335, 7311, '0', 'default', '2025-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81336, 2067, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81337, 5621, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81338, 1931, '0', 'preview', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81339, 2113, '0', 'preview', '2025-05-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81340, 1935, '0', 'default', '2025-05-29', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81341, 7750, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81342, 7951, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81343, 7748, '0', 'default', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81344, 7465, '0', 'preview', '2025-05-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81345, 7950, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81346, 7739, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81347, 7312, '0', 'default', '2025-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81348, 7945, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81349, 2201, '0', 'default', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81350, 7463, '0', 'preview', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81351, 7621, '0', 'default', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81352, 1913, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81353, 2198, '0', 'preview', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81354, 1912, '0', 'preview', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81355, 7747, '0', 'default', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81356, 7737, '0', 'preview', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81357, 1967, '0', 'preview', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81358, 7744, '0', 'default', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81359, 7742, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81360, 7738, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81361, 1932, '0', 'default', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81362, 2053, '0', 'preview', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81363, 1950, '0', 'default', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81364, 2053, '0', 'default', '2025-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81365, 7737, '0', 'default', '2025-05-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81366, 7749, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81367, 5622, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81368, 2012, '0', 'preview', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81369, 7743, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81370, 7740, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81371, 2093, '0', 'preview', '2025-05-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81372, 1964, '0', 'preview', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81373, 2177, '0', 'preview', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81374, 7746, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81375, 7746, '0', 'preview', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81376, 2093, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81377, 7624, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81378, 2086, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81379, 7952, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81380, 7473, '0', 'preview', '2025-05-30', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81381, 7467, '0', 'preview', '2025-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81382, 7749, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81383, 7466, '0', 'preview', '2025-05-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81384, 7623, '0', 'preview', '2025-05-30', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81385, 7312, '0', 'preview', '2025-05-30', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81386, 7471, '0', 'default', '2025-05-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81387, 7624, '0', 'preview', '2025-05-30', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81388, 7621, '0', 'default', '2025-05-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81389, 7621, '0', 'preview', '2025-05-30', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81390, 2067, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81391, 7748, '0', 'default', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81392, 2086, '0', 'preview', '2025-05-30', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81393, 1950, '0', 'preview', '2025-05-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81394, 2200, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81395, 7471, '0', 'preview', '2025-05-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81396, 1935, '0', 'preview', '2025-05-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81397, 5621, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81398, 7954, '0', 'preview', '2025-05-30', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81399, 7737, '0', 'default', '2025-05-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81400, 7623, '0', 'default', '2025-05-30', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81401, 7463, '0', 'default', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81402, 7741, '0', 'default', '2025-05-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81403, 7950, '0', 'default', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81404, 7622, '0', 'preview', '2025-05-30', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81405, 7738, '0', 'default', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81406, 7951, '0', 'default', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81407, 7746, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81408, 2053, '0', 'default', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81409, 7945, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81410, 7739, '0', 'default', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81411, 7750, '0', 'default', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81412, 7740, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81413, 1930, '0', 'preview', '2025-05-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81414, 2012, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81415, 7312, '0', 'default', '2025-05-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81416, 7474, '0', 'preview', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81417, 7475, '0', 'preview', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81418, 2113, '0', 'preview', '2025-05-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81419, 1935, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81420, 5622, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81421, 7750, '0', 'preview', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81422, 7465, '0', 'preview', '2025-05-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81423, 7468, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81424, 7748, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81425, 7742, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81426, 2051, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81427, 7745, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81428, 2200, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81429, 7952, '0', 'default', '2025-05-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81430, 2093, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81431, 7954, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81432, 1960, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81433, 2198, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81434, 5621, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81435, 1932, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81436, 1955, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81437, 1913, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81438, 7745, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81439, 7472, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81440, 7743, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81441, 7624, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81442, 2093, '0', 'preview', '2025-05-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81443, 7461, '0', 'preview', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81444, 7463, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81445, 7461, '0', 'default', '2025-05-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81446, 2053, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81447, 2086, '0', 'default', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81448, 7474, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81449, 7949, '0', 'default', '2025-05-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81450, 2087, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81451, 1950, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81452, 2067, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81453, 7623, '0', 'preview', '2025-05-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81454, 7473, '0', 'preview', '2025-05-31', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81455, 1930, '0', 'preview', '2025-05-31', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81456, 7624, '0', 'preview', '2025-05-31', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81457, 2086, '0', 'preview', '2025-05-31', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81458, 7312, '0', 'preview', '2025-05-31', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81459, 7621, '0', 'preview', '2025-05-31', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81460, 7471, '0', 'default', '2025-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81461, 2054, '0', 'default', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81462, 1960, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81463, 7741, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81464, 2113, '0', 'preview', '2025-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81465, 7954, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81466, 1938, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81467, 2176, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81468, 1935, '0', 'preview', '2025-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81469, 7461, '0', 'default', '2025-05-31', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81470, 2012, '0', 'default', '2025-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81471, 7465, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81472, 7466, '0', 'preview', '2025-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81473, 7467, '0', 'preview', '2025-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81474, 7471, '0', 'preview', '2025-05-31', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81475, 7474, '0', 'default', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81476, 7463, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81477, 7745, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81478, 7475, '0', 'preview', '2025-05-31', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81479, 1935, '0', 'default', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81480, 7737, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81481, 7311, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81482, 7947, '0', 'default', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81483, 7944, '0', 'default', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81484, 7473, '0', 'default', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81485, 2093, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81486, 1932, '0', 'default', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81487, 1950, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81488, 7949, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81489, 7951, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81490, 5622, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81491, 7738, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81492, 6421, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81493, 7946, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81494, 7474, '0', 'preview', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81495, 2053, '0', 'default', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81496, 7312, '0', 'default', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81497, 2149, '0', 'default', '2025-05-31', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81498, 2086, '0', 'preview', '2025-06-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81499, 7312, '0', 'preview', '2025-06-01', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81500, 7473, '0', 'preview', '2025-06-01', 10);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81501, 7471, '0', 'preview', '2025-06-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81502, 2093, '0', 'preview', '2025-06-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81503, 1886, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81504, 1930, '0', 'preview', '2025-06-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81505, 7954, '0', 'default', '2025-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81506, 7953, '0', 'default', '2025-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81507, 7954, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81508, 7749, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81509, 7943, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81510, 7624, '0', 'preview', '2025-06-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81511, 7623, '0', 'preview', '2025-06-01', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81512, 7621, '0', 'preview', '2025-06-01', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81513, 1935, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81514, 2113, '0', 'preview', '2025-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81515, 7622, '0', 'preview', '2025-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81516, 1950, '0', 'preview', '2025-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81517, 7466, '0', 'preview', '2025-06-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81518, 7465, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81519, 7467, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81520, 1950, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81521, 7475, '0', 'preview', '2025-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81522, 7464, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81523, 2200, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81524, 1967, '0', 'default', '2025-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81525, 2201, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81526, 7472, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81527, 7737, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81528, 7312, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81529, 7944, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81530, 7624, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81531, 7737, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81532, 7621, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81533, 7311, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81534, 7313, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81535, 7471, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81536, 7623, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81537, 7461, '0', 'preview', '2025-06-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81538, 7460, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81539, 7467, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81540, 7625, '0', 'preview', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81541, 7625, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81542, 7948, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81543, 7947, '0', 'default', '2025-06-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81544, 7623, '0', 'preview', '2025-06-02', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81545, 7621, '0', 'preview', '2025-06-02', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81546, 7312, '0', 'preview', '2025-06-02', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81547, 7624, '0', 'preview', '2025-06-02', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81548, 7473, '0', 'preview', '2025-06-02', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81549, 7954, '0', 'preview', '2025-06-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81550, 7475, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81551, 1935, '0', 'preview', '2025-06-02', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81552, 7464, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81553, 2113, '0', 'preview', '2025-06-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81554, 2151, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81555, 1930, '0', 'preview', '2025-06-02', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81556, 2086, '0', 'preview', '2025-06-02', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81557, 7737, '0', 'default', '2025-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81558, 7745, '0', 'default', '2025-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81559, 1950, '0', 'preview', '2025-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81560, 7950, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81561, 6421, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81562, 7461, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81563, 2053, '0', 'preview', '2025-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81564, 7747, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81565, 1935, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81566, 7943, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81567, 7624, '0', 'default', '2025-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81568, 7952, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81569, 7953, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81570, 7474, '0', 'preview', '2025-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81571, 2093, '0', 'preview', '2025-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81572, 7951, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81573, 7621, '0', 'default', '2025-06-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81574, 7623, '0', 'default', '2025-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81575, 7471, '0', 'preview', '2025-06-02', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81576, 2176, '0', 'preview', '2025-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81577, 1938, '0', 'preview', '2025-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81578, 7463, '0', 'preview', '2025-06-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81579, 7465, '0', 'preview', '2025-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81580, 7622, '0', 'preview', '2025-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81581, 2201, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81582, 7460, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81583, 7312, '0', 'default', '2025-06-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81584, 7461, '0', 'preview', '2025-06-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81585, 7466, '0', 'preview', '2025-06-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81586, 7740, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81587, 7467, '0', 'preview', '2025-06-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81588, 2198, '0', 'default', '2025-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81589, 2198, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81590, 1955, '0', 'preview', '2025-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81591, 5621, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81592, 7741, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81593, 7311, '0', 'default', '2025-06-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81594, 7311, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81595, 2165, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81596, 7738, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81597, 7463, '0', 'default', '2025-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81598, 1950, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81599, 7464, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81600, 7737, '0', 'preview', '2025-06-02', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81601, 1967, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81602, 7952, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81603, 7471, '0', 'default', '2025-06-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81604, 7466, '0', 'default', '2025-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81605, 2158, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81606, 7467, '0', 'default', '2025-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81607, 1930, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81608, 2067, '0', 'preview', '2025-06-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81609, 2158, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81610, 7472, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81611, 1967, '0', 'default', '2025-06-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81612, 7312, '0', 'preview', '2025-06-03', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81613, 1930, '0', 'preview', '2025-06-03', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81614, 7473, '0', 'preview', '2025-06-03', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81615, 7624, '0', 'preview', '2025-06-03', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81616, 7948, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81617, 7623, '0', 'preview', '2025-06-03', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81618, 7621, '0', 'preview', '2025-06-03', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81619, 7474, '0', 'preview', '2025-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81620, 2113, '0', 'preview', '2025-06-03', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81621, 2086, '0', 'preview', '2025-06-03', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81622, 1935, '0', 'preview', '2025-06-03', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81623, 7473, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81624, 7951, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81625, 7739, '0', 'preview', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81626, 2198, '0', 'preview', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81627, 7741, '0', 'preview', '2025-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81628, 7471, '0', 'default', '2025-06-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81629, 1886, '0', 'preview', '2025-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81630, 7467, '0', 'preview', '2025-06-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81631, 7466, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81632, 7623, '0', 'default', '2025-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81633, 2201, '0', 'preview', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81634, 1950, '0', 'preview', '2025-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81635, 7737, '0', 'default', '2025-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81636, 2201, '0', 'default', '2025-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81637, 7748, '0', 'default', '2025-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81638, 7624, '0', 'default', '2025-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81639, 1950, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81640, 5622, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81641, 2178, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81642, 1957, '0', 'default', '2025-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81643, 1952, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81644, 6421, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81645, 7312, '0', 'default', '2025-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81646, 7471, '0', 'preview', '2025-06-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81647, 7954, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81648, 2067, '0', 'preview', '2025-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81649, 7954, '0', 'preview', '2025-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81650, 7475, '0', 'preview', '2025-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81651, 7706, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81652, 2093, '0', 'preview', '2025-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81653, 7466, '0', 'preview', '2025-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81654, 7465, '0', 'preview', '2025-06-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81655, 5621, '0', 'preview', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81656, 2158, '0', 'preview', '2025-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81657, 7461, '0', 'preview', '2025-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81658, 7311, '0', 'preview', '2025-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81659, 1913, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81660, 7311, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81661, 7313, '0', 'preview', '2025-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81662, 2086, '0', 'default', '2025-06-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81663, 7741, '0', 'default', '2025-06-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81664, 7621, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81665, 7952, '0', 'preview', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81666, 7745, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81667, 1938, '0', 'preview', '2025-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81668, 7952, '0', 'default', '2025-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81669, 7470, '0', 'preview', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81670, 7946, '0', 'preview', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81671, 7740, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81672, 2054, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81673, 2200, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81674, 7737, '0', 'preview', '2025-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81675, 2067, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81676, 7460, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81677, 1967, '0', 'preview', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81678, 1960, '0', 'preview', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81679, 1886, '0', 'default', '2025-06-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81680, 1957, '0', 'preview', '2025-06-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81681, 7623, '0', 'preview', '2025-06-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81682, 7466, '0', 'preview', '2025-06-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81683, 7465, '0', 'preview', '2025-06-04', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81684, 7467, '0', 'preview', '2025-06-04', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81685, 1930, '0', 'preview', '2025-06-04', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81686, 7312, '0', 'preview', '2025-06-04', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81687, 2086, '0', 'preview', '2025-06-04', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81688, 7473, '0', 'default', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81689, 2200, '0', 'default', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81690, 2053, '0', 'default', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81691, 7621, '0', 'preview', '2025-06-04', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81692, 7624, '0', 'preview', '2025-06-04', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81693, 7471, '0', 'preview', '2025-06-04', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81694, 1935, '0', 'default', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81695, 1935, '0', 'preview', '2025-06-04', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81696, 1950, '0', 'preview', '2025-06-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81697, 2113, '0', 'preview', '2025-06-04', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81698, 7313, '0', 'preview', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81699, 1937, '0', 'default', '2025-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81700, 2053, '0', 'preview', '2025-06-04', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81701, 1960, '0', 'preview', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81702, 7475, '0', 'preview', '2025-06-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81703, 7748, '0', 'preview', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81704, 7741, '0', 'default', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81705, 7741, '0', 'preview', '2025-06-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81706, 7472, '0', 'preview', '2025-06-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81707, 7473, '0', 'preview', '2025-06-04', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81708, 7312, '0', 'default', '2025-06-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81709, 7471, '0', 'default', '2025-06-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81710, 7750, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81711, 2054, '0', 'preview', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81712, 7949, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81713, 7738, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81714, 5621, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81715, 1886, '0', 'default', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81716, 1967, '0', 'preview', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81717, 7954, '0', 'preview', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81718, 7463, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81719, 2093, '0', 'preview', '2025-06-04', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81720, 2067, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81721, 7474, '0', 'preview', '2025-06-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81722, 7953, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81723, 7946, '0', 'default', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81724, 7623, '0', 'default', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81725, 1967, '0', 'default', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81726, 7311, '0', 'preview', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81727, 7954, '0', 'default', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81728, 7737, '0', 'default', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81729, 7737, '0', 'preview', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81730, 1938, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81731, 2176, '0', 'preview', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81732, 7625, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81733, 7622, '0', 'preview', '2025-06-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81734, 7311, '0', 'default', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81735, 7621, '0', 'default', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81736, 7739, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81737, 7313, '0', 'default', '2025-06-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81738, 1930, '0', 'preview', '2025-06-05', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81739, 2086, '0', 'preview', '2025-06-05', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81740, 7467, '0', 'preview', '2025-06-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81741, 7625, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81742, 7465, '0', 'preview', '2025-06-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81743, 7623, '0', 'preview', '2025-06-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81744, 7473, '0', 'preview', '2025-06-05', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81745, 7460, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81746, 7621, '0', 'preview', '2025-06-05', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81747, 7473, '0', 'default', '2025-06-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81748, 7622, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81749, 2093, '0', 'preview', '2025-06-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81750, 7312, '0', 'preview', '2025-06-05', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81751, 7624, '0', 'preview', '2025-06-05', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81752, 7472, '0', 'preview', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81753, 7472, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81754, 7312, '0', 'default', '2025-06-05', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81755, 1967, '0', 'preview', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81756, 7737, '0', 'preview', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81757, 7621, '0', 'default', '2025-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81758, 2176, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81759, 2176, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81760, 7467, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81761, 7466, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81762, 1967, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81763, 7737, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81764, 1950, '0', 'preview', '2025-06-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81765, 2113, '0', 'preview', '2025-06-05', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81766, 1932, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81767, 7474, '0', 'default', '2025-06-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81768, 2067, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81769, 1914, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81770, 7474, '0', 'preview', '2025-06-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81771, 1935, '0', 'preview', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81772, 7952, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81773, 2154, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81774, 7738, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81775, 1908, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81776, 7943, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81777, 7475, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81778, 2087, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81779, 1960, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81780, 2012, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81781, 7947, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81782, 7468, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81783, 7311, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81784, 1886, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81785, 7944, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81786, 1911, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81787, 2086, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81788, 2158, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81789, 6422, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81790, 2067, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81791, 2053, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81792, 1918, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81793, 1924, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81794, 1920, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81795, 7953, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81796, 7950, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81797, 2148, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81798, 7748, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81799, 5622, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81800, 7625, '0', 'default', '2025-06-05', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81801, 2049, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81802, 1917, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81803, 1957, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81804, 2054, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81805, 1916, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81806, 2200, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81807, 5621, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81808, 1966, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81809, 2201, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81810, 7465, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81811, 7469, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81812, 7470, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81813, 7746, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81814, 1952, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81815, 2065, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81816, 1955, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81817, 1915, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81818, 7946, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81819, 7948, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81820, 1913, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81821, 1912, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81822, 1950, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81823, 1964, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81824, 2051, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81825, 2177, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81826, 2198, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81827, 1938, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81828, 7463, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81829, 1931, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81830, 2152, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81831, 2165, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81832, 2066, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81833, 7949, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81834, 7741, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81835, 2113, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81836, 7622, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81837, 2151, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81838, 2149, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81839, 2166, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81840, 2153, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81841, 1937, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81842, 1933, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81843, 7462, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81844, 2150, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81845, 7742, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81846, 7743, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81847, 7749, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81848, 7750, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81849, 7739, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81850, 7740, '0', 'default', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81851, 7624, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81852, 7475, '0', 'preview', '2025-06-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81853, 1938, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81854, 7471, '0', 'preview', '2025-06-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81855, 7748, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81856, 7471, '0', 'default', '2025-06-05', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81857, 7466, '0', 'preview', '2025-06-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81858, 7954, '0', 'preview', '2025-06-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81859, 5621, '0', 'preview', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81860, 1931, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81861, 1960, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81862, 5622, '0', 'preview', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81863, 2201, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81864, 7313, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81865, 1886, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81866, 7623, '0', 'default', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81867, 7950, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81868, 7951, '0', 'preview', '2025-06-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81869, 7952, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81870, 1952, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81871, 7461, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81872, 7463, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81873, 7464, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81874, 7945, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81875, 2086, '0', 'preview', '2025-06-06', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81876, 1950, '0', 'preview', '2025-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81877, 2113, '0', 'preview', '2025-06-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81878, 7473, '0', 'preview', '2025-06-06', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81879, 7741, '0', 'preview', '2025-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81880, 1930, '0', 'preview', '2025-06-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81881, 7623, '0', 'preview', '2025-06-06', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81882, 7312, '0', 'preview', '2025-06-06', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81883, 1937, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81884, 1886, '0', 'preview', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81885, 7621, '0', 'preview', '2025-06-06', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81886, 7471, '0', 'preview', '2025-06-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81887, 7624, '0', 'preview', '2025-06-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81888, 1935, '0', 'preview', '2025-06-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81889, 7740, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81890, 7471, '0', 'default', '2025-06-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81891, 7465, '0', 'preview', '2025-06-06', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81892, 7737, '0', 'preview', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81893, 7474, '0', 'preview', '2025-06-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81894, 7954, '0', 'preview', '2025-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81895, 5621, '0', 'preview', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81896, 7472, '0', 'preview', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81897, 2176, '0', 'preview', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81898, 2093, '0', 'preview', '2025-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81899, 1966, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81900, 7951, '0', 'default', '2025-06-06', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81901, 2053, '0', 'preview', '2025-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81902, 7312, '0', 'default', '2025-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81903, 7475, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81904, 7950, '0', 'preview', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81905, 7748, '0', 'preview', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81906, 7466, '0', 'preview', '2025-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81907, 7467, '0', 'preview', '2025-06-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81908, 7469, '0', 'preview', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81909, 7461, '0', 'preview', '2025-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81910, 5622, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81911, 7949, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81912, 7738, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81913, 1952, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81914, 6421, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81915, 1955, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81916, 7474, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81917, 2053, '0', 'default', '2025-06-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81918, 1932, '0', 'default', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81919, 1912, '0', 'preview', '2025-06-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81920, 7312, '0', 'preview', '2025-06-07', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81921, 7475, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81922, 2093, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81923, 2158, '0', 'preview', '2025-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81924, 7472, '0', 'preview', '2025-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81925, 2113, '0', 'preview', '2025-06-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81926, 7471, '0', 'default', '2025-06-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81927, 7624, '0', 'preview', '2025-06-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81928, 2086, '0', 'preview', '2025-06-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81929, 2053, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81930, 7621, '0', 'preview', '2025-06-07', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81931, 1930, '0', 'preview', '2025-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81932, 7473, '0', 'preview', '2025-06-07', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81933, 7472, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81934, 7312, '0', 'default', '2025-06-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81935, 7954, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81936, 5621, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81937, 7621, '0', 'default', '2025-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81938, 7741, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81939, 7471, '0', 'preview', '2025-06-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81940, 7461, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81941, 7950, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81942, 1950, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81943, 1913, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81944, 7951, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81945, 7623, '0', 'preview', '2025-06-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81946, 7954, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81947, 7947, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81948, 7748, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81949, 7952, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81950, 1933, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81951, 2176, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81952, 7467, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81953, 7466, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81954, 7465, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81955, 7624, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81956, 7313, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81957, 7311, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81958, 2113, '0', 'default', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81959, 1935, '0', 'preview', '2025-06-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81960, 7622, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81961, 7313, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81962, 7742, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81963, 1886, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81964, 7747, '0', 'preview', '2025-06-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81965, 7473, '0', 'preview', '2025-06-08', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81966, 7737, '0', 'preview', '2025-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81967, 7312, '0', 'preview', '2025-06-08', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81968, 7313, '0', 'preview', '2025-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81969, 7621, '0', 'default', '2025-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81970, 7945, '0', 'preview', '2025-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81971, 7471, '0', 'default', '2025-06-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81972, 2200, '0', 'default', '2025-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81973, 7623, '0', 'preview', '2025-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81974, 7621, '0', 'preview', '2025-06-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81975, 5621, '0', 'preview', '2025-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81976, 7954, '0', 'preview', '2025-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81977, 2113, '0', 'preview', '2025-06-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81978, 1930, '0', 'preview', '2025-06-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81979, 7475, '0', 'preview', '2025-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81980, 2086, '0', 'preview', '2025-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81981, 1935, '0', 'preview', '2025-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81982, 2176, '0', 'preview', '2025-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81983, 1938, '0', 'preview', '2025-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81984, 7467, '0', 'preview', '2025-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81985, 7465, '0', 'preview', '2025-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81986, 7466, '0', 'preview', '2025-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81987, 7624, '0', 'preview', '2025-06-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81988, 7471, '0', 'preview', '2025-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81989, 7474, '0', 'preview', '2025-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81990, 7461, '0', 'preview', '2025-06-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81991, 7465, '0', 'preview', '2025-06-09', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81992, 7473, '0', 'preview', '2025-06-09', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81993, 7621, '0', 'preview', '2025-06-09', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81994, 2086, '0', 'preview', '2025-06-09', 72);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81995, 7312, '0', 'preview', '2025-06-09', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81996, 7466, '0', 'preview', '2025-06-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81997, 7467, '0', 'preview', '2025-06-09', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81998, 7471, '0', 'default', '2025-06-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81999, 7623, '0', 'preview', '2025-06-09', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82000, 7624, '0', 'preview', '2025-06-09', 29);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82001, 1938, '0', 'preview', '2025-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82002, 2176, '0', 'preview', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82003, 7471, '0', 'preview', '2025-06-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82004, 7473, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82005, 7954, '0', 'preview', '2025-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82006, 1935, '0', 'preview', '2025-06-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82007, 2113, '0', 'preview', '2025-06-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82008, 1930, '0', 'preview', '2025-06-09', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82009, 2067, '0', 'default', '2025-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82010, 7740, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82011, 7741, '0', 'default', '2025-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82012, 7621, '0', 'default', '2025-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82013, 7741, '0', 'preview', '2025-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82014, 7745, '0', 'preview', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82015, 1931, '0', 'preview', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82016, 1950, '0', 'preview', '2025-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82017, 2053, '0', 'default', '2025-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82018, 2053, '0', 'preview', '2025-06-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82019, 1912, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82020, 6421, '0', 'preview', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82021, 7950, '0', 'preview', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82022, 5622, '0', 'preview', '2025-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82023, 1952, '0', 'preview', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82024, 7474, '0', 'preview', '2025-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82025, 7745, '0', 'default', '2025-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82026, 2093, '0', 'preview', '2025-06-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82027, 7472, '0', 'preview', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82028, 7737, '0', 'preview', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82029, 2200, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82030, 7623, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82031, 7472, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82032, 7952, '0', 'preview', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82033, 2198, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82034, 7312, '0', 'default', '2025-06-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82035, 2152, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82036, 7746, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82037, 7464, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82038, 7463, '0', 'default', '2025-06-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82039, 2054, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82040, 1960, '0', 'preview', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82041, 2054, '0', 'preview', '2025-06-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82042, 1917, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82043, 1917, '0', 'preview', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82044, 1933, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82045, 7737, '0', 'default', '2025-06-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82046, 2012, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82047, 7465, '0', 'preview', '2025-06-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82048, 7621, '0', 'preview', '2025-06-10', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82049, 7473, '0', 'preview', '2025-06-10', 83);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82050, 2093, '0', 'preview', '2025-06-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82051, 7311, '0', 'default', '2025-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82052, 1912, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82053, 1930, '0', 'preview', '2025-06-10', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82054, 7312, '0', 'preview', '2025-06-10', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82055, 7474, '0', 'preview', '2025-06-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82056, 2051, '0', 'preview', '2025-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82057, 1964, '0', 'preview', '2025-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82058, 1950, '0', 'preview', '2025-06-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82059, 2086, '0', 'preview', '2025-06-10', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82060, 7471, '0', 'preview', '2025-06-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82061, 7624, '0', 'preview', '2025-06-10', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82062, 7623, '0', 'preview', '2025-06-10', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82063, 1935, '0', 'preview', '2025-06-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82064, 2113, '0', 'preview', '2025-06-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82065, 2087, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82066, 2049, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82067, 7461, '0', 'preview', '2025-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82068, 7954, '0', 'preview', '2025-06-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82069, 7947, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82070, 7463, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82071, 7464, '0', 'preview', '2025-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82072, 7460, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82073, 7748, '0', 'preview', '2025-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82074, 7749, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82075, 2201, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82076, 7737, '0', 'preview', '2025-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82077, 1967, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82078, 2200, '0', 'preview', '2025-06-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82079, 7466, '0', 'preview', '2025-06-10', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82080, 7463, '0', 'default', '2025-06-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82081, 7737, '0', 'default', '2025-06-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82082, 1886, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82083, 2198, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82084, 2158, '0', 'preview', '2025-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82085, 7741, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82086, 2178, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82087, 7312, '0', 'default', '2025-06-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82088, 7467, '0', 'preview', '2025-06-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82089, 7471, '0', 'default', '2025-06-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82090, 1938, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82091, 2176, '0', 'preview', '2025-06-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82092, 7951, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82093, 7738, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82094, 7475, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82095, 7313, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82096, 7945, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82097, 7741, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82098, 7461, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82099, 2093, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82100, 2067, '0', 'preview', '2025-06-10', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82101, 7621, '0', 'default', '2025-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82102, 2053, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82103, 7954, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82104, 7311, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82105, 7472, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82106, 7946, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82107, 6421, '0', 'preview', '2025-06-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82108, 7951, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82109, 7950, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82110, 7312, '0', 'preview', '2025-06-11', 80);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82111, 7473, '0', 'preview', '2025-06-11', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82112, 7621, '0', 'preview', '2025-06-11', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82113, 7623, '0', 'preview', '2025-06-11', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82114, 2067, '0', 'preview', '2025-06-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82115, 7624, '0', 'preview', '2025-06-11', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82116, 1930, '0', 'preview', '2025-06-11', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82117, 7471, '0', 'preview', '2025-06-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82118, 7471, '0', 'default', '2025-06-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82119, 2086, '0', 'preview', '2025-06-11', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82120, 7741, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82121, 7475, '0', 'preview', '2025-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82122, 7624, '0', 'default', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82123, 7745, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82124, 7623, '0', 'default', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82125, 7312, '0', 'default', '2025-06-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82126, 7460, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82127, 7463, '0', 'preview', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82128, 7737, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82129, 2113, '0', 'preview', '2025-06-11', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82130, 1935, '0', 'preview', '2025-06-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82131, 7954, '0', 'preview', '2025-06-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82132, 2051, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82133, 2093, '0', 'preview', '2025-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82134, 7952, '0', 'default', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82135, 7748, '0', 'preview', '2025-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82136, 7474, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82137, 7947, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82138, 7622, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82139, 7954, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82140, 7475, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82141, 7466, '0', 'preview', '2025-06-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82142, 7738, '0', 'preview', '2025-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82143, 1938, '0', 'preview', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82144, 2176, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82145, 2148, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82146, 7951, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82147, 7311, '0', 'preview', '2025-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82148, 7465, '0', 'preview', '2025-06-11', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82149, 7470, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82150, 7467, '0', 'preview', '2025-06-11', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82151, 7474, '0', 'preview', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82152, 5621, '0', 'preview', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82153, 1886, '0', 'preview', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82154, 7473, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82155, 2012, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82156, 2012, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82157, 1950, '0', 'preview', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82158, 7943, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82159, 6421, '0', 'preview', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82160, 2053, '0', 'preview', '2025-06-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82161, 2053, '0', 'default', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82162, 7741, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82163, 7461, '0', 'preview', '2025-06-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82164, 1933, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82165, 1950, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82166, 5622, '0', 'preview', '2025-06-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82167, 7949, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82168, 7951, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82169, 7469, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82170, 7464, '0', 'default', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82171, 7472, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82172, 2177, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82173, 7946, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82174, 2053, '0', 'default', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82175, 7621, '0', 'preview', '2025-06-12', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82176, 7312, '0', 'default', '2025-06-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82177, 7312, '0', 'preview', '2025-06-12', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82178, 7623, '0', 'preview', '2025-06-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82179, 1930, '0', 'preview', '2025-06-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82180, 7471, '0', 'default', '2025-06-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82181, 7954, '0', 'preview', '2025-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82182, 7473, '0', 'preview', '2025-06-12', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82183, 7624, '0', 'preview', '2025-06-12', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82184, 7471, '0', 'preview', '2025-06-12', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82185, 2086, '0', 'preview', '2025-06-12', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82186, 1950, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82187, 2086, '0', 'default', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82188, 1960, '0', 'default', '2025-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82189, 7461, '0', 'preview', '2025-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82190, 2201, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82191, 2067, '0', 'default', '2025-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82192, 7741, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82193, 7748, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82194, 1918, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82195, 1960, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82196, 2067, '0', 'preview', '2025-06-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82197, 7313, '0', 'preview', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82198, 7467, '0', 'preview', '2025-06-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82199, 7475, '0', 'preview', '2025-06-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82200, 7741, '0', 'preview', '2025-06-12', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82201, 7621, '0', 'default', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82202, 7311, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82203, 2051, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82204, 1950, '0', 'preview', '2025-06-12', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82205, 7472, '0', 'preview', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82206, 2113, '0', 'preview', '2025-06-12', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82207, 7469, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82208, 7946, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82209, 1924, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82210, 1930, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82211, 1935, '0', 'default', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82212, 7466, '0', 'preview', '2025-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82213, 1952, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82214, 7737, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82215, 2165, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82216, 1931, '0', 'preview', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82217, 7311, '0', 'default', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82218, 1912, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82219, 1915, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82220, 2176, '0', 'preview', '2025-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82221, 2054, '0', 'default', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82222, 7460, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82223, 2053, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82224, 1935, '0', 'preview', '2025-06-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82225, 7313, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82226, 7463, '0', 'preview', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82227, 7464, '0', 'preview', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82228, 2093, '0', 'preview', '2025-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82229, 1937, '0', 'default', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82230, 1931, '0', 'default', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82231, 1886, '0', 'preview', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82232, 5622, '0', 'preview', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82233, 7474, '0', 'default', '2025-06-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82234, 1917, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82235, 1912, '0', 'preview', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82236, 2178, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82237, 7737, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82238, 7738, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82239, 7949, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82240, 7947, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82241, 7625, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82242, 7470, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82243, 7465, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82244, 7474, '0', 'preview', '2025-06-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82245, 1913, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82246, 6421, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82247, 7623, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82248, 7948, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82249, 7312, '0', 'preview', '2025-06-13', 70);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82250, 7466, '0', 'preview', '2025-06-13', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82251, 7465, '0', 'preview', '2025-06-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82252, 7623, '0', 'preview', '2025-06-13', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82253, 7474, '0', 'preview', '2025-06-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82254, 7473, '0', 'preview', '2025-06-13', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82255, 7621, '0', 'preview', '2025-06-13', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82256, 7954, '0', 'preview', '2025-06-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82257, 7471, '0', 'default', '2025-06-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82258, 1950, '0', 'preview', '2025-06-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82259, 2086, '0', 'preview', '2025-06-13', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82260, 7312, '0', 'default', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82261, 1930, '0', 'preview', '2025-06-13', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82262, 7749, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82263, 7624, '0', 'preview', '2025-06-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82264, 7471, '0', 'preview', '2025-06-13', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82265, 7467, '0', 'preview', '2025-06-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82266, 7474, '0', 'default', '2025-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82267, 2053, '0', 'preview', '2025-06-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82268, 7311, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82269, 7472, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82270, 7621, '0', 'default', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82271, 2113, '0', 'preview', '2025-06-13', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82272, 7622, '0', 'preview', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82273, 2176, '0', 'preview', '2025-06-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82274, 1935, '0', 'preview', '2025-06-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82275, 1931, '0', 'preview', '2025-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82276, 7947, '0', 'preview', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82277, 7313, '0', 'preview', '2025-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82278, 7475, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82279, 7461, '0', 'preview', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82280, 7954, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82281, 7741, '0', 'default', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82282, 5621, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82283, 7472, '0', 'default', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82284, 7623, '0', 'default', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82285, 7624, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82286, 7622, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82287, 1933, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82288, 2113, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82289, 1930, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82290, 1935, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82291, 7465, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82292, 7466, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82293, 7467, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82294, 1938, '0', 'preview', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82295, 2177, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82296, 2198, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82297, 2067, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82298, 1886, '0', 'preview', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82299, 7463, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82300, 1886, '0', 'default', '2025-06-13', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82301, 7475, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82302, 6421, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82303, 7461, '0', 'default', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82304, 7949, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82305, 5622, '0', 'preview', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82306, 7950, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82307, 2178, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82308, 7948, '0', 'preview', '2025-06-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82309, 7464, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82310, 7460, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82311, 1967, '0', 'preview', '2025-06-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82312, 7740, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82313, 7741, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82314, 6421, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82315, 2066, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82316, 2158, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82317, 7946, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82318, 7737, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82319, 7621, '0', 'preview', '2025-06-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82320, 7312, '0', 'preview', '2025-06-14', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82321, 7473, '0', 'preview', '2025-06-14', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82322, 1930, '0', 'preview', '2025-06-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82323, 2067, '0', 'default', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82324, 7471, '0', 'default', '2025-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82325, 7471, '0', 'preview', '2025-06-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82326, 2093, '0', 'preview', '2025-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82327, 1935, '0', 'preview', '2025-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82328, 2086, '0', 'preview', '2025-06-14', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82329, 7623, '0', 'preview', '2025-06-14', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82330, 7475, '0', 'preview', '2025-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82331, 7737, '0', 'preview', '2025-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82332, 7464, '0', 'preview', '2025-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82333, 7463, '0', 'preview', '2025-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82334, 7738, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82335, 2176, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82336, 7952, '0', 'preview', '2025-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82337, 2158, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82338, 1964, '0', 'preview', '2025-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82339, 7467, '0', 'preview', '2025-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82340, 7954, '0', 'preview', '2025-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82341, 7465, '0', 'preview', '2025-06-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82342, 7466, '0', 'preview', '2025-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82343, 2113, '0', 'preview', '2025-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82344, 1930, '0', 'default', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82345, 1935, '0', 'default', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82346, 1913, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82347, 7311, '0', 'default', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82348, 2053, '0', 'default', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82349, 7749, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82350, 1955, '0', 'default', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82351, 7624, '0', 'preview', '2025-06-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82352, 2067, '0', 'preview', '2025-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82353, 1967, '0', 'preview', '2025-06-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82354, 2200, '0', 'default', '2025-06-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82355, 1886, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82356, 2198, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82357, 7741, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82358, 7461, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82359, 7947, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82360, 7943, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82361, 7625, '0', 'default', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82362, 2054, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82363, 1950, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82364, 7471, '0', 'default', '2025-06-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82365, 7473, '0', 'preview', '2025-06-15', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82366, 7475, '0', 'preview', '2025-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82367, 7468, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82368, 7472, '0', 'default', '2025-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82369, 7312, '0', 'preview', '2025-06-15', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82370, 1930, '0', 'preview', '2025-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82371, 1950, '0', 'preview', '2025-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82372, 2067, '0', 'preview', '2025-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82373, 2113, '0', 'preview', '2025-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82374, 2086, '0', 'preview', '2025-06-15', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82375, 2053, '0', 'default', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82376, 1960, '0', 'preview', '2025-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82377, 7313, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82378, 7621, '0', 'preview', '2025-06-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82379, 1938, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82380, 2176, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82381, 7471, '0', 'preview', '2025-06-15', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82382, 2177, '0', 'default', '2025-06-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82383, 2066, '0', 'default', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82384, 7954, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82385, 1967, '0', 'preview', '2025-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82386, 7737, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82387, 7312, '0', 'default', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82388, 2177, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82389, 7313, '0', 'default', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82390, 7741, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82391, 7466, '0', 'default', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82392, 7465, '0', 'preview', '2025-06-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82393, 7621, '0', 'default', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82394, 7741, '0', 'default', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82395, 7625, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82396, 2150, '0', 'default', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82397, 2198, '0', 'default', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82398, 7623, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82399, 7624, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82400, 7467, '0', 'preview', '2025-06-15', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82401, 1935, '0', 'preview', '2025-06-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82402, 7466, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82403, 1932, '0', 'default', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82404, 2053, '0', 'preview', '2025-06-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82405, 7473, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82406, 7750, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82407, 7475, '0', 'preview', '2025-06-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82408, 2113, '0', 'preview', '2025-06-16', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82409, 7312, '0', 'preview', '2025-06-16', 47);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82410, 7621, '0', 'preview', '2025-06-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82411, 7741, '0', 'default', '2025-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82412, 7471, '0', 'default', '2025-06-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82413, 7621, '0', 'default', '2025-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82414, 7473, '0', 'preview', '2025-06-16', 46);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82415, 2200, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82416, 2086, '0', 'preview', '2025-06-16', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82417, 7466, '0', 'preview', '2025-06-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82418, 7467, '0', 'preview', '2025-06-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82419, 7465, '0', 'preview', '2025-06-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82420, 7624, '0', 'preview', '2025-06-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82421, 1930, '0', 'preview', '2025-06-16', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82422, 7623, '0', 'preview', '2025-06-16', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82423, 7954, '0', 'preview', '2025-06-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82424, 5621, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82425, 7474, '0', 'preview', '2025-06-16', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82426, 7471, '0', 'preview', '2025-06-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82427, 7947, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82428, 1935, '0', 'preview', '2025-06-16', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82429, 1964, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82430, 2053, '0', 'default', '2025-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82431, 2086, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82432, 7312, '0', 'default', '2025-06-16', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82433, 2053, '0', 'preview', '2025-06-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82434, 7464, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82435, 7947, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82436, 7461, '0', 'default', '2025-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82437, 7737, '0', 'default', '2025-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82438, 7313, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82439, 7745, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82440, 7746, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82441, 7748, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82442, 2158, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82443, 7951, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82444, 7948, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82445, 1930, '0', 'default', '2025-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82446, 1935, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82447, 1938, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82448, 2176, '0', 'preview', '2025-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82449, 7313, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82450, 2198, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82451, 7472, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82452, 7475, '0', 'default', '2025-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82453, 7740, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82454, 1886, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82455, 2067, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82456, 1964, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82457, 7311, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82458, 7311, '0', 'default', '2025-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82459, 7737, '0', 'preview', '2025-06-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82460, 7465, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82461, 2093, '0', 'preview', '2025-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82462, 7467, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82463, 1950, '0', 'preview', '2025-06-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82464, 7461, '0', 'preview', '2025-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82465, 1931, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82466, 7460, '0', 'preview', '2025-06-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82467, 7474, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82468, 7623, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82469, 7624, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82470, 7463, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82471, 7464, '0', 'default', '2025-06-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82472, 7621, '0', 'preview', '2025-06-17', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82473, 7312, '0', 'preview', '2025-06-17', 48);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82474, 7471, '0', 'preview', '2025-06-17', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82475, 1931, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82476, 1930, '0', 'preview', '2025-06-17', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82477, 1935, '0', 'preview', '2025-06-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82478, 7467, '0', 'preview', '2025-06-17', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82479, 2200, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82480, 7951, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82481, 2086, '0', 'preview', '2025-06-17', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82482, 7465, '0', 'preview', '2025-06-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82483, 7951, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82484, 1886, '0', 'preview', '2025-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82485, 2200, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82486, 7473, '0', 'preview', '2025-06-17', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82487, 7624, '0', 'preview', '2025-06-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82488, 7463, '0', 'default', '2025-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82489, 7737, '0', 'default', '2025-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82490, 7623, '0', 'preview', '2025-06-17', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82491, 2113, '0', 'preview', '2025-06-17', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82492, 2176, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82493, 6421, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82494, 1938, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82495, 2177, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82496, 7471, '0', 'default', '2025-06-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82497, 1938, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82498, 7462, '0', 'default', '2025-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82499, 7461, '0', 'default', '2025-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82500, 7464, '0', 'default', '2025-06-17', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82501, 7475, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82502, 7947, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82503, 7475, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82504, 1967, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82505, 7624, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82506, 1931, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82507, 2067, '0', 'preview', '2025-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82508, 7312, '0', 'default', '2025-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82509, 2053, '0', 'default', '2025-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82510, 7748, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82511, 7954, '0', 'preview', '2025-06-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82512, 1917, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82513, 7461, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82514, 7621, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82515, 7950, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82516, 1950, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82517, 7473, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82518, 7622, '0', 'preview', '2025-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82519, 1950, '0', 'preview', '2025-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82520, 7466, '0', 'preview', '2025-06-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82521, 7472, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82522, 7474, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82523, 7474, '0', 'preview', '2025-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82524, 7469, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82525, 2053, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82526, 7952, '0', 'default', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82527, 2054, '0', 'preview', '2025-06-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82528, 7741, '0', 'preview', '2025-06-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82529, 2093, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82530, 7737, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82531, 1913, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82532, 7473, '0', 'preview', '2025-06-18', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82533, 7465, '0', 'preview', '2025-06-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82534, 2086, '0', 'preview', '2025-06-18', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82535, 1933, '0', 'default', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82536, 7466, '0', 'preview', '2025-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82537, 7467, '0', 'preview', '2025-06-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82538, 1933, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82539, 7312, '0', 'preview', '2025-06-18', 73);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82540, 7471, '0', 'preview', '2025-06-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82541, 7471, '0', 'default', '2025-06-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82542, 7621, '0', 'default', '2025-06-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82543, 7475, '0', 'preview', '2025-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82544, 1935, '0', 'preview', '2025-06-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82545, 1930, '0', 'preview', '2025-06-18', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82546, 7948, '0', 'preview', '2025-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82547, 7621, '0', 'preview', '2025-06-18', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82548, 7623, '0', 'preview', '2025-06-18', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82549, 7624, '0', 'preview', '2025-06-18', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82550, 7954, '0', 'preview', '2025-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82551, 7474, '0', 'preview', '2025-06-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82552, 7461, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82553, 2113, '0', 'preview', '2025-06-18', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82554, 7950, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82555, 7738, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82556, 1931, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82557, 2053, '0', 'preview', '2025-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82558, 7952, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82559, 1950, '0', 'preview', '2025-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82560, 7312, '0', 'default', '2025-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82561, 7741, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82562, 7737, '0', 'preview', '2025-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82563, 7472, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82564, 2053, '0', 'default', '2025-06-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82565, 2086, '0', 'default', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82566, 2093, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82567, 7470, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82568, 5622, '0', 'default', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82569, 7467, '0', 'default', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82570, 2067, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82571, 2198, '0', 'default', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82572, 2201, '0', 'preview', '2025-06-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82573, 7624, '0', 'default', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82574, 2201, '0', 'default', '2025-06-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82575, 2086, '0', 'preview', '2025-06-19', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82576, 7473, '0', 'preview', '2025-06-19', 60);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82577, 7750, '0', 'preview', '2025-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82578, 7748, '0', 'preview', '2025-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82579, 7624, '0', 'preview', '2025-06-19', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82580, 7312, '0', 'preview', '2025-06-19', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82581, 7474, '0', 'default', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82582, 7621, '0', 'preview', '2025-06-19', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82583, 1930, '0', 'default', '2025-06-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82584, 7471, '0', 'preview', '2025-06-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82585, 1938, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82586, 2176, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82587, 2093, '0', 'preview', '2025-06-19', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82588, 2113, '0', 'preview', '2025-06-19', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82589, 7623, '0', 'preview', '2025-06-19', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82590, 7737, '0', 'preview', '2025-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82591, 7474, '0', 'preview', '2025-06-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82592, 5621, '0', 'preview', '2025-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82593, 7954, '0', 'preview', '2025-06-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82594, 7311, '0', 'default', '2025-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82595, 1935, '0', 'preview', '2025-06-19', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82596, 7465, '0', 'default', '2025-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82597, 7465, '0', 'preview', '2025-06-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82598, 7466, '0', 'preview', '2025-06-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82599, 7621, '0', 'default', '2025-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82600, 2158, '0', 'preview', '2025-06-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82601, 7467, '0', 'preview', '2025-06-19', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82602, 1886, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82603, 2200, '0', 'default', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82604, 1930, '0', 'preview', '2025-06-19', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82605, 7312, '0', 'default', '2025-06-19', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82606, 7475, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82607, 7468, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82608, 1966, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82609, 2066, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82610, 7625, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82611, 2054, '0', 'default', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82612, 2067, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82613, 7461, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82614, 7471, '0', 'default', '2025-06-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82615, 2053, '0', 'preview', '2025-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82616, 7745, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82617, 6421, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82618, 7463, '0', 'default', '2025-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82619, 7738, '0', 'default', '2025-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82620, 7463, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82621, 7472, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82622, 7464, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82623, 7947, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82624, 2067, '0', 'default', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82625, 7475, '0', 'default', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82626, 7311, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82627, 1913, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82628, 7741, '0', 'preview', '2025-06-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82629, 1935, '0', 'default', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82630, 7624, '0', 'default', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82631, 1950, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82632, 2198, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82633, 2086, '0', 'preview', '2025-06-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82634, 7473, '0', 'preview', '2025-06-20', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82635, 7624, '0', 'preview', '2025-06-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82636, 7312, '0', 'preview', '2025-06-20', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82637, 7954, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82638, 7621, '0', 'preview', '2025-06-20', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82639, 1967, '0', 'preview', '2025-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82640, 7474, '0', 'preview', '2025-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82641, 7471, '0', 'default', '2025-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82642, 7464, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82643, 7623, '0', 'preview', '2025-06-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82644, 1950, '0', 'preview', '2025-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82645, 7471, '0', 'preview', '2025-06-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82646, 7951, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82647, 1930, '0', 'preview', '2025-06-20', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82648, 5622, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82649, 7738, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82650, 2113, '0', 'preview', '2025-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82651, 7465, '0', 'preview', '2025-06-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82652, 7741, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82653, 2067, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82654, 1935, '0', 'preview', '2025-06-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82655, 7623, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82656, 7621, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82657, 7624, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82658, 7745, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82659, 7468, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82660, 7467, '0', 'preview', '2025-06-20', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82661, 7622, '0', 'preview', '2025-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82662, 7475, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82663, 2176, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82664, 2176, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82665, 2093, '0', 'preview', '2025-06-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82666, 2065, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82667, 7466, '0', 'preview', '2025-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82668, 7461, '0', 'preview', '2025-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82669, 7311, '0', 'preview', '2025-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82670, 6421, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82671, 7739, '0', 'preview', '2025-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82672, 2198, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82673, 7741, '0', 'preview', '2025-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82674, 1931, '0', 'preview', '2025-06-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82675, 2067, '0', 'preview', '2025-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82676, 7312, '0', 'default', '2025-06-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82677, 7737, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82678, 1967, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82679, 5621, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82680, 7740, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82681, 7746, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82682, 7463, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82683, 7474, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82684, 7470, '0', 'default', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82685, 7737, '0', 'preview', '2025-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82686, 7467, '0', 'preview', '2025-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82687, 7473, '0', 'preview', '2025-06-21', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82688, 7312, '0', 'preview', '2025-06-21', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82689, 7623, '0', 'preview', '2025-06-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82690, 7624, '0', 'preview', '2025-06-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82691, 7621, '0', 'preview', '2025-06-21', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82692, 1950, '0', 'preview', '2025-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82693, 2067, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82694, 7471, '0', 'preview', '2025-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82695, 7463, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82696, 7462, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82697, 7946, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82698, 7945, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82699, 1967, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82700, 7471, '0', 'default', '2025-06-21', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82701, 2200, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82702, 7622, '0', 'preview', '2025-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82703, 2200, '0', 'default', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82704, 7954, '0', 'preview', '2025-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82705, 7472, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82706, 1935, '0', 'preview', '2025-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82707, 1930, '0', 'preview', '2025-06-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82708, 2113, '0', 'preview', '2025-06-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82709, 7474, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82710, 7312, '0', 'default', '2025-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82711, 2176, '0', 'preview', '2025-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82712, 7952, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82713, 7470, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82714, 1964, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82715, 1886, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82716, 7741, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82717, 1938, '0', 'preview', '2025-06-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82718, 2086, '0', 'preview', '2025-06-21', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82719, 7748, '0', 'default', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82720, 7737, '0', 'default', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82721, 7465, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82722, 7466, '0', 'preview', '2025-06-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82723, 7465, '0', 'preview', '2025-06-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82724, 7467, '0', 'preview', '2025-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82725, 7473, '0', 'preview', '2025-06-22', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82726, 7475, '0', 'preview', '2025-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82727, 7471, '0', 'preview', '2025-06-22', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82728, 7623, '0', 'preview', '2025-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82729, 1950, '0', 'preview', '2025-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82730, 6422, '0', 'preview', '2025-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82731, 7950, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82732, 7949, '0', 'preview', '2025-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82733, 7951, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82734, 7738, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82735, 7312, '0', 'preview', '2025-06-22', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82736, 7624, '0', 'preview', '2025-06-22', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82737, 7474, '0', 'preview', '2025-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82738, 7621, '0', 'preview', '2025-06-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82739, 1930, '0', 'preview', '2025-06-22', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82740, 7737, '0', 'preview', '2025-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82741, 5621, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82742, 7954, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82743, 2113, '0', 'preview', '2025-06-22', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82744, 1935, '0', 'preview', '2025-06-22', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82745, 7465, '0', 'default', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82746, 7466, '0', 'preview', '2025-06-22', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82747, 2177, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82748, 1967, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82749, 2093, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82750, 7471, '0', 'default', '2025-06-22', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82751, 2176, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82752, 7622, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82753, 7948, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82754, 2086, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82755, 2067, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82756, 7950, '0', 'default', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82757, 5622, '0', 'preview', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82758, 7464, '0', 'default', '2025-06-22', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82759, 7471, '0', 'default', '2025-06-23', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82760, 2086, '0', 'preview', '2025-06-23', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82761, 7467, '0', 'preview', '2025-06-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82762, 7312, '0', 'default', '2025-06-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82763, 7624, '0', 'default', '2025-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82764, 7623, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82765, 7475, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82766, 7312, '0', 'preview', '2025-06-23', 63);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82767, 5621, '0', 'default', '2025-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82768, 7954, '0', 'preview', '2025-06-23', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82769, 2113, '0', 'preview', '2025-06-23', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82770, 7473, '0', 'preview', '2025-06-23', 33);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82771, 7466, '0', 'preview', '2025-06-23', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82772, 7624, '0', 'preview', '2025-06-23', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82773, 7740, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82774, 7463, '0', 'default', '2025-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82775, 2113, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82776, 7623, '0', 'preview', '2025-06-23', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82777, 7621, '0', 'preview', '2025-06-23', 45);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82778, 1930, '0', 'preview', '2025-06-23', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82779, 1935, '0', 'preview', '2025-06-23', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82780, 7471, '0', 'preview', '2025-06-23', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82781, 2067, '0', 'preview', '2025-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82782, 7954, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82783, 7475, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82784, 7465, '0', 'preview', '2025-06-23', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82785, 7469, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82786, 2086, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82787, 7460, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82788, 7464, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82789, 7737, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82790, 7465, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82791, 2093, '0', 'preview', '2025-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82792, 7951, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82793, 2198, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82794, 7746, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82795, 7741, '0', 'preview', '2025-06-23', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82796, 2053, '0', 'default', '2025-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82797, 7311, '0', 'preview', '2025-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82798, 2176, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82799, 7738, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82800, 7461, '0', 'preview', '2025-06-23', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82801, 1967, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82802, 1964, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82803, 2158, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82804, 7472, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82805, 2053, '0', 'preview', '2025-06-23', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82806, 7621, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82807, 1950, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82808, 7474, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82809, 7737, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82810, 7952, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82811, 7461, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82812, 1886, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82813, 7313, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82814, 7466, '0', 'default', '2025-06-23', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82815, 7622, '0', 'preview', '2025-06-23', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82816, 7621, '0', 'preview', '2025-06-24', 61);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82817, 2086, '0', 'preview', '2025-06-24', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82818, 1930, '0', 'preview', '2025-06-24', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82819, 1935, '0', 'preview', '2025-06-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82820, 7624, '0', 'preview', '2025-06-24', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82821, 1950, '0', 'preview', '2025-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82822, 2113, '0', 'preview', '2025-06-24', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82823, 7473, '0', 'preview', '2025-06-24', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82824, 7465, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82825, 2067, '0', 'preview', '2025-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82826, 1930, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82827, 7312, '0', 'preview', '2025-06-24', 64);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82828, 1931, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82829, 7623, '0', 'preview', '2025-06-24', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82830, 1938, '0', 'preview', '2025-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82831, 2054, '0', 'default', '2025-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82832, 7748, '0', 'preview', '2025-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82833, 7471, '0', 'preview', '2025-06-24', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82834, 7471, '0', 'default', '2025-06-24', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82835, 7737, '0', 'default', '2025-06-24', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82836, 7623, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82837, 7621, '0', 'default', '2025-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82838, 7312, '0', 'default', '2025-06-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82839, 7465, '0', 'preview', '2025-06-24', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82840, 7622, '0', 'preview', '2025-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82841, 2053, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82842, 7737, '0', 'preview', '2025-06-24', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82843, 1967, '0', 'preview', '2025-06-24', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82844, 2053, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82845, 1960, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82846, 2054, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82847, 7746, '0', 'preview', '2025-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82848, 7475, '0', 'preview', '2025-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82849, 7466, '0', 'preview', '2025-06-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82850, 7951, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82851, 2201, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82852, 7749, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82853, 7745, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82854, 7747, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82855, 7311, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82856, 7750, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82857, 1935, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82858, 7467, '0', 'preview', '2025-06-24', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82859, 5621, '0', 'preview', '2025-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82860, 2093, '0', 'preview', '2025-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82861, 7464, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82862, 7463, '0', 'preview', '2025-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82863, 7311, '0', 'preview', '2025-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82864, 7467, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82865, 1967, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82866, 7738, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82867, 1957, '0', 'default', '2025-06-24', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82868, 1952, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82869, 6421, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82870, 7740, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82871, 7461, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82872, 1931, '0', 'default', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82873, 7954, '0', 'preview', '2025-06-24', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82874, 7474, '0', 'preview', '2025-06-24', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82875, 1913, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82876, 1912, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82877, 1964, '0', 'preview', '2025-06-24', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82878, 7621, '0', 'preview', '2025-06-25', 38);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82879, 7312, '0', 'preview', '2025-06-25', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82880, 7473, '0', 'preview', '2025-06-25', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82881, 2067, '0', 'preview', '2025-06-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82882, 7471, '0', 'preview', '2025-06-25', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82883, 7623, '0', 'preview', '2025-06-25', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82884, 7461, '0', 'preview', '2025-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82885, 7624, '0', 'preview', '2025-06-25', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82886, 7622, '0', 'preview', '2025-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82887, 1930, '0', 'preview', '2025-06-25', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82888, 1950, '0', 'preview', '2025-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82889, 7466, '0', 'preview', '2025-06-25', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82890, 1935, '0', 'preview', '2025-06-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82891, 2113, '0', 'preview', '2025-06-25', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82892, 2093, '0', 'preview', '2025-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82893, 7475, '0', 'preview', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82894, 2086, '0', 'preview', '2025-06-25', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82895, 1967, '0', 'preview', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82896, 7737, '0', 'preview', '2025-06-25', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82897, 7467, '0', 'preview', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82898, 5621, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82899, 7465, '0', 'preview', '2025-06-25', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82900, 7748, '0', 'preview', '2025-06-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82901, 2201, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82902, 7750, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82903, 7471, '0', 'default', '2025-06-25', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82904, 7463, '0', 'default', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82905, 7462, '0', 'default', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82906, 7464, '0', 'default', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82907, 7460, '0', 'default', '2025-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82908, 7312, '0', 'default', '2025-06-25', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82909, 7621, '0', 'default', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82910, 7745, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82911, 7623, '0', 'default', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82912, 7624, '0', 'default', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82913, 7470, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82914, 7954, '0', 'preview', '2025-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82915, 7952, '0', 'preview', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82916, 2176, '0', 'preview', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82917, 7311, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82918, 7948, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82919, 7464, '0', 'preview', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82920, 7463, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82921, 1955, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82922, 7738, '0', 'default', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82923, 7949, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82924, 6421, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82925, 7950, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82926, 1912, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82927, 7741, '0', 'preview', '2025-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82928, 2198, '0', 'preview', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82929, 7474, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82930, 1931, '0', 'preview', '2025-06-25', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82931, 2065, '0', 'default', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82932, 7472, '0', 'preview', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82933, 2113, '0', 'default', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82934, 7952, '0', 'default', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82935, 7742, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82936, 1930, '0', 'default', '2025-06-25', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82937, 1935, '0', 'default', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82938, 2093, '0', 'default', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82939, 2051, '0', 'default', '2025-06-25', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82940, 7473, '0', 'preview', '2025-06-26', 40);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82941, 7471, '0', 'preview', '2025-06-26', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82942, 7741, '0', 'preview', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82943, 7624, '0', 'preview', '2025-06-26', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82944, 7312, '0', 'preview', '2025-06-26', 67);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82945, 2067, '0', 'preview', '2025-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82946, 7621, '0', 'preview', '2025-06-26', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82947, 7623, '0', 'preview', '2025-06-26', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82948, 2113, '0', 'preview', '2025-06-26', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82949, 7312, '0', 'default', '2025-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82950, 1935, '0', 'preview', '2025-06-26', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82951, 2198, '0', 'preview', '2025-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82952, 7745, '0', 'preview', '2025-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82953, 7739, '0', 'preview', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82954, 1886, '0', 'preview', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82955, 7467, '0', 'preview', '2025-06-26', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82956, 2086, '0', 'preview', '2025-06-26', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82957, 1950, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82958, 7952, '0', 'preview', '2025-06-26', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82959, 1930, '0', 'preview', '2025-06-26', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82960, 7465, '0', 'preview', '2025-06-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82961, 1938, '0', 'preview', '2025-06-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82962, 2176, '0', 'preview', '2025-06-26', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82963, 1950, '0', 'preview', '2025-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82964, 7466, '0', 'preview', '2025-06-26', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82965, 2053, '0', 'preview', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82966, 7475, '0', 'preview', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82967, 1937, '0', 'default', '2025-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82968, 2093, '0', 'preview', '2025-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82969, 7954, '0', 'preview', '2025-06-26', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82970, 2053, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82971, 7471, '0', 'default', '2025-06-26', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82972, 7313, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82973, 7474, '0', 'preview', '2025-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82974, 7472, '0', 'preview', '2025-06-26', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82975, 7461, '0', 'preview', '2025-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82976, 7737, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82977, 7951, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82978, 7951, '0', 'preview', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82979, 7311, '0', 'preview', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82980, 2093, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82981, 7468, '0', 'preview', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82982, 7741, '0', 'default', '2025-06-26', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82983, 7621, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82984, 7469, '0', 'preview', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82985, 7311, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82986, 2176, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82987, 2177, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82988, 1938, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82989, 7466, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82990, 7740, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82991, 7743, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82992, 7749, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82993, 1931, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82994, 7746, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82995, 1930, '0', 'default', '2025-06-26', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82996, 7737, '0', 'preview', '2025-06-27', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82997, 1967, '0', 'preview', '2025-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82998, 2086, '0', 'preview', '2025-06-27', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82999, 2113, '0', 'preview', '2025-06-27', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83000, 7466, '0', 'preview', '2025-06-27', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83001, 7312, '0', 'preview', '2025-06-27', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83002, 7471, '0', 'default', '2025-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83003, 7312, '0', 'default', '2025-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83004, 7741, '0', 'preview', '2025-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83005, 7471, '0', 'preview', '2025-06-27', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83006, 7949, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83007, 7623, '0', 'preview', '2025-06-27', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83008, 6421, '0', 'preview', '2025-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83009, 7621, '0', 'preview', '2025-06-27', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83010, 7624, '0', 'preview', '2025-06-27', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83011, 1960, '0', 'default', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83012, 1935, '0', 'preview', '2025-06-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83013, 7948, '0', 'default', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83014, 2012, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83015, 2012, '0', 'default', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83016, 1930, '0', 'preview', '2025-06-27', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83017, 7473, '0', 'preview', '2025-06-27', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83018, 7741, '0', 'default', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83019, 2198, '0', 'default', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83020, 5621, '0', 'preview', '2025-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83021, 7465, '0', 'preview', '2025-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83022, 7622, '0', 'preview', '2025-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83023, 7474, '0', 'preview', '2025-06-27', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83024, 7748, '0', 'preview', '2025-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83025, 2201, '0', 'preview', '2025-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83026, 2093, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83027, 7467, '0', 'preview', '2025-06-27', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83028, 7954, '0', 'preview', '2025-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83029, 7461, '0', 'preview', '2025-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83030, 2176, '0', 'preview', '2025-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83031, 7467, '0', 'default', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83032, 7740, '0', 'preview', '2025-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83033, 7747, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83034, 1938, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83035, 2198, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83036, 7621, '0', 'default', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83037, 7311, '0', 'default', '2025-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83038, 1886, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83039, 7473, '0', 'default', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83040, 7738, '0', 'preview', '2025-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83041, 1950, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83042, 7464, '0', 'preview', '2025-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83043, 7311, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83044, 7475, '0', 'preview', '2025-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83045, 6422, '0', 'preview', '2025-06-27', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83046, 2178, '0', 'preview', '2025-06-27', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83047, 1955, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83048, 7950, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83049, 7750, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83050, 7749, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83051, 7952, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83052, 7621, '0', 'preview', '2025-06-28', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83053, 7473, '0', 'preview', '2025-06-28', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83054, 7624, '0', 'preview', '2025-06-28', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83055, 2086, '0', 'preview', '2025-06-28', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83056, 7312, '0', 'preview', '2025-06-28', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83057, 1930, '0', 'preview', '2025-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83058, 7467, '0', 'preview', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83059, 1935, '0', 'preview', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83060, 7737, '0', 'preview', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83061, 7737, '0', 'default', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83062, 7623, '0', 'default', '2025-06-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83063, 7463, '0', 'default', '2025-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83064, 7311, '0', 'preview', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83065, 7471, '0', 'default', '2025-06-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83066, 7623, '0', 'preview', '2025-06-28', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83067, 2093, '0', 'preview', '2025-06-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83068, 7460, '0', 'default', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83069, 7621, '0', 'default', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83070, 7312, '0', 'default', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83071, 7464, '0', 'default', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83072, 7462, '0', 'default', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83073, 2176, '0', 'preview', '2025-06-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83074, 7741, '0', 'default', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83075, 2086, '0', 'default', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83076, 7463, '0', 'preview', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83077, 7948, '0', 'preview', '2025-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83078, 7624, '0', 'default', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83079, 7952, '0', 'default', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83080, 1950, '0', 'preview', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83081, 1950, '0', 'preview', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83082, 7952, '0', 'preview', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83083, 2067, '0', 'default', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83084, 7465, '0', 'preview', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83085, 2113, '0', 'preview', '2025-06-28', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83086, 7470, '0', 'preview', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83087, 7471, '0', 'preview', '2025-06-28', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83088, 7625, '0', 'preview', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83089, 2065, '0', 'preview', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83090, 7474, '0', 'preview', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83091, 1886, '0', 'preview', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83092, 7954, '0', 'preview', '2025-06-28', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83093, 2067, '0', 'preview', '2025-06-28', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83094, 7475, '0', 'preview', '2025-06-28', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83095, 7621, '0', 'preview', '2025-06-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83096, 7473, '0', 'preview', '2025-06-29', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83097, 2086, '0', 'preview', '2025-06-29', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83098, 7737, '0', 'default', '2025-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83099, 7624, '0', 'preview', '2025-06-29', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83100, 7623, '0', 'preview', '2025-06-29', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83101, 7465, '0', 'preview', '2025-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83102, 7467, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83103, 7312, '0', 'preview', '2025-06-29', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83104, 1935, '0', 'preview', '2025-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83105, 2053, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83106, 7475, '0', 'preview', '2025-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83107, 1960, '0', 'preview', '2025-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83108, 7623, '0', 'default', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83109, 7463, '0', 'default', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83110, 7737, '0', 'preview', '2025-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83111, 7474, '0', 'preview', '2025-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83112, 5621, '0', 'preview', '2025-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83113, 7954, '0', 'preview', '2025-06-29', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83114, 7952, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83115, 2176, '0', 'preview', '2025-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83116, 7471, '0', 'preview', '2025-06-29', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83117, 1930, '0', 'preview', '2025-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83118, 7946, '0', 'preview', '2025-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83119, 7463, '0', 'preview', '2025-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83120, 7470, '0', 'preview', '2025-06-29', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83121, 7947, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83122, 7462, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83123, 7471, '0', 'default', '2025-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83124, 7746, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83125, 1917, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83126, 2067, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83127, 1886, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83128, 2066, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83129, 7948, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83130, 2113, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83131, 2053, '0', 'default', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83132, 7461, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83133, 2198, '0', 'default', '2025-06-29', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83134, 7625, '0', 'preview', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83135, 7313, '0', 'default', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83136, 7621, '0', 'default', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83137, 7467, '0', 'default', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83138, 7466, '0', 'default', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83139, 1966, '0', 'default', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83140, 2066, '0', 'default', '2025-06-29', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83141, 7312, '0', 'preview', '2025-06-30', 54);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83142, 7624, '0', 'preview', '2025-06-30', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83143, 7473, '0', 'preview', '2025-06-30', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83144, 7621, '0', 'preview', '2025-06-30', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83145, 2198, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83146, 7465, '0', 'preview', '2025-06-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83147, 2086, '0', 'preview', '2025-06-30', 36);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83148, 7466, '0', 'preview', '2025-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83149, 7471, '0', 'default', '2025-06-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83150, 7466, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83151, 7312, '0', 'default', '2025-06-30', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83152, 7623, '0', 'preview', '2025-06-30', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83153, 2176, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83154, 1930, '0', 'preview', '2025-06-30', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83155, 2198, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83156, 2113, '0', 'preview', '2025-06-30', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83157, 1950, '0', 'preview', '2025-06-30', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83158, 7461, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83159, 1930, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83160, 7743, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83161, 7470, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83162, 1932, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83163, 7954, '0', 'preview', '2025-06-30', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83164, 7474, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83165, 1960, '0', 'preview', '2025-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83166, 7949, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83167, 7464, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83168, 7475, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83169, 7472, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83170, 7748, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83171, 7750, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83172, 2053, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83173, 7471, '0', 'preview', '2025-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83174, 7311, '0', 'preview', '2025-06-30', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83175, 7475, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83176, 1886, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83177, 2158, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83178, 1935, '0', 'preview', '2025-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83179, 7313, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83180, 7621, '0', 'default', '2025-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83181, 7467, '0', 'preview', '2025-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83182, 7741, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83183, 7460, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83184, 7622, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83185, 7311, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83186, 5621, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83187, 1931, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83188, 7951, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83189, 1952, '0', 'preview', '2025-06-30', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83190, 7950, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83191, 6421, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83192, 7738, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83193, 1957, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83194, 5622, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83195, 2093, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83196, 7952, '0', 'default', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83197, 7949, '0', 'default', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83198, 7950, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83199, 7951, '0', 'default', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83200, 7738, '0', 'default', '2025-06-30', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83201, 7461, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83202, 1912, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83203, 7464, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83204, 7953, '0', 'preview', '2025-06-30', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83205, 1931, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83206, 5621, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83207, 2067, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83208, 7745, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83209, 2201, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83210, 2054, '0', 'preview', '2025-06-30', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83211, 7621, '0', 'preview', '2025-07-01', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83212, 2113, '0', 'preview', '2025-07-01', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83213, 1935, '0', 'preview', '2025-07-01', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83214, 7473, '0', 'preview', '2025-07-01', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83215, 7312, '0', 'preview', '2025-07-01', 77);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83216, 2086, '0', 'preview', '2025-07-01', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83217, 7624, '0', 'preview', '2025-07-01', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83218, 7623, '0', 'preview', '2025-07-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83219, 7463, '0', 'preview', '2025-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83220, 7952, '0', 'default', '2025-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83221, 7471, '0', 'default', '2025-07-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83222, 7471, '0', 'preview', '2025-07-01', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83223, 7475, '0', 'preview', '2025-07-01', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83224, 7467, '0', 'preview', '2025-07-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83225, 7746, '0', 'default', '2025-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83226, 7742, '0', 'default', '2025-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83227, 7745, '0', 'default', '2025-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83228, 7622, '0', 'default', '2025-07-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83229, 7744, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83230, 7621, '0', 'default', '2025-07-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83231, 7312, '0', 'default', '2025-07-01', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83232, 7948, '0', 'default', '2025-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83233, 7624, '0', 'default', '2025-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83234, 1950, '0', 'preview', '2025-07-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83235, 1930, '0', 'preview', '2025-07-01', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83236, 1938, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83237, 7465, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83238, 2176, '0', 'preview', '2025-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83239, 1933, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83240, 7740, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83241, 7741, '0', 'default', '2025-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83242, 7466, '0', 'preview', '2025-07-01', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83243, 2067, '0', 'preview', '2025-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83244, 2093, '0', 'preview', '2025-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83245, 1931, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83246, 7465, '0', 'preview', '2025-07-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83247, 7313, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83248, 7954, '0', 'preview', '2025-07-01', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83249, 5621, '0', 'preview', '2025-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83250, 7461, '0', 'preview', '2025-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83251, 7474, '0', 'preview', '2025-07-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83252, 7472, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83253, 2178, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83254, 7738, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83255, 7311, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83256, 1912, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83257, 7466, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83258, 2198, '0', 'preview', '2025-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83259, 1930, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83260, 7313, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83261, 1964, '0', 'preview', '2025-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83262, 1967, '0', 'preview', '2025-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83263, 7460, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83264, 1932, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83265, 7952, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83266, 7739, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83267, 2053, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83268, 2054, '0', 'preview', '2025-07-01', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83269, 7737, '0', 'default', '2025-07-01', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83270, 1967, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83271, 2067, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83272, 2198, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83273, 7622, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83274, 1912, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83275, 7737, '0', 'preview', '2025-07-01', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83276, 7948, '0', 'preview', '2025-07-01', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83277, 7464, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83278, 7749, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83279, 7748, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83280, 2177, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83281, 7623, '0', 'preview', '2025-07-02', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83282, 7312, '0', 'preview', '2025-07-02', 84);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83283, 7624, '0', 'preview', '2025-07-02', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83284, 7621, '0', 'preview', '2025-07-02', 62);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83285, 7471, '0', 'preview', '2025-07-02', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83286, 7737, '0', 'preview', '2025-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83287, 2049, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83288, 7748, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83289, 7466, '0', 'preview', '2025-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83290, 1967, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83291, 7473, '0', 'preview', '2025-07-02', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83292, 2086, '0', 'preview', '2025-07-02', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83293, 7460, '0', 'default', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83294, 7475, '0', 'preview', '2025-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83295, 1932, '0', 'default', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83296, 7465, '0', 'preview', '2025-07-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83297, 7472, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83298, 7312, '0', 'default', '2025-07-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83299, 1950, '0', 'preview', '2025-07-02', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83300, 2086, '0', 'default', '2025-07-02', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83301, 2054, '0', 'preview', '2025-07-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83302, 7741, '0', 'preview', '2025-07-02', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83303, 1930, '0', 'preview', '2025-07-02', 32);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83304, 7951, '0', 'preview', '2025-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83305, 1957, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83306, 1952, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83307, 6421, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83308, 7738, '0', 'preview', '2025-07-02', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83309, 7311, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83310, 7949, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83311, 7463, '0', 'default', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83312, 7740, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83313, 2093, '0', 'preview', '2025-07-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83314, 1935, '0', 'preview', '2025-07-02', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83315, 2113, '0', 'preview', '2025-07-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83316, 7471, '0', 'default', '2025-07-02', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83317, 7953, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83318, 5621, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83319, 1931, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83320, 1931, '0', 'default', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83321, 7474, '0', 'preview', '2025-07-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83322, 7622, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83323, 1932, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83324, 1950, '0', 'default', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83325, 7951, '0', 'default', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83326, 7950, '0', 'default', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83327, 7461, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83328, 7952, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83329, 2198, '0', 'preview', '2025-07-02', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83330, 1967, '0', 'default', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83331, 2176, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83332, 1955, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83333, 7950, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83334, 2178, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83335, 7739, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83336, 5622, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83337, 2053, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83338, 2201, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83339, 1913, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83340, 2067, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83341, 7954, '0', 'preview', '2025-07-02', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83342, 7464, '0', 'default', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83343, 1938, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83344, 7745, '0', 'default', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83345, 7313, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83346, 2053, '0', 'default', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83347, 7467, '0', 'preview', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83348, 7311, '0', 'default', '2025-07-02', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83349, 1933, '0', 'preview', '2025-07-02', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83350, 1938, '0', 'preview', '2025-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83351, 2086, '0', 'preview', '2025-07-03', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83352, 7621, '0', 'preview', '2025-07-03', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83353, 1950, '0', 'preview', '2025-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83354, 7473, '0', 'preview', '2025-07-03', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83355, 7312, '0', 'preview', '2025-07-03', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83356, 7312, '0', 'default', '2025-07-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83357, 7466, '0', 'preview', '2025-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83358, 7465, '0', 'preview', '2025-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83359, 7624, '0', 'preview', '2025-07-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83360, 7623, '0', 'preview', '2025-07-03', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83361, 7471, '0', 'default', '2025-07-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83362, 7313, '0', 'preview', '2025-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83363, 7311, '0', 'preview', '2025-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83364, 7954, '0', 'preview', '2025-07-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83365, 7474, '0', 'preview', '2025-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83366, 2067, '0', 'preview', '2025-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83367, 7748, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83368, 1930, '0', 'preview', '2025-07-03', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83369, 2113, '0', 'preview', '2025-07-03', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83370, 2051, '0', 'preview', '2025-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83371, 7471, '0', 'preview', '2025-07-03', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83372, 2176, '0', 'preview', '2025-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83373, 7460, '0', 'default', '2025-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83374, 7463, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83375, 1964, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83376, 7737, '0', 'preview', '2025-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83377, 7622, '0', 'preview', '2025-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83378, 1935, '0', 'preview', '2025-07-03', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83379, 2148, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83380, 7742, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83381, 1912, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83382, 2093, '0', 'preview', '2025-07-03', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83383, 7464, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83384, 7947, '0', 'preview', '2025-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83385, 7460, '0', 'preview', '2025-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83386, 7952, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83387, 1935, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83388, 2113, '0', 'default', '2025-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83389, 1930, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83390, 2086, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83391, 2053, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83392, 7461, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83393, 1967, '0', 'preview', '2025-07-03', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83394, 6421, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83395, 7472, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83396, 7463, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83397, 2176, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83398, 7464, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83399, 7461, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83400, 7741, '0', 'preview', '2025-07-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83401, 2198, '0', 'preview', '2025-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83402, 7621, '0', 'default', '2025-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83403, 7739, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83404, 7623, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83405, 7624, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83406, 7737, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83407, 2201, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83408, 2054, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83409, 1960, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83410, 7467, '0', 'preview', '2025-07-03', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83411, 7475, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83412, 7473, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83413, 7949, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83414, 7474, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83415, 2012, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83416, 7953, '0', 'default', '2025-07-03', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83417, 2158, '0', 'preview', '2025-07-03', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83418, 7624, '0', 'preview', '2025-07-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83419, 7475, '0', 'preview', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83420, 1930, '0', 'preview', '2025-07-04', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83421, 7312, '0', 'preview', '2025-07-04', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83422, 2086, '0', 'preview', '2025-07-04', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83423, 7621, '0', 'default', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83424, 7473, '0', 'preview', '2025-07-04', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83425, 7621, '0', 'preview', '2025-07-04', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83426, 7466, '0', 'preview', '2025-07-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83427, 7954, '0', 'preview', '2025-07-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83428, 7464, '0', 'preview', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83429, 2067, '0', 'preview', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83430, 7471, '0', 'default', '2025-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83431, 2113, '0', 'preview', '2025-07-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83432, 2086, '0', 'default', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83433, 1886, '0', 'preview', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83434, 1924, '0', 'default', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83435, 7461, '0', 'preview', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83436, 1935, '0', 'preview', '2025-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83437, 7474, '0', 'preview', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83438, 7467, '0', 'preview', '2025-07-04', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83439, 7465, '0', 'preview', '2025-07-04', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83440, 7623, '0', 'preview', '2025-07-04', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83441, 2176, '0', 'preview', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83442, 1938, '0', 'preview', '2025-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83443, 2093, '0', 'preview', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83444, 7471, '0', 'preview', '2025-07-04', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83445, 7312, '0', 'default', '2025-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83446, 7463, '0', 'default', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83447, 7462, '0', 'default', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83448, 7475, '0', 'default', '2025-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83449, 7739, '0', 'default', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83450, 2153, '0', 'default', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83451, 7311, '0', 'preview', '2025-07-04', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83452, 7460, '0', 'preview', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83453, 7472, '0', 'default', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83454, 1950, '0', 'preview', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83455, 2053, '0', 'default', '2025-07-04', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83456, 2113, '0', 'preview', '2025-07-05', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83457, 1930, '0', 'preview', '2025-07-05', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83458, 7622, '0', 'preview', '2025-07-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83459, 7312, '0', 'preview', '2025-07-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83460, 7471, '0', 'default', '2025-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83461, 7471, '0', 'preview', '2025-07-05', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83462, 7473, '0', 'preview', '2025-07-05', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83463, 7954, '0', 'preview', '2025-07-05', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83464, 7621, '0', 'preview', '2025-07-05', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83465, 7463, '0', 'preview', '2025-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83466, 2067, '0', 'preview', '2025-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83467, 7623, '0', 'preview', '2025-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83468, 1950, '0', 'preview', '2025-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83469, 1935, '0', 'preview', '2025-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83470, 7311, '0', 'preview', '2025-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83471, 2086, '0', 'preview', '2025-07-05', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83472, 7469, '0', 'preview', '2025-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83473, 7465, '0', 'preview', '2025-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83474, 7467, '0', 'preview', '2025-07-05', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83475, 2051, '0', 'preview', '2025-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83476, 7624, '0', 'preview', '2025-07-05', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83477, 7473, '0', 'preview', '2025-07-06', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83478, 6422, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83479, 6421, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83480, 1950, '0', 'preview', '2025-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83481, 1957, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83482, 1967, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83483, 7737, '0', 'preview', '2025-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83484, 2158, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83485, 7475, '0', 'preview', '2025-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83486, 7471, '0', 'preview', '2025-07-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83487, 7466, '0', 'preview', '2025-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83488, 7623, '0', 'preview', '2025-07-06', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83489, 7624, '0', 'preview', '2025-07-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83490, 7621, '0', 'preview', '2025-07-06', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83491, 7312, '0', 'preview', '2025-07-06', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83492, 7312, '0', 'default', '2025-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83493, 1930, '0', 'preview', '2025-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83494, 7952, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83495, 7954, '0', 'preview', '2025-07-06', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83496, 2086, '0', 'preview', '2025-07-06', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83497, 2198, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83498, 1886, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83499, 7467, '0', 'preview', '2025-07-06', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83500, 7465, '0', 'preview', '2025-07-06', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83501, 2113, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83502, 7622, '0', 'preview', '2025-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83503, 1967, '0', 'default', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83504, 7737, '0', 'default', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83505, 7622, '0', 'default', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83506, 1937, '0', 'default', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83507, 7470, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83508, 1935, '0', 'preview', '2025-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83509, 7467, '0', 'default', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83510, 1932, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83511, 1938, '0', 'preview', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83512, 2176, '0', 'preview', '2025-07-06', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83513, 7473, '0', 'default', '2025-07-06', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83514, 7623, '0', 'preview', '2025-07-07', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83515, 7312, '0', 'preview', '2025-07-07', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83516, 7621, '0', 'preview', '2025-07-07', 58);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83517, 1930, '0', 'preview', '2025-07-07', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83518, 2113, '0', 'preview', '2025-07-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83519, 7473, '0', 'preview', '2025-07-07', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83520, 7312, '0', 'default', '2025-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83521, 7475, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83522, 2054, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83523, 2086, '0', 'preview', '2025-07-07', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83524, 7741, '0', 'preview', '2025-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83525, 2198, '0', 'preview', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83526, 2049, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83527, 7467, '0', 'preview', '2025-07-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83528, 7466, '0', 'preview', '2025-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83529, 7465, '0', 'preview', '2025-07-07', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83530, 1935, '0', 'preview', '2025-07-07', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83531, 7737, '0', 'default', '2025-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83532, 7624, '0', 'preview', '2025-07-07', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83533, 7471, '0', 'preview', '2025-07-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83534, 7311, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83535, 1932, '0', 'default', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83536, 7461, '0', 'default', '2025-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83537, 1912, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83538, 1967, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83539, 7954, '0', 'preview', '2025-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83540, 1950, '0', 'preview', '2025-07-07', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83541, 7471, '0', 'default', '2025-07-07', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83542, 5621, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83543, 7737, '0', 'preview', '2025-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83544, 1967, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83545, 7311, '0', 'default', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83546, 7472, '0', 'preview', '2025-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83547, 7954, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83548, 7474, '0', 'preview', '2025-07-07', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83549, 1955, '0', 'preview', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83550, 1950, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83551, 1955, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83552, 2053, '0', 'preview', '2025-07-07', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83553, 2093, '0', 'preview', '2025-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83554, 7460, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83555, 7948, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83556, 2200, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83557, 7745, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83558, 2086, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83559, 7472, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83560, 2054, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83561, 7463, '0', 'preview', '2025-07-07', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83562, 2158, '0', 'preview', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83563, 7946, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83564, 7464, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83565, 7623, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83566, 7463, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83567, 7462, '0', 'preview', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83568, 7621, '0', 'default', '2025-07-07', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83569, 7952, '0', 'preview', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83570, 7475, '0', 'preview', '2025-07-07', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83571, 2198, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83572, 7623, '0', 'preview', '2025-07-08', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83573, 7624, '0', 'preview', '2025-07-08', 42);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83574, 7951, '0', 'preview', '2025-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83575, 7621, '0', 'preview', '2025-07-08', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83576, 7949, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83577, 7950, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83578, 2086, '0', 'preview', '2025-07-08', 52);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83579, 7312, '0', 'preview', '2025-07-08', 74);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83580, 7465, '0', 'preview', '2025-07-08', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83581, 7466, '0', 'preview', '2025-07-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83582, 2065, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83583, 7467, '0', 'preview', '2025-07-08', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83584, 7473, '0', 'preview', '2025-07-08', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83585, 2158, '0', 'preview', '2025-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83586, 7474, '0', 'preview', '2025-07-08', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83587, 7737, '0', 'default', '2025-07-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83588, 7463, '0', 'default', '2025-07-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83589, 7623, '0', 'default', '2025-07-08', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83590, 7471, '0', 'preview', '2025-07-08', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83591, 2086, '0', 'default', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83592, 7463, '0', 'preview', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83593, 7466, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83594, 7312, '0', 'default', '2025-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83595, 7471, '0', 'default', '2025-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83596, 7954, '0', 'preview', '2025-07-08', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83597, 1930, '0', 'preview', '2025-07-08', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83598, 2053, '0', 'default', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83599, 2113, '0', 'preview', '2025-07-08', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83600, 1950, '0', 'preview', '2025-07-08', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83601, 7948, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83602, 7464, '0', 'preview', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83603, 7475, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83604, 5621, '0', 'preview', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83605, 7313, '0', 'preview', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83606, 5622, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83607, 7738, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83608, 7461, '0', 'preview', '2025-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83609, 7947, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83610, 7943, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83611, 7460, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83612, 1931, '0', 'preview', '2025-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83613, 1935, '0', 'preview', '2025-07-08', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83614, 1937, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83615, 7473, '0', 'default', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83616, 7313, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83617, 7622, '0', 'preview', '2025-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83618, 1930, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83619, 2093, '0', 'preview', '2025-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83620, 7311, '0', 'preview', '2025-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83621, 1912, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83622, 2200, '0', 'preview', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83623, 7467, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83624, 7472, '0', 'preview', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83625, 7953, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83626, 7706, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83627, 2148, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83628, 2087, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83629, 1911, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83630, 7311, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83631, 1915, '0', 'preview', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83632, 1916, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83633, 1955, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83634, 7738, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83635, 7472, '0', 'default', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83636, 7475, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83637, 2067, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83638, 7741, '0', 'preview', '2025-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83639, 7741, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83640, 7740, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83641, 5621, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83642, 1966, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83643, 7625, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83644, 7621, '0', 'default', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83645, 7624, '0', 'default', '2025-07-08', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83646, 2067, '0', 'preview', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83647, 7739, '0', 'preview', '2025-07-08', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83648, 1938, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83649, 1960, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83650, 7737, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83651, 1967, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83652, 7464, '0', 'default', '2025-07-08', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83653, 7461, '0', 'default', '2025-07-08', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83654, 7312, '0', 'default', '2025-07-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83655, 7472, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83656, 2086, '0', 'preview', '2025-07-09', 28);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83657, 2093, '0', 'preview', '2025-07-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83658, 7471, '0', 'default', '2025-07-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83659, 7473, '0', 'preview', '2025-07-09', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83660, 7621, '0', 'preview', '2025-07-09', 53);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83661, 7312, '0', 'preview', '2025-07-09', 64);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83662, 7624, '0', 'default', '2025-07-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83663, 7467, '0', 'preview', '2025-07-09', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83664, 7621, '0', 'default', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83665, 7622, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83666, 7737, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83667, 1967, '0', 'default', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83668, 7461, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83669, 7954, '0', 'default', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83670, 7623, '0', 'preview', '2025-07-09', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83671, 7622, '0', 'preview', '2025-07-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83672, 7744, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83673, 7624, '0', 'preview', '2025-07-09', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83674, 1935, '0', 'preview', '2025-07-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83675, 7465, '0', 'preview', '2025-07-09', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83676, 7466, '0', 'preview', '2025-07-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83677, 1930, '0', 'preview', '2025-07-09', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83678, 7471, '0', 'preview', '2025-07-09', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83679, 6421, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83680, 7949, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83681, 2067, '0', 'preview', '2025-07-09', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83682, 2178, '0', 'preview', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83683, 1950, '0', 'preview', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83684, 1957, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83685, 7623, '0', 'default', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83686, 1938, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83687, 7948, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83688, 7475, '0', 'preview', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83689, 7948, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83690, 2113, '0', 'preview', '2025-07-09', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83691, 2113, '0', 'default', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83692, 7737, '0', 'preview', '2025-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83693, 2053, '0', 'preview', '2025-07-09', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83694, 1960, '0', 'preview', '2025-07-09', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83695, 1967, '0', 'preview', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83696, 7741, '0', 'preview', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83697, 2054, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83698, 7311, '0', 'preview', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83699, 7474, '0', 'preview', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83700, 1886, '0', 'preview', '2025-07-09', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83701, 7954, '0', 'preview', '2025-07-09', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83702, 1935, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83703, 2198, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83704, 2086, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83705, 5621, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83706, 7741, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83707, 7745, '0', 'default', '2025-07-09', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83708, 2158, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83709, 1913, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83710, 7311, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83711, 2093, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83712, 1930, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83713, 2200, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83714, 2066, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83715, 7952, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83716, 1931, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83717, 7472, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83718, 7747, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83719, 7471, '0', 'preview', '2025-07-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83720, 7624, '0', 'preview', '2025-07-10', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83721, 7312, '0', 'preview', '2025-07-10', 69);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83722, 7312, '0', 'preview', '2025-07-10', 69);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83723, 7623, '0', 'preview', '2025-07-10', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83724, 7462, '0', 'default', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83725, 7467, '0', 'preview', '2025-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83726, 2113, '0', 'preview', '2025-07-10', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83727, 1935, '0', 'preview', '2025-07-10', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83728, 7624, '0', 'default', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83729, 7621, '0', 'preview', '2025-07-10', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83730, 7623, '0', 'default', '2025-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83731, 2093, '0', 'preview', '2025-07-10', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83732, 7746, '0', 'preview', '2025-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83733, 7473, '0', 'preview', '2025-07-10', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83734, 1930, '0', 'preview', '2025-07-10', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83735, 7744, '0', 'preview', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83736, 7475, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83737, 2086, '0', 'preview', '2025-07-10', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83738, 7954, '0', 'preview', '2025-07-10', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83739, 7471, '0', 'default', '2025-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83740, 7465, '0', 'preview', '2025-07-10', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83741, 2067, '0', 'preview', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83742, 7952, '0', 'preview', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83743, 5621, '0', 'preview', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83744, 7737, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83745, 7463, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83746, 7460, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83747, 7461, '0', 'preview', '2025-07-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83748, 7464, '0', 'preview', '2025-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83749, 7739, '0', 'preview', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83750, 7747, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83751, 7750, '0', 'preview', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83752, 7622, '0', 'preview', '2025-07-10', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83753, 7741, '0', 'default', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83754, 7621, '0', 'default', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83755, 2198, '0', 'default', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83756, 7740, '0', 'default', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83757, 7466, '0', 'preview', '2025-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83758, 7737, '0', 'default', '2025-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83759, 7463, '0', 'default', '2025-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83760, 1950, '0', 'preview', '2025-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83761, 7741, '0', 'preview', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83762, 7461, '0', 'default', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83763, 7312, '0', 'default', '2025-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83764, 7472, '0', 'default', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83765, 1932, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83766, 7946, '0', 'default', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83767, 7311, '0', 'default', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83768, 1955, '0', 'default', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83769, 7738, '0', 'default', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83770, 7474, '0', 'preview', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83771, 7740, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83772, 7949, '0', 'preview', '2025-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83773, 7951, '0', 'preview', '2025-07-10', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83774, 6421, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83775, 1957, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83776, 7950, '0', 'preview', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83777, 7947, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83778, 1955, '0', 'preview', '2025-07-10', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83779, 7749, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83780, 5622, '0', 'preview', '2025-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83781, 7738, '0', 'preview', '2025-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83782, 2053, '0', 'preview', '2025-07-10', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83783, 2176, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83784, 7748, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83785, 7471, '0', 'preview', '2025-07-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83786, 1950, '0', 'preview', '2025-07-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83787, 7621, '0', 'preview', '2025-07-11', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83788, 7312, '0', 'preview', '2025-07-11', 51);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83789, 1950, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83790, 7623, '0', 'preview', '2025-07-11', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83791, 7624, '0', 'preview', '2025-07-11', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83792, 2113, '0', 'preview', '2025-07-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83793, 7738, '0', 'preview', '2025-07-11', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83794, 2086, '0', 'preview', '2025-07-11', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83795, 1930, '0', 'default', '2025-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83796, 2165, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83797, 7471, '0', 'default', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83798, 2113, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83799, 1930, '0', 'preview', '2025-07-11', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83800, 1935, '0', 'preview', '2025-07-11', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83801, 1935, '0', 'default', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83802, 7622, '0', 'preview', '2025-07-11', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83803, 7463, '0', 'preview', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83804, 2093, '0', 'default', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83805, 7464, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83806, 7737, '0', 'preview', '2025-07-11', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83807, 7312, '0', 'default', '2025-07-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83808, 1931, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83809, 7461, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83810, 7461, '0', 'preview', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83811, 2165, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83812, 7473, '0', 'preview', '2025-07-11', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83813, 7954, '0', 'preview', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83814, 7949, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83815, 7951, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83816, 7950, '0', 'preview', '2025-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83817, 2093, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83818, 7472, '0', 'default', '2025-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83819, 7742, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83820, 7741, '0', 'preview', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83821, 7738, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83822, 7949, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83823, 6422, '0', 'preview', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83824, 7740, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83825, 7737, '0', 'default', '2025-07-11', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83826, 7474, '0', 'default', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83827, 7311, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83828, 7621, '0', 'default', '2025-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83829, 5621, '0', 'preview', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83830, 2176, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83831, 1967, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83832, 7474, '0', 'preview', '2025-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83833, 2012, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83834, 7467, '0', 'preview', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83835, 7466, '0', 'preview', '2025-07-11', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83836, 7465, '0', 'preview', '2025-07-11', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83837, 7946, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83838, 7460, '0', 'preview', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83839, 2053, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83840, 7623, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83841, 7311, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83842, 2054, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83843, 7313, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83844, 7465, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83845, 7473, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83846, 7952, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83847, 1967, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83848, 7946, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83849, 7945, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83850, 7741, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83851, 1952, '0', 'preview', '2025-07-11', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83852, 7621, '0', 'preview', '2025-07-12', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83853, 1930, '0', 'preview', '2025-07-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83854, 1935, '0', 'preview', '2025-07-12', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83855, 2113, '0', 'preview', '2025-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83856, 7467, '0', 'preview', '2025-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83857, 7951, '0', 'preview', '2025-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83858, 6421, '0', 'preview', '2025-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83859, 7949, '0', 'preview', '2025-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83860, 2178, '0', 'preview', '2025-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83861, 5622, '0', 'preview', '2025-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83862, 7312, '0', 'preview', '2025-07-12', 39);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83863, 2086, '0', 'preview', '2025-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83864, 7623, '0', 'preview', '2025-07-12', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83865, 7473, '0', 'preview', '2025-07-12', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83866, 7953, '0', 'preview', '2025-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83867, 2067, '0', 'preview', '2025-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83868, 7471, '0', 'preview', '2025-07-12', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83869, 2012, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83870, 2093, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83871, 7621, '0', 'default', '2025-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83872, 7624, '0', 'default', '2025-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83873, 7623, '0', 'default', '2025-07-12', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83874, 7737, '0', 'default', '2025-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83875, 7312, '0', 'default', '2025-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83876, 7737, '0', 'preview', '2025-07-12', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83877, 7948, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83878, 7622, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83879, 7311, '0', 'default', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83880, 1912, '0', 'default', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83881, 1935, '0', 'default', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83882, 7466, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83883, 7465, '0', 'preview', '2025-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83884, 7749, '0', 'default', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83885, 7460, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83886, 7946, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83887, 7461, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83888, 7954, '0', 'preview', '2025-07-12', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83889, 7471, '0', 'default', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83890, 7624, '0', 'preview', '2025-07-12', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83891, 7463, '0', 'default', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83892, 1960, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83893, 7474, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83894, 7313, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83895, 1918, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83896, 1915, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83897, 7741, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83898, 7748, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83899, 7749, '0', 'preview', '2025-07-12', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83900, 2054, '0', 'preview', '2025-07-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83901, 7624, '0', 'preview', '2025-07-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83902, 7621, '0', 'preview', '2025-07-13', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83903, 1930, '0', 'preview', '2025-07-13', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83904, 7312, '0', 'preview', '2025-07-13', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83905, 2093, '0', 'preview', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83906, 7311, '0', 'preview', '2025-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83907, 7623, '0', 'preview', '2025-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83908, 7954, '0', 'default', '2025-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83909, 1967, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83910, 7737, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83911, 2051, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83912, 1964, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83913, 7471, '0', 'default', '2025-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83914, 1911, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83915, 7473, '0', 'preview', '2025-07-13', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83916, 7460, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83917, 2113, '0', 'preview', '2025-07-13', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83918, 1931, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83919, 7472, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83920, 2053, '0', 'default', '2025-07-13', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83921, 7312, '0', 'default', '2025-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83922, 1935, '0', 'preview', '2025-07-13', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83923, 7471, '0', 'preview', '2025-07-13', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83924, 2086, '0', 'preview', '2025-07-13', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83925, 7621, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83926, 1950, '0', 'preview', '2025-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83927, 7474, '0', 'preview', '2025-07-13', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83928, 7953, '0', 'preview', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83929, 7706, '0', 'preview', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83930, 7623, '0', 'default', '2025-07-13', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83931, 1938, '0', 'preview', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83932, 7474, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83933, 1930, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83934, 1886, '0', 'preview', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83935, 7740, '0', 'preview', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83936, 7737, '0', 'preview', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83937, 7465, '0', 'preview', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83938, 7467, '0', 'preview', '2025-07-13', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83939, 7621, '0', 'preview', '2025-07-14', 56);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83940, 7954, '0', 'preview', '2025-07-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83941, 7312, '0', 'preview', '2025-07-14', 65);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83942, 7624, '0', 'preview', '2025-07-14', 25);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83943, 7473, '0', 'preview', '2025-07-14', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83944, 2086, '0', 'preview', '2025-07-14', 41);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83945, 7471, '0', 'default', '2025-07-14', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83946, 7737, '0', 'preview', '2025-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83947, 1967, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83948, 7471, '0', 'preview', '2025-07-14', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83949, 1930, '0', 'preview', '2025-07-14', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83950, 7312, '0', 'default', '2025-07-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83951, 7745, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83952, 7475, '0', 'preview', '2025-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83953, 7623, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83954, 7737, '0', 'default', '2025-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83955, 7472, '0', 'default', '2025-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83956, 2067, '0', 'preview', '2025-07-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83957, 7623, '0', 'preview', '2025-07-14', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83958, 2158, '0', 'preview', '2025-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83959, 2158, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83960, 7952, '0', 'preview', '2025-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83961, 7621, '0', 'default', '2025-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83962, 7954, '0', 'default', '2025-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83963, 2113, '0', 'preview', '2025-07-14', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83964, 7465, '0', 'preview', '2025-07-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83965, 7466, '0', 'preview', '2025-07-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83966, 7467, '0', 'preview', '2025-07-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83967, 7313, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83968, 2053, '0', 'preview', '2025-07-14', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83969, 1935, '0', 'preview', '2025-07-14', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83970, 2053, '0', 'default', '2025-07-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83971, 1912, '0', 'default', '2025-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83972, 7622, '0', 'preview', '2025-07-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83973, 7311, '0', 'default', '2025-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83974, 7706, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83975, 7706, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83976, 1914, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83977, 7472, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83978, 2093, '0', 'preview', '2025-07-14', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83979, 1938, '0', 'preview', '2025-07-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83980, 2176, '0', 'preview', '2025-07-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83981, 7741, '0', 'preview', '2025-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83982, 7746, '0', 'preview', '2025-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83983, 2198, '0', 'preview', '2025-07-14', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83984, 7739, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83985, 2200, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83986, 7951, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83987, 5622, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83988, 7950, '0', 'preview', '2025-07-14', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83989, 7949, '0', 'preview', '2025-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83990, 7738, '0', 'preview', '2025-07-14', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83991, 2054, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83992, 1960, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83993, 2086, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83994, 7625, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83995, 7745, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83996, 1930, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83997, 2054, '0', 'preview', '2025-07-14', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83998, 7311, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83999, 1966, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84000, 7943, '0', 'preview', '2025-07-14', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84001, 2201, '0', 'preview', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84002, 7463, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84003, 7739, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84004, 2113, '0', 'preview', '2025-07-15', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84005, 7312, '0', 'preview', '2025-07-15', 44);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84006, 1950, '0', 'preview', '2025-07-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84007, 2176, '0', 'preview', '2025-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84008, 7621, '0', 'preview', '2025-07-15', 29);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84009, 7623, '0', 'preview', '2025-07-15', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84010, 7470, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84011, 7465, '0', 'preview', '2025-07-15', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84012, 7472, '0', 'default', '2025-07-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84013, 2086, '0', 'preview', '2025-07-15', 27);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84014, 7473, '0', 'preview', '2025-07-15', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84015, 7739, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84016, 7621, '0', 'default', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84017, 7624, '0', 'preview', '2025-07-15', 17);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84018, 1930, '0', 'preview', '2025-07-15', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84019, 7954, '0', 'preview', '2025-07-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84020, 5621, '0', 'preview', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84021, 2093, '0', 'preview', '2025-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84022, 2093, '0', 'default', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84023, 2154, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84024, 1930, '0', 'default', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84025, 7623, '0', 'default', '2025-07-15', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84026, 1935, '0', 'preview', '2025-07-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84027, 7475, '0', 'preview', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84028, 7474, '0', 'default', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84029, 7471, '0', 'preview', '2025-07-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84030, 7462, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84031, 7312, '0', 'default', '2025-07-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84032, 7474, '0', 'preview', '2025-07-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84033, 7466, '0', 'preview', '2025-07-15', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84034, 7460, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84035, 2200, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84036, 7463, '0', 'preview', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84037, 7471, '0', 'default', '2025-07-15', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84038, 7467, '0', 'preview', '2025-07-15', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84039, 7951, '0', 'preview', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84040, 2054, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84041, 2053, '0', 'preview', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84042, 7466, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84043, 7954, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84044, 7465, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84045, 7467, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84046, 7311, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84047, 7737, '0', 'preview', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84048, 2053, '0', 'default', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84049, 1931, '0', 'preview', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84050, 7625, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84051, 1938, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84052, 2177, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84053, 1957, '0', 'default', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84054, 7741, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84055, 7741, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84056, 2067, '0', 'default', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84057, 7622, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84058, 1964, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84059, 1964, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84060, 7949, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84061, 7475, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84062, 7737, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84063, 2198, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84064, 2201, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84065, 1960, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84066, 1935, '0', 'default', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84067, 7747, '0', 'preview', '2025-07-15', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84068, 7739, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84069, 1886, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84070, 1931, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84071, 2113, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84072, 1950, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84073, 2198, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84074, 2152, '0', 'default', '2025-07-15', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84075, 7473, '0', 'preview', '2025-07-16', 26);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84076, 7621, '0', 'preview', '2025-07-16', 37);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84077, 7312, '0', 'preview', '2025-07-16', 49);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84078, 7952, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84079, 5621, '0', 'preview', '2025-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84080, 7475, '0', 'preview', '2025-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84081, 2113, '0', 'preview', '2025-07-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84082, 2086, '0', 'default', '2025-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84083, 7470, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84084, 7465, '0', 'preview', '2025-07-16', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84085, 7471, '0', 'preview', '2025-07-16', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84086, 7468, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84087, 7469, '0', 'preview', '2025-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84088, 7951, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84089, 2086, '0', 'preview', '2025-07-16', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84090, 7737, '0', 'default', '2025-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84091, 7624, '0', 'preview', '2025-07-16', 18);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84092, 7737, '0', 'preview', '2025-07-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84093, 7954, '0', 'preview', '2025-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84094, 7623, '0', 'preview', '2025-07-16', 24);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84095, 7473, '0', 'default', '2025-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84096, 1932, '0', 'preview', '2025-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84097, 2177, '0', 'preview', '2025-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84098, 7472, '0', 'preview', '2025-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84099, 2093, '0', 'preview', '2025-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84100, 1930, '0', 'default', '2025-07-16', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84101, 7312, '0', 'default', '2025-07-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84102, 2066, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84103, 1935, '0', 'default', '2025-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84104, 7741, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84105, 7466, '0', 'preview', '2025-07-16', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84106, 7463, '0', 'default', '2025-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84107, 1935, '0', 'preview', '2025-07-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84108, 7474, '0', 'preview', '2025-07-16', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84109, 7461, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84110, 7706, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84111, 7467, '0', 'preview', '2025-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84112, 1931, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84113, 7311, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84114, 7952, '0', 'preview', '2025-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84115, 1930, '0', 'preview', '2025-07-16', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84116, 7739, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84117, 7463, '0', 'preview', '2025-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84118, 7462, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84119, 7460, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84120, 7621, '0', 'default', '2025-07-16', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84121, 1938, '0', 'preview', '2025-07-16', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84122, 2049, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84123, 7742, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84124, 7471, '0', 'default', '2025-07-16', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84125, 2200, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84126, 7739, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84127, 2200, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84128, 7742, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84129, 7623, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84130, 2148, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84131, 7625, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84132, 7621, '0', 'preview', '2025-07-17', 35);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84133, 7623, '0', 'preview', '2025-07-17', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84134, 7624, '0', 'preview', '2025-07-17', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84135, 7471, '0', 'preview', '2025-07-17', 20);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84136, 2086, '0', 'preview', '2025-07-17', 34);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84137, 7312, '0', 'default', '2025-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84138, 7467, '0', 'default', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84139, 1930, '0', 'preview', '2025-07-17', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84140, 2113, '0', 'preview', '2025-07-17', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84141, 2053, '0', 'preview', '2025-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84142, 2053, '0', 'default', '2025-07-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84143, 7312, '0', 'preview', '2025-07-17', 59);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84144, 7461, '0', 'preview', '2025-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84145, 7947, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84146, 7943, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84147, 7741, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84148, 7739, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84149, 5622, '0', 'preview', '2025-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84150, 1950, '0', 'preview', '2025-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84151, 7951, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84152, 1952, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84153, 1955, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84154, 7738, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84155, 1964, '0', 'preview', '2025-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84156, 7466, '0', 'preview', '2025-07-17', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84157, 7465, '0', 'preview', '2025-07-17', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84158, 7737, '0', 'preview', '2025-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84159, 1967, '0', 'preview', '2025-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84160, 7473, '0', 'preview', '2025-07-17', 22);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84161, 7463, '0', 'default', '2025-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84162, 7467, '0', 'preview', '2025-07-17', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84163, 1938, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84164, 7466, '0', 'default', '2025-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84165, 7465, '0', 'default', '2025-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84166, 1966, '0', 'default', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84167, 7472, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84168, 7472, '0', 'default', '2025-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84169, 7474, '0', 'preview', '2025-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84170, 2176, '0', 'preview', '2025-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84171, 5621, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84172, 7954, '0', 'preview', '2025-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84173, 1935, '0', 'preview', '2025-07-17', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84174, 7621, '0', 'default', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84175, 7745, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84176, 7952, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84177, 7311, '0', 'preview', '2025-07-17', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84178, 7471, '0', 'default', '2025-07-17', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84179, 2201, '0', 'preview', '2025-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84180, 2201, '0', 'default', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84181, 7623, '0', 'default', '2025-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84182, 7622, '0', 'preview', '2025-07-17', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84183, 1930, '0', 'default', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84184, 1935, '0', 'default', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84185, 7463, '0', 'preview', '2025-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84186, 1932, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84187, 7946, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84188, 7460, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84189, 7948, '0', 'preview', '2025-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84190, 7949, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84191, 1967, '0', 'default', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84192, 7625, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84193, 1886, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84194, 1960, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84195, 7954, '0', 'default', '2025-07-17', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84196, 2093, '0', 'preview', '2025-07-17', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84197, 2054, '0', 'preview', '2025-07-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84198, 7621, '0', 'preview', '2025-07-18', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84199, 7463, '0', 'default', '2025-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84200, 7471, '0', 'preview', '2025-07-18', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84201, 7473, '0', 'preview', '2025-07-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84202, 7312, '0', 'preview', '2025-07-18', 43);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84203, 2113, '0', 'preview', '2025-07-18', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84204, 1930, '0', 'preview', '2025-07-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84205, 7737, '0', 'preview', '2025-07-18', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84206, 7623, '0', 'preview', '2025-07-18', 21);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84207, 7467, '0', 'preview', '2025-07-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84208, 5621, '0', 'preview', '2025-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84209, 2201, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84210, 7311, '0', 'preview', '2025-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84211, 2086, '0', 'preview', '2025-07-18', 14);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84212, 7464, '0', 'preview', '2025-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84213, 1950, '0', 'preview', '2025-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84214, 7461, '0', 'preview', '2025-07-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84215, 7952, '0', 'preview', '2025-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84216, 7463, '0', 'preview', '2025-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84217, 7947, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84218, 7943, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84219, 2151, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84220, 7954, '0', 'preview', '2025-07-18', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84221, 1935, '0', 'preview', '2025-07-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84222, 7737, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84223, 7472, '0', 'default', '2025-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84224, 7624, '0', 'preview', '2025-07-18', 15);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84225, 2053, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84226, 1931, '0', 'preview', '2025-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84227, 7474, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84228, 7466, '0', 'preview', '2025-07-18', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84229, 7465, '0', 'preview', '2025-07-18', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84230, 2166, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84231, 7471, '0', 'default', '2025-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84232, 7475, '0', 'preview', '2025-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84233, 7460, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84234, 1932, '0', 'default', '2025-07-18', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84235, 7312, '0', 'default', '2025-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84236, 7622, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84237, 2198, '0', 'preview', '2025-07-18', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84238, 7741, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84239, 1952, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84240, 7950, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84241, 1950, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84242, 7738, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84243, 7740, '0', 'preview', '2025-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84244, 7949, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84245, 7470, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84246, 7951, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84247, 7474, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84248, 7468, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84249, 2178, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84250, 6422, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84251, 7465, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84252, 7621, '0', 'default', '2025-07-18', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84253, 7624, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84254, 7623, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84255, 7464, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84256, 5621, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84257, 2093, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84258, 2176, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84259, 7461, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84260, 7948, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84261, 7466, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84262, 2053, '0', 'preview', '2025-07-18', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84263, 7742, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84264, 7739, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84265, 7745, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84266, 7462, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84267, 7706, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84268, 2086, '0', 'preview', '2025-07-19', 9);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84269, 7621, '0', 'preview', '2025-07-19', 16);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84270, 7312, '0', 'preview', '2025-07-19', 23);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84271, 7471, '0', 'default', '2025-07-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84272, 7471, '0', 'preview', '2025-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84273, 7737, '0', 'preview', '2025-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84274, 7706, '0', 'default', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84275, 7623, '0', 'preview', '2025-07-19', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84276, 2093, '0', 'preview', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84277, 7624, '0', 'preview', '2025-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84278, 7473, '0', 'preview', '2025-07-19', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84279, 7954, '0', 'preview', '2025-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84280, 2113, '0', 'preview', '2025-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84281, 1935, '0', 'preview', '2025-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84282, 7463, '0', 'default', '2025-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84283, 7466, '0', 'preview', '2025-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84284, 7466, '0', 'default', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84285, 7472, '0', 'default', '2025-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84286, 7474, '0', 'preview', '2025-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84287, 7621, '0', 'default', '2025-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84288, 7945, '0', 'preview', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84289, 7313, '0', 'preview', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84290, 6421, '0', 'default', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84291, 2176, '0', 'preview', '2025-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84292, 7465, '0', 'preview', '2025-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84293, 1930, '0', 'preview', '2025-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84294, 2053, '0', 'preview', '2025-07-19', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84295, 2054, '0', 'preview', '2025-07-19', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84296, 2200, '0', 'preview', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84297, 7623, '0', 'default', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84298, 2198, '0', 'preview', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84299, 7737, '0', 'default', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84300, 7954, '0', 'default', '2025-07-19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84301, 5621, '0', 'preview', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84302, 1886, '0', 'preview', '2025-07-19', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84303, 1950, '0', 'preview', '2025-07-19', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84304, 7621, '0', 'preview', '2025-07-20', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84305, 7461, '0', 'default', '2025-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84306, 7463, '0', 'preview', '2025-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84307, 7473, '0', 'preview', '2025-07-20', 12);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84308, 7624, '0', 'preview', '2025-07-20', 11);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84309, 7465, '0', 'preview', '2025-07-20', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84310, 7312, '0', 'preview', '2025-07-20', 30);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84311, 2086, '0', 'preview', '2025-07-20', 10);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84312, 2053, '0', 'preview', '2025-07-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84313, 1935, '0', 'preview', '2025-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84314, 2113, '0', 'preview', '2025-07-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84315, 7947, '0', 'default', '2025-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84316, 1930, '0', 'preview', '2025-07-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84317, 7623, '0', 'preview', '2025-07-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84318, 1938, '0', 'preview', '2025-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84319, 7311, '0', 'default', '2025-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84320, 7466, '0', 'preview', '2025-07-20', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84321, 7471, '0', 'preview', '2025-07-20', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84322, 7463, '0', 'default', '2025-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84323, 7467, '0', 'preview', '2025-07-20', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84324, 2012, '0', 'preview', '2025-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84325, 7474, '0', 'preview', '2025-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84326, 7460, '0', 'preview', '2025-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84327, 2176, '0', 'preview', '2025-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84328, 7954, '0', 'preview', '2025-07-20', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84329, 7461, '0', 'preview', '2025-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84330, 1950, '0', 'preview', '2025-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84331, 7741, '0', 'preview', '2025-07-20', 3);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84332, 7737, '0', 'preview', '2025-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84333, 7312, '0', 'default', '2025-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84334, 7471, '0', 'default', '2025-07-20', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84335, 7624, '0', 'preview', '2025-07-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84336, 7621, '0', 'preview', '2025-07-21', 19);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84337, 7623, '0', 'preview', '2025-07-21', 8);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84338, 7312, '0', 'preview', '2025-07-21', 31);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84339, 7952, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84340, 7465, '0', 'preview', '2025-07-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84341, 7467, '0', 'preview', '2025-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84342, 7471, '0', 'preview', '2025-07-21', 7);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84343, 7474, '0', 'preview', '2025-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84344, 1913, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84345, 1912, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84346, 7463, '0', 'default', '2025-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84347, 7473, '0', 'preview', '2025-07-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84348, 7745, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84349, 2166, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84350, 1935, '0', 'preview', '2025-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84351, 7472, '0', 'default', '2025-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84352, 7621, '0', 'default', '2025-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84353, 1930, '0', 'preview', '2025-07-21', 6);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84354, 2086, '0', 'preview', '2025-07-21', 13);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84355, 2113, '0', 'preview', '2025-07-21', 5);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84356, 7623, '0', 'default', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84357, 1955, '0', 'default', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84358, 7461, '0', 'default', '2025-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84359, 7949, '0', 'preview', '2025-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84360, 7949, '0', 'default', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84361, 7466, '0', 'preview', '2025-07-21', 2);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84362, 7950, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84363, 2093, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84364, 5621, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84365, 7954, '0', 'preview', '2025-07-21', 4);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84366, 7741, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84367, 7464, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84368, 7741, '0', 'default', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84369, 7461, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `1uS_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84370, 7463, '0', 'preview', '2025-07-21', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_wpfd_tokens` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `token` varchar(32) NOT NULL,
  `created_at` int(10) unsigned NOT NULL DEFAULT 0,
  `file_id` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_wpfd_tokens` (`id`, `token`, `created_at`, `file_id`) VALUES (1, '8ead7c91716d389453edb74d815ba076', 1753112557, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_wpforms_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `message` longtext NOT NULL,
  `types` varchar(255) NOT NULL,
  `create_at` datetime NOT NULL,
  `form_id` bigint(20) DEFAULT NULL,
  `entry_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (1, 'Migration', 'Migration of WPForms to 1.9.2.2 is fully completed.', 'log', '2024-11-18 15:42:34', '0', '0', '0');

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (2, 'Migration', 'Migration of WPForms to 1.9.2.3 is fully completed.', 'log', '2024-12-03 15:42:15', '0', '0', '0');

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (3, 'Migration', 'Migration of WPForms to 1.9.3.1 is fully completed.', 'log', '2025-01-16 15:40:46', '0', '0', 1);

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (4, 'Migration', 'Migration of WPForms to 1.9.3.2 is fully completed.', 'log', '2025-01-28 15:41:34', '0', '0', '0');

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (5, 'Migration', 'Migration of WPForms to 1.9.4.1 is fully completed.', 'log', '2025-02-27 15:41:25', '0', '0', '0');

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (6, 'Migration', 'Migration of WPForms to 1.9.4.2 is fully completed.', 'log', '2025-03-12 15:40:47', '0', '0', '0');

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (7, 'Migration', 'Migration of WPForms to 1.9.5 is fully completed.', 'log', '2025-04-24 15:42:22', '0', '0', '0');

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (8, 'Migration', 'Migration of WPForms to 1.9.5.1 is fully completed.', 'log', '2025-04-29 15:41:15', '0', '0', '0');

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (9, 'Migration', 'Migration of WPForms to 1.9.5.2 is fully completed.', 'log', '2025-05-05 15:41:31', '0', '0', '0');

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (10, 'Migration', 'Migration of WPForms to 1.9.6 is fully completed.', 'log', '2025-06-05 15:40:56', '0', '0', '0');

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (11, 'Migration', 'Migration of WPForms to 1.9.6.1 is fully completed.', 'log', '2025-06-17 15:41:57', '0', '0', '0');

INSERT IGNORE INTO `1uS_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (12, 'Migration', 'Migration of WPForms to 1.9.6.2 is fully completed.', 'log', '2025-07-08 15:41:01', '0', '0', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_wpforms_payment_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_wpforms_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `status` varchar(10) NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `discount_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `total_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `currency` varchar(3) NOT NULL DEFAULT '',
  `entry_id` bigint(20) NOT NULL DEFAULT 0,
  `gateway` varchar(20) NOT NULL DEFAULT '',
  `type` varchar(12) NOT NULL DEFAULT '',
  `mode` varchar(4) NOT NULL DEFAULT '',
  `transaction_id` varchar(40) NOT NULL DEFAULT '',
  `customer_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_status` varchar(10) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `1uS_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `1uS_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (1, 'wpforms_process_forms_locator_scan', 'W10=', '2024-11-13 20:31:29');

INSERT IGNORE INTO `1uS_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (2, 'wpforms_process_purge_spam', 'W10=', '2024-11-13 20:31:29');